Compare commits

..

No commits in common. 'master' and 'r14.1.0' have entirely different histories.

@ -6,11 +6,7 @@
# #
#########################################
##### set project version ########################
include( TDEVersion )
cmake_minimum_required( VERSION ${TDE_CMAKE_MINIMUM_VERSION} )
cmake_minimum_required( VERSION 3.1 )
##### include our cmake modules #########

@ -7,11 +7,7 @@
############################################
##### set project version ########################
include( TDEVersion )
cmake_minimum_required( VERSION ${TDE_CMAKE_MINIMUM_VERSION} )
tde_set_project_version( )
cmake_minimum_required( VERSION 3.1 )
#### general package setup
@ -35,6 +31,11 @@ include( CheckCXXSourceCompiles )
include( TDEMacros )
##### set version number ########################
tde_set_project_version( )
##### setup install paths
include( TDESetupPaths )

@ -0,0 +1,279 @@
# Doxyfile 1.5.1-KDevelop
#---------------------------------------------------------------------------
# Project related configuration options
#---------------------------------------------------------------------------
PROJECT_NAME = suse2.tdevelop
PROJECT_NUMBER = 0.4.1
OUTPUT_DIRECTORY =
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
USE_WINDOWS_ENCODING = NO
BRIEF_MEMBER_DESC = YES
REPEAT_BRIEF = YES
ABBREVIATE_BRIEF = "The $name class" \
"The $name widget" \
"The $name file" \
is \
provides \
specifies \
contains \
represents \
a \
an \
the
ALWAYS_DETAILED_SEC = NO
INLINE_INHERITED_MEMB = NO
FULL_PATH_NAMES = YES
STRIP_FROM_PATH = /home/gerd/
STRIP_FROM_INC_PATH =
SHORT_NAMES = NO
JAVADOC_AUTOBRIEF = NO
MULTILINE_CPP_IS_BRIEF = NO
DETAILS_AT_TOP = NO
INHERIT_DOCS = YES
SEPARATE_MEMBER_PAGES = NO
TAB_SIZE = 8
ALIASES =
OPTIMIZE_OUTPUT_FOR_C = NO
OPTIMIZE_OUTPUT_JAVA = NO
BUILTIN_STL_SUPPORT = NO
DISTRIBUTE_GROUP_DOC = NO
SUBGROUPING = YES
#---------------------------------------------------------------------------
# Build related configuration options
#---------------------------------------------------------------------------
EXTRACT_ALL = NO
EXTRACT_PRIVATE = NO
EXTRACT_STATIC = NO
EXTRACT_LOCAL_CLASSES = YES
EXTRACT_LOCAL_METHODS = NO
HIDE_UNDOC_MEMBERS = NO
HIDE_UNDOC_CLASSES = NO
HIDE_FRIEND_COMPOUNDS = NO
HIDE_IN_BODY_DOCS = NO
INTERNAL_DOCS = NO
CASE_SENSE_NAMES = YES
HIDE_SCOPE_NAMES = NO
SHOW_INCLUDE_FILES = YES
INLINE_INFO = YES
SORT_MEMBER_DOCS = YES
SORT_BRIEF_DOCS = NO
SORT_BY_SCOPE_NAME = NO
GENERATE_TODOLIST = YES
GENERATE_TESTLIST = YES
GENERATE_BUGLIST = YES
GENERATE_DEPRECATEDLIST= YES
ENABLED_SECTIONS =
MAX_INITIALIZER_LINES = 30
SHOW_USED_FILES = YES
SHOW_DIRECTORIES = YES
FILE_VERSION_FILTER =
#---------------------------------------------------------------------------
# configuration options related to warning and progress messages
#---------------------------------------------------------------------------
QUIET = NO
WARNINGS = YES
WARN_IF_UNDOCUMENTED = YES
WARN_IF_DOC_ERROR = YES
WARN_NO_PARAMDOC = NO
WARN_FORMAT = "$file:$line: $text"
WARN_LOGFILE =
#---------------------------------------------------------------------------
# configuration options related to the input files
#---------------------------------------------------------------------------
INPUT = /home/gerd/programming/twin-decor-suse2-0.2
FILE_PATTERNS = *.c \
*.cc \
*.cxx \
*.cpp \
*.c++ \
*.java \
*.ii \
*.ixx \
*.ipp \
*.i++ \
*.inl \
*.h \
*.hh \
*.hxx \
*.hpp \
*.h++ \
*.idl \
*.odl \
*.cs \
*.php \
*.php3 \
*.inc \
*.m \
*.mm \
*.C \
*.CC \
*.C++ \
*.II \
*.I++ \
*.H \
*.HH \
*.H++ \
*.CS \
*.PHP \
*.PHP3 \
*.M \
*.MM \
*.C \
*.H \
*.tlh \
*.diff \
*.patch \
*.moc \
*.xpm \
*.dox
RECURSIVE = YES
EXCLUDE =
EXCLUDE_SYMLINKS = NO
EXCLUDE_PATTERNS =
EXAMPLE_PATH =
EXAMPLE_PATTERNS = *
EXAMPLE_RECURSIVE = NO
IMAGE_PATH =
INPUT_FILTER =
FILTER_PATTERNS =
FILTER_SOURCE_FILES = NO
#---------------------------------------------------------------------------
# configuration options related to source browsing
#---------------------------------------------------------------------------
SOURCE_BROWSER = NO
INLINE_SOURCES = NO
STRIP_CODE_COMMENTS = YES
REFERENCED_BY_RELATION = YES
REFERENCES_RELATION = YES
REFERENCES_LINK_SOURCE = YES
USE_HTAGS = NO
VERBATIM_HEADERS = YES
#---------------------------------------------------------------------------
# configuration options related to the alphabetical class index
#---------------------------------------------------------------------------
ALPHABETICAL_INDEX = NO
COLS_IN_ALPHA_INDEX = 5
IGNORE_PREFIX =
#---------------------------------------------------------------------------
# configuration options related to the HTML output
#---------------------------------------------------------------------------
GENERATE_HTML = YES
HTML_OUTPUT = html
HTML_FILE_EXTENSION = .html
HTML_HEADER =
HTML_FOOTER =
HTML_STYLESHEET =
HTML_ALIGN_MEMBERS = YES
GENERATE_HTMLHELP = NO
CHM_FILE =
HHC_LOCATION =
GENERATE_CHI = NO
BINARY_TOC = NO
TOC_EXPAND = NO
DISABLE_INDEX = NO
ENUM_VALUES_PER_LINE = 4
GENERATE_TREEVIEW = NO
TREEVIEW_WIDTH = 250
#---------------------------------------------------------------------------
# configuration options related to the LaTeX output
#---------------------------------------------------------------------------
GENERATE_LATEX = YES
LATEX_OUTPUT = latex
LATEX_CMD_NAME = latex
MAKEINDEX_CMD_NAME = makeindex
COMPACT_LATEX = NO
PAPER_TYPE = a4wide
EXTRA_PACKAGES =
LATEX_HEADER =
PDF_HYPERLINKS = NO
USE_PDFLATEX = NO
LATEX_BATCHMODE = NO
LATEX_HIDE_INDICES = NO
#---------------------------------------------------------------------------
# configuration options related to the RTF output
#---------------------------------------------------------------------------
GENERATE_RTF = NO
RTF_OUTPUT = rtf
COMPACT_RTF = NO
RTF_HYPERLINKS = NO
RTF_STYLESHEET_FILE =
RTF_EXTENSIONS_FILE =
#---------------------------------------------------------------------------
# configuration options related to the man page output
#---------------------------------------------------------------------------
GENERATE_MAN = NO
MAN_OUTPUT = man
MAN_EXTENSION = .3
MAN_LINKS = NO
#---------------------------------------------------------------------------
# configuration options related to the XML output
#---------------------------------------------------------------------------
GENERATE_XML = YES
XML_OUTPUT = xml
XML_SCHEMA =
XML_DTD =
XML_PROGRAMLISTING = YES
#---------------------------------------------------------------------------
# configuration options for the AutoGen Definitions output
#---------------------------------------------------------------------------
GENERATE_AUTOGEN_DEF = NO
#---------------------------------------------------------------------------
# configuration options related to the Perl module output
#---------------------------------------------------------------------------
GENERATE_PERLMOD = NO
PERLMOD_LATEX = NO
PERLMOD_PRETTY = YES
PERLMOD_MAKEVAR_PREFIX =
#---------------------------------------------------------------------------
# Configuration options related to the preprocessor
#---------------------------------------------------------------------------
ENABLE_PREPROCESSING = YES
MACRO_EXPANSION = NO
EXPAND_ONLY_PREDEF = NO
SEARCH_INCLUDES = YES
INCLUDE_PATH =
INCLUDE_FILE_PATTERNS =
PREDEFINED =
EXPAND_AS_DEFINED =
SKIP_FUNCTION_MACROS = YES
#---------------------------------------------------------------------------
# Configuration::additions related to external references
#---------------------------------------------------------------------------
TAGFILES =
GENERATE_TAGFILE = suse2.tag
ALLEXTERNALS = NO
EXTERNAL_GROUPS = YES
PERL_PATH = /usr/bin/perl
#---------------------------------------------------------------------------
# Configuration options related to the dot tool
#---------------------------------------------------------------------------
CLASS_DIAGRAMS = YES
HIDE_UNDOC_RELATIONS = YES
HAVE_DOT = NO
CLASS_GRAPH = YES
COLLABORATION_GRAPH = YES
GROUP_GRAPHS = YES
UML_LOOK = NO
TEMPLATE_RELATIONS = NO
INCLUDE_GRAPH = YES
INCLUDED_BY_GRAPH = YES
CALL_GRAPH = NO
CALLER_GRAPH = NO
GRAPHICAL_HIERARCHY = YES
DIRECTORY_GRAPH = YES
DOT_IMAGE_FORMAT = png
DOT_PATH =
DOTFILE_DIRS =
MAX_DOT_GRAPH_WIDTH = 1024
MAX_DOT_GRAPH_HEIGHT = 1024
MAX_DOT_GRAPH_DEPTH = 1000
DOT_TRANSPARENT = NO
DOT_MULTI_TARGETS = NO
GENERATE_LEGEND = YES
DOT_CLEANUP = YES
#---------------------------------------------------------------------------
# Configuration::additions related to the search engine
#---------------------------------------------------------------------------
SEARCHENGINE = NO

@ -1,7 +1,7 @@
#define VERSION "@VERSION@"
// Defined if you have fvisibility and fvisibility-inlines-hidden support.
#cmakedefine __TDE_HAVE_GCC_VISIBILITY 1
#cmakedefine __KDE_HAVE_GCC_VISIBILITY 1
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */

@ -0,0 +1,70 @@
#
# spec file for package twin-decor-suse (Version 0.2)
#
# Copyright (c) 2005 Gerd Fleischer
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
%define DIST %(if [ -r /etc/SuSE-release ]; then echo "SuSE"; else echo "Unknown"; fi)
Name: twin-decor-suse2
URL: http://www.gerdfleischer.de/twin-decor-suse2/
License: GPL
Group: System/GUI/KDE
Summary: The KDE window decoration from SUSE 9.3 - 10.2
Version: 0.4.1
Release: 1
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: %name-%version.tar.bz2
%description
The KDE window decoration from SUSE 9.3 - 10.2 extracted from the tdebase3-SUSE package.
Authors:
--------
Adrian Schroeter <adrian@suse.de>
Sandro Giessl <ceebx@users.sourceforge.net>
Rik Hemsley (rikkus) <rik@kde.org>
Gerd Fleischer <gerdfleischer@web.de>
%prep
%setup -q
%if %{DIST} == SuSE
cp extra/kroete.png src/titlebar_decor.png
. /etc/opt/kde3/common_options
update_admin --no-unsermake
%endif
%build
%if %{DIST} == SuSE
. /etc/opt/kde3/common_options
./configure $configkde
%else
./configure --enable-final
%endif
make
%install
make DESTDIR=$RPM_BUILD_ROOT install-strip
install -d -m 755 $RPM_BUILD_ROOT%{_docdir}/twin-decor-suse2
install -m 644 ChangeLog README COPYING INSTALL AUTHORS NEWS $RPM_BUILD_ROOT%{_docdir}/twin-decor-suse2/
%files
%defattr(-,root,root)
%if %{DIST} == SuSE
/opt/kde3/%{_lib}
/opt/kde3/share/
%else
/usr/%{_lib}
/usr/share/
%endif
%{_docdir}/twin-decor-suse2/
%changelog -n twin-decor-suse2
* Sun Nov 20 2005 - gerdfleischer@web.de
- use _lib
* Sun May 01 2005 - gerdfleischer@web.de
- initial spec

@ -16,9 +16,9 @@ link_directories(
)
##### twin_SUSE2 (kpart)
##### twin3_SUSE2 (kpart)
tde_add_kpart( twin_SUSE2 AUTOMOC
tde_add_kpart( twin3_SUSE2 AUTOMOC
SOURCES
SUSE2.cpp

@ -30,7 +30,7 @@
#include <tdeconfig.h>
#include <tdelocale.h>
#include <tdeglobal.h>
#include <tdestandarddirs.h>
#include <kstandarddirs.h>
#include <kpixmap.h>
#include "misc.h"
@ -324,7 +324,7 @@ SUSE2Handler *Handler()
extern "C"
{
TDE_EXPORT KDecorationFactory *create_factory()
KDE_EXPORT KDecorationFactory *create_factory()
{
KWinSUSE2::handler = new KWinSUSE2::SUSE2Handler();
return KWinSUSE2::handler;

@ -1,3 +1,3 @@
[Desktop Entry]
Name=SUSE2
X-TDE-Library=twin_SUSE2
X-TDE-Library=twin3_SUSE2

@ -68,7 +68,7 @@ enum ColorType {
class SUSE2Handler: public TQObject, public KDecorationFactory
{
TQ_OBJECT
Q_OBJECT
public:
SUSE2Handler();
~SUSE2Handler();

@ -64,7 +64,7 @@ SUSE2Button::SUSE2Button(ButtonType type, SUSE2Client *parent, const char *name)
setBackgroundMode(NoBackground);
animTmr = new TQTimer(this);
connect(animTmr, TQ_SIGNAL(timeout() ), this, TQ_SLOT(animate() ) );
connect(animTmr, SIGNAL(timeout() ), this, SLOT(animate() ) );
animProgress = 0;
}
@ -605,15 +605,15 @@ void SUSE2Button::renderGradient(TQPainter *painter, const TQRect &rect, const T
int rDiff, gDiff, bDiff;
int rc, gc, bc;
int y;
register int y;
rDiff = ( c1.red()) - (rc = c2.red());
gDiff = ( c1.green()) - (gc = c2.green());
bDiff = ( c1.blue()) - (bc = c2.blue());
int rl = rc << 16;
int gl = gc << 16;
int bl = bc << 16;
register int rl = rc << 16;
register int gl = gc << 16;
register int bl = bc << 16;
int rdelta = ((1<<16) / r_h) * rDiff;
int gdelta = ((1<<16) / r_h) * gDiff;

@ -42,7 +42,7 @@ class SUSE2Client;
class SUSE2Button : public KCommonDecorationButton
{
TQ_OBJECT
Q_OBJECT
public:
SUSE2Button(ButtonType type, SUSE2Client *parent, const char *name);
~SUSE2Button();

@ -26,7 +26,7 @@
#include <kpixmap.h>
#include <kimageeffect.h>
#include <kpixmapeffect.h>
#include <tdestandarddirs.h>
#include <kstandarddirs.h>
#include <kdecoration.h>
#include <tqbitmap.h>

@ -40,7 +40,7 @@
#include <tdelocale.h>
#include <tdeglobal.h>
#include <kurlrequester.h>
#include <tdestandarddirs.h>
#include <kstandarddirs.h>
#include <kurl.h>
#include <tdefiledialog.h>
#include <knuminput.h>
@ -69,31 +69,31 @@ SUSE2Config::SUSE2Config(TDEConfig *config, TQWidget *parent)
toggleIconSettings(m_dialog->useTitleProps->isChecked());
// setup the connections
connect(m_dialog->titleAlign, TQ_SIGNAL(clicked(int)), TQ_SIGNAL(changed()));
connect(m_dialog->roundCorners, TQ_SIGNAL(clicked(int)), TQ_SIGNAL(changed()));
connect(m_dialog->menuClose, TQ_SIGNAL(toggled(bool)), TQ_SIGNAL(changed()));
connect(m_dialog->titleShadow, TQ_SIGNAL(toggled(bool)), TQ_SIGNAL(changed()));
connect(m_dialog->addSpace, TQ_SIGNAL(valueChanged(int)), TQ_SIGNAL(changed()));
connect(m_dialog->titlebarStyle, TQ_SIGNAL(activated(int)), TQ_SIGNAL(changed()));
connect(m_dialog->buttonType, TQ_SIGNAL(activated(int)), TQ_SIGNAL(changed()));
connect(m_dialog->customColors, TQ_SIGNAL(toggled(bool)), TQ_SIGNAL(changed()));
connect(m_dialog->useTitleProps, TQ_SIGNAL(toggled(bool)), TQ_SIGNAL(changed()));
connect(m_dialog->animateButtons, TQ_SIGNAL(toggled(bool)), TQ_SIGNAL(changed()));
connect(m_dialog->redCloseButton, TQ_SIGNAL(toggled(bool)), TQ_SIGNAL(changed()));
connect(m_dialog->iconSize, TQ_SIGNAL(valueChanged(int)), TQ_SIGNAL(changed()));
connect(m_dialog->customIconColors, TQ_SIGNAL(toggled(bool)), TQ_SIGNAL(changed()));
connect(m_dialog->activeFgColor, TQ_SIGNAL(changed(const TQColor &)), TQ_SIGNAL(changed()));
connect(m_dialog->activeBgColor, TQ_SIGNAL(changed(const TQColor &)), TQ_SIGNAL(changed()));
connect(m_dialog->inactiveFgColor, TQ_SIGNAL(changed(const TQColor &)), TQ_SIGNAL(changed()));
connect(m_dialog->inactiveBgColor, TQ_SIGNAL(changed(const TQColor &)), TQ_SIGNAL(changed()));
connect(m_dialog->iconShadow, TQ_SIGNAL(toggled(bool)), TQ_SIGNAL(changed()));
connect(m_dialog->titleBarLogo, TQ_SIGNAL(toggled(bool)), TQ_SIGNAL(changed()));
connect(m_dialog->titleBarLogoOffset, TQ_SIGNAL(valueChanged(int)), TQ_SIGNAL(changed()));
connect(m_dialog->useTitleProps, TQ_SIGNAL(toggled(bool)), TQ_SLOT(toggleIconSettings(bool)));
connect(m_dialog->selectButton, TQ_SIGNAL(clicked()), TQ_SLOT(selectImage()));
connect(m_dialog->titleAlign, SIGNAL(clicked(int)), SIGNAL(changed()));
connect(m_dialog->roundCorners, SIGNAL(clicked(int)), SIGNAL(changed()));
connect(m_dialog->menuClose, SIGNAL(toggled(bool)), SIGNAL(changed()));
connect(m_dialog->titleShadow, SIGNAL(toggled(bool)), SIGNAL(changed()));
connect(m_dialog->addSpace, SIGNAL(valueChanged(int)), SIGNAL(changed()));
connect(m_dialog->titlebarStyle, SIGNAL(activated(int)), SIGNAL(changed()));
connect(m_dialog->buttonType, SIGNAL(activated(int)), SIGNAL(changed()));
connect(m_dialog->customColors, SIGNAL(toggled(bool)), SIGNAL(changed()));
connect(m_dialog->useTitleProps, SIGNAL(toggled(bool)), SIGNAL(changed()));
connect(m_dialog->animateButtons, SIGNAL(toggled(bool)), SIGNAL(changed()));
connect(m_dialog->redCloseButton, SIGNAL(toggled(bool)), SIGNAL(changed()));
connect(m_dialog->iconSize, SIGNAL(valueChanged(int)), SIGNAL(changed()));
connect(m_dialog->customIconColors, SIGNAL(toggled(bool)), SIGNAL(changed()));
connect(m_dialog->activeFgColor, SIGNAL(changed(const TQColor &)), SIGNAL(changed()));
connect(m_dialog->activeBgColor, SIGNAL(changed(const TQColor &)), SIGNAL(changed()));
connect(m_dialog->inactiveFgColor, SIGNAL(changed(const TQColor &)), SIGNAL(changed()));
connect(m_dialog->inactiveBgColor, SIGNAL(changed(const TQColor &)), SIGNAL(changed()));
connect(m_dialog->iconShadow, SIGNAL(toggled(bool)), SIGNAL(changed()));
connect(m_dialog->titleBarLogo, SIGNAL(toggled(bool)), SIGNAL(changed()));
connect(m_dialog->titleBarLogoOffset, SIGNAL(valueChanged(int)), SIGNAL(changed()));
connect(m_dialog->useTitleProps, SIGNAL(toggled(bool)), SLOT(toggleIconSettings(bool)));
connect(m_dialog->selectButton, SIGNAL(clicked()), SLOT(selectImage()));
}
SUSE2Config::~SUSE2Config()
@ -274,7 +274,7 @@ void SUSE2Config::selectImage()
extern "C"
{
TDE_EXPORT TQObject *allocate_config(TDEConfig *config, TQWidget *parent) {
KDE_EXPORT TQObject *allocate_config(TDEConfig *config, TQWidget *parent) {
return (new SUSE2Config(config, parent));
}
}

@ -33,7 +33,7 @@ class ConfigDialog;
class SUSE2Config : public TQObject
{
TQ_OBJECT
Q_OBJECT
public:
SUSE2Config(TDEConfig *config, TQWidget *parent);

@ -0,0 +1,206 @@
<?xml version = '1.0'?>
<tdevelop>
<general>
<author>Gerd Fleischer</author>
<email>gerdfleischer@web.de</email>
<version>0.4.1</version>
<projectmanagement>KDevKDEAutoProject</projectmanagement>
<primarylanguage>C++</primarylanguage>
<keywords>
<keyword>Qt</keyword>
<keyword>KDE</keyword>
</keywords>
<projectdirectory>.</projectdirectory>
<absoluteprojectpath>false</absoluteprojectpath>
<description></description>
<ignoreparts/>
<secondaryLanguages/>
<versioncontrol/>
<projectname>suse2</projectname>
<defaultencoding></defaultencoding>
</general>
<kdevfileview>
<groups>
<group pattern="*.cpp;*.cxx;*.h" name="Sources" />
<group pattern="*.ui" name="User Interface" />
<group pattern="*.png" name="Icons" />
<group pattern="*.po;*.ts" name="Translations" />
<group pattern="*" name="Others" />
<hidenonprojectfiles>false</hidenonprojectfiles>
<hidenonlocation>false</hidenonlocation>
</groups>
<tree>
<hidepatterns>*.o,*.lo,CVS</hidepatterns>
<hidenonprojectfiles>false</hidenonprojectfiles>
</tree>
</kdevfileview>
<kdevdoctreeview>
<ignoretocs>
<toc>ada</toc>
<toc>ada_bugs_gcc</toc>
<toc>bash</toc>
<toc>bash_bugs</toc>
<toc>clanlib</toc>
<toc>fortran_bugs_gcc</toc>
<toc>gnome1</toc>
<toc>gnustep</toc>
<toc>gtk</toc>
<toc>gtk_bugs</toc>
<toc>haskell</toc>
<toc>haskell_bugs_ghc</toc>
<toc>java_bugs_gcc</toc>
<toc>java_bugs_sun</toc>
<toc>opengl</toc>
<toc>pascal_bugs_fp</toc>
<toc>php</toc>
<toc>php_bugs</toc>
<toc>perl</toc>
<toc>perl_bugs</toc>
<toc>python</toc>
<toc>python_bugs</toc>
<toc>ruby</toc>
<toc>ruby_bugs</toc>
<toc>sdl</toc>
<toc>stl</toc>
<toc>sw</toc>
<toc>w3c-dom-level2-html</toc>
<toc>w3c-svg</toc>
<toc>w3c-uaag10</toc>
<toc>wxwidgets_bugs</toc>
</ignoretocs>
<ignoreqt_xml>
<toc>qmake User Guide</toc>
</ignoreqt_xml>
</kdevdoctreeview>
<kdevdebugger>
<general>
<dbgshell>libtool</dbgshell>
<programargs/>
<gdbpath></gdbpath>
<configGdbScript></configGdbScript>
<runShellScript></runShellScript>
<runGdbScript></runGdbScript>
<breakonloadinglibs>true</breakonloadinglibs>
<separatetty>false</separatetty>
<floatingtoolbar>false</floatingtoolbar>
</general>
<display>
<staticmembers>false</staticmembers>
<demanglenames>true</demanglenames>
<outputradix>10</outputradix>
</display>
</kdevdebugger>
<kdevfilecreate>
<filetypes/>
<useglobaltypes>
<type ext="ui" />
<type ext="cpp" />
<type ext="h" />
</useglobaltypes>
</kdevfilecreate>
<kdevautoproject>
<make>
<envvars>
<envvar value="1" name="WANT_AUTOCONF_2_5" />
<envvar value="1" name="WANT_AUTOMAKE_1_9" />
</envvars>
<abortonerror>false</abortonerror>
<numberofjobs>1</numberofjobs>
<dontact>false</dontact>
<makebin/>
<prio>0</prio>
</make>
<run>
<directoryradio>executable</directoryradio>
<customdirectory>/</customdirectory>
<mainprogram/>
<programargs/>
<terminal>false</terminal>
<autocompile>true</autocompile>
<envvars/>
</run>
<general>
<useconfiguration>default</useconfiguration>
</general>
<configurations>
<default>
<envvars/>
</default>
</configurations>
</kdevautoproject>
<cppsupportpart>
<filetemplates>
<interfacesuffix>.h</interfacesuffix>
<implementationsuffix>.cpp</implementationsuffix>
</filetemplates>
</cppsupportpart>
<kdevcppsupport>
<codecompletion>
<includeGlobalFunctions>true</includeGlobalFunctions>
<includeTypes>true</includeTypes>
<includeEnums>true</includeEnums>
<includeTypedefs>false</includeTypedefs>
<automaticCodeCompletion>true</automaticCodeCompletion>
<automaticArgumentsHint>true</automaticArgumentsHint>
<automaticHeaderCompletion>true</automaticHeaderCompletion>
<codeCompletionDelay>250</codeCompletionDelay>
<argumentsHintDelay>400</argumentsHintDelay>
<headerCompletionDelay>250</headerCompletionDelay>
<showOnlyAccessibleItems>false</showOnlyAccessibleItems>
<completionBoxItemOrder>0</completionBoxItemOrder>
<howEvaluationContextMenu>true</howEvaluationContextMenu>
<showCommentWithArgumentHint>true</showCommentWithArgumentHint>
<statusBarTypeEvaluation>false</statusBarTypeEvaluation>
<namespaceAliases>std=_GLIBCXX_STD;__gnu_cxx=std</namespaceAliases>
<processPrimaryTypes>true</processPrimaryTypes>
<processFunctionArguments>false</processFunctionArguments>
<preProcessAllHeaders>false</preProcessAllHeaders>
<parseMissingHeaders>false</parseMissingHeaders>
<resolveIncludePaths>true</resolveIncludePaths>
<alwaysParseInBackground>true</alwaysParseInBackground>
<usePermanentCaching>true</usePermanentCaching>
<alwaysIncludeNamespaces>false</alwaysIncludeNamespaces>
<includePaths>.;</includePaths>
</codecompletion>
<creategettersetter>
<prefixGet></prefixGet>
<prefixSet>set</prefixSet>
<prefixVariable>m_,_</prefixVariable>
<parameterName>theValue</parameterName>
<inlineGet>true</inlineGet>
<inlineSet>true</inlineSet>
</creategettersetter>
<references/>
<qt>
<used>false</used>
<version>3</version>
<root>/usr/lib/qt3</root>
<includestyle>3</includestyle>
<designerintegration>EmbeddedKDevDesigner</designerintegration>
<qmake>/usr/lib/qt3/bin/qmake</qmake>
<designer>/usr/lib/qt3/bin/designer</designer>
<designerpluginpaths/>
</qt>
<splitheadersource>
<enabled>false</enabled>
<synchronize>true</synchronize>
<orientation>Vertical</orientation>
</splitheadersource>
</kdevcppsupport>
<kdevdocumentation>
<projectdoc>
<docsystem/>
<docurl/>
<usermanualurl/>
</projectdoc>
</kdevdocumentation>
<kdevvisualadvance>
<emulator>VisualBoyAdvance</emulator>
<binary/>
<addOptions/>
<terminal>false</terminal>
<fullscreen>false</fullscreen>
<graphicFilter>-f0</graphicFilter>
<scaling>-1</scaling>
</kdevvisualadvance>
</tdevelop>

@ -1,23 +0,0 @@
# SOME DESCRIPTIVE TITLE.
# This file is put in the public domain.
# Michele Calgaro <michele.calgaro@yahoo.it>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-06-29 09:47+0200\n"
"PO-Revision-Date: 2025-03-03 06:44+0000\n"
"Last-Translator: Michele Calgaro <michele.calgaro@yahoo.it>\n"
"Language-Team: Italian <https://mirror.git.trinitydesktop.org/weblate/"
"projects/applications/twin-style-suse2-desktop-files/it/>\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.17\n"
#. Name
#: SUSE2.desktop:2 SUSE2.kcsrc:2
msgid "SUSE2"
msgstr "SUSE2"

@ -1,23 +0,0 @@
# SOME DESCRIPTIVE TITLE.
# This file is put in the public domain.
# Temuri Doghonadze <rkavt@smartprojects.ge>, 2024.
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-06-29 09:47+0200\n"
"PO-Revision-Date: 2024-11-03 05:11+0000\n"
"Last-Translator: Temuri Doghonadze <rkavt@smartprojects.ge>\n"
"Language-Team: Georgian <https://mirror.git.trinitydesktop.org/weblate/"
"projects/applications/twin-style-suse2-desktop-files/ka/>\n"
"Language: ka\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.17\n"
#. Name
#: SUSE2.desktop:2 SUSE2.kcsrc:2
msgid "SUSE2"
msgstr "SUSE2"

@ -1,23 +0,0 @@
# SOME DESCRIPTIVE TITLE.
# This file is put in the public domain.
# Heimen Stoffels <vistausss@fastmail.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-06-29 09:47+0200\n"
"PO-Revision-Date: 2025-02-17 16:12+0000\n"
"Last-Translator: Heimen Stoffels <vistausss@fastmail.com>\n"
"Language-Team: Dutch <https://mirror.git.trinitydesktop.org/weblate/projects/"
"applications/twin-style-suse2-desktop-files/nl/>\n"
"Language: nl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.17\n"
#. Name
#: SUSE2.desktop:2 SUSE2.kcsrc:2
msgid "SUSE2"
msgstr "SUSE2"

@ -1,24 +0,0 @@
# SOME DESCRIPTIVE TITLE.
# This file is put in the public domain.
# Andrei Stepanov <adem4ik@gmail.com>, 2024.
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-06-29 09:47+0200\n"
"PO-Revision-Date: 2024-04-06 18:44+0000\n"
"Last-Translator: Andrei Stepanov <adem4ik@gmail.com>\n"
"Language-Team: Russian <https://mirror.git.trinitydesktop.org/weblate/"
"projects/applications/twin-style-suse2-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.17\n"
#. Name
#: SUSE2.desktop:2 SUSE2.kcsrc:2
msgid "SUSE2"
msgstr "SUSE2"

@ -1,34 +1,30 @@
# Copyright (C) 2006 SuSE Linux Products GmbH, Nuernberg
# This file is distributed under the same license as the package.
#
# Michele Calgaro <michele.calgaro@yahoo.it>, 2024.
msgid ""
msgstr ""
"Project-Id-Version: twin_SUSE2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-09-14 18:33+0000\n"
"PO-Revision-Date: 2024-01-22 06:06+0000\n"
"Last-Translator: Michele Calgaro <michele.calgaro@yahoo.it>\n"
"Language-Team: Italian <https://mirror.git.trinitydesktop.org/weblate/"
"projects/applications/twin-style-suse2/it/>\n"
"Language: it\n"
"PO-Revision-Date: 2006-11-03 15:41\n"
"Last-Translator: Novell Language <language@novell.com>\n"
"Language-Team: Novell Language <language@novell.com>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8-bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.17\n"
#. Instead of a literal translation, add your name to the end of the list (separated by a comma).
msgid ""
"_: NAME OF TRANSLATORS\n"
"Your names"
msgstr "Michele Calgaro"
msgstr ""
#. Instead of a literal translation, add your email to the end of the list (separated by a comma).
msgid ""
"_: EMAIL OF TRANSLATORS\n"
"Your emails"
msgstr "michele.calgaro@yahoo.it"
msgstr ""
#: SUSE2client.cpp:69
msgid "SUSE2 (Version %1)"
@ -79,7 +75,7 @@ msgid "Align the title right."
msgstr "Allinea il titolo a destra."
#: config/configdialog.ui:91
#, no-c-format
#, fuzzy, no-c-format
msgid "Rounded Top Corners"
msgstr "Arrotonda angoli superiori"
@ -89,7 +85,7 @@ msgid "Alwa&ys"
msgstr "Se&mpre"
#: config/configdialog.ui:105
#, no-c-format
#, fuzzy, no-c-format
msgid "Always draw rounded window top corners."
msgstr "Arrotonda sempre gli angoli superiori delle finestre."
@ -99,7 +95,7 @@ msgid "Not maximi&zed"
msgstr "N&on ingrandito"
#: config/configdialog.ui:116
#, no-c-format
#, fuzzy, no-c-format
msgid "Draw rounded top corners if the window is not maximized."
msgstr "Arrotonda gli angoli superiori se la finestra non è ingrandita."
@ -109,9 +105,9 @@ msgid "Ne&ver"
msgstr "Ma&i"
#: config/configdialog.ui:127
#, no-c-format
#, fuzzy, no-c-format
msgid "Never draw rounded window top corners."
msgstr "Non arrotondare mai gli angoli superiori delle finestre."
msgstr "Non arrotonda mai gli angoli superiori delle finestre."
#: config/configdialog.ui:137
#, no-c-format
@ -138,22 +134,22 @@ msgstr "spazio aggiuntivo per altezza titolo"
#: config/configdialog.ui:232
#, no-c-format
msgid "Titlebarstyle:"
msgstr "Stile della barra del titolo:"
msgstr ""
#: config/configdialog.ui:238
#, no-c-format
msgid "Toplight"
msgstr "In primo piano"
msgstr ""
#: config/configdialog.ui:243
#, no-c-format
msgid "Balanced"
msgstr "Equilibrato"
msgstr ""
#: config/configdialog.ui:250
#, no-c-format
#, fuzzy, no-c-format
msgid "Select the titlebar style."
msgstr "Seleziona lo stile della barra del titolo."
msgstr "Seleziona l'immagine per il logo della barra del titolo."
#: config/configdialog.ui:279
#, no-c-format
@ -339,7 +335,7 @@ msgstr "Anteprima logo:"
#: config/configdialog.ui:720
#, no-c-format
msgid "Offset from title:"
msgstr "Distanza dal titolo:"
msgstr "distanza dal titolo"
#: config/configdialog.ui:742
#, no-c-format

@ -1,358 +0,0 @@
# SOME DESCRIPTIVE TITLE.
# Temuri Doghonadze <rkavt@smartprojects.ge>, 2024.
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2022-09-14 18:33+0000\n"
"PO-Revision-Date: 2024-11-11 05:11+0000\n"
"Last-Translator: Temuri Doghonadze <rkavt@smartprojects.ge>\n"
"Language-Team: Georgian <https://mirror.git.trinitydesktop.org/weblate/"
"projects/applications/twin-style-suse2/ka/>\n"
"Language: ka\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.17\n"
#. Instead of a literal translation, add your name to the end of the list (separated by a comma).
msgid ""
"_: NAME OF TRANSLATORS\n"
"Your names"
msgstr "თემური დოღონაძე"
#. Instead of a literal translation, add your email to the end of the list (separated by a comma).
msgid ""
"_: EMAIL OF TRANSLATORS\n"
"Your emails"
msgstr "temuri.doghonadze@gmail.com"
#: SUSE2client.cpp:69
msgid "SUSE2 (Version %1)"
msgstr "SUSE2 (ვერსია %1)"
#: config/config.cpp:261
msgid "Select Logo Image"
msgstr "აირჩიეთ ლოგოს გამოსახულება"
#: config/configdialog.ui:34
#, no-c-format
msgid "Ge&neral"
msgstr "&ზოგადი"
#: config/configdialog.ui:45
#, no-c-format
msgid "Title Alignment"
msgstr "სათაურის სწორება"
#: config/configdialog.ui:56
#, no-c-format
msgid "&Left"
msgstr "&მარცხნივ"
#: config/configdialog.ui:59
#, no-c-format
msgid "Align the title left."
msgstr "სათაურის სწორება მარცხნივ."
#: config/configdialog.ui:67
#, no-c-format
msgid "&Center"
msgstr "&ცენტრი"
#: config/configdialog.ui:70
#, no-c-format
msgid "Center the title."
msgstr "სათაურის დაცენტრება."
#: config/configdialog.ui:78
#, no-c-format
msgid "&Right"
msgstr "მა&რჯვენა"
#: config/configdialog.ui:81
#, no-c-format
msgid "Align the title right."
msgstr "სათაურის სწორება მარჯვნივ."
#: config/configdialog.ui:91
#, no-c-format
msgid "Rounded Top Corners"
msgstr "მომრგვალებული ზედა კუთხეები"
#: config/configdialog.ui:102
#, no-c-format
msgid "Alwa&ys"
msgstr "&ყოველთვის"
#: config/configdialog.ui:105
#, no-c-format
msgid "Always draw rounded window top corners."
msgstr "ფანჯრის ზედა კუთხეების ყოველთვის მომრგვალებულად დახატვა."
#: config/configdialog.ui:113
#, no-c-format
msgid "Not maximi&zed"
msgstr "არგა&დიდებული"
#: config/configdialog.ui:116
#, no-c-format
msgid "Draw rounded top corners if the window is not maximized."
msgstr "მომრგვალებული ზედა კუთხეების დახატვა, თუ ფანჯარა გადიდებული არაა."
#: config/configdialog.ui:124
#, no-c-format
msgid "Ne&ver"
msgstr "&არასოდეს"
#: config/configdialog.ui:127
#, no-c-format
msgid "Never draw rounded window top corners."
msgstr "ფანჯრის ზედა კუთხეები მომრგვალებულად არასდროს დაიხატება."
#: config/configdialog.ui:137
#, no-c-format
msgid "Close &windows by double clicking the menu button"
msgstr "ფანჯრების დახურვა მენიუს ღილაკზე ორმაგი &წკაპით"
#: config/configdialog.ui:167 config/configdialog.ui:736
#, no-c-format
msgid " px"
msgstr " პქს"
#: config/configdialog.ui:173
#, no-c-format
msgid "Here you can set some additional space for the titlebar height."
msgstr "აქ შეგიძლიათ, სათაურის ზოლის სიმაღლისთვის დამატებითი სივრცე დააყენოთ."
#: config/configdialog.ui:189
#, no-c-format
msgid "additional space for title height"
msgstr "დამატებითი სივრცე სათაურის სიმაღლისთვის"
#: config/configdialog.ui:232
#, no-c-format
msgid "Titlebarstyle:"
msgstr "სათაურის ზოლის სტილი:"
#: config/configdialog.ui:238
#, no-c-format
msgid "Toplight"
msgstr "ზედა განათება"
#: config/configdialog.ui:243
#, no-c-format
msgid "Balanced"
msgstr "დაბალანსებული"
#: config/configdialog.ui:250
#, no-c-format
msgid "Select the titlebar style."
msgstr "აირჩიეთ სათაურის ზოლის სტილი."
#: config/configdialog.ui:279
#, no-c-format
msgid "Bu&ttons"
msgstr "&ღილაკები"
#: config/configdialog.ui:306
#, no-c-format
msgid "Buttontype:"
msgstr "ღილაკის ტიპი:"
#: config/configdialog.ui:312
#, no-c-format
msgid "Plastik flat"
msgstr "პლასტმასა ბრტყელი"
#: config/configdialog.ui:317
#, no-c-format
msgid "Lipstik flat"
msgstr "პომადა ბრტყელი"
#: config/configdialog.ui:322
#, no-c-format
msgid "Plastik 3D"
msgstr "პლასტმასა 3D"
#: config/configdialog.ui:327
#, no-c-format
msgid "Lipstik 3D"
msgstr "პომადა 3D"
#: config/configdialog.ui:332
#, no-c-format
msgid "Lipstik bright"
msgstr "პომადა კაშკაშა"
#: config/configdialog.ui:339
#, no-c-format
msgid "Select the buttontype."
msgstr "აირჩიეთ ღილაკის ტიპი."
#: config/configdialog.ui:383
#, no-c-format
msgid "Custom colors for button bac&kground"
msgstr "მორგებული ფერები ღილა&კის ფონისთვის"
#: config/configdialog.ui:386
#, no-c-format
msgid ""
"Allow custom colors for the button background. The colors for the "
"buttonbackground from the colorscheme are used then."
msgstr ""
"მორგებული ფერების დაშვება ღილაკის ფონისთვის. ფერები ღილაკის ფონისთვის "
"ფერების სქემიდან, რომელსაც იყენებთ."
#: config/configdialog.ui:394
#, no-c-format
msgid "&Use titlefont settings for button icons"
msgstr "სათაურის ფონტის პარამეტრების გამოყენება ღილაკის ხატ&ულებისთვის"
#: config/configdialog.ui:397
#, no-c-format
msgid ""
"Use the titlefont settings (color, shadow) for the button icons. Overrides "
"the custom color settings."
msgstr ""
"სათაურის ფონტის პარამეტრების (ფერი, ჩრდილი) გამოყენება ღილაკის "
"ხატულებისთვის. გადაფარავს მორგებული ფერის პარამეტრებს."
#: config/configdialog.ui:405
#, no-c-format
msgid "A&nimate buttons"
msgstr "ღილაკების ა&ნიმაცია"
#: config/configdialog.ui:432
#, no-c-format
msgid "Iconsize:"
msgstr "ხატულას ზომა:"
#: config/configdialog.ui:440
#, no-c-format
msgid " %"
msgstr " %"
#: config/configdialog.ui:449
#, no-c-format
msgid ""
"Here you can set the size of the button icons relative to the button size."
msgstr ""
"აქ შეგიძლიათ დააყენოთ ღილაკის ხატულების ზომა ღილაკის ზომასთან შედარებით."
#: config/configdialog.ui:476
#, no-c-format
msgid "&Red closebutton icon"
msgstr "წითელი დახუ&რვის ხატულა"
#: config/configdialog.ui:479
#, no-c-format
msgid ""
"Paint the icon of the closebutton in red (this overrides all other "
"colorsettings)."
msgstr ""
"დახურვის ღილაკის ხატულის წითლად დახატვა (ეს გადაფარავს ყველა სხვა ფერის "
"პარამეტრს)."
#: config/configdialog.ui:487
#, no-c-format
msgid "&Custom icon colors"
msgstr "&მორგებული ხატულის ფერები"
#: config/configdialog.ui:490
#, no-c-format
msgid "Allow custom colors for the button icons."
msgstr "მორგებული ფერების დაშვება ღილაკის ხატულებისთვის."
#: config/configdialog.ui:531
#, no-c-format
msgid "Active:"
msgstr "აქტიური:"
#: config/configdialog.ui:539
#, no-c-format
msgid "Active down:"
msgstr "აქტიური დაჭერილი:"
#: config/configdialog.ui:547
#, no-c-format
msgid "Inactive:"
msgstr "არააქტიური:"
#: config/configdialog.ui:555
#, no-c-format
msgid "Inactive down:"
msgstr "არააქტიური დაჭერილი:"
#: config/configdialog.ui:576
#, no-c-format
msgid "Color for the icon of the active button."
msgstr "ხატულას ფერი აქტიური ღილაკისთვის."
#: config/configdialog.ui:587
#, no-c-format
msgid "Color for the icon of the active button when pressed."
msgstr "აქტიური ღილაკის ხატულას ფერი, როცა მას დააჭერთ."
#: config/configdialog.ui:598
#, no-c-format
msgid "Color for the icon of the inactive button."
msgstr "არააქტიური ღილაკის ხატულას ფერი."
#: config/configdialog.ui:609
#, no-c-format
msgid "Color for the icon of the inactive button when pressed."
msgstr "არააქტიური ღილაკის ხატულას ფერი, როცა მას დააჭერთ."
#: config/configdialog.ui:621
#, no-c-format
msgid "Shado&w for icons"
msgstr "&ჩრდილი ხატულებისთვის"
#: config/configdialog.ui:624
#, no-c-format
msgid ""
"Check this if you want to have shadows for the button icons on active "
"windows."
msgstr ""
"ჩართეთ ეს, თუ გნებავთ, აქტიურ ფანჯრებზე ღილაკის ხატულებს ჩრდილები ჰქონდეს."
#: config/configdialog.ui:634
#, no-c-format
msgid "&Logo"
msgstr "&ლოგო"
#: config/configdialog.ui:670
#, no-c-format
msgid "Logo preview:"
msgstr "ლოგოს მინიატურა:"
#: config/configdialog.ui:720
#, no-c-format
msgid "Offset from title:"
msgstr "წანაცვლება სათაურიდან:"
#: config/configdialog.ui:742
#, no-c-format
msgid "Set the offset of the logo from the titletext."
msgstr "დააყენეთ ლოგოს წანაცვლება სათაურის ტექსტიდან."
#: config/configdialog.ui:767
#, no-c-format
msgid "Sele&ct Image"
msgstr "აირ&ჩიეთ გამოსახულება"
#: config/configdialog.ui:770
#, no-c-format
msgid "Select the titlebar logo image."
msgstr "აირჩიეთ სათაურის ზოლის ლოგოს გამოსახულება."
#: config/configdialog.ui:795
#, no-c-format
msgid "Show &titlebar logo"
msgstr "&სათაურის ზოლის ლოგოს ჩვენება"
#: config/configdialog.ui:798
#, no-c-format
msgid "Check this if you want to see the titlebar logo in the titlebar."
msgstr "ჩართეთ, თუ სათაურის ზოლში ლოგოს ხილვა გსურთ."

@ -5,34 +5,32 @@
# This file is distributed under the same license as @PACKAGE@ package. FIRST
#
# Rinse de Vries <rinsedevries@kde.nl>, 2006.
# Heimen Stoffels <vistausss@fastmail.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: twin_SUSE2.nl\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-09-14 18:33+0000\n"
"PO-Revision-Date: 2025-03-22 19:44+0000\n"
"Last-Translator: Heimen Stoffels <vistausss@fastmail.com>\n"
"Language-Team: Dutch <https://mirror.git.trinitydesktop.org/weblate/projects/"
"applications/twin-style-suse2/nl/>\n"
"PO-Revision-Date: 2006-11-07 17:30+0100\n"
"Last-Translator: Rinse de Vries <rinsedevries@kde.nl>\n"
"Language-Team: Dutch <tde-i18n-nl@kde.org>\n"
"Language: nl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.17\n"
"X-Generator: KBabel 1.11.4\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. Instead of a literal translation, add your name to the end of the list (separated by a comma).
msgid ""
"_: NAME OF TRANSLATORS\n"
"Your names"
msgstr ",Heimen Stoffels"
msgstr ""
#. Instead of a literal translation, add your email to the end of the list (separated by a comma).
msgid ""
"_: EMAIL OF TRANSLATORS\n"
"Your emails"
msgstr ",vistausss@fastmail.com"
msgstr ""
#: SUSE2client.cpp:69
msgid "SUSE2 (Version %1)"
@ -40,7 +38,7 @@ msgstr "SUSE2 (versie %1)"
#: config/config.cpp:261
msgid "Select Logo Image"
msgstr "Logo kiezen"
msgstr "Logo-afbeelding selecteren"
#: config/configdialog.ui:34
#, no-c-format
@ -60,17 +58,17 @@ msgstr "&Links"
#: config/configdialog.ui:59
#, no-c-format
msgid "Align the title left."
msgstr "Lijn de titel links uit."
msgstr "Titel links uitlijnen"
#: config/configdialog.ui:67
#, no-c-format
msgid "&Center"
msgstr "&Midden"
msgstr "Ge&centreerd"
#: config/configdialog.ui:70
#, no-c-format
msgid "Center the title."
msgstr "Lijn de titel in het midden uit."
msgstr "Titel centreren"
#: config/configdialog.ui:78
#, no-c-format
@ -80,10 +78,10 @@ msgstr "&Rechts"
#: config/configdialog.ui:81
#, no-c-format
msgid "Align the title right."
msgstr "Lijn de iitel rechts uit."
msgstr "Titel rechts uitlijnen"
#: config/configdialog.ui:91
#, no-c-format
#, fuzzy, no-c-format
msgid "Rounded Top Corners"
msgstr "Bovenhoeken afronden"
@ -93,19 +91,19 @@ msgid "Alwa&ys"
msgstr "&Altijd"
#: config/configdialog.ui:105
#, no-c-format
#, fuzzy, no-c-format
msgid "Always draw rounded window top corners."
msgstr "Rond vensterhoeken altijd af."
msgstr "Altijd ronde vensterhoeken."
#: config/configdialog.ui:113
#, no-c-format
msgid "Not maximi&zed"
msgstr "Niet-gemaximali&seerd"
msgstr "Niet gemaximali&seerd"
#: config/configdialog.ui:116
#, no-c-format
#, fuzzy, no-c-format
msgid "Draw rounded top corners if the window is not maximized."
msgstr "Teken ronde vensterhoeken als het venster niet gemaximaliseerd is."
msgstr "Ronde vensterhoeken tekenen als het venster niet gemaximaliseerd is."
#: config/configdialog.ui:124
#, no-c-format
@ -113,14 +111,14 @@ msgid "Ne&ver"
msgstr "No&oit"
#: config/configdialog.ui:127
#, no-c-format
#, fuzzy, no-c-format
msgid "Never draw rounded window top corners."
msgstr "Teken nooit ronde vensterhoeken."
msgstr "Nooit ronde vensterhoeken tekenen."
#: config/configdialog.ui:137
#, no-c-format
msgid "Close &windows by double clicking the menu button"
msgstr "Dubbelklikken op menuknop om &vensters te sluiten"
msgstr "&Venster sluiten bij dubbelklikken op menuknop"
#: config/configdialog.ui:167 config/configdialog.ui:736
#, no-c-format
@ -130,7 +128,7 @@ msgstr " px"
#: config/configdialog.ui:173
#, no-c-format
msgid "Here you can set some additional space for the titlebar height."
msgstr "Hier kunt u extra ruimte voor de titelbalkhoogte toevoegen."
msgstr "Hier kunt u extra ruimte voor de titelbalkhoogte toevoegen"
#: config/configdialog.ui:189
#, no-c-format
@ -140,22 +138,22 @@ msgstr "extra ruimte voor titelbalkhoogte"
#: config/configdialog.ui:232
#, no-c-format
msgid "Titlebarstyle:"
msgstr "Titelbalkstijl:"
msgstr ""
#: config/configdialog.ui:238
#, no-c-format
msgid "Toplight"
msgstr "Licht bovenaan"
msgstr ""
#: config/configdialog.ui:243
#, no-c-format
msgid "Balanced"
msgstr "Gebalanceerd"
msgstr ""
#: config/configdialog.ui:250
#, no-c-format
#, fuzzy, no-c-format
msgid "Select the titlebar style."
msgstr "Kies de titelbalkstijl."
msgstr "Selecteer de afbeelding voor het titelbalklogo."
#: config/configdialog.ui:279
#, no-c-format
@ -195,7 +193,7 @@ msgstr "Lipstik helder"
#: config/configdialog.ui:339
#, no-c-format
msgid "Select the buttontype."
msgstr "Kies het knoptype."
msgstr "Selecteer het knoptype."
#: config/configdialog.ui:383
#, no-c-format
@ -259,8 +257,8 @@ msgid ""
"Paint the icon of the closebutton in red (this overrides all other "
"colorsettings)."
msgstr ""
"Kleur het pictogram van de knop Sluiten in het rood (dit overschrijft alle "
"andere kleurinstellingen)."
"Kleur het pictogram van de knop 'Sluiten' in het rood (dit overschrijft alle "
"andere kleurinstellingen)"
#: config/configdialog.ui:487
#, no-c-format

@ -5,35 +5,33 @@
# This file is distributed under the same license as @PACKAGE@ package. FIRST
#
# Aleksey Osipov <aliks-os@yandex.ru>, 2006.
# Andrei Stepanov <adem4ik@gmail.com>, 2024, 2025.
msgid ""
msgstr ""
"Project-Id-Version: twin_SUSE2.ru\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-09-14 18:33+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/twin-style-suse2/ru/>\n"
"PO-Revision-Date: 2006-11-09 23:12+0200\n"
"Last-Translator: Aleksey Osipov <aliks-os@yandex.ru>\n"
"Language-Team: Russian <i18n@suse.de>\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"
"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: KBabel 1.11.2\n"
#. Instead of a literal translation, add your name to the end of the list (separated by a comma).
msgid ""
"_: NAME OF TRANSLATORS\n"
"Your names"
msgstr "Андрей Степанов"
msgstr ""
#. Instead of a literal translation, add your email to the end of the list (separated by a comma).
msgid ""
"_: EMAIL OF TRANSLATORS\n"
"Your emails"
msgstr "adem4ik@gmail.com"
msgstr ""
#: SUSE2client.cpp:69
msgid "SUSE2 (Version %1)"
@ -84,9 +82,9 @@ msgid "Align the title right."
msgstr "Выровнять заголовок по правому краю."
#: config/configdialog.ui:91
#, no-c-format
#, fuzzy, no-c-format
msgid "Rounded Top Corners"
msgstr "Закруглить верхние углы"
msgstr "Закруглить углы"
#: config/configdialog.ui:102
#, no-c-format
@ -94,19 +92,19 @@ msgid "Alwa&ys"
msgstr "Всегда"
#: config/configdialog.ui:105
#, no-c-format
#, fuzzy, no-c-format
msgid "Always draw rounded window top corners."
msgstr "Всегда рисовать закруглёнными верхние углы окна."
msgstr "Всегда рисовать загругленными верхние углы окна."
#: config/configdialog.ui:113
#, no-c-format
msgid "Not maximi&zed"
msgstr "Не развёрн&уто"
msgstr ""
#: config/configdialog.ui:116
#, no-c-format
#, fuzzy, no-c-format
msgid "Draw rounded top corners if the window is not maximized."
msgstr "Рисовать закруглёнными верхние углы, если окно не развёрнуто."
msgstr "Рисовать загругленные углы, если окно не распахнуто."
#: config/configdialog.ui:124
#, no-c-format
@ -114,9 +112,9 @@ msgid "Ne&ver"
msgstr "Никогда"
#: config/configdialog.ui:127
#, no-c-format
#, fuzzy, no-c-format
msgid "Never draw rounded window top corners."
msgstr "Никогда не рисовать закруглёнными верхние углы окна."
msgstr "Никогда не рисовать загругленными верхние углы окна."
#: config/configdialog.ui:137
#, no-c-format
@ -126,7 +124,7 @@ msgstr "Закрыть окна двойным щелчком на кнопке
#: config/configdialog.ui:167 config/configdialog.ui:736
#, no-c-format
msgid " px"
msgstr " пикс"
msgstr " px"
#: config/configdialog.ui:173
#, no-c-format
@ -141,22 +139,22 @@ msgstr "дополнительное место для высоты заголо
#: config/configdialog.ui:232
#, no-c-format
msgid "Titlebarstyle:"
msgstr "Стиль строки заголовка:"
msgstr ""
#: config/configdialog.ui:238
#, no-c-format
msgid "Toplight"
msgstr "Верхний свет"
msgstr ""
#: config/configdialog.ui:243
#, no-c-format
msgid "Balanced"
msgstr "Сбалансированный"
msgstr ""
#: config/configdialog.ui:250
#, no-c-format
#, fuzzy, no-c-format
msgid "Select the titlebar style."
msgstr "Выбрать стиль строки заголовка."
msgstr "Выбор картинки для логотипа заголовка"
#: config/configdialog.ui:279
#, no-c-format
@ -176,7 +174,7 @@ msgstr "Пластик, плоский"
#: config/configdialog.ui:317
#, no-c-format
msgid "Lipstik flat"
msgstr "Плоский Lipstik"
msgstr ""
#: config/configdialog.ui:322
#, no-c-format
@ -186,12 +184,12 @@ msgstr "Пластик 3D"
#: config/configdialog.ui:327
#, no-c-format
msgid "Lipstik 3D"
msgstr "Объёмный Lipstik"
msgstr ""
#: config/configdialog.ui:332
#, no-c-format
msgid "Lipstik bright"
msgstr "Яркий Lipstik"
msgstr ""
#: config/configdialog.ui:339
#, no-c-format
@ -355,7 +353,7 @@ msgstr "Выбрать картинку"
#: config/configdialog.ui:770
#, no-c-format
msgid "Select the titlebar logo image."
msgstr "Выбор изображения для логотипа заголовка."
msgstr "Выбор картинки для логотипа заголовка"
#: config/configdialog.ui:795
#, no-c-format

Loading…
Cancel
Save