diff options
135 files changed, 6372 insertions, 2027 deletions
diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 934def7..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "admin"] - path = admin - url = https://system@scm.trinitydesktop.org/scm/git/tde-common-admin diff --git a/CMakeL10n.txt b/CMakeL10n.txt index c5acc73..94c6e9d 100644 --- a/CMakeL10n.txt +++ b/CMakeL10n.txt @@ -9,7 +9,11 @@ # ################################################# -cmake_minimum_required( VERSION 3.5 ) + +##### set project version ######################## + +include( TDEVersion ) +cmake_minimum_required( VERSION ${TDE_CMAKE_MINIMUM_VERSION} ) ##### include our cmake modules ################# @@ -19,4 +23,9 @@ include( TDEL10n ) ##### create translation templates ############## -tde_l10n_create_template( "smb4k" ) +tde_l10n_create_template( "messages/smb4k" ) + +tde_l10n_create_template( + CATALOG "desktop_files/smb4k-desktops" + SOURCES *.desktop +) diff --git a/CMakeLists.txt b/CMakeLists.txt index dfc902a..b55877c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,15 +10,19 @@ ############################################ -cmake_minimum_required( VERSION 3.5 ) +##### set project version + +include( TDEVersion ) +cmake_minimum_required( VERSION ${TDE_CMAKE_MINIMUM_VERSION} ) +tde_set_project_version( ) -#### general package setup +##### general package setup project( smb4k ) -#### include essential cmake modules +##### include essential cmake modules include( FindPkgConfig ) include( CheckSymbolExists ) @@ -29,16 +33,11 @@ include( CheckCXXSourceCompiles ) include( CheckTypeSize ) -#### include our cmake modules +##### include our cmake modules include( TDEMacros ) -##### set version number - -tde_set_project_version( ) - - ##### setup install paths include( TDESetupPaths ) @@ -82,7 +81,7 @@ add_subdirectory( utilities ) ##### other data ################################ tde_conditional_add_project_docs( BUILD_DOC ) -tde_conditional_add_subdirectory( BUILD_TRANSLATIONS po ) +tde_conditional_add_project_translations( BUILD_TRANSLATIONS ) ##### write configure files diff --git a/Doxyfile b/Doxyfile deleted file mode 100644 index cbd510b..0000000 --- a/Doxyfile +++ /dev/null @@ -1,283 +0,0 @@ -# Doxyfile 1.5.1-KDevelop - -#--------------------------------------------------------------------------- -# Project related configuration options -#--------------------------------------------------------------------------- -PROJECT_NAME = smb4k -PROJECT_NUMBER = CVS_HEAD -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/alex/ -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 = NO -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/alex/Entwicklung/smb4k_09 -FILE_PATTERNS = *.c \ - *.cc \ - *.cxx \ - *.cpp \ - *.c++ \ - *.d \ - *.java \ - *.ii \ - *.ixx \ - *.ipp \ - *.i++ \ - *.inl \ - *.h \ - *.hh \ - *.hxx \ - *.hpp \ - *.h++ \ - *.idl \ - *.odl \ - *.cs \ - *.php \ - *.php3 \ - *.inc \ - *.m \ - *.mm \ - *.dox \ - *.py \ - *.C \ - *.CC \ - *.C++ \ - *.II \ - *.I++ \ - *.H \ - *.HH \ - *.H++ \ - *.CS \ - *.PHP \ - *.PHP3 \ - *.M \ - *.MM \ - *.PY \ - *.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 = smb4k.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 @@ -77,11 +77,11 @@ A: If you want to be able to uninstall Smb4K easily, you might want to use $ ./configure --prefix=`tde-config --prefix` && make && su -c "checkinstall" -Q: The configure script fails and tells me, it can't find my Qt +Q: The configure script fails and tells me, it can't find my TQt installation. A: There are two things you should check: - 1. It may be that the Qt header files are not installed. If this is true, + 1. It may be that the TQt header files are not installed. If this is true, install them and run the configure script again. 2. The TQTDIR environment variable might not be set properly or at all. Check for the following line in your ~/.bashrc file @@ -89,7 +89,7 @@ A: There are two things you should check: export TQTDIR=PREFIX and add it, if it is not present. Replace PREFIX with the prefix of your - Qt installation. Run + TQt installation. Run $ source ~/.bashrc @@ -97,7 +97,7 @@ A: There are two things you should check: If the header files are installed and the TQTDIR variable is set, but you still get the same error, you might want to try to pass the - '--with-qt-includes=/path/to/header/files' option to the configure script. + '--with-tqt-includes=/path/to/header/files' option to the configure script. Q: The configure script fails and tells me, it can't find my KDE diff --git a/Makefile.am b/Makefile.am deleted file mode 100644 index ddfca88..0000000 --- a/Makefile.am +++ /dev/null @@ -1,21 +0,0 @@ -if compile_konqplugin - PLUGINDIR=plugin -endif - -EXTRA_DIST = admin AUTHORS COPYING ChangeLog INSTALL README TODO smb4k.lsm BUGS FAQ - -AUTOMAKE_OPTIONS = foreign 1.5 - -MAINTAINERCLEANFILES = subdirs configure.in acinclude.m4 configure.files - -package-messages: - $(MAKE) -f admin/Makefile.common package-messages - $(MAKE) -C po merge - -#include admin/deps.am - -SUBDIRS = smb4k $(PLUGINDIR) utilities po doc - -messages: rc.cpp - $(EXTRACTRC) `find . -name \*.ui -o -name \*.rc` > rc.cpp - $(XGETTEXT) `find . -name \*.cpp` -o $(podir)/smb4k.pot @@ -45,15 +45,15 @@ Requirements: ------------- This version of Smb4K depends on the development files of the following libraries: -- KDE Libs & Base (>= 3.3.0): The powerful Open Source graphical desktop +- TDE Libs & Base (>= 3.3.0): The powerful Open Source graphical desktop environment for Unix workstations [http://www.kde.org] -- Qt (>= 3.3.0): A multiplatform C++ application development framework. +- TQt (>= 3.3.0): A multiplatform C++ application development framework. [http://www.trolltech.no] - X.org or XFree86 - Freely redistributable implementations of the X Window System [http://www.x.org or http://www.xfree86.org] - An implementation of the C library -Make sure that you also have installed all header files of the libraries Qt +Make sure that you also have installed all header files of the libraries TQt and KDE are depending on. Recent versions of automake and autoconf are also needed. diff --git a/admin b/admin deleted file mode 160000 -Subproject 3bdc9fd55ff86f033cc1ffab9178d8453fa1ab2 diff --git a/config.h.cmake b/config.h.cmake index 61ede3a..4064b66 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -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). */ diff --git a/config.h.in b/config.h.in deleted file mode 100644 index d884d43..0000000 --- a/config.h.in +++ /dev/null @@ -1,240 +0,0 @@ -/* config.h.in. Generated from configure.in by autoheader. */ - -/* Define to 1 if you have the <Carbon/Carbon.h> header file. */ -#undef HAVE_CARBON_CARBON_H - -/* Define if you have the CoreAudio API */ -#undef HAVE_COREAUDIO - -/* Define to 1 if you have the <crt_externs.h> header file. */ -#undef HAVE_CRT_EXTERNS_H - -/* Defines if your system has the crypt function */ -#undef HAVE_CRYPT - -/* Define to 1 if you have the <dlfcn.h> header file. */ -#undef HAVE_DLFCN_H - -/* Define to 1 if you have the <inttypes.h> header file. */ -#undef HAVE_INTTYPES_H - -/* define if the Konqueror plugin is compiled */ -#undef HAVE_KONQPLUGIN - -/* Define if you have libjpeg */ -#undef HAVE_LIBJPEG - -/* Define if you have libpng */ -#undef HAVE_LIBPNG - -/* Define if you have a working libpthread (will enable threaded code) */ -#undef HAVE_LIBPTHREAD - -/* Define if you have libz */ -#undef HAVE_LIBZ - -/* Define to 1 if you have the <memory.h> header file. */ -#undef HAVE_MEMORY_H - -/* Define if your system needs _NSGetEnviron to set up the environment */ -#undef HAVE_NSGETENVIRON - -/* Define if you have res_init */ -#undef HAVE_RES_INIT - -/* Define if you have the res_init prototype */ -#undef HAVE_RES_INIT_PROTO - -/* Define if you have a STL implementation by SGI */ -#undef HAVE_SGI_STL - -/* Define to 1 if you have the `snprintf' function. */ -#undef HAVE_SNPRINTF - -/* Define to 1 if you have the <stdint.h> header file. */ -#undef HAVE_STDINT_H - -/* Define to 1 if you have the <stdlib.h> header file. */ -#undef HAVE_STDLIB_H - -/* Define to 1 if you have the <strings.h> header file. */ -#undef HAVE_STRINGS_H - -/* Define to 1 if you have the <string.h> header file. */ -#undef HAVE_STRING_H - -/* Define if you have strlcat */ -#undef HAVE_STRLCAT - -/* Define if you have the strlcat prototype */ -#undef HAVE_STRLCAT_PROTO - -/* Define if you have strlcpy */ -#undef HAVE_STRLCPY - -/* Define if you have the strlcpy prototype */ -#undef HAVE_STRLCPY_PROTO - -/* Define to 1 if you have the <sys/bitypes.h> header file. */ -#undef HAVE_SYS_BITYPES_H - -/* Define to 1 if you have the <sys/stat.h> header file. */ -#undef HAVE_SYS_STAT_H - -/* Define to 1 if you have the <sys/types.h> header file. */ -#undef HAVE_SYS_TYPES_H - -/* Define to 1 if you have the <unistd.h> header file. */ -#undef HAVE_UNISTD_H - -/* Define to 1 if you have the `vsnprintf' function. */ -#undef HAVE_VSNPRINTF - -/* Suffix for lib directories */ -#undef KDELIBSUFF - -/* Name of package */ -#undef PACKAGE - -/* Define to the address where bug reports for this package should be sent. */ -#undef PACKAGE_BUGREPORT - -/* Define to the full name of this package. */ -#undef PACKAGE_NAME - -/* Define to the full name and version of this package. */ -#undef PACKAGE_STRING - -/* Define to the one symbol short name of this package. */ -#undef PACKAGE_TARNAME - -/* Define to the version of this package. */ -#undef PACKAGE_VERSION - -/* The size of `char *', as computed by sizeof. */ -#undef SIZEOF_CHAR_P - -/* The size of `int', as computed by sizeof. */ -#undef SIZEOF_INT - -/* The size of `long', as computed by sizeof. */ -#undef SIZEOF_LONG - -/* The size of `short', as computed by sizeof. */ -#undef SIZEOF_SHORT - -/* The size of `size_t', as computed by sizeof. */ -#undef SIZEOF_SIZE_T - -/* The size of `unsigned long', as computed by sizeof. */ -#undef SIZEOF_UNSIGNED_LONG - -/* Define to 1 if you have the ANSI C header files. */ -#undef STDC_HEADERS - -/* Version number of package */ -#undef VERSION - -/* Defined if compiling without arts */ -#undef WITHOUT_ARTS - -/* - * jpeg.h needs HAVE_BOOLEAN, when the system uses boolean in system - * headers and I'm too lazy to write a configure test as long as only - * unixware is related - */ -#ifdef _UNIXWARE -#define HAVE_BOOLEAN -#endif - - - -/* - * AIX defines FD_SET in terms of bzero, but fails to include <strings.h> - * that defines bzero. - */ - -#if defined(_AIX) -#include <strings.h> -#endif - - - -#if defined(HAVE_NSGETENVIRON) && defined(HAVE_CRT_EXTERNS_H) -# include <sys/time.h> -# include <crt_externs.h> -# define environ (*_NSGetEnviron()) -#endif - - - -#if !defined(HAVE_RES_INIT_PROTO) -#ifdef __cplusplus -extern "C" { -#endif -int res_init(void); -#ifdef __cplusplus -} -#endif -#endif - - - -#if !defined(HAVE_STRLCAT_PROTO) -#ifdef __cplusplus -extern "C" { -#endif -unsigned long strlcat(char*, const char*, unsigned long); -#ifdef __cplusplus -} -#endif -#endif - - - -#if !defined(HAVE_STRLCPY_PROTO) -#ifdef __cplusplus -extern "C" { -#endif -unsigned long strlcpy(char*, const char*, unsigned long); -#ifdef __cplusplus -} -#endif -#endif - - - -/* - * On HP-UX, the declaration of vsnprintf() is needed every time ! - */ - -#if !defined(HAVE_VSNPRINTF) || defined(hpux) -#if __STDC__ -#include <stdarg.h> -#include <stdlib.h> -#else -#include <varargs.h> -#endif -#ifdef __cplusplus -extern "C" -#endif -int vsnprintf(char *str, size_t n, char const *fmt, va_list ap); -#ifdef __cplusplus -extern "C" -#endif -int snprintf(char *str, size_t n, char const *fmt, ...); -#endif - - - -#if defined(__SVR4) && !defined(__svr4__) -#define __svr4__ 1 -#endif - - -/* type to use in place of socklen_t if not defined */ -#undef kde_socklen_t - -/* type to use in place of socklen_t if not defined (deprecated, use - kde_socklen_t) */ -#undef ksize_t diff --git a/configure.in.in b/configure.in.in deleted file mode 100644 index 03d0ca1..0000000 --- a/configure.in.in +++ /dev/null @@ -1,36 +0,0 @@ -#MIN_CONFIG(3.3.0) -#AM_KDE_MIN_VERSION(3.3.0) - -KDE_ENABLE_HIDDEN_VISIBILITY - -AM_INIT_AUTOMAKE(smb4k,0.9.4) - - -dnl=========================================================================dnl -dnl Konqueror plugin dnl -dnl=========================================================================dnl - -AC_ARG_WITH( - [konqplugin], - [AS_HELP_STRING([--with-konqplugin=ARG], - [build with Konqueror plugin (default ARG=yes)])], - [], - [with_konqplugin=yes]) - -if test x$with_konqplugin = xyes; then - KDE_CHECK_HEADER( - [konqsidebarplugin.h], - [AC_DEFINE(HAVE_KONQPLUGIN,1, - [define if the Konqueror plugin is compiled])], - [AC_MSG_ERROR([ -*** -*** Cannot build Konqueror plugin. Install the development files for KDE base -*** or pass the '--with-konqplugin=no' option to the configure script. -***])], - [] - ) -else - DO_NOT_COMPILE="$DO_NOT_COMPILE plugin" -fi - -AM_CONDITIONAL([compile_konqplugin], [test x$with_konqplugin = xyes]) diff --git a/doc/Makefile.am b/doc/Makefile.am deleted file mode 100644 index ba7ae35..0000000 --- a/doc/Makefile.am +++ /dev/null @@ -1,2 +0,0 @@ -SUBDIRS = en -KDE_DOCS = AUTO diff --git a/doc/en/Makefile.am b/doc/en/Makefile.am deleted file mode 100644 index 14227c2..0000000 --- a/doc/en/Makefile.am +++ /dev/null @@ -1,2 +0,0 @@ -KDE_LANG = en -KDE_DOCS = smb4k diff --git a/doc/en/index.docbook b/doc/en/index.docbook index 45dc821..d2c08b4 100644 --- a/doc/en/index.docbook +++ b/doc/en/index.docbook @@ -4924,18 +4924,18 @@ in the meantime.</para> </listitem> <listitem id="trouble_shooting_no_qt"> -<para><emphasis role="bold">Problem:</emphasis> The configure script fails and complains about a missing Qt installation.</para> +<para><emphasis role="bold">Problem:</emphasis> The configure script fails and complains about a missing TQt installation.</para> <para><emphasis role="bold">Solution:</emphasis> There are two things that should check:</para> <itemizedlist> -<listitem><para>Maybe the Qt header files are not installed. If this is the case, install them and run the configure script again.</para></listitem> +<listitem><para>Maybe the TQt header files are not installed. If this is the case, install them and run the configure script again.</para></listitem> <listitem><para>The <envar>TQTDIR</envar> environment variable might not be set properly or at all. Make sure you export it in your shell's configuration file.</para> <para>If you are using the bash, check for the following line in your <filename>~/.bashrc</filename> file</para> <screen>export TQTDIR=PREFIX</screen> -<para>and add it, if it is not present. Replace PREFIX with the prefix of your Qt installation. Run</para> +<para>and add it, if it is not present. Replace PREFIX with the prefix of your TQt installation. Run</para> <screen><prompt>$</prompt> <userinput><command>source</command> ~/.bashrc</userinput></screen> <para>from the shell. Now, you're set for a second configuration attempt.</para></listitem> </itemizedlist> -<para>If the header files are installed and the <envar>TQTDIR</envar> variable is set, but you still get the same error, you might want to try to pass the <option>--with-qt-includes=/path/to/header/files</option> option to the configure script.</para> +<para>If the header files are installed and the <envar>TQTDIR</envar> variable is set, but you still get the same error, you might want to try to pass the <option>--with-tqt-includes=/path/to/header/files</option> option to the configure script.</para> </listitem> <listitem id="trouble_shooting_no_kde"> diff --git a/plugin/Makefile.am b/plugin/Makefile.am deleted file mode 100644 index b7b2dc6..0000000 --- a/plugin/Makefile.am +++ /dev/null @@ -1,13 +0,0 @@ -INCLUDES = $(all_includes) -METASOURCES = AUTO -kde_module_LTLIBRARIES = konqsidebar_smb4k.la -konqsidebar_smb4k_la_SOURCES = smb4k_konqplugin.cpp -konqsidebar_smb4k_la_LDFLAGS = -module $(all_libraries) \ - -L$(top_builddir)/smb4k/core -L$(topbuild_dir)/smb4k/widgets -lkonqsidebarplugin -konqsidebar_smb4k_la_LIBADD = $(top_builddir)/smb4k/core/libsmb4kcore.la \ - $(KDE_PLUGIN) $(LIB_TDEFILE) $(LIB_TDEPARTS) $(LIB_TQT) $(LIB_TDECORE) \ - $(LIB_TDEUI) - -globaladddir = $(kde_datadir)/konqsidebartng/add -globaladd_DATA = smb4k_add.desktop -noinst_HEADERS = smb4k_konqplugin.h diff --git a/plugin/smb4k_add.desktop b/plugin/smb4k_add.desktop index aa29a61..a32af05 100644 --- a/plugin/smb4k_add.desktop +++ b/plugin/smb4k_add.desktop @@ -1,73 +1,13 @@ [Desktop Entry] -Name=Samba Browser -Icon=smb4k Type=Application + +Name=Samba Browser + GenericName=The SMB/CIFS Share Browser -GenericName[bg]=Самба ресурсен четец -GenericName[ca]=El navegador de compartits SMB/CIFS -GenericName[cs]=Prohližeč SMB/CIFS sdílení -GenericName[de]=Der Browser für SMB/CIFS-Freigaben -GenericName[es]=El explorador de recursos compartidos SMB/CIFS -GenericName[fr]=L'explorateur de partages SMB / CIFS -GenericName[hu]=Az SMB/CIFS böngésző -GenericName[it]=Browser di condivisioni SMB/CIFS -GenericName[ja]=SMB/CIFS 共有(シェア)・ブラウザー -GenericName[nl]=De SMB/CIFS Share Browser -GenericName[no]=SMB/CIFS ressurs utforsker -GenericName[no_NY]=SMB/CIFS ressurs surfar -GenericName[pl]=Przeglądarka Zasobów SMB/CIFS -GenericName[pt_BR]=O navegador de compartilhamentos SMB/CIFS -GenericName[ru]=The SMB/CIFS Share Browser -GenericName[sk]=Prehliadač SMB/CIFS zdieľaní -GenericName[sv]=SMB Katalog programmed -GenericName[tr]=SMB/CIFS Paylaşım Tarayıcısı -GenericName[uk]=Навігатор спільних ресурсів SMB/CIFS -GenericName[zh_CN]=SMB 共享浏览器" -# -# The following lines seem to be necessary for SuSE. -# -Name[bg]=Samba Browser -Name[ca]=Samba Browser -Name[cs]=Samba Browser -Name[de]=Samba Browser -Name[es]=Samba Browser -Name[fr]=Samba Browser -Name[hu]=Samba Browser -Name[it]=Samba Browser -Name[ja]=Samba Browser -Name[nl]=Samba Browser -Name[no]=Samba Browser -Name[no_NY]=Samba Browser -Name[pl]=Samba Browser -Name[pt_BR]=Samba Browser -Name[ru]=Samba Browser -Name[sk]=Samba Browser -Name[sv]=Samba Browser -Name[tr]=Samba Tarayıcısı -Name[uk]=Samba Browser -Name[zh_CN]=Samba Browser + Comment=The SMB/CIFS Share Browser -Comment[bg]=Самба ресурсен четец -Comment[ca]=El navegador de compartits SMB/CIFS -Comment[cs]=Prohližeč SMB/CIFS sdílení -Comment[de]=Der Browser für SMB/CIFS-Freigaben -Comment[es]=El explorador de recursos compartidos SMB/CIFS -Comment[fr]=L'explorateur de partages SMB / CIFS -Comment[hu]=Az SMB/CIFS böngésző -Comment[it]=Browser di condivisioni SMB/CIFS -Comment[ja]=SMB/CIFS 共有(シェア)・ブラウザー -Comment[nl]=De SMB/CIFS Share Browser -Comment[no]=SMB/CIFS ressurs utforsker -Comment[no_NY]=SMB/CIFS ressurs surfar -Comment[pl]=Przeglądarka Zasobów SMB/CIFS -Comment[pt_BR]=O navegador de compartilhamentos SMB/CIFS -Comment[ru]=The SMB/CIFS Share Browser -Comment[sk]=Prehliadač SMB/CIFS zdieľaní -Comment[sv]=SMB Katalog programmed -Comment[tr]=SMB/CIFS Paylaşım Tarayıcısı -Comment[uk]=Навігатор спільних ресурсів SMB/CIFS -Comment[zh_CN]=SMB 共享浏览器" +Icon=smb4k X-Open=false X-TDE-KonqSidebarAddModule=konqsidebar_smb4k X-TDE-KonqSidebarUniversal=true diff --git a/plugin/smb4k_konqplugin.cpp b/plugin/smb4k_konqplugin.cpp index fa71d4b..5cf88fc 100644 --- a/plugin/smb4k_konqplugin.cpp +++ b/plugin/smb4k_konqplugin.cpp @@ -36,7 +36,7 @@ // KDE includes #include <klibloader.h> -#include <kinstance.h> +#include <tdeinstance.h> #include <tdelocale.h> #include <kiconloader.h> #include <tdemessagebox.h> @@ -67,9 +67,9 @@ KonqSidebar_Smb4K::KonqSidebar_Smb4K(TDEInstance *inst,TQObject *parent,TQWidget TDEToolBar *topBar = new TDEToolBar( widget, "Topbar" ); topBar->setIconSize(16); - topBar->insertButton( "reload", 0, TQT_SIGNAL( clicked() ), this, TQT_SLOT( slotRescan() ) , TRUE, i18n( "Scan Network" ) ); - topBar->insertButton( "edit-find", 1, TQT_SIGNAL( clicked() ), this, TQT_SLOT( slotSearch() ) , TRUE, i18n( "Search" ) ); - topBar->insertButton( "configure", 2, TQT_SIGNAL( clicked() ), this, TQT_SLOT( slotSmb4KOptionsDlg() ) , TRUE, i18n( "Configure" ) ); + topBar->insertButton( "reload", 0, TQ_SIGNAL( clicked() ), this, TQ_SLOT( slotRescan() ) , true, i18n( "Scan Network" ) ); + topBar->insertButton( "edit-find", 1, TQ_SIGNAL( clicked() ), this, TQ_SLOT( slotSearch() ) , true, i18n( "Search" ) ); + topBar->insertButton( "configure", 2, TQ_SIGNAL( clicked() ), this, TQ_SLOT( slotSmb4KOptionsDlg() ) , true, i18n( "Configure" ) ); // // Browser widget: @@ -78,7 +78,7 @@ KonqSidebar_Smb4K::KonqSidebar_Smb4K(TDEInstance *inst,TQObject *parent,TQWidget if ( browser_factory ) { - m_browser_part = static_cast<KParts::Part *>( browser_factory->create( TQT_TQOBJECT(widget), "BrowserPart", "KParts::Part", TQStringList( "konqplugin=\"true\"" ) ) ); + m_browser_part = static_cast<KParts::Part *>( browser_factory->create( widget, "BrowserPart", "KParts::Part", TQStringList( "konqplugin=\"true\"" ) ) ); // Do nothing here. The network scan (and the mounting of recently used // shares) will be done by Smb4KCore::init() below. @@ -90,8 +90,8 @@ KonqSidebar_Smb4K::KonqSidebar_Smb4K(TDEInstance *inst,TQObject *parent,TQWidget return; } - connect( Smb4KCore::mounter(), TQT_SIGNAL( mountedShare( const TQString &) ), this, TQT_SLOT( slotMountedShare( const TQString & ) ) ); - connect( Smb4KCore::mounter(), TQT_SIGNAL( aboutToUnmount( const TQString& ) ), this, TQT_SLOT( slotPrepareUnmount( const TQString& ) ) ); + connect( Smb4KCore::mounter(), TQ_SIGNAL( mountedShare( const TQString &) ), this, TQ_SLOT( slotMountedShare( const TQString & ) ) ); + connect( Smb4KCore::mounter(), TQ_SIGNAL( aboutToUnmount( const TQString& ) ), this, TQ_SLOT( slotPrepareUnmount( const TQString& ) ) ); // Scan the network and remount recently used shares: Smb4KCore::self()->init(); @@ -151,7 +151,7 @@ void KonqSidebar_Smb4K::slotSearch() TQFrame *frame = searchDialog->plainPage(); - m_search_part = static_cast<KParts::Part *>( search_factory->create( TQT_TQOBJECT(frame), "SearchDialogPart", "KParts::Part" ) ); + m_search_part = static_cast<KParts::Part *>( search_factory->create( frame, "SearchDialogPart", "KParts::Part" ) ); if ( m_search_part ) { @@ -164,7 +164,7 @@ void KonqSidebar_Smb4K::slotSearch() // Instead we want that a search is started: searchDialog->actionButton( KDialogBase::Close )->setAutoDefault( false ); - //connect( m_search_dialog, TQT_SIGNAL( searchResult( Smb4KHostItem * ) ), this, TQT_SLOT( slotInsertItem( Smb4KHostItem * ) ) ); + //connect( m_search_dialog, TQ_SIGNAL( searchResult( Smb4KHostItem * ) ), this, TQ_SLOT( slotInsertItem( Smb4KHostItem * ) ) ); searchDialog->show(); } @@ -188,11 +188,11 @@ void KonqSidebar_Smb4K::slotSmb4KOptionsDlg() if ( config_factory ) { - TDEConfigDialog *dlg = static_cast<TDEConfigDialog *>( TQT_TQWIDGET(config_factory->create( TQT_TQOBJECT(widget), "ConfigDialog", "TDEConfigDialog" )) ); + TDEConfigDialog *dlg = static_cast<TDEConfigDialog *>( config_factory->create( widget, "ConfigDialog", "TDEConfigDialog" ) ); if ( dlg ) { - connect( dlg, TQT_SIGNAL( settingsChanged() ), this, TQT_SLOT( slotSettingsChanged() ) ); + connect( dlg, TQ_SIGNAL( settingsChanged() ), this, TQ_SLOT( slotSettingsChanged() ) ); dlg->show(); } diff --git a/plugin/smb4k_konqplugin.h b/plugin/smb4k_konqplugin.h index aa1c7f2..3e913aa 100644 --- a/plugin/smb4k_konqplugin.h +++ b/plugin/smb4k_konqplugin.h @@ -59,7 +59,7 @@ public: /** * Construct a @ref KonqSidebarPlugin. * - * @param inst The sidebar's kinstance class. + * @param inst The sidebar's tdeinstance class. * @param parent The sidebar internal button info class responsible for this plugin. * @param widgetParent The container which will contain the plugins widget. * @param desktopName The filename of the configuration file. diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt deleted file mode 100644 index 24e3bd8..0000000 --- a/po/CMakeLists.txt +++ /dev/null @@ -1 +0,0 @@ -tde_add_project_translations() diff --git a/po/Makefile.am b/po/Makefile.am deleted file mode 100644 index 4fe3ba5..0000000 --- a/po/Makefile.am +++ /dev/null @@ -1,4 +0,0 @@ -POFILES = AUTO - -EXTRA_DIST=smb4k.pot - diff --git a/smb4k/Makefile.am b/smb4k/Makefile.am deleted file mode 100644 index 9254122..0000000 --- a/smb4k/Makefile.am +++ /dev/null @@ -1,22 +0,0 @@ -INCLUDES = $(all_includes) -METASOURCES = AUTO - -SUBDIRS = icons core configdlg dialogs browser iconview listview searchdlg - -# Main program -bin_PROGRAMS = smb4k - -smb4k_SOURCES = main.cpp smb4k.cpp smb4ksystemtray.cpp -smb4k_LDADD = $(top_builddir)/smb4k/core/libsmb4kcore.la \ - $(top_builddir)/smb4k/dialogs/libsmb4kdialogs.la $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEFILE) $(LIB_TDEPARTS) $(LIB_TQT) -smb4k_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor - - -KDE_ICON = smb4k - -xdg_apps_DATA = smb4k.desktop - -rcdir = $(kde_datadir)/smb4k -rc_DATA = smb4k_shell.rc - -noinst_HEADERS = smb4ksystemtray.h diff --git a/smb4k/browser/Makefile.am b/smb4k/browser/Makefile.am deleted file mode 100644 index 50b4b5c..0000000 --- a/smb4k/browser/Makefile.am +++ /dev/null @@ -1,15 +0,0 @@ -INCLUDES = $(all_includes) -METASOURCES = AUTO -kde_module_LTLIBRARIES = libsmb4knetworkbrowser.la -noinst_HEADERS = smb4knetworkbrowser_part.h smb4knetworkbrowser.h \ - smb4knetworkbrowseritem.h smb4knetworkbrowsertooltip.h -libsmb4knetworkbrowser_la_SOURCES = smb4knetworkbrowser_part.cpp \ - smb4knetworkbrowser.cpp smb4knetworkbrowseritem.cpp \ - smb4knetworkbrowsertooltip.cpp -libsmb4knetworkbrowser_la_LIBADD = $(top_builddir)/smb4k/core/libsmb4kcore.la \ - $(top_builddir)/smb4k/dialogs/libsmb4kdialogs.la $(LIB_TDECORE) \ - $(LIB_TDEUI) $(KDE_PLUGIN) $(LIB_TDEPARTS) $(LIB_TQT) -libsmb4knetworkbrowser_la_LDFLAGS = -module -no-undefined $(all_libraries) - -partrcdir = $(kde_datadir)/smb4knetworkbrowserpart -partrc_DATA = smb4knetworkbrowser_part.rc diff --git a/smb4k/browser/smb4knetworkbrowser.cpp b/smb4k/browser/smb4knetworkbrowser.cpp index d6fdfde..806a40f 100644 --- a/smb4k/browser/smb4knetworkbrowser.cpp +++ b/smb4k/browser/smb4knetworkbrowser.cpp @@ -53,14 +53,14 @@ Smb4KNetworkBrowser::Smb4KNetworkBrowser( TQWidget *parent, const char *name ) addColumn( i18n( "Comment" ), -1 ); // Add some connections: - connect( this, TQT_SIGNAL( expanded( TQListViewItem * ) ), - this, TQT_SLOT( slotItemExpandedCollapsed( TQListViewItem * ) ) ); + connect( this, TQ_SIGNAL( expanded( TQListViewItem * ) ), + this, TQ_SLOT( slotItemExpandedCollapsed( TQListViewItem * ) ) ); - connect( this, TQT_SIGNAL( collapsed( TQListViewItem * ) ), - this, TQT_SLOT( slotItemExpandedCollapsed( TQListViewItem * ) ) ); + connect( this, TQ_SIGNAL( collapsed( TQListViewItem * ) ), + this, TQ_SLOT( slotItemExpandedCollapsed( TQListViewItem * ) ) ); - connect( this, TQT_SIGNAL( executed( TQListViewItem * ) ), - this, TQT_SLOT( slotItemExecuted( TQListViewItem * ) ) ); + connect( this, TQ_SIGNAL( executed( TQListViewItem * ) ), + this, TQ_SLOT( slotItemExecuted( TQListViewItem * ) ) ); } @@ -114,7 +114,7 @@ void Smb4KNetworkBrowser::contentsMouseMoveEvent( TQMouseEvent *e ) { m_tooltip = new Smb4KNetworkBrowserToolTip( item ); - TQTimer::singleShot( 2000, this, TQT_SLOT( slotShowToolTip() ) ); + TQTimer::singleShot( 2000, this, TQ_SLOT( slotShowToolTip() ) ); } else { @@ -133,7 +133,7 @@ void Smb4KNetworkBrowser::contentsMouseMoveEvent( TQMouseEvent *e ) { m_tooltip = new Smb4KNetworkBrowserToolTip( item ); - TQTimer::singleShot( 2000, this, TQT_SLOT( slotShowToolTip() ) ); + TQTimer::singleShot( 2000, this, TQ_SLOT( slotShowToolTip() ) ); } else { @@ -161,7 +161,7 @@ void Smb4KNetworkBrowser::contentsMouseMoveEvent( TQMouseEvent *e ) ///////////////////////////////////////////////////////////////////////////// -// TQT_SLOT IMPLEMENTATIONS +// SLOT IMPLEMENTATIONS ///////////////////////////////////////////////////////////////////////////// void Smb4KNetworkBrowser::slotItemExpandedCollapsed( TQListViewItem *item ) diff --git a/smb4k/browser/smb4knetworkbrowser.h b/smb4k/browser/smb4knetworkbrowser.h index c1fb000..20e41da 100644 --- a/smb4k/browser/smb4knetworkbrowser.h +++ b/smb4k/browser/smb4knetworkbrowser.h @@ -80,11 +80,11 @@ class Smb4KNetworkBrowser : public TDEListView Smb4KNetworkBrowserToolTip *tooltip() { return m_tooltip; } /** - * Block the showing of tool tips. If @p block is set to TRUE, the + * Block the showing of tool tips. If @p block is set to true, the * current tool tip gets deleted (if there is one) and no tool tip - * will be shown until @p block is reset to FALSE. + * will be shown until @p block is reset to false. * - * @param block Set this parameter to TRUE to block the showing + * @param block Set this parameter to true to block the showing * of tool tips. */ void blockToolTips( bool block ); diff --git a/smb4k/browser/smb4knetworkbrowser_part.cpp b/smb4k/browser/smb4knetworkbrowser_part.cpp index b3d1662..2d4f5d3 100644 --- a/smb4k/browser/smb4knetworkbrowser_part.cpp +++ b/smb4k/browser/smb4knetworkbrowser_part.cpp @@ -84,50 +84,50 @@ Smb4KNetworkBrowserPart::Smb4KNetworkBrowserPart( TQWidget *parentWidget, const loadSettings(); // Add some connections: - connect( m_widget, TQT_SIGNAL( contextMenuRequested( TQListViewItem *, const TQPoint & , int ) ), - this, TQT_SLOT( slotContextMenuRequested( TQListViewItem *, const TQPoint &, int ) ) ); + connect( m_widget, TQ_SIGNAL( contextMenuRequested( TQListViewItem *, const TQPoint & , int ) ), + this, TQ_SLOT( slotContextMenuRequested( TQListViewItem *, const TQPoint &, int ) ) ); - connect( m_widget, TQT_SIGNAL( selectionChanged( TQListViewItem * ) ), - this, TQT_SLOT( slotSelectionChanged( TQListViewItem * ) ) ); + connect( m_widget, TQ_SIGNAL( selectionChanged( TQListViewItem * ) ), + this, TQ_SLOT( slotSelectionChanged( TQListViewItem * ) ) ); - connect( m_widget, TQT_SIGNAL( pressed( TQListViewItem * ) ), - this, TQT_SLOT( slotPressed( TQListViewItem * ) ) ); + connect( m_widget, TQ_SIGNAL( pressed( TQListViewItem * ) ), + this, TQ_SLOT( slotPressed( TQListViewItem * ) ) ); - connect( m_widget, TQT_SIGNAL( expanded( TQListViewItem * ) ), - this, TQT_SLOT( slotItemExpanded( TQListViewItem * ) ) ); + connect( m_widget, TQ_SIGNAL( expanded( TQListViewItem * ) ), + this, TQ_SLOT( slotItemExpanded( TQListViewItem * ) ) ); - connect( m_widget, TQT_SIGNAL( collapsed( TQListViewItem * ) ), - this, TQT_SLOT( slotItemCollapsed( TQListViewItem * ) ) ); + connect( m_widget, TQ_SIGNAL( collapsed( TQListViewItem * ) ), + this, TQ_SLOT( slotItemCollapsed( TQListViewItem * ) ) ); - connect( m_widget, TQT_SIGNAL( executed( TQListViewItem * ) ), - this, TQT_SLOT( slotItemExecuted( TQListViewItem * ) ) ); + connect( m_widget, TQ_SIGNAL( executed( TQListViewItem * ) ), + this, TQ_SLOT( slotItemExecuted( TQListViewItem * ) ) ); - connect( m_widget, TQT_SIGNAL( aboutToShowToolTip( Smb4KNetworkBrowserItem * ) ), - this, TQT_SLOT( slotAboutToShowToolTip( Smb4KNetworkBrowserItem * ) ) ); + connect( m_widget, TQ_SIGNAL( aboutToShowToolTip( Smb4KNetworkBrowserItem * ) ), + this, TQ_SLOT( slotAboutToShowToolTip( Smb4KNetworkBrowserItem * ) ) ); - connect( Smb4KCore::scanner(), TQT_SIGNAL( workgroups( const TQValueList<Smb4KWorkgroupItem *> & ) ), - this, TQT_SLOT( slotWorkgroups( const TQValueList<Smb4KWorkgroupItem *> & ) ) ); + connect( Smb4KCore::scanner(), TQ_SIGNAL( workgroups( const TQValueList<Smb4KWorkgroupItem *> & ) ), + this, TQ_SLOT( slotWorkgroups( const TQValueList<Smb4KWorkgroupItem *> & ) ) ); - connect( Smb4KCore::scanner(), TQT_SIGNAL( members( const TQString &, const TQValueList<Smb4KHostItem *> & ) ), - this, TQT_SLOT( slotWorkgroupMembers( const TQString &, const TQValueList<Smb4KHostItem *> & ) ) ); + connect( Smb4KCore::scanner(), TQ_SIGNAL( members( const TQString &, const TQValueList<Smb4KHostItem *> & ) ), + this, TQ_SLOT( slotWorkgroupMembers( const TQString &, const TQValueList<Smb4KHostItem *> & ) ) ); - connect( Smb4KCore::scanner(), TQT_SIGNAL( shares( const TQString &, const TQValueList<Smb4KShareItem *> & ) ), - this, TQT_SLOT( slotShares( const TQString &, const TQValueList<Smb4KShareItem *> & ) ) ); + connect( Smb4KCore::scanner(), TQ_SIGNAL( shares( const TQString &, const TQValueList<Smb4KShareItem *> & ) ), + this, TQ_SLOT( slotShares( const TQString &, const TQValueList<Smb4KShareItem *> & ) ) ); - connect( Smb4KCore::scanner(), TQT_SIGNAL( ipAddress( Smb4KHostItem * ) ), - this, TQT_SLOT( slotAddIPAddress( Smb4KHostItem * ) ) ); + connect( Smb4KCore::scanner(), TQ_SIGNAL( ipAddress( Smb4KHostItem * ) ), + this, TQ_SLOT( slotAddIPAddress( Smb4KHostItem * ) ) ); - connect( Smb4KCore::scanner(), TQT_SIGNAL( info( Smb4KHostItem * ) ), - this, TQT_SLOT( slotAddInformation( Smb4KHostItem * ) ) ); + connect( Smb4KCore::scanner(), TQ_SIGNAL( info( Smb4KHostItem * ) ), + this, TQ_SLOT( slotAddInformation( Smb4KHostItem * ) ) ); - connect( Smb4KCore::scanner(), TQT_SIGNAL( hostAdded( Smb4KHostItem * ) ), - this, TQT_SLOT( slotInsertHost( Smb4KHostItem * ) ) ); + connect( Smb4KCore::scanner(), TQ_SIGNAL( hostAdded( Smb4KHostItem * ) ), + this, TQ_SLOT( slotInsertHost( Smb4KHostItem * ) ) ); - connect( Smb4KCore::mounter(), TQT_SIGNAL( updated() ), - this, TQT_SLOT( slotMarkMountedShares() ) ); + connect( Smb4KCore::mounter(), TQ_SIGNAL( updated() ), + this, TQ_SLOT( slotMarkMountedShares() ) ); - connect( Smb4KCore::self(), TQT_SIGNAL( runStateChanged() ), - this, TQT_SLOT( slotRunStateChanged() ) ); + connect( Smb4KCore::self(), TQ_SIGNAL( runStateChanged() ), + this, TQ_SLOT( slotRunStateChanged() ) ); } @@ -139,35 +139,35 @@ Smb4KNetworkBrowserPart::~Smb4KNetworkBrowserPart() void Smb4KNetworkBrowserPart::setupActions() { TDEAction *rescan = new TDEAction( i18n( "Scan Netwo&rk" ), "reload", TDEShortcut( CTRL+Key_R ), - this, TQT_SLOT( slotRescan() ), + this, TQ_SLOT( slotRescan() ), actionCollection(), "rescan_action" ); TDEAction *abort = new TDEAction( i18n( "&Abort" ) , "process-stop", TDEShortcut( CTRL+Key_A ), - this, TQT_SLOT( slotAbort() ), + this, TQ_SLOT( slotAbort() ), actionCollection(), "abort_action" ); TDEActionSeparator *sep1 = new TDEActionSeparator( actionCollection(), "separator_1" ); TDEAction *manual_mount = new TDEAction( i18n( "M&ount Manually" ), "connect_creating", TDEShortcut( CTRL+Key_O ), - this, TQT_SLOT( slotMountManually() ), + this, TQ_SLOT( slotMountManually() ), actionCollection(), "mount_manually_action" ); TDEActionSeparator *sep2 = new TDEActionSeparator( actionCollection(), "separator_2" ); TDEAction *auth = new TDEAction( i18n( "Au&thentication" ), "identity", TDEShortcut( CTRL+Key_T ), - this, TQT_SLOT( slotAuthentication() ), + this, TQ_SLOT( slotAuthentication() ), actionCollection(), "askpass_action" ); TDEAction *custom = new TDEAction( i18n( "&Custom Options" ), "samba", TDEShortcut( CTRL+Key_C ), - this, TQT_SLOT( slotCustomOptions() ), + this, TQ_SLOT( slotCustomOptions() ), actionCollection(), "custom_action" ); TDEAction *bookmark = new TDEAction( i18n( "Add &Bookmark" ), "bookmark_add", TDEShortcut( CTRL+Key_B ), - this, TQT_SLOT( slotBookmark() ), + this, TQ_SLOT( slotBookmark() ), actionCollection(), "bookmark_action" ); TDEAction *preview = new TDEAction( i18n( "Pre&view" ), "view_icon", TDEShortcut( CTRL+Key_V ), - this, TQT_SLOT( slotPreview() ), + this, TQ_SLOT( slotPreview() ), actionCollection(), "preview_action" ); TDEAction *print = new TDEAction( i18n( "&Print File" ), "printer", TDEShortcut( CTRL+Key_P ), - this, TQT_SLOT( slotPrint() ), + this, TQ_SLOT( slotPrint() ), actionCollection(), "print_action" ); TDEAction *mount = new TDEAction( i18n( "&Mount" ), "drive-harddisk-mounted", TDEShortcut( CTRL+Key_M ), - this, TQT_SLOT( slotMount() ), + this, TQ_SLOT( slotMount() ), actionCollection(), "mount_action" ); // Enable/disable the actions: @@ -201,7 +201,7 @@ void Smb4KNetworkBrowserPart::setupActions() if ( m_mode == KonqPlugin ) { TDEAction *unmount = new TDEAction( i18n( "&Unmount" ), "drive-harddisk-unmounted", TDEShortcut( CTRL+Key_U ), - this, TQT_SLOT( slotUnmount() ), + this, TQ_SLOT( slotUnmount() ), actionCollection(), "konq_umount_action" ); unmount->setEnabled( false ); @@ -306,7 +306,7 @@ void Smb4KNetworkBrowserPart::customEvent( TQCustomEvent *e ) ///////////////////////////////////////////////////////////////////////////// -// TQT_SLOT IMPLEMENTATIONS (Smb4KNetworkBrowserPart) +// SLOT IMPLEMENTATIONS (Smb4KNetworkBrowserPart) ///////////////////////////////////////////////////////////////////////////// void Smb4KNetworkBrowserPart::slotContextMenuRequested( TQListViewItem *item, const TQPoint &pos, @@ -1477,7 +1477,7 @@ void Smb4KNetworkBrowserPart::slotAbort() void Smb4KNetworkBrowserPart::slotMountManually() { - Smb4KMountDialog *dlg = static_cast<Smb4KMountDialog *>( TQT_TQWIDGET(m_widget->child( "MountDialog", "Smb4KMountDialog", true )) ); + Smb4KMountDialog *dlg = static_cast<Smb4KMountDialog *>( m_widget->child( "MountDialog", "Smb4KMountDialog", true ) ); if ( !dlg ) { @@ -1534,7 +1534,7 @@ void Smb4KNetworkBrowserPart::slotAuthentication() void Smb4KNetworkBrowserPart::slotCustomOptions() { Smb4KCustomOptionsDialog *dlg = static_cast<Smb4KCustomOptionsDialog *>( - TQT_TQWIDGET(m_widget->child( "CustomOptionsDialog", "Smb4KCustomOptionsDialog", true )) ); + m_widget->child( "CustomOptionsDialog", "Smb4KCustomOptionsDialog", true ) ); Smb4KNetworkBrowserItem *item = static_cast<Smb4KNetworkBrowserItem *>( m_widget->currentItem() ); if ( !dlg && item ) @@ -1618,7 +1618,7 @@ void Smb4KNetworkBrowserPart::slotPreview() void Smb4KNetworkBrowserPart::slotPrint() { - Smb4KPrintDialog *dlg = static_cast<Smb4KPrintDialog *>( TQT_TQWIDGET(m_widget->child( "PrintDialog", "Smb4KPrintDialog", true )) ); + Smb4KPrintDialog *dlg = static_cast<Smb4KPrintDialog *>( m_widget->child( "PrintDialog", "Smb4KPrintDialog", true ) ); Smb4KNetworkBrowserItem *item = static_cast<Smb4KNetworkBrowserItem *>( m_widget->currentItem() ); if ( !dlg && item ) @@ -1918,7 +1918,7 @@ TDEInstance *Smb4KNetworkBrowserPartFactory::instance() extern "C" { - KDE_EXPORT void *init_libsmb4knetworkbrowser() + TDE_EXPORT void *init_libsmb4knetworkbrowser() { TDEGlobal::locale()->insertCatalogue( "smb4k" ); return new Smb4KNetworkBrowserPartFactory; diff --git a/smb4k/browser/smb4knetworkbrowseritem.h b/smb4k/browser/smb4knetworkbrowseritem.h index 75b10e3..3f8134b 100644 --- a/smb4k/browser/smb4knetworkbrowseritem.h +++ b/smb4k/browser/smb4knetworkbrowseritem.h @@ -139,10 +139,10 @@ class Smb4KNetworkBrowserItem : public TDEListViewItem void update( Smb4KShareItem *item ); /** - * This is a convenience function. It returns TRUE if the item is a - * printer share and FALSE otherwise. + * This is a convenience function. It returns true if the item is a + * printer share and false otherwise. * - * @returns TRUE if the item is a printer share and FALSE otherwise. + * @returns true if the item is a printer share and false otherwise. */ bool isPrinter(); @@ -151,15 +151,15 @@ class Smb4KNetworkBrowserItem : public TDEListViewItem * changed by this function and the item text will be set to italic by * Smb4KNetworkBrowserItem::paintCell(). * - * @param mounted TRUE if the share is mounted and FALSE otherwise + * @param mounted true if the share is mounted and false otherwise */ void setMounted( bool mounted = true ); /** * Tells whether the respective share is shown as mounted or not. For non-share - * items this function will always return FALSE. + * items this function will always return false. * - * @returns TRUE if the share is mounted and FALSE otherwise. + * @returns true if the share is mounted and false otherwise. */ bool isMounted(); diff --git a/smb4k/browser/smb4knetworkbrowsertooltip.cpp b/smb4k/browser/smb4knetworkbrowsertooltip.cpp index 30fea3c..f52b2a7 100644 --- a/smb4k/browser/smb4knetworkbrowsertooltip.cpp +++ b/smb4k/browser/smb4knetworkbrowsertooltip.cpp @@ -96,7 +96,7 @@ void Smb4KNetworkBrowserToolTip::showTip( const TQPoint &pos ) setGeometry( p.x(), p.y(), width(), height() ); polish(); show(); - TQTimer::singleShot( 10000, this, TQT_SLOT( slotHideToolTip() ) ); + TQTimer::singleShot( 10000, this, TQ_SLOT( slotHideToolTip() ) ); } @@ -267,7 +267,7 @@ void Smb4KNetworkBrowserToolTip::update() { case Smb4KNetworkBrowserItem::Workgroup: { - TQLabel *master_label = static_cast<TQLabel *>( TQT_TQWIDGET(child( "MasterBrowser", "TQLabel", true )) ); + TQLabel *master_label = static_cast<TQLabel *>( child( "MasterBrowser", "TQLabel", true ) ); if ( master_label ) { @@ -282,9 +282,9 @@ void Smb4KNetworkBrowserToolTip::update() } case Smb4KNetworkBrowserItem::Host: { - TQLabel *os_label = static_cast<TQLabel *>( TQT_TQWIDGET(child( "OSString", "TQLabel", true )) ); - TQLabel *server_label = static_cast<TQLabel *>( TQT_TQWIDGET(child( "ServerString", "TQLabel", true )) ); - TQLabel *ip_label = static_cast<TQLabel *>( TQT_TQWIDGET(child( "IPAddress", "TQLabel", true )) ); + TQLabel *os_label = static_cast<TQLabel *>( child( "OSString", "TQLabel", true ) ); + TQLabel *server_label = static_cast<TQLabel *>( child( "ServerString", "TQLabel", true ) ); + TQLabel *ip_label = static_cast<TQLabel *>( child( "IPAddress", "TQLabel", true ) ); if ( os_label ) { @@ -317,7 +317,7 @@ void Smb4KNetworkBrowserToolTip::update() } case Smb4KNetworkBrowserItem::Share: { - TQLabel *ip_label = static_cast<TQLabel *>( TQT_TQWIDGET(child( "IPAddress", "TQLabel", true )) ); + TQLabel *ip_label = static_cast<TQLabel *>( child( "IPAddress", "TQLabel", true ) ); if ( ip_label ) { @@ -363,7 +363,7 @@ void Smb4KNetworkBrowserToolTip::leaveEvent( TQEvent *e ) ///////////////////////////////////////////////////////////////////////////// -// TQT_SLOT IMPLEMENTATIONS +// SLOT IMPLEMENTATIONS ///////////////////////////////////////////////////////////////////////////// void Smb4KNetworkBrowserToolTip::slotHideToolTip() diff --git a/smb4k/configdlg/Makefile.am b/smb4k/configdlg/Makefile.am deleted file mode 100644 index 8ea570b..0000000 --- a/smb4k/configdlg/Makefile.am +++ /dev/null @@ -1,12 +0,0 @@ -INCLUDES = $(all_includes) -METASOURCES = AUTO -kde_module_LTLIBRARIES = libsmb4tdeconfigdialog.la -noinst_HEADERS = smb4kauthoptions.h smb4tdeconfigdialog.h smb4knetworkoptions.h \ - smb4tdersyncoptions.h smb4ksambaoptions.h smb4kshareoptions.h smb4ksuperuseroptions.h \ - smb4kuserinterfaceoptions.h -libsmb4tdeconfigdialog_la_SOURCES = smb4kauthoptions.cpp smb4tdeconfigdialog.cpp \ - smb4knetworkoptions.cpp smb4tdersyncoptions.cpp smb4ksambaoptions.cpp smb4kshareoptions.cpp \ - smb4ksuperuseroptions.cpp smb4kuserinterfaceoptions.cpp -libsmb4tdeconfigdialog_la_LIBADD = $(top_builddir)/smb4k/core/libsmb4kcore.la \ - $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TQT) -libsmb4tdeconfigdialog_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(LIB_TDECORE) $(LIB_TDEFILE) diff --git a/smb4k/configdlg/smb4kauthoptions.cpp b/smb4k/configdlg/smb4kauthoptions.cpp index daab696..101d103 100644 --- a/smb4k/configdlg/smb4kauthoptions.cpp +++ b/smb4k/configdlg/smb4kauthoptions.cpp @@ -87,10 +87,10 @@ Smb4KAuthOptions::Smb4KAuthOptions( TQWidget *parent, const char *name ) grid->addWidget( login_box, 1, 0, 0 ); grid->addItem( spacer2, 2, 0 ); - connect( use_wallet, TQT_SIGNAL( stateChanged( int ) ), - this, TQT_SLOT( slotTDEWalletButtonState( int ) ) ); - connect( default_auth, TQT_SIGNAL( stateChanged( int ) ), - this, TQT_SLOT( slotDefaultAuthButtonState( int ) ) ); + connect( use_wallet, TQ_SIGNAL( stateChanged( int ) ), + this, TQ_SLOT( slotTDEWalletButtonState( int ) ) ); + connect( default_auth, TQ_SIGNAL( stateChanged( int ) ), + this, TQ_SLOT( slotDefaultAuthButtonState( int ) ) ); slotTDEWalletButtonState( use_wallet->state() ); slotDefaultAuthButtonState( default_auth->state() ); @@ -102,18 +102,18 @@ Smb4KAuthOptions::~Smb4KAuthOptions() } ///////////////////////////////////////////////////////////////////////////// -// TQT_SLOT IMPLEMENTATIONS +// SLOT IMPLEMENTATIONS ///////////////////////////////////////////////////////////////////////////// void Smb4KAuthOptions::slotTDEWalletButtonState( int state ) { if ( state == TQCheckBox::On ) { - static_cast<TQCheckBox *>( TQT_TQWIDGET(child( "DefaultLoginBox", "TQGroupBox", true )) )->setEnabled( true ); + static_cast<TQCheckBox *>( child( "DefaultLoginBox", "TQGroupBox", true ) )->setEnabled( true ); } else if ( state == TQCheckBox::Off ) { - static_cast<TQCheckBox *>( TQT_TQWIDGET(child( "DefaultLoginBox", "TQGroupBox", true )) )->setEnabled( false ); + static_cast<TQCheckBox *>( child( "DefaultLoginBox", "TQGroupBox", true ) )->setEnabled( false ); } } @@ -122,11 +122,11 @@ void Smb4KAuthOptions::slotDefaultAuthButtonState( int state ) { if ( state == TQCheckBox::On ) { - static_cast<TQCheckBox *>( TQT_TQWIDGET(child( "DefaultAuthWidget", "TQWidget", true )) )->setEnabled( true ); + static_cast<TQCheckBox *>( child( "DefaultAuthWidget", "TQWidget", true ) )->setEnabled( true ); } else if ( state == TQCheckBox::Off ) { - static_cast<TQCheckBox *>( TQT_TQWIDGET(child( "DefaultAuthWidget", "TQWidget", true )) )->setEnabled( false ); + static_cast<TQCheckBox *>( child( "DefaultAuthWidget", "TQWidget", true ) )->setEnabled( false ); } } diff --git a/smb4k/configdlg/smb4ksambaoptions.cpp b/smb4k/configdlg/smb4ksambaoptions.cpp index fb5b153..ec5748a 100644 --- a/smb4k/configdlg/smb4ksambaoptions.cpp +++ b/smb4k/configdlg/smb4ksambaoptions.cpp @@ -496,41 +496,41 @@ Smb4KSambaOptions::Smb4KSambaOptions( TQWidget *parent, const char *name ) // Connections // #ifndef __FreeBSD__ - connect( filesystem, TQT_SIGNAL( activated( int ) ), - this, TQT_SLOT( slotSambaFileSystem( int ) ) ); + connect( filesystem, TQ_SIGNAL( activated( int ) ), + this, TQ_SLOT( slotSambaFileSystem( int ) ) ); #endif - connect( remove_custom, TQT_SIGNAL( clicked() ), - this, TQT_SLOT( slotRemoveCustomOption() ) ); + connect( remove_custom, TQ_SIGNAL( clicked() ), + this, TQ_SLOT( slotRemoveCustomOption() ) ); - connect( rm_all_custom, TQT_SIGNAL( clicked() ), - this, TQT_SLOT( slotRemoveAllCustomOptions() ) ); + connect( rm_all_custom, TQ_SIGNAL( clicked() ), + this, TQ_SLOT( slotRemoveAllCustomOptions() ) ); - connect( custom_options, TQT_SIGNAL( clicked( TQListViewItem * ) ), - this, TQT_SLOT( slotCustomItemClicked( TQListViewItem * ) ) ); + connect( custom_options, TQ_SIGNAL( clicked( TQListViewItem * ) ), + this, TQ_SLOT( slotCustomItemClicked( TQListViewItem * ) ) ); - connect( custom_protocol, TQT_SIGNAL( activated( int ) ), - this, TQT_SLOT( slotCustomProtocolChanged( int ) ) ); + connect( custom_protocol, TQ_SIGNAL( activated( int ) ), + this, TQ_SLOT( slotCustomProtocolChanged( int ) ) ); #ifndef __FreeBSD__ - connect( custom_fs, TQT_SIGNAL( activated( int ) ), - this, TQT_SLOT( slotCustomFileSystemChanged( int ) ) ); + connect( custom_fs, TQ_SIGNAL( activated( int ) ), + this, TQ_SLOT( slotCustomFileSystemChanged( int ) ) ); - connect( custom_rw, TQT_SIGNAL( activated( int ) ), - this, TQT_SLOT( slotCustomWriteAccessChanged( int ) ) ); + connect( custom_rw, TQ_SIGNAL( activated( int ) ), + this, TQ_SLOT( slotCustomWriteAccessChanged( int ) ) ); #endif - connect( custom_krb, TQT_SIGNAL( activated( int ) ), - this, TQT_SLOT( slotCustomKerberosChanged( int ) ) ); + connect( custom_krb, TQ_SIGNAL( activated( int ) ), + this, TQ_SLOT( slotCustomKerberosChanged( int ) ) ); - connect( custom_uid, TQT_SIGNAL( textChanged( const TQString & ) ), - this, TQT_SLOT( slotCustomUIDChanged( const TQString & ) ) ); + connect( custom_uid, TQ_SIGNAL( textChanged( const TQString & ) ), + this, TQ_SLOT( slotCustomUIDChanged( const TQString & ) ) ); - connect( custom_gid, TQT_SIGNAL( textChanged( const TQString & ) ), - this, TQT_SLOT( slotCustomGIDChanged( const TQString & ) ) ); + connect( custom_gid, TQ_SIGNAL( textChanged( const TQString & ) ), + this, TQ_SLOT( slotCustomGIDChanged( const TQString & ) ) ); - connect( custom_port, TQT_SIGNAL( valueChanged( int ) ), - this, TQT_SLOT( slotCustomPortChanged( int ) ) ); + connect( custom_port, TQ_SIGNAL( valueChanged( int ) ), + this, TQ_SLOT( slotCustomPortChanged( int ) ) ); // // Do last things before we are ready to go @@ -554,7 +554,7 @@ void Smb4KSambaOptions::resetCustomTab() ///////////////////////////////////////////////////////////////////////////// -// TQT_SLOT IMPLEMENTATIONS +// SLOT IMPLEMENTATIONS ///////////////////////////////////////////////////////////////////////////// #ifndef __FreeBSD__ @@ -564,28 +564,28 @@ void Smb4KSambaOptions::slotSambaFileSystem( int item_index ) { case Smb4KSettings::EnumFilesystem::CIFS: { - TQGroupBox *adv_cifs = static_cast<TQGroupBox *>( TQT_TQWIDGET(child( "AdvancedCIFSOptions", "TQGroupBox", true )) ); + TQGroupBox *adv_cifs = static_cast<TQGroupBox *>( child( "AdvancedCIFSOptions", "TQGroupBox", true ) ); if ( adv_cifs ) { adv_cifs->setEnabled( true ); } - TQGroupBox *adv_smbfs = static_cast<TQGroupBox *>( TQT_TQWIDGET(child( "AdvancedSMBFSOptions", "TQGroupBox", true )) ); + TQGroupBox *adv_smbfs = static_cast<TQGroupBox *>( child( "AdvancedSMBFSOptions", "TQGroupBox", true ) ); if ( adv_smbfs ) { adv_smbfs->setEnabled( false ); } - TQLabel *codepage = static_cast<TQLabel *>( TQT_TQWIDGET(child( "CodepageLabel", "TQLabel", true )) ); + TQLabel *codepage = static_cast<TQLabel *>( child( "CodepageLabel", "TQLabel", true ) ); if ( codepage ) { codepage->setEnabled( false ); } - KComboBox *srv_codepage = static_cast<KComboBox *>( TQT_TQWIDGET(child( "kcfg_ServerCodepage", "KComboBox", true )) ); + KComboBox *srv_codepage = static_cast<KComboBox *>( child( "kcfg_ServerCodepage", "KComboBox", true ) ); if ( srv_codepage ) { @@ -596,28 +596,28 @@ void Smb4KSambaOptions::slotSambaFileSystem( int item_index ) } case Smb4KSettings::EnumFilesystem::SMBFS: { - TQGroupBox *adv_cifs = static_cast<TQGroupBox *>( TQT_TQWIDGET(child( "AdvancedCIFSOptions", "TQGroupBox", true )) ); + TQGroupBox *adv_cifs = static_cast<TQGroupBox *>( child( "AdvancedCIFSOptions", "TQGroupBox", true ) ); if ( adv_cifs ) { adv_cifs->setEnabled( false ); } - TQGroupBox *adv_smbfs = static_cast<TQGroupBox *>( TQT_TQWIDGET(child( "AdvancedSMBFSOptions", "TQGroupBox", true )) ); + TQGroupBox *adv_smbfs = static_cast<TQGroupBox *>( child( "AdvancedSMBFSOptions", "TQGroupBox", true ) ); if ( adv_smbfs ) { adv_smbfs->setEnabled( true ); } - TQLabel *codepage = static_cast<TQLabel *>( TQT_TQWIDGET(child( "CodepageLabel", "TQLabel", true )) ); + TQLabel *codepage = static_cast<TQLabel *>( child( "CodepageLabel", "TQLabel", true ) ); if ( codepage ) { codepage->setEnabled( true ); } - KComboBox *srv_codepage = static_cast<KComboBox *>( TQT_TQWIDGET(child( "kcfg_ServerCodepage", "KComboBox", true )) ); + KComboBox *srv_codepage = static_cast<KComboBox *>( child( "kcfg_ServerCodepage", "KComboBox", true ) ); if ( srv_codepage ) { @@ -643,7 +643,7 @@ void Smb4KSambaOptions::slotCustomItemClicked( TQListViewItem *item ) if ( item ) { // Enable the input widget: - TQWidget *input = static_cast<TQGroupBox *>( TQT_TQWIDGET(child( "CustomInputWidget", "TQGroupBox", true )) ); + TQWidget *input = static_cast<TQGroupBox *>( child( "CustomInputWidget", "TQGroupBox", true ) ); if ( input ) { @@ -651,7 +651,7 @@ void Smb4KSambaOptions::slotCustomItemClicked( TQListViewItem *item ) } // Enable/disable the labels, combo boxes, buttons, etc: - TQLabel *protocol_label = static_cast<TQLabel *>( TQT_TQWIDGET(child( "CustomProtocolLabel", "TQLabel", true )) ); + TQLabel *protocol_label = static_cast<TQLabel *>( child( "CustomProtocolLabel", "TQLabel", true ) ); if ( protocol_label ) { @@ -665,7 +665,7 @@ void Smb4KSambaOptions::slotCustomItemClicked( TQListViewItem *item ) } } - KComboBox *protocol = static_cast<KComboBox *>( TQT_TQWIDGET(child( "CustomProtocol", "KComboBox", true )) ); + KComboBox *protocol = static_cast<KComboBox *>( child( "CustomProtocol", "KComboBox", true ) ); if ( protocol ) { @@ -683,7 +683,7 @@ void Smb4KSambaOptions::slotCustomItemClicked( TQListViewItem *item ) #ifndef __FreeBSD__ - TQLabel *fs_label = static_cast<TQLabel *>( TQT_TQWIDGET(child( "CustomFileSystemLabel", "TQLabel", true )) ); + TQLabel *fs_label = static_cast<TQLabel *>( child( "CustomFileSystemLabel", "TQLabel", true ) ); if ( fs_label ) { @@ -697,7 +697,7 @@ void Smb4KSambaOptions::slotCustomItemClicked( TQListViewItem *item ) } } - KComboBox *filesystem = static_cast<KComboBox *>( TQT_TQWIDGET(child( "CustomFileSystem", "KComboBox", true )) ); + KComboBox *filesystem = static_cast<KComboBox *>( child( "CustomFileSystem", "KComboBox", true ) ); if ( filesystem ) { @@ -713,7 +713,7 @@ void Smb4KSambaOptions::slotCustomItemClicked( TQListViewItem *item ) filesystem->setCurrentText( item->text( FileSystem ) ); } - TQLabel *write_access_label = static_cast<TQLabel *>( TQT_TQWIDGET(child( "CustomWriteAccessLabel", "TQLabel", true )) ); + TQLabel *write_access_label = static_cast<TQLabel *>( child( "CustomWriteAccessLabel", "TQLabel", true ) ); if ( write_access_label ) { @@ -727,7 +727,7 @@ void Smb4KSambaOptions::slotCustomItemClicked( TQListViewItem *item ) } } - KComboBox *write_access = static_cast<KComboBox *>( TQT_TQWIDGET(child( "CustomWriteAccess", "KComboBox", true )) ); + KComboBox *write_access = static_cast<KComboBox *>( child( "CustomWriteAccess", "KComboBox", true ) ); if ( write_access ) { @@ -745,7 +745,7 @@ void Smb4KSambaOptions::slotCustomItemClicked( TQListViewItem *item ) #endif - TQLabel *krb_label = static_cast<TQLabel *>( TQT_TQWIDGET(child( "CustomKerberosLabel", "TQLabel", true )) ); + TQLabel *krb_label = static_cast<TQLabel *>( child( "CustomKerberosLabel", "TQLabel", true ) ); if ( krb_label ) { @@ -759,7 +759,7 @@ void Smb4KSambaOptions::slotCustomItemClicked( TQListViewItem *item ) } } - KComboBox *kerberos = static_cast<KComboBox *>( TQT_TQWIDGET(child( "CustomKerberos", "KComboBox", true )) ); + KComboBox *kerberos = static_cast<KComboBox *>( child( "CustomKerberos", "KComboBox", true ) ); if ( kerberos ) { @@ -775,7 +775,7 @@ void Smb4KSambaOptions::slotCustomItemClicked( TQListViewItem *item ) kerberos->setCurrentText( item->text( Kerberos ) ); } - TQLabel *uid_label = static_cast<TQLabel *>( TQT_TQWIDGET(child( "CustomUIDLabel", "TQLabel", true )) ); + TQLabel *uid_label = static_cast<TQLabel *>( child( "CustomUIDLabel", "TQLabel", true ) ); if ( uid_label ) { @@ -789,7 +789,7 @@ void Smb4KSambaOptions::slotCustomItemClicked( TQListViewItem *item ) } } - KLineEdit *uid = static_cast<KLineEdit *>( TQT_TQWIDGET(child( "CustomUID", "KLineEdit", true )) ); + KLineEdit *uid = static_cast<KLineEdit *>( child( "CustomUID", "KLineEdit", true ) ); if ( uid ) { @@ -805,7 +805,7 @@ void Smb4KSambaOptions::slotCustomItemClicked( TQListViewItem *item ) uid->setText( item->text( UID ) ); } - TQLabel *gid_label = static_cast<TQLabel *>( TQT_TQWIDGET(child( "CustomGIDLabel", "TQLabel", true )) ); + TQLabel *gid_label = static_cast<TQLabel *>( child( "CustomGIDLabel", "TQLabel", true ) ); if ( gid_label ) { @@ -819,7 +819,7 @@ void Smb4KSambaOptions::slotCustomItemClicked( TQListViewItem *item ) } } - KLineEdit *gid = static_cast<KLineEdit *>( TQT_TQWIDGET(child( "CustomGID", "KLineEdit", true )) ); + KLineEdit *gid = static_cast<KLineEdit *>( child( "CustomGID", "KLineEdit", true ) ); if ( gid ) { @@ -835,7 +835,7 @@ void Smb4KSambaOptions::slotCustomItemClicked( TQListViewItem *item ) gid->setText( item->text( GID ) ); } - TQLabel *port_label = static_cast<TQLabel *>( TQT_TQWIDGET(child( "CustomPortLabel", "TQLabel", true )) ); + TQLabel *port_label = static_cast<TQLabel *>( child( "CustomPortLabel", "TQLabel", true ) ); if ( port_label ) { @@ -849,7 +849,7 @@ void Smb4KSambaOptions::slotCustomItemClicked( TQListViewItem *item ) } } - KIntNumInput *port = static_cast<KIntNumInput *>( TQT_TQWIDGET(child( "CustomPort", "KIntNumInput", true )) ); + KIntNumInput *port = static_cast<KIntNumInput *>( child( "CustomPort", "KIntNumInput", true ) ); if ( port ) { @@ -865,14 +865,14 @@ void Smb4KSambaOptions::slotCustomItemClicked( TQListViewItem *item ) port->setValue( item->text( Port ).toInt() ); } - KPushButton *remove = static_cast<KPushButton *>( TQT_TQWIDGET(child( "CustomRemoveItem", "KPushButton", true )) ); + KPushButton *remove = static_cast<KPushButton *>( child( "CustomRemoveItem", "KPushButton", true ) ); if ( remove ) { remove->setEnabled( true ); } - KPushButton *remove_all = static_cast<KPushButton *>( TQT_TQWIDGET(child( "CustomRemoveAllItems", "KPushButton", true )) ); + KPushButton *remove_all = static_cast<KPushButton *>( child( "CustomRemoveAllItems", "KPushButton", true ) ); if ( remove_all ) { @@ -882,18 +882,18 @@ void Smb4KSambaOptions::slotCustomItemClicked( TQListViewItem *item ) else { // Get the list view: - TDEListView *view = static_cast<TDEListView *>( TQT_TQWIDGET(child( "CustomOptionsList", "TDEListView", true )) ); + TDEListView *view = static_cast<TDEListView *>( child( "CustomOptionsList", "TDEListView", true ) ); if ( view ) { - TQLabel *protocol_label = static_cast<TQLabel *>( TQT_TQWIDGET(child( "CustomProtocolLabel", "TQLabel", true )) ); + TQLabel *protocol_label = static_cast<TQLabel *>( child( "CustomProtocolLabel", "TQLabel", true ) ); if ( protocol_label ) { protocol_label->setEnabled( false ); } - KComboBox *protocol = static_cast<KComboBox *>( TQT_TQWIDGET(child( "CustomProtocol", "KComboBox", true )) ); + KComboBox *protocol = static_cast<KComboBox *>( child( "CustomProtocol", "KComboBox", true ) ); if ( protocol ) { @@ -903,14 +903,14 @@ void Smb4KSambaOptions::slotCustomItemClicked( TQListViewItem *item ) #ifndef __FreeBSD__ - TQLabel *fs_label = static_cast<TQLabel *>( TQT_TQWIDGET(child( "CustomFileSystemLabel", "TQLabel", true )) ); + TQLabel *fs_label = static_cast<TQLabel *>( child( "CustomFileSystemLabel", "TQLabel", true ) ); if ( fs_label ) { fs_label->setEnabled( false ); } - KComboBox *filesystem = static_cast<KComboBox *>( TQT_TQWIDGET(child( "CustomFileSystem", "KComboBox", true )) ); + KComboBox *filesystem = static_cast<KComboBox *>( child( "CustomFileSystem", "KComboBox", true ) ); if ( filesystem ) { @@ -918,14 +918,14 @@ void Smb4KSambaOptions::slotCustomItemClicked( TQListViewItem *item ) filesystem->setEnabled( false ); } - TQLabel *write_access_label = static_cast<TQLabel *>( TQT_TQWIDGET(child( "CustomWriteAccessLabel", "TQLabel", true )) ); + TQLabel *write_access_label = static_cast<TQLabel *>( child( "CustomWriteAccessLabel", "TQLabel", true ) ); if ( write_access_label ) { write_access_label->setEnabled( false ); } - KComboBox *write_access = static_cast<KComboBox *>( TQT_TQWIDGET(child( "CustomWriteAccess", "KComboBox", true )) ); + KComboBox *write_access = static_cast<KComboBox *>( child( "CustomWriteAccess", "KComboBox", true ) ); if ( write_access ) { @@ -935,14 +935,14 @@ void Smb4KSambaOptions::slotCustomItemClicked( TQListViewItem *item ) #endif - TQLabel *krb_label = static_cast<TQLabel *>( TQT_TQWIDGET(child( "CustomKerberosLabel", "TQLabel", true )) ); + TQLabel *krb_label = static_cast<TQLabel *>( child( "CustomKerberosLabel", "TQLabel", true ) ); if ( krb_label ) { krb_label->setEnabled( false ); } - KComboBox *kerberos = static_cast<KComboBox *>( TQT_TQWIDGET(child( "CustomKerberos", "KComboBox", true )) ); + KComboBox *kerberos = static_cast<KComboBox *>( child( "CustomKerberos", "KComboBox", true ) ); if ( kerberos ) { @@ -950,14 +950,14 @@ void Smb4KSambaOptions::slotCustomItemClicked( TQListViewItem *item ) kerberos->setEnabled( false ); } - TQLabel *uid_label = static_cast<TQLabel *>( TQT_TQWIDGET(child( "CustomUIDLabel", "TQLabel", true )) ); + TQLabel *uid_label = static_cast<TQLabel *>( child( "CustomUIDLabel", "TQLabel", true ) ); if ( uid_label ) { uid_label->setEnabled( false ); } - KLineEdit *uid = static_cast<KLineEdit *>( TQT_TQWIDGET(child( "CustomUID", "KLineEdit", true )) ); + KLineEdit *uid = static_cast<KLineEdit *>( child( "CustomUID", "KLineEdit", true ) ); if ( uid ) { @@ -965,14 +965,14 @@ void Smb4KSambaOptions::slotCustomItemClicked( TQListViewItem *item ) uid->setEnabled( false ); } - TQLabel *gid_label = static_cast<TQLabel *>( TQT_TQWIDGET(child( "CustomGIDLabel", "TQLabel", true )) ); + TQLabel *gid_label = static_cast<TQLabel *>( child( "CustomGIDLabel", "TQLabel", true ) ); if ( gid_label ) { gid_label->setEnabled( false ); } - KLineEdit *gid = static_cast<KLineEdit *>( TQT_TQWIDGET(child( "CustomGID", "KLineEdit", true )) ); + KLineEdit *gid = static_cast<KLineEdit *>( child( "CustomGID", "KLineEdit", true ) ); if ( gid ) { @@ -980,14 +980,14 @@ void Smb4KSambaOptions::slotCustomItemClicked( TQListViewItem *item ) gid->setEnabled( false ); } - TQLabel *port_label = static_cast<TQLabel *>( TQT_TQWIDGET(child( "CustomPortLabel", "TQLabel", true )) ); + TQLabel *port_label = static_cast<TQLabel *>( child( "CustomPortLabel", "TQLabel", true ) ); if ( port_label ) { port_label->setEnabled( false ); } - KIntNumInput *port = static_cast<KIntNumInput *>( TQT_TQWIDGET(child( "CustomPort", "KIntNumInput", true )) ); + KIntNumInput *port = static_cast<KIntNumInput *>( child( "CustomPort", "KIntNumInput", true ) ); if ( port ) { @@ -995,14 +995,14 @@ void Smb4KSambaOptions::slotCustomItemClicked( TQListViewItem *item ) port->setEnabled( false ); } - KPushButton *remove = static_cast<KPushButton *>( TQT_TQWIDGET(child( "CustomRemoveItem", "KPushButton", true )) ); + KPushButton *remove = static_cast<KPushButton *>( child( "CustomRemoveItem", "KPushButton", true ) ); if ( remove ) { remove->setEnabled( false ); } - KPushButton *remove_all = static_cast<KPushButton *>( TQT_TQWIDGET(child( "CustomRemoveAllItems", "KPushButton", true )) ); + KPushButton *remove_all = static_cast<KPushButton *>( child( "CustomRemoveAllItems", "KPushButton", true ) ); if ( remove_all ) { @@ -1015,8 +1015,8 @@ void Smb4KSambaOptions::slotCustomItemClicked( TQListViewItem *item ) void Smb4KSambaOptions::slotCustomProtocolChanged( int index ) { - TDEListView *view = static_cast<TDEListView *>( TQT_TQWIDGET(child( "CustomOptionsList", "TDEListView", true )) ); - KComboBox *custom_protocol = static_cast<KComboBox *>( TQT_TQWIDGET(child( "CustomProtocol", "KComboBox", true )) ); + TDEListView *view = static_cast<TDEListView *>( child( "CustomOptionsList", "TDEListView", true ) ); + KComboBox *custom_protocol = static_cast<KComboBox *>( child( "CustomProtocol", "KComboBox", true ) ); if ( view && view->selectedItem() && custom_protocol ) { @@ -1043,8 +1043,8 @@ void Smb4KSambaOptions::slotCustomProtocolChanged( int index ) #ifndef __FreeBSD__ void Smb4KSambaOptions::slotCustomFileSystemChanged( int index ) { - TDEListView *view = static_cast<TDEListView *>( TQT_TQWIDGET(child( "CustomOptionsList", "TDEListView", true )) ); - KComboBox *custom_filesystem = static_cast<KComboBox *>( TQT_TQWIDGET(child( "CustomFileSystem", "KComboBox", true )) ); + TDEListView *view = static_cast<TDEListView *>( child( "CustomOptionsList", "TDEListView", true ) ); + KComboBox *custom_filesystem = static_cast<KComboBox *>( child( "CustomFileSystem", "KComboBox", true ) ); if ( view && view->selectedItem() && custom_filesystem ) { @@ -1075,8 +1075,8 @@ void Smb4KSambaOptions::slotCustomFileSystemChanged( int ) #ifndef __FreeBSD__ void Smb4KSambaOptions::slotCustomWriteAccessChanged( int index ) { - TDEListView *view = static_cast<TDEListView *>( TQT_TQWIDGET(child( "CustomOptionsList", "TDEListView", true )) ); - KComboBox *custom_rw = static_cast<KComboBox *>( TQT_TQWIDGET(child( "CustomWriteAccess", "KComboBox", true )) ); + TDEListView *view = static_cast<TDEListView *>( child( "CustomOptionsList", "TDEListView", true ) ); + KComboBox *custom_rw = static_cast<KComboBox *>( child( "CustomWriteAccess", "KComboBox", true ) ); if ( view && view->selectedItem() && custom_rw ) { @@ -1109,8 +1109,8 @@ void Smb4KSambaOptions::slotCustomKerberosChanged( int index ) // FIXME: Do we need to adjust something here with respect to // FreeBSD? It does not know Kerberos for mounting! - TDEListView *view = static_cast<TDEListView *>( TQT_TQWIDGET(child( "CustomOptionsList", "TDEListView", true )) ); - KComboBox *custom_kerberos = static_cast<KComboBox *>( TQT_TQWIDGET(child( "CustomWriteAccess", "KComboBox", true )) ); + TDEListView *view = static_cast<TDEListView *>( child( "CustomOptionsList", "TDEListView", true ) ); + KComboBox *custom_kerberos = static_cast<KComboBox *>( child( "CustomWriteAccess", "KComboBox", true ) ); if ( view && view->selectedItem() && custom_kerberos ) { @@ -1136,7 +1136,7 @@ void Smb4KSambaOptions::slotCustomKerberosChanged( int index ) void Smb4KSambaOptions::slotCustomUIDChanged( const TQString &uid ) { - TDEListView *view = static_cast<TDEListView *>( TQT_TQWIDGET(child( "CustomOptionsList", "TDEListView", true )) ); + TDEListView *view = static_cast<TDEListView *>( child( "CustomOptionsList", "TDEListView", true ) ); if ( view && view->selectedItem() ) { @@ -1154,7 +1154,7 @@ void Smb4KSambaOptions::slotCustomUIDChanged( const TQString &uid ) void Smb4KSambaOptions::slotCustomGIDChanged( const TQString &gid ) { - TDEListView *view = static_cast<TDEListView *>( TQT_TQWIDGET(child( "CustomOptionsList", "TDEListView", true )) ); + TDEListView *view = static_cast<TDEListView *>( child( "CustomOptionsList", "TDEListView", true ) ); if ( view && view->selectedItem() ) { @@ -1172,7 +1172,7 @@ void Smb4KSambaOptions::slotCustomGIDChanged( const TQString &gid ) void Smb4KSambaOptions::slotCustomPortChanged( int port ) { - TDEListView *view = static_cast<TDEListView *>( TQT_TQWIDGET(child( "CustomOptionsList", "TDEListView", true )) ); + TDEListView *view = static_cast<TDEListView *>( child( "CustomOptionsList", "TDEListView", true ) ); if ( view && view->selectedItem() ) { @@ -1189,7 +1189,7 @@ void Smb4KSambaOptions::slotCustomPortChanged( int port ) void Smb4KSambaOptions::slotRemoveCustomOption() { - TDEListView *view = static_cast<TDEListView *>( TQT_TQWIDGET(child( "CustomOptionsList", "TDEListView", true )) ); + TDEListView *view = static_cast<TDEListView *>( child( "CustomOptionsList", "TDEListView", true ) ); if ( view && view->selectedItem() ) { @@ -1208,7 +1208,7 @@ void Smb4KSambaOptions::slotRemoveCustomOption() void Smb4KSambaOptions::slotRemoveAllCustomOptions() { - TDEListView *view = static_cast<TDEListView *>( TQT_TQWIDGET(child( "CustomOptionsList", "TDEListView", true )) ); + TDEListView *view = static_cast<TDEListView *>( child( "CustomOptionsList", "TDEListView", true ) ); if ( view ) { diff --git a/smb4k/configdlg/smb4ksuperuseroptions.cpp b/smb4k/configdlg/smb4ksuperuseroptions.cpp index d11f333..bbb6164 100644 --- a/smb4k/configdlg/smb4ksuperuseroptions.cpp +++ b/smb4k/configdlg/smb4ksuperuseroptions.cpp @@ -77,8 +77,8 @@ Smb4KSuperUserOptions::Smb4KSuperUserOptions( TQWidget *parent, const char *name grid->addWidget( remove, 2, 3, 0 ); grid->addMultiCell( spacer2, 3, 3, 0, 3, 0 ); - connect( remove, TQT_SIGNAL( clicked() ), - this, TQT_SLOT( slotRemoveClicked() ) ); + connect( remove, TQ_SIGNAL( clicked() ), + this, TQ_SLOT( slotRemoveClicked() ) ); } @@ -88,7 +88,7 @@ Smb4KSuperUserOptions::~Smb4KSuperUserOptions() ///////////////////////////////////////////////////////////////////////////// -// TQT_SLOT IMPLEMENTATIONS +// SLOT IMPLEMENTATIONS ///////////////////////////////////////////////////////////////////////////// void Smb4KSuperUserOptions::slotRemoveClicked() diff --git a/smb4k/configdlg/smb4kuserinterfaceoptions.cpp b/smb4k/configdlg/smb4kuserinterfaceoptions.cpp index 8fe66c0..b7353da 100644 --- a/smb4k/configdlg/smb4kuserinterfaceoptions.cpp +++ b/smb4k/configdlg/smb4kuserinterfaceoptions.cpp @@ -172,8 +172,8 @@ Smb4KUserInterfaceOptions::Smb4KUserInterfaceOptions( TQWidget *parent, const ch addTab( preview_widget, i18n( "Preview Dialog" ) ); // Add connections: - connect( hidden, TQT_SIGNAL( stateChanged( int ) ), - this, TQT_SLOT( slotShowHiddenShares( int ) ) ); + connect( hidden, TQ_SIGNAL( stateChanged( int ) ), + this, TQ_SLOT( slotShowHiddenShares( int ) ) ); // Do last adjustments: slotShowHiddenShares( hidden->state() ); @@ -186,7 +186,7 @@ Smb4KUserInterfaceOptions::~Smb4KUserInterfaceOptions() ///////////////////////////////////////////////////////////////////////////// -// TQT_SLOT IMPLEMENTATIONS +// SLOT IMPLEMENTATIONS ///////////////////////////////////////////////////////////////////////////// @@ -194,13 +194,13 @@ void Smb4KUserInterfaceOptions::slotShowHiddenShares( int state ) { if ( state == TQCheckBox::On ) { - static_cast<TQCheckBox *>( TQT_TQWIDGET(child( "kcfg_ShowHiddenIPCShares", "TQCheckBox" )) )->setEnabled( true ); - static_cast<TQCheckBox *>( TQT_TQWIDGET(child( "kcfg_ShowHiddenADMINShares", "TQCheckBox" )) )->setEnabled( true ); + static_cast<TQCheckBox *>( child( "kcfg_ShowHiddenIPCShares", "TQCheckBox" ) )->setEnabled( true ); + static_cast<TQCheckBox *>( child( "kcfg_ShowHiddenADMINShares", "TQCheckBox" ) )->setEnabled( true ); } else if ( state == TQCheckBox::Off ) { - static_cast<TQCheckBox *>( TQT_TQWIDGET(child( "kcfg_ShowHiddenIPCShares", "TQCheckBox" )) )->setEnabled( false ); - static_cast<TQCheckBox *>( TQT_TQWIDGET(child( "kcfg_ShowHiddenADMINShares", "TQCheckBox" )) )->setEnabled( false ); + static_cast<TQCheckBox *>( child( "kcfg_ShowHiddenIPCShares", "TQCheckBox" ) )->setEnabled( false ); + static_cast<TQCheckBox *>( child( "kcfg_ShowHiddenADMINShares", "TQCheckBox" ) )->setEnabled( false ); } } diff --git a/smb4k/configdlg/smb4tdeconfigdialog.cpp b/smb4k/configdlg/smb4tdeconfigdialog.cpp index f9aeef9..c93f1e0 100644 --- a/smb4k/configdlg/smb4tdeconfigdialog.cpp +++ b/smb4k/configdlg/smb4tdeconfigdialog.cpp @@ -108,7 +108,7 @@ Smb4TDEConfigDialog::Smb4TDEConfigDialog( Smb4KSettings *settings, TQWidget *par // done by the core. We only need to disable widgets here. if ( Smb4KSettings::sudo().isEmpty() ) { - TQRadioButton *sudo = static_cast<TQRadioButton *>( TQT_TQWIDGET(super_user_options->child( "SudoButton", "TQRadioButton", true )) ); + TQRadioButton *sudo = static_cast<TQRadioButton *>( super_user_options->child( "SudoButton", "TQRadioButton", true ) ); if ( sudo ) { @@ -117,7 +117,7 @@ Smb4TDEConfigDialog::Smb4TDEConfigDialog( Smb4KSettings *settings, TQWidget *par } else if ( Smb4KSettings::super().isEmpty() ) { - TQRadioButton *super = static_cast<TQRadioButton *>( TQT_TQWIDGET(super_user_options->child( "SuperButton", "TQRadioButton", true )) ); + TQRadioButton *super = static_cast<TQRadioButton *>( super_user_options->child( "SuperButton", "TQRadioButton", true ) ); if ( super ) { @@ -174,17 +174,17 @@ Smb4TDEConfigDialog::Smb4TDEConfigDialog( Smb4KSettings *settings, TQWidget *par setInitialSize( configDialogSize( *(Smb4KSettings::self()->config()), "ConfigDialog" ) ); // Connections - connect( samba_options, TQT_SIGNAL( customSettingsChanged() ), - this, TQT_SLOT( slotCustomSambaSettingsChanged() ) ); + connect( samba_options, TQ_SIGNAL( customSettingsChanged() ), + this, TQ_SLOT( slotCustomSambaSettingsChanged() ) ); - connect( super_user_options, TQT_SIGNAL( removeEntries() ), - this, TQT_SLOT( slotRemoveSuperUserEntries() ) ); + connect( super_user_options, TQ_SIGNAL( removeEntries() ), + this, TQ_SLOT( slotRemoveSuperUserEntries() ) ); - connect( Smb4KCore::fileIO(), TQT_SIGNAL( failed() ), - this, TQT_SLOT( slotReceivedFileIOFailed() ) ); + connect( Smb4KCore::fileIO(), TQ_SIGNAL( failed() ), + this, TQ_SLOT( slotReceivedFileIOFailed() ) ); - connect( Smb4KCore::fileIO(), TQT_SIGNAL( finished() ), - this, TQT_SLOT( slotReceivedFileIOFinished() ) ); + connect( Smb4KCore::fileIO(), TQ_SIGNAL( finished() ), + this, TQ_SLOT( slotReceivedFileIOFinished() ) ); } @@ -196,7 +196,7 @@ Smb4TDEConfigDialog::~Smb4TDEConfigDialog() void Smb4TDEConfigDialog::loadCustomSambaOptions() { // Get the list view: - TDEListView *custom_list = static_cast<TDEListView *>( TQT_TQWIDGET(child( "CustomOptionsList", "TDEListView", true )) ); + TDEListView *custom_list = static_cast<TDEListView *>( child( "CustomOptionsList", "TDEListView", true ) ); if ( !custom_list ) { @@ -380,7 +380,7 @@ void Smb4TDEConfigDialog::loadCustomSambaOptions() } } - Smb4KSambaOptions *samba_options = static_cast<Smb4KSambaOptions *>( TQT_TQWIDGET(child( "SambaOptions", "Smb4KSambaOptions", true )) ); + Smb4KSambaOptions *samba_options = static_cast<Smb4KSambaOptions *>( child( "SambaOptions", "Smb4KSambaOptions", true ) ); if ( samba_options ) { @@ -392,7 +392,7 @@ void Smb4TDEConfigDialog::loadCustomSambaOptions() void Smb4TDEConfigDialog::saveCustomSambaOptions() { // Get the list view: - TDEListView *custom_list = static_cast<TDEListView *>( TQT_TQWIDGET(child( "CustomOptionsList", "TDEListView", true )) ); + TDEListView *custom_list = static_cast<TDEListView *>( child( "CustomOptionsList", "TDEListView", true ) ); if ( !custom_list ) { @@ -517,14 +517,14 @@ void Smb4TDEConfigDialog::loadAuthenticationData() (void) passwordHandler()->readDefaultAuth( &auth ); - KLineEdit *default_user = static_cast<KLineEdit *>( TQT_TQWIDGET(child( "DefaultUserName", "KLineEdit", true )) ); + KLineEdit *default_user = static_cast<KLineEdit *>( child( "DefaultUserName", "KLineEdit", true ) ); if ( default_user ) { default_user->setText( auth.user() ); } - KLineEdit *default_pass = static_cast<KLineEdit *>( TQT_TQWIDGET(child( "DefaultPassword", "KLineEdit", true )) ); + KLineEdit *default_pass = static_cast<KLineEdit *>( child( "DefaultPassword", "KLineEdit", true ) ); if ( default_pass ) { @@ -543,14 +543,14 @@ void Smb4TDEConfigDialog::saveAuthenticationData() { Smb4KAuthInfo auth( TQString::null, TQString::null, TQString::null ); - KLineEdit *default_user = static_cast<KLineEdit *>( TQT_TQWIDGET(child( "DefaultUserName", "KLineEdit", true )) ); + KLineEdit *default_user = static_cast<KLineEdit *>( child( "DefaultUserName", "KLineEdit", true ) ); if ( default_user ) { auth.setUser( default_user->text() ); } - KLineEdit *default_pass = static_cast<KLineEdit *>( TQT_TQWIDGET(child( "DefaultPassword", "KLineEdit", true )) ); + KLineEdit *default_pass = static_cast<KLineEdit *>( child( "DefaultPassword", "KLineEdit", true ) ); if ( default_pass ) { @@ -568,12 +568,12 @@ void Smb4TDEConfigDialog::saveAuthenticationData() bool Smb4TDEConfigDialog::writeSuperUserEntries() { - TQRadioButton *sudo = static_cast<TQRadioButton *>( TQT_TQWIDGET(child( "SudoButton", "TQRadioButton", true )) ); - TQRadioButton *super = static_cast<TQRadioButton *>( TQT_TQWIDGET(child( "SuperButton", "TQRadioButton", true )) ); + TQRadioButton *sudo = static_cast<TQRadioButton *>( child( "SudoButton", "TQRadioButton", true ) ); + TQRadioButton *super = static_cast<TQRadioButton *>( child( "SuperButton", "TQRadioButton", true ) ); #ifdef __linux__ - TQCheckBox *force = static_cast<TQCheckBox *>( TQT_TQWIDGET(child( "kcfg_UseForceUnmount", "TQCheckBox", true )) ); + TQCheckBox *force = static_cast<TQCheckBox *>( child( "kcfg_UseForceUnmount", "TQCheckBox", true ) ); #endif - TQCheckBox *full_use = static_cast<TQCheckBox *>( TQT_TQWIDGET(child( "kcfg_AlwaysUseSuperUser", "TQCheckBox", true )) ); + TQCheckBox *full_use = static_cast<TQCheckBox *>( child( "kcfg_AlwaysUseSuperUser", "TQCheckBox", true ) ); // Check if we need to write anything at all: Smb4KFileIO::Operation op = Smb4KFileIO::NoOperation; @@ -640,12 +640,12 @@ bool Smb4TDEConfigDialog::writeSuperUserEntries() void Smb4TDEConfigDialog::removeSuperUserEntries() { - TQRadioButton *sudo = static_cast<TQRadioButton *>( TQT_TQWIDGET(child( "SudoButton", "TQRadioButton", true )) ); - TQRadioButton *super = static_cast<TQRadioButton *>( TQT_TQWIDGET(child( "SuperButton", "TQRadioButton", true )) ); + TQRadioButton *sudo = static_cast<TQRadioButton *>( child( "SudoButton", "TQRadioButton", true ) ); + TQRadioButton *super = static_cast<TQRadioButton *>( child( "SuperButton", "TQRadioButton", true ) ); #ifdef __linux__ - TQCheckBox *force = static_cast<TQCheckBox *>( TQT_TQWIDGET(child( "kcfg_UseForceUnmount", "TQCheckBox", true )) ); + TQCheckBox *force = static_cast<TQCheckBox *>( child( "kcfg_UseForceUnmount", "TQCheckBox", true ) ); #endif - TQCheckBox *full_use = static_cast<TQCheckBox *>( TQT_TQWIDGET(child( "kcfg_AlwaysUseSuperUser", "TQCheckBox", true )) ); + TQCheckBox *full_use = static_cast<TQCheckBox *>( child( "kcfg_AlwaysUseSuperUser", "TQCheckBox", true ) ); #ifdef __linux__ if ( sudo && super && force && full_use ) @@ -694,8 +694,8 @@ bool Smb4TDEConfigDialog::checkSettings() // If the user chose "Query custom master browser" in the // "Network" tab, there must be a master browser present: - TQRadioButton *query_custom_master = static_cast<TQRadioButton *>( TQT_TQWIDGET(child( "CustomMasterBrowserLabel", "TQRadioButton", true )) ); - KLineEdit *custom_master_input = static_cast<KLineEdit *>( TQT_TQWIDGET(child( "kcfg_CustomMasterBrowser", "KLineEdit", true )) ); + TQRadioButton *query_custom_master = static_cast<TQRadioButton *>( child( "CustomMasterBrowserLabel", "TQRadioButton", true ) ); + KLineEdit *custom_master_input = static_cast<KLineEdit *>( child( "kcfg_CustomMasterBrowser", "KLineEdit", true ) ); if ( query_custom_master && custom_master_input && query_custom_master->isChecked() && @@ -709,8 +709,8 @@ bool Smb4TDEConfigDialog::checkSettings() // If the user chose "Scan broadcast areas" in the // "Network" tab, there must broadcast areas present: - TQRadioButton *scan_bcast_areas = static_cast<TQRadioButton *>( TQT_TQWIDGET(child( "BroadcastAreasLabel", "TQRadioButton", true )) ); - KLineEdit *bcast_areas_input = static_cast<KLineEdit *>( TQT_TQWIDGET(child( "kcfg_BroadcastAreas", "KLineEdit", true )) ); + TQRadioButton *scan_bcast_areas = static_cast<TQRadioButton *>( child( "BroadcastAreasLabel", "TQRadioButton", true ) ); + KLineEdit *bcast_areas_input = static_cast<KLineEdit *>( child( "kcfg_BroadcastAreas", "KLineEdit", true ) ); if ( scan_bcast_areas && bcast_areas_input && scan_bcast_areas->isChecked() && @@ -723,7 +723,7 @@ bool Smb4TDEConfigDialog::checkSettings() } // The mount prefix must not be empty: - KURLRequester *mount_prefix = static_cast<KURLRequester *>( TQT_TQWIDGET(child( "kcfg_MountPrefix", "KURLRequester", true )) ); + KURLRequester *mount_prefix = static_cast<KURLRequester *>( child( "kcfg_MountPrefix", "KURLRequester", true ) ); if ( mount_prefix && mount_prefix->url().stripWhiteSpace().isEmpty() ) { @@ -735,8 +735,8 @@ bool Smb4TDEConfigDialog::checkSettings() // If the user wants to use a default login, the user // name must not be empty. - TQCheckBox *use_default_login = static_cast<TQCheckBox *>( TQT_TQWIDGET(child( "kcfg_UseDefaultLogin", "TQCheckBox", true )) ); - KLineEdit *default_user_name = static_cast<KLineEdit *>( TQT_TQWIDGET(child( "kcfg_DefaultUserName", "KLineEdit", true )) ); + TQCheckBox *use_default_login = static_cast<TQCheckBox *>( child( "kcfg_UseDefaultLogin", "TQCheckBox", true ) ); + KLineEdit *default_user_name = static_cast<KLineEdit *>( child( "kcfg_DefaultUserName", "KLineEdit", true ) ); if ( use_default_login && default_user_name && use_default_login->isChecked() && @@ -749,7 +749,7 @@ bool Smb4TDEConfigDialog::checkSettings() } // The file mask must not be empty. - KLineEdit *file_mask = static_cast<KLineEdit *>( TQT_TQWIDGET(child( "kcfg_FileMask", "KLineEdit", true )) ); + KLineEdit *file_mask = static_cast<KLineEdit *>( child( "kcfg_FileMask", "KLineEdit", true ) ); if ( file_mask && file_mask->text().stripWhiteSpace().isEmpty() ) { @@ -760,7 +760,7 @@ bool Smb4TDEConfigDialog::checkSettings() } // The directory mask must not be empty. - KLineEdit *directory_mask = static_cast<KLineEdit *>( TQT_TQWIDGET(child( "kcfg_DirectoryMask", "KLineEdit", true )) ); + KLineEdit *directory_mask = static_cast<KLineEdit *>( child( "kcfg_DirectoryMask", "KLineEdit", true ) ); if ( directory_mask && directory_mask->text().stripWhiteSpace().isEmpty() ) { @@ -771,7 +771,7 @@ bool Smb4TDEConfigDialog::checkSettings() } // The UID must not be empty. - KLineEdit *user_id = static_cast<KLineEdit *>( TQT_TQWIDGET(child( "kcfg_UserID", "KLineEdit", true )) ); + KLineEdit *user_id = static_cast<KLineEdit *>( child( "kcfg_UserID", "KLineEdit", true ) ); if ( user_id && user_id->text().stripWhiteSpace().isEmpty() ) { @@ -782,7 +782,7 @@ bool Smb4TDEConfigDialog::checkSettings() } // The GID must not be empty. - KLineEdit *group_id = static_cast<KLineEdit *>( TQT_TQWIDGET(child( "kcfg_GroupID", "KLineEdit", true )) ); + KLineEdit *group_id = static_cast<KLineEdit *>( child( "kcfg_GroupID", "KLineEdit", true ) ); if ( group_id && group_id->text().stripWhiteSpace().isEmpty() ) { @@ -793,7 +793,7 @@ bool Smb4TDEConfigDialog::checkSettings() } // The rsync prefix must not be empty. - KURLRequester *rsync_prefix = static_cast<KURLRequester *>( TQT_TQWIDGET(child( "kcfg_RsyncPrefix", "KURLRequester", true )) ); + KURLRequester *rsync_prefix = static_cast<KURLRequester *>( child( "kcfg_RsyncPrefix", "KURLRequester", true ) ); if ( rsync_prefix && rsync_prefix->url().stripWhiteSpace().isEmpty() ) { @@ -804,8 +804,8 @@ bool Smb4TDEConfigDialog::checkSettings() } // The path where to store partial files must not be empty. - TQCheckBox *use_partical_directory = static_cast<TQCheckBox *>( TQT_TQWIDGET(child( "kcfg_UsePartialDirectory", "TQCheckBox", true )) ); - KURLRequester *partial_directory = static_cast<KURLRequester *>( TQT_TQWIDGET(child( "kcfg_PartialDirectory", "KURLRequester", true )) ); + TQCheckBox *use_partical_directory = static_cast<TQCheckBox *>( child( "kcfg_UsePartialDirectory", "TQCheckBox", true ) ); + KURLRequester *partial_directory = static_cast<KURLRequester *>( child( "kcfg_PartialDirectory", "KURLRequester", true ) ); if ( use_partical_directory && use_partical_directory->isChecked() && partial_directory && partial_directory->url().stripWhiteSpace().isEmpty() ) @@ -817,8 +817,8 @@ bool Smb4TDEConfigDialog::checkSettings() } // The the exclude patterns must not be empty. - TQCheckBox *use_exclude_pattern = static_cast<TQCheckBox *>( TQT_TQWIDGET(child( "kcfg_UseExcludePattern", "TQCheckBox", true )) ); - KLineEdit *exclude_pattern = static_cast<KLineEdit *>( TQT_TQWIDGET(child( "kcfg_ExcludePattern", "KLineEdit", true )) ); + TQCheckBox *use_exclude_pattern = static_cast<TQCheckBox *>( child( "kcfg_UseExcludePattern", "TQCheckBox", true ) ); + KLineEdit *exclude_pattern = static_cast<KLineEdit *>( child( "kcfg_ExcludePattern", "KLineEdit", true ) ); if ( use_exclude_pattern && use_exclude_pattern->isChecked() && exclude_pattern && exclude_pattern->text().stripWhiteSpace().isEmpty() ) @@ -830,8 +830,8 @@ bool Smb4TDEConfigDialog::checkSettings() } // The the path of the exclude file must not be empty. - TQCheckBox *use_exclude_file = static_cast<TQCheckBox *>( TQT_TQWIDGET(child( "kcfg_UseExcludeFrom", "TQCheckBox", true )) ); - KURLRequester *exclude_file = static_cast<KURLRequester *>( TQT_TQWIDGET(child( "kcfg_ExcludeFrom", "KURLRequester", true )) ); + TQCheckBox *use_exclude_file = static_cast<TQCheckBox *>( child( "kcfg_UseExcludeFrom", "TQCheckBox", true ) ); + KURLRequester *exclude_file = static_cast<KURLRequester *>( child( "kcfg_ExcludeFrom", "KURLRequester", true ) ); if ( use_exclude_file && use_exclude_file->isChecked() && exclude_file && exclude_file->url().stripWhiteSpace().isEmpty() ) @@ -843,8 +843,8 @@ bool Smb4TDEConfigDialog::checkSettings() } // The the include patterns must not be empty. - TQCheckBox *use_include_pattern = static_cast<TQCheckBox *>( TQT_TQWIDGET(child( "kcfg_UseIncludePattern", "TQCheckBox", true )) ); - KLineEdit *include_pattern = static_cast<KLineEdit *>( TQT_TQWIDGET(child( "kcfg_IncludePattern", "KLineEdit", true )) ); + TQCheckBox *use_include_pattern = static_cast<TQCheckBox *>( child( "kcfg_UseIncludePattern", "TQCheckBox", true ) ); + KLineEdit *include_pattern = static_cast<KLineEdit *>( child( "kcfg_IncludePattern", "KLineEdit", true ) ); if ( use_include_pattern && use_include_pattern->isChecked() && include_pattern && include_pattern->text().stripWhiteSpace().isEmpty() ) @@ -856,8 +856,8 @@ bool Smb4TDEConfigDialog::checkSettings() } // The the path of the exclude file must not be empty. - TQCheckBox *use_include_file = static_cast<TQCheckBox *>( TQT_TQWIDGET(child( "kcfg_UseIncludeFrom", "TQCheckBox", true )) ); - KURLRequester *include_file = static_cast<KURLRequester *>( TQT_TQWIDGET(child( "kcfg_IncludeFrom", "KURLRequester", true )) ); + TQCheckBox *use_include_file = static_cast<TQCheckBox *>( child( "kcfg_UseIncludeFrom", "TQCheckBox", true ) ); + KURLRequester *include_file = static_cast<KURLRequester *>( child( "kcfg_IncludeFrom", "KURLRequester", true ) ); if ( use_include_file && use_include_file->isChecked() && include_file && include_file->url().stripWhiteSpace().isEmpty() ) @@ -870,13 +870,13 @@ bool Smb4TDEConfigDialog::checkSettings() // If you make backups, check that the suffix and that the // backup directory is not empty. - TQCheckBox *make_backups = static_cast<TQCheckBox *>( TQT_TQWIDGET(child( "kcfg_MakeBackups", "TQCheckBox", true )) ); + TQCheckBox *make_backups = static_cast<TQCheckBox *>( child( "kcfg_MakeBackups", "TQCheckBox", true ) ); if ( make_backups && make_backups->isChecked() ) { // The backup suffix must not be empty. - TQCheckBox *use_backup_suffix = static_cast<TQCheckBox *>( TQT_TQWIDGET(child( "kcfg_UseBackupSuffix", "TQCheckBox", true )) ); - KLineEdit *backup_suffix = static_cast<KLineEdit *>( TQT_TQWIDGET(child( "kcfg_BackupSuffix", "KLineEdit", true )) ); + TQCheckBox *use_backup_suffix = static_cast<TQCheckBox *>( child( "kcfg_UseBackupSuffix", "TQCheckBox", true ) ); + KLineEdit *backup_suffix = static_cast<KLineEdit *>( child( "kcfg_BackupSuffix", "KLineEdit", true ) ); if ( use_backup_suffix && use_backup_suffix->isChecked() && backup_suffix && backup_suffix->text().stripWhiteSpace().isEmpty() ) @@ -888,8 +888,8 @@ bool Smb4TDEConfigDialog::checkSettings() } // The the path for backups must not be empty. - TQCheckBox *use_backup_dir = static_cast<TQCheckBox *>( TQT_TQWIDGET(child( "kcfg_UseBackupDirectory", "TQCheckBox", true )) ); - KURLRequester *backup_dir = static_cast<KURLRequester *>( TQT_TQWIDGET(child( "kcfg_BackupDirectory", "KURLRequester", true )) ); + TQCheckBox *use_backup_dir = static_cast<TQCheckBox *>( child( "kcfg_UseBackupDirectory", "TQCheckBox", true ) ); + KURLRequester *backup_dir = static_cast<KURLRequester *>( child( "kcfg_BackupDirectory", "KURLRequester", true ) ); if ( use_backup_dir && use_backup_dir->isChecked() && backup_dir && backup_dir->url().stripWhiteSpace().isEmpty() ) @@ -930,7 +930,7 @@ void Smb4TDEConfigDialog::showEvent( TQShowEvent *e ) ///////////////////////////////////////////////////////////////////////////// -// TQT_SLOT IMPLEMENTATIONS +// SLOT IMPLEMENTATIONS ///////////////////////////////////////////////////////////////////////////// void Smb4TDEConfigDialog::slotApply() @@ -996,7 +996,7 @@ void Smb4TDEConfigDialog::slotOk() void Smb4TDEConfigDialog::slotCancel() { // Reset the custom Samba options tab: - Smb4KSambaOptions *samba_options = static_cast<Smb4KSambaOptions *>( TQT_TQWIDGET(child( "SambaOptions", "Smb4KSambaOptions", true )) ); + Smb4KSambaOptions *samba_options = static_cast<Smb4KSambaOptions *>( child( "SambaOptions", "Smb4KSambaOptions", true ) ); if ( samba_options ) { @@ -1010,7 +1010,7 @@ void Smb4TDEConfigDialog::slotCancel() void Smb4TDEConfigDialog::slotCustomSambaSettingsChanged() { // Get the list view and all other input widgets: - TDEListView *view = static_cast<TDEListView *>( TQT_TQWIDGET(child( "CustomOptionsList", "TDEListView", true )) ); + TDEListView *view = static_cast<TDEListView *>( child( "CustomOptionsList", "TDEListView", true ) ); if ( !view ) { @@ -1136,9 +1136,9 @@ void Smb4TDEConfigDialog::slotRemoveSuperUserEntries() void Smb4TDEConfigDialog::slotReceivedFileIOFailed() { #ifdef __linux__ - TQCheckBox *force = static_cast<TQCheckBox *>( TQT_TQWIDGET(child( "kcfg_UseForceUnmount", "TQCheckBox", true )) ); + TQCheckBox *force = static_cast<TQCheckBox *>( child( "kcfg_UseForceUnmount", "TQCheckBox", true ) ); #endif - TQCheckBox *full_use = static_cast<TQCheckBox *>( TQT_TQWIDGET(child( "kcfg_AlwaysUseSuperUser", "TQCheckBox", true )) ); + TQCheckBox *full_use = static_cast<TQCheckBox *>( child( "kcfg_AlwaysUseSuperUser", "TQCheckBox", true ) ); #ifdef __linux__ if ( force && full_use ) @@ -1201,7 +1201,7 @@ TDEInstance *Smb4TDEConfigDialogFactory::instance() TQObject *Smb4TDEConfigDialogFactory::createObject( TQObject *parent, const char *name, const char *, const TQStringList & ) { - return TQT_TQOBJECT( new Smb4TDEConfigDialog( Smb4KSettings::self(), TQT_TQWIDGET( parent ), name ) ); + return new Smb4TDEConfigDialog( Smb4KSettings::self(), static_cast<TQWidget*>( parent ), name ) ; } @@ -1212,7 +1212,7 @@ const TQStringList & ) extern "C" { - KDE_EXPORT void *init_libsmb4tdeconfigdialog() + TDE_EXPORT void *init_libsmb4tdeconfigdialog() { TDEGlobal::locale()->insertCatalogue( "smb4k" ); return new Smb4TDEConfigDialogFactory; diff --git a/smb4k/configdlg/smb4tdeconfigdialog.h b/smb4k/configdlg/smb4tdeconfigdialog.h index 0587c15..2dce48b 100644 --- a/smb4k/configdlg/smb4tdeconfigdialog.h +++ b/smb4k/configdlg/smb4tdeconfigdialog.h @@ -34,7 +34,7 @@ #include <tdeconfigdialog.h> #include <klibloader.h> #include <tdeaboutdata.h> -#include <kinstance.h> +#include <tdeinstance.h> // forward declarations class Smb4KSettings; @@ -145,7 +145,7 @@ class Smb4TDEConfigDialog : public TDEConfigDialog /** * Write super user configuration entries to configuration file. * - * @returns TRUE if something needs to be written. + * @returns true if something needs to be written. */ bool writeSuperUserEntries(); @@ -159,7 +159,7 @@ class Smb4TDEConfigDialog : public TDEConfigDialog * need it. This function will report all missing input to the user * via a message box. * - * @returns TRUE if the check passed and FALSE if it failed. + * @returns true if the check passed and false if it failed. */ bool checkSettings(); }; diff --git a/smb4k/configdlg/smb4tdersyncoptions.cpp b/smb4k/configdlg/smb4tdersyncoptions.cpp index 7e48e58..7dd1fe1 100644 --- a/smb4k/configdlg/smb4tdersyncoptions.cpp +++ b/smb4k/configdlg/smb4tdersyncoptions.cpp @@ -247,38 +247,38 @@ Smb4KRsyncOptions::Smb4KRsyncOptions( TQWidget *parent, const char *name ) : TQT addTab( advanced_tab, i18n( "Advanced" ) ); - connect( archive_mode, TQT_SIGNAL( toggled( bool ) ), - this, TQT_SLOT( slotArchiveToggled( bool ) ) ); + connect( archive_mode, TQ_SIGNAL( toggled( bool ) ), + this, TQ_SLOT( slotArchiveToggled( bool ) ) ); - connect( recursive, TQT_SIGNAL( toggled( bool ) ), - this, TQT_SLOT( slotUncheckArchive( bool ) ) ); + connect( recursive, TQ_SIGNAL( toggled( bool ) ), + this, TQ_SLOT( slotUncheckArchive( bool ) ) ); - connect( links, TQT_SIGNAL( toggled( bool ) ), - this, TQT_SLOT( slotUncheckArchive( bool ) ) ); + connect( links, TQ_SIGNAL( toggled( bool ) ), + this, TQ_SLOT( slotUncheckArchive( bool ) ) ); - connect( perms, TQT_SIGNAL( toggled( bool ) ), - this, TQT_SLOT( slotUncheckArchive( bool ) ) ); + connect( perms, TQ_SIGNAL( toggled( bool ) ), + this, TQ_SLOT( slotUncheckArchive( bool ) ) ); - connect( times, TQT_SIGNAL( toggled( bool ) ), - this, TQT_SLOT( slotUncheckArchive( bool ) ) ); + connect( times, TQ_SIGNAL( toggled( bool ) ), + this, TQ_SLOT( slotUncheckArchive( bool ) ) ); - connect( group, TQT_SIGNAL( toggled( bool ) ), - this, TQT_SLOT( slotUncheckArchive( bool ) ) ); + connect( group, TQ_SIGNAL( toggled( bool ) ), + this, TQ_SLOT( slotUncheckArchive( bool ) ) ); - connect( owner, TQT_SIGNAL( toggled( bool ) ), - this, TQT_SLOT( slotUncheckArchive( bool ) ) ); + connect( owner, TQ_SIGNAL( toggled( bool ) ), + this, TQ_SLOT( slotUncheckArchive( bool ) ) ); - connect( devices, TQT_SIGNAL( toggled( bool ) ), - this, TQT_SLOT( slotUncheckArchive( bool ) ) ); + connect( devices, TQ_SIGNAL( toggled( bool ) ), + this, TQ_SLOT( slotUncheckArchive( bool ) ) ); - connect( backup, TQT_SIGNAL( toggled( bool ) ), - this, TQT_SLOT( slotBackupToggled( bool ) ) ); + connect( backup, TQ_SIGNAL( toggled( bool ) ), + this, TQ_SLOT( slotBackupToggled( bool ) ) ); - connect( f_filter, TQT_SIGNAL( toggled( bool ) ), - this, TQT_SLOT( slotFShortcutToggled( bool ) ) ); + connect( f_filter, TQ_SIGNAL( toggled( bool ) ), + this, TQ_SLOT( slotFShortcutToggled( bool ) ) ); - connect( ff_filter, TQT_SIGNAL( toggled( bool ) ), - this, TQT_SLOT( slotFFShortcutToggled( bool ) ) ); + connect( ff_filter, TQ_SIGNAL( toggled( bool ) ), + this, TQ_SLOT( slotFFShortcutToggled( bool ) ) ); slotArchiveToggled( true ); slotBackupToggled( false ); @@ -291,20 +291,20 @@ Smb4KRsyncOptions::~Smb4KRsyncOptions() ///////////////////////////////////////////////////////////////////////////// -// TQT_SLOT IMPLEMENTATIONS +// SLOT IMPLEMENTATIONS ///////////////////////////////////////////////////////////////////////////// void Smb4KRsyncOptions::slotArchiveToggled( bool on ) { if ( on ) { - static_cast<TQCheckBox *>( TQT_TQWIDGET(child( "kcfg_RecurseIntoDirectories", "TQCheckBox", true )) )->setChecked( on ); - static_cast<TQCheckBox *>( TQT_TQWIDGET(child( "kcfg_PreserveSymlinks", "TQCheckBox", true )) )->setChecked( on ); - static_cast<TQCheckBox *>( TQT_TQWIDGET(child( "kcfg_PreservePermissions", "TQCheckBox", true )) )->setChecked( on ); - static_cast<TQCheckBox *>( TQT_TQWIDGET(child( "kcfg_PreserveTimes", "TQCheckBox", true )) )->setChecked( on ); - static_cast<TQCheckBox *>( TQT_TQWIDGET(child( "kcfg_PreserveGroup", "TQCheckBox", true )) )->setChecked( on ); - static_cast<TQCheckBox *>( TQT_TQWIDGET(child( "kcfg_PreserveOwner", "TQCheckBox", true )) )->setChecked( on ); - static_cast<TQCheckBox *>( TQT_TQWIDGET(child( "kcfg_PreserveDevicesAndSpecials", "TQCheckBox", true )) )->setChecked( on ); + static_cast<TQCheckBox *>( child( "kcfg_RecurseIntoDirectories", "TQCheckBox", true ) )->setChecked( on ); + static_cast<TQCheckBox *>( child( "kcfg_PreserveSymlinks", "TQCheckBox", true ) )->setChecked( on ); + static_cast<TQCheckBox *>( child( "kcfg_PreservePermissions", "TQCheckBox", true ) )->setChecked( on ); + static_cast<TQCheckBox *>( child( "kcfg_PreserveTimes", "TQCheckBox", true ) )->setChecked( on ); + static_cast<TQCheckBox *>( child( "kcfg_PreserveGroup", "TQCheckBox", true ) )->setChecked( on ); + static_cast<TQCheckBox *>( child( "kcfg_PreserveOwner", "TQCheckBox", true ) )->setChecked( on ); + static_cast<TQCheckBox *>( child( "kcfg_PreserveDevicesAndSpecials", "TQCheckBox", true ) )->setChecked( on ); } } @@ -313,23 +313,23 @@ void Smb4KRsyncOptions::slotUncheckArchive( bool on ) { if ( !on ) { - static_cast<TQCheckBox *>( TQT_TQWIDGET(child( "kcfg_ArchiveMode", "TQCheckBox", true )) )->setChecked( on ); + static_cast<TQCheckBox *>( child( "kcfg_ArchiveMode", "TQCheckBox", true ) )->setChecked( on ); } } void Smb4KRsyncOptions::slotBackupToggled( bool on ) { - static_cast<TQCheckBox *>( TQT_TQWIDGET(child( "kcfg_UseBackupDirectory", "TQCheckBox", true )) )->setEnabled( on ); - static_cast<KURLRequester *>( TQT_TQWIDGET(child( "kcfg_BackupDirectory", "KURLRequester", true )) )->setEnabled( on ); - static_cast<TQCheckBox *>( TQT_TQWIDGET(child( "kcfg_UseBackupSuffix", "TQCheckBox", true )) )->setEnabled( on ); - static_cast<KLineEdit *>( TQT_TQWIDGET(child( "kcfg_BackupSuffix", "KLineEdit", true )) )->setEnabled( on ); + static_cast<TQCheckBox *>( child( "kcfg_UseBackupDirectory", "TQCheckBox", true ) )->setEnabled( on ); + static_cast<KURLRequester *>( child( "kcfg_BackupDirectory", "KURLRequester", true ) )->setEnabled( on ); + static_cast<TQCheckBox *>( child( "kcfg_UseBackupSuffix", "TQCheckBox", true ) )->setEnabled( on ); + static_cast<KLineEdit *>( child( "kcfg_BackupSuffix", "KLineEdit", true ) )->setEnabled( on ); } void Smb4KRsyncOptions::slotFShortcutToggled( bool on ) { - TQCheckBox *ff_filter = static_cast<TQCheckBox *>( TQT_TQWIDGET(child( "kcfg_UseFFFilterRule", "TQCheckBox", true )) ); + TQCheckBox *ff_filter = static_cast<TQCheckBox *>( child( "kcfg_UseFFFilterRule", "TQCheckBox", true ) ); if ( on && ff_filter->isChecked() ) { @@ -340,7 +340,7 @@ void Smb4KRsyncOptions::slotFShortcutToggled( bool on ) void Smb4KRsyncOptions::slotFFShortcutToggled( bool on ) { - TQCheckBox *f_filter = static_cast<TQCheckBox *>( TQT_TQWIDGET(child( "kcfg_UseFFilterRule", "TQCheckBox", true )) ); + TQCheckBox *f_filter = static_cast<TQCheckBox *>( child( "kcfg_UseFFilterRule", "TQCheckBox", true ) ); if ( on && f_filter->isChecked() ) { diff --git a/smb4k/configdlg/smb4tdersyncoptions.h b/smb4k/configdlg/smb4tdersyncoptions.h index 4407c7b..dcf8bd4 100644 --- a/smb4k/configdlg/smb4tdersyncoptions.h +++ b/smb4k/configdlg/smb4tdersyncoptions.h @@ -66,7 +66,7 @@ class Smb4KRsyncOptions : public TQTabWidget * This slot is invoked if the "Archive mode" checkbox has been * toggled. * - * @param on Is TRUE if the checkbox is checked and FALSE otherwise. + * @param on Is true if the checkbox is checked and false otherwise. */ void slotArchiveToggled( bool on ); @@ -74,8 +74,8 @@ class Smb4KRsyncOptions : public TQTabWidget * This slot is invoked if the --archive option has to be switched * off. * - * @param on Is FALSE if one of the connected checkboxes is unchecked - * and TRUE otherwise. + * @param on Is false if one of the connected checkboxes is unchecked + * and true otherwise. */ void slotUncheckArchive( bool on ); @@ -84,8 +84,8 @@ class Smb4KRsyncOptions : public TQTabWidget * It enables/disables all other backup options according to the * state the backup button is in. * - * @param on Is TRUE if the m_backup check box has been - * checked and FALSE otherwise. + * @param on Is true if the m_backup check box has been + * checked and false otherwise. */ void slotBackupToggled( bool on ); @@ -93,7 +93,7 @@ class Smb4KRsyncOptions : public TQTabWidget * This slot is called if the '-F' shortcut has been toggled. * It unchecks the '-F -F' shortcut. * - * @param on Is TRUE is m_f_filter is checked and FALSE otherwise. + * @param on Is true is m_f_filter is checked and false otherwise. */ void slotFShortcutToggled( bool on ); @@ -101,7 +101,7 @@ class Smb4KRsyncOptions : public TQTabWidget * This slot is called if the '-F -F' shortcut has been toggled. * It unchecks the '-F' shortcut. * - * @param on Is TRUE is m_ff_filter is checked and FALSE otherwise. + * @param on Is true is m_ff_filter is checked and false otherwise. */ void slotFFShortcutToggled( bool on ); }; diff --git a/smb4k/core/Makefile.am b/smb4k/core/Makefile.am deleted file mode 100644 index 96bad28..0000000 --- a/smb4k/core/Makefile.am +++ /dev/null @@ -1,35 +0,0 @@ -INCLUDES = $(all_includes) -METASOURCES = AUTO - -lib_LTLIBRARIES = libsmb4kcore.la -libsmb4kcore_la_LDFLAGS = -no-undefined $(all_libraries) -ltdewalletclient \ - -version-info 2:0:0 -include_HEADERS = smb4kauthinfo.h smb4kbookmark.h smb4kbookmarkhandler.h \ - smb4kcore.h smb4kdefs.h smb4kerror.h smb4tdefileio.h smb4tdeglobal.h \ - smb4khomesshareshandler.h smb4kmounter.h smb4knetworkitems.h \ - smb4kpasswordhandler.h smb4kpreviewer.h smb4kpreviewitem.h \ - smb4kprint.h smb4kprintinfo.h smb4ksambaoptionshandler.h \ - smb4ksambaoptionsinfo.h smb4kscanner.h smb4kshare.h \ - smb4ksynchronizationinfo.h smb4ksynchronizer.h -libsmb4kcore_la_SOURCES = smb4kauthinfo.cpp smb4kbookmark.cpp \ - smb4kbookmarkhandler.cpp smb4kcore.cpp smb4kerror.cpp smb4tdefileio.cpp smb4tdeglobal.cpp \ - smb4kglobal_p.cpp smb4khomesshareshandler.cpp smb4kmounter.cpp smb4kmounter_p.cpp \ - smb4knetworkitems.cpp smb4kpasswordhandler.cpp smb4kpreviewer.cpp smb4kpreviewitem.cpp \ - smb4kprint.cpp smb4kprintinfo.cpp smb4ksambaoptionshandler.cpp \ - smb4ksambaoptionsinfo.cpp smb4kscanner.cpp smb4kscanner_p.cpp smb4ksettings.kcfgc smb4kshare.cpp \ - smb4ksynchronizationinfo.cpp smb4ksynchronizer.cpp -libsmb4kcore_la_LIBADD = $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEIO) $(LIB_TQT) - -kde_kcfg_DATA = smb4k.kcfg - -# Build rules -smb4kcore.lo: smb4ksettings.h -smb4tdefileio.lo: smb4ksettings.h -smb4kmounter.lo: smb4ksettings.h -smb4kpasswordhandler.lo: smb4ksettings.h -smb4kprint.lo: smb4ksettings.h -smb4ksambaoptionshandler.lo: smb4ksettings.h -smb4kscanner.lo: smb4ksettings.h -smb4ksynchronizer.lo: smb4ksettings.h - -noinst_HEADERS = smb4kglobal_p.h smb4kmounter_p.h smb4kscanner_p.h diff --git a/smb4k/core/smb4kauthinfo.h b/smb4k/core/smb4kauthinfo.h index 3323db0..4dac018 100644 --- a/smb4k/core/smb4kauthinfo.h +++ b/smb4k/core/smb4kauthinfo.h @@ -31,7 +31,7 @@ #include <tqstring.h> #include <tqcstring.h> -#include <kdemacros.h> +#include <tdemacros.h> /** * This class provides a container for the authentication data. @@ -40,7 +40,7 @@ */ -class KDE_EXPORT Smb4KAuthInfo +class TDE_EXPORT Smb4KAuthInfo { public: /** diff --git a/smb4k/core/smb4kbookmark.h b/smb4k/core/smb4kbookmark.h index 536862c..88a0f4f 100644 --- a/smb4k/core/smb4kbookmark.h +++ b/smb4k/core/smb4kbookmark.h @@ -31,7 +31,7 @@ // TQt includes #include <tqstring.h> -#include <kdemacros.h> +#include <tdemacros.h> // forward declarations class Smb4KShareItem; @@ -40,7 +40,7 @@ class Smb4KShareItem; * This class is a container for a set bookmark on a samba share */ -class KDE_EXPORT Smb4KBookmark +class TDE_EXPORT Smb4KBookmark { public: /** @@ -201,12 +201,12 @@ class KDE_EXPORT Smb4KBookmark /** * This function checks if the IP address is valid, i.e. the - * IP address is either IP v4 or IP v6. It returns either TRUE - * or FALSE. + * IP address is either IP v4 or IP v6. It returns either true + * or false. * * @param ip The IP address that's going to be checked. * - * @returns TRUE if the IP address is valid and FALSE otherwise. + * @returns true if the IP address is valid and false otherwise. */ bool ipIsValid( const TQString &ip ); }; diff --git a/smb4k/core/smb4kbookmarkhandler.cpp b/smb4k/core/smb4kbookmarkhandler.cpp index 4661835..52153a8 100644 --- a/smb4k/core/smb4kbookmarkhandler.cpp +++ b/smb4k/core/smb4kbookmarkhandler.cpp @@ -28,7 +28,7 @@ #include <tqfile.h> // KDE includes -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <kdebug.h> #include <tdeapplication.h> @@ -96,7 +96,7 @@ void Smb4KBookmarkHandler::addBookmark( Smb4KBookmark *bookmark ) if ( TQString::compare( bookmark->share(), "homes" ) == 0 ) { - TQString share = specifyUser( bookmark->host(), kapp->mainWidget() ? kapp->mainWidget() : 0, "SpecifyUser" ); + TQString share = specifyUser( bookmark->host(), tdeApp->mainWidget() ? tdeApp->mainWidget() : 0, "SpecifyUser" ); bookmark->setShareName( share ); } diff --git a/smb4k/core/smb4kbookmarkhandler.h b/smb4k/core/smb4kbookmarkhandler.h index 0e33b49..d3bd9a1 100644 --- a/smb4k/core/smb4kbookmarkhandler.h +++ b/smb4k/core/smb4kbookmarkhandler.h @@ -34,7 +34,7 @@ #include <tqobject.h> #include <tqvaluelist.h> -#include <kdemacros.h> +#include <tdemacros.h> // forward declarations class Smb4KHostItem; @@ -48,7 +48,7 @@ class Smb4KBookmark; * @author Alexander Reinholdt <dustpuppy@mail.berlios.de> */ -class KDE_EXPORT Smb4KBookmarkHandler : public TQObject +class TDE_EXPORT Smb4KBookmarkHandler : public TQObject { TQ_OBJECT diff --git a/smb4k/core/smb4kcore.cpp b/smb4k/core/smb4kcore.cpp index 8319ff4..d550438 100644 --- a/smb4k/core/smb4kcore.cpp +++ b/smb4k/core/smb4kcore.cpp @@ -83,23 +83,23 @@ Smb4KCore::Smb4KCore() : TQObject() m_previewer_state = PREVIEWER_STOP; // Connections: - connect( m_scanner, TQT_SIGNAL( state( int ) ), - this, TQT_SLOT( slotSetScannerState( int ) ) ); + connect( m_scanner, TQ_SIGNAL( state( int ) ), + this, TQ_SLOT( slotSetScannerState( int ) ) ); - connect( m_mounter, TQT_SIGNAL( state( int ) ), - this, TQT_SLOT( slotSetMounterState( int ) ) ); + connect( m_mounter, TQ_SIGNAL( state( int ) ), + this, TQ_SLOT( slotSetMounterState( int ) ) ); - connect( m_print, TQT_SIGNAL( state( int ) ), - this, TQT_SLOT( slotSetPrinterHandlerState( int ) ) ); + connect( m_print, TQ_SIGNAL( state( int ) ), + this, TQ_SLOT( slotSetPrinterHandlerState( int ) ) ); - connect( m_synchronizer, TQT_SIGNAL( state( int ) ), - this, TQT_SLOT( slotSetSynchronizerState( int ) ) ); + connect( m_synchronizer, TQ_SIGNAL( state( int ) ), + this, TQ_SLOT( slotSetSynchronizerState( int ) ) ); - connect( m_previewer, TQT_SIGNAL( state( int ) ), - this, TQT_SLOT( slotSetSynchronizerState( int ) ) ); + connect( m_previewer, TQ_SIGNAL( state( int ) ), + this, TQ_SLOT( slotSetSynchronizerState( int ) ) ); - connect( kapp, TQT_SIGNAL( shutDown() ), - this, TQT_SLOT( slotShutdown() ) ); + connect( tdeApp, TQ_SIGNAL( shutDown() ), + this, TQ_SLOT( slotShutdown() ) ); } @@ -904,7 +904,7 @@ void Smb4KCore::setDefaultSettings() ///////////////////////////////////////////////////////////////////////////// -// TQT_SLOT IMPLEMENTATIONS +// SLOT IMPLEMENTATIONS ///////////////////////////////////////////////////////////////////////////// void Smb4KCore::slotSetScannerState( int state ) diff --git a/smb4k/core/smb4kcore.h b/smb4k/core/smb4kcore.h index f3faea7..82b500b 100644 --- a/smb4k/core/smb4kcore.h +++ b/smb4k/core/smb4kcore.h @@ -36,7 +36,7 @@ #include <tqtimer.h> #include <tqvaluelist.h> -#include <kdemacros.h> +#include <tdemacros.h> // application specific includes #include "smb4kscanner.h" @@ -59,7 +59,7 @@ class Smb4KShare; * @author Alexander Reinholdt <dustpuppy@users.berlios.de> */ -class KDE_EXPORT Smb4KCore : public TQObject +class TDE_EXPORT Smb4KCore : public TQObject { TQ_OBJECT @@ -89,7 +89,7 @@ class KDE_EXPORT Smb4KCore : public TQObject static int scannerState() { return self()->m_scanner_state; } /** - * Returns TRUE, if the scanner is running, otherwise FALSE. + * Returns true, if the scanner is running, otherwise false. */ static bool scannerIsRunning() { return self()->m_scanner->isRunning(); } @@ -99,7 +99,7 @@ class KDE_EXPORT Smb4KCore : public TQObject static int mounterState() { return self()->m_mounter_state; } /** - * Returns TRUE, if the mounter is running, otherwise FALSE. + * Returns true, if the mounter is running, otherwise false. */ static bool mounterIsRunning() { return self()->m_mounter->isRunning(); } @@ -109,7 +109,7 @@ class KDE_EXPORT Smb4KCore : public TQObject static int printState() { return self()->m_print_state; } /** - * Returns TRUE, if the print object is running, otherwise FALSE. + * Returns true, if the print object is running, otherwise false. */ static bool printIsRunning() { return self()->m_print->isRunning(); } @@ -119,12 +119,12 @@ class KDE_EXPORT Smb4KCore : public TQObject static int synchronizerState() { return self()->m_syncer_state; } /** - * Returns TRUE, if the synchronizer is running, otherwise FALSE. + * Returns true, if the synchronizer is running, otherwise false. */ static bool synchronizerIsRunning() { return self()->m_synchronizer->isRunning(); } /** - * Returns TRUE if one of the core classes is doing something. + * Returns true if one of the core classes is doing something. */ static bool isRunning(); diff --git a/smb4k/core/smb4khomesshareshandler.cpp b/smb4k/core/smb4khomesshareshandler.cpp index 6039009..0aa661a 100644 --- a/smb4k/core/smb4khomesshareshandler.cpp +++ b/smb4k/core/smb4khomesshareshandler.cpp @@ -31,7 +31,7 @@ // KDE includes #include <kdebug.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdelocale.h> #include <kiconloader.h> #include <kcombobox.h> @@ -98,10 +98,10 @@ const TQString Smb4KHomesSharesHandler::specifyUser( const TQString &host, TQWid layout->addMultiCellWidget( userCombo, 1, 1, 1, 4, 0 ); layout->addItem( spacer1, 0, 2 ); - connect( userCombo, TQT_SIGNAL( textChanged( const TQString &) ), - this, TQT_SLOT( slotTextChanged( const TQString & ) ) ); - connect( m_dlg, TQT_SIGNAL( user1Clicked() ), - this, TQT_SLOT( slotClearClicked() ) ); + connect( userCombo, TQ_SIGNAL( textChanged( const TQString &) ), + this, TQ_SLOT( slotTextChanged( const TQString & ) ) ); + connect( m_dlg, TQ_SIGNAL( user1Clicked() ), + this, TQ_SLOT( slotClearClicked() ) ); // Read the list of logins, that are already defined // for this 'homes' share. @@ -325,7 +325,7 @@ void Smb4KHomesSharesHandler::write_names( const TQString &host, const TQStringL ///////////////////////////////////////////////////////////////////////////// -// TQT_SLOT IMPLEMENTATIONS +// SLOT IMPLEMENTATIONS ///////////////////////////////////////////////////////////////////////////// void Smb4KHomesSharesHandler::slotTextChanged( const TQString &text ) diff --git a/smb4k/core/smb4kmounter.cpp b/smb4k/core/smb4kmounter.cpp index 28e54de..685423d 100644 --- a/smb4k/core/smb4kmounter.cpp +++ b/smb4k/core/smb4kmounter.cpp @@ -84,17 +84,17 @@ Smb4KMounter::Smb4KMounter( TQObject *parent, const char *name ) : TQObject( par m_queue.setAutoDelete( true ); - connect( m_proc, TQT_SIGNAL( processExited( TDEProcess * ) ), - this, TQT_SLOT( slotProcessExited( TDEProcess * ) ) ); + connect( m_proc, TQ_SIGNAL( processExited( TDEProcess * ) ), + this, TQ_SLOT( slotProcessExited( TDEProcess * ) ) ); - connect( m_proc, TQT_SIGNAL( receivedStdout( TDEProcess *, char *, int ) ), - this, TQT_SLOT( slotReceivedStdout( TDEProcess *, char *, int ) ) ); + connect( m_proc, TQ_SIGNAL( receivedStdout( TDEProcess *, char *, int ) ), + this, TQ_SLOT( slotReceivedStdout( TDEProcess *, char *, int ) ) ); - connect( m_proc, TQT_SIGNAL( receivedStderr( TDEProcess *, char *, int ) ), - this, TQT_SLOT( slotReceivedStderr( TDEProcess *, char *, int ) ) ); + connect( m_proc, TQ_SIGNAL( receivedStderr( TDEProcess *, char *, int ) ), + this, TQ_SLOT( slotReceivedStderr( TDEProcess *, char *, int ) ) ); - connect( kapp, TQT_SIGNAL( shutDown() ), - this, TQT_SLOT( slotShutdown() ) ); + connect( tdeApp, TQ_SIGNAL( shutDown() ), + this, TQ_SLOT( slotShutdown() ) ); } @@ -480,7 +480,7 @@ void Smb4KMounter::mountShare( const TQString &workgroup, const TQString &host, if ( TQString::compare( share, "homes" ) == 0 ) { - share_name = specifyUser( host, kapp->mainWidget() ? kapp->mainWidget() : 0, "SpecifyUser" ); + share_name = specifyUser( host, tdeApp->mainWidget() ? tdeApp->mainWidget() : 0, "SpecifyUser" ); } else { @@ -1534,7 +1534,7 @@ void Smb4KMounter::timerEvent( TQTimerEvent * ) ///////////////////////////////////////////////////////////////////////////// -// TQT_SLOT IMPLEMENTATIONS +// SLOT IMPLEMENTATIONS ///////////////////////////////////////////////////////////////////////////// diff --git a/smb4k/core/smb4kmounter.h b/smb4k/core/smb4kmounter.h index 1652405..f945b9e 100644 --- a/smb4k/core/smb4kmounter.h +++ b/smb4k/core/smb4kmounter.h @@ -37,8 +37,8 @@ #include <tqfile.h> // KDE includes -#include <kdemacros.h> -#include <kprocess.h> +#include <tdemacros.h> +#include <tdeprocess.h> // application specific includes #include "smb4kdefs.h" @@ -57,7 +57,7 @@ class Smb4KShare; * @author Alexander Reinholdt <dustpuppy@users.berlios.de> */ -class KDE_EXPORT Smb4KMounter : public TQObject +class TDE_EXPORT Smb4KMounter : public TQObject { TQ_OBJECT @@ -85,7 +85,7 @@ class KDE_EXPORT Smb4KMounter : public TQObject /** * Unmounts a share. This can either be done the "normal" way, or you may - * force it. If you decide the force the unmounting by setting @p force to TRUE, + * force it. If you decide the force the unmounting by setting @p force to true, * a lazy unmount will be initiated. With the parameter @p noMessage you can * suppress any error messages. * @@ -94,7 +94,7 @@ class KDE_EXPORT Smb4KMounter : public TQObject * @param force Force the unmounting of the share. * * @param noMessage Determines whether this function should emit an error code in case of an error. - * The default value is FALSE. + * The default value is false. */ void unmountShare( Smb4KShare *share, bool force = false, bool noMessage = false ); @@ -136,23 +136,23 @@ class KDE_EXPORT Smb4KMounter : public TQObject TQValueList<Smb4KShare> findShareByName( const TQString &name ); /** - * This function returns TRUE if a share is mounted and FALSE otherwise. + * This function returns true if a share is mounted and false otherwise. * * @param name The name of the share. It has to look like this: * //HOST/SHARE. * * @param userOnly Specifies whether this function should only consider * shares mounted by the user or all shares that are - * available on the system. The default is TRUE. + * available on the system. The default is true. * - * @return TRUE if the share is mounted and FALSE otherwise. + * @return true if the share is mounted and false otherwise. */ bool isMounted( const TQString &name, bool userOnly = true ); /** * This function reports if the mounter is running or not. * - * @returns TRUE if the scanner is running and FALSE otherwise. + * @returns true if the scanner is running and false otherwise. */ bool isRunning() { return m_working; } diff --git a/smb4k/core/smb4knetworkitems.h b/smb4k/core/smb4knetworkitems.h index 6b017ad..63e2c0b 100644 --- a/smb4k/core/smb4knetworkitems.h +++ b/smb4k/core/smb4knetworkitems.h @@ -35,14 +35,14 @@ #include <tqobject.h> #include <tqstring.h> -#include <kdemacros.h> +#include <tdemacros.h> /** * This class provides a container for a workgroup/domain found in the network * neighborhood. */ -class KDE_EXPORT Smb4KWorkgroupItem +class TDE_EXPORT Smb4KWorkgroupItem { public: /** @@ -95,7 +95,7 @@ class KDE_EXPORT Smb4KWorkgroupItem void setPseudoMaster(); /** - * Returns TRUE, if the master is a 'pseudo' master. @see setPseudoMaster() + * Returns true, if the master is a 'pseudo' master. @see setPseudoMaster() * for further information. */ bool hasPseudoMaster() const { return m_pseudo; } @@ -144,12 +144,12 @@ class KDE_EXPORT Smb4KWorkgroupItem /** * This function checks if the IP address is valid, i.e. the - * IP address is either IP v4 or IP v6. It returns either TRUE - * or FALSE. + * IP address is either IP v4 or IP v6. It returns either true + * or false. * * @param ip The IP address that's going to be checked. * - * @returns TRUE if the IP address is valid and FALSE otherwise. + * @returns true if the IP address is valid and false otherwise. */ bool ipIsValid( const TQString &ip ); }; @@ -160,7 +160,7 @@ class KDE_EXPORT Smb4KWorkgroupItem * neighborhood. */ -class KDE_EXPORT Smb4KHostItem +class TDE_EXPORT Smb4KHostItem { public: /** @@ -240,14 +240,14 @@ class KDE_EXPORT Smb4KHostItem * This functions determines whether this host should be * registered as a master browser. * - * @param master Set this to TRUE if the host is a master browser. + * @param master Set this to true if the host is a master browser. */ void setMaster( bool master ); /** * This function tells you if the host is a master or not. * - * @returns TRUE if the host is a master browser. + * @returns true if the host is a master browser. */ const bool isMaster() const { return m_master; } @@ -269,14 +269,14 @@ class KDE_EXPORT Smb4KHostItem * This function is used to tell the host item, if a * check for the IP address has already been performed. * - * @param yes Should be set to TRUE if a check was performed. + * @param yes Should be set to true if a check was performed. */ void setIPAddressChecked( bool yes ); /** * Tells if a check for the IP address has already been performed. * - * @returns TRUE if a check was performed, and FALSE otherwise. + * @returns true if a check was performed, and false otherwise. */ const bool ipAddressChecked() const { return m_ip_checked; } @@ -284,7 +284,7 @@ class KDE_EXPORT Smb4KHostItem * This function is used to tell the host item, if a * check for the information (OS and Server string ) has already been performed. * - * @param yes Should be set to TRUE if a check was performed. + * @param yes Should be set to true if a check was performed. */ void setInfoChecked( bool yes ); @@ -292,7 +292,7 @@ class KDE_EXPORT Smb4KHostItem * Tells if a check for the information (OS and Server string) has already * been performed. * - * @returns TRUE is the check was performed previously. + * @returns true is the check was performed previously. */ const bool infoChecked() const { return m_info_checked; } @@ -347,12 +347,12 @@ class KDE_EXPORT Smb4KHostItem /** * This function checks if the IP address is valid, i.e. the - * IP address is either IP v4 or IP v6. It returns either TRUE - * or FALSE. + * IP address is either IP v4 or IP v6. It returns either true + * or false. * * @param ip The IP address that's going to be checked. * - * @returns TRUE if the IP address is valid and FALSE otherwise. + * @returns true if the IP address is valid and false otherwise. */ bool ipIsValid( const TQString &ip ); }; @@ -363,7 +363,7 @@ class KDE_EXPORT Smb4KHostItem * network neighborhood. */ -class KDE_EXPORT Smb4KShareItem +class TDE_EXPORT Smb4KShareItem { public: /** @@ -431,31 +431,31 @@ class KDE_EXPORT Smb4KShareItem /** * This function tells if the share is a hidden one. * - * @returns TRUE is the share is a hidden one and FALSE otherwise. + * @returns true is the share is a hidden one and false otherwise. */ bool isHidden() const; /** - * This function is TRUE if the share is a printer and - * FALSE otherwise. + * This function is true if the share is a printer and + * false otherwise. * - * @returns TRUE if the share is a printer + * @returns true if the share is a printer */ bool isPrinter() const; /** - * This function returns TRUE if the share is an IPC$ - * share and FALSE otherwise. + * This function returns true if the share is an IPC$ + * share and false otherwise. * - * @returns TRUE if the share is an IPC$ share + * @returns true if the share is an IPC$ share */ bool isIPC() const; /** - * This function returns TRUE if the share is an ADMIN$ - * share and FALSE otherwise. + * This function returns true if the share is an ADMIN$ + * share and false otherwise. * - * @returns TRUE if the share is an ADMIN$ share + * @returns true if the share is an ADMIN$ share */ bool isADMIN() const; diff --git a/smb4k/core/smb4kpasswordhandler.cpp b/smb4k/core/smb4kpasswordhandler.cpp index bef5607..13682fc 100644 --- a/smb4k/core/smb4kpasswordhandler.cpp +++ b/smb4k/core/smb4kpasswordhandler.cpp @@ -36,7 +36,7 @@ // KDE includes #include <tdelocale.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdemessagebox.h> #include <kiconloader.h> #include <klineedit.h> @@ -109,9 +109,9 @@ void Smb4KPasswordHandler::open_close_wallet() // Start the wallet manager before accessing the wallet. We // do not care about the return value, because we do not do // error handling here. - if ( kapp ) + if ( tdeApp ) { - (void) kapp->tdeinitExec( "tdewalletmanager" ); + (void) tdeApp->tdeinitExec( "tdewalletmanager" ); } else { @@ -323,13 +323,13 @@ bool Smb4KPasswordHandler::askpass( const TQString &workgroup, const TQString &h // the edit line for the user to enable/disable the OK button. if ( user_edit ) { - connect( user_edit, TQT_SIGNAL( textChanged( const TQString & ) ), - this, TQT_SLOT( slotEnableOKButton( const TQString& ) ) ); + connect( user_edit, TQ_SIGNAL( textChanged( const TQString & ) ), + this, TQ_SLOT( slotEnableOKButton( const TQString& ) ) ); } else { - connect( user_combo, TQT_SIGNAL( textChanged( const TQString & ) ), - this, TQT_SLOT( slotEnableOKButton( const TQString& ) ) ); + connect( user_combo, TQ_SIGNAL( textChanged( const TQString & ) ), + this, TQ_SLOT( slotEnableOKButton( const TQString& ) ) ); } // Process the authentication data: @@ -355,8 +355,8 @@ bool Smb4KPasswordHandler::askpass( const TQString &workgroup, const TQString &h user_combo->insertStringList( list ); user_combo->setCurrentText( TQString() ); - connect( user_combo, TQT_SIGNAL( activated( const TQString & ) ), - this, TQT_SLOT( slotGetPassword( const TQString & ) ) ); + connect( user_combo, TQ_SIGNAL( activated( const TQString & ) ), + this, TQ_SLOT( slotGetPassword( const TQString & ) ) ); user_combo->setFocus(); } @@ -786,10 +786,10 @@ void Smb4KPasswordHandler::writeToSMBConfFile( Smb4KAuthInfo *authInfo ) TDEProcess *p = new TDEProcess(); p->setUseShell( true ); - connect( p, TQT_SIGNAL( receivedStdout( TDEProcess *, char *, int ) ), - this, TQT_SLOT( slotReceivePassword( TDEProcess *, char *, int ) ) ); - connect( p, TQT_SIGNAL( processExited( TDEProcess * ) ), - this, TQT_SLOT( slotWritePassword( TDEProcess * ) ) ); + connect( p, TQ_SIGNAL( receivedStdout( TDEProcess *, char *, int ) ), + this, TQ_SLOT( slotReceivePassword( TDEProcess *, char *, int ) ) ); + connect( p, TQ_SIGNAL( processExited( TDEProcess * ) ), + this, TQ_SLOT( slotWritePassword( TDEProcess * ) ) ); *p << TQString( "smbutil crypt %1" ).arg( m_nsmbrc_auth.password() ); @@ -800,7 +800,7 @@ void Smb4KPasswordHandler::writeToSMBConfFile( Smb4KAuthInfo *authInfo ) ///////////////////////////////////////////////////////////////////////////// -// TQT_SLOT IMPLEMENTATIONS +// SLOT IMPLEMENTATIONS ///////////////////////////////////////////////////////////////////////////// @@ -812,7 +812,7 @@ void Smb4KPasswordHandler::slotGetPassword( const TQString &username ) // of the homes shares: Smb4KAuthInfo *auth = readAuth( new Smb4KAuthInfo( m_auth->workgroup().upper(), m_auth->host().upper(), username ) ); - KLineEdit *lineEdit = static_cast<KLineEdit *>( TQT_TQWIDGET(m_dlg->child( "AskPassPasswordEdit", "KLineEdit", true )) ); + KLineEdit *lineEdit = static_cast<KLineEdit *>( m_dlg->child( "AskPassPasswordEdit", "KLineEdit", true ) ); lineEdit->setText( auth->password() ); delete auth; diff --git a/smb4k/core/smb4kpasswordhandler.h b/smb4k/core/smb4kpasswordhandler.h index 997087d..4d2c33b 100644 --- a/smb4k/core/smb4kpasswordhandler.h +++ b/smb4k/core/smb4kpasswordhandler.h @@ -35,9 +35,9 @@ #include <tqcheckbox.h> // KDE includes -#include <kdemacros.h> +#include <tdemacros.h> #include <kdialogbase.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <tdewallet.h> // forward declarations @@ -61,7 +61,7 @@ class Smb4KAuthInfo; * @author Alexander Reinholdt <dustpuppy@users.berlios.de> */ -class KDE_EXPORT Smb4KPasswordHandler : public TQObject +class TDE_EXPORT Smb4KPasswordHandler : public TQObject { TQ_OBJECT @@ -127,7 +127,7 @@ class KDE_EXPORT Smb4KPasswordHandler : public TQObject * * @param name The name of this dialog. * - * @returns TRUE if a new password has been supplied and FALSE otherwise. + * @returns true if a new password has been supplied and false otherwise. */ bool askpass( const TQString &workgroup, const TQString &host, const TQString &share, int desc, TQWidget *parent = 0, const char *name = 0 ); @@ -174,18 +174,18 @@ class KDE_EXPORT Smb4KPasswordHandler : public TQObject enum Description{ NewData, AccessDenied, BadPassword, PermDenied, AuthError, LogonFailure, None }; /** - * This function returns TRUE if the wallet it open at the moment and FALSE + * This function returns true if the wallet it open at the moment and false * if it is closed or not used. * - * @returns TRUE if the wallet is open. + * @returns true if the wallet is open. */ bool walletIsOpen() { return (m_wallet && m_wallet->isOpen()); } /** - * This function returns TRUE if the digital wallet support has been + * This function returns true if the digital wallet support has been * disabled. This happens when the wallet could not be opened. * - * @returns TRUE if the digital wallet support has been disabled. + * @returns true if the digital wallet support has been disabled. */ bool walletSupportIsDisabled() { return m_wallet_support_disabled; } diff --git a/smb4k/core/smb4kpreviewer.cpp b/smb4k/core/smb4kpreviewer.cpp index ee7cc75..da1066c 100644 --- a/smb4k/core/smb4kpreviewer.cpp +++ b/smb4k/core/smb4kpreviewer.cpp @@ -55,14 +55,14 @@ Smb4KPreviewer::Smb4KPreviewer( TQObject *parent, const char *name ) m_proc = new TDEProcess( this, "PreviewProcess" ); m_proc->setUseShell( true ); - connect( m_proc, TQT_SIGNAL( receivedStdout( TDEProcess *, char *, int ) ), - this, TQT_SLOT( slotReceivedStdout( TDEProcess *, char *, int ) ) ); + connect( m_proc, TQ_SIGNAL( receivedStdout( TDEProcess *, char *, int ) ), + this, TQ_SLOT( slotReceivedStdout( TDEProcess *, char *, int ) ) ); - connect( m_proc, TQT_SIGNAL( processExited( TDEProcess* ) ), - this, TQT_SLOT( slotProcessExited( TDEProcess * ) ) ); + connect( m_proc, TQ_SIGNAL( processExited( TDEProcess* ) ), + this, TQ_SLOT( slotProcessExited( TDEProcess * ) ) ); - connect( m_proc, TQT_SIGNAL( receivedStderr( TDEProcess *, char *, int ) ), - this, TQT_SLOT( slotReceivedStderr( TDEProcess *, char *, int ) ) ); + connect( m_proc, TQ_SIGNAL( receivedStderr( TDEProcess *, char *, int ) ), + this, TQ_SLOT( slotReceivedStderr( TDEProcess *, char *, int ) ) ); } @@ -83,7 +83,7 @@ bool Smb4KPreviewer::preview( Smb4KPreviewItem *item ) if ( TQString::compare( item->share(), "homes" ) == 0 ) { - TQString share_name = specifyUser( item->host(), kapp->mainWidget() ? kapp->mainWidget() : 0, "SpecifyUser" ); + TQString share_name = specifyUser( item->host(), tdeApp->mainWidget() ? tdeApp->mainWidget() : 0, "SpecifyUser" ); if ( !share_name.isEmpty() ) { @@ -177,7 +177,7 @@ void Smb4KPreviewer::timerEvent( TQTimerEvent * ) ///////////////////////////////////////////////////////////////////////////// -// TQT_SLOT IMPLEMENTATIONS +// SLOT IMPLEMENTATIONS ///////////////////////////////////////////////////////////////////////////// void Smb4KPreviewer::slotReceivedStdout( TDEProcess *, char *buf, int len ) @@ -237,7 +237,7 @@ void Smb4KPreviewer::slotProcessExited( TDEProcess * ) if ( passwordHandler()->askpass( m_item->workgroup(), m_item->host(), m_item->share(), state, - kapp->mainWidget() ? kapp->mainWidget() : 0, + tdeApp->mainWidget() ? tdeApp->mainWidget() : 0, "AskPass" ) ) { // Now we have a password. Retry. diff --git a/smb4k/core/smb4kpreviewer.h b/smb4k/core/smb4kpreviewer.h index 72e75c6..e78bcf8 100644 --- a/smb4k/core/smb4kpreviewer.h +++ b/smb4k/core/smb4kpreviewer.h @@ -36,8 +36,8 @@ #include <tqptrqueue.h> // KDE includes -#include <kdemacros.h> -#include <kprocess.h> +#include <tdemacros.h> +#include <tdeprocess.h> // forward declarations class Smb4KPreviewItem; @@ -49,7 +49,7 @@ class Smb4KPreviewItem; * @author Alexander Reinholdt <dustpuppy@users.berlios.de> */ -class KDE_EXPORT Smb4KPreviewer : public TQObject +class TDE_EXPORT Smb4KPreviewer : public TQObject { TQ_OBJECT @@ -79,8 +79,8 @@ class KDE_EXPORT Smb4KPreviewer : public TQObject * @param item The item for which a preview should be * requested. * - * @returns TRUE if einter the share name is not 'homes' or if it could - * successfully be set to a user name. Otherwise it returns FALSE. + * @returns true if einter the share name is not 'homes' or if it could + * successfully be set to a user name. Otherwise it returns false. */ bool preview( Smb4KPreviewItem *item ); @@ -88,7 +88,7 @@ class KDE_EXPORT Smb4KPreviewer : public TQObject * Using this function, you can find out whether the previewer is running * at the moment. * - * @returns TRUE if the previewer is running or FALSE otherwise. + * @returns true if the previewer is running or false otherwise. */ bool isRunning() { return m_working; } diff --git a/smb4k/core/smb4kpreviewitem.cpp b/smb4k/core/smb4kpreviewitem.cpp index d97a367..4764eef 100644 --- a/smb4k/core/smb4kpreviewitem.cpp +++ b/smb4k/core/smb4kpreviewitem.cpp @@ -68,7 +68,7 @@ void Smb4KPreviewItem::setPath( const TQString &path ) void Smb4KPreviewItem::addContents( const ContentsItem &item ) { - // Do not set the last argument to TRUE, because then + // Do not set the last argument to true, because then // we would be in overwrite mode. m_contents.append( item ); } diff --git a/smb4k/core/smb4kpreviewitem.h b/smb4k/core/smb4kpreviewitem.h index 45b1e88..a56b8e0 100644 --- a/smb4k/core/smb4kpreviewitem.h +++ b/smb4k/core/smb4kpreviewitem.h @@ -35,7 +35,7 @@ #include <tqmap.h> #include <tqpair.h> -#include <kdemacros.h> +#include <tdemacros.h> // application specific includes #include "smb4knetworkitems.h" @@ -49,7 +49,7 @@ typedef TQPair<int, TQString> ContentsItem; * @author Alexander Reinholdt <dustpuppy@users.berlios.de> */ -class KDE_EXPORT Smb4KPreviewItem +class TDE_EXPORT Smb4KPreviewItem { public: /** @@ -205,12 +205,12 @@ class KDE_EXPORT Smb4KPreviewItem /** * This function checks if the IP address is valid, i.e. the - * IP address is either IP v4 or IP v6. It returns either TRUE - * or FALSE. + * IP address is either IP v4 or IP v6. It returns either true + * or false. * * @param ip The IP address that's going to be checked. * - * @returns TRUE if the IP address is valid and FALSE otherwise. + * @returns true if the IP address is valid and false otherwise. */ bool ipIsValid( const TQString &ip ); }; diff --git a/smb4k/core/smb4kprint.cpp b/smb4k/core/smb4kprint.cpp index 09d042e..a9108e1 100644 --- a/smb4k/core/smb4kprint.cpp +++ b/smb4k/core/smb4kprint.cpp @@ -59,14 +59,14 @@ Smb4KPrint::Smb4KPrint( TQObject *parent, const char *name ) : TQObject( parent, m_working = false; - connect( m_proc, TQT_SIGNAL( receivedStdout( TDEProcess *, char *, int ) ), - this, TQT_SLOT( slotReceivedStdout( TDEProcess *, char *, int ) ) ); + connect( m_proc, TQ_SIGNAL( receivedStdout( TDEProcess *, char *, int ) ), + this, TQ_SLOT( slotReceivedStdout( TDEProcess *, char *, int ) ) ); - connect( m_proc, TQT_SIGNAL( receivedStderr( TDEProcess *, char *, int ) ), - this, TQT_SLOT( slotReceivedStderr( TDEProcess *, char *, int ) ) ); + connect( m_proc, TQ_SIGNAL( receivedStderr( TDEProcess *, char *, int ) ), + this, TQ_SLOT( slotReceivedStderr( TDEProcess *, char *, int ) ) ); - connect( m_proc, TQT_SIGNAL( processExited( TDEProcess * ) ), - this, TQT_SLOT( slotProcessExited( TDEProcess * ) ) ); + connect( m_proc, TQ_SIGNAL( processExited( TDEProcess * ) ), + this, TQ_SLOT( slotProcessExited( TDEProcess * ) ) ); } @@ -289,7 +289,7 @@ void Smb4KPrint::printText() ///////////////////////////////////////////////////////////////////////////// -// TQT_SLOT IMPLEMENTATIONS +// SLOT IMPLEMENTATIONS ///////////////////////////////////////////////////////////////////////////// void Smb4KPrint::slotReceivedStdout( TDEProcess *, char *buf, int len ) @@ -333,7 +333,7 @@ void Smb4KPrint::slotProcessExited( TDEProcess * ) if ( passwordHandler()->askpass( m_info->workgroup(), m_info->host(), m_info->printer(), state ) ) { retry = true; - TQTimer::singleShot( 50, this, TQT_SLOT( slotRetry() ) ); + TQTimer::singleShot( 50, this, TQ_SLOT( slotRetry() ) ); } } else diff --git a/smb4k/core/smb4kprint.h b/smb4k/core/smb4kprint.h index c4ef162..6e9b57b 100644 --- a/smb4k/core/smb4kprint.h +++ b/smb4k/core/smb4kprint.h @@ -36,9 +36,9 @@ #include <tqwidget.h> // KDE includes -#include <kdemacros.h> +#include <tdemacros.h> #include <kdialogbase.h> -#include <kprocess.h> +#include <tdeprocess.h> // forward declarations class Smb4KPrintInfo; @@ -53,7 +53,7 @@ class Smb4KPrintInfo; * @author Alexander Reinholdt <dustpuppy@users.berlios.de> */ -class KDE_EXPORT Smb4KPrint : public TQObject +class TDE_EXPORT Smb4KPrint : public TQObject { TQ_OBJECT @@ -87,10 +87,10 @@ class KDE_EXPORT Smb4KPrint : public TQObject void abort(); /** - * This function returns TRUE if the printer handler is running and - * FALSE otherwise. + * This function returns true if the printer handler is running and + * false otherwise. * - * @returns TRUE is the printer handler is running and FALSE otherwise. + * @returns true is the printer handler is running and false otherwise. */ bool isRunning() { return m_working; } @@ -138,8 +138,8 @@ class KDE_EXPORT Smb4KPrint : public TQObject TQString m_buffer; /** - * This boolean is TRUE if the printer handler is running and - * FALSE otherwise. + * This boolean is true if the printer handler is running and + * false otherwise. */ bool m_working; diff --git a/smb4k/core/smb4kprintinfo.h b/smb4k/core/smb4kprintinfo.h index 89bf753..8cf7aaa 100644 --- a/smb4k/core/smb4kprintinfo.h +++ b/smb4k/core/smb4kprintinfo.h @@ -33,7 +33,7 @@ // TQt includes #include <tqstring.h> -#include <kdemacros.h> +#include <tdemacros.h> // application specific includes #include "smb4knetworkitems.h" @@ -43,7 +43,7 @@ * that is needed to print a file. */ -class KDE_EXPORT Smb4KPrintInfo +class TDE_EXPORT Smb4KPrintInfo { public: /** @@ -135,12 +135,12 @@ class KDE_EXPORT Smb4KPrintInfo /** * This function checks if the IP address is valid, i.e. the - * IP address is either IP v4 or IP v6. It returns either TRUE - * or FALSE. + * IP address is either IP v4 or IP v6. It returns either true + * or false. * * @param ip The IP address that's going to be checked. * - * @returns TRUE if the IP address is valid and FALSE otherwise. + * @returns true if the IP address is valid and false otherwise. */ bool ipIsValid( const TQString &ip ); }; diff --git a/smb4k/core/smb4ksambaoptionshandler.cpp b/smb4k/core/smb4ksambaoptionshandler.cpp index 6188542..98dd1ab 100644 --- a/smb4k/core/smb4ksambaoptionshandler.cpp +++ b/smb4k/core/smb4ksambaoptionshandler.cpp @@ -29,8 +29,8 @@ #include <tqdir.h> // KDE includes -#include <kstandarddirs.h> -#include <kprocess.h> +#include <tdestandarddirs.h> +#include <tdeprocess.h> #include <kdebug.h> #include <tdelocale.h> diff --git a/smb4k/core/smb4ksambaoptionshandler.h b/smb4k/core/smb4ksambaoptionshandler.h index b6b72b4..e21f5b7 100644 --- a/smb4k/core/smb4ksambaoptionshandler.h +++ b/smb4k/core/smb4ksambaoptionshandler.h @@ -35,7 +35,7 @@ #include <tqmap.h> // KDE includes -#include <kdemacros.h> +#include <tdemacros.h> #include <tdeconfig.h> // forward declarations @@ -50,7 +50,7 @@ class Smb4KShare; * @author Alexander Reinholdt <dustpuppy@mail.berlios.de> */ -class KDE_EXPORT Smb4KSambaOptionsHandler : public TQObject +class TDE_EXPORT Smb4KSambaOptionsHandler : public TQObject { TQ_OBJECT @@ -80,14 +80,14 @@ class KDE_EXPORT Smb4KSambaOptionsHandler : public TQObject const TQValueList<Smb4KSambaOptionsInfo *> &customOptionsList(); /** - * This functions sets the remount flag of the share @p share to TRUE or FALSE. + * This functions sets the remount flag of the share @p share to true or false. * In case the share is not yet in the list of shares that are to be remounted, - * it will be added. If you set the remount flag to FALSE on an existing entry, + * it will be added. If you set the remount flag to false on an existing entry, * it will stay in the list even if no other custom options were defined. * * @param share The Smb4KShare object that represents the share * - * @param yes TRUE if you want the share to be remounted and FALSE + * @param yes true if you want the share to be remounted and false * otherwise */ void remount( Smb4KShare *share, bool yes ); @@ -170,7 +170,7 @@ class KDE_EXPORT Smb4KSambaOptionsHandler : public TQObject * * Please note that if the host where a share you are probing for * is located, a pointer to this *host* item will be returned unless - * you set @p exactMatch to TRUE in which case NULL is returned! If + * you set @p exactMatch to true in which case NULL is returned! If * neither the host nor the share is found, NULL is returned. * * @param item The name of the network item to find. @@ -187,7 +187,7 @@ class KDE_EXPORT Smb4KSambaOptionsHandler : public TQObject * * @param info The Smb4KSambaOptionsInfo object * - * @param sync If TRUE, the list is sync'ed with the config file. + * @param sync If true, the list is sync'ed with the config file. */ void addItem( Smb4KSambaOptionsInfo *info, bool sync ); @@ -196,7 +196,7 @@ class KDE_EXPORT Smb4KSambaOptionsHandler : public TQObject * * @param name The name of the item. * - * @param sync If TRUE, the list is sync'ed with the config file. + * @param sync If true, the list is sync'ed with the config file. */ void removeItem( const TQString &name, bool sync ); @@ -220,7 +220,7 @@ class KDE_EXPORT Smb4KSambaOptionsHandler : public TQObject * This function searches a particular network item in the list. If this item is a share * and it is not found, @p exactMatch determines if NULL is returned or if the values of * the item that matches @p item closest (i.e. the host, or another share that's located - * on the host). In most cases you want @p exactMatch to be FALSE. + * on the host). In most cases you want @p exactMatch to be false. * Please note: Do not delete the pointer that's returned by this function or you will * remove an item from the list! * diff --git a/smb4k/core/smb4ksambaoptionsinfo.h b/smb4k/core/smb4ksambaoptionsinfo.h index 80e141f..a6de0ff 100644 --- a/smb4k/core/smb4ksambaoptionsinfo.h +++ b/smb4k/core/smb4ksambaoptionsinfo.h @@ -34,7 +34,7 @@ // TQt includes #include <tqstring.h> -#include <kdemacros.h> +#include <tdemacros.h> // forward declarations class Smb4KShare; @@ -47,7 +47,7 @@ class Smb4KShare; * @author Alexander Reinholdt <dustpuppy@mail.berlios.de> */ -class KDE_EXPORT Smb4KSambaOptionsInfo +class TDE_EXPORT Smb4KSambaOptionsInfo { public: /** @@ -83,15 +83,15 @@ class KDE_EXPORT Smb4KSambaOptionsInfo /** * Sets the "should be remounted" flag. * - * @param rm TRUE if the share is to be remounted and - * FALSE otherwise. + * @param rm true if the share is to be remounted and + * false otherwise. */ void setRemount( bool rm ); /** - * Returns TRUE if the share is to be remounted and FALSE otherwise. + * Returns true if the share is to be remounted and false otherwise. * - * @returns TRUE if the share is to be remounted and FALSE otherwise + * @returns true if the share is to be remounted and false otherwise */ bool remount() const { return m_remount; } @@ -145,16 +145,16 @@ class KDE_EXPORT Smb4KSambaOptionsInfo /** * Set the 'Use Kerberos' flag. * - * @param krb TRUE if the user wants to use Kerberos - * and FALSE otherwise. + * @param krb true if the user wants to use Kerberos + * and false otherwise. */ void setKerberos( bool krb ); /** - * This functions returns TRUE if the user wants to use Kerberos and - * otherwise it returns FALSE. + * This functions returns true if the user wants to use Kerberos and + * otherwise it returns false. * - * @returns TRUE if Kerberos should be used and FALSE + * @returns true if Kerberos should be used and false * otherwise. */ bool kerberos() const { return m_kerberos; } @@ -226,17 +226,17 @@ class KDE_EXPORT Smb4KSambaOptionsInfo * * Note: This function is not available und FreeBSD. * - * @param rw TRUE if read-write and FALSE otherwise. + * @param rw true if read-write and false otherwise. */ void setWriteAccess( bool rw ); /** - * This functions returns TRUE if the user wants to mount a share read-write - * otherwise it returns FALSE. + * This functions returns true if the user wants to mount a share read-write + * otherwise it returns false. * * Note: This function is not available und FreeBSD. * - * @returns TRUE if read-write and FALSE otherwise. + * @returns true if read-write and false otherwise. */ bool writeAccess() const { return m_write_access; } #endif diff --git a/smb4k/core/smb4kscanner.cpp b/smb4k/core/smb4kscanner.cpp index 8998d68..ef94bf9 100644 --- a/smb4k/core/smb4kscanner.cpp +++ b/smb4k/core/smb4kscanner.cpp @@ -88,14 +88,14 @@ TQObject *parent, const char *name ) m_queue.setAutoDelete( true ); - connect( m_proc, TQT_SIGNAL( receivedStdout( TDEProcess *, char *, int ) ), - this, TQT_SLOT( slotReceivedStdout( TDEProcess *, char *, int ) ) ); + connect( m_proc, TQ_SIGNAL( receivedStdout( TDEProcess *, char *, int ) ), + this, TQ_SLOT( slotReceivedStdout( TDEProcess *, char *, int ) ) ); - connect( m_proc, TQT_SIGNAL( processExited( TDEProcess* ) ), - this, TQT_SLOT( slotProcessExited( TDEProcess * ) ) ); + connect( m_proc, TQ_SIGNAL( processExited( TDEProcess* ) ), + this, TQ_SLOT( slotProcessExited( TDEProcess * ) ) ); - connect( m_proc, TQT_SIGNAL( receivedStderr( TDEProcess *, char *, int ) ), - this, TQT_SLOT( slotReceivedStderr( TDEProcess *, char *, int ) ) ); + connect( m_proc, TQ_SIGNAL( receivedStderr( TDEProcess *, char *, int ) ), + this, TQ_SLOT( slotReceivedStderr( TDEProcess *, char *, int ) ) ); } @@ -906,7 +906,7 @@ void Smb4KScanner::processWorkgroupMembers() if ( passwordHandler()->askpass( m_priv->workgroup(), m_priv->host(), TQString(), Smb4KPasswordHandler::AccessDenied, - kapp->mainWidget() ? kapp->mainWidget() : 0, "AskPass" ) ) + tdeApp->mainWidget() ? tdeApp->mainWidget() : 0, "AskPass" ) ) { m_queue.enqueue( new TQString( TQString( "%1:%2:%3:%4" ).arg( Hosts ).arg( m_priv->workgroup(), m_priv->host(), m_priv->ip() ) ) ); } @@ -1088,7 +1088,7 @@ void Smb4KScanner::processWorkgroupMembers() if ( passwordHandler()->askpass( m_priv->workgroup(), m_priv->host(), TQString(), Smb4KPasswordHandler::AccessDenied, - kapp->mainWidget() ? kapp->mainWidget() : 0, "AskPass" ) ) + tdeApp->mainWidget() ? tdeApp->mainWidget() : 0, "AskPass" ) ) { m_queue.enqueue( new TQString( TQString( "%1:%2:%3:%4" ).arg( Hosts ).arg( m_priv->workgroup(), m_priv->host(), m_priv->ip() ) ) ); } @@ -1185,7 +1185,7 @@ void Smb4KScanner::processShares() // Authentication failed: emit failed(); - if ( passwordHandler()->askpass( m_priv->workgroup(), m_priv->host(), TQString(), Smb4KPasswordHandler::AccessDenied, kapp->mainWidget() ? kapp->mainWidget() : 0, "AskPass" ) ) + if ( passwordHandler()->askpass( m_priv->workgroup(), m_priv->host(), TQString(), Smb4KPasswordHandler::AccessDenied, tdeApp->mainWidget() ? tdeApp->mainWidget() : 0, "AskPass" ) ) { m_queue.enqueue( new TQString( TQString( "%1:%2:%3:%4:%5" ).arg( Shares ).arg( m_priv->workgroup(), m_priv->host(), m_priv->ip(), TQString() ) ) ); } @@ -1582,7 +1582,7 @@ void Smb4KScanner::timerEvent( TQTimerEvent * ) ///////////////////////////////////////////////////////////////////////////// -// TQT_SLOT IMPLEMENTATIONS +// SLOT IMPLEMENTATIONS ///////////////////////////////////////////////////////////////////////////// @@ -1656,10 +1656,10 @@ void Smb4KScanner::lookupIPAddresses() TDEProcess *proc = new TDEProcess( this ); proc->setUseShell( true ); - connect( proc, TQT_SIGNAL( receivedStdout( TDEProcess *, char *, int ) ), - this, TQT_SLOT( slotReceivedIPAddresses( TDEProcess *, char *, int ) ) ); - connect( proc, TQT_SIGNAL( processExited( TDEProcess * ) ), - this, TQT_SLOT( slotIPAddressProcessExited( TDEProcess * ) ) ); + connect( proc, TQ_SIGNAL( receivedStdout( TDEProcess *, char *, int ) ), + this, TQ_SLOT( slotReceivedIPAddresses( TDEProcess *, char *, int ) ) ); + connect( proc, TQ_SIGNAL( processExited( TDEProcess * ) ), + this, TQ_SLOT( slotIPAddressProcessExited( TDEProcess * ) ) ); *proc << command; proc->start( TDEProcess::NotifyOnExit, TDEProcess::Stdout ); diff --git a/smb4k/core/smb4kscanner.h b/smb4k/core/smb4kscanner.h index 24807f3..2fbd5b6 100644 --- a/smb4k/core/smb4kscanner.h +++ b/smb4k/core/smb4kscanner.h @@ -36,8 +36,8 @@ #include <tqptrqueue.h> // KDE includes -#include <kdemacros.h> -#include <kprocess.h> +#include <tdemacros.h> +#include <tdeprocess.h> // application specific includes #include "smb4kdefs.h" @@ -56,7 +56,7 @@ class Smb4KShareItem; * @author Alexander Reinholdt <dustpuppy@mail.berlios.de> */ -class KDE_EXPORT Smb4KScanner : public TQObject +class TDE_EXPORT Smb4KScanner : public TQObject { TQ_OBJECT @@ -172,7 +172,7 @@ class KDE_EXPORT Smb4KScanner : public TQObject /** * This function reports if the scanner is running or not. * - * @returns TRUE if the scanner is running and FALSE otherwise. + * @returns true if the scanner is running and false otherwise. */ bool isRunning() { return m_working; } diff --git a/smb4k/core/smb4ksettings.kcfgc b/smb4k/core/smb4ksettings.kcfgc index 05fce7c..b57ea76 100644 --- a/smb4k/core/smb4ksettings.kcfgc +++ b/smb4k/core/smb4ksettings.kcfgc @@ -4,4 +4,4 @@ Singleton=true Mutators=true ItemAccessors=true SetUserTexts=true -Visibility=KDE_EXPORT +Visibility=TDE_EXPORT diff --git a/smb4k/core/smb4kshare.h b/smb4k/core/smb4kshare.h index 4bc51be..2e549e0 100644 --- a/smb4k/core/smb4kshare.h +++ b/smb4k/core/smb4kshare.h @@ -38,7 +38,7 @@ #include <tqcstring.h> // KDE includes -#include <kdemacros.h> +#include <tdemacros.h> #include <kuser.h> @@ -51,7 +51,7 @@ * @author Alexander Reinholdt <dustpuppy@users.berlios.de> */ -class KDE_EXPORT Smb4KShare +class TDE_EXPORT Smb4KShare { public: /** @@ -124,7 +124,7 @@ class KDE_EXPORT Smb4KShare /** * This function returns the canonical path of the share. In contrast to * Smb4KShare::path(), it will return the absolute path without symlinks. However, - * should the share be broken (i.e. Smb4KShare::isBroken() returns TRUE), + * should the share be broken (i.e. Smb4KShare::isBroken() returns true), * only Smb4KShare::path() is returned. * * @returns Returns the canonical path of the share. @@ -176,29 +176,29 @@ class KDE_EXPORT Smb4KShare const TQString &cifsLogin() const; /** - * Is TRUE if the share is/seems to be mounted by another + * Is true if the share is/seems to be mounted by another * user. * - * @returns TRUE if another user mounted the share and FALSE otherwise. + * @returns true if another user mounted the share and false otherwise. */ bool isForeign() const; /** * This function sets the share to be foreign. * - * @param foreign TRUE if share is foreign and FALSE otherwise. + * @param foreign true if share is foreign and false otherwise. */ void setForeign( bool foreign ); /** - * Returns TRUE if the share is broken and FALSE otherwise. + * Returns true if the share is broken and false otherwise. */ bool isBroken() const; /** * Sets the share to be broken. * - * @param broken TRUE if the share is broken and FALSE otherwise. + * @param broken true if the share is broken and false otherwise. */ void setBroken( bool broken ); @@ -243,12 +243,12 @@ class KDE_EXPORT Smb4KShare double percentage() const; /** - * Compare another Smb4KShare object with this one and return TRUE if both + * Compare another Smb4KShare object with this one and return true if both * carry the same data. * * @param share The Smb4KShare object that is compared to this one * - * @returns TRUE if the values match. + * @returns true if the values match. */ bool equals( const Smb4KShare &share ); diff --git a/smb4k/core/smb4ksynchronizer.cpp b/smb4k/core/smb4ksynchronizer.cpp index 67e682b..fe1aa3a 100644 --- a/smb4k/core/smb4ksynchronizer.cpp +++ b/smb4k/core/smb4ksynchronizer.cpp @@ -63,17 +63,17 @@ Smb4KSynchronizer::Smb4KSynchronizer( TQObject *parent, const char *name ) m_working = false; - connect( m_proc, TQT_SIGNAL( receivedStdout( TDEProcess *, char *, int ) ), - this, TQT_SLOT( slotReceivedStdout( TDEProcess *, char *, int ) ) ); + connect( m_proc, TQ_SIGNAL( receivedStdout( TDEProcess *, char *, int ) ), + this, TQ_SLOT( slotReceivedStdout( TDEProcess *, char *, int ) ) ); - connect( m_proc, TQT_SIGNAL( processExited( TDEProcess* ) ), - this, TQT_SLOT( slotProcessExited( TDEProcess * ) ) ); + connect( m_proc, TQ_SIGNAL( processExited( TDEProcess* ) ), + this, TQ_SLOT( slotProcessExited( TDEProcess * ) ) ); - connect( m_proc, TQT_SIGNAL( receivedStderr( TDEProcess *, char *, int ) ), - this, TQT_SLOT( slotReceivedStderr( TDEProcess *, char *, int ) ) ); + connect( m_proc, TQ_SIGNAL( receivedStderr( TDEProcess *, char *, int ) ), + this, TQ_SLOT( slotReceivedStderr( TDEProcess *, char *, int ) ) ); - connect( kapp, TQT_SIGNAL( shutDown() ), - this, TQT_SLOT( slotShutdown() ) ); + connect( tdeApp, TQ_SIGNAL( shutDown() ), + this, TQ_SLOT( slotShutdown() ) ); } @@ -356,7 +356,7 @@ const TQString Smb4KSynchronizer::readRsyncOptions() ///////////////////////////////////////////////////////////////////////////// -// TQT_SLOT IMPLEMENTATIONS +// SLOT IMPLEMENTATIONS ///////////////////////////////////////////////////////////////////////////// void Smb4KSynchronizer::abort() diff --git a/smb4k/core/smb4ksynchronizer.h b/smb4k/core/smb4ksynchronizer.h index ea55e87..a89a4ba 100644 --- a/smb4k/core/smb4ksynchronizer.h +++ b/smb4k/core/smb4ksynchronizer.h @@ -31,9 +31,9 @@ #endif // KDE includes -#include <kdemacros.h> +#include <tdemacros.h> #include <kdialogbase.h> -#include <kprocess.h> +#include <tdeprocess.h> // TQt includes #include <tqobject.h> @@ -52,7 +52,7 @@ class Smb4KSynchronizationInfo; */ -class KDE_EXPORT Smb4KSynchronizer : public TQObject +class TDE_EXPORT Smb4KSynchronizer : public TQObject { TQ_OBJECT @@ -84,7 +84,7 @@ class KDE_EXPORT Smb4KSynchronizer : public TQObject /** * This function reports if the synchronizer is running or not. * - * @returns TRUE if the synchronizer is running an FALSE otherwise. + * @returns true if the synchronizer is running an false otherwise. */ bool isRunning() { return m_working; } @@ -168,7 +168,7 @@ class KDE_EXPORT Smb4KSynchronizer : public TQObject TDEProcess *m_proc; /** - * This booian is TRUE if the synchronizer is working and FALSE otherwise. + * This booian is true if the synchronizer is working and false otherwise. */ bool m_working; diff --git a/smb4k/core/smb4tdefileio.cpp b/smb4k/core/smb4tdefileio.cpp index 8513e82..6e56fe4 100644 --- a/smb4k/core/smb4tdefileio.cpp +++ b/smb4k/core/smb4tdefileio.cpp @@ -63,17 +63,17 @@ Smb4KFileIO::Smb4KFileIO( TQObject *parent, const char *name ) : TQObject( paren m_proc = new TDEProcess( this, "FileIOProcess" ); m_proc->setUseShell( true ); - connect( m_proc, TQT_SIGNAL( receivedStderr( TDEProcess *, char *, int ) ), - this, TQT_SLOT( slotReceivedStderr( TDEProcess *, char *, int ) ) ); + connect( m_proc, TQ_SIGNAL( receivedStderr( TDEProcess *, char *, int ) ), + this, TQ_SLOT( slotReceivedStderr( TDEProcess *, char *, int ) ) ); - connect( m_proc, TQT_SIGNAL( receivedStdout( TDEProcess *, char *, int ) ), - this, TQT_SLOT( slotReceivedStdout( TDEProcess *, char *, int ) ) ); + connect( m_proc, TQ_SIGNAL( receivedStdout( TDEProcess *, char *, int ) ), + this, TQ_SLOT( slotReceivedStdout( TDEProcess *, char *, int ) ) ); - connect( m_proc, TQT_SIGNAL( processExited( TDEProcess * ) ), - this, TQT_SLOT( slotProcessExited( TDEProcess * ) ) ); + connect( m_proc, TQ_SIGNAL( processExited( TDEProcess * ) ), + this, TQ_SLOT( slotProcessExited( TDEProcess * ) ) ); - connect( kapp, TQT_SIGNAL( shutDown() ), - this, TQT_SLOT( slotShutdown() ) ); + connect( tdeApp, TQ_SIGNAL( shutDown() ), + this, TQ_SLOT( slotShutdown() ) ); } @@ -1695,7 +1695,7 @@ void Smb4KFileIO::processSuperTab() } ///////////////////////////////////////////////////////////////////////////// -// TQT_SLOT IMPLEMENTATIONS +// SLOT IMPLEMENTATIONS ///////////////////////////////////////////////////////////////////////////// void Smb4KFileIO::slotShutdown() diff --git a/smb4k/core/smb4tdefileio.h b/smb4k/core/smb4tdefileio.h index 7c93a59..af42c69 100644 --- a/smb4k/core/smb4tdefileio.h +++ b/smb4k/core/smb4tdefileio.h @@ -36,8 +36,8 @@ #include <tqcstring.h> // KDE include -#include <kdemacros.h> -#include <kprocess.h> +#include <tdemacros.h> +#include <tdeprocess.h> /** @@ -47,7 +47,7 @@ * @author Alexander Reinholdt <dustpuppy@mail.berlios.de> */ -class KDE_EXPORT Smb4KFileIO : public TQObject +class TDE_EXPORT Smb4KFileIO : public TQObject { TQ_OBJECT @@ -78,9 +78,9 @@ class KDE_EXPORT Smb4KFileIO : public TQObject * * @param operation Defines whether entries should be inserted or if * they should be removed. With Smb4KFileIO::NoOperation - * the function exits immediately and returns TRUE. + * the function exits immediately and returns true. * - * @returns TRUE if the write process was successfully initiate and FALSE + * @returns true if the write process was successfully initiate and false * otherwise. * * @note You need to connect to the finished() and failed() signals to find @@ -94,9 +94,9 @@ class KDE_EXPORT Smb4KFileIO : public TQObject * * @param operation Defines whether entries should be inserted or if * they should be removed. With Smb4KFileIO::NoOperation - * the function exits immediately and returns TRUE. + * the function exits immediately and returns true. * - * @returns TRUE if the write process was successfully initiate and FALSE + * @returns true if the write process was successfully initiate and false * otherwise. * * @note You need to connect to the finished() and failed() signals to find @@ -160,14 +160,14 @@ class KDE_EXPORT Smb4KFileIO : public TQObject * This function creates a lock file in /tmp if it does not * exist already. If the user is not allowed to write to the * desired file a the moment, the user will be shown an error - * dialog and the function will return FALSE. + * dialog and the function will return false. * * Checks are performed to make sure it is save to write to an * existing lock file using the system call lstat(). * * @param filename The name of the file that is to be modified. * - * @returns TRUE if the creation was successful and FALSE if + * @returns true if the creation was successful and false if * something went wrong. */ bool createLockFile( const TQString &filename ); @@ -179,11 +179,11 @@ class KDE_EXPORT Smb4KFileIO : public TQObject * Checks are performed to make sure it is save to write to an * existing lock file using the system call lstat(). * - * @param shutdown Should be set to FALSE if you do not want to have + * @param shutdown Should be set to false if you do not want to have * any error message shown. Otherwise you should set it - * to TRUE. + * to true. * - * @returns TRUE if the removal was successful and FALSE if + * @returns true if the removal was successful and false if * something went wrong. */ bool removeLockFile( const bool error_message = true ); diff --git a/smb4k/core/smb4tdeglobal.h b/smb4k/core/smb4tdeglobal.h index dd5dbe1..bf0e13c 100644 --- a/smb4k/core/smb4tdeglobal.h +++ b/smb4k/core/smb4tdeglobal.h @@ -29,7 +29,7 @@ #include <tqstring.h> #include <tqtimer.h> -#include <kdemacros.h> +#include <tdemacros.h> #include <tdeconfig.h> // forward declarations: @@ -43,7 +43,7 @@ class Smb4KHomesSharesHandler; * @author Alexander Reinholdt <dustpuppy@users.berlios.de> */ -namespace KDE_EXPORT Smb4TDEGlobal +namespace Smb4TDEGlobal TDE_EXPORT { /** * This returns the pointer to the global timer for the application. @@ -52,7 +52,7 @@ namespace KDE_EXPORT Smb4TDEGlobal * * @returns A pointer to the global timer. */ - TQTimer *timer() KDE_DEPRECATED; + TQTimer *timer() TDE_DEPRECATED; /** * This function returns the interval of the timer. diff --git a/smb4k/dialogs/Makefile.am b/smb4k/dialogs/Makefile.am deleted file mode 100644 index 2b99869..0000000 --- a/smb4k/dialogs/Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ -INCLUDES = $(all_includes) -METASOURCES = AUTO -lib_LTLIBRARIES = libsmb4kdialogs.la -libsmb4kdialogs_la_LDFLAGS = -avoid-version -no-undefined $(all_libraries) -libsmb4kdialogs_la_SOURCES = smb4kbookmarkeditor.cpp \ - smb4kcustomoptionsdialog.cpp smb4kmountdialog.cpp smb4kpreviewdialog.cpp smb4kprintdialog.cpp \ - smb4ksynchronizationdialog.cpp -libsmb4kdialogs_la_LIBADD = $(top_builddir)/smb4k/core/libsmb4kcore.la \ - $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TQT) -noinst_HEADERS = smb4kbookmarkeditor.h smb4kmountdialog.h smb4kpreviewdialog.h \ - smb4kprintdialog.h smb4ksynchronizationdialog.h diff --git a/smb4k/dialogs/smb4kbookmarkeditor.cpp b/smb4k/dialogs/smb4kbookmarkeditor.cpp index 4551933..8f5358a 100644 --- a/smb4k/dialogs/smb4kbookmarkeditor.cpp +++ b/smb4k/dialogs/smb4kbookmarkeditor.cpp @@ -71,9 +71,9 @@ Smb4KBookmarkEditor::Smb4KBookmarkEditor( TQWidget *parent, const char *name ) m_collection = new TDEActionCollection( this, "BookmarkEditor_ActionCollection", TDEGlobal::instance() ); - (void) new TDEAction( i18n( "&Remove" ), "remove", Key_Delete, TQT_TQOBJECT(this), TQT_SLOT( slotRemoveClicked() ), m_collection, "remove_bookmark" ); + (void) new TDEAction( i18n( "&Remove" ), "remove", Key_Delete, this, TQ_SLOT( slotRemoveClicked() ), m_collection, "remove_bookmark" ); - (void) new TDEAction( i18n( "Remove &All" ), "edit-delete", CTRL+Key_X, TQT_TQOBJECT(this), TQT_SLOT( slotDeleteAllClicked() ), m_collection, "remove_all_bookmarks" ); + (void) new TDEAction( i18n( "Remove &All" ), "edit-delete", CTRL+Key_X, this, TQ_SLOT( slotDeleteAllClicked() ), m_collection, "remove_all_bookmarks" ); slotLoadBookmarks(); @@ -82,20 +82,20 @@ Smb4KBookmarkEditor::Smb4KBookmarkEditor( TQWidget *parent, const char *name ) setInitialSize( configDialogSize( *(Smb4KSettings::self()->config()), "BookmarkEditor" ) ); setMinimumSize( (sizeHint().width() > 350 ? sizeHint().width() : 350), sizeHint().height() ); - connect( m_view, TQT_SIGNAL( rightButtonPressed( TQListViewItem *, const TQPoint &, int ) ), - this, TQT_SLOT( slotRightButtonPressed( TQListViewItem *, const TQPoint &, int ) ) ); + connect( m_view, TQ_SIGNAL( rightButtonPressed( TQListViewItem *, const TQPoint &, int ) ), + this, TQ_SLOT( slotRightButtonPressed( TQListViewItem *, const TQPoint &, int ) ) ); - connect( m_view, TQT_SIGNAL( itemRenamed( TQListViewItem * ) ), - this, TQT_SLOT( slotItemRenamed( TQListViewItem * ) ) ); + connect( m_view, TQ_SIGNAL( itemRenamed( TQListViewItem * ) ), + this, TQ_SLOT( slotItemRenamed( TQListViewItem * ) ) ); - connect( this, TQT_SIGNAL( okClicked() ), - this, TQT_SLOT( slotOkClicked() ) ); + connect( this, TQ_SIGNAL( okClicked() ), + this, TQ_SLOT( slotOkClicked() ) ); - connect( this, TQT_SIGNAL( cancelClicked() ), - this, TQT_SLOT( slotCancelClicked() ) ); + connect( this, TQ_SIGNAL( cancelClicked() ), + this, TQ_SLOT( slotCancelClicked() ) ); - connect( Smb4KCore::bookmarkHandler(), TQT_SIGNAL( bookmarksUpdated() ), - this, TQT_SLOT( slotLoadBookmarks() ) ); + connect( Smb4KCore::bookmarkHandler(), TQ_SIGNAL( bookmarksUpdated() ), + this, TQ_SLOT( slotLoadBookmarks() ) ); } @@ -113,7 +113,7 @@ Smb4KBookmarkEditor::~Smb4KBookmarkEditor() ///////////////////////////////////////////////////////////////////////////// -// TQT_SLOT IMPLEMENTATIONS +// SLOT IMPLEMENTATIONS ///////////////////////////////////////////////////////////////////////////// void Smb4KBookmarkEditor::slotRightButtonPressed( TQListViewItem *item, const TQPoint &pos, int ) @@ -140,7 +140,7 @@ void Smb4KBookmarkEditor::slotRightButtonPressed( TQListViewItem *item, const TQ if ( !menu ) { - menu = new TDEActionMenu( TQT_TQOBJECT(this), "BookmarkEditorPopupMenu" ); + menu = new TDEActionMenu( this, "BookmarkEditorPopupMenu" ); menu->insert( m_collection->action( "remove_bookmark" ) ); menu->insert( m_collection->action( "remove_all_bookmarks" ) ); } diff --git a/smb4k/dialogs/smb4kbookmarkeditor.h b/smb4k/dialogs/smb4kbookmarkeditor.h index 6927154..d1761d9 100644 --- a/smb4k/dialogs/smb4kbookmarkeditor.h +++ b/smb4k/dialogs/smb4kbookmarkeditor.h @@ -31,7 +31,7 @@ #endif // KDE includes -#include <kdemacros.h> +#include <tdemacros.h> #include <kdialogbase.h> #include <tdelistview.h> #include <tdeactioncollection.h> @@ -42,7 +42,7 @@ * @author Alexander Reinholdt <dustpuppy@users.berlios.de> */ -class KDE_EXPORT Smb4KBookmarkEditor : public KDialogBase +class TDE_EXPORT Smb4KBookmarkEditor : public KDialogBase { TQ_OBJECT diff --git a/smb4k/dialogs/smb4kcustomoptionsdialog.cpp b/smb4k/dialogs/smb4kcustomoptionsdialog.cpp index 7f9528e..404ba94 100644 --- a/smb4k/dialogs/smb4kcustomoptionsdialog.cpp +++ b/smb4k/dialogs/smb4kcustomoptionsdialog.cpp @@ -111,7 +111,7 @@ Smb4KCustomOptionsDialog::Smb4KCustomOptionsDialog( Smb4KShareItem *share, TQWid } else { - m_homes_user = specifyUser( share->host(), kapp->mainWidget() ? kapp->mainWidget() : 0, "SpecifyUser" ); + m_homes_user = specifyUser( share->host(), tdeApp->mainWidget() ? tdeApp->mainWidget() : 0, "SpecifyUser" ); m_initialized = m_homes_user.isEmpty() ? false : true; } @@ -262,14 +262,14 @@ void Smb4KCustomOptionsDialog::setupDialog() } // Connections: - connect( m_port_input, TQT_SIGNAL( valueChanged( int ) ), - this, TQT_SLOT( slotPortChanged( int ) ) ); + connect( m_port_input, TQ_SIGNAL( valueChanged( int ) ), + this, TQ_SLOT( slotPortChanged( int ) ) ); - connect( m_kerberos, TQT_SIGNAL( toggled( bool ) ), - this, TQT_SLOT( slotKerberosToggled( bool ) ) ); + connect( m_kerberos, TQ_SIGNAL( toggled( bool ) ), + this, TQ_SLOT( slotKerberosToggled( bool ) ) ); - connect( m_proto_input, TQT_SIGNAL( activated( const TQString & ) ), - this, TQT_SLOT( slotProtocolChanged( const TQString & ) ) ); + connect( m_proto_input, TQ_SIGNAL( activated( const TQString & ) ), + this, TQ_SLOT( slotProtocolChanged( const TQString & ) ) ); break; } @@ -448,24 +448,24 @@ void Smb4KCustomOptionsDialog::setupDialog() #endif // Connections: - connect( m_port_input, TQT_SIGNAL( valueChanged( int ) ), - this, TQT_SLOT( slotPortChanged( int ) ) ); + connect( m_port_input, TQ_SIGNAL( valueChanged( int ) ), + this, TQ_SLOT( slotPortChanged( int ) ) ); - connect( m_uid_input, TQT_SIGNAL( textChanged( const TQString & ) ), - this, TQT_SLOT( slotUIDChanged( const TQString & ) ) ); + connect( m_uid_input, TQ_SIGNAL( textChanged( const TQString & ) ), + this, TQ_SLOT( slotUIDChanged( const TQString & ) ) ); - connect( m_gid_input, TQT_SIGNAL( textChanged( const TQString & ) ), - this, TQT_SLOT( slotGIDChanged( const TQString & ) ) ); + connect( m_gid_input, TQ_SIGNAL( textChanged( const TQString & ) ), + this, TQ_SLOT( slotGIDChanged( const TQString & ) ) ); #ifndef __FreeBSD__ - connect( m_kerberos, TQT_SIGNAL( toggled( bool ) ), - this, TQT_SLOT( slotKerberosToggled( bool ) ) ); + connect( m_kerberos, TQ_SIGNAL( toggled( bool ) ), + this, TQ_SLOT( slotKerberosToggled( bool ) ) ); - connect( m_rw_input, TQT_SIGNAL( activated( const TQString & ) ), - this, TQT_SLOT( slotWriteAccessChanged( const TQString & ) ) ); + connect( m_rw_input, TQ_SIGNAL( activated( const TQString & ) ), + this, TQ_SLOT( slotWriteAccessChanged( const TQString & ) ) ); - connect( m_fs_input, TQT_SIGNAL( activated( const TQString & ) ), - this, TQT_SLOT( slotFilesystemChanged( const TQString & ) ) ); + connect( m_fs_input, TQ_SIGNAL( activated( const TQString & ) ), + this, TQ_SLOT( slotFilesystemChanged( const TQString & ) ) ); #endif break; @@ -482,17 +482,17 @@ void Smb4KCustomOptionsDialog::setupDialog() enableButton( User1, enable_default_button ); // Connect the buttons: - connect( this, TQT_SIGNAL( okClicked() ), - this, TQT_SLOT( slotOKButtonClicked() ) ); + connect( this, TQ_SIGNAL( okClicked() ), + this, TQ_SLOT( slotOKButtonClicked() ) ); - connect( this, TQT_SIGNAL( user1Clicked() ), - this, TQT_SLOT( slotDefaultButtonClicked() ) ); + connect( this, TQ_SIGNAL( user1Clicked() ), + this, TQ_SLOT( slotDefaultButtonClicked() ) ); setFixedSize( (sizeHint().width() > 350 ? sizeHint().width() : 350), sizeHint().height() ); } ///////////////////////////////////////////////////////////////////////////// -// TQT_SLOT IMPLEMENTATIONS +// SLOT IMPLEMENTATIONS ///////////////////////////////////////////////////////////////////////////// void Smb4KCustomOptionsDialog::slotPortChanged( int val ) diff --git a/smb4k/dialogs/smb4kcustomoptionsdialog.h b/smb4k/dialogs/smb4kcustomoptionsdialog.h index dbe0529..66dd72b 100644 --- a/smb4k/dialogs/smb4kcustomoptionsdialog.h +++ b/smb4k/dialogs/smb4kcustomoptionsdialog.h @@ -35,7 +35,7 @@ #include <tqcheckbox.h> // KDE includes -#include <kdemacros.h> +#include <tdemacros.h> #include <kdialogbase.h> #include <knuminput.h> #include <kcombobox.h> @@ -45,7 +45,7 @@ class Smb4KHostItem; class Smb4KShareItem; -class KDE_EXPORT Smb4KCustomOptionsDialog : public KDialogBase +class TDE_EXPORT Smb4KCustomOptionsDialog : public KDialogBase { TQ_OBJECT @@ -79,12 +79,12 @@ class KDE_EXPORT Smb4KCustomOptionsDialog : public KDialogBase ~Smb4KCustomOptionsDialog(); /** - * This function returns TRUE if the dialog has been initialized correctly - * and may be shown now. It will always return TRUE if you want to set options + * This function returns true if the dialog has been initialized correctly + * and may be shown now. It will always return true if you want to set options * for a server or for a share, that is not a 'homes' share. Only in the case - * of a homes share it may return FALSE, if you didn't choose a user name. + * of a homes share it may return false, if you didn't choose a user name. * - * @returns TRUE if the dialog has been set up correctly. + * @returns true if the dialog has been set up correctly. */ bool isInitialized() { return m_initialized; } @@ -114,8 +114,8 @@ class KDE_EXPORT Smb4KCustomOptionsDialog : public KDialogBase * Is invoked when the user clicked the 'Use Kerberos' * check box. * - * @param on TRUE if the check box was - * checked and FALSE otherwise + * @param on true if the check box was + * checked and false otherwise */ void slotKerberosToggled( bool on ); @@ -201,7 +201,7 @@ class KDE_EXPORT Smb4KCustomOptionsDialog : public KDialogBase KComboBox *m_proto_input; /** - * Boolean that is TRUE if the dialog has been initialized + * Boolean that is true if the dialog has been initialized * correctly and my be shown now. */ bool m_initialized; diff --git a/smb4k/dialogs/smb4kmountdialog.cpp b/smb4k/dialogs/smb4kmountdialog.cpp index 597215d..a149a75 100644 --- a/smb4k/dialogs/smb4kmountdialog.cpp +++ b/smb4k/dialogs/smb4kmountdialog.cpp @@ -90,15 +90,15 @@ void Smb4KMountDialog::setupView() layout->addWidget( m_workgroup_input, 2, 1, 0 ); layout->addMultiCellWidget( m_bookmark, 3, 3, 0, 1, 0 ); - connect( m_share_input, TQT_SIGNAL( textChanged ( const TQString & ) ) , - this, TQT_SLOT( slotChangeInputValue( const TQString & ) ) ); + connect( m_share_input, TQ_SIGNAL( textChanged ( const TQString & ) ) , + this, TQ_SLOT( slotChangeInputValue( const TQString & ) ) ); slotChangeInputValue( m_share_input->text() ); } ///////////////////////////////////////////////////////////////////////////// -// TQT_SLOT IMPLEMENTATIONS +// SLOT IMPLEMENTATIONS ///////////////////////////////////////////////////////////////////////////// void Smb4KMountDialog::slotChangeInputValue( const TQString& _test) @@ -133,7 +133,7 @@ void Smb4KMountDialog::slotOk() Smb4KCore::bookmarkHandler()->addBookmark( new Smb4KBookmark( host, share, workgroup, ip, TQString() ) ); } - connect( Smb4KCore::mounter(), TQT_SIGNAL( state( int ) ), this, TQT_SLOT( slotMounterStateChanged( int ) ) ); + connect( Smb4KCore::mounter(), TQ_SIGNAL( state( int ) ), this, TQ_SLOT( slotMounterStateChanged( int ) ) ); } else { diff --git a/smb4k/dialogs/smb4kmountdialog.h b/smb4k/dialogs/smb4kmountdialog.h index 24adb50..ed65b17 100644 --- a/smb4k/dialogs/smb4kmountdialog.h +++ b/smb4k/dialogs/smb4kmountdialog.h @@ -35,7 +35,7 @@ #include <tqcheckbox.h> // KDE includes -#include <kdemacros.h> +#include <tdemacros.h> #include <kdialogbase.h> #include <klineedit.h> @@ -45,7 +45,7 @@ * @author Alexander Reinholdt <dustpuppy@users.berlios.de> */ -class KDE_EXPORT Smb4KMountDialog : public KDialogBase +class TDE_EXPORT Smb4KMountDialog : public KDialogBase { TQ_OBJECT diff --git a/smb4k/dialogs/smb4kpreviewdialog.cpp b/smb4k/dialogs/smb4kpreviewdialog.cpp index 4186151..4180108 100644 --- a/smb4k/dialogs/smb4kpreviewdialog.cpp +++ b/smb4k/dialogs/smb4kpreviewdialog.cpp @@ -64,17 +64,17 @@ Smb4KPreviewDialog::Smb4KPreviewDialog( Smb4KShareItem *item, TQWidget *parent, setInitialSize( configDialogSize( *(Smb4KSettings::self()->config()), "PreviewDialog" ) ); - connect( m_view, TQT_SIGNAL( executed( TQIconViewItem * ) ), - this, TQT_SLOT( slotItemExecuted( TQIconViewItem * ) ) ); + connect( m_view, TQ_SIGNAL( executed( TQIconViewItem * ) ), + this, TQ_SLOT( slotItemExecuted( TQIconViewItem * ) ) ); - connect( m_toolbar, TQT_SIGNAL( clicked( int ) ), - this, TQT_SLOT( slotButtonClicked( int ) ) ); + connect( m_toolbar, TQ_SIGNAL( clicked( int ) ), + this, TQ_SLOT( slotButtonClicked( int ) ) ); - connect( m_combo, TQT_SIGNAL( activated( const TQString & ) ), - this, TQT_SLOT( slotItemActivated( const TQString & ) ) ); + connect( m_combo, TQ_SIGNAL( activated( const TQString & ) ), + this, TQ_SLOT( slotItemActivated( const TQString & ) ) ); - connect( Smb4KCore::previewer(), TQT_SIGNAL( result( Smb4KPreviewItem * ) ), - this, TQT_SLOT( slotReceivedData( Smb4KPreviewItem * ) ) ); + connect( Smb4KCore::previewer(), TQ_SIGNAL( result( Smb4KPreviewItem * ) ), + this, TQ_SLOT( slotReceivedData( Smb4KPreviewItem * ) ) ); m_initialized = Smb4KCore::previewer()->preview( m_item ); } @@ -124,7 +124,7 @@ void Smb4KPreviewDialog::setupView() ///////////////////////////////////////////////////////////////////////////// -// TQT_SLOT IMPLEMENTATIONS +// SLOT IMPLEMENTATIONS ///////////////////////////////////////////////////////////////////////////// void Smb4KPreviewDialog::slotReceivedData( Smb4KPreviewItem *item ) diff --git a/smb4k/dialogs/smb4kpreviewdialog.h b/smb4k/dialogs/smb4kpreviewdialog.h index f4ea96f..6518901 100644 --- a/smb4k/dialogs/smb4kpreviewdialog.h +++ b/smb4k/dialogs/smb4kpreviewdialog.h @@ -34,7 +34,7 @@ #include <tqvaluelist.h> // KDE includes -#include <kdemacros.h> +#include <tdemacros.h> #include <kdialogbase.h> #include <kiconview.h> #include <tdetoolbar.h> @@ -53,7 +53,7 @@ class Smb4KShareItem; * @author Alexander Reinholdt <dustpuppy@users.berlios.de> */ -class KDE_EXPORT Smb4KPreviewDialog : public KDialogBase +class TDE_EXPORT Smb4KPreviewDialog : public KDialogBase { TQ_OBJECT @@ -76,10 +76,10 @@ class KDE_EXPORT Smb4KPreviewDialog : public KDialogBase ~Smb4KPreviewDialog(); /** - * This function returns TRUE if the preview dialog has been - * initialized correctly and FALSE otherwise. + * This function returns true if the preview dialog has been + * initialized correctly and false otherwise. * - * @returns TRUE if the dialog was initialized correctly. + * @returns true if the dialog was initialized correctly. */ bool isInitialized() { return m_initialized; } @@ -161,8 +161,8 @@ class KDE_EXPORT Smb4KPreviewDialog : public KDialogBase TQStringList::Iterator m_current_item; /** - * TRUE if the dialog was successfully initilized and - * FALSE otherwise. + * true if the dialog was successfully initilized and + * false otherwise. */ bool m_initialized; }; diff --git a/smb4k/dialogs/smb4kprintdialog.cpp b/smb4k/dialogs/smb4kprintdialog.cpp index 11c6b73..d8165f3 100644 --- a/smb4k/dialogs/smb4kprintdialog.cpp +++ b/smb4k/dialogs/smb4kprintdialog.cpp @@ -115,8 +115,8 @@ m_item( item ), m_ip( TQString() ) /* will collect it in an instant */ enableButton( User1, false ); - connect( requester, TQT_SIGNAL( textChanged( const TQString & ) ), - this, TQT_SLOT( slotInputValueChanged( const TQString & ) ) ); + connect( requester, TQ_SIGNAL( textChanged( const TQString & ) ), + this, TQ_SLOT( slotInputValueChanged( const TQString & ) ) ); } @@ -127,13 +127,13 @@ Smb4KPrintDialog::~ Smb4KPrintDialog() ///////////////////////////////////////////////////////////////////////////// -// TQT_SLOT IMPLEMENTATIONS +// SLOT IMPLEMENTATIONS ///////////////////////////////////////////////////////////////////////////// void Smb4KPrintDialog::slotUser1() { - KURLRequester *url = static_cast<KURLRequester *>( TQT_TQWIDGET(child( "URL", "KURLRequester", true )) ); - KIntNumInput *copies = static_cast<KIntNumInput *>( TQT_TQWIDGET(child( "Copies", "KIntNumInput", true )) ); + KURLRequester *url = static_cast<KURLRequester *>( child( "URL", "KURLRequester", true ) ); + KIntNumInput *copies = static_cast<KIntNumInput *>( child( "Copies", "KIntNumInput", true ) ); if ( url && copies ) { @@ -143,7 +143,7 @@ void Smb4KPrintDialog::slotUser1() { enableButton( User1, false ); - connect( Smb4KCore::print(), TQT_SIGNAL( state( int ) ), this, TQT_SLOT( slotPrintStateChanged( int ) ) ); + connect( Smb4KCore::print(), TQ_SIGNAL( state( int ) ), this, TQ_SLOT( slotPrintStateChanged( int ) ) ); } else { diff --git a/smb4k/dialogs/smb4kprintdialog.h b/smb4k/dialogs/smb4kprintdialog.h index 523513c..06999c2 100644 --- a/smb4k/dialogs/smb4kprintdialog.h +++ b/smb4k/dialogs/smb4kprintdialog.h @@ -34,7 +34,7 @@ #include <tqstring.h> // KDE includes -#include <kdemacros.h> +#include <tdemacros.h> #include <kdialogbase.h> // forward declarations @@ -49,7 +49,7 @@ class Smb4KShareItem; * @author Alexander Reinholdt <dustpuppy@users.berlios.de> */ -class KDE_EXPORT Smb4KPrintDialog : public KDialogBase +class TDE_EXPORT Smb4KPrintDialog : public KDialogBase { TQ_OBJECT diff --git a/smb4k/dialogs/smb4ksynchronizationdialog.cpp b/smb4k/dialogs/smb4ksynchronizationdialog.cpp index 9ad3a51..1425709 100644 --- a/smb4k/dialogs/smb4ksynchronizationdialog.cpp +++ b/smb4k/dialogs/smb4ksynchronizationdialog.cpp @@ -109,11 +109,11 @@ m_share( share ) layout->addMultiCellWidget( transfer_widget, 5, 6, 0, 1, 0 ); // Connections - connect( Smb4KCore::synchronizer(), TQT_SIGNAL( progress( const Smb4KSynchronizationInfo & ) ), - this, TQT_SLOT( slotProgress( const Smb4KSynchronizationInfo & ) ) ); + connect( Smb4KCore::synchronizer(), TQ_SIGNAL( progress( const Smb4KSynchronizationInfo & ) ), + this, TQ_SLOT( slotProgress( const Smb4KSynchronizationInfo & ) ) ); - connect( Smb4KCore::synchronizer(), TQT_SIGNAL( finished() ), - this, TQT_SLOT( slotSynchronizationFinished() ) ); + connect( Smb4KCore::synchronizer(), TQ_SIGNAL( finished() ), + this, TQ_SLOT( slotSynchronizationFinished() ) ); setFixedSize( (sizeHint().width() > 350 ? sizeHint().width() : 350), sizeHint().height() ); @@ -127,7 +127,7 @@ Smb4KSynchronizationDialog::~Smb4KSynchronizationDialog() ///////////////////////////////////////////////////////////////////////////// -// TQT_SLOT IMPLEMENTATIONS +// SLOT IMPLEMENTATIONS ///////////////////////////////////////////////////////////////////////////// @@ -137,23 +137,23 @@ void Smb4KSynchronizationDialog::slotUser1() // Disable the URL requesters but in a way, that the information // proviced in them is still readable: - KURLRequester *source = static_cast<KURLRequester *>( TQT_TQWIDGET(child( "SourceURL", "KURLRequester", true )) ); + KURLRequester *source = static_cast<KURLRequester *>( child( "SourceURL", "KURLRequester", true ) ); source->lineEdit()->setReadOnly( true ); source->button()->setEnabled( false ); - KURLRequester *destination = static_cast<KURLRequester *>( TQT_TQWIDGET(child( "DestinationURL", "KURLRequester", true )) ); + KURLRequester *destination = static_cast<KURLRequester *>( child( "DestinationURL", "KURLRequester", true ) ); destination->lineEdit()->setReadOnly( true ); destination->button()->setEnabled( false ); - TQWidget *transfer_widget = static_cast<TQWidget *>( TQT_TQWIDGET(child( "TransferInfoWidget", "TQWidget", true )) ); + TQWidget *transfer_widget = static_cast<TQWidget *>( child( "TransferInfoWidget", "TQWidget", true ) ); transfer_widget->setEnabled( true ); enableButton( User1, false ); enableButton( User2, false ); // Enable the progress bars and the information widgets: - static_cast<KProgress *>( TQT_TQWIDGET(child( "IndividualProgress", "KProgress", true )) )->setEnabled( true ); - static_cast<KProgress *>( TQT_TQWIDGET(child( "TotalProgress", "KProgress", true )) )->setEnabled( true ); + static_cast<KProgress *>( child( "IndividualProgress", "KProgress", true ) )->setEnabled( true ); + static_cast<KProgress *>( child( "TotalProgress", "KProgress", true ) )->setEnabled( true ); Smb4KCore::synchronizer()->synchronize( source->url(), destination->url() ); } @@ -163,8 +163,8 @@ void Smb4KSynchronizationDialog::slotUser2() { // Swap URLs. - KURLRequester *source = static_cast<KURLRequester *>( TQT_TQWIDGET(child( "SourceURL", "KURLRequester", true )) ); - KURLRequester *destination = static_cast<KURLRequester *>( TQT_TQWIDGET(child( "DestinationURL", "KURLRequester", true )) ); + KURLRequester *source = static_cast<KURLRequester *>( child( "SourceURL", "KURLRequester", true ) ); + KURLRequester *destination = static_cast<KURLRequester *>( child( "DestinationURL", "KURLRequester", true ) ); TQString sourceURL = source->url(); TQString destinationURL = destination->url(); @@ -184,11 +184,11 @@ void Smb4KSynchronizationDialog::slotCancel() void Smb4KSynchronizationDialog::slotProgress( const Smb4KSynchronizationInfo &info ) { - KLineEdit *progress = static_cast<KLineEdit *>( TQT_TQWIDGET(child( "ProgressInfo", "KLineEdit", true )) ); - KProgress *individual = static_cast<KProgress *>( TQT_TQWIDGET(child( "IndividualProgress", "KProgress", true )) ); - KProgress *total = static_cast<KProgress *>( TQT_TQWIDGET(child( "TotalProgress", "KProgress", true )) ); - TQLabel *transferred = static_cast<TQLabel *>( TQT_TQWIDGET(child( "FilesTransferred", "TQLabel", true )) ); - TQLabel *rate = static_cast<TQLabel *>( TQT_TQWIDGET(child( "TransferRate", "TQLabel", true )) ); + KLineEdit *progress = static_cast<KLineEdit *>( child( "ProgressInfo", "KLineEdit", true ) ); + KProgress *individual = static_cast<KProgress *>( child( "IndividualProgress", "KProgress", true ) ); + KProgress *total = static_cast<KProgress *>( child( "TotalProgress", "KProgress", true ) ); + TQLabel *transferred = static_cast<TQLabel *>( child( "FilesTransferred", "TQLabel", true ) ); + TQLabel *rate = static_cast<TQLabel *>( child( "TransferRate", "TQLabel", true ) ); if ( !info.text().isEmpty() ) { @@ -219,8 +219,8 @@ void Smb4KSynchronizationDialog::slotProgress( const Smb4KSynchronizationInfo &i void Smb4KSynchronizationDialog::slotSynchronizationFinished() { - KProgress *individual = static_cast<KProgress *>( TQT_TQWIDGET(child( "IndividualProgress", "KProgress", true )) ); - KProgress *total = static_cast<KProgress *>( TQT_TQWIDGET(child( "TotalProgress", "KProgress", true )) ); + KProgress *individual = static_cast<KProgress *>( child( "IndividualProgress", "KProgress", true ) ); + KProgress *total = static_cast<KProgress *>( child( "TotalProgress", "KProgress", true ) ); if ( individual && individual->progress() != 100 ) { diff --git a/smb4k/dialogs/smb4ksynchronizationdialog.h b/smb4k/dialogs/smb4ksynchronizationdialog.h index 78cefcb..64118fe 100644 --- a/smb4k/dialogs/smb4ksynchronizationdialog.h +++ b/smb4k/dialogs/smb4ksynchronizationdialog.h @@ -31,7 +31,7 @@ #endif // KDE includes -#include <kdemacros.h> +#include <tdemacros.h> #include <kdialogbase.h> #include <kurlrequester.h> @@ -47,7 +47,7 @@ class Smb4KSynchronizationInfo; * @author Alexander Reinholdt <dustpuppy@users.berlios.de> */ -class KDE_EXPORT Smb4KSynchronizationDialog : public KDialogBase +class TDE_EXPORT Smb4KSynchronizationDialog : public KDialogBase { TQ_OBJECT diff --git a/smb4k/icons/Makefile.am b/smb4k/icons/Makefile.am deleted file mode 100644 index 622e8eb..0000000 --- a/smb4k/icons/Makefile.am +++ /dev/null @@ -1,22 +0,0 @@ -####### tdevelop will overwrite this part!!! (begin)########## - - -EXTRA_DIST = cr16-app-smb4k.png cr32-app-smb4k.png cr48-app-smb4k.png cr64-app-smb4k.png - -install-data-local: - $(mkinstalldirs) $(kde_icondir)/crystalsvg/16x16/apps/ - $(INSTALL_DATA) $(srcdir)/cr16-app-smb4k.png $(kde_icondir)/crystalsvg/16x16/apps/smb4k.png - $(mkinstalldirs) $(kde_icondir)/crystalsvg/32x32/apps/ - $(INSTALL_DATA) $(srcdir)/cr32-app-smb4k.png $(kde_icondir)/crystalsvg/32x32/apps/smb4k.png - $(mkinstalldirs) $(kde_icondir)/crystalsvg/48x48/apps/ - $(INSTALL_DATA) $(srcdir)/cr48-app-smb4k.png $(kde_icondir)/crystalsvg/48x48/apps/smb4k.png - $(mkinstalldirs) $(kde_icondir)/crystalsvg/64x64/apps/ - $(INSTALL_DATA) $(srcdir)/cr64-app-smb4k.png $(kde_icondir)/crystalsvg/64x64/apps/smb4k.png - -uninstall-local: - -rm -f $(kde_icondir)/crystalsvg/16x16/apps/smb4k.png - -rm -f $(kde_icondir)/crystalsvg/32x32/apps/smb4k.png - -rm -f $(kde_icondir)/crystalsvg/48x48/apps/smb4k.png - -rm -f $(kde_icondir)/crystalsvg/64x64/apps/smb4k.png - -####### tdevelop will overwrite this part!!! (end)############ diff --git a/smb4k/iconview/Makefile.am b/smb4k/iconview/Makefile.am deleted file mode 100644 index 864519e..0000000 --- a/smb4k/iconview/Makefile.am +++ /dev/null @@ -1,16 +0,0 @@ -INCLUDES = $(all_includes) -METASOURCES = AUTO - -kde_module_LTLIBRARIES = libsmb4ksharesiconview.la -libsmb4ksharesiconview_la_SOURCES = smb4ksharesiconview.cpp \ - smb4ksharesiconview_part.cpp smb4ksharesiconviewitem.cpp \ - smb4ksharesiconviewtooltip.cpp -libsmb4ksharesiconview_la_LDFLAGS = -module -no-undefined $(all_libraries) -noinst_HEADERS = smb4ksharesiconview.h smb4ksharesiconview_part.h \ - smb4ksharesiconviewitem.h smb4ksharesiconviewtooltip.h -libsmb4ksharesiconview_la_LIBADD = $(top_builddir)/smb4k/core/libsmb4kcore.la \ - $(top_builddir)/smb4k/dialogs/libsmb4kdialogs.la $(LIB_TDEIO) $(LIB_TDECORE) $(LIB_TDEUI) $(KDE_PLUGIN) $(LIB_TDEPARTS) \ - $(LIB_TQT) - -partrcdir = $(kde_datadir)/smb4ksharesiconviewpart -partrc_DATA = smb4ksharesiconview_part.rc diff --git a/smb4k/iconview/smb4ksharesiconview.cpp b/smb4k/iconview/smb4ksharesiconview.cpp index 1b08751..50db329 100644 --- a/smb4k/iconview/smb4ksharesiconview.cpp +++ b/smb4k/iconview/smb4ksharesiconview.cpp @@ -55,8 +55,8 @@ Smb4KSharesIconView::Smb4KSharesIconView( TQWidget *parent, const char *name ) m_tooltip = NULL; // Connections: - connect( this, TQT_SIGNAL( pressed( TQIconViewItem * ) ), - this, TQT_SLOT( slotPressed( TQIconViewItem * ) ) ); + connect( this, TQ_SIGNAL( pressed( TQIconViewItem * ) ), + this, TQ_SLOT( slotPressed( TQIconViewItem * ) ) ); } @@ -187,7 +187,7 @@ void Smb4KSharesIconView::contentsMouseMoveEvent( TQMouseEvent *e ) { m_tooltip = new Smb4KSharesIconViewToolTip( item ); - TQTimer::singleShot( 2000, this, TQT_SLOT( slotShowToolTip() ) ); + TQTimer::singleShot( 2000, this, TQ_SLOT( slotShowToolTip() ) ); } else { @@ -207,7 +207,7 @@ void Smb4KSharesIconView::contentsMouseMoveEvent( TQMouseEvent *e ) { m_tooltip = new Smb4KSharesIconViewToolTip( item ); - TQTimer::singleShot( 2000, this, TQT_SLOT( slotShowToolTip() ) ); + TQTimer::singleShot( 2000, this, TQ_SLOT( slotShowToolTip() ) ); } else { @@ -229,7 +229,7 @@ void Smb4KSharesIconView::contentsMouseMoveEvent( TQMouseEvent *e ) ///////////////////////////////////////////////////////////////////////////// -// TQT_SLOT IMPLEMENTATIONS +// SLOT IMPLEMENTATIONS ///////////////////////////////////////////////////////////////////////////// void Smb4KSharesIconView::slotPressed( TQIconViewItem *item ) diff --git a/smb4k/iconview/smb4ksharesiconview_part.cpp b/smb4k/iconview/smb4ksharesiconview_part.cpp index c271862..2befae8 100644 --- a/smb4k/iconview/smb4ksharesiconview_part.cpp +++ b/smb4k/iconview/smb4ksharesiconview_part.cpp @@ -77,23 +77,23 @@ Smb4KSharesIconViewPart::Smb4KSharesIconViewPart( TQWidget *parentWidget, const loadSettings(); // Add some connections: - connect( Smb4KCore::mounter(), TQT_SIGNAL( updated() ), - this, TQT_SLOT( slotMountedShares() ) ); + connect( Smb4KCore::mounter(), TQ_SIGNAL( updated() ), + this, TQ_SLOT( slotMountedShares() ) ); - connect( Smb4KCore::synchronizer(), TQT_SIGNAL( state( int ) ), - this, TQT_SLOT( slotSynchronizationState( int ) ) ); + connect( Smb4KCore::synchronizer(), TQ_SIGNAL( state( int ) ), + this, TQ_SLOT( slotSynchronizationState( int ) ) ); - connect( m_widget, TQT_SIGNAL( contextMenuRequested( TQIconViewItem *, const TQPoint & ) ), - this, TQT_SLOT( slotContextMenuRequested( TQIconViewItem *, const TQPoint & ) ) ); + connect( m_widget, TQ_SIGNAL( contextMenuRequested( TQIconViewItem *, const TQPoint & ) ), + this, TQ_SLOT( slotContextMenuRequested( TQIconViewItem *, const TQPoint & ) ) ); - connect( m_widget, TQT_SIGNAL( selectionChanged( TQIconViewItem * ) ), - this, TQT_SLOT( slotSelectionChanged( TQIconViewItem * ) ) ); + connect( m_widget, TQ_SIGNAL( selectionChanged( TQIconViewItem * ) ), + this, TQ_SLOT( slotSelectionChanged( TQIconViewItem * ) ) ); - connect( m_widget, TQT_SIGNAL( pressed( TQIconViewItem * ) ), - this, TQT_SLOT( slotMouseButtonPressed( TQIconViewItem * ) ) ); + connect( m_widget, TQ_SIGNAL( pressed( TQIconViewItem * ) ), + this, TQ_SLOT( slotMouseButtonPressed( TQIconViewItem * ) ) ); - connect( m_widget, TQT_SIGNAL( executed( TQIconViewItem * ) ), - this, TQT_SLOT( slotFilemanager() ) ); + connect( m_widget, TQ_SIGNAL( executed( TQIconViewItem * ) ), + this, TQ_SLOT( slotFilemanager() ) ); } @@ -106,24 +106,24 @@ void Smb4KSharesIconViewPart::setupActions() { // Create the actions: TDEAction *unmount = new TDEAction( i18n( "&Unmount" ), "drive-harddisk-unmounted", TDEShortcut( CTRL+Key_U ), - this, TQT_SLOT( slotUnmountShare() ), + this, TQ_SLOT( slotUnmountShare() ), actionCollection(), "unmount_action" ); #ifdef __linux__ TDEAction *force = new TDEAction( i18n( "&Force Unmounting" ), "drive-harddisk-unmounted", TDEShortcut( CTRL+Key_F ), - this, TQT_SLOT( slotForceUnmountShare() ), + this, TQ_SLOT( slotForceUnmountShare() ), actionCollection(), "force_unmount_action" ); #endif TDEAction *all = new TDEAction( i18n( "U&nmount All" ), "gear", TDEShortcut( CTRL+Key_N ), - this, TQT_SLOT( slotUnmountAllShares() ), + this, TQ_SLOT( slotUnmountAllShares() ), actionCollection(), "unmount_all_action" ); TDEAction *sync = new TDEAction( i18n( "S&ynchronize" ), "go-bottom", TDEShortcut( CTRL+Key_Y ), - this, TQT_SLOT( slotSynchronize() ), + this, TQ_SLOT( slotSynchronize() ), actionCollection(), "synchronize_action" ); TDEAction *konsole = new TDEAction( i18n( "Open with Konso&le" ), "terminal", TDEShortcut( CTRL+Key_L ), - this, TQT_SLOT( slotKonsole() ), + this, TQ_SLOT( slotKonsole() ), actionCollection(), "konsole_action" ); TDEAction *konq = new TDEAction( i18n( "Open with &Konqueror" ), "kfm_home", TDEShortcut( CTRL+Key_K ), - this, TQT_SLOT( slotFilemanager() ), + this, TQ_SLOT( slotFilemanager() ), actionCollection(), "filemanager_action" ); // Disable all actions for now: @@ -217,7 +217,7 @@ void Smb4KSharesIconViewPart::customEvent( TQCustomEvent *e ) ///////////////////////////////////////////////////////////////////////////// -// TQT_SLOT IMPLEMENTATIONS (Smb4KSharesIconViewPart) +// SLOT IMPLEMENTATIONS (Smb4KSharesIconViewPart) ///////////////////////////////////////////////////////////////////////////// void Smb4KSharesIconViewPart::slotContextMenuRequested( TQIconViewItem *item, const TQPoint &pos ) @@ -444,7 +444,7 @@ void Smb4KSharesIconViewPart::slotUnmountAllShares() void Smb4KSharesIconViewPart::slotSynchronize() { Smb4KSharesIconViewItem *item = static_cast<Smb4KSharesIconViewItem *>( m_widget->currentItem() ); - Smb4KSynchronizationDialog *dlg = static_cast<Smb4KSynchronizationDialog *>( TQT_TQWIDGET(m_widget->child( "SynchronizationDialog", "Smb4KSynchronizationDialog", true )) ); + Smb4KSynchronizationDialog *dlg = static_cast<Smb4KSynchronizationDialog *>( m_widget->child( "SynchronizationDialog", "Smb4KSynchronizationDialog", true ) ); if ( item && !item->shareObject()->isBroken() && !dlg ) { @@ -562,7 +562,7 @@ TDEInstance *Smb4KSharesIconViewPartFactory::instance() extern "C" { - KDE_EXPORT void *init_libsmb4ksharesiconview() + TDE_EXPORT void *init_libsmb4ksharesiconview() { TDEGlobal::locale()->insertCatalogue( "smb4k" ); return new Smb4KSharesIconViewPartFactory; diff --git a/smb4k/iconview/smb4ksharesiconviewitem.h b/smb4k/iconview/smb4ksharesiconviewitem.h index a85798f..64d2be4 100644 --- a/smb4k/iconview/smb4ksharesiconviewitem.h +++ b/smb4k/iconview/smb4ksharesiconviewitem.h @@ -60,7 +60,7 @@ class Smb4KSharesIconViewItem : public TDEIconViewItem * @param share The Smb4KShare object that represents the share. * * @param mountpoint Tells the item if the mount point instead of the - * share name should be shown. Default is FALSE. + * share name should be shown. Default is false. * * @param parent The parent widget of this item. */ @@ -75,11 +75,11 @@ class Smb4KSharesIconViewItem : public TDEIconViewItem /** * This function compares the encapsulated Smb4KShare object with @p item - * and returns TRUE if they contain equal values. + * and returns true if they contain equal values. * * @param item A Smb4KShare object that should be compared * - * @returns TRUE if @p item has the same values stored as the + * @returns true if @p item has the same values stored as the * encapsulated Smb4KShare object. */ bool sameShareObject( Smb4KShare *share ); @@ -112,7 +112,7 @@ class Smb4KSharesIconViewItem : public TDEIconViewItem * Reimplemented from TQIconViewItem. * * This function paints the icon text and uses Smb4KShare::isForeign() to - * determine the color (TRUE: gray, FALSE: the default color). + * determine the color (true: gray, false: the default color). * * @param p The painter * @@ -136,7 +136,7 @@ class Smb4KSharesIconViewItem : public TDEIconViewItem * * @param share The Smb4KShare object. * - * @param mountpoint If TRUE, the mount point will be shown instead of the + * @param mountpoint If true, the mount point will be shown instead of the * share name. */ void setupItem( const Smb4KShare &share, diff --git a/smb4k/iconview/smb4ksharesiconviewtooltip.cpp b/smb4k/iconview/smb4ksharesiconviewtooltip.cpp index a1af8fc..74ef3a9 100644 --- a/smb4k/iconview/smb4ksharesiconviewtooltip.cpp +++ b/smb4k/iconview/smb4ksharesiconviewtooltip.cpp @@ -106,7 +106,7 @@ void Smb4KSharesIconViewToolTip::showTip( const TQPoint &pos ) setGeometry( p.x(), p.y(), width(), height() ); polish(); show(); - TQTimer::singleShot( 10000, this, TQT_SLOT( slotHideToolTip() ) ); + TQTimer::singleShot( 10000, this, TQ_SLOT( slotHideToolTip() ) ); } @@ -322,7 +322,7 @@ void Smb4KSharesIconViewToolTip::update() } else { - TQLabel *free_label = static_cast<TQLabel *>( TQT_TQWIDGET(child( "FreeLabel", "TQLabel" )) ); + TQLabel *free_label = static_cast<TQLabel *>( child( "FreeLabel", "TQLabel" ) ); if ( free_label ) { @@ -337,7 +337,7 @@ void Smb4KSharesIconViewToolTip::update() m_free = NULL; } - TQLabel *used_label = static_cast<TQLabel *>( TQT_TQWIDGET(child( "UsedLabel", "TQLabel" )) ); + TQLabel *used_label = static_cast<TQLabel *>( child( "UsedLabel", "TQLabel" ) ); if ( used_label ) { @@ -352,7 +352,7 @@ void Smb4KSharesIconViewToolTip::update() m_used = NULL; } - TQLabel *total_label = static_cast<TQLabel *>( TQT_TQWIDGET(child( "TotalLabel", "TQLabel" )) ); + TQLabel *total_label = static_cast<TQLabel *>( child( "TotalLabel", "TQLabel" ) ); if ( total_label ) { @@ -367,7 +367,7 @@ void Smb4KSharesIconViewToolTip::update() m_total = NULL; } - TQLabel *usage_label = static_cast<TQLabel *>( TQT_TQWIDGET(child( "UsageLabel", "TQLabel" )) ); + TQLabel *usage_label = static_cast<TQLabel *>( child( "UsageLabel", "TQLabel" ) ); if ( usage_label ) { @@ -415,7 +415,7 @@ void Smb4KSharesIconViewToolTip::leaveEvent( TQEvent *e ) ///////////////////////////////////////////////////////////////////////////// -// TQT_SLOT IMPLEMENTATIONS +// SLOT IMPLEMENTATIONS ///////////////////////////////////////////////////////////////////////////// void Smb4KSharesIconViewToolTip::slotHideToolTip() diff --git a/smb4k/listview/Makefile.am b/smb4k/listview/Makefile.am deleted file mode 100644 index 28ab7f2..0000000 --- a/smb4k/listview/Makefile.am +++ /dev/null @@ -1,15 +0,0 @@ -INCLUDES = $(all_includes) -METASOURCES = AUTO - -kde_module_LTLIBRARIES = libsmb4kshareslistview.la -libsmb4kshareslistview_la_LIBADD = $(top_builddir)/smb4k/core/libsmb4kcore.la \ - $(top_builddir)/smb4k/dialogs/libsmb4kdialogs.la $(LIB_TDEIO) $(LIB_TDECORE) $(LIB_TDEUI) $(KDE_PLUGIN) $(LIB_TDEPARTS) \ - $(LIB_TQT) -libsmb4kshareslistview_la_LDFLAGS = -module -no-undefined $(all_libraries) - -partrcdir = $(kde_datadir)/smb4kshareslistviewpart -partrc_DATA = smb4kshareslistview_part.rc -libsmb4kshareslistview_la_SOURCES = smb4kshareslistview.cpp \ - smb4kshareslistview_part.cpp smb4kshareslistviewitem.cpp smb4kshareslistviewtooltip.cpp -noinst_HEADERS = smb4kshareslistview.h smb4kshareslistview_part.h \ - smb4kshareslistviewitem.h smb4kshareslistviewtooltip.h diff --git a/smb4k/listview/smb4kshareslistview.cpp b/smb4k/listview/smb4kshareslistview.cpp index 6519698..30b375a 100644 --- a/smb4k/listview/smb4kshareslistview.cpp +++ b/smb4k/listview/smb4kshareslistview.cpp @@ -68,8 +68,8 @@ Smb4KSharesListView::Smb4KSharesListView( TQWidget *parent, const char *name ) m_tooltip = NULL; // Connections: - connect( this, TQT_SIGNAL( pressed( TQListViewItem * ) ), - this, TQT_SLOT( slotPressed( TQListViewItem * ) ) ); + connect( this, TQ_SIGNAL( pressed( TQListViewItem * ) ), + this, TQ_SLOT( slotPressed( TQListViewItem * ) ) ); } @@ -192,7 +192,7 @@ void Smb4KSharesListView::contentsMouseMoveEvent( TQMouseEvent *e ) { m_tooltip = new Smb4KSharesListViewToolTip( item ); - TQTimer::singleShot( 2000, this, TQT_SLOT( slotShowToolTip() ) ); + TQTimer::singleShot( 2000, this, TQ_SLOT( slotShowToolTip() ) ); } else { @@ -212,7 +212,7 @@ void Smb4KSharesListView::contentsMouseMoveEvent( TQMouseEvent *e ) { m_tooltip = new Smb4KSharesListViewToolTip( item ); - TQTimer::singleShot( 2000, this, TQT_SLOT( slotShowToolTip() ) ); + TQTimer::singleShot( 2000, this, TQ_SLOT( slotShowToolTip() ) ); } else { @@ -234,7 +234,7 @@ void Smb4KSharesListView::contentsMouseMoveEvent( TQMouseEvent *e ) ///////////////////////////////////////////////////////////////////////////// -// TQT_SLOT IMPLEMENTATIONS +// SLOT IMPLEMENTATIONS ///////////////////////////////////////////////////////////////////////////// void Smb4KSharesListView::slotPressed( TQListViewItem *item ) diff --git a/smb4k/listview/smb4kshareslistview_part.cpp b/smb4k/listview/smb4kshareslistview_part.cpp index 62f89ea..1818436 100644 --- a/smb4k/listview/smb4kshareslistview_part.cpp +++ b/smb4k/listview/smb4kshareslistview_part.cpp @@ -80,23 +80,23 @@ Smb4KSharesListViewPart::Smb4KSharesListViewPart( TQWidget *parentWidget, const loadSettings(); // Add some connections: - connect( Smb4KCore::mounter(), TQT_SIGNAL( updated() ), - this, TQT_SLOT( slotMountedShares() ) ); + connect( Smb4KCore::mounter(), TQ_SIGNAL( updated() ), + this, TQ_SLOT( slotMountedShares() ) ); - connect( Smb4KCore::synchronizer(), TQT_SIGNAL( state( int ) ), - this, TQT_SLOT( slotSynchronizationState( int ) ) ); + connect( Smb4KCore::synchronizer(), TQ_SIGNAL( state( int ) ), + this, TQ_SLOT( slotSynchronizationState( int ) ) ); - connect( m_widget, TQT_SIGNAL( contextMenuRequested( TQListViewItem *, const TQPoint & , int) ), - this, TQT_SLOT( slotContextMenuRequested( TQListViewItem *, const TQPoint &, int ) ) ); + connect( m_widget, TQ_SIGNAL( contextMenuRequested( TQListViewItem *, const TQPoint & , int) ), + this, TQ_SLOT( slotContextMenuRequested( TQListViewItem *, const TQPoint &, int ) ) ); - connect( m_widget, TQT_SIGNAL( selectionChanged( TQListViewItem * ) ), - this, TQT_SLOT( slotSelectionChanged( TQListViewItem * ) ) ); + connect( m_widget, TQ_SIGNAL( selectionChanged( TQListViewItem * ) ), + this, TQ_SLOT( slotSelectionChanged( TQListViewItem * ) ) ); - connect( m_widget, TQT_SIGNAL( pressed( TQListViewItem * ) ), - this, TQT_SLOT( slotMouseButtonPressed( TQListViewItem * ) ) ); + connect( m_widget, TQ_SIGNAL( pressed( TQListViewItem * ) ), + this, TQ_SLOT( slotMouseButtonPressed( TQListViewItem * ) ) ); - connect( m_widget, TQT_SIGNAL( executed( TQListViewItem * ) ), - this, TQT_SLOT( slotFilemanager() ) ); + connect( m_widget, TQ_SIGNAL( executed( TQListViewItem * ) ), + this, TQ_SLOT( slotFilemanager() ) ); } @@ -109,24 +109,24 @@ void Smb4KSharesListViewPart::setupActions() { // Create the actions: TDEAction *unmount = new TDEAction( i18n( "&Unmount" ), "drive-harddisk-unmounted", TDEShortcut( CTRL+Key_U ), - this, TQT_SLOT( slotUnmountShare() ), + this, TQ_SLOT( slotUnmountShare() ), actionCollection(), "unmount_action" ); #ifdef __linux__ TDEAction *force = new TDEAction( i18n( "&Force Unmounting" ), "drive-harddisk-unmounted", TDEShortcut( CTRL+Key_F ), - this, TQT_SLOT( slotForceUnmountShare() ), + this, TQ_SLOT( slotForceUnmountShare() ), actionCollection(), "force_unmount_action" ); #endif TDEAction *all = new TDEAction( i18n( "U&nmount All" ), "gear", TDEShortcut( CTRL+Key_N ), - this, TQT_SLOT( slotUnmountAllShares() ), + this, TQ_SLOT( slotUnmountAllShares() ), actionCollection(), "unmount_all_action" ); TDEAction *sync = new TDEAction( i18n( "S&ynchronize" ), "go-bottom", TDEShortcut( CTRL+Key_Y ), - this, TQT_SLOT( slotSynchronize() ), + this, TQ_SLOT( slotSynchronize() ), actionCollection(), "synchronize_action" ); TDEAction *konsole = new TDEAction( i18n( "Open with Konso&le" ), "terminal", TDEShortcut( CTRL+Key_L ), - this, TQT_SLOT( slotKonsole() ), + this, TQ_SLOT( slotKonsole() ), actionCollection(), "konsole_action" ); TDEAction *konq = new TDEAction( i18n( "Open with &Konqueror" ), "kfm_home", TDEShortcut( CTRL+Key_K ), - this, TQT_SLOT( slotFilemanager() ), + this, TQ_SLOT( slotFilemanager() ), actionCollection(), "filemanager_action" ); // Disable all actions for now: @@ -331,7 +331,7 @@ void Smb4KSharesListViewPart::customEvent( TQCustomEvent *e ) ///////////////////////////////////////////////////////////////////////////// -// TQT_SLOT IMPLEMENTATIONS (Smb4KSharesListViewPart) +// SLOT IMPLEMENTATIONS (Smb4KSharesListViewPart) ///////////////////////////////////////////////////////////////////////////// void Smb4KSharesListViewPart::slotContextMenuRequested( TQListViewItem *item, const TQPoint &pos, int /*col*/ ) @@ -578,7 +578,7 @@ void Smb4KSharesListViewPart::slotUnmountAllShares() void Smb4KSharesListViewPart::slotSynchronize() { Smb4KSharesListViewItem *item = static_cast<Smb4KSharesListViewItem *>( m_widget->currentItem() ); - Smb4KSynchronizationDialog *dlg = static_cast<Smb4KSynchronizationDialog *>( TQT_TQWIDGET(m_widget->child( "SynchronizationDialog", "Smb4KSynchronizationDialog", true )) ); + Smb4KSynchronizationDialog *dlg = static_cast<Smb4KSynchronizationDialog *>( m_widget->child( "SynchronizationDialog", "Smb4KSynchronizationDialog", true ) ); if ( item && !item->shareObject()->isBroken() && !dlg ) { @@ -689,7 +689,7 @@ TDEInstance *Smb4KSharesListViewPartFactory::instance() extern "C" { - KDE_EXPORT void *init_libsmb4kshareslistview() + TDE_EXPORT void *init_libsmb4kshareslistview() { TDEGlobal::locale()->insertCatalogue( "smb4k" ); return new Smb4KSharesListViewPartFactory; diff --git a/smb4k/listview/smb4kshareslistviewitem.h b/smb4k/listview/smb4kshareslistviewitem.h index 0bece63..33cea00 100644 --- a/smb4k/listview/smb4kshareslistviewitem.h +++ b/smb4k/listview/smb4kshareslistviewitem.h @@ -60,7 +60,7 @@ class Smb4KSharesListViewItem : public TDEListViewItem * @param share The Smb4KShare object that represents the share. * * @param mountpoint Tells the item if the mount point instead of the - * share name should be shown. Default is FALSE. + * share name should be shown. Default is false. * * @param parent The parent widget of this item. */ @@ -75,11 +75,11 @@ class Smb4KSharesListViewItem : public TDEListViewItem /** * This function compares the encapsulated Smb4KShare object with @p item - * and returns TRUE if they contain equal values. + * and returns true if they contain equal values. * * @param item A Smb4KShare object that should be compared * - * @returns TRUE if @p item has the same values stored as the + * @returns true if @p item has the same values stored as the * encapsulated Smb4KShare object. */ bool sameShareObject( Smb4KShare *share ); @@ -134,7 +134,7 @@ class Smb4KSharesListViewItem : public TDEListViewItem * Reimplemented from TDEListViewItem. * * This function paints the icon text and the usage. It uses Smb4KShare::isForeign() to - * determine the color of the icon text (TRUE: gray, FALSE: the default color). + * determine the color of the icon text (true: gray, false: the default color). * * @param p The painter * @@ -167,7 +167,7 @@ class Smb4KSharesListViewItem : public TDEListViewItem * * @param share The Smb4KShare object. * - * @param mountpoint If TRUE, the mount point will be shown instead of the + * @param mountpoint If true, the mount point will be shown instead of the * share name. */ void setupItem( const Smb4KShare &share, diff --git a/smb4k/listview/smb4kshareslistviewtooltip.cpp b/smb4k/listview/smb4kshareslistviewtooltip.cpp index d97404b..e432421 100644 --- a/smb4k/listview/smb4kshareslistviewtooltip.cpp +++ b/smb4k/listview/smb4kshareslistviewtooltip.cpp @@ -106,7 +106,7 @@ void Smb4KSharesListViewToolTip::showTip( const TQPoint &pos ) setGeometry( p.x(), p.y(), width(), height() ); polish(); show(); - TQTimer::singleShot( 10000, this, TQT_SLOT( slotHideToolTip() ) ); + TQTimer::singleShot( 10000, this, TQ_SLOT( slotHideToolTip() ) ); } @@ -322,7 +322,7 @@ void Smb4KSharesListViewToolTip::update() } else { - TQLabel *free_label = static_cast<TQLabel *>( TQT_TQWIDGET(child( "FreeLabel", "TQLabel" )) ); + TQLabel *free_label = static_cast<TQLabel *>( child( "FreeLabel", "TQLabel" ) ); if ( free_label ) { @@ -337,7 +337,7 @@ void Smb4KSharesListViewToolTip::update() m_free = NULL; } - TQLabel *used_label = static_cast<TQLabel *>( TQT_TQWIDGET(child( "UsedLabel", "TQLabel" )) ); + TQLabel *used_label = static_cast<TQLabel *>( child( "UsedLabel", "TQLabel" ) ); if ( used_label ) { @@ -352,7 +352,7 @@ void Smb4KSharesListViewToolTip::update() m_used = NULL; } - TQLabel *total_label = static_cast<TQLabel *>( TQT_TQWIDGET(child( "TotalLabel", "TQLabel" )) ); + TQLabel *total_label = static_cast<TQLabel *>( child( "TotalLabel", "TQLabel" ) ); if ( total_label ) { @@ -367,7 +367,7 @@ void Smb4KSharesListViewToolTip::update() m_total = NULL; } - TQLabel *usage_label = static_cast<TQLabel *>( TQT_TQWIDGET(child( "UsageLabel", "TQLabel" )) ); + TQLabel *usage_label = static_cast<TQLabel *>( child( "UsageLabel", "TQLabel" ) ); if ( usage_label ) { @@ -415,7 +415,7 @@ void Smb4KSharesListViewToolTip::leaveEvent( TQEvent *e ) ///////////////////////////////////////////////////////////////////////////// -// TQT_SLOT IMPLEMENTATIONS +// SLOT IMPLEMENTATIONS ///////////////////////////////////////////////////////////////////////////// void Smb4KSharesListViewToolTip::slotHideToolTip() diff --git a/smb4k/main.cpp b/smb4k/main.cpp index fd0e51f..2ad0e4d 100644 --- a/smb4k/main.cpp +++ b/smb4k/main.cpp @@ -34,9 +34,9 @@ #include <kiconloader.h> #include <dcopclient.h> #include <tdeconfig.h> -#include <kuniqueapplication.h> +#include <tdeuniqueapplication.h> #include <tdemessagebox.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> // system includes #include <stdlib.h> @@ -102,17 +102,17 @@ int main( int argc, char *argv[] ) TDECmdLineArgs::init( argc, argv, &aboutData ); TDECmdLineArgs::addCmdLineOptions( options ); // Add our own options. - KUniqueApplication::addCmdLineOptions(); + TDEUniqueApplication::addCmdLineOptions(); - // This is not needed, because KUniqueApplication::start() + // This is not needed, because TDEUniqueApplication::start() // is called directly before the application is executed, but // we use it anyway. There is no performance impact. - if ( !KUniqueApplication::start() ) + if ( !TDEUniqueApplication::start() ) { exit( 0 ); } - KUniqueApplication app; + TDEUniqueApplication app; // Check the current config file and remove it if it belongs to // a version < 0.9.0. diff --git a/smb4k/searchdlg/Makefile.am b/smb4k/searchdlg/Makefile.am deleted file mode 100644 index 787bdbb..0000000 --- a/smb4k/searchdlg/Makefile.am +++ /dev/null @@ -1,10 +0,0 @@ -INCLUDES = $(all_includes) -METASOURCES = AUTO -kde_module_LTLIBRARIES = libsmb4ksearchdialog.la -libsmb4ksearchdialog_la_LIBADD = $(top_builddir)/smb4k/core/libsmb4kcore.la \ - $(LIB_TDECORE) $(LIB_TDEUI) $(KDE_PLUGIN) $(LIB_TDEPARTS) $(LIB_TQT) -noinst_HEADERS = smb4ksearchdialog.h smb4ksearchdialog_part.h \ - smb4ksearchdialogitem.h -libsmb4ksearchdialog_la_SOURCES = smb4ksearchdialog.cpp \ - smb4ksearchdialog_part.cpp smb4ksearchdialogitem.cpp -libsmb4ksearchdialog_la_LDFLAGS = -module -no-undefined $(all_libraries) diff --git a/smb4k/searchdlg/smb4ksearchdialog.cpp b/smb4k/searchdlg/smb4ksearchdialog.cpp index 4e4e2c1..c9b4612 100644 --- a/smb4k/searchdlg/smb4ksearchdialog.cpp +++ b/smb4k/searchdlg/smb4ksearchdialog.cpp @@ -47,8 +47,8 @@ Smb4KSearchDialog::Smb4KSearchDialog( TQWidget *parent, const char *name ) // Tool bar m_tool_bar = new TDEToolBar( this, "SearchDialogToolBar", true, true ); - m_tool_bar->insertCombo( TQStringList(), Combo, true, TQT_SIGNAL( returnPressed() ), - TQT_TQOBJECT(this), TQT_SLOT( slotReturnPressed() ), true, + m_tool_bar->insertCombo( TQStringList(), Combo, true, TQ_SIGNAL( returnPressed() ), + this, TQ_SLOT( slotReturnPressed() ), true, i18n( "Enter the search string here." ), -1, Combo ); m_tool_bar->setItemAutoSized( Combo, true ); @@ -70,17 +70,17 @@ Smb4KSearchDialog::Smb4KSearchDialog( TQWidget *parent, const char *name ) m_search_string = TQString(); // Connections: - connect( m_tool_bar->getCombo( Combo ), TQT_SIGNAL( textChanged( const TQString & ) ), - this, TQT_SLOT( slotTextChanged( const TQString & ) ) ); + connect( m_tool_bar->getCombo( Combo ), TQ_SIGNAL( textChanged( const TQString & ) ), + this, TQ_SLOT( slotTextChanged( const TQString & ) ) ); - connect( m_tool_bar, TQT_SIGNAL( pressed( int ) ), - this, TQT_SLOT( slotButtonPressed( int ) ) ); + connect( m_tool_bar, TQ_SIGNAL( pressed( int ) ), + this, TQ_SLOT( slotButtonPressed( int ) ) ); - connect( m_list_view, TQT_SIGNAL( clicked( TQListViewItem * ) ), - this, TQT_SLOT( slotItemClicked( TQListViewItem * ) ) ); + connect( m_list_view, TQ_SIGNAL( clicked( TQListViewItem * ) ), + this, TQ_SLOT( slotItemClicked( TQListViewItem * ) ) ); - connect( m_list_view, TQT_SIGNAL( selectionChanged( TQListViewItem * ) ), - this, TQT_SLOT( slotSelectionChanged( TQListViewItem * ) ) ); + connect( m_list_view, TQ_SIGNAL( selectionChanged( TQListViewItem * ) ), + this, TQ_SLOT( slotSelectionChanged( TQListViewItem * ) ) ); } @@ -98,7 +98,7 @@ const TQString &Smb4KSearchDialog::searchString() ///////////////////////////////////////////////////////////////////////////// -// TQT_SLOT IMPLEMENTATIONS +// SLOT IMPLEMENTATIONS ///////////////////////////////////////////////////////////////////////////// void Smb4KSearchDialog::slotReturnPressed() diff --git a/smb4k/searchdlg/smb4ksearchdialog_part.cpp b/smb4k/searchdlg/smb4ksearchdialog_part.cpp index 75c76e9..6f7c4ee 100644 --- a/smb4k/searchdlg/smb4ksearchdialog_part.cpp +++ b/smb4k/searchdlg/smb4ksearchdialog_part.cpp @@ -30,7 +30,7 @@ // KDE includes #include <tdeaboutdata.h> -#include <kinstance.h> +#include <tdeinstance.h> #include <kdebug.h> #include <kiconeffect.h> #include <kiconloader.h> @@ -65,17 +65,17 @@ Smb4KSearchDialogPart::Smb4KSearchDialogPart( TQWidget *parentWidget, const char m_serial_number = 0; // Connections: - connect( m_widget, TQT_SIGNAL( buttonPressed( int ) ), - this, TQT_SLOT( slotButtonPressed( int ) ) ); + connect( m_widget, TQ_SIGNAL( buttonPressed( int ) ), + this, TQ_SLOT( slotButtonPressed( int ) ) ); - connect( m_widget->listView(), TQT_SIGNAL( doubleClicked( TQListViewItem * ) ), - this, TQT_SLOT( slotItemDoubleClicked( TQListViewItem * ) ) ); + connect( m_widget->listView(), TQ_SIGNAL( doubleClicked( TQListViewItem * ) ), + this, TQ_SLOT( slotItemDoubleClicked( TQListViewItem * ) ) ); - connect( Smb4KCore::scanner(), TQT_SIGNAL( searchResult( Smb4KHostItem * ) ), - this, TQT_SLOT( slotReceivedSearchResult( Smb4KHostItem * ) ) ); + connect( Smb4KCore::scanner(), TQ_SIGNAL( searchResult( Smb4KHostItem * ) ), + this, TQ_SLOT( slotReceivedSearchResult( Smb4KHostItem * ) ) ); - connect( Smb4KCore::scanner(), TQT_SIGNAL( hostListChanged() ), - this, TQT_SLOT( slotCheckItemIsKnown() ) ); + connect( Smb4KCore::scanner(), TQ_SIGNAL( hostListChanged() ), + this, TQ_SLOT( slotCheckItemIsKnown() ) ); } @@ -111,7 +111,7 @@ void Smb4KSearchDialogPart::customEvent( TQCustomEvent *e ) ///////////////////////////////////////////////////////////////////////////// -// TQT_SLOT IMPLEMENTATIONS (Smb4KSearchDialogPart) +// SLOT IMPLEMENTATIONS (Smb4KSearchDialogPart) ///////////////////////////////////////////////////////////////////////////// void Smb4KSearchDialogPart::slotButtonPressed( int button_id ) @@ -267,7 +267,7 @@ TDEInstance *Smb4KSearchDialogPartFactory::instance() extern "C" { - KDE_EXPORT void *init_libsmb4ksearchdialog() + TDE_EXPORT void *init_libsmb4ksearchdialog() { TDEGlobal::locale()->insertCatalogue( "smb4k" ); return new Smb4KSearchDialogPartFactory; diff --git a/smb4k/searchdlg/smb4ksearchdialogitem.h b/smb4k/searchdlg/smb4ksearchdialogitem.h index 75449a1..463caa5 100644 --- a/smb4k/searchdlg/smb4ksearchdialogitem.h +++ b/smb4k/searchdlg/smb4ksearchdialogitem.h @@ -83,11 +83,11 @@ class Smb4KSearchDialogItem : public TDEListViewItem Smb4KHostItem *hostItem() { return &m_item; } /** - * This function returns TRUE, if the item is regular, that means it + * This function returns true, if the item is regular, that means it * represents a host. If it represents a failed search, it returns - * FALSE. + * false. * - * @returns TRUE is the item is a regular one. + * @returns true is the item is a regular one. */ bool isRegular() { return m_is_regular; } @@ -96,14 +96,14 @@ class Smb4KSearchDialogItem : public TDEListViewItem * known to the application, i.e. it is in the list of hosts. It will set * the pixmap accordingly and sets m_is_known. * - * @param known Should be TRUE is the host is known. + * @param known Should be true is the host is known. */ void setKnown( bool known ); /** - * This function returns TRUE, if the item is already known by the scanner. + * This function returns true, if the item is already known by the scanner. * - * @returns TRUE is the item is already known. + * @returns true is the item is already known. */ bool isKnown() { return m_is_known; } @@ -116,7 +116,7 @@ class Smb4KSearchDialogItem : public TDEListViewItem /** * Reimplemented from TQListViewItem. It is used for sorting and compares the - * serial numbers of this item and @p item. If @p ascending is TRUE and the + * serial numbers of this item and @p item. If @p ascending is true and the * serial number of this item is greater than that of @p item, it will be inserted * before @p item and else it will be inserted after. In this implementation, * @p col is *not* used. @@ -126,7 +126,7 @@ class Smb4KSearchDialogItem : public TDEListViewItem * @param col The column that should be used for sorting. It is * not used in this implementation. * - * @param ascending Sort ascending if TRUE or descending if FALSE. + * @param ascending Sort ascending if true or descending if false. * * @returns 0 if serialNumber() and @p item->serialNumber() are equal and != 0 if * they are not. Which value and especially which algebraic sign is returned depends @@ -141,12 +141,12 @@ class Smb4KSearchDialogItem : public TDEListViewItem Smb4KHostItem m_item; /** - * TRUE, if we have a regular item + * true, if we have a regular item */ bool m_is_regular; /** - * TRUE is the item is known + * true is the item is known */ bool m_is_known; diff --git a/smb4k/smb4k.cpp b/smb4k/smb4k.cpp index ee347d4..f37cc29 100644 --- a/smb4k/smb4k.cpp +++ b/smb4k/smb4k.cpp @@ -32,7 +32,7 @@ #include <kstdaction.h> #include <klibloader.h> #include <tdemessagebox.h> -#include <kuniqueapplication.h> +#include <tdeuniqueapplication.h> #include <kiconloader.h> #include <tdeactionclasses.h> #include <tdelocale.h> @@ -77,7 +77,7 @@ Smb4KApp::Smb4KApp( TQWidget *parent, const char *name ) // Setup all things that need to be done *after* createGUI() // was run: - TQPopupMenu *settings = static_cast<TQPopupMenu *>( TQT_TQWIDGET(child( "settings", "TQPopupMenu", true )) ); + TQPopupMenu *settings = static_cast<TQPopupMenu *>( child( "settings", "TQPopupMenu", true ) ); if ( settings ) { @@ -124,17 +124,17 @@ Smb4KApp::Smb4KApp( TQWidget *parent, const char *name ) } // Connections - connect( actionCollection(), TQT_SIGNAL( actionHighlighted( TDEAction * ) ), - this, TQT_SLOT( slotActionHighlighted( TDEAction * ) ) ); + connect( actionCollection(), TQ_SIGNAL( actionHighlighted( TDEAction * ) ), + this, TQ_SLOT( slotActionHighlighted( TDEAction * ) ) ); - connect( Smb4KCore::self(), TQT_SIGNAL( runStateChanged() ), - this, TQT_SLOT( slotRunStateChanged() ) ); + connect( Smb4KCore::self(), TQ_SIGNAL( runStateChanged() ), + this, TQ_SLOT( slotRunStateChanged() ) ); - connect( Smb4KCore::bookmarkHandler(), TQT_SIGNAL( bookmarksUpdated() ), - this, TQT_SLOT( slotSetupBookmarksMenu() ) ); + connect( Smb4KCore::bookmarkHandler(), TQ_SIGNAL( bookmarksUpdated() ), + this, TQ_SLOT( slotSetupBookmarksMenu() ) ); - connect( Smb4KCore::mounter(), TQT_SIGNAL( updated() ), - this, TQT_SLOT( slotShareListUpdated() ) ); + connect( Smb4KCore::mounter(), TQ_SIGNAL( updated() ), + this, TQ_SLOT( slotShareListUpdated() ) ); } @@ -147,7 +147,7 @@ void Smb4KApp::setupActions() { actionCollection()->setHighlightingEnabled( true ); - (void) KStdAction::quit( TQT_TQOBJECT(this), TQT_SLOT( slotQuit() ), actionCollection(), "quit_action" ); + (void) KStdAction::quit( this, TQ_SLOT( slotQuit() ), actionCollection(), "quit_action" ); // Set up the "Settings" menu: setStandardToolBarMenuEnabled( true ); @@ -157,11 +157,11 @@ void Smb4KApp::setupActions() actionCollection(), "view_modes_menu" ); TDERadioAction *icon_view = new TDERadioAction( i18n( "&Icon View" ), "view_icon", CTRL+Key_I, - TQT_TQOBJECT(this), TQT_SLOT( slotChangeSharesView() ), actionCollection(), "icon_view_action" ); + this, TQ_SLOT( slotChangeSharesView() ), actionCollection(), "icon_view_action" ); icon_view->setExclusiveGroup( "SharesViewActions" ); TDERadioAction *list_view = new TDERadioAction( i18n( "List Vie&w" ), "view_detailed", CTRL+Key_W, - TQT_TQOBJECT(this), TQT_SLOT( slotChangeSharesView() ), actionCollection(), "list_view_action" ); + this, TQ_SLOT( slotChangeSharesView() ), actionCollection(), "list_view_action" ); list_view->setExclusiveGroup( "SharesViewActions" ); switch ( Smb4KSettings::sharesView() ) @@ -187,7 +187,7 @@ void Smb4KApp::setupActions() view_modes->insert( icon_view, -1 ); view_modes->insert( list_view, -1 ); - (void) KStdAction::preferences( TQT_TQOBJECT(this), TQT_SLOT( slotConfigDialog() ), actionCollection(), "configure_action" ); + (void) KStdAction::preferences( this, TQ_SLOT( slotConfigDialog() ), actionCollection(), "configure_action" ); // Notes: // (1) Actions from the parts will be included by setupView(). @@ -248,7 +248,7 @@ void Smb4KApp::setupView() if ( shares_factory ) { - m_shares_part = static_cast<KParts::Part *>( shares_factory->create( TQT_TQOBJECT(this), "SharesPart", "KParts::Part" ) ); + m_shares_part = static_cast<KParts::Part *>( shares_factory->create( this, "SharesPart", "KParts::Part" ) ); if ( m_shares_part ) { @@ -261,7 +261,7 @@ void Smb4KApp::setupView() createGUI( m_shares_part ); - accel()->insert( i18n( "Jump to shares view" ).utf8().data(), CTRL+Key_3, TQT_TQOBJECT(this), TQT_SLOT( slotJumpToSharesView() ), false, true ); + accel()->insert( i18n( "Jump to shares view" ).utf8().data(), CTRL+Key_3, this, TQ_SLOT( slotJumpToSharesView() ), false, true ); } } else @@ -280,7 +280,7 @@ void Smb4KApp::setupView() if ( browser_factory ) { - m_browser_part = static_cast<KParts::Part *>( browser_factory->create( TQT_TQOBJECT(this), "BrowserPart", "KParts::Part" ) ); + m_browser_part = static_cast<KParts::Part *>( browser_factory->create( this, "BrowserPart", "KParts::Part" ) ); if ( m_browser_part ) { @@ -290,7 +290,7 @@ void Smb4KApp::setupView() factory()->addClient( m_browser_part ); - accel()->insert( i18n( "Jump to network browser" ).utf8().data(), CTRL+Key_1, TQT_TQOBJECT(this), TQT_SLOT( slotJumpToNetworkBrowser() ), false, true ); + accel()->insert( i18n( "Jump to network browser" ).utf8().data(), CTRL+Key_1, this, TQ_SLOT( slotJumpToNetworkBrowser() ), false, true ); } } else @@ -309,7 +309,7 @@ void Smb4KApp::setupView() if ( search_factory ) { - m_search_part = static_cast<KParts::Part *>( search_factory->create( TQT_TQOBJECT(this), "SearchDialogPart", "KParts::Part" ) ); + m_search_part = static_cast<KParts::Part *>( search_factory->create( this, "SearchDialogPart", "KParts::Part" ) ); if ( m_search_part ) { @@ -329,7 +329,7 @@ void Smb4KApp::setupView() factory()->addClient( m_search_part ); - accel()->insert( i18n( "Jump to search dialog" ).utf8().data(), CTRL+Key_2, TQT_TQOBJECT(this), TQT_SLOT( slotJumpToSearchDialog() ), false, true ); + accel()->insert( i18n( "Jump to search dialog" ).utf8().data(), CTRL+Key_2, this, TQ_SLOT( slotJumpToSearchDialog() ), false, true ); } } else @@ -350,11 +350,11 @@ void Smb4KApp::setupSystemTray() m_system_tray = new Smb4KSystemTray( this, "SystemTray" ); } - connect( m_system_tray, TQT_SIGNAL( quitSelected() ), - this, TQT_SLOT( slotQuit() ) ); + connect( m_system_tray, TQ_SIGNAL( quitSelected() ), + this, TQ_SLOT( slotQuit() ) ); - connect( m_system_tray, TQT_SIGNAL( settingsChanged() ), - this, TQT_SLOT( slotSettingsChanged() ) ); + connect( m_system_tray, TQ_SIGNAL( settingsChanged() ), + this, TQ_SLOT( slotSettingsChanged() ) ); m_system_tray->embed( Smb4KSettings::embedIntoSystemTray() ); } @@ -403,7 +403,7 @@ void Smb4KApp::changeSharesView() if ( shares_factory ) { - m_shares_part = static_cast<KParts::Part *>( shares_factory->create( TQT_TQOBJECT(this), "SharesPart", "KParts::Part" ) ); + m_shares_part = static_cast<KParts::Part *>( shares_factory->create( this, "SharesPart", "KParts::Part" ) ); if ( m_shares_part ) { @@ -455,7 +455,7 @@ bool Smb4KApp::queryExit() bool Smb4KApp::queryClose() { - if ( !kapp->sessionSaving() && isVisible() && m_system_tray->isEmbedded() && + if ( !tdeApp->sessionSaving() && isVisible() && m_system_tray->isEmbedded() && Smb4KSettings::embedIntoSystemTray() ) { // This part has been 'stolen' from JuK application. @@ -478,7 +478,7 @@ bool Smb4KApp::queryClose() void Smb4KApp::timerEvent( TQTimerEvent * ) { - KProgress *progress_bar = static_cast<KProgress *>( TQT_TQWIDGET(child( "StatusBarProgressBar", "KProgress", true )) ); + KProgress *progress_bar = static_cast<KProgress *>( child( "StatusBarProgressBar", "KProgress", true ) ); if ( progress_bar ) { @@ -488,7 +488,7 @@ void Smb4KApp::timerEvent( TQTimerEvent * ) ///////////////////////////////////////////////////////////////////// -// TQT_SLOT IMPLEMENTATIONS +// SLOT IMPLEMENTATIONS ///////////////////////////////////////////////////////////////////// void Smb4KApp::slotQuit() @@ -571,11 +571,11 @@ void Smb4KApp::slotConfigDialog() if ( config_factory ) { - TDEConfigDialog *dlg = static_cast<TDEConfigDialog *>( TQT_TQWIDGET(config_factory->create( TQT_TQOBJECT(this), "ConfigDialog", "TDEConfigDialog" )) ); + TDEConfigDialog *dlg = static_cast<TDEConfigDialog *>( config_factory->create( this, "ConfigDialog", "TDEConfigDialog" ) ); if ( dlg ) { - connect( dlg, TQT_SIGNAL( settingsChanged() ), TQT_TQOBJECT(this), TQT_SLOT( slotSettingsChanged() ) ); + connect( dlg, TQ_SIGNAL( settingsChanged() ), this, TQ_SLOT( slotSettingsChanged() ) ); dlg->show(); } @@ -618,7 +618,7 @@ void Smb4KApp::slotSettingsChanged() void Smb4KApp::slotBookmarkEditor() { - Smb4KBookmarkEditor *dlg = static_cast<Smb4KBookmarkEditor *>( TQT_TQWIDGET(child( "BookmarkEditor", "Smb4KBookmarkEditor", true )) ); + Smb4KBookmarkEditor *dlg = static_cast<Smb4KBookmarkEditor *>( child( "BookmarkEditor", "Smb4KBookmarkEditor", true ) ); if ( !dlg ) { @@ -632,7 +632,7 @@ void Smb4KApp::slotBookmarkEditor() void Smb4KApp::slotRunStateChanged() { // Get the progress bar: - KProgress *progress_bar = static_cast<KProgress *>( TQT_TQWIDGET(child( "StatusBarProgressBar", "KProgress", true )) ); + KProgress *progress_bar = static_cast<KProgress *>( child( "StatusBarProgressBar", "KProgress", true ) ); // Clear the status bar: statusBar()->clear(); @@ -817,7 +817,7 @@ void Smb4KApp::slotSetupBookmarksMenu() // Create the "Edit Bookmarks" action: bookmark_actions.append( new TDEAction( i18n( "&Edit Bookmarks" ), "bookmark", CTRL+Key_E, - TQT_TQOBJECT(this), TQT_SLOT( slotBookmarkEditor() ), actionCollection(), + this, TQ_SLOT( slotBookmarkEditor() ), actionCollection(), "edit_bookmarks_action" ) ); // Get the "Add Bookmark" action from the browser: @@ -888,7 +888,7 @@ void Smb4KApp::slotSetupBookmarksMenu() { TDEAction *a = new TDEAction( *it, "folder", TDEShortcut::null(), 0, 0, actionCollection(), (*it).utf8() ); a->setGroup( "Bookmarks" ); - connect( a, TQT_SIGNAL( activated() ), TQT_TQOBJECT(this), TQT_SLOT( slotBookmarkActivated() ) ); + connect( a, TQ_SIGNAL( activated() ), this, TQ_SLOT( slotBookmarkActivated() ) ); bookmark_list.append( a ); } diff --git a/smb4k/smb4k.desktop b/smb4k/smb4k.desktop index 88656d0..ffbf965 100644 --- a/smb4k/smb4k.desktop +++ b/smb4k/smb4k.desktop @@ -1,80 +1,15 @@ [Desktop Entry] +Type=Application + Name=Smb4K + GenericName=The SMB/CIFS Share Browser -GenericName[bg]=Самба ресурсен четец -GenericName[ca]=El navegador de compartits SMB/CIFS -GenericName[cs]=Prohližeč SMB/CIFS sdílení -GenericName[da]=SMB/CIFS ressource browseren -GenericName[de]=Der Browser für SMB/CIFS-Freigaben -GenericName[es]=El explorador de recursos compartidos SMB/CIFS -GenericName[fr]=L'explorateur de partages SMB / CIFS -GenericName[hu]=Az SMB/CIFS böngésző -GenericName[is]=SMB/CIFS sameignarflakkarinn -GenericName[it]=Browser di condivisioni SMB/CIFS -GenericName[ja]=SMB/CIFS 共有(シェア)・ブラウザー -GenericName[nb]=SMB/CIFS ressursutforsker -GenericName[nl]=De SMB/CIFS Share Browser -GenericName[nn]=SMB/CIFS ressurs-surfar -GenericName[pl]=Przeglądarka Zasobów SMB/CIFS -GenericName[pt_BR]=O navegador de compartilhamentos SMB/CIFS -GenericName[ru]=The SMB/CIFS Share Browser -GenericName[sk]=Prehliadač SMB/CIFS zdieľaní -GenericName[sv]=SMB Katalog programmed -GenericName[tr]=The SMB/CIFS Share Browser -GenericName[uk]=Навігатор спільних ресурсів SMB/CIFS -GenericName[zh_CN]=SMB 共享浏览器 -# -# The following lines seem to be necessary for SuSE. -# -Name[bg]=Smb4K -Name[ca]=Smb4K -Name[cs]=Smb4K -Name[da]=Smb4K -Name[de]=Smb4K -Name[es]=Smb4K -Name[fr]=Smb4K -Name[hu]=Smb4K -Name[is]=Smb4K -Name[it]=Smb4K -Name[ja]=Smb4K -Name[nb]=Smb4K -Name[nl]=Smb4K -Name[nn]=Smb4K -Name[pl]=Smb4K -Name[pt_BR]=Smb4K -Name[ru]=Smb4K -Name[sk]=Smb4K -Name[sv]=Smb4K -Name[tr]=Smb4K -Name[uk]=Smb4K -Name[zh_CN]=Smb4K + Comment=The SMB/CIFS Share Browser -Comment[bg]=Самба ресурсен четец -Comment[ca]=El navegador de compartits SMB/CIFS -Comment[cs]=Prohližeč SMB/CIFS sdílení -Comment[da]=SMB/CIFS ressource browseren -Comment[de]=Der Browser für SMB/CIFS-Freigaben -Comment[es]=El explorador de recursos compartidos SMB/CIFS -Comment[fr]=L'explorateur de partages SMB / CIFS -Comment[hu]=Az SMB/CIFS böngésző -Comment[is]=SMB/CIFS sameignarflakkarinn -Comment[it]=Browser di condivisioni SMB/CIFS -Comment[ja]=SMB/CIFS 共有(シェア)・ブラウザー -Comment[nb]=SMB/CIFS ressursutforsker -Comment[nl]=De SMB/CIFS Share Browser -Comment[nn]=SMB/CIFS ressurs-surfar -Comment[pl]=Przeglądarka Zasobów SMB/CIFS -Comment[pt_BR]=O navegador de compartilhamentos SMB/CIFS -Comment[ru]=The SMB/CIFS Share Browser -Comment[sk]=Prehliadač SMB/CIFS zdieľaní -Comment[sv]=SMB Katalog programmed -Comment[tr]=The SMB/CIFS Share Browser -Comment[uk]=Навігатор спільних ресурсів SMB/CIFS -Comment[zh_CN]=SMB 共享浏览器 -Exec=smb4k + Icon=smb4k -X-DocPath=smb4k/index.html -Type=Application +Exec=smb4k Terminal=false Categories=Qt;TDE;Network; +X-DocPath=smb4k/index.html X-DCOP-ServiceType=Unique diff --git a/smb4k/smb4ksystemtray.cpp b/smb4k/smb4ksystemtray.cpp index 44dad2b..8a87905 100644 --- a/smb4k/smb4ksystemtray.cpp +++ b/smb4k/smb4ksystemtray.cpp @@ -68,11 +68,11 @@ Smb4KSystemTray::Smb4KSystemTray( TQWidget *parent, const char *name ) actionCollection(), "st_mounted_shares_action_menu" ); m_bookmarks_menu = new TDEActionMenu( i18n( "Bookmarks" ), "bookmark_folder", actionCollection(), "st_bookmark_action_menu" ); - TDEActionSeparator *sep = new TDEActionSeparator( TQT_TQOBJECT(this) ); + TDEActionSeparator *sep = new TDEActionSeparator( this ); TDEAction *manual_mount = new TDEAction( i18n( "M&ount Manually" ), "connect_creating", - 0, TQT_TQOBJECT(this), TQT_SLOT( slotMountManually() ), + 0, this, TQ_SLOT( slotMountManually() ), actionCollection(), "st_mount_manually_action" ); - TDEAction *configure = KStdAction::preferences( TQT_TQOBJECT(this), TQT_SLOT( slotConfigDialog() ), + TDEAction *configure = KStdAction::preferences( this, TQ_SLOT( slotConfigDialog() ), actionCollection(), "st_configure_action" ); m_shares_menu->plug( contextMenu() ); @@ -86,17 +86,17 @@ Smb4KSystemTray::Smb4KSystemTray( TQWidget *parent, const char *name ) slotSetupSharesMenu(); // Connections: - connect( actionCollection(), TQT_SIGNAL( actionHighlighted( TDEAction * ) ), - this, TQT_SLOT( slotActionHighlighted( TDEAction * ) ) ); + connect( actionCollection(), TQ_SIGNAL( actionHighlighted( TDEAction * ) ), + this, TQ_SLOT( slotActionHighlighted( TDEAction * ) ) ); - connect( Smb4KCore::bookmarkHandler(), TQT_SIGNAL( bookmarksUpdated() ), - this, TQT_SLOT( slotSetupBookmarksMenu() ) ); + connect( Smb4KCore::bookmarkHandler(), TQ_SIGNAL( bookmarksUpdated() ), + this, TQ_SLOT( slotSetupBookmarksMenu() ) ); - connect( Smb4KCore::mounter(), TQT_SIGNAL( updated() ), - this, TQT_SLOT( slotEnableBookmarks() ) ); + connect( Smb4KCore::mounter(), TQ_SIGNAL( updated() ), + this, TQ_SLOT( slotEnableBookmarks() ) ); - connect( Smb4KCore::mounter(), TQT_SIGNAL( updated() ), - this, TQT_SLOT( slotSetupSharesMenu() ) ); + connect( Smb4KCore::mounter(), TQ_SIGNAL( updated() ), + this, TQ_SLOT( slotSetupSharesMenu() ) ); // Connection to quitSelected() signal must be done in parent widget. } @@ -134,7 +134,7 @@ void Smb4KSystemTray::loadSettings() ///////////////////////////////////////////////////////////////////////////// -// TQT_SLOT IMPLEMENTATIONS +// SLOT IMPLEMENTATIONS ///////////////////////////////////////////////////////////////////////////// void Smb4KSystemTray::slotMountManually() @@ -143,11 +143,11 @@ void Smb4KSystemTray::slotMountManually() if ( parentWidget() ) { - dlg = static_cast<Smb4KMountDialog *>( TQT_TQWIDGET(parentWidget()->child( "MountDialog", "Smb4KMountDialog", true )) ); + dlg = static_cast<Smb4KMountDialog *>( parentWidget()->child( "MountDialog", "Smb4KMountDialog", true ) ); } else { - dlg = static_cast<Smb4KMountDialog *>( TQT_TQWIDGET(child( "MountDialog", "Smb4KMountDialog", true )) ); + dlg = static_cast<Smb4KMountDialog *>( child( "MountDialog", "Smb4KMountDialog", true ) ); } if ( !dlg ) @@ -181,8 +181,8 @@ void Smb4KSystemTray::slotConfigDialog() // To make sure we do not connect the config dialog several times // to slotSettingsChanged(), we break the connection first and re- // establish it afterwards: - disconnect( dlg, TQT_SIGNAL( settingsChanged() ), TQT_TQOBJECT(this), TQT_SLOT( slotSettingsChanged() ) ); - connect( dlg, TQT_SIGNAL( settingsChanged() ), TQT_TQOBJECT(this), TQT_SLOT( slotSettingsChanged() ) ); + disconnect( dlg, TQ_SIGNAL( settingsChanged() ), this, TQ_SLOT( slotSettingsChanged() ) ); + connect( dlg, TQ_SIGNAL( settingsChanged() ), this, TQ_SLOT( slotSettingsChanged() ) ); return; } @@ -194,17 +194,17 @@ void Smb4KSystemTray::slotConfigDialog() { if ( parentWidget() && parentWidget()->isShown() ) { - dlg = static_cast<TDEConfigDialog *>( TQT_TQWIDGET(config_factory->create( TQT_TQOBJECT(parentWidget()), "ConfigDialog", "TDEConfigDialog" )) ); + dlg = static_cast<TDEConfigDialog *>( config_factory->create( parentWidget(), "ConfigDialog", "TDEConfigDialog" ) ); } else { - dlg = static_cast<TDEConfigDialog *>( TQT_TQWIDGET(config_factory->create( TQT_TQOBJECT(this), "ConfigDialog", "TDEConfigDialog" )) ); + dlg = static_cast<TDEConfigDialog *>( config_factory->create( this, "ConfigDialog", "TDEConfigDialog" ) ); } // ... and show it. if ( dlg ) { - connect( dlg, TQT_SIGNAL( settingsChanged() ), TQT_TQOBJECT(this), TQT_SLOT( slotSettingsChanged() ) ); + connect( dlg, TQ_SIGNAL( settingsChanged() ), this, TQ_SLOT( slotSettingsChanged() ) ); dlg->show(); } @@ -234,7 +234,7 @@ void Smb4KSystemTray::slotSetupBookmarksMenu() { // OK, build the menu from ground up: TDEAction *edit_bookmarks = new TDEAction( i18n( "&Edit Bookmarks" ), "bookmark", 0, - TQT_TQOBJECT(this), TQT_SLOT( slotBookmarkEditor() ), actionCollection(), + this, TQ_SLOT( slotBookmarkEditor() ), actionCollection(), "st_edit_bookmarks_action" ); edit_bookmarks->setGroup( "BookmarkActions" ); edit_bookmarks->plug( m_bookmarks_menu->popupMenu() ); @@ -291,7 +291,7 @@ void Smb4KSystemTray::slotSetupBookmarksMenu() // Create the bookmark action: TDEAction *a = new TDEAction( *it, "folder", TDEShortcut::null(), 0, 0, actionCollection(), ("st_"+*it).utf8() ); a->setGroup( "Bookmarks" ); - connect( a, TQT_SIGNAL( activated() ), TQT_TQOBJECT(this), TQT_SLOT( slotBookmarkActivated() ) ); + connect( a, TQ_SIGNAL( activated() ), this, TQ_SLOT( slotBookmarkActivated() ) ); // Let's have a look if the bookmark action has to be enabled or disabled: TQString name; @@ -339,11 +339,11 @@ void Smb4KSystemTray::slotBookmarkEditor() if ( parentWidget() ) { - dlg = static_cast<Smb4KBookmarkEditor *>( TQT_TQWIDGET(parentWidget()->child( "BookmarkEditor", "Smb4KBookmarkEditor", true )) ); + dlg = static_cast<Smb4KBookmarkEditor *>( parentWidget()->child( "BookmarkEditor", "Smb4KBookmarkEditor", true ) ); } else { - dlg = static_cast<Smb4KBookmarkEditor *>( TQT_TQWIDGET(child( "BookmarkEditor", "Smb4KBookmarkEditor", true )) ); + dlg = static_cast<Smb4KBookmarkEditor *>( child( "BookmarkEditor", "Smb4KBookmarkEditor", true ) ); } if ( !dlg ) @@ -444,7 +444,7 @@ void Smb4KSystemTray::slotSetupSharesMenu() { // OK, build the menu from ground up: TDEAction *unmount_all = new TDEAction( i18n( "U&nmount All" ), "gear", TDEShortcut::null(), - TQT_TQOBJECT(this), TQT_SLOT( slotUnmountAllShares() ), actionCollection(), + this, TQ_SLOT( slotUnmountAllShares() ), actionCollection(), "st_unmount_all_action" ); unmount_all->setGroup( "ShareActions" ); unmount_all->plug( m_shares_menu->popupMenu(), 0 ); @@ -787,27 +787,27 @@ void Smb4KSystemTray::slotSetupSharesMenu() // Define the actions that can be performed on a share from within // the system tray widget: - TDEAction *umount = new TDEAction( i18n( "&Unmount" ), "drive-harddisk-unmounted", TDEShortcut::null(), TQT_TQOBJECT(this), - TQT_SLOT( slotUnmountShare() ), actionCollection(), "st_[unmount]_"+(*it)->canonicalPath() ); + TDEAction *umount = new TDEAction( i18n( "&Unmount" ), "drive-harddisk-unmounted", TDEShortcut::null(), this, + TQ_SLOT( slotUnmountShare() ), actionCollection(), "st_[unmount]_"+(*it)->canonicalPath() ); umount->setGroup( "ShareActions" ); #ifdef __linux__ - TDEAction *force_umount = new TDEAction( i18n( "&Force Unmounting" ), "drive-harddisk-unmounted", TDEShortcut::null(), TQT_TQOBJECT(this), - TQT_SLOT( slotForceUnmountShare() ), actionCollection(), "st_[force]_"+(*it)->canonicalPath() ); + TDEAction *force_umount = new TDEAction( i18n( "&Force Unmounting" ), "drive-harddisk-unmounted", TDEShortcut::null(), this, + TQ_SLOT( slotForceUnmountShare() ), actionCollection(), "st_[force]_"+(*it)->canonicalPath() ); force_umount->setGroup( "ShareActions" ); force_umount->setEnabled( Smb4KSettings::useForceUnmount() ); #endif - TDEAction *synchronize = new TDEAction( i18n( "S&ynchronize" ), "go-bottom", TDEShortcut::null(), TQT_TQOBJECT(this), - TQT_SLOT( slotSynchronize() ), actionCollection(), "st_[synchronize]_"+(*it)->canonicalPath() ); + TDEAction *synchronize = new TDEAction( i18n( "S&ynchronize" ), "go-bottom", TDEShortcut::null(), this, + TQ_SLOT( slotSynchronize() ), actionCollection(), "st_[synchronize]_"+(*it)->canonicalPath() ); synchronize->setGroup( "ShareActions" ); synchronize->setEnabled( !Smb4KSettings::rsync().isEmpty() ); - TDEAction *konsole = new TDEAction( i18n( "Open with Konso&le" ), "terminal", TDEShortcut::null(), TQT_TQOBJECT(this), - TQT_SLOT( slotKonsole() ), actionCollection(), "st_[konsole]_"+(*it)->canonicalPath() ); + TDEAction *konsole = new TDEAction( i18n( "Open with Konso&le" ), "terminal", TDEShortcut::null(), this, + TQ_SLOT( slotKonsole() ), actionCollection(), "st_[konsole]_"+(*it)->canonicalPath() ); konsole->setGroup( "ShareActions" ); konsole->setEnabled( !Smb4KSettings::konsole().isEmpty() ); - TDEAction *konqueror = new TDEAction( i18n( "Open with &Konqueror" ), "kfm_home", TDEShortcut::null(), TQT_TQOBJECT(this), - TQT_SLOT( slotFilemanager() ), actionCollection(), "st_[filemanager]_"+(*it)->canonicalPath() ); + TDEAction *konqueror = new TDEAction( i18n( "Open with &Konqueror" ), "kfm_home", TDEShortcut::null(), this, + TQ_SLOT( slotFilemanager() ), actionCollection(), "st_[filemanager]_"+(*it)->canonicalPath() ); konqueror->setGroup( "ShareActions" ); // Set up the action submenu: diff --git a/smb4k/smb4ksystemtray.h b/smb4k/smb4ksystemtray.h index 9f59599..d09cb0b 100644 --- a/smb4k/smb4ksystemtray.h +++ b/smb4k/smb4ksystemtray.h @@ -56,19 +56,19 @@ class Smb4KSystemTray : public KSystemTray /** * Embeds the system tray window into the system tray, if @p ebd is - * TRUE. Otherwise, it removes it from there. Note, that the system tray + * true. Otherwise, it removes it from there. Note, that the system tray * icon won't be deleted but only hidden! * - * @param ebd If TRUE the system tray icon will be embedded into + * @param ebd If true the system tray icon will be embedded into * the system tray. */ void embed( bool ebd ); /** - * This function returns TRUE if the system tray window is embedded into - * the system tray and FALSE otherwise. + * This function returns true if the system tray window is embedded into + * the system tray and false otherwise. * - * @returns TRUE if the system tray window is embedded. + * @returns true if the system tray window is embedded. */ bool isEmbedded() { return isShown(); } diff --git a/translations/desktop_files/bg.po b/translations/desktop_files/bg.po new file mode 100644 index 0000000..79bddc8 --- /dev/null +++ b/translations/desktop_files/bg.po @@ -0,0 +1,36 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-05-13 14:47+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: bg\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: plugin/smb4k_add.desktop:4 +msgid "Samba Browser" +msgstr "Samba Browser" + +#. GenericName +#. Comment +#. GenericName +#. Comment +#: plugin/smb4k_add.desktop:6 plugin/smb4k_add.desktop:8 smb4k/smb4k.desktop:6 +#: smb4k/smb4k.desktop:8 +msgid "The SMB/CIFS Share Browser" +msgstr "Самба ресурсен четец" + +#. Name +#: smb4k/smb4k.desktop:4 +msgid "Smb4K" +msgstr "Smb4K" diff --git a/translations/desktop_files/ca.po b/translations/desktop_files/ca.po new file mode 100644 index 0000000..4e315df --- /dev/null +++ b/translations/desktop_files/ca.po @@ -0,0 +1,36 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-05-13 14:47+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: ca\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: plugin/smb4k_add.desktop:4 +msgid "Samba Browser" +msgstr "Samba Browser" + +#. GenericName +#. Comment +#. GenericName +#. Comment +#: plugin/smb4k_add.desktop:6 plugin/smb4k_add.desktop:8 smb4k/smb4k.desktop:6 +#: smb4k/smb4k.desktop:8 +msgid "The SMB/CIFS Share Browser" +msgstr "El navegador de compartits SMB/CIFS" + +#. Name +#: smb4k/smb4k.desktop:4 +msgid "Smb4K" +msgstr "Smb4K" diff --git a/translations/desktop_files/cs.po b/translations/desktop_files/cs.po new file mode 100644 index 0000000..e7de65c --- /dev/null +++ b/translations/desktop_files/cs.po @@ -0,0 +1,36 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-05-13 14:47+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: cs\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: plugin/smb4k_add.desktop:4 +msgid "Samba Browser" +msgstr "Samba Browser" + +#. GenericName +#. Comment +#. GenericName +#. Comment +#: plugin/smb4k_add.desktop:6 plugin/smb4k_add.desktop:8 smb4k/smb4k.desktop:6 +#: smb4k/smb4k.desktop:8 +msgid "The SMB/CIFS Share Browser" +msgstr "Prohližeč SMB/CIFS sdílení" + +#. Name +#: smb4k/smb4k.desktop:4 +msgid "Smb4K" +msgstr "Smb4K" diff --git a/translations/desktop_files/da.po b/translations/desktop_files/da.po new file mode 100644 index 0000000..b1914a8 --- /dev/null +++ b/translations/desktop_files/da.po @@ -0,0 +1,36 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-05-13 14:47+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: da\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: plugin/smb4k_add.desktop:4 +msgid "Samba Browser" +msgstr "" + +#. GenericName +#. Comment +#. GenericName +#. Comment +#: plugin/smb4k_add.desktop:6 plugin/smb4k_add.desktop:8 smb4k/smb4k.desktop:6 +#: smb4k/smb4k.desktop:8 +msgid "The SMB/CIFS Share Browser" +msgstr "SMB/CIFS ressource browseren" + +#. Name +#: smb4k/smb4k.desktop:4 +msgid "Smb4K" +msgstr "Smb4K" diff --git a/translations/desktop_files/de.po b/translations/desktop_files/de.po new file mode 100644 index 0000000..0a768ea --- /dev/null +++ b/translations/desktop_files/de.po @@ -0,0 +1,36 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-05-13 14:47+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: plugin/smb4k_add.desktop:4 +msgid "Samba Browser" +msgstr "Samba Browser" + +#. GenericName +#. Comment +#. GenericName +#. Comment +#: plugin/smb4k_add.desktop:6 plugin/smb4k_add.desktop:8 smb4k/smb4k.desktop:6 +#: smb4k/smb4k.desktop:8 +msgid "The SMB/CIFS Share Browser" +msgstr "Der Browser für SMB/CIFS-Freigaben" + +#. Name +#: smb4k/smb4k.desktop:4 +msgid "Smb4K" +msgstr "Smb4K" diff --git a/translations/desktop_files/es.po b/translations/desktop_files/es.po new file mode 100644 index 0000000..da59a5c --- /dev/null +++ b/translations/desktop_files/es.po @@ -0,0 +1,36 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-05-13 14:47+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: plugin/smb4k_add.desktop:4 +msgid "Samba Browser" +msgstr "Samba Browser" + +#. GenericName +#. Comment +#. GenericName +#. Comment +#: plugin/smb4k_add.desktop:6 plugin/smb4k_add.desktop:8 smb4k/smb4k.desktop:6 +#: smb4k/smb4k.desktop:8 +msgid "The SMB/CIFS Share Browser" +msgstr "El explorador de recursos compartidos SMB/CIFS" + +#. Name +#: smb4k/smb4k.desktop:4 +msgid "Smb4K" +msgstr "Smb4K" diff --git a/translations/desktop_files/fr.po b/translations/desktop_files/fr.po new file mode 100644 index 0000000..2f4c411 --- /dev/null +++ b/translations/desktop_files/fr.po @@ -0,0 +1,36 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-05-13 14:47+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: plugin/smb4k_add.desktop:4 +msgid "Samba Browser" +msgstr "Samba Browser" + +#. GenericName +#. Comment +#. GenericName +#. Comment +#: plugin/smb4k_add.desktop:6 plugin/smb4k_add.desktop:8 smb4k/smb4k.desktop:6 +#: smb4k/smb4k.desktop:8 +msgid "The SMB/CIFS Share Browser" +msgstr "L'explorateur de partages SMB / CIFS" + +#. Name +#: smb4k/smb4k.desktop:4 +msgid "Smb4K" +msgstr "Smb4K" diff --git a/translations/desktop_files/hu.po b/translations/desktop_files/hu.po new file mode 100644 index 0000000..4b6204e --- /dev/null +++ b/translations/desktop_files/hu.po @@ -0,0 +1,36 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-05-13 14:47+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: hu\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: plugin/smb4k_add.desktop:4 +msgid "Samba Browser" +msgstr "Samba Browser" + +#. GenericName +#. Comment +#. GenericName +#. Comment +#: plugin/smb4k_add.desktop:6 plugin/smb4k_add.desktop:8 smb4k/smb4k.desktop:6 +#: smb4k/smb4k.desktop:8 +msgid "The SMB/CIFS Share Browser" +msgstr "Az SMB/CIFS böngésző" + +#. Name +#: smb4k/smb4k.desktop:4 +msgid "Smb4K" +msgstr "Smb4K" diff --git a/translations/desktop_files/is.po b/translations/desktop_files/is.po new file mode 100644 index 0000000..729e406 --- /dev/null +++ b/translations/desktop_files/is.po @@ -0,0 +1,36 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-05-13 14:47+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: is\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: plugin/smb4k_add.desktop:4 +msgid "Samba Browser" +msgstr "" + +#. GenericName +#. Comment +#. GenericName +#. Comment +#: plugin/smb4k_add.desktop:6 plugin/smb4k_add.desktop:8 smb4k/smb4k.desktop:6 +#: smb4k/smb4k.desktop:8 +msgid "The SMB/CIFS Share Browser" +msgstr "SMB/CIFS sameignarflakkarinn" + +#. Name +#: smb4k/smb4k.desktop:4 +msgid "Smb4K" +msgstr "Smb4K" diff --git a/translations/desktop_files/it.po b/translations/desktop_files/it.po new file mode 100644 index 0000000..3207ce2 --- /dev/null +++ b/translations/desktop_files/it.po @@ -0,0 +1,36 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-05-13 14:47+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: plugin/smb4k_add.desktop:4 +msgid "Samba Browser" +msgstr "Samba Browser" + +#. GenericName +#. Comment +#. GenericName +#. Comment +#: plugin/smb4k_add.desktop:6 plugin/smb4k_add.desktop:8 smb4k/smb4k.desktop:6 +#: smb4k/smb4k.desktop:8 +msgid "The SMB/CIFS Share Browser" +msgstr "Browser di condivisioni SMB/CIFS" + +#. Name +#: smb4k/smb4k.desktop:4 +msgid "Smb4K" +msgstr "Smb4K" diff --git a/translations/desktop_files/ja.po b/translations/desktop_files/ja.po new file mode 100644 index 0000000..0a58651 --- /dev/null +++ b/translations/desktop_files/ja.po @@ -0,0 +1,36 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-05-13 14:47+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: ja\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: plugin/smb4k_add.desktop:4 +msgid "Samba Browser" +msgstr "Samba Browser" + +#. GenericName +#. Comment +#. GenericName +#. Comment +#: plugin/smb4k_add.desktop:6 plugin/smb4k_add.desktop:8 smb4k/smb4k.desktop:6 +#: smb4k/smb4k.desktop:8 +msgid "The SMB/CIFS Share Browser" +msgstr "SMB/CIFS 共有(シェア)・ブラウザー" + +#. Name +#: smb4k/smb4k.desktop:4 +msgid "Smb4K" +msgstr "Smb4K" diff --git a/translations/desktop_files/ka.po b/translations/desktop_files/ka.po new file mode 100644 index 0000000..333ef0c --- /dev/null +++ b/translations/desktop_files/ka.po @@ -0,0 +1,37 @@ +# 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: 2024-05-13 14:47+0200\n" +"PO-Revision-Date: 2024-11-04 12:10+0000\n" +"Last-Translator: Temuri Doghonadze <rkavt@smartprojects.ge>\n" +"Language-Team: Georgian <https://mirror.git.trinitydesktop.org/weblate/" +"projects/applications/smb4k-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 +#: plugin/smb4k_add.desktop:4 +msgid "Samba Browser" +msgstr "Samba-ის ბრაუზერი" + +#. GenericName +#. Comment +#. GenericName +#. Comment +#: plugin/smb4k_add.desktop:6 plugin/smb4k_add.desktop:8 smb4k/smb4k.desktop:6 +#: smb4k/smb4k.desktop:8 +msgid "The SMB/CIFS Share Browser" +msgstr "SMB/CIFS გაზიარებების ბრაუზერი" + +#. Name +#: smb4k/smb4k.desktop:4 +msgid "Smb4K" +msgstr "Smb4K" diff --git a/translations/desktop_files/nb.po b/translations/desktop_files/nb.po new file mode 100644 index 0000000..265c03e --- /dev/null +++ b/translations/desktop_files/nb.po @@ -0,0 +1,36 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-05-13 14:47+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: nb\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: plugin/smb4k_add.desktop:4 +msgid "Samba Browser" +msgstr "Samba Browser" + +#. GenericName +#. Comment +#. GenericName +#. Comment +#: plugin/smb4k_add.desktop:6 plugin/smb4k_add.desktop:8 smb4k/smb4k.desktop:6 +#: smb4k/smb4k.desktop:8 +msgid "The SMB/CIFS Share Browser" +msgstr "SMB/CIFS ressursutforsker" + +#. Name +#: smb4k/smb4k.desktop:4 +msgid "Smb4K" +msgstr "Smb4K" diff --git a/translations/desktop_files/nl.po b/translations/desktop_files/nl.po new file mode 100644 index 0000000..6ad0e72 --- /dev/null +++ b/translations/desktop_files/nl.po @@ -0,0 +1,36 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-05-13 14:47+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: nl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: plugin/smb4k_add.desktop:4 +msgid "Samba Browser" +msgstr "Samba Browser" + +#. GenericName +#. Comment +#. GenericName +#. Comment +#: plugin/smb4k_add.desktop:6 plugin/smb4k_add.desktop:8 smb4k/smb4k.desktop:6 +#: smb4k/smb4k.desktop:8 +msgid "The SMB/CIFS Share Browser" +msgstr "De SMB/CIFS Share Browser" + +#. Name +#: smb4k/smb4k.desktop:4 +msgid "Smb4K" +msgstr "Smb4K" diff --git a/translations/desktop_files/nn.po b/translations/desktop_files/nn.po new file mode 100644 index 0000000..17a868f --- /dev/null +++ b/translations/desktop_files/nn.po @@ -0,0 +1,36 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-05-13 14:47+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: nn\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: plugin/smb4k_add.desktop:4 +msgid "Samba Browser" +msgstr "Samba Browser" + +#. GenericName +#. Comment +#. GenericName +#. Comment +#: plugin/smb4k_add.desktop:6 plugin/smb4k_add.desktop:8 smb4k/smb4k.desktop:6 +#: smb4k/smb4k.desktop:8 +msgid "The SMB/CIFS Share Browser" +msgstr "SMB/CIFS ressurs surfar" + +#. Name +#: smb4k/smb4k.desktop:4 +msgid "Smb4K" +msgstr "Smb4K" diff --git a/translations/desktop_files/pl.po b/translations/desktop_files/pl.po new file mode 100644 index 0000000..1b57d83 --- /dev/null +++ b/translations/desktop_files/pl.po @@ -0,0 +1,36 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-05-13 14:47+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: pl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: plugin/smb4k_add.desktop:4 +msgid "Samba Browser" +msgstr "Samba Browser" + +#. GenericName +#. Comment +#. GenericName +#. Comment +#: plugin/smb4k_add.desktop:6 plugin/smb4k_add.desktop:8 smb4k/smb4k.desktop:6 +#: smb4k/smb4k.desktop:8 +msgid "The SMB/CIFS Share Browser" +msgstr "Przeglądarka Zasobów SMB/CIFS" + +#. Name +#: smb4k/smb4k.desktop:4 +msgid "Smb4K" +msgstr "Smb4K" diff --git a/translations/desktop_files/pt_BR.po b/translations/desktop_files/pt_BR.po new file mode 100644 index 0000000..dd6572b --- /dev/null +++ b/translations/desktop_files/pt_BR.po @@ -0,0 +1,36 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-05-13 14:47+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: pt_BR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: plugin/smb4k_add.desktop:4 +msgid "Samba Browser" +msgstr "Samba Browser" + +#. GenericName +#. Comment +#. GenericName +#. Comment +#: plugin/smb4k_add.desktop:6 plugin/smb4k_add.desktop:8 smb4k/smb4k.desktop:6 +#: smb4k/smb4k.desktop:8 +msgid "The SMB/CIFS Share Browser" +msgstr "O navegador de compartilhamentos SMB/CIFS" + +#. Name +#: smb4k/smb4k.desktop:4 +msgid "Smb4K" +msgstr "Smb4K" diff --git a/translations/desktop_files/ru.po b/translations/desktop_files/ru.po new file mode 100644 index 0000000..6bf053b --- /dev/null +++ b/translations/desktop_files/ru.po @@ -0,0 +1,38 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# Andrei Stepanov <adem4ik@gmail.com>, 2025. +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-05-13 14:47+0200\n" +"PO-Revision-Date: 2025-05-02 10:44+0000\n" +"Last-Translator: Andrei Stepanov <adem4ik@gmail.com>\n" +"Language-Team: Russian <https://mirror.git.trinitydesktop.org/weblate/" +"projects/applications/smb4k-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 +#: plugin/smb4k_add.desktop:4 +msgid "Samba Browser" +msgstr "Samba Browser" + +#. GenericName +#. Comment +#. GenericName +#. Comment +#: plugin/smb4k_add.desktop:6 plugin/smb4k_add.desktop:8 smb4k/smb4k.desktop:6 +#: smb4k/smb4k.desktop:8 +msgid "The SMB/CIFS Share Browser" +msgstr "Обозреватель общих ресурсов SMB/CIFS" + +#. Name +#: smb4k/smb4k.desktop:4 +msgid "Smb4K" +msgstr "Smb4K" diff --git a/translations/desktop_files/sk.po b/translations/desktop_files/sk.po new file mode 100644 index 0000000..07a1bd4 --- /dev/null +++ b/translations/desktop_files/sk.po @@ -0,0 +1,36 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-05-13 14:47+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: sk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: plugin/smb4k_add.desktop:4 +msgid "Samba Browser" +msgstr "Samba Browser" + +#. GenericName +#. Comment +#. GenericName +#. Comment +#: plugin/smb4k_add.desktop:6 plugin/smb4k_add.desktop:8 smb4k/smb4k.desktop:6 +#: smb4k/smb4k.desktop:8 +msgid "The SMB/CIFS Share Browser" +msgstr "Prehliadač SMB/CIFS zdieľaní" + +#. Name +#: smb4k/smb4k.desktop:4 +msgid "Smb4K" +msgstr "Smb4K" diff --git a/translations/desktop_files/smb4k-desktops.pot b/translations/desktop_files/smb4k-desktops.pot new file mode 100644 index 0000000..2a01806 --- /dev/null +++ b/translations/desktop_files/smb4k-desktops.pot @@ -0,0 +1,36 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-05-13 14:47+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: plugin/smb4k_add.desktop:4 +msgid "Samba Browser" +msgstr "" + +#. GenericName +#. Comment +#. GenericName +#. Comment +#: plugin/smb4k_add.desktop:6 plugin/smb4k_add.desktop:8 smb4k/smb4k.desktop:6 +#: smb4k/smb4k.desktop:8 +msgid "The SMB/CIFS Share Browser" +msgstr "" + +#. Name +#: smb4k/smb4k.desktop:4 +msgid "Smb4K" +msgstr "" diff --git a/translations/desktop_files/sv.po b/translations/desktop_files/sv.po new file mode 100644 index 0000000..b892af2 --- /dev/null +++ b/translations/desktop_files/sv.po @@ -0,0 +1,36 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-05-13 14:47+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: sv\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: plugin/smb4k_add.desktop:4 +msgid "Samba Browser" +msgstr "Samba Browser" + +#. GenericName +#. Comment +#. GenericName +#. Comment +#: plugin/smb4k_add.desktop:6 plugin/smb4k_add.desktop:8 smb4k/smb4k.desktop:6 +#: smb4k/smb4k.desktop:8 +msgid "The SMB/CIFS Share Browser" +msgstr "SMB Katalog programmed" + +#. Name +#: smb4k/smb4k.desktop:4 +msgid "Smb4K" +msgstr "Smb4K" diff --git a/translations/desktop_files/tr.po b/translations/desktop_files/tr.po new file mode 100644 index 0000000..85ad57d --- /dev/null +++ b/translations/desktop_files/tr.po @@ -0,0 +1,36 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-05-13 14:47+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: tr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: plugin/smb4k_add.desktop:4 +msgid "Samba Browser" +msgstr "Samba Tarayıcısı" + +#. GenericName +#. Comment +#. GenericName +#. Comment +#: plugin/smb4k_add.desktop:6 plugin/smb4k_add.desktop:8 smb4k/smb4k.desktop:6 +#: smb4k/smb4k.desktop:8 +msgid "The SMB/CIFS Share Browser" +msgstr "SMB/CIFS Paylaşım Tarayıcısı" + +#. Name +#: smb4k/smb4k.desktop:4 +msgid "Smb4K" +msgstr "Smb4K" diff --git a/translations/desktop_files/uk.po b/translations/desktop_files/uk.po new file mode 100644 index 0000000..1b68483 --- /dev/null +++ b/translations/desktop_files/uk.po @@ -0,0 +1,36 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-05-13 14:47+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: uk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: plugin/smb4k_add.desktop:4 +msgid "Samba Browser" +msgstr "Samba Browser" + +#. GenericName +#. Comment +#. GenericName +#. Comment +#: plugin/smb4k_add.desktop:6 plugin/smb4k_add.desktop:8 smb4k/smb4k.desktop:6 +#: smb4k/smb4k.desktop:8 +msgid "The SMB/CIFS Share Browser" +msgstr "Навігатор спільних ресурсів SMB/CIFS" + +#. Name +#: smb4k/smb4k.desktop:4 +msgid "Smb4K" +msgstr "Smb4K" diff --git a/translations/desktop_files/zh_CN.po b/translations/desktop_files/zh_CN.po new file mode 100644 index 0000000..9f8a002 --- /dev/null +++ b/translations/desktop_files/zh_CN.po @@ -0,0 +1,36 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-05-13 14:47+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: zh_CN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: plugin/smb4k_add.desktop:4 +msgid "Samba Browser" +msgstr "Samba Browser" + +#. GenericName +#. Comment +#. GenericName +#. Comment +#: plugin/smb4k_add.desktop:6 plugin/smb4k_add.desktop:8 smb4k/smb4k.desktop:6 +#: smb4k/smb4k.desktop:8 +msgid "The SMB/CIFS Share Browser" +msgstr "SMB 共享浏览器\"" + +#. Name +#: smb4k/smb4k.desktop:4 +msgid "Smb4K" +msgstr "Smb4K" diff --git a/po/de.po b/translations/messages/de.po index aaa5a51..aaa5a51 100644 --- a/po/de.po +++ b/translations/messages/de.po diff --git a/po/es.po b/translations/messages/es.po index 87c76c6..87c76c6 100644 --- a/po/es.po +++ b/translations/messages/es.po diff --git a/po/it.po b/translations/messages/it.po index c046e2f..fff09ad 100644 --- a/po/it.po +++ b/translations/messages/it.po @@ -1,18 +1,21 @@ # translation of it.po to # Isidoro Russo <risidoro@despammed.com>, 2004. +# Michele Calgaro <michele.calgaro@yahoo.it>, 2025. msgid "" msgstr "" "Project-Id-Version: it\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-07-07 18:27+0000\n" -"PO-Revision-Date: 2007-12-15 19:18+0100\n" -"Last-Translator: dragon\n" -"Language-Team: <it@li.org>\n" -"Language: \n" +"PO-Revision-Date: 2025-03-07 05:44+0000\n" +"Last-Translator: Michele Calgaro <michele.calgaro@yahoo.it>\n" +"Language-Team: Italian <https://mirror.git.trinitydesktop.org/weblate/" +"projects/applications/smb4k/it/>\n" +"Language: it\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" +"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 "" @@ -82,9 +85,8 @@ msgid "Au&thentication" msgstr "Au&tenticazione" #: smb4k/browser/smb4knetworkbrowser_part.cpp:157 -#, fuzzy msgid "&Custom Options" -msgstr "Opzioni Personalizzate" +msgstr "&Opzioni Personalizzate" #: smb4k/browser/smb4knetworkbrowser_part.cpp:160 msgid "Add &Bookmark" @@ -122,9 +124,8 @@ msgid "Scan Wo&rkgroup" msgstr "Analizza G&ruppo di lavoro" #: smb4k/browser/smb4knetworkbrowser_part.cpp:1905 -#, fuzzy msgid "Smb4KNetworkBrowserPart" -msgstr "Browser di rete" +msgstr "Smb4KNetworkBrowserPart" #: smb4k/browser/smb4knetworkbrowsertooltip.cpp:109 #: smb4k/browser/smb4knetworkbrowsertooltip.cpp:154 @@ -134,7 +135,7 @@ msgstr "Gruppo di lavoro:" #: smb4k/browser/smb4knetworkbrowsertooltip.cpp:112 msgid "Pseudo master browser:" -msgstr "Pseudo master browser:" +msgstr "Pseudo browser principale:" #: smb4k/browser/smb4knetworkbrowsertooltip.cpp:112 #: smb4k/browser/smb4knetworkbrowsertooltip.cpp:158 @@ -231,7 +232,7 @@ msgstr "Utente:" msgid "This login name is used by default to authenticate to a remote server." msgstr "" "Questo nome utente sarà utilizzato di default per l'autenticazione ad un " -"server remoto" +"server remoto." #: smb4k/configdlg/smb4kauthoptions.cpp:73 #: smb4k/core/smb4kpasswordhandler.cpp:311 @@ -277,7 +278,7 @@ msgid "" "is very reliable but fails sometimes if your network neighborhood is " "configured uncommonly. In this case you should try to use \"smbclient\"." msgstr "" -"Smb4K utilizza \"nmblookup\" come impostazione predefinita per le ricerche " +"Smb4K utilizza \"nmblookup\" come impostazione predefinita per le ricerche " "in rete. Questo metodo, solitamente affidabile, può non funzionare se alcune " "macchine nella rete hanno configurazioni non comuni. In questo caso, " "utilizzare il metodo \"smbclient\"." @@ -299,18 +300,16 @@ msgid "NetBIOS name:" msgstr "Nome NetBIOS:" #: smb4k/configdlg/smb4ksambaoptions.cpp:76 -#, fuzzy msgid "Domain:" -msgstr "Collocazione:" +msgstr "Dominio:" #: smb4k/configdlg/smb4ksambaoptions.cpp:79 msgid "Socket options:" msgstr "Opzioni del socket:" #: smb4k/configdlg/smb4ksambaoptions.cpp:82 -#, fuzzy msgid "NetBIOS scope:" -msgstr "Nome NetBIOS:" +msgstr "Ambito NetBIOS:" #: smb4k/configdlg/smb4ksambaoptions.cpp:85 msgid "Remote SMB port:" @@ -331,7 +330,6 @@ msgid "Authenticate as machine account" msgstr "Autentica come account del sistema" #: smb4k/configdlg/smb4ksambaoptions.cpp:100 -#, fuzzy msgid "General Settings" msgstr "Opzioni generali" @@ -342,13 +340,12 @@ msgid "File System" msgstr "File System" #: smb4k/configdlg/smb4ksambaoptions.cpp:120 -#, fuzzy msgid "" "NOTE: You might need to enable support for either \"super\" or \"sudo\" in " "the Super User page." msgstr "" -"Scegliendo il file system CIFS, potrebbe essere necessario abilitare il " -"supporto a <i>super</i> o <i>sudo</i> nella scheda Amministratore." +"NOTA: potrebbe essere necessario abilitare il supporto a <i>super</i> o " +"<i>sudo</i> nella scheda Amministratore." #: smb4k/configdlg/smb4ksambaoptions.cpp:124 msgid "User and Group" @@ -373,9 +370,8 @@ msgid "Charset and Codepage" msgstr "Set di caratteri e Codici di pagina" #: smb4k/configdlg/smb4ksambaoptions.cpp:139 -#, fuzzy msgid "Client charset:" -msgstr "Set di caratteri Linux:" +msgstr "Set di caratteri del client:" #: smb4k/configdlg/smb4ksambaoptions.cpp:141 #: smb4k/configdlg/smb4ksambaoptions.cpp:167 @@ -400,7 +396,7 @@ msgstr "Maschera file:" #: smb4k/configdlg/smb4ksambaoptions.cpp:209 msgid "Directory mask:" -msgstr "Directory mask:" +msgstr "Maschera della directory:" #: smb4k/configdlg/smb4ksambaoptions.cpp:213 #: smb4k/configdlg/smb4ksambaoptions.cpp:414 @@ -449,25 +445,25 @@ msgstr "Tenta l'impstazione di UID e GID" #: smb4k/core/smb4ksettings.cpp:700 #, no-c-format msgid "Use server inode numbers" -msgstr "" +msgstr "Utilizza i numeri inode del server" #: smb4k/configdlg/smb4ksambaoptions.cpp:233 smb4k/core/smb4k.kcfg:549 #: smb4k/core/smb4ksettings.cpp:704 #, no-c-format msgid "Do not cache inode data" -msgstr "" +msgstr "Non memorizzare nella cache i dati dell'inode" #: smb4k/configdlg/smb4ksambaoptions.cpp:235 smb4k/core/smb4k.kcfg:554 #: smb4k/core/smb4ksettings.cpp:708 #, no-c-format msgid "Translate reserved characters" -msgstr "" +msgstr "Traduci i caratteri riservati" #: smb4k/configdlg/smb4ksambaoptions.cpp:237 smb4k/core/smb4k.kcfg:559 #: smb4k/core/smb4ksettings.cpp:712 #, no-c-format msgid "Do not use locking" -msgstr "" +msgstr "Non utilizzare il bloccaggio" #: smb4k/configdlg/smb4ksambaoptions.cpp:244 msgid "Additional options:" @@ -482,9 +478,8 @@ msgid "Use Unicode when communicating with the server" msgstr "Usa Unicode per comunicare con il server" #: smb4k/configdlg/smb4ksambaoptions.cpp:252 -#, fuzzy msgid "Use large file support" -msgstr "Attiva il supporto ai filesystem estesi" +msgstr "Utilizzare il supporto per file di grandi dimensioni" #: smb4k/configdlg/smb4ksambaoptions.cpp:258 msgid "Caching time of directory listings:" @@ -511,9 +506,8 @@ msgid "ADS: Active Directory environment (LDAP/Kerberos)" msgstr "ADS: Ambiente Active Directory (LDAP/Kerberos)" #: smb4k/configdlg/smb4ksambaoptions.cpp:318 -#, fuzzy msgid "Name resolve order:" -msgstr "Ordine di risoluzione:" +msgstr "Ordine di risoluzione dei nomi:" #: smb4k/configdlg/smb4ksambaoptions.cpp:321 msgid "Buffer size:" @@ -521,16 +515,15 @@ msgstr "Dimensione del buffer:" #: smb4k/configdlg/smb4ksambaoptions.cpp:323 msgid " Bytes" -msgstr "Bytes" +msgstr " Bytes" #: smb4k/configdlg/smb4ksambaoptions.cpp:325 msgid "Signing state:" -msgstr "" +msgstr "Stato della firma:" #: smb4k/configdlg/smb4ksambaoptions.cpp:327 -#, fuzzy msgid "none" -msgstr "Nessuno" +msgstr "nessuno" #: smb4k/configdlg/smb4ksambaoptions.cpp:328 msgid "on" @@ -708,7 +701,7 @@ msgstr "Rimuovi le voci" #: smb4k/configdlg/smb4ksuperuseroptions.cpp:68 msgid "Remove entries from the configuration file" -msgstr "" +msgstr "Rimuovere le voci dal file di configurazione" #: smb4k/configdlg/smb4ksuperuseroptions.cpp:69 msgid "" @@ -716,6 +709,9 @@ msgid "" "by Smb4K will be removed either from /etc/super.tab or /etc/sudoers. " "Additionally, all your choices under \"Actions\" will be cleared." msgstr "" +"A seconda della scelta effettuata in \"Programmi\", tutte le voci scritte da " +"Smb4K verranno rimosse da /etc/super.tab o /etc/sudoers. Inoltre, tutte le " +"scelte effettuate in \"Azioni\" verranno cancellate." #: smb4k/configdlg/smb4kuserinterfaceoptions.cpp:52 #: smb4k/configdlg/smb4kuserinterfaceoptions.cpp:171 @@ -737,7 +733,6 @@ msgid "Show custom bookmark label if available" msgstr "Mostra etichetta personalizzata del segnalibro se disponibile" #: smb4k/configdlg/smb4kuserinterfaceoptions.cpp:64 -#, fuzzy msgid "System Tray" msgstr "Ancoraggio nella barra di sistema" @@ -796,9 +791,8 @@ msgstr "Mostra i suggerimenti circa gli elementi della rete" #: smb4k/configdlg/smb4kuserinterfaceoptions.cpp:114 #: smb4k/smb4ksystemtray.cpp:67 -#, fuzzy msgid "Mounted Shares" -msgstr "Condivi&sioni montate" +msgstr "Condivisioni montate" #: smb4k/configdlg/smb4kuserinterfaceoptions.cpp:116 msgid "Show mount point instead of share name" @@ -924,11 +918,11 @@ msgstr "Amministratore" #: smb4k/configdlg/smb4tdeconfigdialog.cpp:707 msgid "[Network] The custom master browser has not been entered.\n" -msgstr "" +msgstr "[Rete] Non è stato inserito il browser principale personalizzato.\n" #: smb4k/configdlg/smb4tdeconfigdialog.cpp:722 msgid "[Network] The broadcast areas have not been entered.\n" -msgstr "" +msgstr "[Rete] Le aree di trasmissione non sono state inserite.\n" #: smb4k/configdlg/smb4tdeconfigdialog.cpp:733 msgid "[Shares] The mount prefix is empty.\n" @@ -936,75 +930,81 @@ msgstr "[Condivisioni] Il percorso di montaggio è vuoto.\n" #: smb4k/configdlg/smb4tdeconfigdialog.cpp:748 msgid "[Authentication] The default user name has not been entered.\n" -msgstr "" +msgstr "[Autenticazione] Il nome utente predefinito non è stato inserito.\n" #: smb4k/configdlg/smb4tdeconfigdialog.cpp:759 msgid "[Samba] The file mask is empty.\n" -msgstr "" +msgstr "[Samba] La maschera del file è vuota.\n" #: smb4k/configdlg/smb4tdeconfigdialog.cpp:770 msgid "[Samba] The directory mask is empty.\n" -msgstr "" +msgstr "[Samba] La maschera della directory è vuota.\n" #: smb4k/configdlg/smb4tdeconfigdialog.cpp:781 msgid "[Samba] The UID is empty.\n" -msgstr "" +msgstr "[Samba] L'UID è vuoto.\n" #: smb4k/configdlg/smb4tdeconfigdialog.cpp:792 msgid "[Samba] The GID is empty.\n" -msgstr "" +msgstr "[Samba] Il GID è vuoto.\n" #: smb4k/configdlg/smb4tdeconfigdialog.cpp:803 msgid "[Synchronization] The rsync prefix is empty.\n" -msgstr "" +msgstr "[Sincronizzazione] Il prefisso rsync è vuoto.\n" #: smb4k/configdlg/smb4tdeconfigdialog.cpp:816 -#, fuzzy msgid "" "[Synchronization] The directory where partially transferred files should be " "stored is empty.\n" -msgstr "Conserva i file parzialmente trasferiti in" +msgstr "" +"[Sincronizzazione] La directory in cui devono essere archiviati i file " +"parzialmente trasferiti è vuota.\n" #: smb4k/configdlg/smb4tdeconfigdialog.cpp:829 msgid "[Synchronization] The exclude patterns have not been entered.\n" -msgstr "" +msgstr "[Sincronizzazione] I modelli di esclusione non sono stati inseriti.\n" #: smb4k/configdlg/smb4tdeconfigdialog.cpp:842 msgid "[Synchronization] The path of the exclude file is empty.\n" -msgstr "" +msgstr "[Sincronizzazione] Il percorso del file di esclusione è vuoto.\n" #: smb4k/configdlg/smb4tdeconfigdialog.cpp:855 msgid "[Synchronization] The include patterns have not been entered.\n" -msgstr "" +msgstr "[Sincronizzazione] I modelli di inclusione non sono stati immessi.\n" #: smb4k/configdlg/smb4tdeconfigdialog.cpp:868 msgid "[Synchronization] The path of the include file is empty.\n" -msgstr "" +msgstr "[Sincronizzazione] Il percorso del file di inclusione è vuoto.\n" #: smb4k/configdlg/smb4tdeconfigdialog.cpp:887 msgid "[Synchronization] The backup suffix has not been defined.\n" -msgstr "" +msgstr "[Sincronizzazione] Il suffisso di backup non è stato definito.\n" #: smb4k/configdlg/smb4tdeconfigdialog.cpp:900 msgid "[Synchronization] The backup directory is empty.\n" -msgstr "" +msgstr "[Sincronizzazione] La directory di backup è vuota.\n" #: smb4k/configdlg/smb4tdeconfigdialog.cpp:908 msgid "" "The configuration could not be written, because one setting is incomplete:\n" "%1Please correct this issue." msgstr "" +"Non è stato possibile scrivere la configurazione perché un'impostazione è " +"incompleta:\n" +"%1 Per favore correggi questo problema." #: smb4k/configdlg/smb4tdeconfigdialog.cpp:912 msgid "" "The configuration could not be written, because %1 settings are incomplete:\n" "%1Please correct these issues." msgstr "" +"Impossibile scrivere la configurazione perché le impostazioni %1 sono " +"incomplete:\n" +"%1 Per favore correggi questi problemi." #: smb4k/configdlg/smb4tdeconfigdialog.cpp:1191 -#, fuzzy msgid "Smb4TDEConfigDialog" -msgstr "Smb4KMontaggio" +msgstr "Smb4TDEConfigDialog" #: smb4k/configdlg/smb4tdersyncoptions.cpp:55 msgid "Default Destination" @@ -1117,9 +1117,8 @@ msgid "Preserve group" msgstr "Mantieni il gruppo" #: smb4k/configdlg/smb4tdersyncoptions.cpp:92 -#, fuzzy msgid "Preserve owner" -msgstr "Mantieni il gruppo" +msgstr "Mantieni il proprietario" #: smb4k/configdlg/smb4tdersyncoptions.cpp:93 smb4k/core/smb4k.kcfg:728 #: smb4k/core/smb4ksettings.cpp:875 @@ -1151,7 +1150,7 @@ msgstr "Eliminazione del File" #: smb4k/core/smb4ksettings.cpp:887 #, no-c-format msgid "Remove synchronized source files" -msgstr "" +msgstr "Rimuovere i file di origine sincronizzati" #: smb4k/configdlg/smb4tdersyncoptions.cpp:119 smb4k/core/smb4k.kcfg:748 #: smb4k/core/smb4ksettings.cpp:891 @@ -1178,9 +1177,8 @@ msgid "Delete files during transfer" msgstr "Elimina i file durante il trasferimento" #: smb4k/configdlg/smb4tdersyncoptions.cpp:123 -#, fuzzy msgid "Also delete excluded files" -msgstr "Elimina anche i file nella destinazione esclusi" +msgstr "Elimina anche i file esclusi" #: smb4k/configdlg/smb4tdersyncoptions.cpp:124 smb4k/core/smb4k.kcfg:773 #: smb4k/core/smb4ksettings.cpp:911 @@ -1207,14 +1205,12 @@ msgid "File Transfer" msgstr "Trasferimento dei File" #: smb4k/configdlg/smb4tdersyncoptions.cpp:137 -#, fuzzy msgid "Don't transfer any file smaller than:" -msgstr "Non trasferire file più piccoli di" +msgstr "Non trasferire file più piccoli di:" #: smb4k/configdlg/smb4tdersyncoptions.cpp:140 -#, fuzzy msgid "Don't transfer any file larger than:" -msgstr "Non trasferire file più grandi di" +msgstr "Non trasferire file più grandi di:" #: smb4k/configdlg/smb4tdersyncoptions.cpp:143 smb4k/core/smb4k.kcfg:816 #: smb4k/core/smb4ksettings.cpp:943 @@ -1223,9 +1219,8 @@ msgid "Keep partially transferred files" msgstr "Mantieni i file parzialmente trasferiti" #: smb4k/configdlg/smb4tdersyncoptions.cpp:145 -#, fuzzy msgid "Put a partially transferred file into:" -msgstr "Conserva i file parzialmente trasferiti in" +msgstr "Conserva i file parzialmente trasferiti in:" #: smb4k/configdlg/smb4tdersyncoptions.cpp:156 msgid "File Deletion && Transfer" @@ -1242,48 +1237,40 @@ msgid "Exclude files matching this pattern:" msgstr "Escludi i file che corrispondono a questo schema:" #: smb4k/configdlg/smb4tdersyncoptions.cpp:174 -#, fuzzy msgid "Read exclude patterns from:" -msgstr "Preleva gli schemi di esclusione da" +msgstr "Preleva gli schemi di esclusione da:" #: smb4k/configdlg/smb4tdersyncoptions.cpp:177 msgid "Don't exclude files matching this pattern:" msgstr "NOn escludere i file che corrispondono a questo schema:" #: smb4k/configdlg/smb4tdersyncoptions.cpp:179 -#, fuzzy msgid "Read include patterns from:" -msgstr "Preleva gli schemi di inclusione da" +msgstr "Preleva gli schemi di inclusione da:" #: smb4k/configdlg/smb4tdersyncoptions.cpp:183 msgid "Filter Rules" msgstr "Regole di filtraggio" #: smb4k/configdlg/smb4tdersyncoptions.cpp:186 -#, fuzzy msgid "" "The rules defined below will be added to the \"rsync\" command as they are. " "Thus, you have to start with the --filter=... argument." msgstr "" -"Le regole definite sopra saranno aggiunte al comando <i>rsync</i> così come " -"appaiono. Per questo motivo, è necessario iniziare con l'argomento '--" -"filter'. Per maggiori informazioni, leggere la prima pagina del manuale di " -"rsync." +"Le regole definite di seguito verranno aggiunte al comando \"rsync\" così " +"come sono. Pertanto, devi iniziare con l'argomento --filter=...." #: smb4k/configdlg/smb4tdersyncoptions.cpp:189 -#, fuzzy msgid "Special filter rules:" -msgstr "Regole di filtraggio" +msgstr "Regole di filtraggio:" #: smb4k/configdlg/smb4tdersyncoptions.cpp:190 -#, fuzzy msgid "Use --filter='dir-merge /.rsync-filter' filter rule" -msgstr "Usa la regola \"--filter='- .rsync-filter'\"" +msgstr "Utilizza la regola di filtro --filter='dir-merge /.rsync-filter'" #: smb4k/configdlg/smb4tdersyncoptions.cpp:191 -#, fuzzy msgid "Use --filter='exclude .rsync-filter' filter rule" -msgstr "Usa la regola \"--filter='- .rsync-filter'\"" +msgstr "Utilizza la regola di filtro --filter='exclude .rsync-filter'" #: smb4k/configdlg/smb4tdersyncoptions.cpp:199 msgid "Filtering" @@ -1314,9 +1301,8 @@ msgid "Ignore files that already exist" msgstr "Ignora i file già esistenti" #: smb4k/configdlg/smb4tdersyncoptions.cpp:218 -#, fuzzy msgid "Delay updates until the end of transfer" -msgstr "Elimina i file nella destinazione dopo il trasferimento" +msgstr "Ritarda gli aggiornamenti fino alla fine del trasferimento" #: smb4k/configdlg/smb4tdersyncoptions.cpp:220 msgid "Backup" @@ -1349,9 +1335,8 @@ msgid "Set block/file checksum seed:" msgstr "Imposta il seme per il checksum del blocco/file:" #: smb4k/configdlg/smb4tdersyncoptions.cpp:238 -#, fuzzy msgid "Skip files based on checksum" -msgstr "Salta basandoti sul checksum" +msgstr "Salta i file in base al checksum" #: smb4k/configdlg/smb4tdersyncoptions.cpp:248 msgid "Advanced" @@ -1373,124 +1358,135 @@ msgid "" "The browse list could not be retrieved.\n" "Detailed information cannot be provided because there was no error message." msgstr "" +"Impossibile recuperare l'elenco di ricerca.\n" +"Non è possibile fornire informazioni dettagliate perché non è stato " +"visualizzato alcun messaggio di errore." #: smb4k/core/smb4kerror.cpp:46 -#, fuzzy msgid "" "The browse list could not be retrieved.\n" "Read the error message under \"Details\" to find out more." msgstr "" -"Non è stato possibile smontare questa condivisione, la stringa del punto di " -"montaggio è vuota." +"Impossibile recuperare l'elenco di ricerca.\n" +"Leggi il messaggio di errore in \"Dettagli\" per saperne di più." #: smb4k/core/smb4kerror.cpp:55 msgid "" "The list of servers could not be retrieved.\n" "Detailed information cannot be provided because there was no error message." msgstr "" +"Impossibile recuperare l'elenco dei server.\n" +"Non è possibile fornire informazioni dettagliate perché non è stato " +"visualizzato alcun messaggio di errore." #: smb4k/core/smb4kerror.cpp:59 -#, fuzzy msgid "" "The list of servers could not be retrieved.\n" "Read the error message under \"Details\" to find out more." msgstr "" -"Non è stato possibile smontare questa condivisione, la stringa del punto di " -"montaggio è vuota." +"Impossibile recuperare l'elenco dei server.\n" +"Leggi il messaggio di errore in \"Dettagli\" per saperne di più." #: smb4k/core/smb4kerror.cpp:68 msgid "" "The list of shares could not be retrieved.\n" "Detailed information cannot be provided because there was no error message." msgstr "" +"Impossibile recuperare l'elenco delle condivisioni.\n" +"Non è possibile fornire informazioni dettagliate perché non è stato " +"visualizzato alcun messaggio di errore." #: smb4k/core/smb4kerror.cpp:72 -#, fuzzy msgid "" "The list of shares could not be retrieved.\n" "Read the error message under \"Details\" to find out more." msgstr "" -"Non è stato possibile smontare questa condivisione, la stringa del punto di " -"montaggio è vuota." +"Impossibile recuperare l'elenco delle condivisioni.\n" +"Leggi il messaggio di errore in \"Dettagli\" per saperne di più." #: smb4k/core/smb4kerror.cpp:81 msgid "" "The preview could not be compiled.\n" "Detailed information cannot be provided because there was no error message." msgstr "" +"Impossibile compilare l'anteprima.\n" +"Non è possibile fornire informazioni dettagliate perché non è stato " +"visualizzato alcun messaggio di errore." #: smb4k/core/smb4kerror.cpp:85 -#, fuzzy msgid "" "The preview could not be compiled.\n" "Read the error message under \"Details\" to find out more." msgstr "" -"Non è stato possibile smontare questa condivisione, la stringa del punto di " -"montaggio è vuota." +"Impossibile compilare l'anteprima.\n" +"Leggi il messaggio di errore in \"Dettagli\" per saperne di più." #: smb4k/core/smb4kerror.cpp:92 -#, fuzzy msgid "" "The wallet \"%1\" could not be opened. TDEWallet support will be disabled " "for this session." msgstr "" -"Il portafogli \"%1\" non può essere aperto. Il supporto a TDEWallet verrà " -"disabilitato." +"Impossibile aprire il portafoglio \"%1\". Il supporto di TDEWallet sarà " +"disabilitato per questa sessione." #: smb4k/core/smb4kerror.cpp:100 msgid "" "Some file permissions could not be determined.\n" "Detailed information cannot be provided because there was no error message." msgstr "" +"Impossibile determinare le autorizzazioni di alcuni file.\n" +"Non è possibile fornire informazioni dettagliate perché non è stato " +"visualizzato alcun messaggio di errore." #: smb4k/core/smb4kerror.cpp:104 -#, fuzzy msgid "" "Some file permissions could not be determined.\n" "Read the error message under \"Details\" to find out more." msgstr "" -"Non è stato possibile smontare questa condivisione, la stringa del punto di " -"montaggio è vuota." +"Impossibile determinare le autorizzazioni di alcuni file.\n" +"Leggi il messaggio di errore in \"Dettagli\" per saperne di più." #: smb4k/core/smb4kerror.cpp:111 -#, fuzzy msgid "" "You are not allowed to unmount this share, because it is owned by another " "user." -msgstr "Non è consentito smontare questa condivisione." +msgstr "" +"Non sei autorizzato a smontare questa condivisione perché è di proprietà di " +"un altro utente." #: smb4k/core/smb4kerror.cpp:119 msgid "" "The share \"%1\" could not be mounted.\n" "Detailed information cannot be provided because there was no error message." msgstr "" +"Impossibile montare la condivisione \"%1\".\n" +"Non è possibile fornire informazioni dettagliate perché non è stato " +"visualizzato alcun messaggio di errore." #: smb4k/core/smb4kerror.cpp:123 -#, fuzzy msgid "" "The share \"%1\" could not be mounted.\n" "Read the error message under \"Details\" to find out more." msgstr "" -"Non è stato possibile smontare questa condivisione, la stringa del punto di " -"montaggio è vuota." +"Impossibile montare la condivisione \"%1\".\n" +"Leggi il messaggio di errore in \"Dettagli\" per saperne di più." #: smb4k/core/smb4kerror.cpp:132 -#, fuzzy msgid "" "The share \"%1\" could not be unmounted.\n" "Detailed information cannot be provided because there was no error message." msgstr "" -"Non è stato possibile smontare questa condivisione, la stringa del punto di " -"montaggio è vuota." +"Impossibile smontare la condivisione \"%1\".\n" +"Non è possibile fornire informazioni dettagliate perché non è stato " +"visualizzato alcun messaggio di errore." #: smb4k/core/smb4kerror.cpp:136 -#, fuzzy msgid "" "The share \"%1\" could not be unmounted.\n" "Read the error message under \"Details\" to find out more." msgstr "" -"Non è stato possibile smontare questa condivisione, la stringa del punto di " -"montaggio è vuota." +"Impossibile smontare la condivisione \"%1\".\n" +"Leggi il messaggio di errore in \"Dettagli\" per saperne di più." #: smb4k/core/smb4kerror.cpp:143 msgid "The file \"%1\" could not be found." @@ -1501,13 +1497,12 @@ msgid "The file \"%1\" could not be read." msgstr "Non è stato possibile leggere il file \"%1\"." #: smb4k/core/smb4kerror.cpp:155 -#, fuzzy msgid "" "The file \"%1\" could not be read.\n" "Read the error message under \"Details\" to find out more." msgstr "" -"Non è stato possibile smontare questa condivisione, la stringa del punto di " -"montaggio è vuota." +"Impossibile leggere il file \"%1\".\n" +"Leggi il messaggio di errore in \"Dettagli\" per saperne di più." #: smb4k/core/smb4kerror.cpp:164 msgid "" @@ -1515,19 +1510,22 @@ msgid "" "system call.\n" "Detailed information cannot be provided because there was no error message." msgstr "" +"Non è stato possibile determinare il nome del tuo computer utilizzando la " +"chiamata di sistema gethostname().\n" +"Non è possibile fornire informazioni dettagliate perché non è stato " +"visualizzato alcun messaggio di errore." #: smb4k/core/smb4kerror.cpp:168 -#, fuzzy msgid "" "The name of your computer could not be determined by using the gethostname() " "system call.\n" "Read the error message under \"Details\" to find out more." msgstr "" -"Non è stato possibile smontare questa condivisione, la stringa del punto di " -"montaggio è vuota." +"Non è stato possibile determinare il nome del tuo computer utilizzando la " +"chiamata di sistema gethostname().\n" +"Leggi il messaggio di errore in \"Dettagli\" per saperne di più." #: smb4k/core/smb4kerror.cpp:175 -#, fuzzy msgid "" "Either your PATH environment variable is not set properly or there are the " "following programs missing on your system:\n" @@ -1540,30 +1538,28 @@ msgstr "" "Per favore, risolvere il problema e riavviare Smb4K." #: smb4k/core/smb4kerror.cpp:181 -#, fuzzy msgid "" "The file \"%1\" is currently being edited by user %2. To avoid any problems, " "access to this file is denied at the moment. Please try again later." msgstr "" -"Il file %1 è in questo momento aperto dall'utente %2. Riprovare più tardi." +"Il file \"%1\" è attualmente in fase di modifica da parte dell'utente %2. " +"Per evitare qualsiasi problema, l'accesso a questo file al momento è negato. " +"Per favore riprova più tardi." #: smb4k/core/smb4kerror.cpp:187 -#, fuzzy msgid "The directory \"%1\" could not be created." msgstr "Non è stato possibile creare la cartella %1." #: smb4k/core/smb4kerror.cpp:193 -#, fuzzy msgid "The file \"%1\" could not be written." -msgstr "Non è stato possibile leggere il file %1." +msgstr "Non è stato possibile scrivere il file %1." #: smb4k/core/smb4kerror.cpp:199 -#, fuzzy msgid "" "The share could not be unmounted, because the mount point string was empty." msgstr "" -"Non è stato possibile smontare questa condivisione, la stringa del punto di " -"montaggio è vuota." +"Non è stato possibile smontare questa condivisione perché la stringa del " +"punto di montaggio è vuota." #: smb4k/core/smb4kerror.cpp:205 msgid "This feature has not been enabled." @@ -1574,32 +1570,34 @@ msgid "Printers cannot be bookmarked." msgstr "Le stampanti non possono essere aggiunte ai segnalibri." #: smb4k/core/smb4kerror.cpp:217 -#, fuzzy msgid "" "IP addresses are not supported with this search method. Please choose \"Use " "nmblookup\" in the configuration dialog and try again." msgstr "" -"Il metodo di ricerca selezionato (smbclient) non può gestire correttamente " -"gli indirizzi IP. Per favore, scegliere \"Usa nmblookup\" nella finestra di " -"configurazione e ritentare." +"Gli indirizzi IP non sono supportati con questo metodo di ricerca. Per " +"favore, scegliere \"Usa nmblookup\" nella finestra di configurazione e " +"riprova." #: smb4k/core/smb4kerror.cpp:225 msgid "" "The list of mounted SMBFS and CIFS shares could not be imported.\n" "Detailed information cannot be provided because there was no error message." msgstr "" +"Non è stato possibile importare l'elenco delle condivisioni SMBFS e CIFS " +"montate.\n" +"Non è possibile fornire informazioni dettagliate perché non è stato " +"visualizzato alcun messaggio di errore." #: smb4k/core/smb4kerror.cpp:229 -#, fuzzy msgid "" "The list of mounted SMBFS and CIFS shares could not be imported.\n" "Read the error message under \"Details\" to find out more." msgstr "" -"Non è stato possibile smontare questa condivisione, la stringa del punto di " -"montaggio è vuota." +"Non è stato possibile importare l'elenco delle condivisioni SMBFS e CIFS " +"montate.\n" +"Leggi il messaggio di errore in \"Dettagli\" per saperne di più." #: smb4k/core/smb4kerror.cpp:236 -#, fuzzy msgid "The command \"%1\" could not be found." msgstr "Non è stato possibile trovare il comando %1." @@ -1608,48 +1606,53 @@ msgid "" "The file \"%1\" could not be printed.\n" "Detailed information cannot be provided because there was no error message." msgstr "" +"Impossibile stampare il file \"%1\".\n" +"Non è possibile fornire informazioni dettagliate perché non è stato " +"visualizzato alcun messaggio di errore." #: smb4k/core/smb4kerror.cpp:248 -#, fuzzy msgid "" "The file \"%1\" could not be printed.\n" "Read the error message under \"Details\" to find out more." msgstr "" -"Non è stato possibile smontare questa condivisione, la stringa del punto di " -"montaggio è vuota." +"Impossibile stampare il file \"%1\".\n" +"Leggi il messaggio di errore in \"Dettagli\" per saperne di più." #: smb4k/core/smb4kerror.cpp:257 msgid "" "The temporary directory \"%1\" could not be created.\n" "Detailed information cannot be provided because there was no error message." msgstr "" +"Impossibile creare la directory temporanea \"%1\".\n" +"Non è possibile fornire informazioni dettagliate perché non è stato " +"visualizzato alcun messaggio di errore." #: smb4k/core/smb4kerror.cpp:261 -#, fuzzy msgid "" "The temporary directory \"%1\" could not be created.\n" "Read the error message under \"Details\" to find out more." msgstr "" -"Non è stato possibile smontare questa condivisione, la stringa del punto di " -"montaggio è vuota." +"Impossibile creare la directory temporanea \"%1\".\n" +"Leggi il messaggio di errore in \"Dettagli\" per saperne di più." #: smb4k/core/smb4kerror.cpp:270 msgid "" "The temporary file \"%1\" could not be created.\n" "Detailed information cannot be provided because there was no error message." msgstr "" +"Impossibile creare il file temporaneo \"%1\".\n" +"Non è possibile fornire informazioni dettagliate perché non è stato " +"visualizzato alcun messaggio di errore." #: smb4k/core/smb4kerror.cpp:274 -#, fuzzy msgid "" "The temporary file \"%1\" could not be created.\n" "Read the error message under \"Details\" to find out more." msgstr "" -"Non è stato possibile smontare questa condivisione, la stringa del punto di " -"montaggio è vuota." +"Impossibile creare il file temporaneo \"%1\".\n" +"Leggi il messaggio di errore in \"Dettagli\" per saperne di più." #: smb4k/core/smb4kerror.cpp:281 -#, fuzzy msgid "The directory \"%1\" could not be found." msgstr "Non è stato possibile trovare la directory %1." @@ -1659,49 +1662,51 @@ msgid "" "something similar. This could indicate that someone is trying to exploit " "your system. Please inform your system administrator." msgstr "" +"Il file \"%1\" è irregolare. Ciò significa che è un collegamento simbolico, " +"un fifo o qualcosa di simile. Ciò potrebbe indicare che qualcuno sta " +"cercando di sfruttare il tuo sistema. Si prega di informare l'amministratore " +"di sistema." #: smb4k/core/smb4kerror.cpp:295 msgid "" "The synchronization could not the accomplished successfully.\n" "Detailed information cannot be provided because there was no error message." msgstr "" +"La sincronizzazione non è stata completata con successo.\n" +"Non è possibile fornire informazioni dettagliate perché non è stato " +"visualizzato alcun messaggio di errore." #: smb4k/core/smb4kerror.cpp:299 -#, fuzzy msgid "" "The synchronization could not the accomplished successfully.\n" "Read the error message under \"Details\" to find out more." msgstr "" -"Non è stato possibile smontare questa condivisione, la stringa del punto di " -"montaggio è vuota." +"La sincronizzazione non è stata completata con successo.\n" +"Leggi il messaggio di errore in \"Dettagli\" per saperne di più." #: smb4k/core/smb4kerror.cpp:308 -#, fuzzy msgid "The file \"%1\" could not be opened." msgstr "Non è stato possibile aprire il file %1." #: smb4k/core/smb4kerror.cpp:312 -#, fuzzy msgid "" "The file \"%1\" could not be opened.\n" "Read the error message under \"Details\" to find out more." msgstr "" -"Non è stato possibile smontare questa condivisione, la stringa del punto di " -"montaggio è vuota." +"La sincronizzazione non è stata completata con successo.\n" +"Leggi il messaggio di errore in \"Dettagli\" per saperne di più." #: smb4k/core/smb4kerror.cpp:321 -#, fuzzy msgid "The file \"%1\" could not be closed." -msgstr "Non è stato possibile aprire il file %1." +msgstr "Non è stato possibile chiudere il file %1." #: smb4k/core/smb4kerror.cpp:325 -#, fuzzy msgid "" "The file \"%1\" could not be closed.\n" "Read the error message under \"Details\" to find out more." msgstr "" -"Non è stato possibile smontare questa condivisione, la stringa del punto di " -"montaggio è vuota." +"Impossibile chiudere il file \"%1\".\n" +"Leggi il messaggio di errore in \"Dettagli\" per saperne di più." #: smb4k/core/smb4kerror.cpp:332 #, c-format @@ -1709,38 +1714,41 @@ msgid "" "The list of arguments for the \"net\" command could not be assembled.\n" "At the moment it reads: %1" msgstr "" +"Impossibile assemblare l'elenco degli argomenti per il comando \"net\".\n" +"Al momento contiene: %1" #: smb4k/core/smb4kerror.cpp:340 -#, fuzzy msgid "The list of supplementary group IDs could not be determined." -msgstr "Non è stato possibile determinare l'utilizzazione del disco." +msgstr "" +"Non è stato possibile determinare l'elenco degli ID di gruppo supplementari." #: smb4k/core/smb4kerror.cpp:344 -#, fuzzy msgid "" "The list of supplementary group IDs could not be determined.\n" "Read the error message under \"Details\" to find out more." msgstr "" -"Non è stato possibile smontare questa condivisione, la stringa del punto di " -"montaggio è vuota." +"Non è stato possibile determinare l'elenco degli ID di gruppo " +"supplementari.\n" +"Leggi il messaggio di errore in \"Dettagli\" per saperne di più." #: smb4k/core/smb4kerror.cpp:354 msgid "" "An unknown error occurred.\n" "Detailed information cannot be provided because there was no error message." msgstr "" +"Si è verificato un errore sconosciuto.\n" +"Non è possibile fornire informazioni dettagliate perché non è stato " +"visualizzato alcun messaggio di errore." #: smb4k/core/smb4kerror.cpp:358 -#, fuzzy msgid "" "An unknown error occurred.\n" "Read the error message under \"Details\" to find out more." msgstr "" -"Non è stato possibile smontare questa condivisione, la stringa del punto di " -"montaggio è vuota." +"Si è verificato un errore sconosciuto.\n" +"Leggi il messaggio di errore in \"Dettagli\" per saperne di più." #: smb4k/core/smb4kerror.cpp:385 -#, fuzzy msgid "" "The mimetype \"%1\" is not supported. Please convert the file to PostScript " "or PDF." @@ -1749,7 +1757,6 @@ msgstr "" "Postscript o PDF." #: smb4k/core/smb4kerror.cpp:391 -#, fuzzy msgid "" "You previously chose to use \"%1\", but now it is missing on your system. " "Smb4K will disable this feature." @@ -1762,6 +1769,8 @@ msgid "" "The label \"%1\" is used more than once. It will automatically be renamed " "for bookmark \"%2\" to avoid confusion." msgstr "" +"L'etichetta \"%1\" viene utilizzata più di una volta. Verrà rinominata " +"automaticamente per il segnalibro \"%2\" per evitare confusione." #: smb4k/core/smb4khomesshareshandler.cpp:73 msgid "Specify User" @@ -1789,23 +1798,23 @@ msgstr "Stampante" #: smb4k/core/smb4kpasswordhandler.cpp:258 msgid "The access was denied. " -msgstr "L'accesso è stato negato." +msgstr "L'accesso è stato negato. " #: smb4k/core/smb4kpasswordhandler.cpp:261 msgid "The password is not correct. " -msgstr "La password non è corretta.\t" +msgstr "La password non è corretta. " #: smb4k/core/smb4kpasswordhandler.cpp:264 msgid "The permission was denied. " -msgstr "Il permesso è stato negato." +msgstr "Il permesso è stato negato. " #: smb4k/core/smb4kpasswordhandler.cpp:267 msgid "An authentication error occurred. " -msgstr "Si è verificato un errore di autenticazione." +msgstr "Si è verificato un errore di autenticazione. " #: smb4k/core/smb4kpasswordhandler.cpp:270 msgid "The logon failed. " -msgstr "L'accesso non è riuscito." +msgstr "L'accesso non è riuscito. " #: smb4k/core/smb4kpasswordhandler.cpp:278 #, c-format @@ -1963,11 +1972,13 @@ msgid "" "Do not show the name of the share that is represented by the bookmark but " "the custom label that was defined in the bookmark editor." msgstr "" +"Non mostrare il nome della condivisione rappresentata dal segnalibro ma " +"l'etichetta personalizzata definita nell'editor dei segnalibri." #: smb4k/core/smb4k.kcfg:162 smb4k/core/smb4ksettings.cpp:121 #, no-c-format msgid "Embed application into system tray" -msgstr "" +msgstr "Incorpora l'applicazione nella barra delle applicazioni" #: smb4k/core/smb4k.kcfg:163 smb4k/core/smb4ksettings.cpp:122 #, no-c-format @@ -1978,11 +1989,16 @@ msgid "" "use \"Quit\" from the \"File\" menu or the system tray widget to exit the " "application." msgstr "" +"Incorpora l'applicazione nella barra delle applicazioni. Il widget della " +"barra delle applicazioni fornisce un menu popup con diverse attività di uso " +"comune in modo da non dover aprire ogni volta la finestra principale. Se si " +"sceglie questa impostazione è necessario utilizzare \"Esci\" dal menu \"File" +"\" o dal widget della barra delle applicazioni per uscire dall'applicazione." #: smb4k/core/smb4k.kcfg:167 smb4k/core/smb4ksettings.cpp:125 #, no-c-format msgid "Start docked" -msgstr "" +msgstr "Avvia in modalità dock" #: smb4k/core/smb4k.kcfg:168 smb4k/core/smb4ksettings.cpp:126 #, no-c-format @@ -1992,11 +2008,16 @@ msgid "" "up by clicking on the system tray widget or by choosing \"Restore\" from its " "popup menu." msgstr "" +"Avvia l'applicazione agganciata alla barra delle applicazioni, ovvero viene " +"visualizzato solo il widget della barra delle applicazioni e la finestra " +"principale è nascosta. Puoi visualizzare la finestra principale facendo clic " +"sul widget della barra delle applicazioni o scegliendo \"Ripristina\" dal " +"menu a comparsa." #: smb4k/core/smb4k.kcfg:172 smb4k/core/smb4ksettings.cpp:140 #, no-c-format msgid "How the shares should be displayed" -msgstr "" +msgstr "Come dovrebbero essere visualizzate le azioni" #: smb4k/core/smb4k.kcfg:173 smb4k/core/smb4ksettings.cpp:141 #, no-c-format @@ -2004,11 +2025,14 @@ msgid "" "Choose the kind of view you prefer for displaying the mounted shares. There " "is an icon view or a list view available." msgstr "" +"Scegli il tipo di vista che preferisci per visualizzare le condivisioni " +"montate. È disponibile una visualizzazione a icone o una visualizzazione a " +"elenco." #: smb4k/core/smb4k.kcfg:182 smb4k/core/smb4ksettings.cpp:145 #, no-c-format msgid "Printer shares will be displayed in the network browser." -msgstr "" +msgstr "Le stampanti condivise verranno visualizzate nel browser di rete." #: smb4k/core/smb4k.kcfg:187 smb4k/core/smb4ksettings.cpp:149 #, no-c-format @@ -2017,7 +2041,7 @@ msgid "" "ending with a $ sign, e.g. Musik$ or IPC$." msgstr "" "Le condivisioni nascoste verranno visualizzate nel browser di rete. Le " -"condivisioni nascoste terminano con $, es. Music$ o IPC$" +"condivisioni nascoste terminano con $, es. Music$ o IPC$." #: smb4k/core/smb4k.kcfg:191 smb4k/core/smb4ksettings.cpp:152 #, no-c-format @@ -2028,7 +2052,7 @@ msgstr "Mostra le condivisioni IPC$ nascoste" #, no-c-format msgid "Hidden IPC$ shares will be displayed in the network browser." msgstr "" -"Le condivisioni IPC$ nascoste verranno visualizzate nel browser di rete" +"Le condivisioni IPC$ nascoste verranno visualizzate nel browser di rete." #: smb4k/core/smb4k.kcfg:196 smb4k/core/smb4ksettings.cpp:156 #, no-c-format @@ -2039,7 +2063,7 @@ msgstr "Mostra le condivisioni ADMIN$ nascoste" #, no-c-format msgid "Hidden ADMIN$ shares will be displayed in the network browser." msgstr "" -"Le condivisioni ADMIN$ nascoste verranno visualizzate nel browser di rete" +"Le condivisioni ADMIN$ nascoste verranno visualizzate nel browser di rete." #: smb4k/core/smb4k.kcfg:201 smb4k/core/smb4ksettings.cpp:160 #, no-c-format @@ -2052,6 +2076,8 @@ msgid "" "The type of a share will be displayed in a separate column in the network " "browser. It can either be Disk, Print or IPC." msgstr "" +"Il tipo di condivisione verrà visualizzato in una colonna separata nel " +"browser di rete. Può essere Disco, Stampa o IPC." #: smb4k/core/smb4k.kcfg:206 smb4k/core/smb4ksettings.cpp:164 #, no-c-format @@ -2064,6 +2090,8 @@ msgid "" "The IP address of the server will be displayed in a separate column in the " "network browser." msgstr "" +"L'indirizzo IP del server verrà visualizzato in una colonna separata nel " +"browser di rete." #: smb4k/core/smb4k.kcfg:211 smb4k/core/smb4ksettings.cpp:168 #, no-c-format @@ -2076,6 +2104,8 @@ msgid "" "The comment describing the server or share will be displayed in a separate " "column in the network browser." msgstr "" +"Il commento che descrive il server o la condivisione verrà visualizzato in " +"una colonna separata nel browser di rete." #: smb4k/core/smb4k.kcfg:216 smb4k/core/smb4ksettings.cpp:172 #, no-c-format @@ -2083,12 +2113,12 @@ msgid "Show a tooltip with information about the network item" msgstr "Mostra i suggerimenti circa gli elementi della rete" #: smb4k/core/smb4k.kcfg:217 smb4k/core/smb4ksettings.cpp:173 -#, fuzzy, no-c-format +#, no-c-format msgid "The tooltip shows various information about the current network item." -msgstr "Mostra i suggerimenti circa gli elementi della rete" +msgstr "Mostra i suggerimenti circa gli elementi della rete." #: smb4k/core/smb4k.kcfg:221 smb4k/core/smb4ksettings.cpp:176 -#, fuzzy, no-c-format +#, no-c-format msgid "Show the mount point of a share instead of its name" msgstr "Mostra il punto di montaggio anziché il nome della condivisione" @@ -2098,6 +2128,9 @@ msgid "" "A share is normally displayed with its name in the shares view. Choosing " "this feature will cause the exchange of the share name by the mount point." msgstr "" +"Una condivisione viene normalmente visualizzata con il suo nome nella vista " +"delle condivisioni. Scegliendo questa funzionalità il punto di montaggio " +"rimpiazzerà il nome della condivisione." #: smb4k/core/smb4k.kcfg:227 smb4k/core/smb4ksettings.cpp:181 #, no-c-format @@ -2106,11 +2139,14 @@ msgid "" "also all other mounts using the SMBFS and CIFS file system that are present " "on the system." msgstr "" +"Non vedrai solo le condivisioni montate e di tua proprietà, ma anche tutti " +"gli altri punti di montaggio che utilizzano i file system SMBFS e CIFS " +"presenti nel sistema." #: smb4k/core/smb4k.kcfg:231 smb4k/core/smb4ksettings.cpp:184 -#, fuzzy, no-c-format +#, no-c-format msgid "Allow the dropping of files and directories onto share icons" -msgstr "Mostra le stampanti condivise" +msgstr "Consentire il rilascio di file e directory sulle icone di condivisione" #: smb4k/core/smb4k.kcfg:232 smb4k/core/smb4ksettings.cpp:185 #, no-c-format @@ -2118,11 +2154,13 @@ msgid "" "This setting allows you to drop files or whole directories onto the share " "icons, which will cause them to be copied." msgstr "" +"Questa impostazione consente di trascinare file o intere directory sulle " +"icone di condivisione, che verranno copiate." #: smb4k/core/smb4k.kcfg:236 smb4k/core/smb4ksettings.cpp:188 -#, fuzzy, no-c-format +#, no-c-format msgid "Allow the dragging of share icons" -msgstr "Mostra le stampanti condivise" +msgstr "Consenti il trascinamento delle icone di condivisione" #: smb4k/core/smb4k.kcfg:237 smb4k/core/smb4ksettings.cpp:189 #, no-c-format @@ -2131,21 +2169,26 @@ msgid "" "desktop or into a file manager. Only enable it if you think you absolutely " "need it and read the handbook before you mark this checkbox." msgstr "" +"Questa impostazione consente di trascinare un elemento condiviso da Smb4K " +"sul desktop o in un file manager. Abilitala solo se pensi di averne " +"assolutamente bisogno e leggi il manuale prima di contrassegnare questa " +"casella di controllo." #: smb4k/core/smb4k.kcfg:241 smb4k/core/smb4ksettings.cpp:192 -#, fuzzy, no-c-format +#, no-c-format msgid "Show a tooltip with information about the share" -msgstr "Mostra i suggerimenti circa le condivisioni" +msgstr "Mostra un suggerimento con informazioni sulla condivisione" #: smb4k/core/smb4k.kcfg:242 smb4k/core/smb4ksettings.cpp:193 -#, fuzzy, no-c-format +#, no-c-format msgid "The tooltip shows various information about the current share." -msgstr "Mostra i suggerimenti circa le condivisioni" +msgstr "Mostra i suggerimenti circa le condivisioni." #: smb4k/core/smb4k.kcfg:246 smb4k/core/smb4ksettings.cpp:196 -#, fuzzy, no-c-format +#, no-c-format msgid "Show hidden files and directories when previewing a share" -msgstr "Forza l'eliminazione delle directory non nulle" +msgstr "" +"Mostra file e directory nascosti durante l'anteprima di una condivisione" #: smb4k/core/smb4k.kcfg:247 smb4k/core/smb4ksettings.cpp:197 #, no-c-format @@ -2156,6 +2199,12 @@ msgid "" "etc.). Since they are not of any importance for your regular work, you " "normally do not need to enable this feature." msgstr "" +"Visualizza i file e le directory nascosti nella finestra di dialogo di " +"anteprima. I nomi dei file e delle directory nascosti iniziano con un punto " +"e sono solitamente necessari per scopi molto specifici (file di " +"configurazione di un'applicazione, ecc.). Poiché non sono di alcuna " +"importanza per il tuo lavoro regolare, normalmente non hai bisogno di " +"abilitare questa funzionalità." #: smb4k/core/smb4k.kcfg:252 smb4k/core/smb4ksettings.cpp:201 #, no-c-format @@ -2164,6 +2213,9 @@ msgid "" "moment the column will only contain an entry if the share was mounted with " "the SMBFS file system." msgstr "" +"Mostra l'UID e il GID che possiedono tutti i file sul file system montato. " +"Per il momento la colonna conterrà una voce solo se la condivisione è stata " +"montata con il file system SMBFS." #: smb4k/core/smb4k.kcfg:257 smb4k/core/smb4ksettings.cpp:205 #, no-c-format @@ -2171,11 +2223,14 @@ msgid "" "Show the login that was used to authenticate to the server. The column will " "only contain an entry if the share was mounted with the CIFS file system." msgstr "" +"Mostra il login utilizzato per l'autenticazione al server. La colonna " +"conterrà una voce solo se la condivisione è stata montata con il file system " +"CIFS." #: smb4k/core/smb4k.kcfg:262 smb4k/core/smb4ksettings.cpp:209 -#, fuzzy, no-c-format +#, no-c-format msgid "Show the file system that was used for mounting the share." -msgstr "Utilizza il seguente file system per montare le condivisioni remote:" +msgstr "Utilizza il seguente file system per montare le condivisioni remote." #: smb4k/core/smb4k.kcfg:267 smb4k/core/smb4ksettings.cpp:213 #, no-c-format @@ -2183,25 +2238,25 @@ msgid "Show the free disk space that is left on the share." msgstr "Mostra lo spazio libero che è rimasto nel disco della condivisione." #: smb4k/core/smb4k.kcfg:272 smb4k/core/smb4ksettings.cpp:217 -#, fuzzy, no-c-format +#, no-c-format msgid "Show the disk space that is already used on the share." -msgstr "Mostra tutte le condivisioni montate nel sistema" +msgstr "Mostra tutte le condivisioni montate nel sistema." #: smb4k/core/smb4k.kcfg:277 smb4k/core/smb4ksettings.cpp:221 #, no-c-format msgid "Show the total disk space of the share." -msgstr "Mostra spazio totale sul disco della condivisione" +msgstr "Mostra spazio totale sul disco della condivisione." #: smb4k/core/smb4k.kcfg:282 smb4k/core/smb4ksettings.cpp:225 #, no-c-format msgid "Show the space that is used on the share in percent." msgstr "" -"Mostra lo spazio del disco in percentuale utilizzato nella condivisione" +"Mostra lo spazio del disco in percentuale utilizzato nella condivisione." #: smb4k/core/smb4k.kcfg:291 smb4k/core/smb4ksettings.cpp:252 -#, fuzzy, no-c-format +#, no-c-format msgid "Method how to retrieve the browse list" -msgstr "Esamina la rete e recupera l'elenco degli host" +msgstr "Metodo per recuperare l'elenco di navigazione" #: smb4k/core/smb4k.kcfg:292 smb4k/core/smb4ksettings.cpp:253 #, no-c-format @@ -2216,6 +2271,15 @@ msgid "" "provided list of broadcast areas will be scanned using \"nmblookup -B x.x.x." "x -- '*'\"." msgstr "" +"Scegli il metodo per compilare l'elenco di ricerca iniziale. Sono " +"disponibili quattro opzioni: la prima è quella predefinita e impiega " +"\"nmblookup -M -- -\" per scoprire tutti i gruppi di lavoro, i domini e i " +"loro master browser nel tuo vicinato di rete. La seconda ordina a Smb4K di " +"interrogare l'attuale master browser del tuo gruppo di lavoro o dominio per " +"recuperare l'elenco di ricerca. La terza è simile alla seconda, tranne per " +"il fatto che puoi definire il master browser che deve essere interrogato. Se " +"scegli l'ultima opzione, l'elenco delle aree di trasmissione fornito verrà " +"scansionato usando \"nmblookup -B x.x.x.x -- '*'\"." #: smb4k/core/smb4k.kcfg:302 smb4k/core/smb4ksettings.cpp:256 #, no-c-format @@ -2228,6 +2292,8 @@ msgid "" "Enter the name or IP address of a master browser here that should be queried " "to compile the initial browse list." msgstr "" +"Inserisci qui il nome o l'indirizzo IP di un master browser che deve essere " +"interrogato per compilare l'elenco di esplorazione iniziale." #: smb4k/core/smb4k.kcfg:306 smb4k/core/smb4ksettings.cpp:260 #, no-c-format @@ -2241,6 +2307,9 @@ msgid "" "192.168.0.255, 192.168.1.255). It is used to scan for all known hosts in the " "respective broadcast areas." msgstr "" +"Inserisci qui un elenco di indirizzi di broadcast separati da virgole (ad " +"esempio 192.168.0.255, 192.168.1.255). Viene utilizzato per cercare tutti " +"gli host noti nelle rispettive aree di broadcast." #: smb4k/core/smb4k.kcfg:310 smb4k/core/smb4ksettings.cpp:275 #, no-c-format @@ -2256,6 +2325,11 @@ msgid "" "searching, you should try the smbclient method. But please note that you " "lose the ability to search for IP addresses in that case." msgstr "" +"Smb4K è in grado di cercare host remoti usando nmblookup o smbclient. Il " +"metodo nmblookup è molto affidabile e funziona bene. Tuttavia, se la tua " +"rete è configurata in modo insolito e riscontri problemi durante la ricerca, " +"dovresti provare il metodo smbclient. Ma tieni presente che in quel caso " +"perdi la possibilità di cercare indirizzi IP." #: smb4k/core/smb4k.kcfg:324 smb4k/core/smb4ksettings.cpp:282 #, no-c-format @@ -2268,6 +2342,8 @@ msgid "" "This is the prefix where Smb4K will create the mount points and mount the " "remote shares." msgstr "" +"Questo è il prefisso in cui Smb4K creerà i punti di montaggio e monterà le " +"condivisioni remote." #: smb4k/core/smb4k.kcfg:329 smb4k/core/smb4ksettings.cpp:286 #, no-c-format @@ -2277,11 +2353,11 @@ msgstr "" "Smb4K" #: smb4k/core/smb4k.kcfg:330 smb4k/core/smb4ksettings.cpp:287 -#, fuzzy, no-c-format +#, no-c-format msgid "" "All names of the subdirectories created by Smb4K below the mount prefix will " "be lowercase." -msgstr "Forza l'uso di caratteri minuscoli nei nomi delle sottocartelle" +msgstr "Forza l'uso di caratteri minuscoli nei nomi delle sottocartelle." #: smb4k/core/smb4k.kcfg:334 smb4k/core/smb4ksettings.cpp:290 #, no-c-format @@ -2289,9 +2365,9 @@ msgid "Unmount the shares owned by the user on exit" msgstr "Smonta tutte le condivisioni dell'utente quando esci" #: smb4k/core/smb4k.kcfg:335 smb4k/core/smb4ksettings.cpp:291 -#, fuzzy, no-c-format +#, no-c-format msgid "Unmount all shares that belong to you when the program exits." -msgstr "Smonta tutte le condivisioni dell'utente %1 quando esci" +msgstr "Smonta tutte le condivisioni dell'utente %1 quando esci." #: smb4k/core/smb4k.kcfg:339 smb4k/core/smb4ksettings.cpp:294 #, no-c-format @@ -2304,9 +2380,11 @@ msgid "" "Remount all your shares that were still mounted when you exited the program. " "Shares that were mounted by other users are ignored." msgstr "" +"Rimonta tutte le tue condivisioni che erano ancora montate quando sei uscito " +"dal programma. Le condivisioni montate da altri utenti verranno ignorate." #: smb4k/core/smb4k.kcfg:344 smb4k/core/smb4ksettings.cpp:298 -#, fuzzy, no-c-format +#, no-c-format msgid "Allow the unmounting of shares owned by other users" msgstr "Consenti lo smontaggio di condivisioni di altri utenti" @@ -2317,11 +2395,14 @@ msgid "" "cases you need super user privileges for this. Please think before you " "enable this option!" msgstr "" +"Consenti lo smontaggio delle condivisioni montate da altri utenti. Nella " +"maggior parte dei casi hai bisogno dei privilegi di superutente per questo. " +"Pensaci prima di abilitare questa opzione!" #: smb4k/core/smb4k.kcfg:349 smb4k/core/smb4ksettings.cpp:304 #, no-c-format msgid "Interval between checks for new and inaccessible shares" -msgstr "" +msgstr "Intervallo tra i controlli per le condivisioni nuove e inaccessibili" #: smb4k/core/smb4k.kcfg:350 smb4k/core/smb4ksettings.cpp:305 #, no-c-format @@ -2330,11 +2411,14 @@ msgid "" "unmounts. The lower limit is 500 ms, the upper one 300000 ms. Please note " "that the smaller the interval gets the higher is your system load." msgstr "" +"Questo è il tempo che trascorre prima che Smb4K controlli di nuovo per nuovi " +"montaggi e smontaggi. Il limite inferiore è 500 ms, quello superiore 300000 " +"ms. Si noti che più piccolo è l'intervallo, maggiore è il carico del sistema." #: smb4k/core/smb4k.kcfg:361 smb4k/core/smb4ksettings.cpp:311 #, no-c-format msgid "Use a wallet to store authentication data" -msgstr "Usa un portafogli per salvare le informazioni di autenticazione." +msgstr "Usa un portafogli per salvare le informazioni di autenticazione" #: smb4k/core/smb4k.kcfg:362 smb4k/core/smb4ksettings.cpp:312 #, no-c-format @@ -2344,6 +2428,11 @@ msgid "" "disabled, the authentication data is not stored permanently but only " "temporarily." msgstr "" +"Utilizza un portafoglio per archiviare i dati di autenticazione. Il nome di " +"accesso e il nome della password vengono archiviati crittografati sul tuo " +"disco rigido. Se questa impostazione è disabilitata, i dati di " +"autenticazione non vengono archiviati in modo permanente ma solo " +"temporaneamente." #: smb4k/core/smb4k.kcfg:366 smb4k/core/smb4ksettings.cpp:315 #, no-c-format @@ -2358,11 +2447,15 @@ msgid "" "setting, you will have to provide the authentication data everytime it is " "needed." msgstr "" +"Se hai deciso di memorizzare i nomi di accesso e le password solo " +"temporaneamente, Smb4K li ricorderà fino all'uscita dal programma. Se " +"disabiliti questa impostazione, dovrai fornire i dati di autenticazione ogni " +"volta che saranno necessari." #: smb4k/core/smb4k.kcfg:371 smb4k/core/smb4ksettings.cpp:319 -#, fuzzy, no-c-format +#, no-c-format msgid "Use a default login" -msgstr "Usa il nome utente predefinito" +msgstr "Utilizza accesso predefinito" #: smb4k/core/smb4k.kcfg:372 smb4k/core/smb4ksettings.cpp:320 #, no-c-format @@ -2372,6 +2465,10 @@ msgid "" "server. This is very useful e.g. if you are working in an Active Directory " "environment or an NT domain." msgstr "" +"Abilita l'utilizzo di un nome di accesso e di una password predefiniti. I " +"dati di autenticazione forniti di seguito vengono quindi utilizzati di " +"default per l'autenticazione a un server remoto. Ciò è molto utile, ad " +"esempio, se si lavora in un ambiente Active Directory o in un dominio NT." #: smb4k/core/smb4k.kcfg:389 smb4k/core/smb4ksettings.cpp:326 #, no-c-format @@ -2385,11 +2482,14 @@ msgid "" "it is either the NetBIOS name that is defined in the smb.conf file or the " "host name." msgstr "" +"Questo è il nome NetBIOS di questo computer che viene utilizzato da Smb4K. " +"Per impostazione predefinita, è il nome NetBIOS definito nel file smb.conf o " +"il nome host." #: smb4k/core/smb4k.kcfg:394 smb4k/core/smb4ksettings.cpp:330 #, no-c-format msgid "The name of the workgroup/domain this computer is in" -msgstr "" +msgstr "Il nome del gruppo di lavoro/dominio in cui si trova questo computer" #: smb4k/core/smb4k.kcfg:395 smb4k/core/smb4ksettings.cpp:331 #, no-c-format @@ -2397,6 +2497,9 @@ msgid "" "This is the workgroup or domain this computer is or should be in. By " "default, it is the workgroup that is defined in the smb.conf file." msgstr "" +"Questo è il gruppo di lavoro o dominio in cui si trova o dovrebbe trovarsi " +"questo computer. Per impostazione predefinita, è il gruppo di lavoro " +"definito nel file smb.conf." #: smb4k/core/smb4k.kcfg:399 smb4k/core/smb4ksettings.cpp:334 #, no-c-format @@ -2411,6 +2514,10 @@ msgid "" "operating systems which allow the connection to be tuned. See the manual " "page of smb.conf for more information." msgstr "" +"Queste sono le opzioni socket TCP utilizzate da nmblookup, smbmount e " +"smbclient. Le opzioni socket sono controlli sul livello di rete dei sistemi " +"operativi che consentono di regolare la connessione. Per maggiori " +"informazioni, vedere la pagina del manuale di smb.conf." #: smb4k/core/smb4k.kcfg:404 smb4k/core/smb4ksettings.cpp:338 #, no-c-format @@ -2424,6 +2531,9 @@ msgid "" "operate under. It should not be set unless every machine on your network " "neighborhood sets this value." msgstr "" +"Imposta l'ambito NetBIOS in cui opereranno nmblookup, smbmount e smbclient. " +"Non dovrebbe essere impostato a meno che ogni macchina nel tuo vicinato di " +"rete non imposti questo valore." #: smb4k/core/smb4k.kcfg:409 smb4k/core/smb4ksettings.cpp:344 #, no-c-format @@ -2436,6 +2546,8 @@ msgid "" "This is the port that is to be used for connecting to remote servers. Please " "note that this is independent of the settings in the smb.conf file." msgstr "" +"Questa è la porta che deve essere usata per connettersi ai server remoti. Si " +"noti che è indipendente dalle impostazioni nel file smb.conf." #: smb4k/core/smb4k.kcfg:416 smb4k/core/smb4ksettings.cpp:348 #, no-c-format @@ -2449,11 +2561,13 @@ msgid "" "Directory environment. The setting affects the smbmount and smbclient " "command." msgstr "" +"Prova ad autenticarti con Kerberos. Questo è utile solo in un ambiente " +"Active Directory. L'impostazione influisce sui comandi smbmount e smbclient." #: smb4k/core/smb4k.kcfg:421 smb4k/core/smb4ksettings.cpp:352 -#, fuzzy, no-c-format +#, no-c-format msgid "Use machine account for login" -msgstr "Usa il nome utente predefinito" +msgstr "Utilizzare l'account del computer per l'accesso" #: smb4k/core/smb4k.kcfg:422 smb4k/core/smb4ksettings.cpp:353 #, no-c-format @@ -2461,11 +2575,13 @@ msgid "" "Make queries to the remote server using the machine account of the local " "server. The setting affects the net and the smbclient command." msgstr "" +"Effettua query al server remoto utilizzando l'account del coomputer del " +"server locale. L'impostazione influisce sul comando net e smbclient." #: smb4k/core/smb4k.kcfg:426 smb4k/core/smb4ksettings.cpp:367 -#, fuzzy, no-c-format +#, no-c-format msgid "The file system that is used for mounting remote shares" -msgstr "Utilizza il seguente file system per montare le condivisioni remote:" +msgstr "Utilizza il seguente file system per montare le condivisioni remote" #: smb4k/core/smb4k.kcfg:427 smb4k/core/smb4ksettings.cpp:368 #, no-c-format @@ -2476,6 +2592,11 @@ msgid "" "the Server Message Block File System (SMBFS) which is used by Windows 9x and " "below." msgstr "" +"Questo è il file system che verrà utilizzato per montare le condivisioni " +"remote. Il Common Internet File System (CIFS) è supportato da Windows 2000 e " +"versioni successive, nonché da Samba. Offre molti miglioramenti e " +"avanzamenti rispetto al Server Message Block File System (SMBFS) utilizzato " +"da Windows 9x e versioni precedenti." #: smb4k/core/smb4k.kcfg:435 smb4k/core/smb4ksettings.cpp:487 #, no-c-format @@ -2492,11 +2613,17 @@ msgid "" "automatically determine the charset by looking up the \"unix charset\" " "option in the smb.conf." msgstr "" +"Questo è il set di caratteri utilizzato dal lato client (ovvero il tuo lato) " +"per convertire i nomi di percorso locali da e verso Unicode nel caso del " +"file system CIFS o per le traduzioni da codepage a set di caratteri (NLS) " +"nel caso del file system SMBFS. Se mantieni l'impostazione predefinita, " +"Smb4K proverà a determinare automaticamente il set di caratteri cercando " +"l'opzione \"unix charset\" in smb.conf." #: smb4k/core/smb4k.kcfg:465 smb4k/core/smb4ksettings.cpp:657 #, no-c-format msgid "The codepage used by the server" -msgstr "" +msgstr "La codepage utilizzata dal server" #: smb4k/core/smb4k.kcfg:466 smb4k/core/smb4ksettings.cpp:658 #, no-c-format @@ -2506,11 +2633,15 @@ msgid "" "will try to automatically determine the codepage by looking up the \"dos " "charset\" option in the smb.conf." msgstr "" +"Questa è la codepage utilizzata dal server. L'impostazione è disponibile " +"solo con il file system SMBFS. Se si mantiene l'impostazione predefinita, " +"Smb4K proverà a determinare automaticamente la codepage cercando l'opzione " +"\"dos charset\" in smb.conf." #: smb4k/core/smb4k.kcfg:505 smb4k/core/smb4ksettings.cpp:661 -#, fuzzy, no-c-format +#, no-c-format msgid "The user ID that is to be used for mounting" -msgstr "Utilizza il seguente file system per montare le condivisioni remote:" +msgstr "Utilizza il seguente file system per montare le condivisioni remote" #: smb4k/core/smb4k.kcfg:506 smb4k/core/smb4ksettings.cpp:662 #, no-c-format @@ -2520,11 +2651,14 @@ msgid "" "remote server supports the CIFS Unix Extentions, this setting will be " "ignored." msgstr "" +"Qui puoi inserire l'ID utente (un numero) che avranno i file e le directory " +"della condivisione montata. Se stai usando il file system CIFS e il server " +"remoto supporta le estensioni CIFS Unix, questa impostazione verrà ignorata." #: smb4k/core/smb4k.kcfg:510 smb4k/core/smb4ksettings.cpp:665 -#, fuzzy, no-c-format +#, no-c-format msgid "The group ID that is to be used for mounting" -msgstr "Utilizza il seguente file system per montare le condivisioni remote:" +msgstr "Utilizza il seguente file system per montare le condivisioni remote" #: smb4k/core/smb4k.kcfg:511 smb4k/core/smb4ksettings.cpp:666 #, no-c-format @@ -2534,11 +2668,15 @@ msgid "" "remote server supports the CIFS Unix Extentions, this setting will be " "ignored." msgstr "" +"Qui puoi inserire l'ID di gruppo (un numero) che avranno i file e le " +"directory della condivisione montata. Se stai usando il file system CIFS e " +"il server remoto supporta le estensioni CIFS Unix, questa impostazione verrà " +"ignorata." #: smb4k/core/smb4k.kcfg:515 smb4k/core/smb4ksettings.cpp:669 #, no-c-format msgid "The file mask for a share" -msgstr "" +msgstr "La maschera di file per una condivisione" #: smb4k/core/smb4k.kcfg:516 smb4k/core/smb4ksettings.cpp:670 #, no-c-format @@ -2547,11 +2685,15 @@ msgid "" "octal. In case the CIFS file system is used, this setting only takes effect " "if the server does not support the CIFS Unix Extensions." msgstr "" +"Questa è la maschera che verrà utilizzata per la creazione dei file. Deve " +"essere definita in ottale. Nel caso in cui venga utilizzato il file system " +"CIFS, questa impostazione ha effetto solo se il server non supporta le " +"estensioni CIFS Unix." #: smb4k/core/smb4k.kcfg:520 smb4k/core/smb4ksettings.cpp:673 #, no-c-format msgid "The directory mask for a share" -msgstr "" +msgstr "La maschera di directory per una condivisione" #: smb4k/core/smb4k.kcfg:521 smb4k/core/smb4ksettings.cpp:674 #, no-c-format @@ -2560,11 +2702,15 @@ msgid "" "defined in octal. In case the CIFS file system is used, this setting only " "takes effect if the server does not support the CIFS Unix Extensions." msgstr "" +"Questa è la maschera che verrà utilizzata per creare le directory. Deve " +"essere definita in ottale. Nel caso in cui venga utilizzato il file system " +"CIFS, questa impostazione ha effetto solo se il server non supporta le " +"estensioni CIFS Unix." #: smb4k/core/smb4k.kcfg:525 smb4k/core/smb4ksettings.cpp:688 #, no-c-format msgid "The write access granted for the share" -msgstr "" +msgstr "L'accesso in scrittura concesso per la condivisione" #: smb4k/core/smb4k.kcfg:526 smb4k/core/smb4ksettings.cpp:689 #, no-c-format @@ -2572,6 +2718,8 @@ msgid "" "Here you can choose if the shares should be mounted in read and write mode " "or only read-only." msgstr "" +"Qui puoi scegliere se le condivisioni devono essere montate in modalità di " +"lettura e scrittura oppure solo in sola lettura." #: smb4k/core/smb4k.kcfg:535 smb4k/core/smb4ksettings.cpp:693 #, no-c-format @@ -2582,11 +2730,16 @@ msgid "" "access the files and directories. This setting does not affect the normal " "ACL check." msgstr "" +"Il lato client (ovvero il tuo lato) controllerà se hai l'UID/GID corretto " +"per manipolare un file o una directory. Potresti voler disattivare questa " +"funzionalità se il/i server supportano le estensioni CIFS Unix e non ti è " +"consentito accedere ai file e alle directory. Questa impostazione non " +"influisce sul normale controllo ACL." #: smb4k/core/smb4k.kcfg:539 smb4k/core/smb4ksettings.cpp:696 #, no-c-format msgid "Set UID and GID" -msgstr "" +msgstr "Imposta UID e GID" #: smb4k/core/smb4k.kcfg:540 smb4k/core/smb4ksettings.cpp:697 #, no-c-format @@ -2598,6 +2751,12 @@ msgid "" "recommended that you read the manual page of mount.cifs before you change " "this setting." msgstr "" +"Nel caso in cui il server supporti le estensioni CIFS Unix, il lato client " +"(ovvero il tuo lato) tenta di impostare l'UID e il GID effettivi del " +"processo corrente sui file, directory e dispositivi appena creati. Se questa " +"funzionalità è disattivata, verranno utilizzati l'UID e il GID predefiniti " +"definiti per la condivisione. Si consiglia di leggere la pagina del manuale " +"di mount.cifs prima di modificare questa impostazione." #: smb4k/core/smb4k.kcfg:545 smb4k/core/smb4ksettings.cpp:701 #, no-c-format @@ -2606,6 +2765,9 @@ msgid "" "server instead of automatically generating temporary inode numbers on the " "client side." msgstr "" +"Utilizzare numeri di inode (identificatori univoci persistenti di file) " +"restituiti dal server anziché generare automaticamente numeri di inode " +"temporanei sul lato client." #: smb4k/core/smb4k.kcfg:550 smb4k/core/smb4ksettings.cpp:705 #, no-c-format @@ -2614,6 +2776,9 @@ msgid "" "this can provide better performance than the default behavior which caches " "reads and writes." msgstr "" +"Leggere e scrivere direttamente sui file aperti sulla condivisione. In " +"alcuni casi questo può fornire prestazioni migliori rispetto al " +"comportamento predefinito che memorizza nella cache letture e scritture." #: smb4k/core/smb4k.kcfg:555 smb4k/core/smb4ksettings.cpp:709 #, no-c-format @@ -2624,16 +2789,21 @@ msgid "" "that were created with such characters. This has no effect if the server " "does not support Unicode." msgstr "" +"Traduci sei dei sette caratteri riservati (inclusi i due punti, il punto " +"interrogativo, la barra verticale, l'asterisco, i caratteri maggiore e " +"minore, ma non la barra rovesciata) per rimappare l'intervallo (sopra " +"0xF000). Ciò consente di aprire i file creati con tali caratteri. Ciò non ha " +"effetto se il server non supporta Unicode." #: smb4k/core/smb4k.kcfg:560 smb4k/core/smb4ksettings.cpp:713 #, no-c-format msgid "Do not use locking. Do not start lockd." -msgstr "" +msgstr "Non usare il blocco. Non avviare lockd." #: smb4k/core/smb4k.kcfg:564 smb4k/core/smb4ksettings.cpp:716 #, no-c-format msgid "Advanced custom options for the CIFS file system" -msgstr "" +msgstr "Opzioni personalizzate avanzate per il file system CIFS" #: smb4k/core/smb4k.kcfg:565 smb4k/core/smb4ksettings.cpp:717 #, no-c-format @@ -2643,11 +2813,18 @@ msgid "" "list will be added AS IS to the \"-o\" argument of mount.cifs. Please do not " "enter options that have already been defined in the configuration dialog." msgstr "" +"Qui puoi inserire opzioni avanzate per il file system CIFS in un elenco " +"separato da virgole (fai riferimento alla pagina del manuale di mount.cifs " +"per saperne di più). L'elenco verrà aggiunto COSÌ COM'È all'argomento \"-o\" " +"di mount.cifs. Non inserire opzioni che sono già state definite nella " +"finestra di dialogo di configurazione." #: smb4k/core/smb4k.kcfg:569 smb4k/core/smb4ksettings.cpp:720 #, no-c-format msgid "Determines how long directory listings are cached" msgstr "" +"Determina per quanto tempo gli elenchi delle directory vengono memorizzati " +"nella cache" #: smb4k/core/smb4k.kcfg:570 smb4k/core/smb4ksettings.cpp:721 #, no-c-format @@ -2658,6 +2835,13 @@ msgid "" "increase in performance on large directories, especially on long distances. " "You need Linux kernel 2.4.2 or later to take advantage of this setting." msgstr "" +"Questa impostazione determina per quanto tempo un elenco di directory viene " +"memorizzato nella cache in millisecondi. Un valore alto significa che ci " +"vuole più tempo prima che le modifiche sul server vengano notate sul lato " +"client (ad esempio il tuo lato), ma può anche darti un aumento delle " +"prestazioni su directory di grandi dimensioni, specialmente su lunghe " +"distanze. Hai bisogno del kernel Linux 2.4.2 o successivo per sfruttare " +"questa impostazione." #: smb4k/core/smb4k.kcfg:574 smb4k/core/smb4ksettings.cpp:724 #, no-c-format @@ -2670,6 +2854,8 @@ msgid "" "Use Unicode when communicating with the server. This will give you better " "support for non-ASCII character sets with the SMBFS file system." msgstr "" +"Utilizza Unicode quando comunichi con il server. Questo ti darà un supporto " +"migliore per i set di caratteri non ASCII con il file system SMBFS." #: smb4k/core/smb4k.kcfg:579 smb4k/core/smb4ksettings.cpp:728 #, no-c-format @@ -2683,11 +2869,14 @@ msgid "" "files bigger than 2 GB on shares that were mounted with the SMBFS file " "system." msgstr "" +"Il supporto per file di grandi dimensioni (LFS) consente di leggere e " +"scrivere file più grandi di 2 GB su condivisioni montate con il file system " +"SMBFS." #: smb4k/core/smb4k.kcfg:585 smb4k/core/smb4ksettings.cpp:754 #, no-c-format msgid "The protocol that is used with the net command" -msgstr "" +msgstr "Il protocollo che viene utilizzato con il comando net" #: smb4k/core/smb4k.kcfg:586 smb4k/core/smb4ksettings.cpp:755 #, no-c-format @@ -2701,11 +2890,20 @@ msgid "" "(for Active Directory environments) have not been implemented yet, so you " "can ignore that one for now." msgstr "" +"Qui puoi scegliere il protocollo che verrà utilizzato dal comando net per la " +"comunicazione con i server remoti, se appropriato. Nella maggior parte dei " +"casi il rilevamento automatico funzionerà bene e non dovresti aver bisogno " +"di cambiare l'impostazione predefinita. Tuttavia, se riscontri problemi, usa " +"il protocollo RPC per i sistemi operativi più recenti (Windows NT4 e " +"superiori) e il protocollo RAP per quelli più vecchi (Windows 98/NT3 e " +"inferiori). Le funzioni che necessitano del protocollo ADS (per gli ambienti " +"Active Directory) non sono ancora state implementate, quindi puoi ignorarlo " +"per ora." #: smb4k/core/smb4k.kcfg:596 smb4k/core/smb4ksettings.cpp:758 -#, fuzzy, no-c-format +#, no-c-format msgid "Name resolve order used by smbclient" -msgstr "Ordine di risoluzione:" +msgstr "Ordine di risoluzione" #: smb4k/core/smb4k.kcfg:597 smb4k/core/smb4ksettings.cpp:759 #, no-c-format @@ -2715,11 +2913,16 @@ msgid "" "of up to four different name resolution options. Those are: lmhost, host, " "wins, bcast. See the manual page of smbclient for further information." msgstr "" +"Questa opzione è usata per determinare quali servizi di denominazione e in " +"quale ordine vengono usati per risolvere nomi host e indirizzi IP. Richiede " +"un elenco separato da spazi di un massimo di quattro diverse opzioni di " +"risoluzione dei nomi. Sono: lmhost, host, wins, bcast. Consulta la pagina " +"del manuale di smbclient per ulteriori informazioni." #: smb4k/core/smb4k.kcfg:601 smb4k/core/smb4ksettings.cpp:763 #, no-c-format msgid "Transmit/send buffer size used by smbclient" -msgstr "" +msgstr "Dimensione del buffer di trasmissione/invio utilizzata da smbclient" #: smb4k/core/smb4k.kcfg:602 smb4k/core/smb4ksettings.cpp:764 #, no-c-format @@ -2729,21 +2932,26 @@ msgid "" "smaller has been observed to speed up file transfers to and from Windows 9x " "servers." msgstr "" +"Questa opzione modifica la dimensione del buffer di trasmissione/invio " +"quando si riceve o si inserisce un file dal/sul server. Il valore " +"predefinito è 65520 byte. È stato osservato che impostando questo valore su " +"un valore inferiore si velocizzano i trasferimenti di file da e verso i " +"server Windows 9x." #: smb4k/core/smb4k.kcfg:607 smb4k/core/smb4ksettings.cpp:788 #, no-c-format msgid "Signing state" -msgstr "" +msgstr "Stato della firma" #: smb4k/core/smb4k.kcfg:608 smb4k/core/smb4ksettings.cpp:789 #, no-c-format msgid "Set the signing state for smbclient." -msgstr "" +msgstr "Imposta lo stato della firma per smbclient." #: smb4k/core/smb4k.kcfg:618 smb4k/core/smb4ksettings.cpp:792 #, no-c-format msgid "The broadcast address used by nmblookup" -msgstr "" +msgstr "L'indirizzo di broadcast utilizzato da nmblookup" #: smb4k/core/smb4k.kcfg:619 smb4k/core/smb4ksettings.cpp:793 #, no-c-format @@ -2753,11 +2961,16 @@ msgid "" "the broadcast address of the network interface that was either auto-detected " "or defined in the \"interfaces\" parameter of the smb.conf file." msgstr "" +"Le query eseguite con nmblookup saranno inviate all'indirizzo di broadcast " +"specificato. Senza questa opzione il comportamento predefinito è inviare le " +"query all'indirizzo di broadcast dell'interfaccia di rete che è stata " +"rilevata automaticamente o definita nel parametro \"interfaces\" del file " +"smb.conf." #: smb4k/core/smb4k.kcfg:623 smb4k/core/smb4ksettings.cpp:796 #, no-c-format msgid "Use UDP port 137 with nmblookup" -msgstr "" +msgstr "Utilizzare la porta UDP 137 con nmblookup" #: smb4k/core/smb4k.kcfg:624 smb4k/core/smb4ksettings.cpp:797 #, no-c-format @@ -2768,6 +2981,12 @@ msgid "" "most Unix systems super user privileges are needed to bind to this port. " "Please read the manual page of nmblookup for more information." msgstr "" +"Prova a effettuare il binding alla porta UDP 137 per inviare e ricevere " +"datagrammi UDP. Il motivo di questa opzione è un bug in Windows 95, che " +"ignora la porta sorgente del pacchetto richiedente e risponde solo alla " +"porta UDP 137. Sfortunatamente, sulla maggior parte dei sistemi Unix sono " +"necessari privilegi di superutente per effettuare il binding a questa porta. " +"Leggi la pagina del manuale di nmblookup per maggiori informazioni." #: smb4k/core/smb4k.kcfg:637 smb4k/core/smb4ksettings.cpp:803 #, no-c-format @@ -2783,6 +3002,12 @@ msgid "" "with several remote shares, then you should create a subdirectory for each " "share and choose the appropriate one in the synchronization dialog." msgstr "" +"Questo è il percorso in cui Smb4K memorizzerà i file e le directory durante " +"la sincronizzazione. Se si prevede di sincronizzare solo con una " +"condivisione remota, è possibile inserire i dati direttamente in questa " +"directory. Se si desidera sincronizzare con diverse condivisioni remote, è " +"necessario creare una sottodirectory per ciascuna condivisione e scegliere " +"quella appropriata nella finestra di dialogo di sincronizzazione." #: smb4k/core/smb4k.kcfg:642 smb4k/core/smb4ksettings.cpp:807 #, no-c-format @@ -2793,6 +3018,8 @@ msgstr "Utilizza modalità archivio" #, no-c-format msgid "Use archive mode (-a, --archive). This is a short form of -rlptgoD." msgstr "" +"Usa la modalità archivio (-a, --archive). Questa è una forma abbreviata di -" +"rlptgoD." #: smb4k/core/smb4k.kcfg:647 smb4k/core/smb4ksettings.cpp:811 #, no-c-format @@ -2805,9 +3032,9 @@ msgid "Recurse into directories (-r, --recursive)." msgstr "Ricorsione nelle directory (-r, --recursive)." #: smb4k/core/smb4k.kcfg:652 smb4k/core/smb4ksettings.cpp:815 -#, fuzzy, no-c-format +#, no-c-format msgid "Skip files that are newer in the target directory" -msgstr "Salta i file che sono più recenti nella destinazione" +msgstr "Salta i file più recenti nella directory di destinazione" #: smb4k/core/smb4k.kcfg:653 smb4k/core/smb4ksettings.cpp:816 #, no-c-format @@ -2815,6 +3042,8 @@ msgid "" "Update files in the destination directory that are older than in the source " "directory (-u, --update)." msgstr "" +"Aggiorna i file nella directory di destinazione che sono più vecchi di " +"quelli nella directory di origine (-u, --update)." #: smb4k/core/smb4k.kcfg:658 smb4k/core/smb4ksettings.cpp:820 #, no-c-format @@ -2825,6 +3054,12 @@ msgid "" "destination file will immediately be overwritten instead. An exception to " "this is if you combine this option with --backup." msgstr "" +"Aggiorna i file di destinazione sul posto (--inplace). Per impostazione " +"predefinita, rsync crea prima una nuova copia di un file e la sposta al suo " +"posto una volta terminato il trasferimento. Se abiliti questa funzionalità, " +"non verrà creata alcuna copia, ma il file di destinazione verrà " +"immediatamente sovrascritto. Un'eccezione a ciò è se combini questa opzione " +"con --backup." #: smb4k/core/smb4k.kcfg:663 smb4k/core/smb4ksettings.cpp:824 #, no-c-format @@ -2833,6 +3068,9 @@ msgid "" "specified on the command line are sent to the server rather than just the " "last parts of the file names." msgstr "" +"Utilizza percorsi relativi (-R, --relative). Ciò significa che i nomi di " +"percorso completi specificati sulla riga di comando vengono inviati al " +"server anziché solo le ultime parti dei nomi dei file." #: smb4k/core/smb4k.kcfg:667 smb4k/core/smb4ksettings.cpp:827 #, no-c-format @@ -2849,6 +3087,13 @@ msgid "" "elements to have big differences, such as being a symlink to a directory on " "one side of the transfer, and a real directory on the other side." msgstr "" +"Non inviare directory implicite con --relative (--no-implied-dirs). Ciò " +"significa che gli elementi del percorso corrispondenti sul sistema di " +"destinazione vengono lasciati invariati se esistono e tutte le directory " +"implicite mancanti vengono create con attributi predefiniti. Ciò consente " +"persino a questi elementi del percorso implicito di avere grandi differenze, " +"come essere un collegamento simbolico a una directory su un lato del " +"trasferimento e una directory reale sull'altro lato." #: smb4k/core/smb4k.kcfg:673 smb4k/core/smb4ksettings.cpp:832 #, no-c-format @@ -2856,6 +3101,9 @@ msgid "" "Transfer directories without recursing (-d, --dirs). This means that all top-" "level subdirectories are transferred but without their contents." msgstr "" +"Trasferisce le directory senza ricorrenza (-d, --dirs). Ciò significa che " +"tutte le sottodirectory di livello superiore vengono trasferite ma senza il " +"loro contenuto." #: smb4k/core/smb4k.kcfg:679 smb4k/core/smb4ksettings.cpp:836 #, no-c-format @@ -2864,17 +3112,23 @@ msgid "" "the amount of data that is being transferred. You may want to use this " "option, if you have a slow connection." msgstr "" +"Comprimi i dati durante il trasferimento (-z, --compress). Ciò riduce " +"significativamente la quantità di dati che vengono trasferiti. Potresti " +"voler usare questa opzione se hai una connessione lenta." #: smb4k/core/smb4k.kcfg:684 smb4k/core/smb4ksettings.cpp:840 #, no-c-format msgid "Copy symlinks as symlinks (-l, --links)." msgstr "" +"Copia i collegamenti simbolici come collegamenti simbolici (-l, --links)." #: smb4k/core/smb4k.kcfg:689 smb4k/core/smb4ksettings.cpp:844 #, no-c-format msgid "" "Transform symlinks into the items they are pointing to (-L, --copy-links)." msgstr "" +"Trasforma i collegamenti simbolici negli elementi a cui puntano (-L, --copy-" +"links)." #: smb4k/core/smb4k.kcfg:694 smb4k/core/smb4ksettings.cpp:848 #, no-c-format @@ -2885,6 +3139,12 @@ msgid "" "same way. This option has no additional effect if --copy-links has also been " "specified." msgstr "" +"Trasforma i collegamenti simbolici non sicuri negli elementi a cui puntano " +"(--copy-unsafe-links). Ciò significa che vengono trasformati solo i " +"collegamenti simbolici che puntano a elementi che sono al di fuori " +"dell'albero copiato. I collegamenti simbolici assoluti vengono trattati allo " +"stesso modo. Questa opzione non ha alcun effetto aggiuntivo se è stato " +"specificato anche --copy-links." #: smb4k/core/smb4k.kcfg:699 smb4k/core/smb4ksettings.cpp:852 #, no-c-format @@ -2893,6 +3153,10 @@ msgid "" "absolute symlinks are also ignored. If you use this option in conjunction " "with --relative you might get unexpected results." msgstr "" +"Ignora i collegamenti simbolici che puntano all'esterno dell'albero copiato " +"(--safe-links). Vengono ignorati anche tutti i collegamenti simbolici " +"assoluti. Se utilizzi questa opzione insieme a --relative potresti ottenere " +"risultati inaspettati." #: smb4k/core/smb4k.kcfg:704 smb4k/core/smb4ksettings.cpp:856 #, no-c-format @@ -2901,6 +3165,9 @@ msgid "" "preserve the hard links that are found during the transfer. Without it, hard " "links are treated as though they were separate files." msgstr "" +"Preserva gli hard link (-H, --hard-links). Questa opzione fa sì che rsync " +"preservi gli hard link che vengono trovati durante il trasferimento. Senza " +"di essa, gli hard link vengono trattati come se fossero file separati." #: smb4k/core/smb4k.kcfg:709 smb4k/core/smb4ksettings.cpp:860 #, no-c-format @@ -2910,6 +3177,11 @@ msgid "" "directory from the sending side. Without this option, the receiver's symlink " "will be deleted and replaced with a real directory." msgstr "" +"Tratta le directory con collegamento simbolico sul lato ricevente come se " +"fossero directory reali (-K, --keep-dirlinks). Questo funziona solo se il " +"collegamento simbolico corrisponde a una directory reale dal lato mittente. " +"Senza questa opzione, il collegamento simbolico del destinatario verrà " +"eliminato e sostituito con una directory reale." #: smb4k/core/smb4k.kcfg:714 smb4k/core/smb4ksettings.cpp:864 #, no-c-format @@ -2918,6 +3190,9 @@ msgid "" "will be same as the source file. For what happens if this option is switched " "off, please read rsync's manual page." msgstr "" +"Mantieni i permessi (-p, --perms). I permessi del file di destinazione " +"saranno gli stessi del file sorgente. Per sapere cosa succede se questa " +"opzione è disattivata, leggi la pagina del manuale di rsync." #: smb4k/core/smb4k.kcfg:719 smb4k/core/smb4ksettings.cpp:868 #, no-c-format @@ -2925,6 +3200,8 @@ msgid "" "Preserve the group (-g, --group). The group of the destination file will be " "set to the same value as the source file." msgstr "" +"Mantieni il gruppo (-g, --group). Il gruppo del file di destinazione verrà " +"impostato sullo stesso valore del file sorgente." #: smb4k/core/smb4k.kcfg:723 smb4k/core/smb4ksettings.cpp:871 #, no-c-format @@ -2939,6 +3216,11 @@ msgid "" "run as the super user. Without this option, the owner is set to the invoking " "user on the receiving side." msgstr "" +"Mantieni il proprietario (-o, --owner). Il proprietario del file di " +"destinazione verrà impostato sullo stesso valore del file sorgente, ma solo " +"se lo rsync ricevente viene eseguito come super utente. Senza questa " +"opzione, il proprietario viene impostato sull'utente che invoca sul lato " +"ricevente." #: smb4k/core/smb4k.kcfg:729 smb4k/core/smb4ksettings.cpp:876 #, no-c-format @@ -2948,6 +3230,11 @@ msgid "" "files such as named sockets and fifos. It works only partially if rsync is " "not run as super user and the --super option is not specified." msgstr "" +"Mantieni dispositivo e file speciali (-D, --devices --specials). Questa " +"opzione fa sì che rsync trasferisca dispositivi a caratteri e a blocchi, " +"nonché file speciali come socket denominati e fifo. Funziona solo " +"parzialmente se rsync non viene eseguito come superutente e l'opzione --" +"super non è specificata." #: smb4k/core/smb4k.kcfg:734 smb4k/core/smb4ksettings.cpp:880 #, no-c-format @@ -2956,6 +3243,9 @@ msgid "" "with the files. For what happens if this option is switched off, please read " "rsync's manual page." msgstr "" +"Mantieni i tempi (-t, --times). I tempi di modifica vengono trasferiti " +"insieme ai file. Per sapere cosa succede se questa opzione è disattivata, " +"leggi la pagina del manuale di rsync." #: smb4k/core/smb4k.kcfg:739 smb4k/core/smb4ksettings.cpp:884 #, no-c-format @@ -2964,6 +3254,10 @@ msgid "" "that directories are omitted when modification times are being preserved. " "Thus, this feature only works in conjunction with --times." msgstr "" +"Ometti le directory quando si conservano gli orari (-O, --omit-dir-times). " +"Ciò significa che le directory vengono omesse quando si conservano gli orari " +"di modifica. Pertanto, questa funzionalità funziona solo in combinazione con " +"--times." #: smb4k/core/smb4k.kcfg:744 smb4k/core/smb4ksettings.cpp:888 #, no-c-format @@ -2973,6 +3267,10 @@ msgid "" "part of the transfer and have been successfully duplicated on the receiving " "side." msgstr "" +"Rimuovi tutti i file sorgente sincronizzati (--remove-source-files). Questo " +"indica a rsync di rimuovere dal lato mittente gli elementi non directory che " +"fanno parte del trasferimento e sono stati duplicati con successo sul lato " +"ricevente." #: smb4k/core/smb4k.kcfg:749 smb4k/core/smb4ksettings.cpp:892 #, no-c-format @@ -2981,6 +3279,9 @@ msgid "" "delete all files from the receiving side that are not present on the sending " "side, but only for the directories that are being synchronized." msgstr "" +"Elimina i file estranei dalla destinazione (--delete). Questo indica a rsync " +"di eliminare tutti i file dal lato ricevente che non sono presenti sul lato " +"mittente, ma solo per le directory che vengono sincronizzate." #: smb4k/core/smb4k.kcfg:754 smb4k/core/smb4ksettings.cpp:896 #, no-c-format @@ -2989,6 +3290,9 @@ msgid "" "before). This is the default behavior if --delete or --delete-excluded is " "specified without one of the --delete-WHEN options." msgstr "" +"Elimina i file sul lato ricevente prima che inizi il trasferimento (--delete-" +"before). Questo è il comportamento predefinito se --delete o --delete-" +"excluded viene specificato senza una delle opzioni --delete-WHEN." #: smb4k/core/smb4k.kcfg:759 smb4k/core/smb4ksettings.cpp:900 #, no-c-format @@ -2996,6 +3300,8 @@ msgid "" "Delete files on the receiving side after the transfer has completed (--" "delete-after, --del)." msgstr "" +"Elimina i file sul lato ricevente una volta completato il trasferimento (--" +"delete-after, --del)." #: smb4k/core/smb4k.kcfg:764 smb4k/core/smb4ksettings.cpp:904 #, no-c-format @@ -3004,11 +3310,14 @@ msgid "" "This method is faster than --delete-before or --delete-after, but it is only " "supported with rsync 2.6.4 or later." msgstr "" +"Elimina i file sul lato ricevente durante il trasferimento (--delete-" +"during). Questo metodo è più veloce di --delete-before o --delete-after, ma " +"è supportato solo con rsync 2.6.4 o versioni successive." #: smb4k/core/smb4k.kcfg:768 smb4k/core/smb4ksettings.cpp:907 -#, fuzzy, no-c-format +#, no-c-format msgid "Also delete excluded files from destination directory" -msgstr "Elimina anche i file nella destinazione esclusi" +msgstr "Elimina anche i file esclusi dalla directory di destinazione" #: smb4k/core/smb4k.kcfg:769 smb4k/core/smb4ksettings.cpp:908 #, no-c-format @@ -3018,6 +3327,11 @@ msgid "" "sending side, this tells rsync to also delete any files on the receiving " "side that are excluded. Refer to rsync's manual page for further information." msgstr "" +"Elimina anche i file esclusi dalla directory di destinazione (--delete-" +"excluded). Oltre a eliminare i file sul lato ricevente che non sono sul lato " +"mittente, questo dice a rsync di eliminare anche tutti i file sul lato " +"ricevente che sono esclusi. Per ulteriori informazioni, fare riferimento " +"alla pagina del manuale di rsync." #: smb4k/core/smb4k.kcfg:774 smb4k/core/smb4ksettings.cpp:912 #, no-c-format @@ -3025,6 +3339,8 @@ msgid "" "Delete even if I/O errors occur (--ignore-errors). This option has to be " "specified in conjunction with --delete to take effect." msgstr "" +"Elimina anche se si verificano errori I/O (--ignore-errors). Questa opzione " +"deve essere specificata insieme a --delete affinché abbia effetto." #: smb4k/core/smb4k.kcfg:779 smb4k/core/smb4ksettings.cpp:916 #, no-c-format @@ -3033,6 +3349,10 @@ msgid "" "option tells rsync to delete a non-empty directory when it is to be replaced " "by a non-directory. This is only relevant if deletions are not active." msgstr "" +"Forza l'eliminazione delle directory anche se non sono vuote (--force). " +"Questa opzione dice a rsync di eliminare una directory non vuota quando deve " +"essere sostituita da una non directory. Ciò è rilevante solo se le " +"eliminazioni non sono attive." #: smb4k/core/smb4k.kcfg:783 smb4k/core/smb4ksettings.cpp:919 #, no-c-format @@ -3046,11 +3366,15 @@ msgid "" "rsync not to delete more than NUM files or directories (NUM must be non-" "zero). This is useful when mirroring very large trees to prevent disasters." msgstr "" +"Elimina solo i file definiti qui (--max-delete=NUM). Questo indica a rsync " +"di non eliminare più di NUM file o directory (NUM deve essere diverso da " +"zero). Questo è utile quando si esegue il mirroring di alberi molto grandi " +"per prevenire disastri." #: smb4k/core/smb4k.kcfg:788 smb4k/core/smb4ksettings.cpp:924 #, no-c-format msgid "Value for DeleteMaximum config entry" -msgstr "" +msgstr "Valore per la voce di configurazione DeleteMaximum" #: smb4k/core/smb4k.kcfg:794 smb4k/core/smb4k.kcfg:805 #: smb4k/core/smb4ksettings.cpp:927 smb4k/core/smb4ksettings.cpp:935 @@ -3064,11 +3388,13 @@ msgid "" "This option causes rsync to not transfer any file that is smaller than the " "specified size (--min-size=SIZE)." msgstr "" +"Questa opzione fa sì che rsync non trasferisca alcun file di dimensioni " +"inferiori a quelle specificate (--min-size=SIZE)." #: smb4k/core/smb4k.kcfg:799 smb4k/core/smb4ksettings.cpp:932 #, no-c-format msgid "Value for MinimalTransferSize config entry" -msgstr "" +msgstr "Valore per la voce di configurazione MinimalTransferSize" #: smb4k/core/smb4k.kcfg:806 smb4k/core/smb4ksettings.cpp:936 #, no-c-format @@ -3076,11 +3402,13 @@ msgid "" "This option causes rsync to not transfer any file that is larger than the " "specified size (--max-size=SIZE)." msgstr "" +"Questa opzione fa sì che rsync non trasferisca alcun file più grande della " +"dimensione specificata (--max-size=SIZE)." #: smb4k/core/smb4k.kcfg:810 smb4k/core/smb4ksettings.cpp:940 #, no-c-format msgid "Value for MamximalTransferSize config entry" -msgstr "" +msgstr "Valore per la voce di configurazione MaximimalTransferSize" #: smb4k/core/smb4k.kcfg:817 smb4k/core/smb4ksettings.cpp:944 #, no-c-format @@ -3088,11 +3416,14 @@ msgid "" "Keep partially transferred files (--partial). The default behavor is that " "any partially transferred file is deleted if the transfer is interrupted." msgstr "" +"Mantieni i file trasferiti parzialmente (--partial). Il comportamento " +"predefinito è che qualsiasi file trasferito parzialmente venga eliminato se " +"il trasferimento viene interrotto." #: smb4k/core/smb4k.kcfg:821 smb4k/core/smb4ksettings.cpp:947 -#, fuzzy, no-c-format +#, no-c-format msgid "The directory where to put a partially transferred file into." -msgstr "Conserva i file parzialmente trasferiti in" +msgstr "La directory in cui inserire un file parzialmente trasferito." #: smb4k/core/smb4k.kcfg:822 smb4k/core/smb4ksettings.cpp:948 #, no-c-format @@ -3102,11 +3433,15 @@ msgid "" "because the partially transferred file is kept in a different directory and " "the destination file is not overwritten." msgstr "" +"Inserisci un file trasferito parzialmente in questa directory (--partial-" +"dir=DIR). Questo è un modo migliore dell'opzione --partial per conservare i " +"file parziali, perché il file trasferito parzialmente viene conservato in " +"una directory diversa e il file di destinazione non viene sovrascritto." #: smb4k/core/smb4k.kcfg:826 smb4k/core/smb4ksettings.cpp:951 #, no-c-format msgid "The data for the UsePartialDirectory option" -msgstr "" +msgstr "I dati per l'opzione UsePartialDirectory" #: smb4k/core/smb4k.kcfg:832 smb4k/core/smb4ksettings.cpp:955 #, no-c-format @@ -3116,6 +3451,10 @@ msgid "" "want to transfer between systems. This option uses the same algorithm that " "CVS uses to determine if a file should be ignored." msgstr "" +"Ignora automaticamente i file nello stesso modo in cui lo fa CVS (-C, --cvs-" +"exclude). Questa è una scorciatoia utile per escludere un'ampia gamma di " +"file che spesso non vuoi trasferire tra sistemi. Questa opzione usa lo " +"stesso algoritmo che CVS usa per determinare se un file deve essere ignorato." #: smb4k/core/smb4k.kcfg:836 smb4k/core/smb4ksettings.cpp:958 #, no-c-format @@ -3129,6 +3468,9 @@ msgid "" "special filter rule. For further information on filter rules see rsync's " "manual page." msgstr "" +"Escludere i file che corrispondono a un certo pattern (--exclude=PATTERN). " +"Questa è una regola di filtro speciale. Per ulteriori informazioni sulle " +"regole di filtro, vedere la pagina del manuale di rsync." #: smb4k/core/smb4k.kcfg:841 smb4k/core/smb4ksettings.cpp:962 #, no-c-format @@ -3148,11 +3490,16 @@ msgid "" "read from a file. This is a special filter rule. For further information on " "filter rules see rsync's manual page." msgstr "" +"Leggi i pattern di esclusione da un file (--exclude-from=FILE). Questa " +"opzione è simile all'opzione --exclude=PATTERN, tranne per il fatto che i " +"pattern di esclusione vengono letti da un file. Questa è una regola di " +"filtro speciale. Per ulteriori informazioni sulle regole di filtro, consulta " +"la pagina del manuale di rsync." #: smb4k/core/smb4k.kcfg:851 smb4k/core/smb4ksettings.cpp:969 #, no-c-format msgid "The file from which the exclude patterns are read" -msgstr "" +msgstr "Il file da cui vengono letti i modelli di esclusione" #: smb4k/core/smb4k.kcfg:856 smb4k/core/smb4ksettings.cpp:972 #, no-c-format @@ -3166,11 +3513,14 @@ msgid "" "a special filter rule. For further information on filter rules see rsync's " "manual page." msgstr "" +"Non escludere i file che corrispondono a un certo pattern (--" +"include=PATTERN). Questa è una regola di filtro speciale. Per ulteriori " +"informazioni sulle regole di filtro, vedere la pagina del manuale di rsync." #: smb4k/core/smb4k.kcfg:861 smb4k/core/smb4ksettings.cpp:976 #, no-c-format msgid "Pattern that is used for file inclusion" -msgstr "" +msgstr "Modello utilizzato per l'inclusione dei file" #: smb4k/core/smb4k.kcfg:866 smb4k/core/smb4ksettings.cpp:979 #, no-c-format @@ -3185,16 +3535,21 @@ msgid "" "read from a file. This is a special filter rule. For further information on " "filter rules see rsync's manual page." msgstr "" +"Leggi i pattern di inclusione da un file (--include-from=FILE). Questa " +"opzione è simile all'opzione --include=PATTERN, tranne per il fatto che i " +"pattern di inclusione vengono letti da un file. Questa è una regola di " +"filtro speciale. Per ulteriori informazioni sulle regole di filtro, consulta " +"la pagina del manuale di rsync." #: smb4k/core/smb4k.kcfg:871 smb4k/core/smb4ksettings.cpp:983 #, no-c-format msgid "The file from which the include patterns are read" -msgstr "" +msgstr "Il file da cui vengono letti i modelli di inclusione" #: smb4k/core/smb4k.kcfg:876 smb4k/core/smb4ksettings.cpp:986 #, no-c-format msgid "Add custom file-filtering rules" -msgstr "" +msgstr "Aggiungere regole di filtraggio file personalizzate" #: smb4k/core/smb4k.kcfg:877 smb4k/core/smb4ksettings.cpp:987 #, no-c-format @@ -3203,6 +3558,9 @@ msgid "" "to add rules to selectively exclude certain files from the list of files to " "be transferred." msgstr "" +"Aggiungi regole personalizzate di filtraggio dei file (-f, --filter=RULE). " +"Questa opzione consente di aggiungere regole per escludere selettivamente " +"determinati file dall'elenco dei file da trasferire." #: smb4k/core/smb4k.kcfg:881 smb4k/core/smb4ksettings.cpp:990 #, no-c-format @@ -3217,6 +3575,10 @@ msgid "" "the files in the transfer. It has no effect, if you also choose to use the --" "filter='exclude .rsync-filter' rule." msgstr "" +"Questa regola di filtro dice a rsync di cercare i file .rsync-filter per " +"directory che sono stati sparsi nella gerarchia e di usare le loro regole " +"per filtrare i file nel trasferimento. Non ha effetto se scegli anche di " +"usare la regola --filter='exclude .rsync-filter'." #: smb4k/core/smb4k.kcfg:886 smb4k/core/smb4ksettings.cpp:994 #, no-c-format @@ -3230,6 +3592,10 @@ msgid "" "normally contain filter rules that can be activated by choosing the --" "filter='dir-merge /.rsync-filter' rule and deselecting this one." msgstr "" +"Questa regola filtra i file .rsync-filter dal trasferimento. Questi file " +"normalmente contengono regole di filtro che possono essere attivate " +"scegliendo la regola --filter='dir-merge /.rsync-filter' e deselezionando " +"questa." #: smb4k/core/smb4k.kcfg:892 smb4k/core/smb4ksettings.cpp:999 #, no-c-format @@ -3238,6 +3604,9 @@ msgid "" "space on the destination. This option conflicts with --inplace. For further " "information read rsync's manual page." msgstr "" +"Gestisci i file sparsi in modo efficiente (-S, --sparse) in modo che " +"occupino meno spazio nella destinazione. Questa opzione è in conflitto con --" +"inplace. Per ulteriori informazioni, leggi la pagina del manuale di rsync." #: smb4k/core/smb4k.kcfg:897 smb4k/core/smb4ksettings.cpp:1003 #, no-c-format @@ -3245,6 +3614,9 @@ msgid "" "Copy files whole (-W, --whole-file). With this option the incremental rsync " "algorithm is not used and the whole file is sent as-is instead." msgstr "" +"Copia i file interi (-W, --whole-file). Con questa opzione l'algoritmo rsync " +"incrementale non viene utilizzato e l'intero file viene invece inviato così " +"com'è." #: smb4k/core/smb4k.kcfg:901 smb4k/core/smb4ksettings.cpp:1006 #, no-c-format @@ -3258,11 +3630,15 @@ msgid "" "rsync to avoid crossing a filesystem boundary when recursing. For further " "information on this option, read the manual page." msgstr "" +"Non oltrepassare i confini del file system (-x, --one-file-system). Questo " +"indica a rsync di evitare di oltrepassare un confine del file system durante " +"la ricorsione. Per ulteriori informazioni su questa opzione, leggi la pagina " +"del manuale." #: smb4k/core/smb4k.kcfg:906 smb4k/core/smb4ksettings.cpp:1010 #, no-c-format msgid "Skip creating new files on the receiving side" -msgstr "" +msgstr "Salta la creazione di nuovi file sul lato ricevente" #: smb4k/core/smb4k.kcfg:907 smb4k/core/smb4ksettings.cpp:1011 #, no-c-format @@ -3273,11 +3649,16 @@ msgid "" "no files will be updated (which can be useful if all you want to do is to " "delete extraneous files)." msgstr "" +"Salta la creazione di nuovi file sul lato ricevente (--existing). Questo " +"dice a rsync di saltare la creazione di file (incluse le directory) che non " +"esistono ancora sulla destinazione. Se questa opzione è combinata con " +"l'opzione --ignore-existing, nessun file verrà aggiornato (il che può essere " +"utile se tutto ciò che vuoi fare è eliminare file estranei)." #: smb4k/core/smb4k.kcfg:911 smb4k/core/smb4ksettings.cpp:1014 #, no-c-format msgid "Skip updating files that exist on the receiving side" -msgstr "" +msgstr "Salta l'aggiornamento dei file esistenti sul lato ricevente" #: smb4k/core/smb4k.kcfg:912 smb4k/core/smb4ksettings.cpp:1015 #, no-c-format @@ -3285,6 +3666,8 @@ msgid "" "Skip updating files that already exist on the receiving side (--ignore-" "existing). Existing directories are not ignored." msgstr "" +"Salta l'aggiornamento dei file già esistenti sul lato ricevente (--ignore-" +"existing). Le directory esistenti non vengono ignorate." #: smb4k/core/smb4k.kcfg:916 smb4k/core/smb4ksettings.cpp:1018 #, no-c-format @@ -3299,6 +3682,11 @@ msgid "" "until the end of the transfer, at which time all the files are renamed and " "copied into place in rapid succession." msgstr "" +"Ritarda gli aggiornamenti fino alla fine del trasferimento (--delay-" +"updates). Questa opzione mette il file temporaneo di ogni file aggiornato in " +"una directory di attesa fino alla fine del trasferimento, momento in cui " +"tutti i file vengono rinominati e copiati al loro posto in rapida " +"successione." #: smb4k/core/smb4k.kcfg:922 smb4k/core/smb4ksettings.cpp:1023 #, no-c-format @@ -3308,6 +3696,11 @@ msgid "" "the backup file goes and what (if any) suffix gets appended using the --" "backup-dir=DIR and --suffix=SUFFIX options." msgstr "" +"Esegui backup (-b, --backup). Con questa opzione, i file di destinazione " +"preesistenti vengono rinominati quando ogni file viene trasferito o " +"eliminato. Puoi controllare dove va il file di backup e quale suffisso (se " +"presente) viene aggiunto usando le opzioni --backup-dir=DIR e --" +"suffix=SUFFIX." #: smb4k/core/smb4k.kcfg:926 smb4k/core/smb4ksettings.cpp:1026 #, no-c-format @@ -3317,7 +3710,7 @@ msgstr "Usa un suffisso per i backup" #: smb4k/core/smb4k.kcfg:927 smb4k/core/smb4ksettings.cpp:1027 #, no-c-format msgid "Use this suffix for backups (--suffix=SUFFIX)." -msgstr "" +msgstr "Utilizzare questo suffisso per i backup (--suffix=SUFFIX)." #: smb4k/core/smb4k.kcfg:931 smb4k/core/smb4ksettings.cpp:1030 #, no-c-format @@ -3327,12 +3720,12 @@ msgstr "Suffisso di backup" #: smb4k/core/smb4k.kcfg:936 smb4k/core/smb4ksettings.cpp:1033 #, no-c-format msgid "Put backups into a certain directory" -msgstr "" +msgstr "Metti i backup in una directory specifica" #: smb4k/core/smb4k.kcfg:937 smb4k/core/smb4ksettings.cpp:1034 #, no-c-format msgid "Store backups in this directory (--backup-dir=DIR)." -msgstr "" +msgstr "Memorizza i backup in questa directory (--backup-dir=DIR)." #: smb4k/core/smb4k.kcfg:941 smb4k/core/smb4ksettings.cpp:1037 #, no-c-format @@ -3350,6 +3743,9 @@ msgid "" "Force a fixed checksum block-size (-B, --block-size=SIZE). This forces the " "block size used in the rsync algorithm to a fixed value." msgstr "" +"Forza una dimensione di blocco del checksum fissa (-B, --block-size=SIZE). " +"Ciò forza la dimensione del blocco utilizzata nell'algoritmo rsync a un " +"valore fisso." #: smb4k/core/smb4k.kcfg:951 smb4k/core/smb4ksettings.cpp:1045 #, no-c-format @@ -3369,6 +3765,11 @@ msgid "" "and file MD4 checksum calculation. By default the checksum seed is generated " "by the server and defaults to the current time." msgstr "" +"Imposta il seed del checksum del blocco/file (--checksum-seed=NUM). Imposta " +"il seed del checksum MD4 su questo intero. Questo seed del checksum a 4 byte " +"è incluso in ogni calcolo del checksum MD4 del blocco e del file. Per " +"impostazione predefinita, il seed del checksum è generato dal server e per " +"impostazione predefinita è l'ora corrente." #: smb4k/core/smb4k.kcfg:962 smb4k/core/smb4ksettings.cpp:1053 #, no-c-format @@ -3387,6 +3788,9 @@ msgid "" "c, --checksum). For further information on how this feature works read " "rsync's manual page." msgstr "" +"Salta i file in base a un checksum e non in base a data e dimensione della " +"modifica (-c, --checksum). Per ulteriori informazioni su come funziona " +"questa funzionalità, leggi la pagina del manuale di rsync." #: smb4k/core/smb4k.kcfg:979 smb4k/core/smb4ksettings.cpp:1074 #, no-c-format @@ -3400,6 +3804,9 @@ msgid "" "mounting and unmounting remote shares. You can either select sudo, the " "standard tool for this purpose on most distributions, or super." msgstr "" +"Scegli il programma che ti garantirà privilegi di superutente limitati per " +"montare e smontare condivisioni remote. Puoi selezionare sudo, lo strumento " +"standard per questo scopo nella maggior parte delle distribuzioni, o super." #: smb4k/core/smb4k.kcfg:988 smb4k/core/smb4ksettings.cpp:1078 #, no-c-format @@ -3417,6 +3824,13 @@ msgid "" "Use with case! Note, that you will need the root password to write the " "necessary changes to the configuration file." msgstr "" +"Smonta una condivisione su Linux forzatamente. Questo funziona anche se il " +"file system è \"occupato\", perché viene immediatamente staccato dalla " +"gerarchia del file system e tutti i riferimenti ad esso vengono ripuliti in " +"seguito quando non è più occupato. Per sfruttare questa funzionalità è " +"necessario il kernel Linux 2.4.11 o successivo. Da usare con maiuscole/" +"minuscole! Nota che avrai bisogno della password di root per scrivere le " +"modifiche necessarie al file di configurazione." #: smb4k/core/smb4k.kcfg:994 smb4k/core/smb4ksettings.cpp:1083 #, no-c-format @@ -3426,6 +3840,11 @@ msgid "" "mount.cifs and umount.cifs as normal user. Note, that you will need the root " "password to write the necessary changes to the configuration file." msgstr "" +"Utilizza privilegi di superutente per montare e smontare condivisioni " +"remote. Questa funzionalità è necessaria solo se non ti è consentito usare " +"smbmount, smbumount, mount.cifs e umount.cifs come utente normale. Nota che " +"ti servirà la password di root per scrivere le modifiche necessarie al file " +"di configurazione." #: smb4k/core/smb4tdefileio.cpp:923 smb4k/core/smb4tdefileio.cpp:1057 msgid "Buffer size exceeded" @@ -3554,9 +3973,8 @@ msgstr "&Forza smontaggio" #: smb4k/iconview/smb4ksharesiconview_part.cpp:116 #: smb4k/listview/smb4kshareslistview_part.cpp:119 #: smb4k/smb4ksystemtray.cpp:446 -#, fuzzy msgid "U&nmount All" -msgstr "Smonta tutto" +msgstr "&Smonta tutto" #: smb4k/iconview/smb4ksharesiconview_part.cpp:119 #: smb4k/listview/smb4kshareslistview_part.cpp:122 @@ -3578,7 +3996,7 @@ msgstr "Apri con &Konqueror" #: smb4k/iconview/smb4ksharesiconview_part.cpp:549 msgid "Smb4KSharesIconViewPart" -msgstr "" +msgstr "Smb4KSharesIconViewPart" #: smb4k/iconview/smb4ksharesiconviewtooltip.cpp:122 #: smb4k/listview/smb4kshareslistviewtooltip.cpp:122 @@ -3638,7 +4056,7 @@ msgstr "Utilizzo" #: smb4k/listview/smb4kshareslistview_part.cpp:676 msgid "Smb4KSharesListViewPart" -msgstr "" +msgstr "Smb4KSharesListViewPart" #: smb4k/main.cpp:51 msgid "" @@ -3658,6 +4076,9 @@ msgid "" "(c) 2004-2008, Massimo Callegari\n" "(c) 2004, Franck Babin" msgstr "" +"(c) 2003-2008, Alexander Reinholdt\n" +"(c) 2004-2008, Massimo Callegari\n" +"(c) 2004, Franck Babin" #: smb4k/main.cpp:69 smb4k/main.cpp:70 smb4k/main.cpp:71 msgid "Developer" @@ -3757,6 +4178,10 @@ msgid "" "obsolete and you have to reconfigure the application.\n" "To assure a clean transition, the current configuration file will be removed." msgstr "" +"Smb4K ora utilizza un sistema di configurazione diverso. Pertanto, le tue " +"vecchie impostazioni sono obsolete e devi riconfigurare l'applicazione.\n" +"Per garantire una transizione pulita, il file di configurazione corrente " +"verrà rimosso." #: smb4k/searchdlg/smb4ksearchdialog.cpp:52 msgid "Enter the search string here." @@ -3764,12 +4189,11 @@ msgstr "Inserire qui l'host da cercare." #: smb4k/searchdlg/smb4ksearchdialog.cpp:63 msgid "Search Results" -msgstr "Risultati della ricerca." +msgstr "Risultati della ricerca" #: smb4k/searchdlg/smb4ksearchdialog_part.cpp:254 -#, fuzzy msgid "Smb4KSearchDialogPart" -msgstr "Finestra di Ricerca" +msgstr "Smb4KSearchDialogPart" #: smb4k/searchdlg/smb4ksearchdialogitem.cpp:80 msgid "The search failed." @@ -3796,29 +4220,25 @@ msgid "Ready." msgstr "Pronto." #: smb4k/smb4k.cpp:264 -#, fuzzy msgid "Jump to shares view" msgstr "Passa alla Visualizzazione delle Condivisioni" #: smb4k/smb4k.cpp:293 -#, fuzzy msgid "Jump to network browser" msgstr "Passa al Browser di Rete" #: smb4k/smb4k.cpp:332 -#, fuzzy msgid "Jump to search dialog" msgstr "Passa alla Finestra di Ricerca" #: smb4k/smb4k.cpp:463 -#, fuzzy msgid "" "Closing the main window will keep Smb4K running in the system tray. Use " "\"Quit\" from the \"File\" menu to quit the application." msgstr "" -"Smb4K è ancora attivo nella barra di sistema anche se è stata chiusa la sua " -"finestra principale. Per uscire completamente dal programma selezionare " -"'Esci' nel menù 'File'." +"Chiudendo la finestra principale manterrai Smb4K in esecuzione nella barra " +"delle applicazioni. Utilizzare \"Esci\" dal menu \"File\" per uscire " +"dall'applicazione." #: smb4k/smb4k.cpp:465 msgid "Docking in System Tray" @@ -3867,7 +4287,7 @@ msgstr "Ritento la ricezione dell'elenco delle condivisioni..." #: smb4k/smb4k.cpp:711 smb4k/smb4k.cpp:729 smb4k/smb4k.cpp:741 #: smb4k/smb4k.cpp:753 smb4k/smb4k.cpp:765 msgid "Done." -msgstr "Fatto" +msgstr "Fatto." #: smb4k/smb4k.cpp:717 msgid "Mounting share..." @@ -3899,14 +4319,14 @@ msgid "&Network" msgstr "&Rete" #: smb4k/core/smb4k.kcfg:376 -#, fuzzy, no-c-format +#, no-c-format msgid "The default user name for authentication" -msgstr "Usa Kerberos per l'autenticazione" +msgstr "Il nome utente predefinito per l'autenticazione" #: smb4k/core/smb4k.kcfg:380 -#, fuzzy, no-c-format +#, no-c-format msgid "The default password for authentication" -msgstr "Usa Kerberos per l'autenticazione" +msgstr "La password predefinita per l'autenticazione" #: smb4k/iconview/smb4ksharesiconview_part.rc:4 #: smb4k/listview/smb4kshareslistview_part.rc:4 diff --git a/po/ja.po b/translations/messages/ja.po index 8a5d412..8a5d412 100644 --- a/po/ja.po +++ b/translations/messages/ja.po diff --git a/translations/messages/ka.po b/translations/messages/ka.po new file mode 100644 index 0000000..5f2b411 --- /dev/null +++ b/translations/messages/ka.po @@ -0,0 +1,3952 @@ +# SOME DESCRIPTIVE TITLE. +# Temuri Doghonadze <rkavt@smartprojects.ge>, 2024, 2025. +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2021-07-07 18:27+0000\n" +"PO-Revision-Date: 2025-01-06 14:00+0000\n" +"Last-Translator: Temuri Doghonadze <rkavt@smartprojects.ge>\n" +"Language-Team: Georgian <https://mirror.git.trinitydesktop.org/weblate/" +"projects/applications/smb4k/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" + +#: plugin/smb4k_konqplugin.cpp:70 +msgid "Scan Network" +msgstr "ქსელის სკანირება" + +#: plugin/smb4k_konqplugin.cpp:71 smb4k/searchdlg/smb4ksearchdialog.cpp:57 +msgid "Search" +msgstr "ძებნა" + +#: plugin/smb4k_konqplugin.cpp:122 +msgid "Samba Browser" +msgstr "" + +#: plugin/smb4k_konqplugin.cpp:149 smb4k/smb4k.cpp:118 smb4k/smb4k.cpp:122 +#: smb4k/smb4k.cpp:316 +msgid "Search Dialog" +msgstr "" + +#: smb4k/browser/smb4knetworkbrowser.cpp:50 +#: smb4k/browser/smb4knetworkbrowser_part.cpp:186 +#: smb4k/browser/smb4knetworkbrowser_part.cpp:319 +#: smb4k/configdlg/smb4tdeconfigdialog.cpp:163 +msgid "Network" +msgstr "ქსელი" + +#: smb4k/browser/smb4knetworkbrowser.cpp:51 +msgid "Type" +msgstr "ტიპი" + +#: smb4k/browser/smb4knetworkbrowser.cpp:52 +#: smb4k/dialogs/smb4kbookmarkeditor.cpp:63 +msgid "IP Address" +msgstr "IP მისამართი" + +#: smb4k/browser/smb4knetworkbrowser.cpp:53 +msgid "Comment" +msgstr "კომენტარი" + +#: smb4k/browser/smb4knetworkbrowser_part.cpp:141 +#: smb4k/browser/smb4knetworkbrowser_part.cpp:532 +#: smb4k/browser/smb4knetworkbrowser_part.cpp:552 +msgid "Scan Netwo&rk" +msgstr "ქსელის &სკანირება" + +#: smb4k/browser/smb4knetworkbrowser_part.cpp:144 +msgid "&Abort" +msgstr "შეწყვეტ&ა" + +#: smb4k/browser/smb4knetworkbrowser_part.cpp:149 smb4k/smb4ksystemtray.cpp:72 +msgid "M&ount Manually" +msgstr "" + +#: smb4k/browser/smb4knetworkbrowser_part.cpp:154 +msgid "Au&thentication" +msgstr "&ავთენტიკაცია" + +#: smb4k/browser/smb4knetworkbrowser_part.cpp:157 +msgid "&Custom Options" +msgstr "ხელით მითითებული პარამეტრები" + +#: smb4k/browser/smb4knetworkbrowser_part.cpp:160 +msgid "Add &Bookmark" +msgstr "&სანიშნეს დამატება" + +#: smb4k/browser/smb4knetworkbrowser_part.cpp:163 +msgid "Pre&view" +msgstr "&გადახედვა" + +#: smb4k/browser/smb4knetworkbrowser_part.cpp:166 +msgid "&Print File" +msgstr "&ფაილის დაბეჭდვა" + +#: smb4k/browser/smb4knetworkbrowser_part.cpp:169 +msgid "&Mount" +msgstr "&მიმაგრება" + +#: smb4k/browser/smb4knetworkbrowser_part.cpp:203 +#: smb4k/iconview/smb4ksharesiconview_part.cpp:108 +#: smb4k/listview/smb4kshareslistview_part.cpp:111 +#: smb4k/smb4ksystemtray.cpp:790 +msgid "&Unmount" +msgstr "&მიმაგრების მოხსნა (unmount)" + +#: smb4k/browser/smb4knetworkbrowser_part.cpp:345 +#: smb4k/browser/smb4knetworkbrowser_part.cpp:370 +#: smb4k/browser/smb4knetworkbrowser_part.cpp:400 +#: smb4k/browser/smb4knetworkbrowser_part.cpp:462 +msgid "Scan Compute&r" +msgstr "&კომპიუტერში ძებნა" + +#: smb4k/browser/smb4knetworkbrowser_part.cpp:383 +#: smb4k/browser/smb4knetworkbrowser_part.cpp:486 +msgid "Scan Wo&rkgroup" +msgstr "სამუშაო &ჯგუფში ძებნა" + +#: smb4k/browser/smb4knetworkbrowser_part.cpp:1905 +msgid "Smb4KNetworkBrowserPart" +msgstr "Smb4KNetworkBrowserPart" + +#: smb4k/browser/smb4knetworkbrowsertooltip.cpp:109 +#: smb4k/browser/smb4knetworkbrowsertooltip.cpp:154 +#: smb4k/dialogs/smb4kmountdialog.cpp:79 smb4k/dialogs/smb4kprintdialog.cpp:92 +msgid "Workgroup:" +msgstr "სამუშაო ჯგუფი:" + +#: smb4k/browser/smb4knetworkbrowsertooltip.cpp:112 +msgid "Pseudo master browser:" +msgstr "" + +#: smb4k/browser/smb4knetworkbrowsertooltip.cpp:112 +#: smb4k/browser/smb4knetworkbrowsertooltip.cpp:158 +msgid "Master browser:" +msgstr "" + +#: smb4k/browser/smb4knetworkbrowsertooltip.cpp:116 +#: smb4k/browser/smb4knetworkbrowsertooltip.cpp:136 +#: smb4k/browser/smb4knetworkbrowsertooltip.cpp:140 +#: smb4k/browser/smb4knetworkbrowsertooltip.cpp:144 +#: smb4k/browser/smb4knetworkbrowsertooltip.cpp:160 +#: smb4k/browser/smb4knetworkbrowsertooltip.cpp:213 +#: smb4k/browser/smb4knetworkbrowsertooltip.cpp:292 +#: smb4k/browser/smb4knetworkbrowsertooltip.cpp:301 +#: smb4k/browser/smb4knetworkbrowsertooltip.cpp:310 +#: smb4k/browser/smb4knetworkbrowsertooltip.cpp:331 +#: smb4k/browser/smb4knetworkbrowsertooltip.cpp:335 +#: smb4k/dialogs/smb4kprintdialog.cpp:88 +msgid "Unknown" +msgstr "უცნობი" + +#: smb4k/browser/smb4knetworkbrowsertooltip.cpp:129 +#: smb4k/browser/smb4knetworkbrowsertooltip.cpp:207 +#: smb4k/dialogs/smb4kcustomoptionsdialog.cpp:160 +#: smb4k/dialogs/smb4kprintdialog.cpp:83 +msgid "Host:" +msgstr "ჰოსტი:" + +#: smb4k/browser/smb4knetworkbrowsertooltip.cpp:132 +#: smb4k/browser/smb4knetworkbrowsertooltip.cpp:185 +msgid "Comment:" +msgstr "კომენტარი:" + +#: smb4k/browser/smb4knetworkbrowsertooltip.cpp:135 +#: smb4k/browser/smb4knetworkbrowsertooltip.cpp:211 +#: smb4k/dialogs/smb4kprintdialog.cpp:86 +msgid "IP address:" +msgstr "IP მისამართი:" + +#: smb4k/browser/smb4knetworkbrowsertooltip.cpp:139 +msgid "Operating system:" +msgstr "" + +#: smb4k/browser/smb4knetworkbrowsertooltip.cpp:143 +msgid "Server string:" +msgstr "" + +#: smb4k/browser/smb4knetworkbrowsertooltip.cpp:182 +#: smb4k/dialogs/smb4kcustomoptionsdialog.cpp:160 +#: smb4k/dialogs/smb4kmountdialog.cpp:70 +#: smb4k/iconview/smb4ksharesiconviewtooltip.cpp:120 +#: smb4k/listview/smb4kshareslistviewtooltip.cpp:120 +msgid "Share:" +msgstr "გაზიარება:" + +#: smb4k/browser/smb4knetworkbrowsertooltip.cpp:188 +msgid "Type:" +msgstr "ტიპი:" + +#: smb4k/browser/smb4knetworkbrowsertooltip.cpp:196 +msgid "Mounted:" +msgstr "მიმაგრებულია:" + +#: smb4k/configdlg/smb4kauthoptions.cpp:52 +msgid "Password Storage" +msgstr "" + +#: smb4k/configdlg/smb4kauthoptions.cpp:53 +msgid "Save the authentication data in a wallet" +msgstr "" + +#: smb4k/configdlg/smb4kauthoptions.cpp:55 +msgid "If no wallet is used, remember authentication data during run time" +msgstr "" + +#: smb4k/configdlg/smb4kauthoptions.cpp:58 +msgid "Default Login" +msgstr "ნაგულისხმები მომხმარებელი" + +#: smb4k/configdlg/smb4kauthoptions.cpp:62 +msgid "Use default login" +msgstr "" + +#: smb4k/configdlg/smb4kauthoptions.cpp:69 +#: smb4k/core/smb4khomesshareshandler.cpp:89 +#: smb4k/core/smb4kpasswordhandler.cpp:291 +msgid "User:" +msgstr "მომხმარებელი:" + +#: smb4k/configdlg/smb4kauthoptions.cpp:72 smb4k/core/smb4k.kcfg:377 +#, no-c-format +msgid "This login name is used by default to authenticate to a remote server." +msgstr "" + +#: smb4k/configdlg/smb4kauthoptions.cpp:73 +#: smb4k/core/smb4kpasswordhandler.cpp:311 +msgid "Password:" +msgstr "პაროლი:" + +#: smb4k/configdlg/smb4kauthoptions.cpp:77 smb4k/core/smb4k.kcfg:381 +#, no-c-format +msgid "" +"This password is used by default to authenticate to a remote server. It may " +"be empty." +msgstr "" + +#: smb4k/configdlg/smb4knetworkoptions.cpp:50 +msgid "Browse List" +msgstr "" + +#: smb4k/configdlg/smb4knetworkoptions.cpp:53 +msgid "Scan the network neighborhood for available workgroups and domains" +msgstr "" + +#: smb4k/configdlg/smb4knetworkoptions.cpp:55 +msgid "Query the current workgroup master browser" +msgstr "" + +#: smb4k/configdlg/smb4knetworkoptions.cpp:62 +msgid "Query this master browser:" +msgstr "" + +#: smb4k/configdlg/smb4knetworkoptions.cpp:65 +msgid "Scan broadcast areas:" +msgstr "" + +#: smb4k/configdlg/smb4knetworkoptions.cpp:80 +msgid "Network Search" +msgstr "" + +#: smb4k/configdlg/smb4knetworkoptions.cpp:85 +msgid "" +"Smb4K uses \"nmblookup\" by default to search for remote hosts. This method " +"is very reliable but fails sometimes if your network neighborhood is " +"configured uncommonly. In this case you should try to use \"smbclient\"." +msgstr "" + +#: smb4k/configdlg/smb4knetworkoptions.cpp:88 +msgid "Use nmblookup (recommended)" +msgstr "" + +#: smb4k/configdlg/smb4knetworkoptions.cpp:91 +msgid "Use smbclient" +msgstr "" + +#: smb4k/configdlg/smb4ksambaoptions.cpp:70 +msgid "General Options" +msgstr "ზოგადი პარამეტრები" + +#: smb4k/configdlg/smb4ksambaoptions.cpp:73 +msgid "NetBIOS name:" +msgstr "" + +#: smb4k/configdlg/smb4ksambaoptions.cpp:76 +msgid "Domain:" +msgstr "დომენი:" + +#: smb4k/configdlg/smb4ksambaoptions.cpp:79 +msgid "Socket options:" +msgstr "" + +#: smb4k/configdlg/smb4ksambaoptions.cpp:82 +msgid "NetBIOS scope:" +msgstr "" + +#: smb4k/configdlg/smb4ksambaoptions.cpp:85 +msgid "Remote SMB port:" +msgstr "" + +#: smb4k/configdlg/smb4ksambaoptions.cpp:89 +#: smb4k/configdlg/smb4tdeconfigdialog.cpp:165 +#: smb4k/core/smb4kpasswordhandler.cpp:237 +msgid "Authentication" +msgstr "ავთენტიკაცია" + +#: smb4k/configdlg/smb4ksambaoptions.cpp:91 +msgid "Try to authenticate with Kerberos" +msgstr "" + +#: smb4k/configdlg/smb4ksambaoptions.cpp:92 +msgid "Authenticate as machine account" +msgstr "" + +#: smb4k/configdlg/smb4ksambaoptions.cpp:100 +msgid "General Settings" +msgstr "ზოგადი პარამეტრები" + +#: smb4k/configdlg/smb4ksambaoptions.cpp:110 +#: smb4k/configdlg/smb4ksambaoptions.cpp:384 +#: smb4k/listview/smb4kshareslistview.cpp:56 +msgid "File System" +msgstr "ფაილური სისტემა" + +#: smb4k/configdlg/smb4ksambaoptions.cpp:120 +msgid "" +"NOTE: You might need to enable support for either \"super\" or \"sudo\" in " +"the Super User page." +msgstr "" + +#: smb4k/configdlg/smb4ksambaoptions.cpp:124 +msgid "User and Group" +msgstr "" + +#: smb4k/configdlg/smb4ksambaoptions.cpp:127 +#: smb4k/configdlg/smb4ksambaoptions.cpp:430 +#: smb4k/dialogs/smb4kcustomoptionsdialog.cpp:292 +#: smb4k/dialogs/smb4kcustomoptionsdialog.cpp:317 +msgid "User ID:" +msgstr "მომხმარებლის ID:" + +#: smb4k/configdlg/smb4ksambaoptions.cpp:131 +#: smb4k/configdlg/smb4ksambaoptions.cpp:435 +#: smb4k/dialogs/smb4kcustomoptionsdialog.cpp:296 +#: smb4k/dialogs/smb4kcustomoptionsdialog.cpp:321 +msgid "Group ID:" +msgstr "ჯგუფის ID:" + +#: smb4k/configdlg/smb4ksambaoptions.cpp:136 +msgid "Charset and Codepage" +msgstr "" + +#: smb4k/configdlg/smb4ksambaoptions.cpp:139 +msgid "Client charset:" +msgstr "" + +#: smb4k/configdlg/smb4ksambaoptions.cpp:141 +#: smb4k/configdlg/smb4ksambaoptions.cpp:167 +#: smb4k/configdlg/smb4tdeconfigdialog.cpp:460 +#: smb4k/configdlg/smb4tdeconfigdialog.cpp:465 +#: smb4k/configdlg/smb4tdeconfigdialog.cpp:1072 +#: smb4k/configdlg/smb4tdeconfigdialog.cpp:1082 +msgid "default" +msgstr "ნაგულისხმები" + +#: smb4k/configdlg/smb4ksambaoptions.cpp:165 +msgid "Server codepage:" +msgstr "" + +#: smb4k/configdlg/smb4ksambaoptions.cpp:202 +msgid "Permissions" +msgstr "ნებართვები" + +#: smb4k/configdlg/smb4ksambaoptions.cpp:205 +msgid "File mask:" +msgstr "ფაილის ნიღაბი:" + +#: smb4k/configdlg/smb4ksambaoptions.cpp:209 +msgid "Directory mask:" +msgstr "" + +#: smb4k/configdlg/smb4ksambaoptions.cpp:213 +#: smb4k/configdlg/smb4ksambaoptions.cpp:414 +#: smb4k/dialogs/smb4kcustomoptionsdialog.cpp:286 +msgid "Write access:" +msgstr "ჩაწერის უფლება:" + +#: smb4k/configdlg/smb4ksambaoptions.cpp:215 +#: smb4k/configdlg/smb4ksambaoptions.cpp:418 +#: smb4k/configdlg/smb4tdeconfigdialog.cpp:360 +#: smb4k/configdlg/smb4tdeconfigdialog.cpp:458 +#: smb4k/configdlg/smb4tdeconfigdialog.cpp:1060 +#: smb4k/dialogs/smb4kcustomoptionsdialog.cpp:289 +#: smb4k/dialogs/smb4kcustomoptionsdialog.cpp:422 +#: smb4k/dialogs/smb4kcustomoptionsdialog.cpp:704 +#: smb4k/dialogs/smb4kcustomoptionsdialog.cpp:913 +#: smb4k/dialogs/smb4kcustomoptionsdialog.cpp:988 +msgid "read-write" +msgstr "ჩაწერადი-წაკითხვადი" + +#: smb4k/configdlg/smb4ksambaoptions.cpp:216 +#: smb4k/configdlg/smb4ksambaoptions.cpp:419 +#: smb4k/configdlg/smb4tdeconfigdialog.cpp:361 +#: smb4k/configdlg/smb4tdeconfigdialog.cpp:1061 +#: smb4k/dialogs/smb4kcustomoptionsdialog.cpp:290 +#: smb4k/dialogs/smb4kcustomoptionsdialog.cpp:423 +#: smb4k/dialogs/smb4kcustomoptionsdialog.cpp:988 +msgid "read-only" +msgstr "მხოლოდ წაკითხვადი" + +#: smb4k/configdlg/smb4ksambaoptions.cpp:220 +msgid "Advanced CIFS Options" +msgstr "" + +#: smb4k/configdlg/smb4ksambaoptions.cpp:227 smb4k/core/smb4k.kcfg:534 +#: smb4k/core/smb4ksettings.cpp:692 +#, no-c-format +msgid "Do permission checks" +msgstr "წვდომების შემოწმება" + +#: smb4k/configdlg/smb4ksambaoptions.cpp:229 +msgid "Attempt to set UID and GID" +msgstr "UID-ის და GID-ის დაყენების მცდელობა" + +#: smb4k/configdlg/smb4ksambaoptions.cpp:231 smb4k/core/smb4k.kcfg:544 +#: smb4k/core/smb4ksettings.cpp:700 +#, no-c-format +msgid "Use server inode numbers" +msgstr "სერვერის inode-ების რიცხვების გამოყენება" + +#: smb4k/configdlg/smb4ksambaoptions.cpp:233 smb4k/core/smb4k.kcfg:549 +#: smb4k/core/smb4ksettings.cpp:704 +#, no-c-format +msgid "Do not cache inode data" +msgstr "" + +#: smb4k/configdlg/smb4ksambaoptions.cpp:235 smb4k/core/smb4k.kcfg:554 +#: smb4k/core/smb4ksettings.cpp:708 +#, no-c-format +msgid "Translate reserved characters" +msgstr "დაცული სიმბოლოების გადაყვანა" + +#: smb4k/configdlg/smb4ksambaoptions.cpp:237 smb4k/core/smb4k.kcfg:559 +#: smb4k/core/smb4ksettings.cpp:712 +#, no-c-format +msgid "Do not use locking" +msgstr "" + +#: smb4k/configdlg/smb4ksambaoptions.cpp:244 +msgid "Additional options:" +msgstr "დამატებითი პარამეტრები:" + +#: smb4k/configdlg/smb4ksambaoptions.cpp:248 +msgid "Advanced SMBFS Options" +msgstr "" + +#: smb4k/configdlg/smb4ksambaoptions.cpp:251 +msgid "Use Unicode when communicating with the server" +msgstr "" + +#: smb4k/configdlg/smb4ksambaoptions.cpp:252 +msgid "Use large file support" +msgstr "" + +#: smb4k/configdlg/smb4ksambaoptions.cpp:258 +msgid "Caching time of directory listings:" +msgstr "" + +#: smb4k/configdlg/smb4ksambaoptions.cpp:289 +msgid "Protocol Hint" +msgstr "" + +#: smb4k/configdlg/smb4ksambaoptions.cpp:291 +msgid "Automatic detection" +msgstr "თვითამოცნობა" + +#: smb4k/configdlg/smb4ksambaoptions.cpp:293 +msgid "RPC: Modern operating systems" +msgstr "" + +#: smb4k/configdlg/smb4ksambaoptions.cpp:295 +msgid "RAP: Older operating systems" +msgstr "" + +#: smb4k/configdlg/smb4ksambaoptions.cpp:297 +msgid "ADS: Active Directory environment (LDAP/Kerberos)" +msgstr "" + +#: smb4k/configdlg/smb4ksambaoptions.cpp:318 +msgid "Name resolve order:" +msgstr "" + +#: smb4k/configdlg/smb4ksambaoptions.cpp:321 +msgid "Buffer size:" +msgstr "" + +#: smb4k/configdlg/smb4ksambaoptions.cpp:323 +msgid " Bytes" +msgstr " ბაიტი" + +#: smb4k/configdlg/smb4ksambaoptions.cpp:325 +msgid "Signing state:" +msgstr "" + +#: smb4k/configdlg/smb4ksambaoptions.cpp:327 +msgid "none" +msgstr "არცერთი" + +#: smb4k/configdlg/smb4ksambaoptions.cpp:328 +msgid "on" +msgstr "ჩართ" + +#: smb4k/configdlg/smb4ksambaoptions.cpp:329 +msgid "off" +msgstr "გამორთვა" + +#: smb4k/configdlg/smb4ksambaoptions.cpp:330 +msgid "required" +msgstr "აუცილებელია" + +#: smb4k/configdlg/smb4ksambaoptions.cpp:354 +msgid "Broadcast address:" +msgstr "" + +#: smb4k/configdlg/smb4ksambaoptions.cpp:357 +msgid "Try and bind to UDP port 137 to send and receive UDP datagrams" +msgstr "" + +#: smb4k/configdlg/smb4ksambaoptions.cpp:381 +#: smb4k/listview/smb4kshareslistview.cpp:51 +msgid "Item" +msgstr "ელემენტი" + +#: smb4k/configdlg/smb4ksambaoptions.cpp:382 +msgid "Protocol" +msgstr "ოქმი" + +#: smb4k/configdlg/smb4ksambaoptions.cpp:385 +msgid "Write Access" +msgstr "" + +#: smb4k/configdlg/smb4ksambaoptions.cpp:387 +msgid "Kerberos" +msgstr "Kerberos" + +#: smb4k/configdlg/smb4ksambaoptions.cpp:388 +msgid "UID" +msgstr "UID" + +#: smb4k/configdlg/smb4ksambaoptions.cpp:389 +msgid "GID" +msgstr "GID" + +#: smb4k/configdlg/smb4ksambaoptions.cpp:390 +msgid "Port" +msgstr "პორტი" + +#: smb4k/configdlg/smb4ksambaoptions.cpp:396 +#: smb4k/dialogs/smb4kcustomoptionsdialog.cpp:177 +msgid "Protocol:" +msgstr "პროტოკოლი:" + +#: smb4k/configdlg/smb4ksambaoptions.cpp:400 +#: smb4k/configdlg/smb4tdeconfigdialog.cpp:327 +#: smb4k/configdlg/smb4tdeconfigdialog.cpp:328 +#: smb4k/configdlg/smb4tdeconfigdialog.cpp:1039 +#: smb4k/dialogs/smb4kcustomoptionsdialog.cpp:180 +#: smb4k/dialogs/smb4kcustomoptionsdialog.cpp:253 +#: smb4k/dialogs/smb4kcustomoptionsdialog.cpp:874 +#: smb4k/dialogs/smb4kcustomoptionsdialog.cpp:970 +msgid "auto" +msgstr "ავტომატური" + +#: smb4k/configdlg/smb4ksambaoptions.cpp:407 +#: smb4k/dialogs/smb4kcustomoptionsdialog.cpp:279 +#: smb4k/iconview/smb4ksharesiconviewtooltip.cpp:136 +#: smb4k/listview/smb4kshareslistviewtooltip.cpp:136 +msgid "File system:" +msgstr "ფაილური სისტემა:" + +#: smb4k/configdlg/smb4ksambaoptions.cpp:423 +msgid "Kerberos:" +msgstr "Kerberos:" + +#: smb4k/configdlg/smb4ksambaoptions.cpp:427 +#: smb4k/configdlg/smb4tdeconfigdialog.cpp:332 +#: smb4k/configdlg/smb4tdeconfigdialog.cpp:353 +#: smb4k/configdlg/smb4tdeconfigdialog.cpp:1099 +msgid "no" +msgstr "არა" + +#: smb4k/configdlg/smb4ksambaoptions.cpp:428 +#: smb4k/configdlg/smb4tdeconfigdialog.cpp:331 +#: smb4k/configdlg/smb4tdeconfigdialog.cpp:352 +#: smb4k/configdlg/smb4tdeconfigdialog.cpp:441 +#: smb4k/configdlg/smb4tdeconfigdialog.cpp:451 +#: smb4k/configdlg/smb4tdeconfigdialog.cpp:1098 +msgid "yes" +msgstr "დიახ" + +#: smb4k/configdlg/smb4ksambaoptions.cpp:440 +#: smb4k/dialogs/smb4kcustomoptionsdialog.cpp:164 +msgid "Port:" +msgstr "პორტი:" + +#: smb4k/configdlg/smb4ksambaoptions.cpp:451 +msgid "Remove All" +msgstr "ყველას გამოერთება" + +#: smb4k/configdlg/smb4ksambaoptions.cpp:493 +msgid "Custom" +msgstr "განსხვავებული" + +#: smb4k/configdlg/smb4kshareoptions.cpp:54 +msgid "Directories" +msgstr "საქაღალდეები" + +#: smb4k/configdlg/smb4kshareoptions.cpp:60 +msgid "Mount prefix:" +msgstr "მიმაგრების პრეფიქსი:" + +#: smb4k/configdlg/smb4kshareoptions.cpp:67 +msgid "Force generated subdirectories to be lower case" +msgstr "შექმნილი ქვესაქაღალდეების პატარა ასოებით შექმნა" + +#: smb4k/configdlg/smb4kshareoptions.cpp:70 +msgid "Mounting and Unmounting" +msgstr "" + +#: smb4k/configdlg/smb4kshareoptions.cpp:71 +msgid "Unmount all shares of user %1 on exit" +msgstr "" + +#: smb4k/configdlg/smb4kshareoptions.cpp:73 +msgid "Remount recently used shares on program start" +msgstr "" + +#: smb4k/configdlg/smb4kshareoptions.cpp:75 +msgid "Allow the unmounting of shares that are owned by other users" +msgstr "" +"სხვა მომხმარებლების საკუთრებაში არსებული ზიარების მოხსნის უფლების დაშვება" + +#: smb4k/configdlg/smb4kshareoptions.cpp:78 +msgid "Checks" +msgstr "შემოწმებები" + +#: smb4k/configdlg/smb4kshareoptions.cpp:80 +msgid "Interval between checks:" +msgstr "" + +#: smb4k/configdlg/smb4ksuperuseroptions.cpp:52 +msgid "Programs" +msgstr "პროგრამები" + +#: smb4k/configdlg/smb4ksuperuseroptions.cpp:55 +msgid "Use the following program to gain super user privileges:" +msgstr "" + +#: smb4k/configdlg/smb4ksuperuseroptions.cpp:59 +msgid "Actions" +msgstr "ქმედებები" + +#: smb4k/configdlg/smb4ksuperuseroptions.cpp:62 +msgid "" +"Use super user privileges to force the unmounting of (inaccessible) shares" +msgstr "" + +#: smb4k/configdlg/smb4ksuperuseroptions.cpp:64 smb4k/core/smb4k.kcfg:993 +#: smb4k/core/smb4ksettings.cpp:1082 +#, no-c-format +msgid "Use super user privileges to mount and unmount shares" +msgstr "" + +#: smb4k/configdlg/smb4ksuperuseroptions.cpp:67 +msgid "Remove Entries" +msgstr "" + +#: smb4k/configdlg/smb4ksuperuseroptions.cpp:68 +msgid "Remove entries from the configuration file" +msgstr "" + +#: smb4k/configdlg/smb4ksuperuseroptions.cpp:69 +msgid "" +"Depending on your choice under \"Programs\", all entries that were written " +"by Smb4K will be removed either from /etc/super.tab or /etc/sudoers. " +"Additionally, all your choices under \"Actions\" will be cleared." +msgstr "" + +#: smb4k/configdlg/smb4kuserinterfaceoptions.cpp:52 +#: smb4k/configdlg/smb4kuserinterfaceoptions.cpp:171 +msgid "Shares View" +msgstr "გაზიარებების ხედი" + +#: smb4k/configdlg/smb4kuserinterfaceoptions.cpp:55 +msgid "Show mounted shares in an icon view" +msgstr "" + +#: smb4k/configdlg/smb4kuserinterfaceoptions.cpp:57 +msgid "Show mounted shares in a list view" +msgstr "" + +#: smb4k/configdlg/smb4kuserinterfaceoptions.cpp:62 smb4k/core/smb4k.kcfg:157 +#: smb4k/core/smb4ksettings.cpp:117 +#, no-c-format +msgid "Show custom bookmark label if available" +msgstr "მომხმარებლის სანიშნეს ჭდის ჩვენება, თუ ხელმისაწვდომია" + +#: smb4k/configdlg/smb4kuserinterfaceoptions.cpp:64 +msgid "System Tray" +msgstr "სისტემს კუთხე" + +#: smb4k/configdlg/smb4kuserinterfaceoptions.cpp:67 +msgid "Embed application into the system tray" +msgstr "" + +#: smb4k/configdlg/smb4kuserinterfaceoptions.cpp:83 +msgid "Remote Shares" +msgstr "" + +#: smb4k/configdlg/smb4kuserinterfaceoptions.cpp:85 smb4k/core/smb4k.kcfg:181 +#: smb4k/core/smb4ksettings.cpp:144 +#, no-c-format +msgid "Show printer shares" +msgstr "" + +#: smb4k/configdlg/smb4kuserinterfaceoptions.cpp:86 smb4k/core/smb4k.kcfg:186 +#: smb4k/core/smb4ksettings.cpp:148 +#, no-c-format +msgid "Show hidden shares" +msgstr "" + +#: smb4k/configdlg/smb4kuserinterfaceoptions.cpp:87 +msgid "Show IPC$ shares" +msgstr "" + +#: smb4k/configdlg/smb4kuserinterfaceoptions.cpp:88 +msgid "Show ADMIN$ shares" +msgstr "" + +#: smb4k/configdlg/smb4kuserinterfaceoptions.cpp:90 +msgid "Columns" +msgstr "სვეტები" + +#: smb4k/configdlg/smb4kuserinterfaceoptions.cpp:92 +msgid "Show type" +msgstr "" + +#: smb4k/configdlg/smb4kuserinterfaceoptions.cpp:93 +msgid "Show IP address" +msgstr "" + +#: smb4k/configdlg/smb4kuserinterfaceoptions.cpp:94 +msgid "Show comment" +msgstr "კომენტარის ჩვენება" + +#: smb4k/configdlg/smb4kuserinterfaceoptions.cpp:96 +#: smb4k/configdlg/smb4kuserinterfaceoptions.cpp:124 +msgid "Tooltips" +msgstr "მინიშნებები" + +#: smb4k/configdlg/smb4kuserinterfaceoptions.cpp:98 +msgid "Show tooltip with information about a network item" +msgstr "" + +#: smb4k/configdlg/smb4kuserinterfaceoptions.cpp:114 +#: smb4k/smb4ksystemtray.cpp:67 +msgid "Mounted Shares" +msgstr "მიმაგრებული გაზიარებულები" + +#: smb4k/configdlg/smb4kuserinterfaceoptions.cpp:116 +msgid "Show mount point instead of share name" +msgstr "" + +#: smb4k/configdlg/smb4kuserinterfaceoptions.cpp:117 smb4k/core/smb4k.kcfg:226 +#: smb4k/core/smb4ksettings.cpp:180 +#, no-c-format +msgid "Show all shares that are mounted on the system" +msgstr "" + +#: smb4k/configdlg/smb4kuserinterfaceoptions.cpp:119 +msgid "Drag and Drop" +msgstr "გადათრევა და გაშვება" + +#: smb4k/configdlg/smb4kuserinterfaceoptions.cpp:121 +msgid "Allow dropping of files and directories onto shares" +msgstr "" + +#: smb4k/configdlg/smb4kuserinterfaceoptions.cpp:122 +msgid "Allow dragging of shares" +msgstr "" + +#: smb4k/configdlg/smb4kuserinterfaceoptions.cpp:126 +msgid "Show tooltip with information about a share" +msgstr "" + +#: smb4k/configdlg/smb4kuserinterfaceoptions.cpp:128 +msgid "List View" +msgstr "სიისებრი ხედი" + +#: smb4k/configdlg/smb4kuserinterfaceoptions.cpp:132 smb4k/core/smb4k.kcfg:251 +#: smb4k/core/smb4ksettings.cpp:200 +#, no-c-format +msgid "Show owner and group (SMBFS only)" +msgstr "" + +#: smb4k/configdlg/smb4kuserinterfaceoptions.cpp:133 smb4k/core/smb4k.kcfg:256 +#: smb4k/core/smb4ksettings.cpp:204 +#, no-c-format +msgid "Show login (CIFS only)" +msgstr "" + +#: smb4k/configdlg/smb4kuserinterfaceoptions.cpp:135 +msgid "Show owner and group" +msgstr "" + +#: smb4k/configdlg/smb4kuserinterfaceoptions.cpp:137 smb4k/core/smb4k.kcfg:261 +#: smb4k/core/smb4ksettings.cpp:208 +#, no-c-format +msgid "Show file system" +msgstr "" + +#: smb4k/configdlg/smb4kuserinterfaceoptions.cpp:138 smb4k/core/smb4k.kcfg:266 +#: smb4k/core/smb4ksettings.cpp:212 +#, no-c-format +msgid "Show free disk space" +msgstr "" + +#: smb4k/configdlg/smb4kuserinterfaceoptions.cpp:139 smb4k/core/smb4k.kcfg:271 +#: smb4k/core/smb4ksettings.cpp:216 +#, no-c-format +msgid "Show used disk space" +msgstr "" + +#: smb4k/configdlg/smb4kuserinterfaceoptions.cpp:140 smb4k/core/smb4k.kcfg:276 +#: smb4k/core/smb4ksettings.cpp:220 +#, no-c-format +msgid "Show total disk space" +msgstr "" + +#: smb4k/configdlg/smb4kuserinterfaceoptions.cpp:141 smb4k/core/smb4k.kcfg:281 +#: smb4k/core/smb4ksettings.cpp:224 +#, no-c-format +msgid "Show disk usage" +msgstr "" + +#: smb4k/configdlg/smb4kuserinterfaceoptions.cpp:158 +msgid "Hidden Files and Directories" +msgstr "" + +#: smb4k/configdlg/smb4kuserinterfaceoptions.cpp:159 +msgid "Preview hidden files and directories" +msgstr "დამალული ფაილებისა და საქაღალდეების მინიატურა" + +#: smb4k/configdlg/smb4kuserinterfaceoptions.cpp:169 +msgid "Main Window && System Tray" +msgstr "" + +#: smb4k/configdlg/smb4kuserinterfaceoptions.cpp:170 smb4k/smb4k.cpp:108 +#: smb4k/smb4k.cpp:112 smb4k/smb4k.cpp:287 +msgid "Network Browser" +msgstr "" + +#: smb4k/configdlg/smb4kuserinterfaceoptions.cpp:172 +msgid "Preview Dialog" +msgstr "მინიატურის დიალოგი" + +#: smb4k/configdlg/smb4tdeconfigdialog.cpp:162 +msgid "User Interface" +msgstr "სამომხმარებლო ინტერფეისი" + +#: smb4k/configdlg/smb4tdeconfigdialog.cpp:164 +#: smb4k/iconview/smb4ksharesiconview_part.cpp:141 +#: smb4k/iconview/smb4ksharesiconview_part.cpp:232 +#: smb4k/listview/smb4kshareslistview_part.cpp:144 +#: smb4k/listview/smb4kshareslistview_part.cpp:346 +msgid "Shares" +msgstr "გაზიარებები" + +#: smb4k/configdlg/smb4tdeconfigdialog.cpp:166 +msgid "Samba" +msgstr "Samba" + +#: smb4k/configdlg/smb4tdeconfigdialog.cpp:167 +#: smb4k/dialogs/smb4ksynchronizationdialog.cpp:47 +msgid "Synchronization" +msgstr "სინქრონიზაცია" + +#: smb4k/configdlg/smb4tdeconfigdialog.cpp:168 +msgid "Super User" +msgstr "" + +#: smb4k/configdlg/smb4tdeconfigdialog.cpp:707 +msgid "[Network] The custom master browser has not been entered.\n" +msgstr "" + +#: smb4k/configdlg/smb4tdeconfigdialog.cpp:722 +msgid "[Network] The broadcast areas have not been entered.\n" +msgstr "" + +#: smb4k/configdlg/smb4tdeconfigdialog.cpp:733 +msgid "[Shares] The mount prefix is empty.\n" +msgstr "" + +#: smb4k/configdlg/smb4tdeconfigdialog.cpp:748 +msgid "[Authentication] The default user name has not been entered.\n" +msgstr "" + +#: smb4k/configdlg/smb4tdeconfigdialog.cpp:759 +msgid "[Samba] The file mask is empty.\n" +msgstr "" + +#: smb4k/configdlg/smb4tdeconfigdialog.cpp:770 +msgid "[Samba] The directory mask is empty.\n" +msgstr "" + +#: smb4k/configdlg/smb4tdeconfigdialog.cpp:781 +msgid "[Samba] The UID is empty.\n" +msgstr "" + +#: smb4k/configdlg/smb4tdeconfigdialog.cpp:792 +msgid "[Samba] The GID is empty.\n" +msgstr "" + +#: smb4k/configdlg/smb4tdeconfigdialog.cpp:803 +msgid "[Synchronization] The rsync prefix is empty.\n" +msgstr "" + +#: smb4k/configdlg/smb4tdeconfigdialog.cpp:816 +msgid "" +"[Synchronization] The directory where partially transferred files should be " +"stored is empty.\n" +msgstr "" + +#: smb4k/configdlg/smb4tdeconfigdialog.cpp:829 +msgid "[Synchronization] The exclude patterns have not been entered.\n" +msgstr "" + +#: smb4k/configdlg/smb4tdeconfigdialog.cpp:842 +msgid "[Synchronization] The path of the exclude file is empty.\n" +msgstr "" + +#: smb4k/configdlg/smb4tdeconfigdialog.cpp:855 +msgid "[Synchronization] The include patterns have not been entered.\n" +msgstr "" + +#: smb4k/configdlg/smb4tdeconfigdialog.cpp:868 +msgid "[Synchronization] The path of the include file is empty.\n" +msgstr "" + +#: smb4k/configdlg/smb4tdeconfigdialog.cpp:887 +msgid "[Synchronization] The backup suffix has not been defined.\n" +msgstr "" + +#: smb4k/configdlg/smb4tdeconfigdialog.cpp:900 +msgid "[Synchronization] The backup directory is empty.\n" +msgstr "" + +#: smb4k/configdlg/smb4tdeconfigdialog.cpp:908 +msgid "" +"The configuration could not be written, because one setting is incomplete:\n" +"%1Please correct this issue." +msgstr "" + +#: smb4k/configdlg/smb4tdeconfigdialog.cpp:912 +msgid "" +"The configuration could not be written, because %1 settings are incomplete:\n" +"%1Please correct these issues." +msgstr "" + +#: smb4k/configdlg/smb4tdeconfigdialog.cpp:1191 +msgid "Smb4TDEConfigDialog" +msgstr "Smb4TDEConfigDialog" + +#: smb4k/configdlg/smb4tdersyncoptions.cpp:55 +msgid "Default Destination" +msgstr "ნაგულისხმები სამიზნე" + +#: smb4k/configdlg/smb4tdersyncoptions.cpp:59 +msgid "Rsync prefix:" +msgstr "" + +#: smb4k/configdlg/smb4tdersyncoptions.cpp:63 +#: smb4k/configdlg/smb4tdersyncoptions.cpp:166 +#: smb4k/configdlg/smb4tdersyncoptions.cpp:209 +msgid "General" +msgstr "ზოგადი" + +#: smb4k/configdlg/smb4tdersyncoptions.cpp:67 +msgid "Archive mode" +msgstr "არქივის რეჟიმი" + +#: smb4k/configdlg/smb4tdersyncoptions.cpp:68 +msgid "Recurse into directories" +msgstr "" + +#: smb4k/configdlg/smb4tdersyncoptions.cpp:69 +msgid "Skip files that are newer in target directory" +msgstr "" + +#: smb4k/configdlg/smb4tdersyncoptions.cpp:70 smb4k/core/smb4k.kcfg:657 +#: smb4k/core/smb4ksettings.cpp:819 +#, no-c-format +msgid "Update destination files in place" +msgstr "" + +#: smb4k/configdlg/smb4tdersyncoptions.cpp:71 smb4k/core/smb4k.kcfg:662 +#: smb4k/core/smb4ksettings.cpp:823 +#, no-c-format +msgid "Use relative path names" +msgstr "ფარდობითი ბილიკის სახელების გამოტოვება" + +#: smb4k/configdlg/smb4tdersyncoptions.cpp:72 +msgid "Don't send implied directories" +msgstr "" + +#: smb4k/configdlg/smb4tdersyncoptions.cpp:73 smb4k/core/smb4k.kcfg:672 +#: smb4k/core/smb4ksettings.cpp:831 +#, no-c-format +msgid "Transfer directories without recursing" +msgstr "საქაღალდეების გადაცემა რეკურსიის გარეშე" + +#: smb4k/configdlg/smb4tdersyncoptions.cpp:74 smb4k/core/smb4k.kcfg:678 +#: smb4k/core/smb4ksettings.cpp:835 +#, no-c-format +msgid "Compress data during transfer" +msgstr "მონაცემების შეკუმშვა გადაცემისას" + +#: smb4k/configdlg/smb4tdersyncoptions.cpp:76 +msgid "Links" +msgstr "ბმულები" + +#: smb4k/configdlg/smb4tdersyncoptions.cpp:79 smb4k/core/smb4k.kcfg:683 +#: smb4k/core/smb4ksettings.cpp:839 +#, no-c-format +msgid "Preserve symlinks" +msgstr "სიმბმულების შენარჩუნება" + +#: smb4k/configdlg/smb4tdersyncoptions.cpp:80 smb4k/core/smb4k.kcfg:688 +#: smb4k/core/smb4ksettings.cpp:843 +#, no-c-format +msgid "Transform symlinks" +msgstr "სიმბმულების გარდაქმნა" + +#: smb4k/configdlg/smb4tdersyncoptions.cpp:81 smb4k/core/smb4k.kcfg:693 +#: smb4k/core/smb4ksettings.cpp:847 +#, no-c-format +msgid "Only transform unsafe symlinks" +msgstr "" + +#: smb4k/configdlg/smb4tdersyncoptions.cpp:82 smb4k/core/smb4k.kcfg:698 +#: smb4k/core/smb4ksettings.cpp:851 +#, no-c-format +msgid "Ignore unsafe symlinks" +msgstr "სახიფათო სიმბმულების გამოტოვება" + +#: smb4k/configdlg/smb4tdersyncoptions.cpp:83 smb4k/core/smb4k.kcfg:703 +#: smb4k/core/smb4ksettings.cpp:855 +#, no-c-format +msgid "Preserve hard links" +msgstr "მყარი ბმულების შენარჩუნება" + +#: smb4k/configdlg/smb4tdersyncoptions.cpp:84 smb4k/core/smb4k.kcfg:708 +#: smb4k/core/smb4ksettings.cpp:859 +#, no-c-format +msgid "Keep directory symlinks" +msgstr "საქაღალდის სიმბმულების შენარჩუნება" + +#: smb4k/configdlg/smb4tdersyncoptions.cpp:86 +msgid "File Permissions, etc." +msgstr "" + +#: smb4k/configdlg/smb4tdersyncoptions.cpp:90 smb4k/core/smb4k.kcfg:713 +#: smb4k/core/smb4ksettings.cpp:863 +#, no-c-format +msgid "Preserve permissions" +msgstr "წვდომის უფლებების შენარჩუნება" + +#: smb4k/configdlg/smb4tdersyncoptions.cpp:91 smb4k/core/smb4k.kcfg:718 +#: smb4k/core/smb4ksettings.cpp:867 +#, no-c-format +msgid "Preserve group" +msgstr "ჯგუფის შენარჩუნება" + +#: smb4k/configdlg/smb4tdersyncoptions.cpp:92 +msgid "Preserve owner" +msgstr "მფლობელის შენარჩუნება" + +#: smb4k/configdlg/smb4tdersyncoptions.cpp:93 smb4k/core/smb4k.kcfg:728 +#: smb4k/core/smb4ksettings.cpp:875 +#, no-c-format +msgid "Preserve device and special files" +msgstr "მოწყობილობებისა და სპეციალური ფაილების შენარჩუნება" + +#: smb4k/configdlg/smb4tdersyncoptions.cpp:94 smb4k/core/smb4k.kcfg:733 +#: smb4k/core/smb4ksettings.cpp:879 +#, no-c-format +msgid "Preserve times" +msgstr "დროების შენარჩუნება" + +#: smb4k/configdlg/smb4tdersyncoptions.cpp:95 smb4k/core/smb4k.kcfg:738 +#: smb4k/core/smb4ksettings.cpp:883 +#, no-c-format +msgid "Omit directories when preserving times" +msgstr "საქაღალდეების გამოტოვება დროების შენარჩუნებისას" + +#: smb4k/configdlg/smb4tdersyncoptions.cpp:105 +msgid "Copying" +msgstr "კოპირება" + +#: smb4k/configdlg/smb4tdersyncoptions.cpp:115 +msgid "File Deletion" +msgstr "ფაილის წაშლა" + +#: smb4k/configdlg/smb4tdersyncoptions.cpp:118 smb4k/core/smb4k.kcfg:743 +#: smb4k/core/smb4ksettings.cpp:887 +#, no-c-format +msgid "Remove synchronized source files" +msgstr "დასინქრონებული წყაროს ფაილების წაშლა" + +#: smb4k/configdlg/smb4tdersyncoptions.cpp:119 smb4k/core/smb4k.kcfg:748 +#: smb4k/core/smb4ksettings.cpp:891 +#, no-c-format +msgid "Delete extraneous files" +msgstr "უცხო ფაილების წაშლა" + +#: smb4k/configdlg/smb4tdersyncoptions.cpp:120 smb4k/core/smb4k.kcfg:753 +#: smb4k/core/smb4ksettings.cpp:895 +#, no-c-format +msgid "Delete files before transfer" +msgstr "ფაილების წაშლა გაგზავნამდე" + +#: smb4k/configdlg/smb4tdersyncoptions.cpp:121 smb4k/core/smb4k.kcfg:758 +#: smb4k/core/smb4ksettings.cpp:899 +#, no-c-format +msgid "Delete files after transfer" +msgstr "ფაილების წაშლა გაგზავნის შემდეგ" + +#: smb4k/configdlg/smb4tdersyncoptions.cpp:122 smb4k/core/smb4k.kcfg:763 +#: smb4k/core/smb4ksettings.cpp:903 +#, no-c-format +msgid "Delete files during transfer" +msgstr "ფაილების წაშლა გაგზავნისას" + +#: smb4k/configdlg/smb4tdersyncoptions.cpp:123 +msgid "Also delete excluded files" +msgstr "" + +#: smb4k/configdlg/smb4tdersyncoptions.cpp:124 smb4k/core/smb4k.kcfg:773 +#: smb4k/core/smb4ksettings.cpp:911 +#, no-c-format +msgid "Delete even if I/O errors occur" +msgstr "წაშლა შეტანა/გამოტანის შეცდომის შემთხვევაშიც კი" + +#: smb4k/configdlg/smb4tdersyncoptions.cpp:125 smb4k/core/smb4k.kcfg:778 +#: smb4k/core/smb4ksettings.cpp:915 +#, no-c-format +msgid "Force deletion of non-void directories" +msgstr "არაცარიელი საქაღალდეების ნაძალადევი წაშლა" + +#: smb4k/configdlg/smb4tdersyncoptions.cpp:127 +msgid "Restrictions" +msgstr "შეზღუდვები" + +#: smb4k/configdlg/smb4tdersyncoptions.cpp:130 +msgid "Don't delete more than this many files:" +msgstr "" + +#: smb4k/configdlg/smb4tdersyncoptions.cpp:133 +msgid "File Transfer" +msgstr "ფაილის მიმოცვლა" + +#: smb4k/configdlg/smb4tdersyncoptions.cpp:137 +msgid "Don't transfer any file smaller than:" +msgstr "" + +#: smb4k/configdlg/smb4tdersyncoptions.cpp:140 +msgid "Don't transfer any file larger than:" +msgstr "" + +#: smb4k/configdlg/smb4tdersyncoptions.cpp:143 smb4k/core/smb4k.kcfg:816 +#: smb4k/core/smb4ksettings.cpp:943 +#, no-c-format +msgid "Keep partially transferred files" +msgstr "ნაწილობრივ გადმოწერილი ფაილების შენარჩუნება" + +#: smb4k/configdlg/smb4tdersyncoptions.cpp:145 +msgid "Put a partially transferred file into:" +msgstr "" + +#: smb4k/configdlg/smb4tdersyncoptions.cpp:156 +msgid "File Deletion && Transfer" +msgstr "" + +#: smb4k/configdlg/smb4tdersyncoptions.cpp:170 smb4k/core/smb4k.kcfg:831 +#: smb4k/core/smb4ksettings.cpp:954 +#, no-c-format +msgid "Auto-ignore files in the same way CVS does" +msgstr "ფაილების ავტომატური გამოტოვება CVS-ს სტილში" + +#: smb4k/configdlg/smb4tdersyncoptions.cpp:172 +msgid "Exclude files matching this pattern:" +msgstr "ამოღება ფაილებისა, რომლებიც ემთხვევა ან ნიმუშს:" + +#: smb4k/configdlg/smb4tdersyncoptions.cpp:174 +msgid "Read exclude patterns from:" +msgstr "ამოღების ნიმუშის წაკითხვა ფაილიდან:" + +#: smb4k/configdlg/smb4tdersyncoptions.cpp:177 +msgid "Don't exclude files matching this pattern:" +msgstr "" + +#: smb4k/configdlg/smb4tdersyncoptions.cpp:179 +msgid "Read include patterns from:" +msgstr "ჩასმის ნიმუშების წაკითხვა ფაილიდან:" + +#: smb4k/configdlg/smb4tdersyncoptions.cpp:183 +msgid "Filter Rules" +msgstr "ფილტრის წესები" + +#: smb4k/configdlg/smb4tdersyncoptions.cpp:186 +msgid "" +"The rules defined below will be added to the \"rsync\" command as they are. " +"Thus, you have to start with the --filter=... argument." +msgstr "" + +#: smb4k/configdlg/smb4tdersyncoptions.cpp:189 +msgid "Special filter rules:" +msgstr "სპეციალური ფილტრის წესები:" + +#: smb4k/configdlg/smb4tdersyncoptions.cpp:190 +msgid "Use --filter='dir-merge /.rsync-filter' filter rule" +msgstr "--filter='dir-merge /.rsync-filter' ფილტრის წესის გამოყენება" + +#: smb4k/configdlg/smb4tdersyncoptions.cpp:191 +msgid "Use --filter='exclude .rsync-filter' filter rule" +msgstr "--filter='exclude .rsync-filter' ფილტრი წესი" + +#: smb4k/configdlg/smb4tdersyncoptions.cpp:199 +msgid "Filtering" +msgstr "გაფილტვრა" + +#: smb4k/configdlg/smb4tdersyncoptions.cpp:213 smb4k/core/smb4k.kcfg:891 +#: smb4k/core/smb4ksettings.cpp:998 +#, no-c-format +msgid "Handle sparse files efficiently" +msgstr "იშვიათი ფაილების ეფექტური დამუშავება" + +#: smb4k/configdlg/smb4tdersyncoptions.cpp:214 smb4k/core/smb4k.kcfg:896 +#: smb4k/core/smb4ksettings.cpp:1002 +#, no-c-format +msgid "Copy files whole (no rsync algorithm)" +msgstr "მთლიანი ფაილების გამოყენება (rsync-ის ალგორითმის გარეშე)" + +#: smb4k/configdlg/smb4tdersyncoptions.cpp:215 +msgid "Don't cross file system boundaries" +msgstr "" + +#: smb4k/configdlg/smb4tdersyncoptions.cpp:216 +msgid "Only update files that already exist" +msgstr "მხოლოდ, უკვე არსებული ფაილების განახლება" + +#: smb4k/configdlg/smb4tdersyncoptions.cpp:217 +msgid "Ignore files that already exist" +msgstr "უკვე არსებული ფაილების გამოტოვება" + +#: smb4k/configdlg/smb4tdersyncoptions.cpp:218 +msgid "Delay updates until the end of transfer" +msgstr "განახლებების დაყოვნება გადაცემის დასრულებამდე" + +#: smb4k/configdlg/smb4tdersyncoptions.cpp:220 +msgid "Backup" +msgstr "მარქაფი" + +#: smb4k/configdlg/smb4tdersyncoptions.cpp:223 smb4k/core/smb4k.kcfg:921 +#: smb4k/core/smb4ksettings.cpp:1022 +#, no-c-format +msgid "Make backups" +msgstr "მარქაფების შექმნა" + +#: smb4k/configdlg/smb4tdersyncoptions.cpp:225 +msgid "Backup suffix:" +msgstr "მარქაფის სუფიქსი:" + +#: smb4k/configdlg/smb4tdersyncoptions.cpp:227 +msgid "Backup directory:" +msgstr "მარქაფის საქაღალდე:" + +#: smb4k/configdlg/smb4tdersyncoptions.cpp:231 +msgid "Checksums" +msgstr "საკონტროლო ჯამები" + +#: smb4k/configdlg/smb4tdersyncoptions.cpp:234 +msgid "Force fixed checksum block size:" +msgstr "საკონტროლო ჯამის ბლოკის ზომების ხელით დაყენება:" + +#: smb4k/configdlg/smb4tdersyncoptions.cpp:236 +msgid "Set block/file checksum seed:" +msgstr "ბლოკის/ფაილის საკონტროლო ჯამის თესლის დაყენება:" + +#: smb4k/configdlg/smb4tdersyncoptions.cpp:238 +msgid "Skip files based on checksum" +msgstr "ფაილების გამოტოვება საკონტროლო ჯამზე დაყრდნობით" + +#: smb4k/configdlg/smb4tdersyncoptions.cpp:248 +msgid "Advanced" +msgstr "დამატებით" + +#: smb4k/core/smb4kcore.cpp:248 +msgid "" +"Up to KDE 3.3.x, TDEIO and Konqueror cannot handle CIFS shares. Konqueror " +"will hang if you try to access it.\n" +"Do you want to continue?" +msgstr "" + +#: smb4k/core/smb4kerror.cpp:42 +msgid "" +"The browse list could not be retrieved.\n" +"Detailed information cannot be provided because there was no error message." +msgstr "" + +#: smb4k/core/smb4kerror.cpp:46 +msgid "" +"The browse list could not be retrieved.\n" +"Read the error message under \"Details\" to find out more." +msgstr "" + +#: smb4k/core/smb4kerror.cpp:55 +msgid "" +"The list of servers could not be retrieved.\n" +"Detailed information cannot be provided because there was no error message." +msgstr "" + +#: smb4k/core/smb4kerror.cpp:59 +msgid "" +"The list of servers could not be retrieved.\n" +"Read the error message under \"Details\" to find out more." +msgstr "" + +#: smb4k/core/smb4kerror.cpp:68 +msgid "" +"The list of shares could not be retrieved.\n" +"Detailed information cannot be provided because there was no error message." +msgstr "" + +#: smb4k/core/smb4kerror.cpp:72 +msgid "" +"The list of shares could not be retrieved.\n" +"Read the error message under \"Details\" to find out more." +msgstr "" + +#: smb4k/core/smb4kerror.cpp:81 +msgid "" +"The preview could not be compiled.\n" +"Detailed information cannot be provided because there was no error message." +msgstr "" + +#: smb4k/core/smb4kerror.cpp:85 +msgid "" +"The preview could not be compiled.\n" +"Read the error message under \"Details\" to find out more." +msgstr "" + +#: smb4k/core/smb4kerror.cpp:92 +msgid "" +"The wallet \"%1\" could not be opened. TDEWallet support will be disabled " +"for this session." +msgstr "" + +#: smb4k/core/smb4kerror.cpp:100 +msgid "" +"Some file permissions could not be determined.\n" +"Detailed information cannot be provided because there was no error message." +msgstr "" + +#: smb4k/core/smb4kerror.cpp:104 +msgid "" +"Some file permissions could not be determined.\n" +"Read the error message under \"Details\" to find out more." +msgstr "" + +#: smb4k/core/smb4kerror.cpp:111 +msgid "" +"You are not allowed to unmount this share, because it is owned by another " +"user." +msgstr "" + +#: smb4k/core/smb4kerror.cpp:119 +msgid "" +"The share \"%1\" could not be mounted.\n" +"Detailed information cannot be provided because there was no error message." +msgstr "" + +#: smb4k/core/smb4kerror.cpp:123 +msgid "" +"The share \"%1\" could not be mounted.\n" +"Read the error message under \"Details\" to find out more." +msgstr "" + +#: smb4k/core/smb4kerror.cpp:132 +msgid "" +"The share \"%1\" could not be unmounted.\n" +"Detailed information cannot be provided because there was no error message." +msgstr "" + +#: smb4k/core/smb4kerror.cpp:136 +msgid "" +"The share \"%1\" could not be unmounted.\n" +"Read the error message under \"Details\" to find out more." +msgstr "" + +#: smb4k/core/smb4kerror.cpp:143 +msgid "The file \"%1\" could not be found." +msgstr "" + +#: smb4k/core/smb4kerror.cpp:151 +msgid "The file \"%1\" could not be read." +msgstr "" + +#: smb4k/core/smb4kerror.cpp:155 +msgid "" +"The file \"%1\" could not be read.\n" +"Read the error message under \"Details\" to find out more." +msgstr "" + +#: smb4k/core/smb4kerror.cpp:164 +msgid "" +"The name of your computer could not be determined by using the gethostname() " +"system call.\n" +"Detailed information cannot be provided because there was no error message." +msgstr "" + +#: smb4k/core/smb4kerror.cpp:168 +msgid "" +"The name of your computer could not be determined by using the gethostname() " +"system call.\n" +"Read the error message under \"Details\" to find out more." +msgstr "" + +#: smb4k/core/smb4kerror.cpp:175 +msgid "" +"Either your PATH environment variable is not set properly or there are the " +"following programs missing on your system:\n" +"%1\n" +"Please correct this and restart Smb4K." +msgstr "" + +#: smb4k/core/smb4kerror.cpp:181 +msgid "" +"The file \"%1\" is currently being edited by user %2. To avoid any problems, " +"access to this file is denied at the moment. Please try again later." +msgstr "" + +#: smb4k/core/smb4kerror.cpp:187 +msgid "The directory \"%1\" could not be created." +msgstr "" + +#: smb4k/core/smb4kerror.cpp:193 +msgid "The file \"%1\" could not be written." +msgstr "" + +#: smb4k/core/smb4kerror.cpp:199 +msgid "" +"The share could not be unmounted, because the mount point string was empty." +msgstr "" + +#: smb4k/core/smb4kerror.cpp:205 +msgid "This feature has not been enabled." +msgstr "" + +#: smb4k/core/smb4kerror.cpp:211 +msgid "Printers cannot be bookmarked." +msgstr "" + +#: smb4k/core/smb4kerror.cpp:217 +msgid "" +"IP addresses are not supported with this search method. Please choose \"Use " +"nmblookup\" in the configuration dialog and try again." +msgstr "" + +#: smb4k/core/smb4kerror.cpp:225 +msgid "" +"The list of mounted SMBFS and CIFS shares could not be imported.\n" +"Detailed information cannot be provided because there was no error message." +msgstr "" + +#: smb4k/core/smb4kerror.cpp:229 +msgid "" +"The list of mounted SMBFS and CIFS shares could not be imported.\n" +"Read the error message under \"Details\" to find out more." +msgstr "" + +#: smb4k/core/smb4kerror.cpp:236 +msgid "The command \"%1\" could not be found." +msgstr "" + +#: smb4k/core/smb4kerror.cpp:244 +msgid "" +"The file \"%1\" could not be printed.\n" +"Detailed information cannot be provided because there was no error message." +msgstr "" + +#: smb4k/core/smb4kerror.cpp:248 +msgid "" +"The file \"%1\" could not be printed.\n" +"Read the error message under \"Details\" to find out more." +msgstr "" + +#: smb4k/core/smb4kerror.cpp:257 +msgid "" +"The temporary directory \"%1\" could not be created.\n" +"Detailed information cannot be provided because there was no error message." +msgstr "" + +#: smb4k/core/smb4kerror.cpp:261 +msgid "" +"The temporary directory \"%1\" could not be created.\n" +"Read the error message under \"Details\" to find out more." +msgstr "" + +#: smb4k/core/smb4kerror.cpp:270 +msgid "" +"The temporary file \"%1\" could not be created.\n" +"Detailed information cannot be provided because there was no error message." +msgstr "" + +#: smb4k/core/smb4kerror.cpp:274 +msgid "" +"The temporary file \"%1\" could not be created.\n" +"Read the error message under \"Details\" to find out more." +msgstr "" + +#: smb4k/core/smb4kerror.cpp:281 +msgid "The directory \"%1\" could not be found." +msgstr "" + +#: smb4k/core/smb4kerror.cpp:287 +msgid "" +"The file \"%1\" is irregular. That means it is either a symlink, a fifo, or " +"something similar. This could indicate that someone is trying to exploit " +"your system. Please inform your system administrator." +msgstr "" + +#: smb4k/core/smb4kerror.cpp:295 +msgid "" +"The synchronization could not the accomplished successfully.\n" +"Detailed information cannot be provided because there was no error message." +msgstr "" + +#: smb4k/core/smb4kerror.cpp:299 +msgid "" +"The synchronization could not the accomplished successfully.\n" +"Read the error message under \"Details\" to find out more." +msgstr "" + +#: smb4k/core/smb4kerror.cpp:308 +msgid "The file \"%1\" could not be opened." +msgstr "" + +#: smb4k/core/smb4kerror.cpp:312 +msgid "" +"The file \"%1\" could not be opened.\n" +"Read the error message under \"Details\" to find out more." +msgstr "" + +#: smb4k/core/smb4kerror.cpp:321 +msgid "The file \"%1\" could not be closed." +msgstr "" + +#: smb4k/core/smb4kerror.cpp:325 +msgid "" +"The file \"%1\" could not be closed.\n" +"Read the error message under \"Details\" to find out more." +msgstr "" + +#: smb4k/core/smb4kerror.cpp:332 +#, c-format +msgid "" +"The list of arguments for the \"net\" command could not be assembled.\n" +"At the moment it reads: %1" +msgstr "" + +#: smb4k/core/smb4kerror.cpp:340 +msgid "The list of supplementary group IDs could not be determined." +msgstr "" + +#: smb4k/core/smb4kerror.cpp:344 +msgid "" +"The list of supplementary group IDs could not be determined.\n" +"Read the error message under \"Details\" to find out more." +msgstr "" + +#: smb4k/core/smb4kerror.cpp:354 +msgid "" +"An unknown error occurred.\n" +"Detailed information cannot be provided because there was no error message." +msgstr "" + +#: smb4k/core/smb4kerror.cpp:358 +msgid "" +"An unknown error occurred.\n" +"Read the error message under \"Details\" to find out more." +msgstr "" + +#: smb4k/core/smb4kerror.cpp:385 +msgid "" +"The mimetype \"%1\" is not supported. Please convert the file to PostScript " +"or PDF." +msgstr "" + +#: smb4k/core/smb4kerror.cpp:391 +msgid "" +"You previously chose to use \"%1\", but now it is missing on your system. " +"Smb4K will disable this feature." +msgstr "" + +#: smb4k/core/smb4kerror.cpp:397 +msgid "" +"The label \"%1\" is used more than once. It will automatically be renamed " +"for bookmark \"%2\" to avoid confusion." +msgstr "" + +#: smb4k/core/smb4khomesshareshandler.cpp:73 +msgid "Specify User" +msgstr "მიუთითეთ მომხმარებელი" + +#: smb4k/core/smb4khomesshareshandler.cpp:74 +msgid "Clear List" +msgstr "სიის გასუფთავება" + +#: smb4k/core/smb4khomesshareshandler.cpp:87 +msgid "Please specify a user name." +msgstr "" + +#: smb4k/core/smb4kmounter.cpp:815 smb4k/core/smb4kmounter.cpp:862 +msgid "Do you really want to force the unmounting of this share?" +msgstr "" + +#: smb4k/core/smb4knetworkitems.cpp:202 +msgid "Disk" +msgstr "დისკი" + +#: smb4k/core/smb4knetworkitems.cpp:206 smb4k/dialogs/smb4kprintdialog.cpp:71 +msgid "Printer" +msgstr "პრინტერი" + +#: smb4k/core/smb4kpasswordhandler.cpp:258 +msgid "The access was denied. " +msgstr "" + +#: smb4k/core/smb4kpasswordhandler.cpp:261 +msgid "The password is not correct. " +msgstr "" + +#: smb4k/core/smb4kpasswordhandler.cpp:264 +msgid "The permission was denied. " +msgstr "" + +#: smb4k/core/smb4kpasswordhandler.cpp:267 +msgid "An authentication error occurred. " +msgstr "" + +#: smb4k/core/smb4kpasswordhandler.cpp:270 +msgid "The logon failed. " +msgstr "" + +#: smb4k/core/smb4kpasswordhandler.cpp:278 +#, c-format +msgid "Please enter authentication data for server %1." +msgstr "" + +#: smb4k/core/smb4kpasswordhandler.cpp:282 +#, c-format +msgid "Please enter authentication data for share %1." +msgstr "" + +#: smb4k/core/smb4k.kcfg:13 smb4k/core/smb4ksettings.cpp:30 +#, no-c-format +msgid "The path to the program \"grep\"" +msgstr "" + +#: smb4k/core/smb4k.kcfg:18 smb4k/core/smb4ksettings.cpp:33 +#, no-c-format +msgid "The path to the program \"awk\"" +msgstr "" + +#: smb4k/core/smb4k.kcfg:23 smb4k/core/smb4ksettings.cpp:36 +#, no-c-format +msgid "The path to the program \"sed\"" +msgstr "" + +#: smb4k/core/smb4k.kcfg:28 smb4k/core/smb4ksettings.cpp:39 +#, no-c-format +msgid "The path to the program \"xargs\"" +msgstr "" + +#: smb4k/core/smb4k.kcfg:33 smb4k/core/smb4ksettings.cpp:42 +#, no-c-format +msgid "The path to the program \"rmdir\"" +msgstr "" + +#: smb4k/core/smb4k.kcfg:38 smb4k/core/smb4ksettings.cpp:45 +#, no-c-format +msgid "The path to the program \"nmblookup\"" +msgstr "" + +#: smb4k/core/smb4k.kcfg:43 smb4k/core/smb4ksettings.cpp:48 +#, no-c-format +msgid "The path to the program \"smbclient\"" +msgstr "" + +#: smb4k/core/smb4k.kcfg:48 smb4k/core/smb4ksettings.cpp:51 +#, no-c-format +msgid "The path to the program \"smbspool\"" +msgstr "" + +#: smb4k/core/smb4k.kcfg:53 smb4k/core/smb4ksettings.cpp:54 +#, no-c-format +msgid "The path to the program \"net\"" +msgstr "" + +#: smb4k/core/smb4k.kcfg:58 smb4k/core/smb4ksettings.cpp:57 +#, no-c-format +msgid "The path to the program \"mount.cifs\"" +msgstr "" + +#: smb4k/core/smb4k.kcfg:63 smb4k/core/smb4ksettings.cpp:60 +#, no-c-format +msgid "The path to the program \"umount.cifs\"" +msgstr "" + +#: smb4k/core/smb4k.kcfg:68 smb4k/core/smb4ksettings.cpp:63 +#, no-c-format +msgid "The path to the program \"smbmount\"" +msgstr "" + +#: smb4k/core/smb4k.kcfg:73 smb4k/core/smb4ksettings.cpp:66 +#, no-c-format +msgid "The path to the program \"smbumount\"" +msgstr "" + +#: smb4k/core/smb4k.kcfg:78 smb4k/core/smb4ksettings.cpp:69 +#, no-c-format +msgid "The path to the program \"mount\"" +msgstr "" + +#: smb4k/core/smb4k.kcfg:83 smb4k/core/smb4ksettings.cpp:72 +#, no-c-format +msgid "The path to the program \"mount_smbfs\" (FreeBSD only)" +msgstr "" + +#: smb4k/core/smb4k.kcfg:87 smb4k/core/smb4ksettings.cpp:75 +#, no-c-format +msgid "The path to the program \"smbutil\" (FreeBSD only)" +msgstr "" + +#: smb4k/core/smb4k.kcfg:92 smb4k/core/smb4ksettings.cpp:78 +#, no-c-format +msgid "The path to the program \"umount\"" +msgstr "" + +#: smb4k/core/smb4k.kcfg:97 smb4k/core/smb4ksettings.cpp:81 +#, no-c-format +msgid "The path to the program \"smb4k_mount\"" +msgstr "" + +#: smb4k/core/smb4k.kcfg:102 smb4k/core/smb4ksettings.cpp:84 +#, no-c-format +msgid "The path to the program \"smb4k_umount\"" +msgstr "" + +#: smb4k/core/smb4k.kcfg:107 smb4k/core/smb4ksettings.cpp:87 +#, no-c-format +msgid "The path to the program \"smb4k_kill\"" +msgstr "" + +#: smb4k/core/smb4k.kcfg:112 smb4k/core/smb4ksettings.cpp:90 +#, no-c-format +msgid "The path to the program \"smb4k_cat\"" +msgstr "" + +#: smb4k/core/smb4k.kcfg:117 smb4k/core/smb4ksettings.cpp:93 +#, no-c-format +msgid "The path to the program \"smb4k_mv\"" +msgstr "" + +#: smb4k/core/smb4k.kcfg:122 smb4k/core/smb4ksettings.cpp:96 +#, no-c-format +msgid "The path to the program \"super\" (optional)" +msgstr "" + +#: smb4k/core/smb4k.kcfg:127 smb4k/core/smb4ksettings.cpp:99 +#, no-c-format +msgid "The path to the program \"sudo\" (optional)" +msgstr "" + +#: smb4k/core/smb4k.kcfg:132 smb4k/core/smb4ksettings.cpp:102 +#, no-c-format +msgid "The path to the program \"dvips\" (optional)" +msgstr "" + +#: smb4k/core/smb4k.kcfg:137 smb4k/core/smb4ksettings.cpp:105 +#, no-c-format +msgid "The path to the program \"enscript\" (optional)" +msgstr "" + +#: smb4k/core/smb4k.kcfg:142 smb4k/core/smb4ksettings.cpp:108 +#, no-c-format +msgid "The path to the program \"rsync\" (optional)" +msgstr "" + +#: smb4k/core/smb4k.kcfg:147 smb4k/core/smb4ksettings.cpp:111 +#, no-c-format +msgid "The path to the program \"konsole\" (optional)" +msgstr "" + +#: smb4k/core/smb4k.kcfg:158 smb4k/core/smb4ksettings.cpp:118 +#, no-c-format +msgid "" +"Do not show the name of the share that is represented by the bookmark but " +"the custom label that was defined in the bookmark editor." +msgstr "" + +#: smb4k/core/smb4k.kcfg:162 smb4k/core/smb4ksettings.cpp:121 +#, no-c-format +msgid "Embed application into system tray" +msgstr "" + +#: smb4k/core/smb4k.kcfg:163 smb4k/core/smb4ksettings.cpp:122 +#, no-c-format +msgid "" +"Embed the application into the system tray. The system tray widget provides " +"a popup menu with several commonly used tasks so that you do not need to " +"bring up the main window everytime. If this setting is chosen you have to " +"use \"Quit\" from the \"File\" menu or the system tray widget to exit the " +"application." +msgstr "" + +#: smb4k/core/smb4k.kcfg:167 smb4k/core/smb4ksettings.cpp:125 +#, no-c-format +msgid "Start docked" +msgstr "სისტემურ საათთან გაშვება" + +#: smb4k/core/smb4k.kcfg:168 smb4k/core/smb4ksettings.cpp:126 +#, no-c-format +msgid "" +"Start the application docked to the system tray, i.e. only the system tray " +"widget is shown and the main window is hidden. You can bring the main window " +"up by clicking on the system tray widget or by choosing \"Restore\" from its " +"popup menu." +msgstr "" +"აპლიკაციის სისტემურ საათთან, კუთხეში გაშვება. ანუ, ნაჩვენებია მხოლოდ, " +"სისტემური კუთხის ვიჯეტი და მთავარი ფანჯარა დამალულია. მთავარი ფანჯრის " +"გამოჩენა სისტემური საათის ვიჯეტზე დაწკაპუნებით ან მისი მხტუნარა მენიუდან " +"\"აღდგენის\" არჩევით შეგიძლიათ." + +#: smb4k/core/smb4k.kcfg:172 smb4k/core/smb4ksettings.cpp:140 +#, no-c-format +msgid "How the shares should be displayed" +msgstr "" + +#: smb4k/core/smb4k.kcfg:173 smb4k/core/smb4ksettings.cpp:141 +#, no-c-format +msgid "" +"Choose the kind of view you prefer for displaying the mounted shares. There " +"is an icon view or a list view available." +msgstr "" + +#: smb4k/core/smb4k.kcfg:182 smb4k/core/smb4ksettings.cpp:145 +#, no-c-format +msgid "Printer shares will be displayed in the network browser." +msgstr "" + +#: smb4k/core/smb4k.kcfg:187 smb4k/core/smb4ksettings.cpp:149 +#, no-c-format +msgid "" +"Hidden shares will be displayed in the network browser. Hidden shares are " +"ending with a $ sign, e.g. Musik$ or IPC$." +msgstr "" + +#: smb4k/core/smb4k.kcfg:191 smb4k/core/smb4ksettings.cpp:152 +#, no-c-format +msgid "Show hidden IPC$ shares" +msgstr "" + +#: smb4k/core/smb4k.kcfg:192 smb4k/core/smb4ksettings.cpp:153 +#, no-c-format +msgid "Hidden IPC$ shares will be displayed in the network browser." +msgstr "" + +#: smb4k/core/smb4k.kcfg:196 smb4k/core/smb4ksettings.cpp:156 +#, no-c-format +msgid "Show hidden ADMIN$ shares" +msgstr "" + +#: smb4k/core/smb4k.kcfg:197 smb4k/core/smb4ksettings.cpp:157 +#, no-c-format +msgid "Hidden ADMIN$ shares will be displayed in the network browser." +msgstr "" + +#: smb4k/core/smb4k.kcfg:201 smb4k/core/smb4ksettings.cpp:160 +#, no-c-format +msgid "Show the type of a share" +msgstr "" + +#: smb4k/core/smb4k.kcfg:202 smb4k/core/smb4ksettings.cpp:161 +#, no-c-format +msgid "" +"The type of a share will be displayed in a separate column in the network " +"browser. It can either be Disk, Print or IPC." +msgstr "" + +#: smb4k/core/smb4k.kcfg:206 smb4k/core/smb4ksettings.cpp:164 +#, no-c-format +msgid "Show the IP address of a server" +msgstr "" + +#: smb4k/core/smb4k.kcfg:207 smb4k/core/smb4ksettings.cpp:165 +#, no-c-format +msgid "" +"The IP address of the server will be displayed in a separate column in the " +"network browser." +msgstr "" + +#: smb4k/core/smb4k.kcfg:211 smb4k/core/smb4ksettings.cpp:168 +#, no-c-format +msgid "Show the comment of a share" +msgstr "" + +#: smb4k/core/smb4k.kcfg:212 smb4k/core/smb4ksettings.cpp:169 +#, no-c-format +msgid "" +"The comment describing the server or share will be displayed in a separate " +"column in the network browser." +msgstr "" + +#: smb4k/core/smb4k.kcfg:216 smb4k/core/smb4ksettings.cpp:172 +#, no-c-format +msgid "Show a tooltip with information about the network item" +msgstr "" + +#: smb4k/core/smb4k.kcfg:217 smb4k/core/smb4ksettings.cpp:173 +#, no-c-format +msgid "The tooltip shows various information about the current network item." +msgstr "" +"მინიშნება აჩვენებს სხვადასხვა ინფორმაციას მიმდინარე ქსელური ელემენტის " +"შესახებ." + +#: smb4k/core/smb4k.kcfg:221 smb4k/core/smb4ksettings.cpp:176 +#, no-c-format +msgid "Show the mount point of a share instead of its name" +msgstr "" + +#: smb4k/core/smb4k.kcfg:222 smb4k/core/smb4ksettings.cpp:177 +#, no-c-format +msgid "" +"A share is normally displayed with its name in the shares view. Choosing " +"this feature will cause the exchange of the share name by the mount point." +msgstr "" + +#: smb4k/core/smb4k.kcfg:227 smb4k/core/smb4ksettings.cpp:181 +#, no-c-format +msgid "" +"You will not only see the shares that were mounted and are owned by you, but " +"also all other mounts using the SMBFS and CIFS file system that are present " +"on the system." +msgstr "" +"თქვენ არა მხოლოდ დაინახავთ ზიარებს, რომლებიც მიმაგრებულია და თქვენ " +"გეკუთვნით, არამედ სხვა SMBFS/CIFS ფაილურის სისტემის მიმაგრებებსაც, რომლებიც " +"სისტემაში არსებობს." + +#: smb4k/core/smb4k.kcfg:231 smb4k/core/smb4ksettings.cpp:184 +#, no-c-format +msgid "Allow the dropping of files and directories onto share icons" +msgstr "" + +#: smb4k/core/smb4k.kcfg:232 smb4k/core/smb4ksettings.cpp:185 +#, no-c-format +msgid "" +"This setting allows you to drop files or whole directories onto the share " +"icons, which will cause them to be copied." +msgstr "" + +#: smb4k/core/smb4k.kcfg:236 smb4k/core/smb4ksettings.cpp:188 +#, no-c-format +msgid "Allow the dragging of share icons" +msgstr "" + +#: smb4k/core/smb4k.kcfg:237 smb4k/core/smb4ksettings.cpp:189 +#, no-c-format +msgid "" +"This setting allows you to drag a share item out of Smb4K and onto the " +"desktop or into a file manager. Only enable it if you think you absolutely " +"need it and read the handbook before you mark this checkbox." +msgstr "" + +#: smb4k/core/smb4k.kcfg:241 smb4k/core/smb4ksettings.cpp:192 +#, no-c-format +msgid "Show a tooltip with information about the share" +msgstr "" + +#: smb4k/core/smb4k.kcfg:242 smb4k/core/smb4ksettings.cpp:193 +#, no-c-format +msgid "The tooltip shows various information about the current share." +msgstr "მინიშნება აჩვენებს სხვადასხვა ინფორმაციას მიმდინარე ზიარის შესახებ." + +#: smb4k/core/smb4k.kcfg:246 smb4k/core/smb4ksettings.cpp:196 +#, no-c-format +msgid "Show hidden files and directories when previewing a share" +msgstr "" + +#: smb4k/core/smb4k.kcfg:247 smb4k/core/smb4ksettings.cpp:197 +#, no-c-format +msgid "" +"Display hidden files and directories in the preview dialog. The names of " +"hidden files and directories are beginning with a period and are usually " +"needed for very specific purposes (configuration file of an application, " +"etc.). Since they are not of any importance for your regular work, you " +"normally do not need to enable this feature." +msgstr "" + +#: smb4k/core/smb4k.kcfg:252 smb4k/core/smb4ksettings.cpp:201 +#, no-c-format +msgid "" +"Show the UID and GID that own all files on the mounted file system. At the " +"moment the column will only contain an entry if the share was mounted with " +"the SMBFS file system." +msgstr "" + +#: smb4k/core/smb4k.kcfg:257 smb4k/core/smb4ksettings.cpp:205 +#, no-c-format +msgid "" +"Show the login that was used to authenticate to the server. The column will " +"only contain an entry if the share was mounted with the CIFS file system." +msgstr "" + +#: smb4k/core/smb4k.kcfg:262 smb4k/core/smb4ksettings.cpp:209 +#, no-c-format +msgid "Show the file system that was used for mounting the share." +msgstr "" + +#: smb4k/core/smb4k.kcfg:267 smb4k/core/smb4ksettings.cpp:213 +#, no-c-format +msgid "Show the free disk space that is left on the share." +msgstr "" + +#: smb4k/core/smb4k.kcfg:272 smb4k/core/smb4ksettings.cpp:217 +#, no-c-format +msgid "Show the disk space that is already used on the share." +msgstr "" + +#: smb4k/core/smb4k.kcfg:277 smb4k/core/smb4ksettings.cpp:221 +#, no-c-format +msgid "Show the total disk space of the share." +msgstr "" + +#: smb4k/core/smb4k.kcfg:282 smb4k/core/smb4ksettings.cpp:225 +#, no-c-format +msgid "Show the space that is used on the share in percent." +msgstr "" + +#: smb4k/core/smb4k.kcfg:291 smb4k/core/smb4ksettings.cpp:252 +#, no-c-format +msgid "Method how to retrieve the browse list" +msgstr "" + +#: smb4k/core/smb4k.kcfg:292 smb4k/core/smb4ksettings.cpp:253 +#, no-c-format +msgid "" +"Choose the method how to compile the initial browse list. There are four " +"options available: The first one is the default one and employs \"nmblookup -" +"M -- -\" to discover all workgroups, domains, and their master browsers on " +"your network neighborhood. The second one instructs Smb4K to query the " +"current master browser of your workgroup or domain to retrieve the browse " +"list. The third is similar to the second one except that you can define the " +"master browser that should be queried. If you choose the last option, the " +"provided list of broadcast areas will be scanned using \"nmblookup -B x.x.x." +"x -- '*'\"." +msgstr "" + +#: smb4k/core/smb4k.kcfg:302 smb4k/core/smb4ksettings.cpp:256 +#, no-c-format +msgid "A custom master browser that is to be queried" +msgstr "" + +#: smb4k/core/smb4k.kcfg:303 smb4k/core/smb4ksettings.cpp:257 +#, no-c-format +msgid "" +"Enter the name or IP address of a master browser here that should be queried " +"to compile the initial browse list." +msgstr "" + +#: smb4k/core/smb4k.kcfg:306 smb4k/core/smb4ksettings.cpp:260 +#, no-c-format +msgid "A custom list of broadcast addresses" +msgstr "" + +#: smb4k/core/smb4k.kcfg:307 smb4k/core/smb4ksettings.cpp:261 +#, no-c-format +msgid "" +"Enter a comma-separated list of broadcast addresses here (e.g. " +"192.168.0.255, 192.168.1.255). It is used to scan for all known hosts in the " +"respective broadcast areas." +msgstr "" + +#: smb4k/core/smb4k.kcfg:310 smb4k/core/smb4ksettings.cpp:275 +#, no-c-format +msgid "Method for searching for remote hosts" +msgstr "" + +#: smb4k/core/smb4k.kcfg:311 smb4k/core/smb4ksettings.cpp:276 +#, no-c-format +msgid "" +"Smb4K is able to search for remote hosts either using nmblookup or " +"smbclient. The nmblookup method is very reliable and works well. However, if " +"your network is configured uncommonly and you experience problems when " +"searching, you should try the smbclient method. But please note that you " +"lose the ability to search for IP addresses in that case." +msgstr "" + +#: smb4k/core/smb4k.kcfg:324 smb4k/core/smb4ksettings.cpp:282 +#, no-c-format +msgid "The mount prefix" +msgstr "" + +#: smb4k/core/smb4k.kcfg:325 smb4k/core/smb4ksettings.cpp:283 +#, no-c-format +msgid "" +"This is the prefix where Smb4K will create the mount points and mount the " +"remote shares." +msgstr "" +"ეს ის პრეფიქსია, სადაც Smb4k შექმნის მიმაგრების წერტილებს და მიამაგრებს " +"დაშორებულ ზიარებს." + +#: smb4k/core/smb4k.kcfg:329 smb4k/core/smb4ksettings.cpp:286 +#, no-c-format +msgid "Force the subdirectories created by Smb4K to be lowercase" +msgstr "" + +#: smb4k/core/smb4k.kcfg:330 smb4k/core/smb4ksettings.cpp:287 +#, no-c-format +msgid "" +"All names of the subdirectories created by Smb4K below the mount prefix will " +"be lowercase." +msgstr "" +"ყველა Smb4k-ის მიერ შექმნილ ქვესაქაღალდის სახელი პატარა ასოებით იქნება." + +#: smb4k/core/smb4k.kcfg:334 smb4k/core/smb4ksettings.cpp:290 +#, no-c-format +msgid "Unmount the shares owned by the user on exit" +msgstr "" + +#: smb4k/core/smb4k.kcfg:335 smb4k/core/smb4ksettings.cpp:291 +#, no-c-format +msgid "Unmount all shares that belong to you when the program exits." +msgstr "" + +#: smb4k/core/smb4k.kcfg:339 smb4k/core/smb4ksettings.cpp:294 +#, no-c-format +msgid "Remount shares" +msgstr "ზიარების თავიდან მიმაგრება" + +#: smb4k/core/smb4k.kcfg:340 smb4k/core/smb4ksettings.cpp:295 +#, no-c-format +msgid "" +"Remount all your shares that were still mounted when you exited the program. " +"Shares that were mounted by other users are ignored." +msgstr "" + +#: smb4k/core/smb4k.kcfg:344 smb4k/core/smb4ksettings.cpp:298 +#, no-c-format +msgid "Allow the unmounting of shares owned by other users" +msgstr "" + +#: smb4k/core/smb4k.kcfg:345 smb4k/core/smb4ksettings.cpp:299 +#, no-c-format +msgid "" +"Allow the unmounting of shares that were mounted by other users. In most " +"cases you need super user privileges for this. Please think before you " +"enable this option!" +msgstr "" + +#: smb4k/core/smb4k.kcfg:349 smb4k/core/smb4ksettings.cpp:304 +#, no-c-format +msgid "Interval between checks for new and inaccessible shares" +msgstr "" + +#: smb4k/core/smb4k.kcfg:350 smb4k/core/smb4ksettings.cpp:305 +#, no-c-format +msgid "" +"This is the time that elapses until Smb4K checks again for new mounts and " +"unmounts. The lower limit is 500 ms, the upper one 300000 ms. Please note " +"that the smaller the interval gets the higher is your system load." +msgstr "" + +#: smb4k/core/smb4k.kcfg:361 smb4k/core/smb4ksettings.cpp:311 +#, no-c-format +msgid "Use a wallet to store authentication data" +msgstr "" + +#: smb4k/core/smb4k.kcfg:362 smb4k/core/smb4ksettings.cpp:312 +#, no-c-format +msgid "" +"Use a wallet to store the authentication data. The login name and the " +"password name are stored encrypted on your hard drive. If this setting is " +"disabled, the authentication data is not stored permanently but only " +"temporarily." +msgstr "" + +#: smb4k/core/smb4k.kcfg:366 smb4k/core/smb4ksettings.cpp:315 +#, no-c-format +msgid "Remember passwords if no wallet is used" +msgstr "" + +#: smb4k/core/smb4k.kcfg:367 smb4k/core/smb4ksettings.cpp:316 +#, no-c-format +msgid "" +"If you decided to store the login names and passwords only temporarily, " +"Smb4K will remember them until the program exits. If you disable this " +"setting, you will have to provide the authentication data everytime it is " +"needed." +msgstr "" + +#: smb4k/core/smb4k.kcfg:371 smb4k/core/smb4ksettings.cpp:319 +#, no-c-format +msgid "Use a default login" +msgstr "ნაგულისხმევი ავტ. დეტალების გამოყენება" + +#: smb4k/core/smb4k.kcfg:372 smb4k/core/smb4ksettings.cpp:320 +#, no-c-format +msgid "" +"Enable the usage of a default login name and password. The authentication " +"data provided below is then used by default to authenticate to a remote " +"server. This is very useful e.g. if you are working in an Active Directory " +"environment or an NT domain." +msgstr "" + +#: smb4k/core/smb4k.kcfg:389 smb4k/core/smb4ksettings.cpp:326 +#, no-c-format +msgid "The NetBIOS name of this computer" +msgstr "" + +#: smb4k/core/smb4k.kcfg:390 smb4k/core/smb4ksettings.cpp:327 +#, no-c-format +msgid "" +"This is the NetBIOS name of this computer that is used by Smb4K. By default, " +"it is either the NetBIOS name that is defined in the smb.conf file or the " +"host name." +msgstr "" + +#: smb4k/core/smb4k.kcfg:394 smb4k/core/smb4ksettings.cpp:330 +#, no-c-format +msgid "The name of the workgroup/domain this computer is in" +msgstr "" + +#: smb4k/core/smb4k.kcfg:395 smb4k/core/smb4ksettings.cpp:331 +#, no-c-format +msgid "" +"This is the workgroup or domain this computer is or should be in. By " +"default, it is the workgroup that is defined in the smb.conf file." +msgstr "" + +#: smb4k/core/smb4k.kcfg:399 smb4k/core/smb4ksettings.cpp:334 +#, no-c-format +msgid "The socket options" +msgstr "" + +#: smb4k/core/smb4k.kcfg:400 smb4k/core/smb4ksettings.cpp:335 +#, no-c-format +msgid "" +"These are the TCP socket options that are used by nmblookup, smbmount and " +"smbclient. Socket options are controls on the networking layer of the " +"operating systems which allow the connection to be tuned. See the manual " +"page of smb.conf for more information." +msgstr "" + +#: smb4k/core/smb4k.kcfg:404 smb4k/core/smb4ksettings.cpp:338 +#, no-c-format +msgid "The NetBIOS scope" +msgstr "" + +#: smb4k/core/smb4k.kcfg:405 smb4k/core/smb4ksettings.cpp:339 +#, no-c-format +msgid "" +"This sets the NetBIOS scope that nmblookup, smbmount and smbclient will " +"operate under. It should not be set unless every machine on your network " +"neighborhood sets this value." +msgstr "" + +#: smb4k/core/smb4k.kcfg:409 smb4k/core/smb4ksettings.cpp:344 +#, no-c-format +msgid "The remote SMB port" +msgstr "" + +#: smb4k/core/smb4k.kcfg:410 smb4k/core/smb4ksettings.cpp:345 +#, no-c-format +msgid "" +"This is the port that is to be used for connecting to remote servers. Please " +"note that this is independent of the settings in the smb.conf file." +msgstr "" + +#: smb4k/core/smb4k.kcfg:416 smb4k/core/smb4ksettings.cpp:348 +#, no-c-format +msgid "Use Kerberos for authentication" +msgstr "Kerberos-ის გამოყენება ავთენტიკაციისთვის" + +#: smb4k/core/smb4k.kcfg:417 smb4k/core/smb4ksettings.cpp:349 +#, no-c-format +msgid "" +"Try to authenticate with Kerberos. This is only useful in an Active " +"Directory environment. The setting affects the smbmount and smbclient " +"command." +msgstr "" + +#: smb4k/core/smb4k.kcfg:421 smb4k/core/smb4ksettings.cpp:352 +#, no-c-format +msgid "Use machine account for login" +msgstr "" + +#: smb4k/core/smb4k.kcfg:422 smb4k/core/smb4ksettings.cpp:353 +#, no-c-format +msgid "" +"Make queries to the remote server using the machine account of the local " +"server. The setting affects the net and the smbclient command." +msgstr "" + +#: smb4k/core/smb4k.kcfg:426 smb4k/core/smb4ksettings.cpp:367 +#, no-c-format +msgid "The file system that is used for mounting remote shares" +msgstr "" + +#: smb4k/core/smb4k.kcfg:427 smb4k/core/smb4ksettings.cpp:368 +#, no-c-format +msgid "" +"This is the file system that will be used to mount the remote shares. The " +"Common Internet File System (CIFS) is supported by Windows 2000 and above as " +"well as by Samba. It offers many improvements and advancements compared to " +"the Server Message Block File System (SMBFS) which is used by Windows 9x and " +"below." +msgstr "" + +#: smb4k/core/smb4k.kcfg:435 smb4k/core/smb4ksettings.cpp:487 +#, no-c-format +msgid "The charset used by the client" +msgstr "" + +#: smb4k/core/smb4k.kcfg:436 smb4k/core/smb4ksettings.cpp:488 +#, no-c-format +msgid "" +"This is the charset that is used by the client side (i.e. your side) either " +"to convert local path names to and from Unicode in case of the CIFS file " +"system or for codepage to charset translations (NLS) in case of the SMBFS " +"file system. If you keep the default setting, Smb4K will try to " +"automatically determine the charset by looking up the \"unix charset\" " +"option in the smb.conf." +msgstr "" + +#: smb4k/core/smb4k.kcfg:465 smb4k/core/smb4ksettings.cpp:657 +#, no-c-format +msgid "The codepage used by the server" +msgstr "" + +#: smb4k/core/smb4k.kcfg:466 smb4k/core/smb4ksettings.cpp:658 +#, no-c-format +msgid "" +"This is the codepage that is used by the server. The setting is only " +"available with the SMBFS file system. If you keep the default setting, Smb4K " +"will try to automatically determine the codepage by looking up the \"dos " +"charset\" option in the smb.conf." +msgstr "" + +#: smb4k/core/smb4k.kcfg:505 smb4k/core/smb4ksettings.cpp:661 +#, no-c-format +msgid "The user ID that is to be used for mounting" +msgstr "" + +#: smb4k/core/smb4k.kcfg:506 smb4k/core/smb4ksettings.cpp:662 +#, no-c-format +msgid "" +"Here you can enter the user ID (a number) that the files and directories of " +"the mounted share will have. If you are using the CIFS file system and the " +"remote server supports the CIFS Unix Extentions, this setting will be " +"ignored." +msgstr "" + +#: smb4k/core/smb4k.kcfg:510 smb4k/core/smb4ksettings.cpp:665 +#, no-c-format +msgid "The group ID that is to be used for mounting" +msgstr "" + +#: smb4k/core/smb4k.kcfg:511 smb4k/core/smb4ksettings.cpp:666 +#, no-c-format +msgid "" +"Here you can enter the group ID (a number) that the files and directories of " +"the mounted share will have. If you are using the CIFS file system and the " +"remote server supports the CIFS Unix Extentions, this setting will be " +"ignored." +msgstr "" + +#: smb4k/core/smb4k.kcfg:515 smb4k/core/smb4ksettings.cpp:669 +#, no-c-format +msgid "The file mask for a share" +msgstr "" + +#: smb4k/core/smb4k.kcfg:516 smb4k/core/smb4ksettings.cpp:670 +#, no-c-format +msgid "" +"This is the mask that will be used for creating files. It must be defined in " +"octal. In case the CIFS file system is used, this setting only takes effect " +"if the server does not support the CIFS Unix Extensions." +msgstr "" + +#: smb4k/core/smb4k.kcfg:520 smb4k/core/smb4ksettings.cpp:673 +#, no-c-format +msgid "The directory mask for a share" +msgstr "" + +#: smb4k/core/smb4k.kcfg:521 smb4k/core/smb4ksettings.cpp:674 +#, no-c-format +msgid "" +"This is the mask that will be used for creating directories. It must be " +"defined in octal. In case the CIFS file system is used, this setting only " +"takes effect if the server does not support the CIFS Unix Extensions." +msgstr "" + +#: smb4k/core/smb4k.kcfg:525 smb4k/core/smb4ksettings.cpp:688 +#, no-c-format +msgid "The write access granted for the share" +msgstr "" + +#: smb4k/core/smb4k.kcfg:526 smb4k/core/smb4ksettings.cpp:689 +#, no-c-format +msgid "" +"Here you can choose if the shares should be mounted in read and write mode " +"or only read-only." +msgstr "" + +#: smb4k/core/smb4k.kcfg:535 smb4k/core/smb4ksettings.cpp:693 +#, no-c-format +msgid "" +"The client side (i.e. your side) will check if you have the right UID/GID to " +"manipulate a file or directory. You might want to switch this feature off if " +"the server(s) support the CIFS Unix Extensions and you are not allowed to " +"access the files and directories. This setting does not affect the normal " +"ACL check." +msgstr "" +"კლიენტის მხარე (ანუ, თქვენი) შეამოწმებს, გაქვთ თუ არა სწორი UID/GID, რომ " +"ფაილი ან საქაღალდე შეცვალოთ. შეიძლება დაგჭირდეთ, გამორთოთ ეს ფუნქცია, თუ " +"სერვერს აქვს CIFS-ის Unix-ის გაფართოებების მხარდაჭერა და თქვენ არ გაქვთ " +"წვდომა ფაილებთან და საქაღალდეებთან. ამ პარამეტრს ნორმალურ ACL-ის შემოწმებაზე " +"გავლენა არ აქვს." + +#: smb4k/core/smb4k.kcfg:539 smb4k/core/smb4ksettings.cpp:696 +#, no-c-format +msgid "Set UID and GID" +msgstr "" + +#: smb4k/core/smb4k.kcfg:540 smb4k/core/smb4ksettings.cpp:697 +#, no-c-format +msgid "" +"In case the server supports the CIFS Unix Extensions, the client side (i.e. " +"your side) attempts to set the effective UID and GID of the current process " +"on newly created files, directories and devices. If this feature is turned " +"off, the default UID and GID defined for the share will be used. It is " +"recommended that you read the manual page of mount.cifs before you change " +"this setting." +msgstr "" + +#: smb4k/core/smb4k.kcfg:545 smb4k/core/smb4ksettings.cpp:701 +#, no-c-format +msgid "" +"Use inode numbers (unique persistent file identifiers) returned by the " +"server instead of automatically generating temporary inode numbers on the " +"client side." +msgstr "" +"კლიენტის მხარეს დროებითი inode-ის ნომრების ავტომატური გენერაციის მაგიერ " +"სერვერი მიერ მოწოდებული inode-ის ნომრების (უნიკალური მუდმივი ფაილის " +"იდენტიფიკატორი) გამოყენება." + +#: smb4k/core/smb4k.kcfg:550 smb4k/core/smb4ksettings.cpp:705 +#, no-c-format +msgid "" +"Directly read from and write to files opened on the share. In some cases " +"this can provide better performance than the default behavior which caches " +"reads and writes." +msgstr "" + +#: smb4k/core/smb4k.kcfg:555 smb4k/core/smb4ksettings.cpp:709 +#, no-c-format +msgid "" +"Translate six of the seven reserved characters (including the colon, " +"question mark, pipe, asterisk, greater than and less than characters but not " +"the backslash) to remap range (above 0xF000). This allows you to open files " +"that were created with such characters. This has no effect if the server " +"does not support Unicode." +msgstr "" +"შვიდი დაცული სიმბოლოდან ექვსის (სიმბოლოებია ორიწერტილი, კითხვის ნიშანი, " +"ვერტიკალური ხაზი, ვარსკვლავი, ნაკლებობისა და მეტობის ნიშნები. უკუღმა დახრილი " +"ხაზი ამ სიაში არ შედის) მათი შუალედის თავიდან ასახვისთვის (0xF000-ის ზემოთ). " +"ეს საშუალებას მოგცემთ გახსნათ ფაილები, რომლებიც ასეთ სიმბოლოებს შეიცავენ. " +"ამას გავლენა არ გააჩნია, თუ სერვერს უნიკოდის მხარდაჭერა არ გააჩნია." + +#: smb4k/core/smb4k.kcfg:560 smb4k/core/smb4ksettings.cpp:713 +#, no-c-format +msgid "Do not use locking. Do not start lockd." +msgstr "" + +#: smb4k/core/smb4k.kcfg:564 smb4k/core/smb4ksettings.cpp:716 +#, no-c-format +msgid "Advanced custom options for the CIFS file system" +msgstr "" + +#: smb4k/core/smb4k.kcfg:565 smb4k/core/smb4ksettings.cpp:717 +#, no-c-format +msgid "" +"Here you can enter advanced options for the CIFS file system in a comma-" +"separated list (refer to the manual page of mount.cifs to learn more). The " +"list will be added AS IS to the \"-o\" argument of mount.cifs. Please do not " +"enter options that have already been defined in the configuration dialog." +msgstr "" +"აქ შეგიძლიათ, CIFS ფაილური სისტემისთვის დამატებითი პარამეტრები მიუთითოთ " +"მძიმით გამოყოფილი სიის სახით (მიმართეთ 'man mount.cifs'-ს, რომ მეტი გაიგოთ). " +"სია დაემატება ზუსტად ისე, როგორც არის, mount.cifs-ის პარამეტრს -o. ნუ " +"შეიყვანთ პარამეტრებს, რომლებიც უკვე აღწერილია კონფიგურაციის დიალოგში." + +#: smb4k/core/smb4k.kcfg:569 smb4k/core/smb4ksettings.cpp:720 +#, no-c-format +msgid "Determines how long directory listings are cached" +msgstr "" + +#: smb4k/core/smb4k.kcfg:570 smb4k/core/smb4ksettings.cpp:721 +#, no-c-format +msgid "" +"This setting determines how long a directory listing is cached in " +"milliseconds. A high value means it takes longer until changes on the server " +"are noticed on the client side (i.e. your side), but it can also give you an " +"increase in performance on large directories, especially on long distances. " +"You need Linux kernel 2.4.2 or later to take advantage of this setting." +msgstr "" + +#: smb4k/core/smb4k.kcfg:574 smb4k/core/smb4ksettings.cpp:724 +#, no-c-format +msgid "Unicode support" +msgstr "" + +#: smb4k/core/smb4k.kcfg:575 smb4k/core/smb4ksettings.cpp:725 +#, no-c-format +msgid "" +"Use Unicode when communicating with the server. This will give you better " +"support for non-ASCII character sets with the SMBFS file system." +msgstr "" + +#: smb4k/core/smb4k.kcfg:579 smb4k/core/smb4ksettings.cpp:728 +#, no-c-format +msgid "Long file support" +msgstr "" + +#: smb4k/core/smb4k.kcfg:580 smb4k/core/smb4ksettings.cpp:729 +#, no-c-format +msgid "" +"Large file support (LFS) enables you to read and write \n" +"files bigger than 2 GB on shares that were mounted with the SMBFS file " +"system." +msgstr "" + +#: smb4k/core/smb4k.kcfg:585 smb4k/core/smb4ksettings.cpp:754 +#, no-c-format +msgid "The protocol that is used with the net command" +msgstr "" + +#: smb4k/core/smb4k.kcfg:586 smb4k/core/smb4ksettings.cpp:755 +#, no-c-format +msgid "" +"Here you can choose the protocol that will be used by the net command for " +"the communication with remote servers if appropriate. In most cases the " +"automatic detection will work fine and you should not need to change the " +"default setting. However, if you experience problems, use the RPC protocol " +"for newer operating systems (Windows NT4 and above) and the RAP protocol for " +"older ones (Windows 98/NT3 and below). Functions that need the ADS protocol " +"(for Active Directory environments) have not been implemented yet, so you " +"can ignore that one for now." +msgstr "" + +#: smb4k/core/smb4k.kcfg:596 smb4k/core/smb4ksettings.cpp:758 +#, no-c-format +msgid "Name resolve order used by smbclient" +msgstr "" + +#: smb4k/core/smb4k.kcfg:597 smb4k/core/smb4ksettings.cpp:759 +#, no-c-format +msgid "" +"This option is used to determine what naming services and in what order are " +"used to resolve host names and IP addresses. It takes a space-separated list " +"of up to four different name resolution options. Those are: lmhost, host, " +"wins, bcast. See the manual page of smbclient for further information." +msgstr "" + +#: smb4k/core/smb4k.kcfg:601 smb4k/core/smb4ksettings.cpp:763 +#, no-c-format +msgid "Transmit/send buffer size used by smbclient" +msgstr "" + +#: smb4k/core/smb4k.kcfg:602 smb4k/core/smb4ksettings.cpp:764 +#, no-c-format +msgid "" +"This option changes the transmit/send buffer size when getting or putting a " +"file from/to the server. The default is 65520 bytes. Setting this value " +"smaller has been observed to speed up file transfers to and from Windows 9x " +"servers." +msgstr "" + +#: smb4k/core/smb4k.kcfg:607 smb4k/core/smb4ksettings.cpp:788 +#, no-c-format +msgid "Signing state" +msgstr "" + +#: smb4k/core/smb4k.kcfg:608 smb4k/core/smb4ksettings.cpp:789 +#, no-c-format +msgid "Set the signing state for smbclient." +msgstr "" + +#: smb4k/core/smb4k.kcfg:618 smb4k/core/smb4ksettings.cpp:792 +#, no-c-format +msgid "The broadcast address used by nmblookup" +msgstr "" + +#: smb4k/core/smb4k.kcfg:619 smb4k/core/smb4ksettings.cpp:793 +#, no-c-format +msgid "" +"Queries performed with nmblookup will be send to the given broadcast " +"address. Without this option the default behavior is to send the queries to " +"the broadcast address of the network interface that was either auto-detected " +"or defined in the \"interfaces\" parameter of the smb.conf file." +msgstr "" + +#: smb4k/core/smb4k.kcfg:623 smb4k/core/smb4ksettings.cpp:796 +#, no-c-format +msgid "Use UDP port 137 with nmblookup" +msgstr "" + +#: smb4k/core/smb4k.kcfg:624 smb4k/core/smb4ksettings.cpp:797 +#, no-c-format +msgid "" +"Try and bind to UDP port 137 to send and receive UDP datagrams. The reason " +"for this option is a bug in Windows 95 where it ignores the source port of " +"the requesting packet and only replies to UDP port 137. Unfortunately, on " +"most Unix systems super user privileges are needed to bind to this port. " +"Please read the manual page of nmblookup for more information." +msgstr "" + +#: smb4k/core/smb4k.kcfg:637 smb4k/core/smb4ksettings.cpp:803 +#, no-c-format +msgid "Prefix for synchronization" +msgstr "" + +#: smb4k/core/smb4k.kcfg:638 smb4k/core/smb4ksettings.cpp:804 +#, no-c-format +msgid "" +"This is the path where Smb4K will store the files and directories during " +"synchronization. If you plan to synchronize only with one remote share, then " +"you can put the data directly in this directory. If you want to synchronize " +"with several remote shares, then you should create a subdirectory for each " +"share and choose the appropriate one in the synchronization dialog." +msgstr "" + +#: smb4k/core/smb4k.kcfg:642 smb4k/core/smb4ksettings.cpp:807 +#, no-c-format +msgid "Use archive mode" +msgstr "" + +#: smb4k/core/smb4k.kcfg:643 smb4k/core/smb4ksettings.cpp:808 +#, no-c-format +msgid "Use archive mode (-a, --archive). This is a short form of -rlptgoD." +msgstr "" +"არქვის რეჟიმის გამოყენება (-a, --archive). ეს მოკლე ფორმაა პარამეტრისთვის -" +"rlptgoD." + +#: smb4k/core/smb4k.kcfg:647 smb4k/core/smb4ksettings.cpp:811 +#, no-c-format +msgid "Recurse into subdirectories" +msgstr "რეკურსია ქვესაქაღალდეებში" + +#: smb4k/core/smb4k.kcfg:648 smb4k/core/smb4ksettings.cpp:812 +#, no-c-format +msgid "Recurse into directories (-r, --recursive)." +msgstr "რეკურსია საქაღლდეებში (-r, --recursive)." + +#: smb4k/core/smb4k.kcfg:652 smb4k/core/smb4ksettings.cpp:815 +#, no-c-format +msgid "Skip files that are newer in the target directory" +msgstr "" + +#: smb4k/core/smb4k.kcfg:653 smb4k/core/smb4ksettings.cpp:816 +#, no-c-format +msgid "" +"Update files in the destination directory that are older than in the source " +"directory (-u, --update)." +msgstr "" +"განაახლებ იმ ფაილებს სამიზნე საქაღალდეში, რომლებიც წყარო საქაღალდეში " +"არსებულებზე ძველია(-u, --update)." + +#: smb4k/core/smb4k.kcfg:658 smb4k/core/smb4ksettings.cpp:820 +#, no-c-format +msgid "" +"Update destination files in-place (--inplace). By default, rsync first " +"creates a new copy of a file and moves it into place after its transfer " +"finished. If you enable this feature, no copy will be created but the " +"destination file will immediately be overwritten instead. An exception to " +"this is if you combine this option with --backup." +msgstr "" +"სამიზნე ფაილების ადგილზევე განახლება (--inplace). ნაგულისხმევად rsync ჯერ " +"ფაილის ახალ ასლს ქმნის და მას თავის ადგილას, მხოლოდ, გადაცემის დასრულების " +"შემდეგ გადაიტანთ. თუ თქვენ ჩართავთ ამ ფუნქციას, ასლები არ შეიქმნება და " +"სამიზნე ფაილები დაუყოვნებლივ ჩანაცვლდება. აქედან გამონაკლისია, მხოლოდ, თუ " +"მას --backup პარამეტრთან ერთად გამოიყენებთ." + +#: smb4k/core/smb4k.kcfg:663 smb4k/core/smb4ksettings.cpp:824 +#, no-c-format +msgid "" +"Use relative paths (-R, --relative). This means that the full path names " +"specified on the command line are sent to the server rather than just the " +"last parts of the file names." +msgstr "" +"შედარებითი ბილიკები (-R, --relative) გამოყენება. ეს ნიშნავს, რომ სრული " +"ბილიკის სახელები, რომლებიც ბრძანების სტრიქონში მიუთითეთ, გაეგზავნება " +"სერვერს, ფაილის სახელების ბოლო ნაწილის მაგიერ." + +#: smb4k/core/smb4k.kcfg:667 smb4k/core/smb4ksettings.cpp:827 +#, no-c-format +msgid "Don't send implied directories with --relative" +msgstr "" + +#: smb4k/core/smb4k.kcfg:668 smb4k/core/smb4ksettings.cpp:828 +#, no-c-format +msgid "" +"Don't send implied directories with --relative (--no-implied-dirs). This " +"means that the corresponding path elements on the destination system are " +"left unchanged if they exist, and any missing implied directories are " +"created with default attributes. This even allows these implied path " +"elements to have big differences, such as being a symlink to a directory on " +"one side of the transfer, and a real directory on the other side." +msgstr "" + +#: smb4k/core/smb4k.kcfg:673 smb4k/core/smb4ksettings.cpp:832 +#, no-c-format +msgid "" +"Transfer directories without recursing (-d, --dirs). This means that all top-" +"level subdirectories are transferred but without their contents." +msgstr "" +"საქაღალდეების გადაცემა რეკურსიის (-d, --dirs.) გარეშე. ეს ნიშნავს, რომ ყველა " +"ყველაზე-ზედა დონის ქვექაღალდის გაგზავნა მათი შემცველობის გარეშე მოხდება." + +#: smb4k/core/smb4k.kcfg:679 smb4k/core/smb4ksettings.cpp:836 +#, no-c-format +msgid "" +"Compress data during transfer (-z, --compress). This significantly reduces " +"the amount of data that is being transferred. You may want to use this " +"option, if you have a slow connection." +msgstr "" +"მონაცემების შეკუმშვა გადაცემისას (-z, --compress). ეს საგრძნობლად ამცირებს " +"გასაგზავნი ინფორმაციის რაოდენობას. თუ თქვენი მიერთება ნელია, შეიძლება, ეს " +"პარამეტრი გამოგადგეთ." + +#: smb4k/core/smb4k.kcfg:684 smb4k/core/smb4ksettings.cpp:840 +#, no-c-format +msgid "Copy symlinks as symlinks (-l, --links)." +msgstr "სიმბმულების კოპირება სიმბმულების სახით (-l, --links)." + +#: smb4k/core/smb4k.kcfg:689 smb4k/core/smb4ksettings.cpp:844 +#, no-c-format +msgid "" +"Transform symlinks into the items they are pointing to (-L, --copy-links)." +msgstr "" +"სიმბმულების გარდაქმნა ელემენტებად, რომლებზეც ისინი მიუთითებენ (-L, --copy-" +"links)." + +#: smb4k/core/smb4k.kcfg:694 smb4k/core/smb4ksettings.cpp:848 +#, no-c-format +msgid "" +"Transform unsafe symlinks into the items they are pointing to (--copy-unsafe-" +"links). This means that only those symlinks are transformed that point to " +"items that are outside the copied tree. Absolute symlinks are treated the " +"same way. This option has no additional effect if --copy-links has also been " +"specified." +msgstr "" +"სახიფათო სიმბმულების გარდაქმნა ელემენტებში, რომლებზეც ისინი მიუთითებენ (--" +"copy-unsafe-links). ეს ნიშნავს, რომ, მხოლოდ, ის სიმბმულები იქნება " +"გადაცემული, რომლებიც მიუთითებენ ელემენტებზე, რომლებიც დაკოპირებული ხის " +"გარეთაა. აბსოლუტური ბმულების შემთხვევაშიც იგივე ხდება. ამ პარამეტრს " +"დამატებითი გავლენა არ აქვს, თუ ასევე მითითებულია პარამეტრი --copy-links." + +#: smb4k/core/smb4k.kcfg:699 smb4k/core/smb4ksettings.cpp:852 +#, no-c-format +msgid "" +"Ignore symlinks that point outside the copied tree (--safe-links). All " +"absolute symlinks are also ignored. If you use this option in conjunction " +"with --relative you might get unexpected results." +msgstr "" +"სიმბმულების გამოტოვება, რომლებიც დაკოპირებული ხის გარეთ მიუთითებენ (--safe-" +"links). ასევე გამოტოვებულია ყველა აბსოლუტური სიმბმულიც. თუ იყენებთ ამ " +"პარამეტრს --relative პარამეტრთან ერთად, შეიძლება, წარმოუდგენელ შედეგებამდე " +"მიხვიდეთ." + +#: smb4k/core/smb4k.kcfg:704 smb4k/core/smb4ksettings.cpp:856 +#, no-c-format +msgid "" +"Preserve hard links (-H, --hard-links). This options causes rsync to " +"preserve the hard links that are found during the transfer. Without it, hard " +"links are treated as though they were separate files." +msgstr "" +"მაგარი ბმულების შენარჩუნება (-H, --hard-links). ეს პარამეტრი აიძულებს rsync-" +"ს, რომ შეინახოს მყარი ბმულები, რომლებსაც გაგზავნისას იპოვის. ამ პარამეტრის " +"გარეშე მყარი ბმულები ცალ-ცალკე ფაილებად იქნება აღქმული." + +#: smb4k/core/smb4k.kcfg:709 smb4k/core/smb4ksettings.cpp:860 +#, no-c-format +msgid "" +"Treat symlinked directories on the receiving side as though they were real " +"ones (-K, --keep-dirlinks). This only works if the symlink matches a real " +"directory from the sending side. Without this option, the receiver's symlink " +"will be deleted and replaced with a real directory." +msgstr "" + +#: smb4k/core/smb4k.kcfg:714 smb4k/core/smb4ksettings.cpp:864 +#, no-c-format +msgid "" +"Preserve permissions (-p, --perms). The permissions of the destination file " +"will be same as the source file. For what happens if this option is switched " +"off, please read rsync's manual page." +msgstr "" +"წდომების შენარჩუნება (-p, --perms). სამიზნე ფაილის წვდომები იქნება იგივე, " +"რაც ეს წყარო ფაილს ჰქონდა. იმისათვის, რომ გაიგოთ, რა მოხდება, თუ ამ " +"პარამეტრს გამორთავთ, იხილეთ rsync-ის სახლმძღვანელო." + +#: smb4k/core/smb4k.kcfg:719 smb4k/core/smb4ksettings.cpp:868 +#, no-c-format +msgid "" +"Preserve the group (-g, --group). The group of the destination file will be " +"set to the same value as the source file." +msgstr "" +"ჯგუფის (-g, --group) შენარჩუნება. სამიზნე ფაილის ჯგუფი დაყენებული იქნება " +"იგივე მნიშვნელობაზე, რაც ეს წყარო ფაილს გააჩნდა." + +#: smb4k/core/smb4k.kcfg:723 smb4k/core/smb4ksettings.cpp:871 +#, no-c-format +msgid "Preserve owner (super user only)" +msgstr "" + +#: smb4k/core/smb4k.kcfg:724 smb4k/core/smb4ksettings.cpp:872 +#, no-c-format +msgid "" +"Preserve the owner (-o, --owner). The owner of the destination file will be " +"set to the same value as the source file, but only if the receiving rsync is " +"run as the super user. Without this option, the owner is set to the invoking " +"user on the receiving side." +msgstr "" +"მფლობელის შენარჩუნება (-o, --owner). სამიზნე ფაილის მფლობელი იგივე " +"მნიშვნელობაზე დაყენდება, რაც წყარო ფაილს აქვს, მაგრამ, მხოლოდ, თუ მიმღები " +"rsync ზემომხმარებლითაა გაშვებული. ამ პარამეტრის გარეშე მფლობელი მიმღები " +"მომხმარებლის სახელი იქნება." + +#: smb4k/core/smb4k.kcfg:729 smb4k/core/smb4ksettings.cpp:876 +#, no-c-format +msgid "" +"Preserve device and special files (-D, --devices --specials). This option " +"causes rsync to transfer character and block devices as well as special " +"files such as named sockets and fifos. It works only partially if rsync is " +"not run as super user and the --super option is not specified." +msgstr "" +"მოწყობილობებისა და სპეციალური ფაილების შენარჩუნება (-D, --devices --" +"specials). ეს პარამეტრი ეუბნება rsync-ს, რომ გადაიტანოს სიმბოლური და ბლოკური " +"მოწყობილობები და ისეთი სპეციალური ფაილები, როგორიცაა სოკეტები და fifo-ები. " +"ეს მხოლოდ ნაწილობრივ მუშაობს, თუ rsync ზემომხმარებლით არ ეშვება და პარამეტრი " +"--super მითითებული არაა." + +#: smb4k/core/smb4k.kcfg:734 smb4k/core/smb4ksettings.cpp:880 +#, no-c-format +msgid "" +"Preserve times (-t, --times). The modification times are transferred along " +"with the files. For what happens if this option is switched off, please read " +"rsync's manual page." +msgstr "" +"დროების შენარჩუნება (-t, --times). ცვლილების თარიღი ფაილებთან ერთად " +"გაიგზავნება. იმისათვის, რომ გაიგოთ, რა მოხდება, თუ ამ პარამეტრს გამორთავთ, " +"წაიკითხეთ rsync-ის სახელმღვანელო." + +#: smb4k/core/smb4k.kcfg:739 smb4k/core/smb4ksettings.cpp:884 +#, no-c-format +msgid "" +"Omit directories when preserving times (-O, --omit-dir-times). This means " +"that directories are omitted when modification times are being preserved. " +"Thus, this feature only works in conjunction with --times." +msgstr "" +"საქაღალდეების ამოღება დროების შენარჩუნებისას (-O, --omit-dir-times). ეს " +"ნიშნავს, რომ საქაღალდეები ამოღებულია, როცა ცვლილების დრო შენარჩუნებულია. " +"ამიტომ, ეს პარამეტრი, მხოლოდ --times-თან ერთად მუშაობს." + +#: smb4k/core/smb4k.kcfg:744 smb4k/core/smb4ksettings.cpp:888 +#, no-c-format +msgid "" +"Remove all synchronized source files (--remove-source-files). This tells " +"rsync to remove from the sending side the non-directory items that are a " +"part of the transfer and have been successfully duplicated on the receiving " +"side." +msgstr "" +"ყველა სინქრონიზებული წყარო ფაილების წაშლა (--remove-source-files). ეს ეტყვის " +"rsync-ს, რომ წაშალოს ფაილები გამგზავნი მხრიდან არასაქაღალდის ტიპის " +"ელემენტები, რომლებიც გაგზავნის ნაწილია და მათი ასლის შექმნა მიმღებ მხარეს " +"წარმატებით მოხდა." + +#: smb4k/core/smb4k.kcfg:749 smb4k/core/smb4ksettings.cpp:892 +#, no-c-format +msgid "" +"Delete extraneous files from destination (--delete). This tells rsync to " +"delete all files from the receiving side that are not present on the sending " +"side, but only for the directories that are being synchronized." +msgstr "" +"გარე ფაილების წაშლა სამიზნიდან (--delete). ეს ეტყვის rsync-ს, რომ წაშალოს " +"ყველა ფაილი მიმღებ მხარეს, რომელიც გამგზავნის მხარეს აღმოჩენილი არაა. ეს, " +"მხოლოდ, იმ საქაღალდეებისთვის მოხდება, რომლების სინქრონიზაციაც ხდება." + +#: smb4k/core/smb4k.kcfg:754 smb4k/core/smb4ksettings.cpp:896 +#, no-c-format +msgid "" +"Delete files on the receiving side before the transfer starts (--delete-" +"before). This is the default behavior if --delete or --delete-excluded is " +"specified without one of the --delete-WHEN options." +msgstr "" +"მიმღების მხარეს ფაილების წაშლა გადმოწერის დაწყებამდე (--delete-before). ეს " +"ნაგულიხმევი ქცევაა, თუ მითითებულია --delete ან --delete-exclude ერთ-ერთი --" +"delete-როცა პარამეტრით." + +#: smb4k/core/smb4k.kcfg:759 smb4k/core/smb4ksettings.cpp:900 +#, no-c-format +msgid "" +"Delete files on the receiving side after the transfer has completed (--" +"delete-after, --del)." +msgstr "" +"ფაილების წაშლა მიმღებ მხარეს, როცა გადაცემა დასრულდება (--delete-after, --" +"del)." + +#: smb4k/core/smb4k.kcfg:764 smb4k/core/smb4ksettings.cpp:904 +#, no-c-format +msgid "" +"Delete files on the receiving side during the transfer (--delete-during). " +"This method is faster than --delete-before or --delete-after, but it is only " +"supported with rsync 2.6.4 or later." +msgstr "" +"ფაილების წაშლა მიმღებ მხარეს გადაცემის მიმდინარეობისას (--delete-during). ეს " +"მეთოდი უფრო სწრაფია, ვიდრე --delete-before ან --delete-after, მაგრამ ის " +"მხოლოდ rsync-ის ვერსიის 2.6.4 ან უფრო ახალშია ხელმისაწვდომი." + +#: smb4k/core/smb4k.kcfg:768 smb4k/core/smb4ksettings.cpp:907 +#, no-c-format +msgid "Also delete excluded files from destination directory" +msgstr "" + +#: smb4k/core/smb4k.kcfg:769 smb4k/core/smb4ksettings.cpp:908 +#, no-c-format +msgid "" +"Also delete excluded files from destination directory (--delete-excluded). " +"In addition to deleting the files on the receiving side that are not on the " +"sending side, this tells rsync to also delete any files on the receiving " +"side that are excluded. Refer to rsync's manual page for further information." +msgstr "" +"ამოღებული ასევე წაიშლება სამიზნე საქაღალდიდან (--delete-excluded). იმ " +"ფაილების წაშლასთან ერთად მიმღებ მხარეს, რომლებიც განგზავნის მხარეს არ არიან, " +"ეს ეტყვის rsync-ს, რომ ასევე წაშალოს ნებისმიერი ფაილი მიმღებ მხარეს, რომელიც " +"ამოღებულია. მეტი ინფორმაციისთვის იხილეთ rsync-ის სახელმძღვანელო." + +#: smb4k/core/smb4k.kcfg:774 smb4k/core/smb4ksettings.cpp:912 +#, no-c-format +msgid "" +"Delete even if I/O errors occur (--ignore-errors). This option has to be " +"specified in conjunction with --delete to take effect." +msgstr "" +"წაშლის მაშინაც კი, როცა აღმოჩენილი იქნება შეყვანა/გამოტანის შეცდომები (--" +"ignore-errors). ეს პარამეტრი, ეფექტისთვის, --delete პარამეტრთან ერთად უნდა " +"მიუთითოთ." + +#: smb4k/core/smb4k.kcfg:779 smb4k/core/smb4ksettings.cpp:916 +#, no-c-format +msgid "" +"Force deletion of directories even if they are not empty (--force). This " +"option tells rsync to delete a non-empty directory when it is to be replaced " +"by a non-directory. This is only relevant if deletions are not active." +msgstr "" +"საქაღალდეების ნაძალადევი წაშლა მაშინაც კი, როცა ისინი ცარიელი არაა (--" +"force). ეს პარამეტრი ეუბნება rsync-ს, რომ წაშალოს არაცარიელი საქაღალდეები, " +"როცა ის არა-საქაღალდით ნაცვლდება. ეს მხოლოდ მაშინ დაგჭირდებათ, როცა წაშლა " +"აქტიური არაა." + +#: smb4k/core/smb4k.kcfg:783 smb4k/core/smb4ksettings.cpp:919 +#, no-c-format +msgid "Only delete a maximum number of files" +msgstr "" + +#: smb4k/core/smb4k.kcfg:784 smb4k/core/smb4ksettings.cpp:920 +#, no-c-format +msgid "" +"Only delete as many files as defined here (--max-delete=NUM). This tells " +"rsync not to delete more than NUM files or directories (NUM must be non-" +"zero). This is useful when mirroring very large trees to prevent disasters." +msgstr "" +"მხოლოდ აქ განსაზღვრული რაოდენობის ფაილების (--max-delete=რიცხვი) წაშლა. ეს " +"ეტყვის rsync-ს, რომ არ წაშალოს მითითებულ რაოდენობაზე მეტი ფაილი ან საქაღალდე " +"(მითითებული რიცხვი ნულის ტოლი არ უნდა იყოს). ეს გამოგადგებათ ძალიან დიდი " +"ხეების ანარეკლის შექმნისას, რომ თავიდან აიცილოთ უბედური შემთხვევები." + +#: smb4k/core/smb4k.kcfg:788 smb4k/core/smb4ksettings.cpp:924 +#, no-c-format +msgid "Value for DeleteMaximum config entry" +msgstr "მნიშვნელობა კონფიგურაციის პარამეტრისთვის DeleteMaximum" + +#: smb4k/core/smb4k.kcfg:794 smb4k/core/smb4k.kcfg:805 +#: smb4k/core/smb4ksettings.cpp:927 smb4k/core/smb4ksettings.cpp:935 +#, no-c-format +msgid "Don't transfer any file smaller than SIZE" +msgstr "" + +#: smb4k/core/smb4k.kcfg:795 smb4k/core/smb4ksettings.cpp:928 +#, no-c-format +msgid "" +"This option causes rsync to not transfer any file that is smaller than the " +"specified size (--min-size=SIZE)." +msgstr "" +"ეს პარამეტრი აიძულებს rsync-ს, რომ არ გადაიტანოს ფაილები, რომლებიც მითითებულ " +"ზომაზე პატარაა (--min-size=ზომა)." + +#: smb4k/core/smb4k.kcfg:799 smb4k/core/smb4ksettings.cpp:932 +#, no-c-format +msgid "Value for MinimalTransferSize config entry" +msgstr "მნიშვნელობა კონფიგურაციის პარამეტრისთვის MinimalTransferSize" + +#: smb4k/core/smb4k.kcfg:806 smb4k/core/smb4ksettings.cpp:936 +#, no-c-format +msgid "" +"This option causes rsync to not transfer any file that is larger than the " +"specified size (--max-size=SIZE)." +msgstr "" +"ეს პარამეტრი აიძულებს rsync-ს, რომ არ გადაიტანოს ფაილები, რომლებიც მითითებულ " +"ზომაზე დიდია (--max-size=ზომა)." + +#: smb4k/core/smb4k.kcfg:810 smb4k/core/smb4ksettings.cpp:940 +#, no-c-format +msgid "Value for MamximalTransferSize config entry" +msgstr "" + +#: smb4k/core/smb4k.kcfg:817 smb4k/core/smb4ksettings.cpp:944 +#, no-c-format +msgid "" +"Keep partially transferred files (--partial). The default behavor is that " +"any partially transferred file is deleted if the transfer is interrupted." +msgstr "" + +#: smb4k/core/smb4k.kcfg:821 smb4k/core/smb4ksettings.cpp:947 +#, no-c-format +msgid "The directory where to put a partially transferred file into." +msgstr "" + +#: smb4k/core/smb4k.kcfg:822 smb4k/core/smb4ksettings.cpp:948 +#, no-c-format +msgid "" +"Put a partially transferred file into this directory (--partial-dir=DIR). " +"This is a better way than the --partial option to keep partial files, " +"because the partially transferred file is kept in a different directory and " +"the destination file is not overwritten." +msgstr "" +"ნაწილობრივ მიღებული ფაილების ამ საქაღალდეში ჩალაგება (--partial-" +"dir=საქაღალდე). ეს უკეთესი გზაა ნაწილობრივ მიღებული ფაილების " +"შესანარჩუნებლად, ვიდრე --partial, რადგან ნაწილობრივ მიღებული ფაილი სხვა " +"საქაღალდეშია და სამიზნე ფაილს თავზე არ გადაეწერება." + +#: smb4k/core/smb4k.kcfg:826 smb4k/core/smb4ksettings.cpp:951 +#, no-c-format +msgid "The data for the UsePartialDirectory option" +msgstr "მონაცემები პარამეტრისთვის UsePartialDirectory" + +#: smb4k/core/smb4k.kcfg:832 smb4k/core/smb4ksettings.cpp:955 +#, no-c-format +msgid "" +"Auto-ignore files in the same way CVS does (-C, --cvs-exclude). This is a " +"useful shorthand for excluding a broad range of files that you often do not " +"want to transfer between systems. This option uses the same algorithm that " +"CVS uses to determine if a file should be ignored." +msgstr "" +"ფაილების ავტომატური გამოტოვება ისე, როგორც ამას CVS აყენებს (-C, --cvs-" +"exclude). ეს სასარგებლოა, როგორც სწრაფი გადაწყვეტა ბევრი ფაილის " +"გამოსატოვებლად, რომლის გადატანაც, ჩვეულებრივ, საჭირო არაა. ეს პარამეტრი " +"იგივე ალგორითმს იყენებს, რასაც CVS, რომ დაადგინოს, უნდა იყოს გამოტოვებული " +"ფაილი, თუ არა." + +#: smb4k/core/smb4k.kcfg:836 smb4k/core/smb4ksettings.cpp:958 +#, no-c-format +msgid "Exclude files that match a certain pattern" +msgstr "" + +#: smb4k/core/smb4k.kcfg:837 smb4k/core/smb4ksettings.cpp:959 +#, no-c-format +msgid "" +"Exclude files that match a certain pattern (--exclude=PATTERN). This is a " +"special filter rule. For further information on filter rules see rsync's " +"manual page." +msgstr "" +"ამოიღე ფაილები, რომლებიც მითითებულ ნიმუშს ემთხვევა (--exclude=ნიმუში). ეს " +"სპეციალური ფილტრის წესია. ფილტრის წესების შესახებ მეტი ინფორმაციის მისაღებად " +"იხილეთ rsync-ის სახელმძღვანელო." + +#: smb4k/core/smb4k.kcfg:841 smb4k/core/smb4ksettings.cpp:962 +#, no-c-format +msgid "Pattern that is used for file exclusion" +msgstr "ნიმუში, რომელიც ფაილის ამოსაღებად გამოიყენება" + +#: smb4k/core/smb4k.kcfg:846 smb4k/core/smb4ksettings.cpp:965 +#, no-c-format +msgid "Read exclude patterns from a file" +msgstr "" + +#: smb4k/core/smb4k.kcfg:847 smb4k/core/smb4ksettings.cpp:966 +#, no-c-format +msgid "" +"Read exclude patterns from a file (--exclude-from=FILE). This option is " +"similar to the --exclude=PATTERN option except that the exclude patterns are " +"read from a file. This is a special filter rule. For further information on " +"filter rules see rsync's manual page." +msgstr "" +"გამოსატოვებელი სიის წაკითხვა ფაილიდან (--exclude-from=ფაილი). ეს პარამეტრი " +"იგივეა, რაც --exclude=ნიმუში იმ განსხვავებით, რომ ამოღების ნიმუშები " +"ფაილიდანაა წაკითხული. ეს სპეციალური ფილტრის წესია. მეტი ინფორმაციისთვის " +"იხილეთ rsync-ის სახელმძღვანელო." + +#: smb4k/core/smb4k.kcfg:851 smb4k/core/smb4ksettings.cpp:969 +#, no-c-format +msgid "The file from which the exclude patterns are read" +msgstr "ფაილი, საიდანაც ამოსაღებ ნიმუშებს შეიცავს" + +#: smb4k/core/smb4k.kcfg:856 smb4k/core/smb4ksettings.cpp:972 +#, no-c-format +msgid "Do not exclude files matching a certain pattern" +msgstr "" + +#: smb4k/core/smb4k.kcfg:857 smb4k/core/smb4ksettings.cpp:973 +#, no-c-format +msgid "" +"Do not exclude files matching a certain pattern (--include=PATTERN). This is " +"a special filter rule. For further information on filter rules see rsync's " +"manual page." +msgstr "" +"არ ამოიღო ფაილები, რომლებიც მითითებულ ნიმუშს ემთხვევა (--include=ნიმუში). ეს " +"სპეციალური ფილტრის წესია. ფილტრის წესების შესახებ მეტი ინფორმაციის მისაღებად " +"იხილეთ rsync-ის სახელმძღვანელო." + +#: smb4k/core/smb4k.kcfg:861 smb4k/core/smb4ksettings.cpp:976 +#, no-c-format +msgid "Pattern that is used for file inclusion" +msgstr "ნიმუში, რომელიც ფაილის ჩასასმელად გამიოიყენება" + +#: smb4k/core/smb4k.kcfg:866 smb4k/core/smb4ksettings.cpp:979 +#, no-c-format +msgid "Read include patterns from a file" +msgstr "" + +#: smb4k/core/smb4k.kcfg:867 smb4k/core/smb4ksettings.cpp:980 +#, no-c-format +msgid "" +"Read include patterns from a file (--include-from=FILE). This option is " +"similar to the --include=PATTERN option except that the include patterns are " +"read from a file. This is a special filter rule. For further information on " +"filter rules see rsync's manual page." +msgstr "" +"ჩასასმელი სიის წაკითხვა ფაილიდან (--include-from=ფაილი). ეს პარამეტრი " +"იგივეა, რაც --include=ნიმუში იმ განსხვავებით, რომ ჩასმის ნიმუშები ფაილიდანაა " +"წაკითხული. ეს სპეციალური ფილტრის წესია. ფილტრის წესების შესახებ მეტი " +"ინფორმაციის მისაღებად იხილეთ rsync-ის სახელმძღვანელო." + +#: smb4k/core/smb4k.kcfg:871 smb4k/core/smb4ksettings.cpp:983 +#, no-c-format +msgid "The file from which the include patterns are read" +msgstr "ფაილი, საიდანაც ჩასმის ნიმუშების წაკითხვა ხდება" + +#: smb4k/core/smb4k.kcfg:876 smb4k/core/smb4ksettings.cpp:986 +#, no-c-format +msgid "Add custom file-filtering rules" +msgstr "" + +#: smb4k/core/smb4k.kcfg:877 smb4k/core/smb4ksettings.cpp:987 +#, no-c-format +msgid "" +"Add custom file-filtering rules (-f, --filter=RULE). This option allows you " +"to add rules to selectively exclude certain files from the list of files to " +"be transferred." +msgstr "" + +#: smb4k/core/smb4k.kcfg:881 smb4k/core/smb4ksettings.cpp:990 +#, no-c-format +msgid "Use -F filter rule" +msgstr "" + +#: smb4k/core/smb4k.kcfg:882 smb4k/core/smb4ksettings.cpp:991 +#, no-c-format +msgid "" +"This filter rule tells rsync to look for per-directory .rsync-filter files " +"that have been sprinkled through the hierarchy and use their rules to filter " +"the files in the transfer. It has no effect, if you also choose to use the --" +"filter='exclude .rsync-filter' rule." +msgstr "" +"ეს ფილტრი ეტყვის rsync-ს, რომ მოძებნოს ყველა საქაღალდეში ფაილი .rsync-" +"filter, რომელიც მთელ იერარქიაშია გაბნეული და გამოიყენოს წესები ამ ფაილიდან, " +"გადასაცემად. მას არ აქვს გავლენა, თუ ასევე აირჩევთ წესს --filter='exclude ." +"rsync-filter'." + +#: smb4k/core/smb4k.kcfg:886 smb4k/core/smb4ksettings.cpp:994 +#, no-c-format +msgid "Use -FF filter rule" +msgstr "" + +#: smb4k/core/smb4k.kcfg:887 smb4k/core/smb4ksettings.cpp:995 +#, no-c-format +msgid "" +"This rule filters out the .rsync-filter files from the transfer. These files " +"normally contain filter rules that can be activated by choosing the --" +"filter='dir-merge /.rsync-filter' rule and deselecting this one." +msgstr "" +"ეს წესი .rsync-filter ფაილებს ამოიღებს გადაცემიდან. ეს ფაილები ჩვეულებრივ " +"შეიცავენ ფილტრის წესებს, რომლების გააქტიურებაც --filter='dir-merge /.rsync-" +"filter' წესით და ამ ფაილის ამოღებით შეგიძლიათ." + +#: smb4k/core/smb4k.kcfg:892 smb4k/core/smb4ksettings.cpp:999 +#, no-c-format +msgid "" +"Handle sparse files efficiently (-S, --sparse) so that they take up less " +"space on the destination. This option conflicts with --inplace. For further " +"information read rsync's manual page." +msgstr "" +"დამატებითი ფაილების ეფექტური დამუშავება (-S, --sparse) ისე, რომ ისინი " +"სამიზნეზე ნაკლებ ადგილს დაიკავებენ. ეს პარამეტრი გამორიცხავს პარამეტრს --" +"inpace. მეტი ინფორმაციისთვის იხილეთ rsync-ის დოკუმენტაცია." + +#: smb4k/core/smb4k.kcfg:897 smb4k/core/smb4ksettings.cpp:1003 +#, no-c-format +msgid "" +"Copy files whole (-W, --whole-file). With this option the incremental rsync " +"algorithm is not used and the whole file is sent as-is instead." +msgstr "" +"მთლიანი ფაილების კოპირება (-W, --whole-file). ამ პარამეტრით rsync-ის " +"ინკრემენტული ალგორითმი არ გამოიყენება და გაიგზავნება მთელი ფაილი ერთდროულად." + +#: smb4k/core/smb4k.kcfg:901 smb4k/core/smb4ksettings.cpp:1006 +#, no-c-format +msgid "Do not cross file system boundaries" +msgstr "არ გადასცდე ფაილური სისტემის საზღვრებს" + +#: smb4k/core/smb4k.kcfg:902 smb4k/core/smb4ksettings.cpp:1007 +#, no-c-format +msgid "" +"Do not cross file system boundaries (-x, --one-file-system). This tells " +"rsync to avoid crossing a filesystem boundary when recursing. For further " +"information on this option, read the manual page." +msgstr "" +"არ გასცდე ფაილური სისტემის საზღვრებს (-x, --one-file-system). ეს ეუბნება " +"rsync-ს, რომ აიცილოს თავიდან ფაილური სისტემის საზღვრებს გაცდენა რეკურსიის " +"დროს. ამ პარამეტრის შესახებ მეტი ინფორმაციის მისაღებად იხილეთ სახლმძღვანელო." + +#: smb4k/core/smb4k.kcfg:906 smb4k/core/smb4ksettings.cpp:1010 +#, no-c-format +msgid "Skip creating new files on the receiving side" +msgstr "" + +#: smb4k/core/smb4k.kcfg:907 smb4k/core/smb4ksettings.cpp:1011 +#, no-c-format +msgid "" +"Skip creating new files on the receiving side (--existing). This tells rsync " +"to skip creating files (including directories) that do not exist yet on the " +"destination. If this option is combined with the --ignore-existing option, " +"no files will be updated (which can be useful if all you want to do is to " +"delete extraneous files)." +msgstr "" +"მიმღებ მხარეს ახალი ფაილებისა და საქაღალდეების შექმნის გამოტოვება (--" +"existing). ეს ეტყვის rsync-ს, გამოტოვოს ფაილებისა და საქაღალდეების, რომელიც " +"სამიზნეზე არ არსებობენ, შექმნა. თუ ამ პარამეტრს --ignore-existing-თან ერთად " +"მიუთითებთ, არაფერი აიტვირთება (რაც სასარგებლოა, თუ ერთად-ერთი რამ, რაც " +"გნებავთ, ზედმეტი ფაილების წაშლაა)." + +#: smb4k/core/smb4k.kcfg:911 smb4k/core/smb4ksettings.cpp:1014 +#, no-c-format +msgid "Skip updating files that exist on the receiving side" +msgstr "" + +#: smb4k/core/smb4k.kcfg:912 smb4k/core/smb4ksettings.cpp:1015 +#, no-c-format +msgid "" +"Skip updating files that already exist on the receiving side (--ignore-" +"existing). Existing directories are not ignored." +msgstr "" +"გამოტოვებს იმ ფაილების განახლებას, რომლებიც მიმღების მხარეს (--ignore-" +"existing) უკვე არსებობს. არსებული საქაღალდეები გამოტოვებული არ იქნება." + +#: smb4k/core/smb4k.kcfg:916 smb4k/core/smb4ksettings.cpp:1018 +#, no-c-format +msgid "Delay updates until the end of the transfer" +msgstr "" + +#: smb4k/core/smb4k.kcfg:917 smb4k/core/smb4ksettings.cpp:1019 +#, no-c-format +msgid "" +"Delay updates until the end of the transfer (--delay-updates). This option " +"puts the temporary file from each updated file into a holding directory " +"until the end of the transfer, at which time all the files are renamed and " +"copied into place in rapid succession." +msgstr "" +"განახლებების დაყოვნება გადაცემის დასრულებამდე (--delay-updates). ეს " +"პარამეტრი თითოეულ ატვირთულ ფაილს ცალკე საქაღალდეში შეინახავს დროებითი " +"სახელით, გადაცემის დასრულებამდე, რომლის შედეგად ფაილებს სახელი გადაერქმევა " +"და ძალიან სწრაფად დაკოპირდება თავის ადგილას." + +#: smb4k/core/smb4k.kcfg:922 smb4k/core/smb4ksettings.cpp:1023 +#, no-c-format +msgid "" +"Make backups (-b, --backup). With this option, preexisting destination files " +"are renamed as each file is transferred or deleted. You can control where " +"the backup file goes and what (if any) suffix gets appended using the --" +"backup-dir=DIR and --suffix=SUFFIX options." +msgstr "" +"მარქაფების შექმნა (-b, --backup) ამ პარამეტრით უკვე არსებული სამიზნე " +"ფაილების სახელი შეიცვლება, სანამ ის გადაიწერება ან წაიშლება. შეგიძლიათ ასევე " +"აკონტროლოთ, სად წავა მარქაფის ფაილი და რა სუფიქსს (სურვილის შემთხვევაში) " +"მიიღებს ის, --backup-dir=საქაღალდე და --suffix=სუფიქსი პარამეტრებით." + +#: smb4k/core/smb4k.kcfg:926 smb4k/core/smb4ksettings.cpp:1026 +#, no-c-format +msgid "Use a suffix for backups" +msgstr "" + +#: smb4k/core/smb4k.kcfg:927 smb4k/core/smb4ksettings.cpp:1027 +#, no-c-format +msgid "Use this suffix for backups (--suffix=SUFFIX)." +msgstr "ამ სუფიქსის გამოყენება მარქაფებისთვის (--suffix=SUFFIX)." + +#: smb4k/core/smb4k.kcfg:931 smb4k/core/smb4ksettings.cpp:1030 +#, no-c-format +msgid "Backup suffix" +msgstr "მარქაფის სუფიქსი" + +#: smb4k/core/smb4k.kcfg:936 smb4k/core/smb4ksettings.cpp:1033 +#, no-c-format +msgid "Put backups into a certain directory" +msgstr "" + +#: smb4k/core/smb4k.kcfg:937 smb4k/core/smb4ksettings.cpp:1034 +#, no-c-format +msgid "Store backups in this directory (--backup-dir=DIR)." +msgstr "მარქაფების შენახვა ამ საქაღალდეში (--backup-dir=DIR)." + +#: smb4k/core/smb4k.kcfg:941 smb4k/core/smb4ksettings.cpp:1037 +#, no-c-format +msgid "Backup directory" +msgstr "მარქაფის საქაღალდე" + +#: smb4k/core/smb4k.kcfg:946 smb4k/core/smb4ksettings.cpp:1040 +#, no-c-format +msgid "Force a fixed checksum block-size" +msgstr "" + +#: smb4k/core/smb4k.kcfg:947 smb4k/core/smb4ksettings.cpp:1041 +#, no-c-format +msgid "" +"Force a fixed checksum block-size (-B, --block-size=SIZE). This forces the " +"block size used in the rsync algorithm to a fixed value." +msgstr "" +"საკონტროლო ჯამის ბლოკის ზომის ხელით დაყენება (-B, --block-size=ზომა). ეს " +"აყენებს ბლოკის ზომას, რომელსაც rsync-ის ალგორითმი იყენებს." + +#: smb4k/core/smb4k.kcfg:951 smb4k/core/smb4ksettings.cpp:1045 +#, no-c-format +msgid "The block size" +msgstr "ბლოკის ზომა" + +#: smb4k/core/smb4k.kcfg:957 smb4k/core/smb4ksettings.cpp:1048 +#, no-c-format +msgid "Set block/file checksum seed" +msgstr "" + +#: smb4k/core/smb4k.kcfg:958 smb4k/core/smb4ksettings.cpp:1049 +#, no-c-format +msgid "" +"Set block/file checksum seed (--checksum-seed=NUM). Set the MD4 checksum " +"seed to this integer. This 4 byte checksum seed is included in each block " +"and file MD4 checksum calculation. By default the checksum seed is generated " +"by the server and defaults to the current time." +msgstr "" +"ბლოკის/ფაილის საკონტროლო ჯამის თესლის (--checksum-seed=რიცხვი) დაყენება. MD4 " +"საკონტროლო ჯამის თესლის დაყენება ამ მთელ რიცხვზე. ეს 4 ბაიტიანი საკონტროლო " +"ჯამი ჩასმულია თითოეულ ბლოკში და ფაილში MD4 საკონტროლო ჯამის გამოთვლისას. " +"ნაგულისხმევად, თესლი გენერირდება სერვერის მიერ და ნაგულისხმევად მიმდინარე " +"დროა." + +#: smb4k/core/smb4k.kcfg:962 smb4k/core/smb4ksettings.cpp:1053 +#, no-c-format +msgid "The checksum seed" +msgstr "" + +#: smb4k/core/smb4k.kcfg:968 smb4k/core/smb4ksettings.cpp:1056 +#, no-c-format +msgid "Skip files based on a checksum" +msgstr "" + +#: smb4k/core/smb4k.kcfg:969 smb4k/core/smb4ksettings.cpp:1057 +#, no-c-format +msgid "" +"Skip files based on a checksum and not based on modification time and size (-" +"c, --checksum). For further information on how this feature works read " +"rsync's manual page." +msgstr "" +"ფაილების გამოტოვება საკონტროლო ჯამის მიხედვით, შეცვლის დროისა და ზომის " +"მაგიერ (-c, --checksum). მეტი ინფორმაციისთვის, თუ როგორ მუშაობს ეს, " +"წაიკითხეთ rsync-ის სახელმძღვანელო." + +#: smb4k/core/smb4k.kcfg:979 smb4k/core/smb4ksettings.cpp:1074 +#, no-c-format +msgid "The program that should be used to gain super user privileges" +msgstr "" + +#: smb4k/core/smb4k.kcfg:980 smb4k/core/smb4ksettings.cpp:1075 +#, no-c-format +msgid "" +"Choose the program that will grant you limited super user privileges for " +"mounting and unmounting remote shares. You can either select sudo, the " +"standard tool for this purpose on most distributions, or super." +msgstr "" + +#: smb4k/core/smb4k.kcfg:988 smb4k/core/smb4ksettings.cpp:1078 +#, no-c-format +msgid "Use super user privileges to unmount inaccessible shares" +msgstr "" + +#: smb4k/core/smb4k.kcfg:989 smb4k/core/smb4ksettings.cpp:1079 +#, no-c-format +msgid "" +"Unmount a share under Linux by force. This even works if the file system is " +"\"busy\", because it is immediately detached from the file system hierarchy " +"and all references to it are cleaned up later when it is not busy anymore. " +"Linux kernel 2.4.11 or later is needed to take advantage of this feature. " +"Use with case! Note, that you will need the root password to write the " +"necessary changes to the configuration file." +msgstr "" + +#: smb4k/core/smb4k.kcfg:994 smb4k/core/smb4ksettings.cpp:1083 +#, no-c-format +msgid "" +"Use super user privileges for mounting and unmounting remote shares. This " +"feature is only needed, if you are not allowed to use smbmount, smbumount, " +"mount.cifs and umount.cifs as normal user. Note, that you will need the root " +"password to write the necessary changes to the configuration file." +msgstr "" + +#: smb4k/core/smb4tdefileio.cpp:923 smb4k/core/smb4tdefileio.cpp:1057 +msgid "Buffer size exceeded" +msgstr "" + +#: smb4k/dialogs/smb4kbookmarkeditor.cpp:52 +msgid "Bookmark Editor" +msgstr "სანიშნების რედაქტორი" + +#: smb4k/dialogs/smb4kbookmarkeditor.cpp:61 +msgid "Bookmark" +msgstr "სანიშნე" + +#: smb4k/dialogs/smb4kbookmarkeditor.cpp:62 +msgid "Workgroup" +msgstr "სამუშაო ჯგუფი" + +#: smb4k/dialogs/smb4kbookmarkeditor.cpp:64 +msgid "Label" +msgstr "ჭდე" + +#: smb4k/dialogs/smb4kbookmarkeditor.cpp:76 +msgid "Remove &All" +msgstr "&ყველას წაშლა" + +#: smb4k/dialogs/smb4kcustomoptionsdialog.cpp:93 +#: smb4k/dialogs/smb4kcustomoptionsdialog.cpp:106 +msgid "Custom Options" +msgstr "ხელით მითითებული პარამეტრები" + +#: smb4k/dialogs/smb4kcustomoptionsdialog.cpp:185 +#: smb4k/dialogs/smb4kcustomoptionsdialog.cpp:301 +msgid "Try to authenticate with Kerberos (Active Directory)" +msgstr "" + +#: smb4k/dialogs/smb4kmountdialog.cpp:48 +msgid "Mount Share" +msgstr "" + +#: smb4k/dialogs/smb4kmountdialog.cpp:75 +msgid "IP Address:" +msgstr "IP მისამართი:" + +#: smb4k/dialogs/smb4kmountdialog.cpp:83 +msgid "Add this share to the bookmarks" +msgstr "" + +#: smb4k/dialogs/smb4kmountdialog.cpp:140 +msgid "" +"The format of the share you entered is not correct. It must have the form //" +"HOST/SHARE." +msgstr "" + +#: smb4k/dialogs/smb4kpreviewdialog.cpp:46 +msgid "Preview" +msgstr "მინიატურა" + +#: smb4k/dialogs/smb4kpreviewdialog.cpp:111 +msgid "Forward" +msgstr "წინ" + +#: smb4k/dialogs/smb4kpreviewdialog.cpp:112 +msgid "Up" +msgstr "ჩართული" + +#: smb4k/dialogs/smb4kprintdialog.cpp:46 +msgid "Print File" +msgstr "ფაილის დაბეჭდვა" + +#: smb4k/dialogs/smb4kprintdialog.cpp:74 +msgid "Name:" +msgstr "სახელი:" + +#: smb4k/dialogs/smb4kprintdialog.cpp:98 +msgid "File:" +msgstr "ფაილი:" + +#: smb4k/dialogs/smb4kprintdialog.cpp:107 +msgid "Copies:" +msgstr "ასლები:" + +#: smb4k/dialogs/smb4kprintdialog.cpp:155 +msgid "You haven't specified a file." +msgstr "" + +#: smb4k/dialogs/smb4ksynchronizationdialog.cpp:52 +msgid "Synchronize" +msgstr "სინქრონიზაცია" + +#: smb4k/dialogs/smb4ksynchronizationdialog.cpp:52 +msgid "Synchronize the destination with the source" +msgstr "" + +#: smb4k/dialogs/smb4ksynchronizationdialog.cpp:53 +msgid "Swap Paths" +msgstr "ბილიკების მიმოცვლა" + +#: smb4k/dialogs/smb4ksynchronizationdialog.cpp:53 +msgid "Swap source and destination" +msgstr "" + +#: smb4k/dialogs/smb4ksynchronizationdialog.cpp:60 +msgid "Source:" +msgstr "წყარო:" + +#: smb4k/dialogs/smb4ksynchronizationdialog.cpp:65 +msgid "Destination:" +msgstr "დანიშნულება:" + +#: smb4k/dialogs/smb4ksynchronizationdialog.cpp:85 +msgid "Files transferred:" +msgstr "" + +#: smb4k/dialogs/smb4ksynchronizationdialog.cpp:90 +msgid "Transfer rate:" +msgstr "" + +#: smb4k/iconview/smb4ksharesiconview_part.cpp:112 +#: smb4k/listview/smb4kshareslistview_part.cpp:115 +#: smb4k/smb4ksystemtray.cpp:794 +msgid "&Force Unmounting" +msgstr "" + +#: smb4k/iconview/smb4ksharesiconview_part.cpp:116 +#: smb4k/listview/smb4kshareslistview_part.cpp:119 +#: smb4k/smb4ksystemtray.cpp:446 +msgid "U&nmount All" +msgstr "&ყველას მოხსნა" + +#: smb4k/iconview/smb4ksharesiconview_part.cpp:119 +#: smb4k/listview/smb4kshareslistview_part.cpp:122 +#: smb4k/smb4ksystemtray.cpp:799 +msgid "S&ynchronize" +msgstr "&სინქრონიზაცია" + +#: smb4k/iconview/smb4ksharesiconview_part.cpp:122 +#: smb4k/listview/smb4kshareslistview_part.cpp:125 +#: smb4k/smb4ksystemtray.cpp:804 +msgid "Open with Konso&le" +msgstr "&Konsole-ით გახსნა" + +#: smb4k/iconview/smb4ksharesiconview_part.cpp:125 +#: smb4k/listview/smb4kshareslistview_part.cpp:128 +#: smb4k/smb4ksystemtray.cpp:809 +msgid "Open with &Konqueror" +msgstr "&Konqueror-ით გახსნა" + +#: smb4k/iconview/smb4ksharesiconview_part.cpp:549 +msgid "Smb4KSharesIconViewPart" +msgstr "Smb4KSharesIconViewPart" + +#: smb4k/iconview/smb4ksharesiconviewtooltip.cpp:122 +#: smb4k/listview/smb4kshareslistviewtooltip.cpp:122 +msgid "Mount point:" +msgstr "მიმაგრების წერტილი:" + +#: smb4k/iconview/smb4ksharesiconviewtooltip.cpp:211 +#: smb4k/listview/smb4kshareslistviewtooltip.cpp:211 +msgid "Free:" +msgstr "თავისუფალი:" + +#: smb4k/iconview/smb4ksharesiconviewtooltip.cpp:215 +#: smb4k/listview/smb4kshareslistviewtooltip.cpp:215 +msgid "Used:" +msgstr "გამოყენებული:" + +#: smb4k/iconview/smb4ksharesiconviewtooltip.cpp:219 +#: smb4k/listview/smb4kshareslistviewtooltip.cpp:219 +msgid "Total:" +msgstr "სულ:" + +#: smb4k/iconview/smb4ksharesiconviewtooltip.cpp:223 +#: smb4k/listview/smb4kshareslistviewtooltip.cpp:223 +msgid "Usage:" +msgstr "გამოყენება:" + +#: smb4k/iconview/smb4ksharesiconviewtooltip.cpp:229 +#: smb4k/iconview/smb4ksharesiconviewtooltip.cpp:388 +#: smb4k/listview/smb4kshareslistviewtooltip.cpp:229 +#: smb4k/listview/smb4kshareslistviewtooltip.cpp:388 +msgid "This share is inaccessible." +msgstr "" + +#: smb4k/listview/smb4kshareslistview.cpp:52 +msgid "Owner" +msgstr "მფლობელი" + +#: smb4k/listview/smb4kshareslistview.cpp:54 +msgid "Login" +msgstr "შესვლა" + +#: smb4k/listview/smb4kshareslistview.cpp:57 +msgid "Free" +msgstr "უფასო" + +#: smb4k/listview/smb4kshareslistview.cpp:58 +msgid "Used" +msgstr "Გამოყენებული" + +#: smb4k/listview/smb4kshareslistview.cpp:59 +msgid "Total" +msgstr "სულ" + +#: smb4k/listview/smb4kshareslistview.cpp:60 +msgid "Usage" +msgstr "გამოყენება" + +#: smb4k/listview/smb4kshareslistview_part.cpp:676 +msgid "Smb4KSharesListViewPart" +msgstr "Smb4KSharesListViewPart" + +#: smb4k/main.cpp:51 +msgid "" +"Smb4K is an advanced network neighborhood browser and a\n" +"front end to the programs of the Samba software suite." +msgstr "" + +#: smb4k/main.cpp:64 smb4k/smb4ksystemtray.cpp:59 +msgid "Smb4K" +msgstr "Smb4K" + +#: smb4k/main.cpp:66 +msgid "" +"(c) 2003-2008, Alexander Reinholdt\n" +"(c) 2004-2008, Massimo Callegari\n" +"(c) 2004, Franck Babin" +msgstr "" + +#: smb4k/main.cpp:69 smb4k/main.cpp:70 smb4k/main.cpp:71 +msgid "Developer" +msgstr "პროგრამისტი" + +#: smb4k/main.cpp:74 +msgid "Catalan translation" +msgstr "კატალანური თარგმანი" + +#: smb4k/main.cpp:75 smb4k/main.cpp:100 +msgid "Polish translation" +msgstr "პოლონური თარგმანი" + +#: smb4k/main.cpp:76 +msgid "Chinese Simplified translation" +msgstr "" + +#: smb4k/main.cpp:77 +msgid "Russian translation" +msgstr "ღრუსული თარგმანი" + +#: smb4k/main.cpp:78 +msgid "Swedish translation and intensive testing" +msgstr "" + +#: smb4k/main.cpp:79 smb4k/main.cpp:96 +msgid "Brazilian Portuguese translation" +msgstr "ბრაზილიური პორტუგალური თარგმანი" + +#: smb4k/main.cpp:80 +msgid "Ukrainian translation" +msgstr "უკრაინული თარგმანი" + +#: smb4k/main.cpp:81 +msgid "Hungarian translation" +msgstr "უნგრული თარგმანი" + +#: smb4k/main.cpp:82 smb4k/main.cpp:90 +msgid "Spanish translation" +msgstr "ესპანური თარგმანი" + +#: smb4k/main.cpp:83 +msgid "Slovak translation" +msgstr "სლოვაკური თარგმანი" + +#: smb4k/main.cpp:84 +msgid "French translation" +msgstr "ფრანგული თარგმანი" + +#: smb4k/main.cpp:85 +msgid "Japanese translation" +msgstr "იაპონური თარგმანი" + +#: smb4k/main.cpp:86 +msgid "Bulgarian translation" +msgstr "ბულგარული თარგმანი" + +#: smb4k/main.cpp:87 +msgid "Italian translation" +msgstr "იტალიური თარგმანი" + +#: smb4k/main.cpp:88 +msgid "Norwegian translations" +msgstr "" + +#: smb4k/main.cpp:89 +msgid "Czech translation" +msgstr "ჩეხური თარგმანი" + +#: smb4k/main.cpp:91 smb4k/main.cpp:97 +msgid "Turkish translation" +msgstr "" + +#: smb4k/main.cpp:92 smb4k/main.cpp:98 +msgid "Chinese Traditional translation" +msgstr "" + +#: smb4k/main.cpp:93 +msgid "Icelandic translation" +msgstr "" + +#: smb4k/main.cpp:94 +msgid "Danish translation" +msgstr "" + +#: smb4k/main.cpp:95 +msgid "Dutch translation" +msgstr "ჰოლანდიური თარგმანი" + +#: smb4k/main.cpp:99 +msgid "Testing of Smb4K under FreeBSD" +msgstr "" + +#: smb4k/main.cpp:129 +msgid "" +"Smb4K now uses a different configuration system. Thus, your old settings are " +"obsolete and you have to reconfigure the application.\n" +"To assure a clean transition, the current configuration file will be removed." +msgstr "" + +#: smb4k/searchdlg/smb4ksearchdialog.cpp:52 +msgid "Enter the search string here." +msgstr "" + +#: smb4k/searchdlg/smb4ksearchdialog.cpp:63 +msgid "Search Results" +msgstr "ძებნს შედეგები" + +#: smb4k/searchdlg/smb4ksearchdialog_part.cpp:254 +msgid "Smb4KSearchDialogPart" +msgstr "Smb4KSearchDialogPart" + +#: smb4k/searchdlg/smb4ksearchdialogitem.cpp:80 +msgid "The search failed." +msgstr "" + +#: smb4k/smb4k.cpp:84 +msgid "&Dock Widgets" +msgstr "&ვიჯეტების მიმაგრება" + +#: smb4k/smb4k.cpp:156 +msgid "Shares Vie&w" +msgstr "" + +#: smb4k/smb4k.cpp:159 +msgid "&Icon View" +msgstr "" + +#: smb4k/smb4k.cpp:163 +msgid "List Vie&w" +msgstr "" + +#: smb4k/smb4k.cpp:203 smb4k/smb4k.cpp:771 +msgid "Ready." +msgstr "მზადაა." + +#: smb4k/smb4k.cpp:264 +msgid "Jump to shares view" +msgstr "" + +#: smb4k/smb4k.cpp:293 +msgid "Jump to network browser" +msgstr "" + +#: smb4k/smb4k.cpp:332 +msgid "Jump to search dialog" +msgstr "" + +#: smb4k/smb4k.cpp:463 +msgid "" +"Closing the main window will keep Smb4K running in the system tray. Use " +"\"Quit\" from the \"File\" menu to quit the application." +msgstr "" + +#: smb4k/smb4k.cpp:465 +msgid "Docking in System Tray" +msgstr "სისტემურ საათთან მიმაგრება" + +#: smb4k/smb4k.cpp:496 +msgid "Exiting..." +msgstr "გასვლა..." + +#: smb4k/smb4k.cpp:649 +msgid "Looking up workgroups and domains..." +msgstr "" + +#: smb4k/smb4k.cpp:655 +msgid "Querying current master browser..." +msgstr "" + +#: smb4k/smb4k.cpp:661 +msgid "Querying master browser %1..." +msgstr "" + +#: smb4k/smb4k.cpp:667 +msgid "Scanning broadcast areas..." +msgstr "" + +#: smb4k/smb4k.cpp:681 +msgid "Opening workgroup..." +msgstr "" + +#: smb4k/smb4k.cpp:687 +msgid "Retrieving list of shares..." +msgstr "" + +#: smb4k/smb4k.cpp:693 +msgid "Retrieving additional information..." +msgstr "" + +#: smb4k/smb4k.cpp:699 +msgid "Searching..." +msgstr "ძებნა..." + +#: smb4k/smb4k.cpp:705 +msgid "Retrying to retrieve list of shares..." +msgstr "" + +#: smb4k/smb4k.cpp:711 smb4k/smb4k.cpp:729 smb4k/smb4k.cpp:741 +#: smb4k/smb4k.cpp:753 smb4k/smb4k.cpp:765 +msgid "Done." +msgstr "მზადაა." + +#: smb4k/smb4k.cpp:717 +msgid "Mounting share..." +msgstr "" + +#: smb4k/smb4k.cpp:723 +msgid "Unmounting share..." +msgstr "" + +#: smb4k/smb4k.cpp:735 +msgid "Printing file..." +msgstr "" + +#: smb4k/smb4k.cpp:747 +msgid "Synchronizing data..." +msgstr "" + +#: smb4k/smb4k.cpp:759 +msgid "Generating preview..." +msgstr "" + +#: smb4k/smb4k.cpp:819 smb4k/smb4ksystemtray.cpp:236 +msgid "&Edit Bookmarks" +msgstr "&სანიშნების ჩასწორება" + +#: smb4k/browser/smb4knetworkbrowser_part.rc:4 smb4k/smb4k_shell.rc:7 +#, no-c-format +msgid "&Network" +msgstr "&ქსელი" + +#: smb4k/core/smb4k.kcfg:376 +#, no-c-format +msgid "The default user name for authentication" +msgstr "" + +#: smb4k/core/smb4k.kcfg:380 +#, no-c-format +msgid "The default password for authentication" +msgstr "" + +#: smb4k/iconview/smb4ksharesiconview_part.rc:4 +#: smb4k/listview/smb4kshareslistview_part.rc:4 +#, no-c-format +msgid "&Shares" +msgstr "&გაზიარებები" + +#: smb4k/smb4k_shell.rc:9 +#, no-c-format +msgid "Sh&ares" +msgstr "&გაზიარებულები" + +#: smb4k/smb4k_shell.rc:27 +#, no-c-format +msgid "Network ToolBar" +msgstr "" + +#: smb4k/smb4k_shell.rc:29 +#, no-c-format +msgid "Shares View ToolBar" +msgstr "" + +#: smb4k/smb4k_shell.rc:31 +#, no-c-format +msgid "Main ToolBar" +msgstr "" diff --git a/po/smb4k.pot b/translations/messages/smb4k.pot index 97881c5..97881c5 100644 --- a/po/smb4k.pot +++ b/translations/messages/smb4k.pot diff --git a/po/sv.po b/translations/messages/sv.po index 0febbe5..0febbe5 100644 --- a/po/sv.po +++ b/translations/messages/sv.po diff --git a/po/uk.po b/translations/messages/uk.po index 04f6ceb..04f6ceb 100644 --- a/po/uk.po +++ b/translations/messages/uk.po diff --git a/utilities/Makefile.am b/utilities/Makefile.am deleted file mode 100644 index 3f8f77d..0000000 --- a/utilities/Makefile.am +++ /dev/null @@ -1,14 +0,0 @@ -INCLUDES = -METASOURCES = AUTO -bin_PROGRAMS = smb4k_mount smb4k_umount smb4k_kill smb4k_cat smb4k_mv -smb4k_mount_LDFLAGS = $(all_libraries) - -smb4k_umount_LDFLAGS = $(all_libraries) -smb4k_kill_LDFLAGS = $(all_libraries) -smb4k_umount_SOURCES = smb4k_umount.cpp -smb4k_mount_SOURCES = smb4k_mount.cpp -smb4k_kill_SOURCES = smb4k_kill.cpp -smb4k_cat_LDFLAGS = $(all_libraries) -smb4k_cat_SOURCES = smb4k_cat.cpp -smb4k_mv_LDFLAGS = $(all_libraries) -smb4k_mv_SOURCES = smb4k_mv.cpp diff --git a/utilities/smb4k_umount.cpp b/utilities/smb4k_umount.cpp index 0fea963..550544a 100644 --- a/utilities/smb4k_umount.cpp +++ b/utilities/smb4k_umount.cpp @@ -156,12 +156,12 @@ bool check_filesystem( const char *path, const char *fs ) if ( err_code != EIO && err_code != EACCES ) { - // ok is still FALSE + // ok is still false cerr << "smb4k_umount: " << strerror( err_code ) << endl; } else { - ok = true; // Bypass the check below, because it would yield ok == FALSE + ok = true; // Bypass the check below, because it would yield ok == false // and we want to be able to unmount broken shares as well. } @@ -204,7 +204,7 @@ bool check_filesystem( const char *path, const char *fs ) #endif else { - // ok is still FALSE. + // ok is still false. cerr << "smb4k_umount: Wrong file system specified" << endl; } |
