Compare commits

...

21 Commits

Author SHA1 Message Date
TDE Gitea 3c17989867 Merge translation files from master branch. 4 months ago
TDE Gitea c58213b884 Merge translation files from master branch. 4 months ago
TDE Gitea 4237c6c97c Merge translation files from master branch. 5 months ago
TDE Gitea eb2be5533e Merge translation files from master branch. 5 months ago
TDE Gitea 95e68b6d72 Merge translation files from master branch. 5 months ago
TDE Gitea 333669f8f5 Merge translation files from master branch. 8 months ago
TDE Gitea 48533bbb31 Merge translation files from master branch. 8 months ago
TDE Gitea 8b67c95bc1 Merge translation files from master branch. 8 months ago
TDE Gitea e4768912b0 Merge translation files from master branch. 9 months ago
Michele Calgaro bc181192bb
Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 124f6a8484)
1 year ago
Michele Calgaro a7b408a97d
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit fa5d98fdff)
1 year ago
TDE Gitea 2b3d19a5b3 Merge translation files from master branch. 1 year ago
Slávek Banko f31ebf67cb
Remove remaining 'register' instruction.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 90e7e6e752)
1 year ago
TDE Gitea cee4b78425 Merge translation files from master branch. 1 year ago
TDE Gitea 08880d7f0c Merge translation files from master branch. 1 year ago
Michele Calgaro daf84bd9a1
Remove unnecessary files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit adb3fc6d47)
1 year ago
Michele Calgaro 7341873af8
Use centralized cmake version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 51330f2909)
1 year ago
TDE Gitea 1b186a95d6 Merge translation files from master branch. 2 years ago
Michele Calgaro a0ecb910eb
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 0c5fa47fb3)
2 years ago
Slávek Banko 3193200c97
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 0517ecf88f)
2 years ago
Michele Calgaro b623d8eff4
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 76045e6213)
2 years ago

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

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

@ -1,279 +0,0 @@
# 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 __KDE_HAVE_GCC_VISIBILITY 1
#cmakedefine __TDE_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). */

@ -1,70 +0,0 @@
#
# 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

@ -324,7 +324,7 @@ SUSE2Handler *Handler()
extern "C"
{
KDE_EXPORT KDecorationFactory *create_factory()
TDE_EXPORT KDecorationFactory *create_factory()
{
KWinSUSE2::handler = new KWinSUSE2::SUSE2Handler();
return KWinSUSE2::handler;

@ -68,7 +68,7 @@ enum ColorType {
class SUSE2Handler: public TQObject, public KDecorationFactory
{
Q_OBJECT
TQ_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, SIGNAL(timeout() ), this, SLOT(animate() ) );
connect(animTmr, TQ_SIGNAL(timeout() ), this, TQ_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;
register int y;
int y;
rDiff = ( c1.red()) - (rc = c2.red());
gDiff = ( c1.green()) - (gc = c2.green());
bDiff = ( c1.blue()) - (bc = c2.blue());
register int rl = rc << 16;
register int gl = gc << 16;
register int bl = bc << 16;
int rl = rc << 16;
int gl = gc << 16;
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
{
Q_OBJECT
TQ_OBJECT
public:
SUSE2Button(ButtonType type, SUSE2Client *parent, const char *name);
~SUSE2Button();

@ -69,31 +69,31 @@ SUSE2Config::SUSE2Config(TDEConfig *config, TQWidget *parent)
toggleIconSettings(m_dialog->useTitleProps->isChecked());
// setup the connections
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()));
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()));
}
SUSE2Config::~SUSE2Config()
@ -274,7 +274,7 @@ void SUSE2Config::selectImage()
extern "C"
{
KDE_EXPORT TQObject *allocate_config(TDEConfig *config, TQWidget *parent) {
TDE_EXPORT TQObject *allocate_config(TDEConfig *config, TQWidget *parent) {
return (new SUSE2Config(config, parent));
}
}

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

@ -1,206 +0,0 @@
<?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>

@ -0,0 +1,23 @@
# 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"

@ -0,0 +1,23 @@
# 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"

@ -0,0 +1,23 @@
# 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"

@ -0,0 +1,24 @@
# 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,30 +1,34 @@
# 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: 2006-11-03 15:41\n"
"Last-Translator: Novell Language <language@novell.com>\n"
"Language-Team: Novell Language <language@novell.com>\n"
"Language: \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"
"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 ""
msgstr "Michele Calgaro"
#. 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 ""
msgstr "michele.calgaro@yahoo.it"
#: SUSE2client.cpp:69
msgid "SUSE2 (Version %1)"
@ -75,7 +79,7 @@ msgid "Align the title right."
msgstr "Allinea il titolo a destra."
#: config/configdialog.ui:91
#, fuzzy, no-c-format
#, no-c-format
msgid "Rounded Top Corners"
msgstr "Arrotonda angoli superiori"
@ -85,7 +89,7 @@ msgid "Alwa&ys"
msgstr "Se&mpre"
#: config/configdialog.ui:105
#, fuzzy, no-c-format
#, no-c-format
msgid "Always draw rounded window top corners."
msgstr "Arrotonda sempre gli angoli superiori delle finestre."
@ -95,7 +99,7 @@ msgid "Not maximi&zed"
msgstr "N&on ingrandito"
#: config/configdialog.ui:116
#, fuzzy, no-c-format
#, no-c-format
msgid "Draw rounded top corners if the window is not maximized."
msgstr "Arrotonda gli angoli superiori se la finestra non è ingrandita."
@ -105,9 +109,9 @@ msgid "Ne&ver"
msgstr "Ma&i"
#: config/configdialog.ui:127
#, fuzzy, no-c-format
#, no-c-format
msgid "Never draw rounded window top corners."
msgstr "Non arrotonda mai gli angoli superiori delle finestre."
msgstr "Non arrotondare mai gli angoli superiori delle finestre."
#: config/configdialog.ui:137
#, no-c-format
@ -134,22 +138,22 @@ msgstr "spazio aggiuntivo per altezza titolo"
#: config/configdialog.ui:232
#, no-c-format
msgid "Titlebarstyle:"
msgstr ""
msgstr "Stile della barra del titolo:"
#: config/configdialog.ui:238
#, no-c-format
msgid "Toplight"
msgstr ""
msgstr "In primo piano"
#: config/configdialog.ui:243
#, no-c-format
msgid "Balanced"
msgstr ""
msgstr "Equilibrato"
#: config/configdialog.ui:250
#, fuzzy, no-c-format
#, no-c-format
msgid "Select the titlebar style."
msgstr "Seleziona l'immagine per il logo della barra del titolo."
msgstr "Seleziona lo stile della barra del titolo."
#: config/configdialog.ui:279
#, no-c-format
@ -335,7 +339,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

@ -0,0 +1,358 @@
# 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,32 +5,34 @@
# 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: 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"
"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"
"Language: nl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.11.4\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\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 ""
msgstr ",Heimen Stoffels"
#. 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 ""
msgstr ",vistausss@fastmail.com"
#: SUSE2client.cpp:69
msgid "SUSE2 (Version %1)"
@ -38,7 +40,7 @@ msgstr "SUSE2 (versie %1)"
#: config/config.cpp:261
msgid "Select Logo Image"
msgstr "Logo-afbeelding selecteren"
msgstr "Logo kiezen"
#: config/configdialog.ui:34
#, no-c-format
@ -58,17 +60,17 @@ msgstr "&Links"
#: config/configdialog.ui:59
#, no-c-format
msgid "Align the title left."
msgstr "Titel links uitlijnen"
msgstr "Lijn de titel links uit."
#: config/configdialog.ui:67
#, no-c-format
msgid "&Center"
msgstr "Ge&centreerd"
msgstr "&Midden"
#: config/configdialog.ui:70
#, no-c-format
msgid "Center the title."
msgstr "Titel centreren"
msgstr "Lijn de titel in het midden uit."
#: config/configdialog.ui:78
#, no-c-format
@ -78,10 +80,10 @@ msgstr "&Rechts"
#: config/configdialog.ui:81
#, no-c-format
msgid "Align the title right."
msgstr "Titel rechts uitlijnen"
msgstr "Lijn de iitel rechts uit."
#: config/configdialog.ui:91
#, fuzzy, no-c-format
#, no-c-format
msgid "Rounded Top Corners"
msgstr "Bovenhoeken afronden"
@ -91,19 +93,19 @@ msgid "Alwa&ys"
msgstr "&Altijd"
#: config/configdialog.ui:105
#, fuzzy, no-c-format
#, no-c-format
msgid "Always draw rounded window top corners."
msgstr "Altijd ronde vensterhoeken."
msgstr "Rond vensterhoeken altijd af."
#: config/configdialog.ui:113
#, no-c-format
msgid "Not maximi&zed"
msgstr "Niet gemaximali&seerd"
msgstr "Niet-gemaximali&seerd"
#: config/configdialog.ui:116
#, fuzzy, no-c-format
#, no-c-format
msgid "Draw rounded top corners if the window is not maximized."
msgstr "Ronde vensterhoeken tekenen als het venster niet gemaximaliseerd is."
msgstr "Teken ronde vensterhoeken als het venster niet gemaximaliseerd is."
#: config/configdialog.ui:124
#, no-c-format
@ -111,14 +113,14 @@ msgid "Ne&ver"
msgstr "No&oit"
#: config/configdialog.ui:127
#, fuzzy, no-c-format
#, no-c-format
msgid "Never draw rounded window top corners."
msgstr "Nooit ronde vensterhoeken tekenen."
msgstr "Teken nooit ronde vensterhoeken."
#: config/configdialog.ui:137
#, no-c-format
msgid "Close &windows by double clicking the menu button"
msgstr "&Venster sluiten bij dubbelklikken op menuknop"
msgstr "Dubbelklikken op menuknop om &vensters te sluiten"
#: config/configdialog.ui:167 config/configdialog.ui:736
#, no-c-format
@ -128,7 +130,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
@ -138,22 +140,22 @@ msgstr "extra ruimte voor titelbalkhoogte"
#: config/configdialog.ui:232
#, no-c-format
msgid "Titlebarstyle:"
msgstr ""
msgstr "Titelbalkstijl:"
#: config/configdialog.ui:238
#, no-c-format
msgid "Toplight"
msgstr ""
msgstr "Licht bovenaan"
#: config/configdialog.ui:243
#, no-c-format
msgid "Balanced"
msgstr ""
msgstr "Gebalanceerd"
#: config/configdialog.ui:250
#, fuzzy, no-c-format
#, no-c-format
msgid "Select the titlebar style."
msgstr "Selecteer de afbeelding voor het titelbalklogo."
msgstr "Kies de titelbalkstijl."
#: config/configdialog.ui:279
#, no-c-format
@ -193,7 +195,7 @@ msgstr "Lipstik helder"
#: config/configdialog.ui:339
#, no-c-format
msgid "Select the buttontype."
msgstr "Selecteer het knoptype."
msgstr "Kies het knoptype."
#: config/configdialog.ui:383
#, no-c-format
@ -257,8 +259,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,21 +5,23 @@
# 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.
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: 2006-11-09 23:12+0200\n"
"Last-Translator: Aleksey Osipov <aliks-os@yandex.ru>\n"
"Language-Team: Russian <i18n@suse.de>\n"
"PO-Revision-Date: 2024-04-21 17:50+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"
"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: KBabel 1.11.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: Weblate 4.17\n"
#. Instead of a literal translation, add your name to the end of the list (separated by a comma).
msgid ""
@ -124,7 +126,7 @@ msgstr "Закрыть окна двойным щелчком на кнопке
#: config/configdialog.ui:167 config/configdialog.ui:736
#, no-c-format
msgid " px"
msgstr " px"
msgstr " пикс"
#: config/configdialog.ui:173
#, no-c-format

Loading…
Cancel
Save