summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt6
-rw-r--r--doc/CMakeLists.txt21
-rw-r--r--doc/kcontrol/CMakeLists.txt7
-rw-r--r--doc/man/CMakeLists.txt9
-rw-r--r--doc/man/ark/CMakeLists.txt7
-rw-r--r--doc/man/ark/ark.182
-rw-r--r--doc/man/kcalc/CMakeLists.txt7
-rw-r--r--doc/man/kcalc/kcalc.1185
-rw-r--r--doc/man/kcharselect/CMakeLists.txt7
-rw-r--r--doc/man/kcharselect/kcharselect.1257
-rw-r--r--doc/man/kdf/CMakeLists.txt7
-rw-r--r--doc/man/kdf/kdf.1154
-rw-r--r--doc/man/kdf/kwikdisk.1151
-rw-r--r--doc/man/kedit/CMakeLists.txt7
-rw-r--r--doc/man/kedit/kedit.1165
-rw-r--r--doc/man/kfloppy/CMakeLists.txt7
-rw-r--r--doc/man/kfloppy/kfloppy.1182
-rw-r--r--doc/man/kgpg/CMakeLists.txt7
-rw-r--r--doc/man/kgpg/kgpg.1187
-rw-r--r--doc/man/khexedit/CMakeLists.txt7
-rw-r--r--doc/man/khexedit/khexedit.1169
-rw-r--r--doc/man/superkaramba/CMakeLists.txt7
-rw-r--r--doc/man/superkaramba/superkaramba.151
-rw-r--r--kgpg/conf_encryption.ui5
-rw-r--r--kmilo/generic/generic_monitor.h2
-rw-r--r--superkaramba/src/networksensor.cpp2
-rw-r--r--superkaramba/src/themewidget_layout.ui3
-rw-r--r--tdelirc/kcmlirc/kcmlircbase.ui3
-rw-r--r--translations/desktop_files/KCharSelect.desktop/ru.po17
-rw-r--r--translations/desktop_files/KEdit.desktop/ru.po16
-rw-r--r--translations/desktop_files/Kjots.desktop/ru.po16
-rw-r--r--translations/desktop_files/ark-desktops/ru.po16
-rw-r--r--translations/desktop_files/kcalc.desktop/ru.po18
-rw-r--r--translations/desktop_files/kdf-desktops/ru.po18
-rw-r--r--translations/desktop_files/kfloppy-desktops/ru.po16
-rw-r--r--translations/desktop_files/kgpg-desktops/ru.po18
-rw-r--r--translations/desktop_files/khexedit-desktops/ru.po18
-rw-r--r--translations/desktop_files/klaptopdaemon-desktops/ru.po17
-rw-r--r--translations/desktop_files/kmilo-desktops/ru.po27
-rw-r--r--translations/desktop_files/kregexpeditor-desktops/ru.po17
-rw-r--r--translations/desktop_files/ksim-desktops/ru.po22
-rw-r--r--translations/desktop_files/ktimer.desktop/ru.po16
-rw-r--r--translations/desktop_files/superkaramba-desktops/ru.po19
-rw-r--r--translations/desktop_files/tdelirc-desktops/ru.po24
44 files changed, 1850 insertions, 149 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b821660..df46213 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -17,7 +17,6 @@ cmake_minimum_required( VERSION 3.1 )
project( tdeutils )
set( PACKAGE tdeutils )
-set( VERSION R14.0.13 )
##### include essential cmake modules ###########
@@ -38,6 +37,11 @@ include( CheckTypeSize )
include( TDEMacros )
+##### set version number ########################
+
+tde_set_project_version( )
+
+
##### setup install paths #######################
include( TDESetupPaths )
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
index dc6bb77..51065ad 100644
--- a/doc/CMakeLists.txt
+++ b/doc/CMakeLists.txt
@@ -9,4 +9,23 @@
#
#################################################
-tde_auto_add_subdirectories( )
+add_subdirectory( kcontrol )
+add_subdirectory( man )
+
+tde_conditional_add_subdirectory( BUILD_ARK ark )
+tde_conditional_add_subdirectory( BUILD_TDELIRC irkick )
+tde_conditional_add_subdirectory( BUILD_KCALC kcalc )
+tde_conditional_add_subdirectory( BUILD_KCHARSELECT kcharselect )
+tde_conditional_add_subdirectory( BUILD_KDF kdf )
+tde_conditional_add_subdirectory( BUILD_KEDIT kedit )
+tde_conditional_add_subdirectory( BUILD_KFLOPPY kfloppy )
+tde_conditional_add_subdirectory( BUILD_KGPG kgpg )
+tde_conditional_add_subdirectory( BUILD_KHEXEDIT khexedit )
+tde_conditional_add_subdirectory( BUILD_KJOTS kjots )
+tde_conditional_add_subdirectory( BUILD_KREGEXPEDITOR KRegExpEditor )
+tde_conditional_add_subdirectory( BUILD_KSIM ksim )
+tde_conditional_add_subdirectory( BUILD_KTIMER ktimer )
+tde_conditional_add_subdirectory( BUILD_KMILO kvaio )
+tde_conditional_add_subdirectory( BUILD_SUPERKARAMBA superkaramba )
+tde_conditional_add_subdirectory( BUILD_TDEWALLET tdewallet )
+tde_conditional_add_subdirectory( BUILD_KMILO thinkpad )
diff --git a/doc/kcontrol/CMakeLists.txt b/doc/kcontrol/CMakeLists.txt
index dc6bb77..5027422 100644
--- a/doc/kcontrol/CMakeLists.txt
+++ b/doc/kcontrol/CMakeLists.txt
@@ -9,4 +9,9 @@
#
#################################################
-tde_auto_add_subdirectories( )
+tde_conditional_add_subdirectory( BUILD_TDELIRC kcmlirc )
+tde_conditional_add_subdirectory( BUILD_KLAPTOPDAEMON kcmlowbatcrit )
+tde_conditional_add_subdirectory( BUILD_KLAPTOPDAEMON kcmlowbatwarn )
+tde_conditional_add_subdirectory( BUILD_KLAPTOPDAEMON laptop )
+tde_conditional_add_subdirectory( BUILD_KLAPTOPDAEMON powerctrl )
+tde_conditional_add_subdirectory( BUILD_KDF storagedevices )
diff --git a/doc/man/CMakeLists.txt b/doc/man/CMakeLists.txt
new file mode 100644
index 0000000..a132260
--- /dev/null
+++ b/doc/man/CMakeLists.txt
@@ -0,0 +1,9 @@
+tde_conditional_add_subdirectory( BUILD_ARK ark )
+tde_conditional_add_subdirectory( BUILD_KCALC kcalc )
+tde_conditional_add_subdirectory( BUILD_KCHARSELECT kcharselect )
+tde_conditional_add_subdirectory( BUILD_KDF kdf )
+tde_conditional_add_subdirectory( BUILD_KEDIT kedit )
+tde_conditional_add_subdirectory( BUILD_KFLOPPY kfloppy )
+tde_conditional_add_subdirectory( BUILD_KGPG kgpg )
+tde_conditional_add_subdirectory( BUILD_KHEXEDIT khexedit )
+tde_conditional_add_subdirectory( BUILD_SUPERKARAMBA superkaramba )
diff --git a/doc/man/ark/CMakeLists.txt b/doc/man/ark/CMakeLists.txt
new file mode 100644
index 0000000..24ccd70
--- /dev/null
+++ b/doc/man/ark/CMakeLists.txt
@@ -0,0 +1,7 @@
+file( GLOB _man_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.1 )
+
+INSTALL(
+ FILES ${_man_files}
+ DESTINATION ${MAN_INSTALL_DIR}/man1
+ COMPONENT doc
+)
diff --git a/doc/man/ark/ark.1 b/doc/man/ark/ark.1
new file mode 100644
index 0000000..d738284
--- /dev/null
+++ b/doc/man/ark/ark.1
@@ -0,0 +1,82 @@
+.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36.
+.TH Ark "1" "May 2006" "Ark" "User Commands"
+.SH NAME
+Ark \- manual page for Ark
+.SH SYNOPSIS
+.B ark
+[\fIQt-options\fR] [\fITDE-options\fR] [\fITDE-tempfile-options\fR] [\fIoptions\fR] [\fIfolder\fR] [\fIfiles\fR] [\fIarchive\fR]
+.SH DESCRIPTION
+TDE Archiving tool
+Ark is a graphical program for managing various archive formats within the
+TDE environment. Archives can be viewed, extracted, created and modified
+from within Ark.
+The program can handle various formats such as tar, gzip, bzip2, zip, rar and
+lha (if the appropriate command-line programs are installed).
+Ark can work closely with Konqueror in the TDE environment to handle archives,
+if you install the Konqueror Integration plugin available in the konq-plugins
+package.
+.SS "Generic options"
+.TP
+\fB\-\-help\fR
+Show help about options
+.TP
+\fB\-\-help\-qt\fR
+Show Qt specific options
+.TP
+\fB\-\-help\-tde\fR
+Show TDE specific options
+.TP
+\fB\-\-help\-tde\-tempfile\fR
+Show TDE\-tempfile specific options
+.TP
+\fB\-\-help\-all\fR
+Show all options
+.TP
+\fB\-\-author\fR
+Show author information
+.TP
+\fB\-v\fR, \fB\-\-version\fR
+Show version information
+.TP
+\fB\-\-license\fR
+Show license information
+.TP
+\fB\-\-\fR
+End of options
+.SH OPTIONS
+.TP
+\fB\-\-extract\fR
+Open extract dialog, quit when finished
+.TP
+\fB\-\-extract\-to\fR
+Extract 'archive' to 'folder'. Quit when finished.
+\&'folder' will be created if it does not exist.
+.TP
+\fB\-\-add\fR
+Ask for the name of the archive to add 'files' to. Quit when finished.
+.TP
+\fB\-\-add\-to\fR
+Add 'files' to 'archive'. Quit when finished.
+\&'archive' will be created if it does not exist.
+.TP
+\fB\-\-guess\-name\fR
+Used with '\-\-extract\-to'. When specified, 'archive'
+will be extracted to a subfolder of 'folder'
+whose name will be the name of 'archive' without the filename extension.
+.SS "Arguments"
+.TP
+folder
+Folder to extract to
+.TP
+files
+Files to be added
+.TP
+archive
+Open 'archive'
+.SH AUTHOR
+Ark was written by Matthias Elter <elter@kde.org> and many others.
+.br
+Ark is released under the GNU General Public License.
+.PP
+This manual page was written by Sune Vuorela <debian@pusling.com>
+for the Debian Project, and is released under the same terms as the program.
diff --git a/doc/man/kcalc/CMakeLists.txt b/doc/man/kcalc/CMakeLists.txt
new file mode 100644
index 0000000..24ccd70
--- /dev/null
+++ b/doc/man/kcalc/CMakeLists.txt
@@ -0,0 +1,7 @@
+file( GLOB _man_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.1 )
+
+INSTALL(
+ FILES ${_man_files}
+ DESTINATION ${MAN_INSTALL_DIR}/man1
+ COMPONENT doc
+)
diff --git a/doc/man/kcalc/kcalc.1 b/doc/man/kcalc/kcalc.1
new file mode 100644
index 0000000..eff4706
--- /dev/null
+++ b/doc/man/kcalc/kcalc.1
@@ -0,0 +1,185 @@
+.\" This file was generated by (a slightly modified) kdemangen.pl and edited by hand
+.TH KCALC 1 "June 2006" "Trinity Desktop Environment" "TDE Calculator"
+.SH NAME
+kcalc
+\- TDE Calculator
+.SH SYNOPSIS
+\fBkcalc\fP [Qt\-options] [TDE\-options]
+.SH DESCRIPTION
+\fBKCalc\fP is a scientific calculator for TDE. In addition to the usual functionality offered by most scientific calculators, \fBKCalc\fP offers a number of features:
+.br
+.IP " \-"
+\fBKCalc\fP provides trigonometric functions, logic operations, and it is able to do statistical calculations.
+.IP " \-"
+\fBKCalc\fP allows you to cut and paste numbers from/into its display.
+.IP " \-"
+\fBKCalc\fP features a results\-stack which lets you conveniently recall previous results.
+.IP " \-"
+You can configure \fBKCalc\fP's display colors and font.
+.IP " \-"
+You can configure \fBKCalc\fP's precision and the number of digits after the period.
+.IP " \-"
+\fBKCalc\fP offers a great number of useful key\-bindings, which make using \fBKCalc\fP without using a pointing device easy.
+.PP
+Hint: Pressing (and holding) the Ctrl\-key, displays on every button, the corresponding key\-binding.
+
+.SH OPTIONS
+.SS Generic options:
+.TP
+.B \-\-help
+Show help about options
+.TP
+.B \-\-help\-qt
+Show Qt specific options
+.TP
+.B \-\-help\-tde
+Show TDE specific options
+.TP
+.B \-\-help\-all
+Show all options
+.TP
+.B \-\-author
+Show author information
+.TP
+.B \-v, \-\-version
+Show version information
+.TP
+.B \-\-license
+Show license information
+.TP
+.B \-\-
+End of options
+.SS
+.SS Qt options:
+.TP
+.B \-\-display <displayname>
+Use the X\-server display 'displayname'
+.TP
+.B \-\-session <sessionId>
+Restore the application for the given 'sessionId'
+.TP
+.B \-\-cmap
+Causes the application to install a private color
+map on an 8\-bit display
+.TP
+.B \-\-ncols <count>
+Limits the number of colors allocated in the color
+cube on an 8\-bit display, if the application is
+using the QApplication::ManyColor color
+specification
+.TP
+.B \-\-nograb
+tells Qt to never grab the mouse or the keyboard
+.TP
+.B \-\-dograb
+running under a debugger can cause an implicit
+\-nograb, use \-dograb to override
+.TP
+.B \-\-sync
+switches to synchronous mode for debugging
+.TP
+.B \-\-fn, \-\-font <fontname>
+defines the application font
+.TP
+.B \-\-bg, \-\-background <color>
+sets the default background color and an
+application palette (light and dark shades are
+calculated)
+.TP
+.B \-\-fg, \-\-foreground <color>
+sets the default foreground color
+.TP
+.B \-\-btn, \-\-button <color>
+sets the default button color
+.TP
+.B \-\-name <name>
+sets the application name
+.TP
+.B \-\-title <title>
+sets the application title (caption)
+.TP
+.B \-\-visual TrueColor
+forces the application to use a TrueColor visual on
+an 8\-bit display
+.TP
+.B \-\-inputstyle <inputstyle>
+sets XIM (X Input Method) input style. Possible
+values are onthespot, overthespot, offthespot and
+root
+.TP
+.B \-\-im <XIM server>
+set XIM server
+.TP
+.B \-\-noxim
+disable XIM
+.TP
+.B \-\-reverse
+mirrors the whole layout of widgets
+.SS
+.SS TDE options:
+.TP
+.B \-\-caption <caption>
+Use 'caption' as name in the titlebar
+.TP
+.B \-\-icon <icon>
+Use 'icon' as the application icon
+.TP
+.B \-\-miniicon <icon>
+Use 'icon' as the icon in the titlebar
+.TP
+.B \-\-config <filename>
+Use alternative configuration file
+.TP
+.B \-\-dcopserver <server>
+Use the DCOP Server specified by 'server'
+.TP
+.B \-\-nocrashhandler
+Disable crash handler, to get core dumps
+.TP
+.B \-\-waitforwm
+Waits for a WM_NET compatible windowmanager
+.TP
+.B \-\-style <style>
+sets the application GUI style
+.TP
+.B \-\-geometry <geometry>
+sets the client geometry of the main widget \- see man X for the argument format
+
+.SH FILES
+.TP
+.I ~/.trinity/share/config/kcalcrc
+\fBkcalc\fP configuration file
+
+.SH SEE ALSO
+Full user documentation is available through the TDE Help Center. You can also enter the URL
+.BR help:/kcalc/
+directly into konqueror or you can run
+.BR "khelpcenter help:/kcalc/"
+from the command\-line.
+.br
+.SH AUTHORS
+.nf
+Klaus Niederkruger <kniederk@math.uni\-koeln.de>
+.br
+Bernd Johannes Wuebben <wuebben@kde.org>
+.br
+Evan Teran <eteran@alum.rit.edu>
+.br
+Espen Sand <espen@kde.org>
+.br
+Chris Howells <howells@kde.org>
+.br
+Aaron J. Seigo <aseigo@olympusproject.org>
+.br
+Charles Samuels <charles@altair.dhs.org>
+.br
+Ren Mrou <ochominutosdearco@yahoo.es>
+.br
+
+.br
+.fi
+Please use http://bugs.trinitydesktop.org to report bugs; do not mail the authors directly.
+.PP
+This manual page was written by Holger Hartmann <Holger_Hartmann@gmx.de> for the Debian Project, but may be used by others. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or any later version published by the Free Software Foundation.
+.PP
+On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common\-licenses/GPL.
diff --git a/doc/man/kcharselect/CMakeLists.txt b/doc/man/kcharselect/CMakeLists.txt
new file mode 100644
index 0000000..24ccd70
--- /dev/null
+++ b/doc/man/kcharselect/CMakeLists.txt
@@ -0,0 +1,7 @@
+file( GLOB _man_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.1 )
+
+INSTALL(
+ FILES ${_man_files}
+ DESTINATION ${MAN_INSTALL_DIR}/man1
+ COMPONENT doc
+)
diff --git a/doc/man/kcharselect/kcharselect.1 b/doc/man/kcharselect/kcharselect.1
new file mode 100644
index 0000000..cc54866
--- /dev/null
+++ b/doc/man/kcharselect/kcharselect.1
@@ -0,0 +1,257 @@
+.lf 1 info/tdeutils.kcharselect.1
+.TH KCHARSELECT 1 "May 2003" TDE "TDE Application"
+.SH NAME
+kcharselect \- TDE Character Selector
+.SH SYNOPSIS
+.B kcharselect
+[\fIQt-options\fR] [\fITDE-options\fR]
+.SH DESCRIPTION
+This manual page documents briefly the
+.B KCharSelect
+TDE Application.
+This manual page was written for the Debian GNU/Linux distribution
+because the original program does not have a manual page.
+.PP
+Using
+.B KCharSelect
+one can view all the glyphs, organized by character table, available from any
+installed font. One can also assemble a string of characters by clicking on
+characters in the table. The string can be exported to the clipboard for
+later use.
+.PP
+.B KCharSelect
+is helpful for determining which characters in a font have glyphs as well as
+for selecting characters that may be difficult to produce.
+.P
+This program is part of the official TDE utils module.
+.SH OPTIONS
+.SS "General Options"
+.B \-\-help
+Show help about options
+.TP
+.B \-\-help\-qt
+Show Qt specific options
+.TP
+.B \-\-help\-tde
+Show TDE specific options
+.TP
+.B \-\-help\-all
+Show all options
+.TP
+.B \-\-author
+Show author information
+.TP
+.B \-v\fR, \fB\-\-version
+Show version information
+.TP
+.B \-\-license
+Show license information
+.TP
+.B \-\-
+End of options
+.lf 1 info/kdeqtoptions
+.SS "TDE options"
+.TP 12
+.BI \-\-caption \ caption
+Use \fIcaption\fP as name in the titlebar.
+.TP
+.BI \-\-icon \ icon
+Use \fIicon\fP as the application icon. \fIicon\fP is the name of the
+icon, which can either be an absolute filename path, or otherwise the
+icon is sought for in places according to the normal TDE rules.
+.TP
+.BI \-\-miniicon \ icon
+Use \fIicon\fP as the icon in the titlebar. \fIicon\fP is the filename
+of the icon, according to the same rules as for the \-\-icon parameter.
+.TP
+.BI \-\-config \ filename
+Use an alternative configuration file, instead of the default, which
+is normally located in
+.I /usr/share/config
+or in
+.RB $ TDEHOME\fI/share/config
+.TP
+.BI \-\-dcopserver \ server
+Set the address of the DCOP server to attach to.
+.TP
+.B \-\-nocrashhandler
+Disable crash handler, to get core dumps. This option has the same
+effect as definiting the environment variable TDE_DEBUG.
+.TP
+.B \-\-waitforwm
+Waits for a WM_NET compatible windowmanager.
+.TP
+.BI \-\-style \ style
+sets the application GUI style.
+.TP
+.BI \-\-geometry \ geometry
+sets the client geometry of the main widget.
+The geometry parameter follows the normal X convention for geometry,
+which is on the form:
+.RS
+.IP
+[\fIwidth\fBx\fIheight\fR][{\fB+-\fR}\fIxpos\fR{\fB+-\fR}\fIypos\fR]
+.P
+Where \fIwidth\fR and \fIheight\fR gives the desired minimum width and
+height, of the main application window. Both in pixels. A value of 0
+specifies the default size. The optional \fIxpos\fR and \fIypos\fR
+specifies the x,y-position that which is desired for the application
+window. Specifying negative values for x or y implies that the x or y
+position is to be measured from the left or bottom screen edge,
+instead of as in the normal case, with positive values, from the left
+and top edges.
+.RE
+.SS "Qt options"
+.TP 12
+.BI \-\-display \ displayname
+Use the X-server display \fIdisplayname\fP.
+.TP
+.BI \-\-session \ sessionId
+Restore the application for the given \fIsessionId\fP.
+.TP
+.B \-\-cmap
+Causes the application to install a private color
+map on an 8-bit display.
+.TP
+.BI \-\-ncols \ count
+Limits the number of colors allocated in the color
+cube on an 8-bit display, if the application is
+using the QApplication::ManyColor color
+specification.
+.TP
+.B \-\-nograb
+Tells Qt to never grab the mouse or the keyboard.
+.TP
+.B \-\-dograb
+Running under a debugger can cause an implicit
+.B \-nograb, use \fB\-dograb\fR to override.
+.TP
+.B \-\-sync
+switches to synchronous mode for debugging.
+.TP
+.BI "\-\-fn\fR, \fP\-\-font" \ fontname
+Defines the default application font. The \fIfontname\fP should be in
+the X logical font name description format XLFD. For a full description of
+the format see
+.I /usr/X11R6/lib/X11/doc/xlfd.TXT
+Note that the application might override the font specified with
+its own font.
+.TP
+.BI "-\-bg\fR, \fB\-\-background" \ color
+Sets the default background color and an
+application palette (light and dark shades are
+calculated).
+.TP
+.BI "\-\-fg\fR, \fB\-\-foreground" \ color
+Sets the default foreground color.
+.TP
+.BI \-\-btn\fR, \fB\-\-button \ color
+Sets the default button color.
+.TP
+.BI \-\-name \ name
+Sets the application name.
+.TP
+.BI \-\-title \ title
+Sets the application title. This option might, or might not appear
+in the title bar caption, depending on the application. To change the caption, use the
+.B \-\-caption
+option instead.
+.TP
+.B \-\-visual TrueColor
+Forces the application to use a TrueColor visual on
+an 8-bit display.
+.TP
+.BI \-\-inputstyle \ inputstyle
+Sets XIM (X Input Method) input style. Possible
+values are
+.BR onthespot ", " overthespot ", " offthespot and root .
+.TP
+.BI \-\-im " XIM-server"
+Set XIM server.
+.TP
+.B \-\-noxim
+Disable XIM.
+.TP
+.B \-\-reverse
+Mirror reverses the whole layout of widgets. This means that menus
+will go in the opposite direction, the scroll bar will be on the
+opposite side, etc. For a normal western layout that means that menus
+and tool bars will go from the right edge to the left, the vertical
+scroll bar will be on the left side and so on.
+
+.lf 48 info/tdeutils.kcharselect.1
+.SH ENVIRONMENT
+.lf 1 info/kdeenviron
+.SS "standard TDE environment variables"
+.IP TDE_LANG
+Language locale setting to use. This option makes it possible to set
+another language environment for a program than what is the default. The
+correct language pack for this language has to be installed for this option
+to work. The default language when there is none set is en_US. When
+deciding upon a language, the following resources are looked up, in
+order: TDE_LANG, configuration file, LC_CTYPE, LC_MESSAGES, LC_ALL,
+LANG.
+.IP TDE_UTF8_FILENAMES
+Assume that all filenames are in UTF-8 format regardless of the
+current language setting. Otherwise the filename format is defined by
+the language.
+.IP TDE_MULTIHEAD
+If this variable has the value
+.B true
+multihead multiple display mode is enabled. The TDE display will be
+shared over more than one screen.
+.IP DISPLAY
+Specifies the X display to run TDE on.
+.IP TDESYCOCA
+Specifies and alternative path for the
+.I tdesycoca
+TDE system configuration cache file.
+The default path is
+/tmp/tde-$USER/tdesycoca
+.IP DCOPSERVER
+Specifies an alternative path for the DCOP server file. The default
+file is
+$HOME/.DCOPserver_\fIhostname\fP_\fIdisplayname\fP
+.IP SESSION_MANAGER
+The session manager to use. This option is set automatically by TDE
+and is a network path to the session manager socket.
+.IP HOME
+Path to the home directory for the current user.
+.IP TDEHOME
+The TDE per-user setting directory. Default if not specified is
+.I $HOME/.trinity
+.lf 50 info/tdeutils.kcharselect.1
+.SH FILES
+.TP
+.I $HOME/.trinity/share/config/kcharselectrc
+configuration file.
+.SH AUTHOR
+KCharSelect was written by
+.nh
+.ad l
+Reginald Stadlbauer <reggie@kde.org>.
+.hy
+.br
+Please use http://bugs.trinitydesktop.org to report bugs, do not mail the authors directly.
+.br
+This manual page was prepared by
+.nh
+.ad l
+Karolina Lindqvist <pgd\-karolinali@algonet.se>
+.hy
+for the Debian GNU/Linux system (but may be used by others).
+.SH "SEE ALSO"
+The full documentation for
+.B KCharSelect
+is maintained as a docbook manual. If the
+.B khelpcenter
+program is properly installed at your site, the command
+.IP
+.B khelpcenter help:/kcharselect
+.PP
+should give you access to the complete manual.
+.P
+Alternatively the manual can be browsed in
+.B konqueror
+giving it the URL help:/kcharselect
+
diff --git a/doc/man/kdf/CMakeLists.txt b/doc/man/kdf/CMakeLists.txt
new file mode 100644
index 0000000..24ccd70
--- /dev/null
+++ b/doc/man/kdf/CMakeLists.txt
@@ -0,0 +1,7 @@
+file( GLOB _man_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.1 )
+
+INSTALL(
+ FILES ${_man_files}
+ DESTINATION ${MAN_INSTALL_DIR}/man1
+ COMPONENT doc
+)
diff --git a/doc/man/kdf/kdf.1 b/doc/man/kdf/kdf.1
new file mode 100644
index 0000000..58bbbec
--- /dev/null
+++ b/doc/man/kdf/kdf.1
@@ -0,0 +1,154 @@
+.\" This file was generated by (a slightly modified) kdemangen.pl and edited by hand
+.TH KDF 1 "June 2006" "Trinity Desktop Environment" "TDE free disk space utility"
+.SH NAME
+kdf
+\- TDE free disk space utility
+.SH SYNOPSIS
+\fBkdf\fP [Qt\-options] [TDE\-options]
+.SH DESCRIPTION
+\fBKDiskFree\fP displays available file devices (hard drive partitions, floppy and CD drives, etc.) along with information on their capacity, free space, type and mount point. It also allows you to mount and unmount drives and view them in a file manager.
+.sp 1
+\fBKDiskFree\fP is similar to \fBkwikdisk\fP and is useful if you want to keep a \fBKDiskFree\fP window available at all times.
+.SH OPTIONS
+.SS Generic options:
+.TP
+.B \-\-help
+Show help about options
+.TP
+.B \-\-help\-qt
+Show Qt specific options
+.TP
+.B \-\-help\-tde
+Show TDE specific options
+.TP
+.B \-\-help\-all
+Show all options
+.TP
+.B \-\-author
+Show author information
+.TP
+.B \-v, \-\-version
+Show version information
+.TP
+.B \-\-license
+Show license information
+.TP
+.B \-\-
+End of options
+.SS
+.SS Qt options:
+.TP
+.B \-\-display <displayname>
+Use the X-server display 'displayname'
+.TP
+.B \-\-session <sessionId>
+Restore the application for the given 'sessionId'
+.TP
+.B \-\-cmap
+Causes the application to install a private color
+map on an 8\-bit display
+.TP
+.B \-\-ncols <count>
+Limits the number of colors allocated in the color
+cube on an 8\-bit display, if the application is
+using the QApplication::ManyColor color
+specification
+.TP
+.B \-\-nograb
+tells Qt to never grab the mouse or the keyboard
+.TP
+.B \-\-dograb
+running under a debugger can cause an implicit
+\-nograb, use \-dograb to override
+.TP
+.B \-\-sync
+switches to synchronous mode for debugging
+.TP
+.B \-\-fn, \-\-font <fontname>
+defines the application font
+.TP
+.B \-\-bg, \-\-background <color>
+sets the default background color and an
+application palette (light and dark shades are
+calculated)
+.TP
+.B \-\-fg, \-\-foreground <color>
+sets the default foreground color
+.TP
+.B \-\-btn, \-\-button <color>
+sets the default button color
+.TP
+.B \-\-name <name>
+sets the application name
+.TP
+.B \-\-title <title>
+sets the application title (caption)
+.TP
+.B \-\-visual TrueColor
+forces the application to use a TrueColor visual on
+an 8\-bit display
+.TP
+.B \-\-inputstyle <inputstyle>
+sets XIM (X Input Method) input style. Possible
+values are onthespot, overthespot, offthespot and
+root
+.TP
+.B \-\-im <XIM server>
+set XIM server
+.TP
+.B \-\-noxim
+disable XIM
+.TP
+.B \-\-reverse
+mirrors the whole layout of widgets
+.SS
+.SS TDE options:
+.TP
+.B \-\-caption <caption>
+Use 'caption' as name in the titlebar
+.TP
+.B \-\-icon <icon>
+Use 'icon' as the application icon
+.TP
+.B \-\-miniicon <icon>
+Use 'icon' as the icon in the titlebar
+.TP
+.B \-\-config <filename>
+Use alternative configuration file
+.TP
+.B \-\-dcopserver <server>
+Use the DCOP Server specified by 'server'
+.TP
+.B \-\-nocrashhandler
+Disable crash handler, to get core dumps
+.TP
+.B \-\-waitforwm
+Waits for a WM_NET compatible windowmanager
+.TP
+.B \-\-style <style>
+sets the application GUI style
+.TP
+.B \-\-geometry <geometry>
+sets the client geometry of the main widget - see man X for the argument format
+
+.SH SEE ALSO
+\fBkwikdisk\fP(1)
+.sp 1
+Full user documentation is available through the TDE Help Center. You can also enter the URL
+.BR help:/kdf/
+directly into konqueror or you can run
+.BR "khelpcenter help:/kdf/"
+from the command\-line.
+.br
+.SH AUTHORS
+.nf
+Michael Kropfberger <michael.kropfberger@gmx.net>
+.br
+
+.br
+.fi
+Please use http://bugs.trinitydesktop.org to report bugs; do not mail the author directly.
+.PP
+This manual page was written by Holger Hartmann <Holger_Hartmann@gmx.de> for the Debian Project, but may be used by others. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or any later version published by the Free Software Foundation.
+.PP
+On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common\-licenses/GPL.
diff --git a/doc/man/kdf/kwikdisk.1 b/doc/man/kdf/kwikdisk.1
new file mode 100644
index 0000000..74aaad6
--- /dev/null
+++ b/doc/man/kdf/kwikdisk.1
@@ -0,0 +1,151 @@
+.\" This file was generated by (a slightly modified) kdemangen.pl and edited by hand
+.TH KWIKDISK 1 "June 2006" "Trinity Desktop Environment" "TDE Free disk space utility"
+.SH NAME
+kwikdisk
+\- TDE Free disk space utility
+.SH SYNOPSIS
+\fBkwikdisk\fB [Qt\-options] [TDE\-options]
+.SH DESCRIPTION
+\fBkwikdisk\fP is a kicker applet to display the available file devices (hard drive partitions, floppy and CD drives, etc.) along with information on their free space, type and mount point. It also allows you to mount and unmount drives.
+.sp 1
+\fBkwikdisk\fP is similar to \fBKDiskFree\fP, but takes up less screen space.
+.SH OPTIONS
+.SS Generic options:
+.TP
+.B \-\-help
+Show help about options
+.TP
+.B \-\-help\-qt
+Show Qt specific options
+.TP
+.B \-\-help\-tde
+Show TDE specific options
+.TP
+.B \-\-help\-all
+Show all options
+.TP
+.B \-\-author
+Show author information
+.TP
+.B \-v, \-\-version
+Show version information
+.TP
+.B \-\-license
+Show license information
+.TP
+.B \-\-
+End of options
+.SS
+.SS Qt options:
+.TP
+.B \-\-display <displayname>
+Use the X-server display 'displayname'
+.TP
+.B \-\-session <sessionId>
+Restore the application for the given 'sessionId'
+.TP
+.B \-\-cmap
+Causes the application to install a private color
+map on an 8\-bit display
+.TP
+.B \-\-ncols <count>
+Limits the number of colors allocated in the color
+cube on an 8\-bit display, if the application is
+using the QApplication::ManyColor color
+specification
+.TP
+.B \-\-nograb
+tells Qt to never grab the mouse or the keyboard
+.TP
+.B \-\-dograb
+running under a debugger can cause an implicit
+\-nograb, use \-dograb to override
+.TP
+.B \-\-sync
+switches to synchronous mode for debugging
+.TP
+.B \-\-fn, \-\-font <fontname>
+defines the application font
+.TP
+.B \-\-bg, \-\-background <color>
+sets the default background color and an
+application palette (light and dark shades are
+calculated)
+.TP
+.B \-\-fg, \-\-foreground <color>
+sets the default foreground color
+.TP
+.B \-\-btn, \-\-button <color>
+sets the default button color
+.TP
+.B \-\-name <name>
+sets the application name
+.TP
+.B \-\-title <title>
+sets the application title (caption)
+.TP
+.B \-\-visual TrueColor
+forces the application to use a TrueColor visual on
+an 8\-bit display
+.TP
+.B \-\-inputstyle <inputstyle>
+sets XIM (X Input Method) input style. Possible
+values are onthespot, overthespot, offthespot and
+root
+.TP
+.B \-\-im <XIM server>
+set XIM server
+.TP
+.B \-\-noxim
+disable XIM
+.TP
+.B \-\-reverse
+mirrors the whole layout of widgets
+.SS
+.SS TDE options:
+.TP
+.B \-\-caption <caption>
+Use 'caption' as name in the titlebar
+.TP
+.B \-\-icon <icon>
+Use 'icon' as the application icon
+.TP
+.B \-\-miniicon <icon>
+Use 'icon' as the icon in the titlebar
+.TP
+.B \-\-config <filename>
+Use alternative configuration file
+.TP
+.B \-\-dcopserver <server>
+Use the DCOP Server specified by 'server'
+.TP
+.B \-\-nocrashhandler
+Disable crash handler, to get core dumps
+.TP
+.B \-\-waitforwm
+Waits for a WM_NET compatible windowmanager
+.TP
+.B \-\-style <style>
+sets the application GUI style
+.TP
+.B \-\-geometry <geometry>
+sets the client geometry of the main widget \- see man X for the argument format
+
+.SH SEE ALSO
+\fBkdf\fP(1)
+.SH AUTHORS
+.nf
+Michael Kropfberger <michael.kropfberger@gmx.net>
+.br
+Espen Sand <espen@kde.org>
+.br
+Stanislav Karchebny <Stanislav.Karchebny@kdemail.net>
+.br
+
+.br
+.fi
+Please use http://bugs.trinitydesktop.org to report bugs; do not mail the authors directly.
+.PP
+This manual page was written by Holger Hartmann <Holger_Hartmann@gmx.de> for the Debian Project, but may be used by others. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or any later version published by the Free Software Foundation.
+.PP
+On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common\-licenses/GPL.
diff --git a/doc/man/kedit/CMakeLists.txt b/doc/man/kedit/CMakeLists.txt
new file mode 100644
index 0000000..24ccd70
--- /dev/null
+++ b/doc/man/kedit/CMakeLists.txt
@@ -0,0 +1,7 @@
+file( GLOB _man_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.1 )
+
+INSTALL(
+ FILES ${_man_files}
+ DESTINATION ${MAN_INSTALL_DIR}/man1
+ COMPONENT doc
+)
diff --git a/doc/man/kedit/kedit.1 b/doc/man/kedit/kedit.1
new file mode 100644
index 0000000..ebf6a58
--- /dev/null
+++ b/doc/man/kedit/kedit.1
@@ -0,0 +1,165 @@
+.\" This file was generated by (a slightly modified) kdemangen.pl and edited by hand
+.TH KEDIT 1 "June 2006" "Trinity Desktop Environment" "TDE text editor"
+.SH NAME
+kedit
+\- TDE text editor
+.SH SYNOPSIS
+\fBkedit\fP [Qt\-options] [TDE\-options] [options] \fIfile\fP
+.SH DESCRIPTION
+\fBKEdit\fP is a text editor for the Trinity Desktop. It is a small editor which can be used with \fBKonqueror\fP for text and configuration file browsing. \fBKEdit\fP also serves well for creating small plain text documents. It is not meant to be a programmers editor, in particular it is not meant to replace any of the more powerful editors such as \fBKate\fP, \fBXEmacs\fP or \fBEmacs\fP.
+.sp 1
+\fBKEdit\fP's functionality will intentionally remain rather limited to ensure a reasonably fast start.
+.SH OPTIONS
+.SS
+.SS Arguments:
+.TP
+.B file
+File or URL to open
+.SS Options:
+.TP
+.B \-\-encoding <encoding>
+Encoding to use for the following documents
+.SS
+.SS Generic options:
+.TP
+.B \-\-help
+Show help about options
+.TP
+.B \-\-help\-qt
+Show Qt specific options
+.TP
+.B \-\-help\-tde
+Show TDE specific options
+.TP
+.B \-\-help\-all
+Show all options
+.TP
+.B \-\-author
+Show author information
+.TP
+.B \-v, \-\-version
+Show version information
+.TP
+.B \-\-license
+Show license information
+.TP
+.B \-\-
+End of options
+.SS
+.SS Qt options:
+.TP
+.B \-\-display <displayname>
+Use the X-server display 'displayname'
+.TP
+.B \-\-session <sessionId>
+Restore the application for the given 'sessionId'
+.TP
+.B \-\-cmap
+Causes the application to install a private color
+map on an 8\-bit display
+.TP
+.B \-\-ncols <count>
+Limits the number of colors allocated in the color
+cube on an 8\-bit display, if the application is
+using the QApplication::ManyColor color
+specification
+.TP
+.B \-\-nograb
+tells Qt to never grab the mouse or the keyboard
+.TP
+.B \-\-dograb
+running under a debugger can cause an implicit
+\-nograb, use \-dograb to override
+.TP
+.B \-\-sync
+switches to synchronous mode for debugging
+.TP
+.B \-\-fn, \-\-font <fontname>
+defines the application font
+.TP
+.B \-\-bg, \-\-background <color>
+sets the default background color and an
+application palette (light and dark shades are
+calculated)
+.TP
+.B \-\-fg, \-\-foreground <color>
+sets the default foreground color
+.TP
+.B \-\-btn, \-\-button <color>
+sets the default button color
+.TP
+.B \-\-name <name>
+sets the application name
+.TP
+.B \-\-title <title>
+sets the application title (caption)
+.TP
+.B \-\-visual TrueColor
+forces the application to use a TrueColor visual on
+an 8\-bit display
+.TP
+.B \-\-inputstyle <inputstyle>
+sets XIM (X Input Method) input style. Possible
+values are onthespot, overthespot, offthespot and
+root
+.TP
+.B \-\-im <XIM server>
+set XIM server
+.TP
+.B \-\-noxim
+disable XIM
+.TP
+.B \-\-reverse
+mirrors the whole layout of widgets
+.SS
+.SS TDE options:
+.TP
+.B \-\-caption <caption>
+Use 'caption' as name in the titlebar
+.TP
+.B \-\-icon <icon>
+Use 'icon' as the application icon
+.TP
+.B \-\-miniicon <icon>
+Use 'icon' as the icon in the titlebar
+.TP
+.B \-\-config <filename>
+Use alternative configuration file
+.TP
+.B \-\-dcopserver <server>
+Use the DCOP Server specified by 'server'
+.TP
+.B \-\-nocrashhandler
+Disable crash handler, to get core dumps
+.TP
+.B \-\-waitforwm
+Waits for a WM_NET compatible windowmanager
+.TP
+.B \-\-style <style>
+sets the application GUI style
+.TP
+.B \-\-geometry <geometry>
+sets the client geometry of the main widget \- see man X for the argument format
+.SS
+
+.SH SEE ALSO
+\fBkate\fP(1), \fBkwrite\fP(1)
+.sp 1
+Full user documentation is available through the TDE Help Center. You can also enter the URL
+.BR help:/kedit/
+directly into konqueror or you can run
+.BR "khelpcenter help:/kedit/"
+from the command\-line.
+.br
+.SH AUTHORS
+.nf
+Bernd Johannes Wuebben <wuebben@kde.org>
+.br
+
+.br
+.fi
+Please use http://bugs.trinitydesktop.org to report bugs; do not mail the author directly.
+.PP
+This manual page was written by Holger Hartmann <Holger_Hartmann@gmx.de> for the Debian Project, but may be used by others. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or any later version published by the Free Software Foundation.
+.PP
+On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common\-licenses/GPL.
diff --git a/doc/man/kfloppy/CMakeLists.txt b/doc/man/kfloppy/CMakeLists.txt
new file mode 100644
index 0000000..24ccd70
--- /dev/null
+++ b/doc/man/kfloppy/CMakeLists.txt
@@ -0,0 +1,7 @@
+file( GLOB _man_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.1 )
+
+INSTALL(
+ FILES ${_man_files}
+ DESTINATION ${MAN_INSTALL_DIR}/man1
+ COMPONENT doc
+)
diff --git a/doc/man/kfloppy/kfloppy.1 b/doc/man/kfloppy/kfloppy.1
new file mode 100644
index 0000000..412893a
--- /dev/null
+++ b/doc/man/kfloppy/kfloppy.1
@@ -0,0 +1,182 @@
+.\" This file was generated by (a slightly modified) kdemangen.pl and edited by hand
+.TH KFLOPPY 1 "June 2006" "Trinity Desktop Environment" "TDE Floppy Disk Utility"
+.SH NAME
+kfloppy
+\- TDE Floppy Disk Utility
+.SH SYNOPSIS
+\fBkfloppy\fP [Qt\-options] [TDE\-options] [device]
+.SH DESCRIPTION
+\fBKfloppy Formatter\fP is a utility that provides a straightforward graphical means to format 3.5" and 5.25" floppy disks.
+.sp 1
+Starting \fBKfloppy\fP opens a single window by which the user may choose appropriate settings and control the formatting process.
+.sp 1
+\fBCaution\fP
+.br
+Make sure that your floppy disk is not mounted. \fBKfloppy\fP cannot format a mounted floppy disk.
+.sp 1
+\fBKfloppy\fP offers the following settings for floppy size:
+.RS 3
+.TP
+\- 3.5" 1.44MB
+.TP
+\- 3.5" 720KB
+.TP
+\- 5.25" 1.2MB
+.TP
+\- 5.25" 360KB
+.TP
+\- Auto-Detect
+.RE
+.sp 1
+\fBNote\fP
+.br
+The 800KB disk format used by Mac floppy drives cannot be supported on PC floppy drives since they are not capable of formatting disks in that fashion.
+.sp 1
+\fBKfloppy\fP supports the file systems DOS, ext2 and Minix.
+.SH OPTIONS
+.SS
+.SS Arguments:
+.TP
+.B device
+Default device
+.SS Generic options:
+.TP
+.B \-\-help
+Show help about options
+.TP
+.B \-\-help\-qt
+Show Qt specific options
+.TP
+.B \-\-help\-tde
+Show TDE specific options
+.TP
+.B \-\-help\-all
+Show all options
+.TP
+.B \-\-author
+Show author information
+.TP
+.B \-v, \-\-version
+Show version information
+.TP
+.B \-\-license
+Show license information
+.TP
+.B \-\-
+End of options
+.SS
+.SS Qt options:
+.TP
+.B \-\-display <displayname>
+Use the X-server display 'displayname'
+.TP
+.B \-\-session <sessionId>
+Restore the application for the given 'sessionId'
+.TP
+.B \-\-cmap
+Causes the application to install a private color
+map on an 8\-bit display
+.TP
+.B \-\-ncols <count>
+Limits the number of colors allocated in the color
+cube on an 8\-bit display, if the application is
+using the QApplication::ManyColor color
+specification
+.TP
+.B \-\-nograb
+tells Qt to never grab the mouse or the keyboard
+.TP
+.B \-\-dograb
+running under a debugger can cause an implicit
+\-nograb, use \-dograb to override
+.TP
+.B \-\-sync
+switches to synchronous mode for debugging
+.TP
+.B \-\-fn, \-\-font <fontname>
+defines the application font
+.TP
+.B \-\-bg, \-\-background <color>
+sets the default background color and an
+application palette (light and dark shades are
+calculated)
+.TP
+.B \-\-fg, \-\-foreground <color>
+sets the default foreground color
+.TP
+.B \-\-btn, \-\-button <color>
+sets the default button color
+.TP
+.B \-\-name <name>
+sets the application name
+.TP
+.B \-\-title <title>
+sets the application title (caption)
+.TP
+.B \-\-visual TrueColor
+forces the application to use a TrueColor visual on
+an 8\-bit display
+.TP
+.B \-\-inputstyle <inputstyle>
+sets XIM (X Input Method) input style. Possible
+values are onthespot, overthespot, offthespot and
+root
+.TP
+.B \-\-im <XIM server>
+set XIM server
+.TP
+.B \-\-noxim
+disable XIM
+.TP
+.B \-\-reverse
+mirrors the whole layout of widgets
+.SS
+.SS TDE options:
+.TP
+.B \-\-caption <caption>
+Use 'caption' as name in the titlebar
+.TP
+.B \-\-icon <icon>
+Use 'icon' as the application icon
+.TP
+.B \-\-miniicon <icon>
+Use 'icon' as the icon in the titlebar
+.TP
+.B \-\-config <filename>
+Use alternative configuration file
+.TP
+.B \-\-dcopserver <server>
+Use the DCOP Server specified by 'server'
+.TP
+.B \-\-nocrashhandler
+Disable crash handler, to get core dumps
+.TP
+.B \-\-waitforwm
+Waits for a WM_NET compatible windowmanager
+.TP
+.B \-\-style <style>
+sets the application GUI style
+.TP
+.B \-\-geometry <geometry>
+sets the client geometry of the main widget - see man X for the argument format
+.SS
+
+.SH SEE ALSO
+Full user documentation is available through the TDE Help Center. You can also enter the URL
+.BR help:/kfloppy/
+directly into konqueror or you can run
+.BR "khelpcenter help:/kfloppy/"
+from the command\-line.
+.br
+.SH AUTHORS
+.nf
+Bernd Johannes Wuebben <wuebben@kde.org>
+.br
+
+.br
+.fi
+Please use http://bugs.trinitydesktop.org to report bugs; do not mail the author directly.
+.PP
+This manual page was written by Holger Hartmann <Holger_Hartmann@gmx.de> for the Debian Project, but may be used by others. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or any later version published by the Free Software Foundation.
+.PP
+On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common\-licenses/GPL.
diff --git a/doc/man/kgpg/CMakeLists.txt b/doc/man/kgpg/CMakeLists.txt
new file mode 100644
index 0000000..24ccd70
--- /dev/null
+++ b/doc/man/kgpg/CMakeLists.txt
@@ -0,0 +1,7 @@
+file( GLOB _man_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.1 )
+
+INSTALL(
+ FILES ${_man_files}
+ DESTINATION ${MAN_INSTALL_DIR}/man1
+ COMPONENT doc
+)
diff --git a/doc/man/kgpg/kgpg.1 b/doc/man/kgpg/kgpg.1
new file mode 100644
index 0000000..9ea82bb
--- /dev/null
+++ b/doc/man/kgpg/kgpg.1
@@ -0,0 +1,187 @@
+.TH KGPG "1" "December 2002" "TDE" "TDE Application"
+.SH NAME
+kgpg \- a TDE frontend for GNU Privacy Guard (GnuPG)
+.SH SYNOPSIS
+.B kgpg
+[\fIQt-options\fR] [\fITDE-options\fR] [\fIoptions\fR] \fIfile\fR
+.SH DESCRIPTION
+This manual page documents briefly the
+.B Kgpg
+TDE Application.
+This manual page was written for the Debian GNU/Linux distribution
+because the original program does not have a manual page.
+.PP
+.B Kgpg
+is a simple graphical interface for gpg (http://gnupg.org).
+Basically, It allows you to encrypt and decrypt files or messages, and to manage your keys.
+.PP
+Kgpg can be used in different ways:
+.IP "1 -" 4
+Open Kgpg. You will see an editor. Just type or paste your text in the editor. You can then easily encrypt/decrypt the text.
+.IP "2 -" 4
+On your Desktop or from a Konqueror window, right click on a file and you will see an encrypt file entry in the menu. just select it to encrypt the file. In the same way, simply left click on an encrypted file to decrypt it.
+.IP "3 -" 4
+If you enable Kgpg's Klipper action, as soon as you copy an encrypted text to the clipboard, a popup menu will ask you if you want to decrypt it.
+.SH OPTIONS
+.TP
+.B \-e
+encrypt file
+.TP
+.B \-s
+show encrypted file
+.TP
+.B \-S
+sign file
+.TP
+.B \-V
+verify signature
+.SS "Arguments:"
+.TP 12
+file
+file to open
+.SS "Generic options:"
+.TP 12
+.B \-\-help
+Show help about options
+.TP
+.B \-\-help\-qt
+Show Qt specific options
+.TP
+.B \-\-help\-tde
+Show TDE specific options
+.TP
+.B \-\-help\-all
+Show all options
+.TP
+.B \-\-author
+Show author information
+.TP
+.B \-v\fR, \fB\-\-version
+Show version information
+.TP
+.B \-\-license
+Show license information
+.TP
+.B \-\-
+End of options
+.SS "Qt options"
+.TP 12
+.BI \-\-display \ displayname
+Use the X-server display \fIdisplayname\fP.
+.TP
+.BI \-\-session \ sessionId
+Restore the application for the given \fIsessionId\fP.
+.TP
+.B \-\-cmap
+Causes the application to install a private color
+map on an 8-bit display.
+.TP
+.BI \-\-ncols \ count
+Limits the number of colors allocated in the color
+cube on an 8-bit display, if the application is
+using the QApplication::ManyColor color
+specification.
+.TP
+.B \-\-nograb
+tells Qt to never grab the mouse or the keyboard.
+.TP
+.B \-\-dograb
+running under a debugger can cause an implicit
+.B \-nograb, use \fB\-dograb\fR to override.
+.TP
+.B \-\-sync
+switches to synchronous mode for debugging.
+.TP
+.BI "\-\-fn\fR, \fP\-\-font" \ fontname
+defines the application font.
+.TP
+.BI "-\-bg\fR, \fB\-\-background" \ color
+sets the default background color and an
+application palette (light and dark shades are
+calculated).
+.TP
+.BI "\-\-fg\fR, \fB\-\-foreground" \ color
+sets the default foreground color.
+.TP
+.BI \-\-btn\fR, \fB\-\-button \ color
+sets the default button color.
+.TP
+.BI \-\-name \ name
+sets the application name.
+.TP
+.BI \-\-title \ title
+sets the application title (caption).
+.TP
+.B \-\-visual TrueColor
+forces the application to use a TrueColor visual on
+an 8-bit display.
+.TP
+.BI \-\-inputstyle \ inputstyle
+sets XIM (X Input Method) input style. Possible
+values are
+.BR onthespot ", " overthespot ", " offthespot and root .
+.TP
+.BI \-\-im " XIM-server"
+set XIM server.
+.TP
+.B \-\-noxim
+disable XIM.
+.TP
+.B \-\-reverse
+mirrors the whole layout of widgets.
+.SS "TDE options"
+.TP 12
+.BI \-\-caption \ caption
+Use \fIcaption\fP as name in the titlebar.
+.TP
+.BI \-\-icon \ icon
+Use \fIicon\fP as the application icon.
+.TP
+.BI \-\-miniicon \ icon
+Use \fIicon\fP as the icon in the titlebar.
+.TP
+.BI \-\-config \ filename
+Use alternative configuration file.
+.TP
+.BI \-\-dcopserver \ server
+Use the DCOP Server specified by \fIserver\fP.
+.TP
+.B \-\-nocrashhandler
+Disable crash handler, to get core dumps.
+.TP
+.B \-\-waitforwm
+Waits for a WM_NET compatible windowmanager.
+.TP
+.BI \-\-style \ style
+sets the application GUI style.
+.TP
+.BI \-\-geometry \ geometry
+sets the client geometry of the main widget.
+.SH AUTHOR
+kgpg was written by
+.nh
+.ad l
+y0k0 <bj@altern.org>,
+.br
+.hy
+This manual page was prepared by
+.nh
+.ad l
+Karolina Lindqvist <pgd\-karolinali@algonet.se>
+.hy
+for the Debian GNU/Linux system (but may be used by others).
+.SH "SEE ALSO"
+The full documentation for
+.B Kgpg
+is maintained as a docbook manual. If the
+.B khelpcenter
+program is properly installed at your site, the command
+.IP
+.B khelpcenter help:/kgpg
+.PP
+should give you access to the complete manual.
+.P
+Alternatively the manual can be browsed in
+.B konqueror
+giving it the URL help:/kgpg
+
diff --git a/doc/man/khexedit/CMakeLists.txt b/doc/man/khexedit/CMakeLists.txt
new file mode 100644
index 0000000..24ccd70
--- /dev/null
+++ b/doc/man/khexedit/CMakeLists.txt
@@ -0,0 +1,7 @@
+file( GLOB _man_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.1 )
+
+INSTALL(
+ FILES ${_man_files}
+ DESTINATION ${MAN_INSTALL_DIR}/man1
+ COMPONENT doc
+)
diff --git a/doc/man/khexedit/khexedit.1 b/doc/man/khexedit/khexedit.1
new file mode 100644
index 0000000..968d438
--- /dev/null
+++ b/doc/man/khexedit/khexedit.1
@@ -0,0 +1,169 @@
+.\" This file was generated by (a slightly modified) kdemangen.pl and edited by hand
+.TH KHEXEDIT 1 "June 2006" "Trinity Desktop Environment" "TDE hex editor"
+.SH NAME
+khexedit
+\- TDE hex editor
+.SH SYNOPSIS
+\fBkhexedit\fP [Qt\-options] [TDE\-options] [options] [file(s)]
+.SH DESCRIPTION
+\fBKHexEdit\fP is an editor for the raw data of binary files. It includes find/replace functions, bookmarks, many configuration options, drag and drop support and other powerful features.
+.sp 1
+When a document is opened, the bytes are displayed in hexadecimal format in the data editor window. The data can be edited, cut, copied, pasted, dragged and dropped much as text is in an text editor or word processor. A cursor marks the current position. Pressing the Insert key toggles between overwrite and insert text entry modes. The data can also be displayed as octal, binary or decimal values, by choosing the desired format in the View menu.
+.sp 1
+The offset column on the left indicates the position of a particular byte in the file. The text field on the right displays the ASCII encoding of the file. The cursor position and edits in the data editor window are reflected in the text field. The text field can also be edited, and those changes are reflected in the data editor window.
+.sp 1
+The search bar allows the user to search for a specific value \-\- hexadecimal, octal, binary, decimal or text.
+.sp 1
+The conversion field displays the value of the byte at the cursor position in a variety of bases. It also displays the value of all standard data types starting at the cursor.
+.sp 1
+Multiple documents can be open at the same time but only one can be active. Use the Documents menu to select which document will be active.
+.SH OPTIONS
+.SS
+.SS Arguments:
+file(s) File(s) to open
+.SS Options:
+.TP
+.B \-\-offset <offset>
+Jump to 'offset'
+.SS
+.SS Generic options:
+.TP
+.B \-\-help
+Show help about options
+.TP
+.B \-\-help\-qt
+Show Qt specific options
+.TP
+.B \-\-help\-tde
+Show TDE specific options
+.TP
+.B \-\-help\-all
+Show all options
+.TP
+.B \-\-author
+Show author information
+.TP
+.B \-v, \-\-version
+Show version information
+.TP
+.B \-\-license
+Show license information
+.TP
+.B \-\-
+End of options
+.SS
+.SS Qt options:
+.TP
+.B \-\-display <displayname>
+Use the X-server display 'displayname'
+.TP
+.B \-\-session <sessionId>
+Restore the application for the given 'sessionId'
+.TP
+.B \-\-cmap
+Causes the application to install a private color
+map on an 8\-bit display
+.TP
+.B \-\-ncols <count>
+Limits the number of colors allocated in the color
+cube on an 8\-bit display, if the application is
+using the QApplication::ManyColor color
+specification
+.TP
+.B \-\-nograb
+tells Qt to never grab the mouse or the keyboard
+.TP
+.B \-\-dograb
+running under a debugger can cause an implicit
+\-nograb, use \-dograb to override
+.TP
+.B \-\-sync
+switches to synchronous mode for debugging
+.TP
+.B \-\-fn, \-\-font <fontname>
+defines the application font
+.TP
+.B \-\-bg, \-\-background <color>
+sets the default background color and an
+application palette (light and dark shades are
+calculated)
+.TP
+.B \-\-fg, \-\-foreground <color>
+sets the default foreground color
+.TP
+.B \-\-btn, \-\-button <color>
+sets the default button color
+.TP
+.B \-\-name <name>
+sets the application name
+.TP
+.B \-\-title <title>
+sets the application title (caption)
+.TP
+.B \-\-visual TrueColor
+forces the application to use a TrueColor visual on
+an 8\-bit display
+.TP
+.B \-\-inputstyle <inputstyle>
+sets XIM (X Input Method) input style. Possible
+values are onthespot, overthespot, offthespot and
+root
+.TP
+.B \-\-im <XIM server>
+set XIM server
+.TP
+.B \-\-noxim
+disable XIM
+.TP
+.B \-\-reverse
+mirrors the whole layout of widgets
+.SS
+.SS TDE options:
+.TP
+.B \-\-caption <caption>
+Use 'caption' as name in the titlebar
+.TP
+.B \-\-icon <icon>
+Use 'icon' as the application icon
+.TP
+.B \-\-miniicon <icon>
+Use 'icon' as the icon in the titlebar
+.TP
+.B \-\-config <filename>
+Use alternative configuration file
+.TP
+.B \-\-dcopserver <server>
+Use the DCOP Server specified by 'server'
+.TP
+.B \-\-nocrashhandler
+Disable crash handler, to get core dumps
+.TP
+.B \-\-waitforwm
+Waits for a WM_NET compatible windowmanager
+.TP
+.B \-\-style <style>
+sets the application GUI style
+.TP
+.B \-\-geometry <geometry>
+sets the client geometry of the main widget \- see man X for the argument format
+.SS
+
+.SH SEE ALSO
+Full user documentation is available through the TDE Help Center. You can also enter the URL
+.BR help:/khexedit/
+directly into konqueror or you can run
+.BR "khelpcenter help:/khexedit/"
+from the command\-line.
+.br
+.SH AUTHORS
+.nf
+Espen Sand <espensa@online.no>
+.br
+
+.br
+.fi
+Please use http://bugs.trinitydesktop.org to report bugs; do not mail the author directly.
+.PP
+This manual page was written by Holger Hartmann <Holger_Hartmann@gmx.de> for the Debian Project, but may be used by others. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or any later version published by the Free Software Foundation.
+.PP
+On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common\-licenses/GPL.
diff --git a/doc/man/superkaramba/CMakeLists.txt b/doc/man/superkaramba/CMakeLists.txt
new file mode 100644
index 0000000..24ccd70
--- /dev/null
+++ b/doc/man/superkaramba/CMakeLists.txt
@@ -0,0 +1,7 @@
+file( GLOB _man_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.1 )
+
+INSTALL(
+ FILES ${_man_files}
+ DESTINATION ${MAN_INSTALL_DIR}/man1
+ COMPONENT doc
+)
diff --git a/doc/man/superkaramba/superkaramba.1 b/doc/man/superkaramba/superkaramba.1
new file mode 100644
index 0000000..ab0ec0f
--- /dev/null
+++ b/doc/man/superkaramba/superkaramba.1
@@ -0,0 +1,51 @@
+.TH SUPERKARAMBA 1 "juli 27, 2003"
+.SH NAME
+superkaramba \- a program based on karamba improving the eyecandy of TDE.
+.SH SYNOPSIS
+.B superkaramba
+[\fIQt-options\fR] [\fITDE-options\fR] \fIfile\fR
+.SH DESCRIPTION
+This manual page documents briefly the
+.B superkaramba
+command.
+This manual page was written for the Debian distribution
+because the original program does not have a manual page.
+Instead, it has documentation in the GNU Info format; see below.
+.PP
+.B Superkaramba
+is a tool based on karamba that allows anyone to easily create and run little
+interactive widgets on a Trinity desktop. Widgets are defined in a simple text file
+and can be augmented with Python code to make them interactive.
+.SH OPTIONS
+A summary of options are included below.
+.TP
+.B \-\-help
+Show summary of options
+.TP
+.B \-\-help\-qt
+Show Qt specific options
+.TP
+.B \-\-help\-tde
+Show TDE specific options
+.TP
+.B \-\-help\-all
+Show all options
+.TP
+.B \-\-author
+Show author information
+.TP
+.B \-v, \-\-version
+Show version of program.
+.TP
+.B \-\-license
+Show license information
+.TP
+.B file
+A required argument 'file'
+.SH AUTHOR
+.B Superkaramba
+was written by Adam Geitgey <adam@rootnode.org> and Hans Karlsson
+<d98hk@efd.lth.se>.
+.PP
+This manual page was written by Jean-Michel Kelbert <kelbert@debian.org>,
+for the Debian project (but may be used by others).
diff --git a/kgpg/conf_encryption.ui b/kgpg/conf_encryption.ui
index f64556a..847db7c 100644
--- a/kgpg/conf_encryption.ui
+++ b/kgpg/conf_encryption.ui
@@ -28,10 +28,7 @@
<cstring>kcfg_PgpCompatibility</cstring>
</property>
<property name="text">
- <string>PGP 6 compatibility</string>
- </property>
- <property name="accel">
- <string>Alt+6</string>
+ <string>PGP &amp;6 compatibility</string>
</property>
<property name="whatsThis" stdset="0">
<string>&lt;qt&gt;&lt;b&gt;PGP 6 compatibility:&lt;/b&gt;&lt;br /&gt;
diff --git a/kmilo/generic/generic_monitor.h b/kmilo/generic/generic_monitor.h
index e92bac6..8d5e545 100644
--- a/kmilo/generic/generic_monitor.h
+++ b/kmilo/generic/generic_monitor.h
@@ -39,7 +39,7 @@ namespace KMilo {
struct ShortcutInfo
{
const char* name;
- uint symbol;
+ int symbol;
const char *slot;
};
diff --git a/superkaramba/src/networksensor.cpp b/superkaramba/src/networksensor.cpp
index 2320a6a..34cff5c 100644
--- a/superkaramba/src/networksensor.cpp
+++ b/superkaramba/src/networksensor.cpp
@@ -108,7 +108,7 @@ void NetworkSensor::getInOutBytes ( unsigned long &in,unsigned long &out) const
}
if ( line.contains( device ) )
{
- TQRegExp rx( "\\W+"+device+":\\D*(\\d+)(?:\\D+\\d+){7}\\D+(\\d+)", false);
+ TQRegExp rx( "^\\W*"+device+":\\D*(\\d+)(?:\\D+\\d+){7}\\D+(\\d+)", false);
rx.search(line);
in = rx.cap(1).toULong();
out = rx.cap(2).toULong();
diff --git a/superkaramba/src/themewidget_layout.ui b/superkaramba/src/themewidget_layout.ui
index 8a55785..813df4f 100644
--- a/superkaramba/src/themewidget_layout.ui
+++ b/superkaramba/src/themewidget_layout.ui
@@ -157,9 +157,6 @@
<property name="text">
<string></string>
</property>
- <property name="accel">
- <string></string>
- </property>
</widget>
</hbox>
</widget>
diff --git a/tdelirc/kcmlirc/kcmlircbase.ui b/tdelirc/kcmlirc/kcmlircbase.ui
index ba32690..a6e4b4c 100644
--- a/tdelirc/kcmlirc/kcmlircbase.ui
+++ b/tdelirc/kcmlirc/kcmlircbase.ui
@@ -341,9 +341,6 @@
<property name="text">
<string>Auto-Populate...</string>
</property>
- <property name="accel">
- <string></string>
- </property>
</widget>
<widget class="KPushButton" row="1" column="0">
<property name="name">
diff --git a/translations/desktop_files/KCharSelect.desktop/ru.po b/translations/desktop_files/KCharSelect.desktop/ru.po
index 9019c43..67ba04f 100644
--- a/translations/desktop_files/KCharSelect.desktop/ru.po
+++ b/translations/desktop_files/KCharSelect.desktop/ru.po
@@ -1,26 +1,27 @@
# SOME DESCRIPTIVE TITLE.
# This file is put in the public domain.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
-#, fuzzy
+# Egor Ermakov <eg.ermakov2016@yandex.ru>, 2022.
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-21 15:44+0200\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"PO-Revision-Date: 2022-08-30 08:56+0000\n"
+"Last-Translator: Egor Ermakov <eg.ermakov2016@yandex.ru>\n"
+"Language-Team: Russian <https://mirror.git.trinitydesktop.org/weblate/"
+"projects/tdeutils/kcharselect-kcharselectdesktop/ru/>\n"
"Language: ru\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
+"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+"X-Generator: Weblate 4.13.1\n"
#. Name
#: KCharSelect.desktop:2
-#, fuzzy
msgid "KCharSelect"
-msgstr "Выбор символов"
+msgstr "KCharSelect"
#. GenericName
#: KCharSelect.desktop:4
diff --git a/translations/desktop_files/KEdit.desktop/ru.po b/translations/desktop_files/KEdit.desktop/ru.po
index 3e34923..8b98ec7 100644
--- a/translations/desktop_files/KEdit.desktop/ru.po
+++ b/translations/desktop_files/KEdit.desktop/ru.po
@@ -1,25 +1,27 @@
# SOME DESCRIPTIVE TITLE.
# This file is put in the public domain.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
-#, fuzzy
+# Egor Ermakov <eg.ermakov2016@yandex.ru>, 2022.
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-21 16:03+0200\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"PO-Revision-Date: 2022-08-30 08:56+0000\n"
+"Last-Translator: Egor Ermakov <eg.ermakov2016@yandex.ru>\n"
+"Language-Team: Russian <https://mirror.git.trinitydesktop.org/weblate/"
+"projects/tdeutils/kedit-keditdesktop/ru/>\n"
"Language: ru\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
+"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+"X-Generator: Weblate 4.13.1\n"
#. Name
#: KEdit.desktop:2
msgid "KEdit"
-msgstr ""
+msgstr "KEdit"
#. GenericName
#: KEdit.desktop:4
diff --git a/translations/desktop_files/Kjots.desktop/ru.po b/translations/desktop_files/Kjots.desktop/ru.po
index 8af1d2f..77cac4e 100644
--- a/translations/desktop_files/Kjots.desktop/ru.po
+++ b/translations/desktop_files/Kjots.desktop/ru.po
@@ -1,25 +1,27 @@
# SOME DESCRIPTIVE TITLE.
# This file is put in the public domain.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
-#, fuzzy
+# Egor Ermakov <eg.ermakov2016@yandex.ru>, 2022.
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-21 21:11+0200\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"PO-Revision-Date: 2022-08-30 08:56+0000\n"
+"Last-Translator: Egor Ermakov <eg.ermakov2016@yandex.ru>\n"
+"Language-Team: Russian <https://mirror.git.trinitydesktop.org/weblate/"
+"projects/tdeutils/kjots-kjotsdesktop/ru/>\n"
"Language: ru\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
+"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+"X-Generator: Weblate 4.13.1\n"
#. Name
#: Kjots.desktop:2
msgid "KJots"
-msgstr ""
+msgstr "KJots"
#. GenericName
#: Kjots.desktop:4
diff --git a/translations/desktop_files/ark-desktops/ru.po b/translations/desktop_files/ark-desktops/ru.po
index 42b9385..efbfa89 100644
--- a/translations/desktop_files/ark-desktops/ru.po
+++ b/translations/desktop_files/ark-desktops/ru.po
@@ -1,20 +1,22 @@
# SOME DESCRIPTIVE TITLE.
# This file is put in the public domain.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
-#, fuzzy
+# Egor Ermakov <eg.ermakov2016@yandex.ru>, 2022.
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-21 13:58+0200\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"PO-Revision-Date: 2022-08-30 08:56+0000\n"
+"Last-Translator: Egor Ermakov <eg.ermakov2016@yandex.ru>\n"
+"Language-Team: Russian <https://mirror.git.trinitydesktop.org/weblate/"
+"projects/tdeutils/ark-desktop-files/ru/>\n"
"Language: ru\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
+"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+"X-Generator: Weblate 4.13.1\n"
#. GenericName
#: ark.desktop:3
@@ -24,7 +26,7 @@ msgstr "Архиватор"
#. Name
#: ark.desktop:4
msgid "Ark"
-msgstr ""
+msgstr "Ark"
#. Comment
#: ark_part.desktop:3
diff --git a/translations/desktop_files/kcalc.desktop/ru.po b/translations/desktop_files/kcalc.desktop/ru.po
index 0e4da10..e5e18db 100644
--- a/translations/desktop_files/kcalc.desktop/ru.po
+++ b/translations/desktop_files/kcalc.desktop/ru.po
@@ -1,27 +1,29 @@
# SOME DESCRIPTIVE TITLE.
# This file is put in the public domain.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
-#, fuzzy
+# Egor Ermakov <eg.ermakov2016@yandex.ru>, 2022.
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-21 15:41+0200\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"PO-Revision-Date: 2022-08-30 08:56+0000\n"
+"Last-Translator: Egor Ermakov <eg.ermakov2016@yandex.ru>\n"
+"Language-Team: Russian <https://mirror.git.trinitydesktop.org/weblate/"
+"projects/tdeutils/kcalc-kcalcdesktop/ru/>\n"
"Language: ru\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
+"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+"X-Generator: Weblate 4.13.1\n"
#. Name
#: kcalc.desktop:2
msgid "KCalc"
-msgstr ""
+msgstr "KCalc"
#. GenericName
#: kcalc.desktop:4
msgid "Scientific Calculator"
-msgstr "Калькулятор"
+msgstr "Научный Калькулятор"
diff --git a/translations/desktop_files/kdf-desktops/ru.po b/translations/desktop_files/kdf-desktops/ru.po
index 69f2cd8..6e707ab 100644
--- a/translations/desktop_files/kdf-desktops/ru.po
+++ b/translations/desktop_files/kdf-desktops/ru.po
@@ -1,20 +1,22 @@
# SOME DESCRIPTIVE TITLE.
# This file is put in the public domain.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
-#, fuzzy
+# Egor Ermakov <eg.ermakov2016@yandex.ru>, 2022.
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-21 15:48+0200\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"PO-Revision-Date: 2022-08-30 08:56+0000\n"
+"Last-Translator: Egor Ermakov <eg.ermakov2016@yandex.ru>\n"
+"Language-Team: Russian <https://mirror.git.trinitydesktop.org/weblate/"
+"projects/tdeutils/kdf-desktop-files/ru/>\n"
"Language: ru\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
+"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+"X-Generator: Weblate 4.13.1\n"
#. Name
#: kcmdf.desktop:10
@@ -29,7 +31,7 @@ msgstr "Показывает свободное место на смонтиро
#. Name
#: kdf.desktop:2
msgid "KDiskFree"
-msgstr ""
+msgstr "KDiskFree"
#. GenericName
#: kdf.desktop:4
@@ -39,7 +41,7 @@ msgstr "Использование дисков"
#. Name
#: kwikdisk.desktop:2
msgid "KwikDisk"
-msgstr ""
+msgstr "KwikDisk"
#. GenericName
#: kwikdisk.desktop:7
diff --git a/translations/desktop_files/kfloppy-desktops/ru.po b/translations/desktop_files/kfloppy-desktops/ru.po
index 7e69bb8..6bb1bfc 100644
--- a/translations/desktop_files/kfloppy-desktops/ru.po
+++ b/translations/desktop_files/kfloppy-desktops/ru.po
@@ -1,25 +1,27 @@
# SOME DESCRIPTIVE TITLE.
# This file is put in the public domain.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
-#, fuzzy
+# Egor Ermakov <eg.ermakov2016@yandex.ru>, 2022.
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-21 18:40+0200\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"PO-Revision-Date: 2022-08-30 08:56+0000\n"
+"Last-Translator: Egor Ermakov <eg.ermakov2016@yandex.ru>\n"
+"Language-Team: Russian <https://mirror.git.trinitydesktop.org/weblate/"
+"projects/tdeutils/kfloppy-desktop-files/ru/>\n"
"Language: ru\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
+"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+"X-Generator: Weblate 4.13.1\n"
#. Name
#: KFloppy.desktop:2
msgid "KFloppy"
-msgstr ""
+msgstr "KFloppy"
#. GenericName
#: KFloppy.desktop:4
diff --git a/translations/desktop_files/kgpg-desktops/ru.po b/translations/desktop_files/kgpg-desktops/ru.po
index 92152df..988b333 100644
--- a/translations/desktop_files/kgpg-desktops/ru.po
+++ b/translations/desktop_files/kgpg-desktops/ru.po
@@ -1,20 +1,22 @@
# SOME DESCRIPTIVE TITLE.
# This file is put in the public domain.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
-#, fuzzy
+# Egor Ermakov <eg.ermakov2016@yandex.ru>, 2022.
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-21 20:55+0200\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"PO-Revision-Date: 2022-08-30 08:56+0000\n"
+"Last-Translator: Egor Ermakov <eg.ermakov2016@yandex.ru>\n"
+"Language-Team: Russian <https://mirror.git.trinitydesktop.org/weblate/"
+"projects/tdeutils/kgpg-desktop-files/ru/>\n"
"Language: ru\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
+"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+"X-Generator: Weblate 4.13.1\n"
#. Name
#: encryptfile.desktop:7
@@ -29,7 +31,7 @@ msgstr "Архивировать и зашифровать папку"
#. Name
#: kgpg.desktop:2
msgid "KGpg"
-msgstr ""
+msgstr "KGpg"
#. GenericName
#: kgpg.desktop:4
@@ -39,4 +41,4 @@ msgstr "Шифрование"
#. Comment
#: kgpg.desktop:6
msgid "A GnuPG frontend"
-msgstr "Управление ключами GPG"
+msgstr "Управление ключами GnuPG"
diff --git a/translations/desktop_files/khexedit-desktops/ru.po b/translations/desktop_files/khexedit-desktops/ru.po
index 5ec3b1a..61aee72 100644
--- a/translations/desktop_files/khexedit-desktops/ru.po
+++ b/translations/desktop_files/khexedit-desktops/ru.po
@@ -1,25 +1,27 @@
# SOME DESCRIPTIVE TITLE.
# This file is put in the public domain.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
-#, fuzzy
+# Egor Ermakov <eg.ermakov2016@yandex.ru>, 2022.
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-05-21 21:03+0200\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"POT-Creation-Date: 2021-07-07 18:19+0000\n"
+"PO-Revision-Date: 2022-08-30 08:56+0000\n"
+"Last-Translator: Egor Ermakov <eg.ermakov2016@yandex.ru>\n"
+"Language-Team: Russian <https://mirror.git.trinitydesktop.org/weblate/"
+"projects/tdeutils/khexedit-desktop-files/ru/>\n"
"Language: ru\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
+"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+"X-Generator: Weblate 4.13.1\n"
#. Name
#: khexedit.desktop:2
msgid "KHexEdit"
-msgstr ""
+msgstr "KHexEdit"
#. GenericName
#: khexedit.desktop:4
diff --git a/translations/desktop_files/klaptopdaemon-desktops/ru.po b/translations/desktop_files/klaptopdaemon-desktops/ru.po
index 1a91034..595f386 100644
--- a/translations/desktop_files/klaptopdaemon-desktops/ru.po
+++ b/translations/desktop_files/klaptopdaemon-desktops/ru.po
@@ -1,20 +1,22 @@
# SOME DESCRIPTIVE TITLE.
# This file is put in the public domain.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
-#, fuzzy
+# Egor Ermakov <eg.ermakov2016@yandex.ru>, 2022.
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-21 21:20+0200\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"PO-Revision-Date: 2022-08-30 08:56+0000\n"
+"Last-Translator: Egor Ermakov <eg.ermakov2016@yandex.ru>\n"
+"Language-Team: Russian <https://mirror.git.trinitydesktop.org/weblate/"
+"projects/tdeutils/klaptopdaemon-desktop-files/ru/>\n"
"Language: ru\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
+"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+"X-Generator: Weblate 4.13.1\n"
#. Name
#: applnk/klaptopdaemon.desktop:2
@@ -34,9 +36,8 @@ msgstr "Батарея ноутбука"
#. Name
#: applnk/pcmcia.desktop:2
-#, fuzzy
msgid "PCMCIA cards"
-msgstr "Состояние PCMCIA"
+msgstr "PCMCIA карты"
#. Comment
#: applnk/pcmcia.desktop:4
diff --git a/translations/desktop_files/kmilo-desktops/ru.po b/translations/desktop_files/kmilo-desktops/ru.po
index 7f2f50a..3fd6a61 100644
--- a/translations/desktop_files/kmilo-desktops/ru.po
+++ b/translations/desktop_files/kmilo-desktops/ru.po
@@ -1,20 +1,22 @@
# SOME DESCRIPTIVE TITLE.
# This file is put in the public domain.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
-#, fuzzy
+# Egor Ermakov <eg.ermakov2016@yandex.ru>, 2022.
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-05-21 22:35+0200\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"POT-Creation-Date: 2021-07-07 18:19+0000\n"
+"PO-Revision-Date: 2022-08-30 08:56+0000\n"
+"Last-Translator: Egor Ermakov <eg.ermakov2016@yandex.ru>\n"
+"Language-Team: Russian <https://mirror.git.trinitydesktop.org/weblate/"
+"projects/tdeutils/kmilo-desktop-files/ru/>\n"
"Language: ru\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
+"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+"X-Generator: Weblate 4.13.1\n"
#. Name
#: asus/kmilo_asus.desktop:2
@@ -24,7 +26,7 @@ msgstr "Ноутбук Asus"
#. Comment
#: asus/kmilo_asus.desktop:4
msgid "Enables support for special Asus laptop keys"
-msgstr "Этот модуль поддерживает специальные клавиши ноутбука Asus"
+msgstr "Включает поддержку специальных клавиш ноутбука Asus"
#. Name
#: delli8k/kmilo_delli8k.desktop:2
@@ -34,7 +36,7 @@ msgstr "Ноутбук Dell I8k"
#. Comment
#: delli8k/kmilo_delli8k.desktop:4
msgid "Enables support for special Dell laptop keys"
-msgstr "Этот модуль поддерживает специальные клавиши ноутбука Dell"
+msgstr "Включает поддержку специальных клавиш ноутбука Dell"
#. Name
#: demo/kmilo_demo.desktop:2
@@ -44,7 +46,7 @@ msgstr "Демонстрационный модуль"
#. Comment
#: demo/kmilo_demo.desktop:4
msgid "Does nothing"
-msgstr "Этот модуль ничего не делает."
+msgstr "Этот модуль ничего не делает"
#. Name
#: generic/kmilo_generic.desktop:2
@@ -55,8 +57,7 @@ msgstr "Модуль клавиатуры"
#: generic/kmilo_generic.desktop:4
msgid "Enables support for special keys on all sorts of keyboards and laptops"
msgstr ""
-"Этот модуль поддерживает специальные клавиши на всех типах клавиатур и "
-"ноутбуках."
+"Включает поддержку специальных клавиш на различных клавиатурах и ноутбуках"
#. Name
#: kmilo_kvaio/kcmkvaio/kvaio.desktop:2
@@ -90,7 +91,7 @@ msgstr "Модуль KMilo для ноутбуков Sony Vaio"
#. Name
#: kmilod/kmilod.desktop:2
msgid "KMilo"
-msgstr ""
+msgstr "KMilo"
#. Comment
#: kmilod/kmilod.desktop:4
diff --git a/translations/desktop_files/kregexpeditor-desktops/ru.po b/translations/desktop_files/kregexpeditor-desktops/ru.po
index 152e223..96a7410 100644
--- a/translations/desktop_files/kregexpeditor-desktops/ru.po
+++ b/translations/desktop_files/kregexpeditor-desktops/ru.po
@@ -1,26 +1,27 @@
# SOME DESCRIPTIVE TITLE.
# This file is put in the public domain.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
-#, fuzzy
+# Egor Ermakov <eg.ermakov2016@yandex.ru>, 2022.
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-22 01:16+0200\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"PO-Revision-Date: 2022-08-30 08:56+0000\n"
+"Last-Translator: Egor Ermakov <eg.ermakov2016@yandex.ru>\n"
+"Language-Team: Russian <https://mirror.git.trinitydesktop.org/weblate/"
+"projects/tdeutils/kregexpeditor-desktop-files/ru/>\n"
"Language: ru\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
+"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+"X-Generator: Weblate 4.13.1\n"
#. Name
#: kregexpeditor.desktop:2
-#, fuzzy
msgid "KRegExpEditor"
-msgstr "Виджет редактора регулярных выражений"
+msgstr "KRegExpEditor"
#. GenericName
#: kregexpeditor.desktop:4
diff --git a/translations/desktop_files/ksim-desktops/ru.po b/translations/desktop_files/ksim-desktops/ru.po
index bd03d61..b07c182 100644
--- a/translations/desktop_files/ksim-desktops/ru.po
+++ b/translations/desktop_files/ksim-desktops/ru.po
@@ -1,25 +1,27 @@
# SOME DESCRIPTIVE TITLE.
# This file is put in the public domain.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
-#, fuzzy
+# Egor Ermakov <eg.ermakov2016@yandex.ru>, 2022.
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-22 01:22+0200\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"PO-Revision-Date: 2022-08-30 08:56+0000\n"
+"Last-Translator: Egor Ermakov <eg.ermakov2016@yandex.ru>\n"
+"Language-Team: Russian <https://mirror.git.trinitydesktop.org/weblate/"
+"projects/tdeutils/ksim-desktop-files/ru/>\n"
"Language: ru\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
+"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+"X-Generator: Weblate 4.13.1\n"
#. Name
#: ksim.desktop:2
msgid "KSim"
-msgstr ""
+msgstr "KSim"
#. GenericName
#: ksim.desktop:4
@@ -69,7 +71,7 @@ msgstr "Модуль монитора оборудования Dell I8K"
#. Name
#: monitors/i8k/i8k.desktop:4
msgid "Dell I8K"
-msgstr ""
+msgstr "Dell I8K"
#. Comment
#: monitors/lm_sensors/Lm_sensors.desktop:2
@@ -79,7 +81,7 @@ msgstr "Монитор состояния датчиков lm_sensors"
#. Name
#: monitors/lm_sensors/Lm_sensors.desktop:4
msgid "Lm_sensors"
-msgstr "Датчики lm_sensors"
+msgstr "lm_sensors"
#. Comment
#: monitors/mail/mail.desktop:2
@@ -109,4 +111,4 @@ msgstr "Монитор состояния SNMP"
#. Name
#: monitors/snmp/Snmp.desktop:4
msgid "Snmp"
-msgstr ""
+msgstr "SNMP"
diff --git a/translations/desktop_files/ktimer.desktop/ru.po b/translations/desktop_files/ktimer.desktop/ru.po
index 9465ff8..aba8132 100644
--- a/translations/desktop_files/ktimer.desktop/ru.po
+++ b/translations/desktop_files/ktimer.desktop/ru.po
@@ -1,25 +1,27 @@
# SOME DESCRIPTIVE TITLE.
# This file is put in the public domain.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
-#, fuzzy
+# Egor Ermakov <eg.ermakov2016@yandex.ru>, 2022.
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-22 01:35+0200\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"PO-Revision-Date: 2022-08-30 08:56+0000\n"
+"Last-Translator: Egor Ermakov <eg.ermakov2016@yandex.ru>\n"
+"Language-Team: Russian <https://mirror.git.trinitydesktop.org/weblate/"
+"projects/tdeutils/ktimer-ktimerdesktop/ru/>\n"
"Language: ru\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
+"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+"X-Generator: Weblate 4.13.1\n"
#. Name
#: ktimer.desktop:2
msgid "KTimer"
-msgstr ""
+msgstr "KTimer"
#. GenericName
#: ktimer.desktop:4
diff --git a/translations/desktop_files/superkaramba-desktops/ru.po b/translations/desktop_files/superkaramba-desktops/ru.po
index e6db0c0..f890328 100644
--- a/translations/desktop_files/superkaramba-desktops/ru.po
+++ b/translations/desktop_files/superkaramba-desktops/ru.po
@@ -1,20 +1,22 @@
# SOME DESCRIPTIVE TITLE.
# This file is put in the public domain.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
-#, fuzzy
+# Egor Ermakov <eg.ermakov2016@yandex.ru>, 2022.
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-22 01:39+0200\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"PO-Revision-Date: 2022-08-30 08:56+0000\n"
+"Last-Translator: Egor Ermakov <eg.ermakov2016@yandex.ru>\n"
+"Language-Team: Russian <https://mirror.git.trinitydesktop.org/weblate/"
+"projects/tdeutils/superkaramba-desktop-files/ru/>\n"
"Language: ru\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
+"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+"X-Generator: Weblate 4.13.1\n"
#. Comment
#: mimetypes/x-superkaramba.desktop:2
@@ -23,9 +25,8 @@ msgstr "Тема Superkaramba"
#. Name
#: src/superkaramba.desktop:2
-#, fuzzy
msgid "SuperKaramba"
-msgstr "Тема Superkaramba"
+msgstr "SuperKaramba"
#. GenericName
#: src/superkaramba.desktop:4
@@ -35,4 +36,4 @@ msgstr "Виджеты рабочего стола"
#. Comment
#: src/superkaramba.desktop:6
msgid "An engine for cool desktop eyecandy"
-msgstr "Набор виджетов рабочего стола."
+msgstr "Движок для классных украшений рабочего стола"
diff --git a/translations/desktop_files/tdelirc-desktops/ru.po b/translations/desktop_files/tdelirc-desktops/ru.po
index e0e7f04..ada06ad 100644
--- a/translations/desktop_files/tdelirc-desktops/ru.po
+++ b/translations/desktop_files/tdelirc-desktops/ru.po
@@ -1,25 +1,27 @@
# SOME DESCRIPTIVE TITLE.
# This file is put in the public domain.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
-#, fuzzy
+# Egor Ermakov <eg.ermakov2016@yandex.ru>, 2022.
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-22 01:49+0200\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"PO-Revision-Date: 2022-08-30 08:56+0000\n"
+"Last-Translator: Egor Ermakov <eg.ermakov2016@yandex.ru>\n"
+"Language-Team: Russian <https://mirror.git.trinitydesktop.org/weblate/"
+"projects/tdeutils/tdelirc-desktop-files/ru/>\n"
"Language: ru\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
+"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+"X-Generator: Weblate 4.13.1\n"
#. Name
#: irkick/irkick.desktop:3
msgid "IRKick"
-msgstr ""
+msgstr "IRKick"
#. GenericName
#: irkick/irkick.desktop:4
@@ -29,19 +31,19 @@ msgstr "Сервер LIRC для TDE"
#. Comment
#: irkick/irkick.desktop:16
msgid "TDE Linux infrared remote control server."
-msgstr "Сервер управления TDE через инфракрасный порт."
+msgstr "Сервер инфракрасных пультов управления для TDE."
#. Name
#: kcmlirc/kcmlirc.desktop:2
msgid "Remote Controls"
-msgstr "Удалённое управление"
+msgstr "Пульты"
#. Comment
#: kcmlirc/kcmlirc.desktop:4
msgid "Configure remote controls for use with applications"
-msgstr "Настройка удалённого управления приложениями"
+msgstr "Настройка пультов для приложений"
#. Keywords
#: kcmlirc/kcmlirc.desktop:6
msgid "KCMLirc;kcmlirc;lirc"
-msgstr ""
+msgstr "KCMLirc;kcmlirc;lirc"