Compare commits

..

15 Commits

Author SHA1 Message Date
Michele Calgaro c332b94d78
Replace includehints section with includes in .ui files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 weeks ago
Andrei Stepanov b86c4ca6ec Translated using Weblate (Russian)
Currently translated at 100.0% (3 of 3 strings)

Translation: applications/tdealternatives - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdealternatives-desktop-files/ru/
3 months ago
Andrei Stepanov eeac3f40aa Added translation using Weblate (Russian) 3 months ago
Michele Calgaro e3166146b3 Translated using Weblate (Italian)
Currently translated at 100.0% (3 of 3 strings)

Translation: applications/tdealternatives - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdealternatives-desktop-files/it/
5 months ago
Michele Calgaro aef9c7679c Added translation using Weblate (Italian) 5 months ago
TDE Weblate 91f7c9dbf7 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: applications/tdealternatives - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdealternatives-desktop-files/
5 months ago
TDE Weblate 8b0001d241 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: applications/tdealternatives
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdealternatives/
6 months ago
Slávek Banko c67315e06c
Fix the string for Quick Help.
There was probably the intention that it was a two-line text,
not that the formatted string served as a context of translation.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 months ago
TDE Gitea 17934650b4 Fix plural form of translations.
The leading '_n: ' should not be part of the translations.
6 months ago
Heimen Stoffels 4d2b998692 Translated using Weblate (Dutch)
Currently translated at 100.0% (3 of 3 strings)

Translation: applications/tdealternatives - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdealternatives-desktop-files/nl/
6 months ago
Heimen Stoffels c17e8a53b8 Translated using Weblate (Dutch)
Currently translated at 100.0% (39 of 39 strings)

Translation: applications/tdealternatives
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdealternatives/nl/
6 months ago
Michele Calgaro 92f258a7b6
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 months ago
Heimen Stoffels 1b5b60e8ab Added translation using Weblate (Dutch) 6 months ago
Heimen Stoffels 641b682733 Added translation using Weblate (Dutch) 6 months ago
TDE Gitea 833ee3f3e3 Update translation template. 6 months ago

@ -248,12 +248,10 @@
<slot access="protected">slotAddSlaveClicked()</slot>
</slots>
<layoutdefaults spacing="6" margin="11"/>
<includehints>
<includehint>kurlrequester.h</includehint>
<includehint>knuminput.h</includehint>
<includehint>ktextedit.h</includehint>
<includehint>kpushbutton.h</includehint>
<includehint>kpushbutton.h</includehint>
<includehint>kpushbutton.h</includehint>
</includehints>
<includes>
<include location="global" impldecl="in implementation">kurlrequester.h</include>
<include location="global" impldecl="in implementation">knuminput.h</include>
<include location="global" impldecl="in implementation">ktextedit.h</include>
<include location="global" impldecl="in implementation">kpushbutton.h</include>
</includes>
</UI>

@ -159,9 +159,8 @@
<slot access="protected">slotOkClicked()</slot>
</slots>
<layoutdefaults spacing="6" margin="11"/>
<includehints>
<includehint>kurlrequester.h</includehint>
<includehint>kpushbutton.h</includehint>
<includehint>kpushbutton.h</includehint>
</includehints>
<includes>
<include location="global" impldecl="in implementation">kurlrequester.h</include>
<include location="global" impldecl="in implementation">kpushbutton.h</include>
</includes>
</UI>

@ -24,7 +24,7 @@
#include <tqlistview.h>
#include <tdelistview.h>
#include <tqstring.h>
#include <kprocess.h>
#include <tdeprocess.h>
class Alternative;
class AltController;

@ -22,13 +22,13 @@
***************************************************************************/
#include "tdealternatives.h"
#include <kuniqueapplication.h>
#include <tdeuniqueapplication.h>
#include <tdeaboutdata.h>
#include <tdecmdlineargs.h>
#include <tdelocale.h>
#include <tdemessagebox.h>
KUniqueApplication *app = 0; // Global
TDEUniqueApplication *app = 0; // Global
static const char description[] =
I18N_NOOP("A TDE Manager for the Debian/Mandrake alternatives system");
@ -49,7 +49,7 @@ int main(int argc, char **argv)
TDECmdLineArgs::init(argc, argv, &about);
TDECmdLineArgs::addCmdLineOptions( options );
KUniqueApplication rapp;
TDEUniqueApplication rapp;
app = &rapp;
TDEAlternatives *mainWin = 0;

@ -381,12 +381,9 @@
<customwidgets>
</customwidgets>
<layoutdefaults spacing="6" margin="11"/>
<includehints>
<includehint>tdelistview.h</includehint>
<includehint>kcombobox.h</includehint>
<includehint>tdelistview.h</includehint>
<includehint>kpushbutton.h</includehint>
<includehint>kpushbutton.h</includehint>
<includehint>kpushbutton.h</includehint>
</includehints>
<includes>
<include location="global" impldecl="in implementation">kcombobox.h</include>
<include location="global" impldecl="in implementation">tdelistview.h</include>
<include location="global" impldecl="in implementation">kpushbutton.h</include>
</includes>
</UI>

@ -99,8 +99,8 @@
</connection>
</connections>
<layoutdefaults spacing="6" margin="11"/>
<includehints>
<includehint>ktextedit.h</includehint>
<includehint>kpushbutton.h</includehint>
</includehints>
<includes>
<include location="global" impldecl="in implementation">ktextedit.h</include>
<include location="global" impldecl="in implementation">kpushbutton.h</include>
</includes>
</UI>

@ -0,0 +1,39 @@
# SOME DESCRIPTIVE TITLE.
# This file is put in the public domain.
# Andrei Stepanov <adem4ik@gmail.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-04-01 18:21+0000\n"
"PO-Revision-Date: 2025-06-28 04:16+0000\n"
"Last-Translator: Andrei Stepanov <adem4ik@gmail.com>\n"
"Language-Team: Russian <https://mirror.git.trinitydesktop.org/weblate/"
"projects/applications/tdealternatives-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.18.2\n"
#. Name
#: tdealternatives.desktop:13
msgid "Alternatives"
msgstr "Альтернативы"
#. Comment
#: tdealternatives.desktop:14
msgid "TDEAlternatives - DPKG/RPM alternatives manager for TDE"
msgstr "TDEAlternatives — менеджер альтернатив DPKG/RPM для TDE"
#. Keywords
#: tdealternatives.desktop:16
msgid ""
"applications;alternative;alternatives;tdealternative;tdealternatives;dpkg;"
"rpm;debian;devuan;ubuntu;redhat;fedora;mageia"
msgstr ""
"applications;alternative;alternatives;tdealternative;tdealternatives;dpkg;rpm"
";debian;devuan;ubuntu;redhat;fedora;mageia;приложения;альтернатива;альтернати"
"вы"

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-04-01 20:21+0000\n"
"POT-Creation-Date: 2025-04-01 18:21+0000\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"

Loading…
Cancel
Save