diff -Nru pcmanfm-qt-0.15.0/autostart/translations/lxqt-desktop_hr.desktop pcmanfm-qt-0.16.0/autostart/translations/lxqt-desktop_hr.desktop --- pcmanfm-qt-0.15.0/autostart/translations/lxqt-desktop_hr.desktop 1970-01-01 00:00:00.000000000 +0000 +++ pcmanfm-qt-0.16.0/autostart/translations/lxqt-desktop_hr.desktop 2020-11-02 22:27:00.000000000 +0000 @@ -0,0 +1,2 @@ +# Translations +Name[hr]=Radna površina diff -Nru pcmanfm-qt-0.15.0/CHANGELOG pcmanfm-qt-0.16.0/CHANGELOG --- pcmanfm-qt-0.15.0/CHANGELOG 2020-04-23 18:13:46.000000000 +0000 +++ pcmanfm-qt-0.16.0/CHANGELOG 2020-11-02 22:27:00.000000000 +0000 @@ -1,3 +1,27 @@ +pcmanfm-qt-0.16.0 / 2020-11-01 +============================== + * Removed a redundant method from desktop code. + * Added an option to switch to newly opened tab. + * Added an option to open tabs of last window. + * Fixed a regression in restoring vertical scroll position. + * Guarantee a correct cursor shape on opening a folder. + * Scroll to current item on removing/changing filter. + * Keep the current focus when opening new tab in background. + * Reversed the workaround for RTL statusbar text because it isn't needed anymore. + * Fixed DND into desktop trash. + * Handle ampersand and newline in tab text. + * Handle text tabs in statusbar. + * Added an option to open desktop folders in default file manager. + * Code cleanup. + +pcmanfm-qt-0.15.1 / 2020-05-16 +============================== + * Fixed remounting of remote folders with its bookmark under special circumstances. + * Prevented a total freeze on mounting encrypted volumes when auto-mounting is also enabled. + * Added an option to disable file tooltips. + * Changed the About link to pcmanfm-qt's GitHub page. + * Safeguard against null images with multi-screen wallpapers. + pcmanfm-qt-0.15.0 / 2020-04-21 ============================== * Keep original extensions in bulk renaming. diff -Nru pcmanfm-qt-0.15.0/CMakeLists.txt pcmanfm-qt-0.16.0/CMakeLists.txt --- pcmanfm-qt-0.15.0/CMakeLists.txt 2020-04-23 18:13:46.000000000 +0000 +++ pcmanfm-qt-0.16.0/CMakeLists.txt 2020-11-02 22:27:00.000000000 +0000 @@ -8,15 +8,15 @@ # PcmanFm-Qt Version set(PCMANFM_QT_VERSION_MAJOR 0) -set(PCMANFM_QT_VERSION_MINOR 15) +set(PCMANFM_QT_VERSION_MINOR 16) set(PCMANFM_QT_VERSION_PATCH 0) set(PCMANFM_QT_VERSION ${PCMANFM_QT_VERSION_MAJOR}.${PCMANFM_QT_VERSION_MINOR}.${PCMANFM_QT_VERSION_PATCH}) # Minimum versions -set(LIBFMQT_MINIMUM_VERSION "0.15.0") -set(LXQTBT_MINIMUM_VERSION "0.7.0") -set(QT_MINIMUM_VERSION "5.10.0") +set(LIBFMQT_MINIMUM_VERSION "0.16.0") +set(LXQTBT_MINIMUM_VERSION "0.8.0") +set(QT_MINIMUM_VERSION "5.12.0") list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake") diff -Nru pcmanfm-qt-0.15.0/config/pcmanfm-qt/lxqt/settings.conf.in pcmanfm-qt-0.16.0/config/pcmanfm-qt/lxqt/settings.conf.in --- pcmanfm-qt-0.15.0/config/pcmanfm-qt/lxqt/settings.conf.in 2020-04-23 18:13:46.000000000 +0000 +++ pcmanfm-qt-0.16.0/config/pcmanfm-qt/lxqt/settings.conf.in 2020-11-02 22:27:00.000000000 +0000 @@ -2,7 +2,7 @@ IconThemeName=elementary SuCommand=lxsudo dbus-run-session -- %s TerminalCommand= -Archiver=file-roller +Archiver=lxqt-archiver SIUnit=false TerminalDirCommand=xterm TerminalExecCommand=xterm -e %s diff -Nru pcmanfm-qt-0.15.0/debian/changelog pcmanfm-qt-0.16.0/debian/changelog --- pcmanfm-qt-0.15.0/debian/changelog 2020-06-04 19:18:48.000000000 +0000 +++ pcmanfm-qt-0.16.0/debian/changelog 2021-02-21 20:07:46.000000000 +0000 @@ -1,3 +1,32 @@ +pcmanfm-qt (0.16.0-1ubuntu2) hirsute; urgency=low + + [ Raman Sarda ] + * New upstream version. + * Bump debhelper-compat requirement to 13. + * Drop empty series file. + * Update dependencies. + + -- Raman Sarda Mon, 22 Feb 2021 01:37:46 +0530 + +pcmanfm-qt (0.16.0-1) unstable; urgency=medium + + [ Alf Gaida ] + * Switched to gbp + * Bumped Standards-Version to 4.4.0, no changes needed + + [ Debian Janitor ] + * Fix field name typo in debian/upstream/metadata (Repository-Browser => + Repository-Browse). + * Set upstream metadata fields: Repository. + * Remove obsolete field Name from debian/upstream/metadata (already present in + machine-readable debian/copyright). + * Update standards version to 4.5.0, no changes needed. + + [ Andrew Lee (李健秋) ] + * New upstream release. (Closes: #978174) + + -- Andrew Lee (李健秋) Thu, 07 Jan 2021 17:33:42 +0800 + pcmanfm-qt (0.15.0-0ubuntu1) groovy; urgency=medium * New upstream release. @@ -9,6 +38,30 @@ -- Simon Quigley Thu, 04 Jun 2020 14:18:48 -0500 +pcmanfm-qt (0.14.1-3) unstable; urgency=medium + + * Enhanched the fix and included pcmanfm/settings.cpp - the fallback + settings. + + -- Alf Gaida Sun, 12 May 2019 01:41:32 +0200 + +pcmanfm-qt (0.14.1-2) unstable; urgency=medium + + * Starting pcmanfm-qt as root session need a running dbus user-session + Bug was: pcmanfm-qt does not start as root on Debian live (Closes: #928818) + Thanks adrian15 for spotting this. + + -- Alf Gaida Sat, 11 May 2019 20:38:43 +0200 + +pcmanfm-qt (0.14.1-1) unstable; urgency=medium + + * Cherry-picking upstream release 0.14.1. + * Bumped minimum version libfm-qt-dev (>= 0.14.1~) + * Depend now on libfm-qt6 (>= 0.14.1~) + * Improved the description of the language package + + -- Alf Gaida Sun, 24 Feb 2019 23:23:24 +0100 + pcmanfm-qt (0.14.1-0ubuntu3) eoan; urgency=medium * Drop patch change-thumbnail-view-icon.patch @@ -28,6 +81,22 @@ -- Simon Quigley Sat, 09 Mar 2019 13:23:17 -0600 +pcmanfm-qt (0.14.0-1) unstable; urgency=medium + + * Cherry-picking upstream release 0.14.0. + * Bumped Standards to 4.3.0, no changes needed + * Dropped d/compat, use debhelper-compat = 12, no changes needed + * Fixed years in d/copyright + * Bumped minimum version libfm-qt-dev (>= 0.14.0~) + * Bumped minimum version lxqt-build-tools (>= 0.6.0~) + * Depend now on libfm-qt6 (>= 0.14.0~) + * Removed obsolete PULL_TRANSLATIONS= OFF from dh_auto_configure + * Added Build-Depends-Package field to symbols + * Added l10n-package, moved from lxqt-l10n + * Added d/upstream/metadata + + -- Alf Gaida Sun, 27 Jan 2019 19:40:51 +0100 + pcmanfm-qt (0.14.0-0ubuntu2) disco; urgency=medium * Depend on the newer libfm-qt6 package. @@ -423,3 +492,4 @@ * Warpped lines in copyright. -- Andrew Lee (李健秋) Mon, 17 Aug 2015 21:04:54 +0800 + diff -Nru pcmanfm-qt-0.15.0/debian/control pcmanfm-qt-0.16.0/debian/control --- pcmanfm-qt-0.15.0/debian/control 2020-06-04 19:18:48.000000000 +0000 +++ pcmanfm-qt-0.16.0/debian/control 2021-02-21 20:07:46.000000000 +0000 @@ -8,15 +8,15 @@ Yuan CHAO Section: x11 Priority: optional -Build-Depends: debhelper-compat (= 12), +Build-Depends: debhelper-compat (= 13), libexif-dev, - libfm-qt-dev (>= 0.15.0), + libfm-qt-dev (>= 0.16.0~), libkf5windowsystem-dev, libmenu-cache-dev, libqt5svg5-dev, libqt5x11extras5-dev, libx11-dev, - lxqt-build-tools (>= 0.7.0) + lxqt-build-tools (>= 0.8.0~) Standards-Version: 4.5.0 Vcs-Browser: https://phab.lubuntu.me/source/pcmanfm-qt/ Vcs-Git: https://phab.lubuntu.me/source/pcmanfm-qt.git @@ -28,11 +28,8 @@ Architecture: any Depends: default-dbus-session-bus | dbus-session-bus | dbus-x11, desktop-file-utils, - libfm-modules, - libfm-qt7 (>= 0.15.0), - lxqt-sudo, - ${misc:Depends}, - ${shlibs:Depends} + libfm-qt8 (>= 0.16.0~), + lxqt-sudo Recommends: eject, ffmpegthumbnailer, gvfs-backends, diff -Nru pcmanfm-qt-0.15.0/debian/gbp.conf pcmanfm-qt-0.16.0/debian/gbp.conf --- pcmanfm-qt-0.15.0/debian/gbp.conf 1970-01-01 00:00:00.000000000 +0000 +++ pcmanfm-qt-0.16.0/debian/gbp.conf 2021-01-07 09:28:19.000000000 +0000 @@ -0,0 +1,6 @@ +[DEFAULT] +debian-branch = debian/sid +upstream-branch = upstream/latest +pristine-tar = True +compression = xz + diff -Nru pcmanfm-qt-0.15.0/debian/upstream/metadata pcmanfm-qt-0.16.0/debian/upstream/metadata --- pcmanfm-qt-0.15.0/debian/upstream/metadata 1970-01-01 00:00:00.000000000 +0000 +++ pcmanfm-qt-0.16.0/debian/upstream/metadata 2021-01-07 09:28:19.000000000 +0000 @@ -0,0 +1,6 @@ +Bug-Database: https://github.com/lxqt/pcmanfm-qt/issues +Bug-Submit: https://github.com/lxqt/pcmanfm-qt/issues/new +Changelog: https://github.com/lxqt/pcmanfm-qt/blob/master/CHANGELOG +Repository: https://github.com/lxqt/pcmanfm-qt.git +Repository-Browse: https://github.com/lxqt/pcmanfm-qt + diff -Nru pcmanfm-qt-0.15.0/pcmanfm/about.ui pcmanfm-qt-0.16.0/pcmanfm/about.ui --- pcmanfm-qt-0.15.0/pcmanfm/about.ui 2020-04-23 18:13:46.000000000 +0000 +++ pcmanfm-qt-0.16.0/pcmanfm/about.ui 2020-11-02 22:27:00.000000000 +0000 @@ -55,7 +55,8 @@ - <html><head/><body><p><a href="https://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">https://lxqt.org/</span></a></p></body></html> + <html><head/><body><p><a href="https://github.com/lxqt/pcmanfm-qt"><span style=" text-decoration: underline; color:#0000ff;">https://github.com/lxqt/pcmanfm-qt</span></a></p></body></html> + Qt::RichText @@ -63,6 +64,9 @@ Qt::AlignCenter + + true + diff -Nru pcmanfm-qt-0.15.0/pcmanfm/application.cpp pcmanfm-qt-0.16.0/pcmanfm/application.cpp --- pcmanfm-qt-0.15.0/pcmanfm/application.cpp 2020-04-23 18:13:46.000000000 +0000 +++ pcmanfm-qt-0.16.0/pcmanfm/application.cpp 2020-11-02 22:27:00.000000000 +0000 @@ -249,16 +249,18 @@ } else { if(!parser.isSet(desktopOption) && !parser.isSet(desktopOffOption)) { + bool reopenLastTabs = false; QStringList paths = parser.positionalArguments(); if(paths.isEmpty()) { // if no path is specified and we're using daemon mode, // don't open current working directory if(!daemonMode_) { + reopenLastTabs = true; // open last tab paths only if no path is specified paths.push_back(QDir::currentPath()); } } if(!paths.isEmpty()) { - launchFiles(QDir::currentPath(), paths, parser.isSet(newWindowOption)); + launchFiles(QDir::currentPath(), paths, parser.isSet(newWindowOption), reopenLastTabs); } keepRunning = true; } @@ -293,11 +295,13 @@ } else { if(!parser.isSet(desktopOption) && !parser.isSet(desktopOffOption)) { + bool reopenLastTabs = false; QStringList paths = parser.positionalArguments(); if(paths.isEmpty()) { + reopenLastTabs = true; // open last tab paths only if no path is specified paths.push_back(QDir::currentPath()); } - iface.call(QStringLiteral("launchFiles"), QDir::currentPath(), paths, parser.isSet(newWindowOption)); + iface.call(QStringLiteral("launchFiles"), QDir::currentPath(), paths, parser.isSet(newWindowOption), reopenLastTabs); } } } @@ -505,10 +509,18 @@ dlg->show(); } -void Application::launchFiles(QString cwd, QStringList paths, bool inNewWindow) { +void Application::launchFiles(QString cwd, QStringList paths, bool inNewWindow, bool reopenLastTabs) { Fm::FilePathList pathList; Fm::FilePath cwd_path; - QStringList::iterator it; + + reopenLastTabs = reopenLastTabs && settings_.reopenLastTabs() && !settings_.tabPaths().isEmpty(); + if(reopenLastTabs) { + paths = settings_.tabPaths(); + paths.removeDuplicates(); + // forget tab paths with next windows until the last one is closed + settings_.setTabPaths(QStringList()); + } + for(const QString& it : qAsConst(paths)) { QByteArray pathName = it.toLocal8Bit(); Fm::FilePath path; @@ -550,6 +562,24 @@ else { Launcher(nullptr).launchPaths(nullptr, pathList); } + + // if none of the last tabs can be opened and there is no main window yet, + // open the current directory + if(reopenLastTabs) { + bool hasWindow = false; + const QWidgetList windows = topLevelWidgets(); + for(const auto& win : windows) { + if(win->inherits("PCManFM::MainWindow")) { + hasWindow = true; + break; + } + } + if(!hasWindow) { + paths.clear(); + paths.push_back(QDir::currentPath()); + launchFiles(QDir::currentPath(), paths, inNewWindow, false); + } + } } void Application::openFolders(Fm::FileInfoList files) { @@ -636,7 +666,6 @@ } else { QRect rect; - const auto allScreens = screens(); if(auto screen = window->getDesktopScreen()) { rect = screen->geometry(); } @@ -684,7 +713,40 @@ } void Application::initVolumeManager() { + // WARNING: If the user tries to mount a volume before auto-mounting is started — + // and that is especially possible with an encrypted volume — a complete freeze might + // happen because MountOperation::wait() uses a local QEventLoop. Therefore, we need + // to start auto-mounting only after all probable GUI mount operations are finished. + QList ops; + const auto windows = topLevelWidgets(); + for(const auto& win : windows) { + if(win->inherits("PCManFM::MainWindow")) { + MainWindow* mainWindow = static_cast(win); + ops << mainWindow->pendingMountOperations(); + } + } + if(ops.isEmpty()) { // no pending mount operation + reallyInitVolumeManager(); + return; + } + for(const Fm::MountOperation* op : ops) { + connect(op, &QObject::destroyed, this, [this] { + const auto windows = topLevelWidgets(); + for(const auto& win : windows) { + if(win->inherits("PCManFM::MainWindow")) { + MainWindow* mainWindow = static_cast(win); + if(!mainWindow->pendingMountOperations().isEmpty()) { + return; + } + } + } + // now, there is no pending mount operation + reallyInitVolumeManager(); + }); + } +} +void Application::reallyInitVolumeManager() { g_signal_connect(volumeMonitor_, "volume-added", G_CALLBACK(onVolumeAdded), this); if(settings_.mountOnStartup()) { diff -Nru pcmanfm-qt-0.15.0/pcmanfm/application.h pcmanfm-qt-0.16.0/pcmanfm/application.h --- pcmanfm-qt-0.15.0/pcmanfm/application.h 2020-04-23 18:13:46.000000000 +0000 +++ pcmanfm-qt-0.16.0/pcmanfm/application.h 2020-11-02 22:27:00.000000000 +0000 @@ -73,7 +73,7 @@ } // public interface exported via dbus - void launchFiles(QString cwd, QStringList paths, bool inNewWindow); + void launchFiles(QString cwd, QStringList paths, bool inNewWindow, bool reopenLastTabs); void setWallpaper(QString path, QString modeString); void preferences(QString page); void desktopPrefrences(QString page); @@ -128,6 +128,7 @@ private: void initWatch(); void installSigtermHandler(); + void reallyInitVolumeManager(); bool isPrimaryInstance; Fm::LibFmQt libFm_; diff -Nru pcmanfm-qt-0.15.0/pcmanfm/autorundialog.h pcmanfm-qt-0.16.0/pcmanfm/autorundialog.h --- pcmanfm-qt-0.15.0/pcmanfm/autorundialog.h 2020-04-23 18:13:46.000000000 +0000 +++ pcmanfm-qt-0.16.0/pcmanfm/autorundialog.h 2020-11-02 22:27:00.000000000 +0000 @@ -31,7 +31,7 @@ Q_OBJECT public: - explicit AutoRunDialog(GVolume* volume, GMount* mount, QWidget* parent = 0, Qt::WindowFlags f = 0); + explicit AutoRunDialog(GVolume* volume, GMount* mount, QWidget* parent = 0, Qt::WindowFlags f = Qt::WindowFlags()); virtual ~AutoRunDialog(); virtual void accept(); diff -Nru pcmanfm-qt-0.15.0/pcmanfm/bulkrename.h pcmanfm-qt-0.16.0/pcmanfm/bulkrename.h --- pcmanfm-qt-0.15.0/pcmanfm/bulkrename.h 2020-04-23 18:13:46.000000000 +0000 +++ pcmanfm-qt-0.16.0/pcmanfm/bulkrename.h 2020-11-02 22:27:00.000000000 +0000 @@ -30,7 +30,7 @@ Q_OBJECT public: - explicit BulkRenameDialog(QWidget* parent = nullptr, Qt::WindowFlags flags = 0); + explicit BulkRenameDialog(QWidget* parent = nullptr, Qt::WindowFlags flags = Qt::WindowFlags()); QString getBaseName() const { return ui.lineEdit->text(); diff -Nru pcmanfm-qt-0.15.0/pcmanfm/desktoppreferencesdialog.cpp pcmanfm-qt-0.16.0/pcmanfm/desktoppreferencesdialog.cpp --- pcmanfm-qt-0.15.0/pcmanfm/desktoppreferencesdialog.cpp 2020-04-23 18:13:46.000000000 +0000 +++ pcmanfm-qt-0.16.0/pcmanfm/desktoppreferencesdialog.cpp 2020-11-02 22:27:00.000000000 +0000 @@ -129,6 +129,8 @@ ui.vMargin->setValue(settings.desktopCellMargins().height()); connect(ui.lockMargins, &QAbstractButton::clicked, this, &DesktopPreferencesDialog::lockMargins); + ui.defaultFileManager->setChecked(settings.openWithDefaultFileManager()); + resize(sizeHint()); // show it compact } @@ -205,6 +207,8 @@ settings.setDesktopCellMargins(QSize(ui.hMargin->value(), ui.vMargin->value())); + settings.setOpenWithDefaultFileManager(ui.defaultFileManager->isChecked()); + settings.save(); } diff -Nru pcmanfm-qt-0.15.0/pcmanfm/desktoppreferencesdialog.h pcmanfm-qt-0.16.0/pcmanfm/desktoppreferencesdialog.h --- pcmanfm-qt-0.15.0/pcmanfm/desktoppreferencesdialog.h 2020-04-23 18:13:46.000000000 +0000 +++ pcmanfm-qt-0.16.0/pcmanfm/desktoppreferencesdialog.h 2020-11-02 22:27:00.000000000 +0000 @@ -32,7 +32,7 @@ Q_OBJECT public: - explicit DesktopPreferencesDialog(QWidget* parent = 0, Qt::WindowFlags f = 0); + explicit DesktopPreferencesDialog(QWidget* parent = 0, Qt::WindowFlags f = Qt::WindowFlags()); virtual ~DesktopPreferencesDialog(); virtual void accept(); diff -Nru pcmanfm-qt-0.15.0/pcmanfm/desktop-preferences.ui pcmanfm-qt-0.16.0/pcmanfm/desktop-preferences.ui --- pcmanfm-qt-0.15.0/pcmanfm/desktop-preferences.ui 2020-04-23 18:13:46.000000000 +0000 +++ pcmanfm-qt-0.16.0/pcmanfm/desktop-preferences.ui 2020-11-02 22:27:00.000000000 +0000 @@ -207,6 +207,17 @@ + + + By default, desktop folders will be opened in PCManFM-Qt if they +are left clicked, even when it is not the default file manager. + + + Open desktop folders in default file manager by left clicking + + + + Qt::Vertical diff -Nru pcmanfm-qt-0.15.0/pcmanfm/desktopwindow.cpp pcmanfm-qt-0.16.0/pcmanfm/desktopwindow.cpp --- pcmanfm-qt-0.15.0/pcmanfm/desktopwindow.cpp 2020-04-23 18:13:46.000000000 +0000 +++ pcmanfm-qt-0.16.0/pcmanfm/desktopwindow.cpp 2020-11-02 22:27:00.000000000 +0000 @@ -40,6 +40,7 @@ #include #include #include +#include #include "./application.h" #include "mainwindow.h" @@ -135,7 +136,6 @@ connect(proxyModel_, &Fm::ProxyFolderModel::rowsAboutToBeRemoved, this, &DesktopWindow::onRowsAboutToBeRemoved); connect(proxyModel_, &Fm::ProxyFolderModel::layoutChanged, this, &DesktopWindow::onLayoutChanged); connect(proxyModel_, &Fm::ProxyFolderModel::sortFilterChanged, this, &DesktopWindow::onModelSortFilterChanged); - connect(proxyModel_, &Fm::ProxyFolderModel::dataChanged, this, &DesktopWindow::onDataChanged); } // remove frame @@ -312,8 +312,15 @@ void DesktopWindow::createHomeShortcut() { GKeyFile* kf = g_key_file_new(); - g_key_file_set_string(kf, "Desktop Entry", "Type", "Application"); - g_key_file_set_string(kf, "Desktop Entry", "Exec", Fm::CStrPtr(g_strconcat("pcmanfm-qt ", Fm::FilePath::homeDir().toString().get(), nullptr)).get()); + if(static_cast(qApp)->settings().openWithDefaultFileManager()) { + // let the default file manager open the home folder + g_key_file_set_string(kf, "Desktop Entry", "Type", "Link"); + g_key_file_set_string(kf, "Desktop Entry", "URL", Fm::FilePath::homeDir().toString().get()); + } + else { + g_key_file_set_string(kf, "Desktop Entry", "Type", "Application"); + g_key_file_set_string(kf, "Desktop Entry", "Exec", Fm::CStrPtr(g_strconcat("pcmanfm-qt ", Fm::FilePath::homeDir().toString().get(), nullptr)).get()); + } g_key_file_set_string(kf, "Desktop Entry", "Icon", "user-home"); g_key_file_set_string(kf, "Desktop Entry", "Name", g_get_user_name()); @@ -410,7 +417,7 @@ bool DesktopWindow::isTrashCan(std::shared_ptr file) const { bool ret(false); - if(file && (file->isDesktopEntry() || file->isShortcut()) && trashMonitor_) { + if(file && file->isDesktopEntry() && trashMonitor_) { const QString fileName = QString::fromStdString(file->name()); const char* execStr = fileName == QLatin1String("trash-can.desktop") ? "pcmanfm-qt trash:///" : nullptr; @@ -512,27 +519,29 @@ QImage DesktopWindow::getWallpaperImage() const { QImage image(wallpaperFile_); - Settings& settings = static_cast(qApp)->settings(); - if(settings.transformWallpaper() - && (wallpaperFile_.endsWith(QLatin1String(".jpg"), Qt::CaseInsensitive) - || wallpaperFile_.endsWith(QLatin1String(".jpeg"), Qt::CaseInsensitive))) { - // auto-transform jpeg images based on their EXIF data - QImageReader reader(wallpaperFile_); - QImageIOHandler::Transformations tr = reader.transformation(); - QMatrix m; - // mirroring - if(tr & QImageIOHandler::TransformationMirror) { - m.scale(-1, 1); - } - if(tr & QImageIOHandler::TransformationFlip) { - m.scale(1, -1); - } - // rotation - if(tr & QImageIOHandler::TransformationRotate90) { - m.rotate(90); - } - if(!m.isIdentity()) { - image = image.transformed(m); + if(!image.isNull()) { + Settings& settings = static_cast(qApp)->settings(); + if(settings.transformWallpaper() + && (wallpaperFile_.endsWith(QLatin1String(".jpg"), Qt::CaseInsensitive) + || wallpaperFile_.endsWith(QLatin1String(".jpeg"), Qt::CaseInsensitive))) { + // auto-transform jpeg images based on their EXIF data + QImageReader reader(wallpaperFile_); + QImageIOHandler::Transformations tr = reader.transformation(); + QMatrix m; + // mirroring + if(tr & QImageIOHandler::TransformationMirror) { + m.scale(-1, 1); + } + if(tr & QImageIOHandler::TransformationFlip) { + m.scale(1, -1); + } + // rotation + if(tr & QImageIOHandler::TransformationRotate90) { + m.rotate(90); + } + if(!m.isIdentity()) { + image = image.transformed(m); + } } } return image; @@ -624,7 +633,7 @@ bool perScreenWallpaper(screen != nullptr && screen->virtualSiblings().size() > 1 && settings.perScreenWallpaper()); if(wallpaperMode_ == WallpaperTile) { // use the original size image = getWallpaperImage(); - if (!image.isNull()) { + if(!image.isNull()) { // Note: We can't use the QPainter::drawTiledPixmap(), because it doesn't tile // correctly for background pixmaps bigger than the current screen size. const QSize s = size(); @@ -644,11 +653,13 @@ QPainter painter{&pixmap}; pixmap.fill(bgColor_); image = getWallpaperImage(); - QImage scaled; - const auto screens = screen->virtualSiblings(); - for(const auto& scr : screens) { - scaled = image.scaled(scr->size(), Qt::IgnoreAspectRatio, Qt::SmoothTransformation); - painter.drawImage(scr->geometry().x(), scr->geometry().y(), scaled); + if(!image.isNull()) { + QImage scaled; + const auto screens = screen->virtualSiblings(); + for(const auto& scr : screens) { + scaled = image.scaled(scr->size(), Qt::IgnoreAspectRatio, Qt::SmoothTransformation); + painter.drawImage(scr->geometry().x(), scr->geometry().y(), scaled); + } } } else { @@ -663,60 +674,63 @@ QPainter painter{&pixmap}; pixmap.fill(bgColor_); image = getWallpaperImage(); - QImage scaled; - int x, y; - const auto screens = screen->virtualSiblings(); - if(wallpaperMode_ == WallpaperCenter) { - for(const auto& scr : screens) { - // get the gap between image and screen to avoid overlapping and displacement - int x_gap = (image.width() - scr->geometry().width()) / 2; - int y_gap = (image.height() - scr->geometry().height()) / 2; - scaled = image.copy(qMax(x_gap, 0), qMax(y_gap, 0), scr->geometry().width(), scr->geometry().height()); - x = scr->geometry().x() + qMax(0, -x_gap); - y = scr->geometry().y() + qMax(0, - y_gap); - painter.drawImage(x, y, scaled); - } - } - else if(wallpaperMode_ == WallpaperFit || wallpaperMode_ == WallpaperZoom) { - for(const auto& scr : screens) { - // get the screen-to-image ratio to calculate the scale factors - const qreal w_ratio = static_cast(scr->geometry().width()) / image.width(); - const qreal h_ratio = static_cast(scr->geometry().height()) / image.height(); - if(w_ratio <= h_ratio) { - if(wallpaperMode_ == WallpaperFit) { - // fit horizontally - scaled = image.scaledToWidth(scr->geometry().width(), Qt::SmoothTransformation); - x = scr->geometry().x(); - y = scr->geometry().y() + (scr->geometry().height() - scaled.height()) / 2; - } - else { // zoom - // fit vertically - scaled = image.scaledToHeight(scr->geometry().height(), Qt::SmoothTransformation); - // crop to avoid overlapping - int x_gap = (scaled.width() - scr->geometry().width()) / 2; - scaled = scaled.copy(x_gap, 0, scr->geometry().width(), scaled.height()); - x = scr->geometry().x(); - y = scr->geometry().y(); - } + if(!image.isNull()) { + QImage scaled; + int x, y; + const auto screens = screen->virtualSiblings(); + if(wallpaperMode_ == WallpaperCenter) { + for(const auto& scr : screens) { + // get the gap between image and screen to avoid overlapping and displacement + int x_gap = (image.width() - scr->geometry().width()) / 2; + int y_gap = (image.height() - scr->geometry().height()) / 2; + scaled = image.copy(qMax(x_gap, 0), qMax(y_gap, 0), scr->geometry().width(), scr->geometry().height()); + x = scr->geometry().x() + qMax(0, -x_gap); + y = scr->geometry().y() + qMax(0, - y_gap); + painter.drawImage(x, y, scaled); } - else { // w_ratio > h_ratio - if(wallpaperMode_ == WallpaperFit) { - // fit vertically - scaled = image.scaledToHeight(scr->geometry().height(), Qt::SmoothTransformation); - x = scr->geometry().x() + (scr->geometry().width() - scaled.width()) / 2; - y = scr->geometry().y(); + } + else if((wallpaperMode_ == WallpaperFit || wallpaperMode_ == WallpaperZoom) + && image.width() > 0 && image.height() > 0) { + for(const auto& scr : screens) { + // get the screen-to-image ratio to calculate the scale factors + const qreal w_ratio = static_cast(scr->geometry().width()) / image.width(); + const qreal h_ratio = static_cast(scr->geometry().height()) / image.height(); + if(w_ratio <= h_ratio) { + if(wallpaperMode_ == WallpaperFit) { + // fit horizontally + scaled = image.scaledToWidth(scr->geometry().width(), Qt::SmoothTransformation); + x = scr->geometry().x(); + y = scr->geometry().y() + (scr->geometry().height() - scaled.height()) / 2; + } + else { // zoom + // fit vertically + scaled = image.scaledToHeight(scr->geometry().height(), Qt::SmoothTransformation); + // crop to avoid overlapping + int x_gap = (scaled.width() - scr->geometry().width()) / 2; + scaled = scaled.copy(x_gap, 0, scr->geometry().width(), scaled.height()); + x = scr->geometry().x(); + y = scr->geometry().y(); + } } - else { // zoom - // fit horizonatally - scaled = image.scaledToWidth(scr->geometry().width(), Qt::SmoothTransformation); - // crop to avoid overlapping - int y_gap = (scaled.height() - scr->geometry().height()) / 2; - scaled = scaled.copy(0, y_gap, scaled.width(), scr->geometry().height()); - x = scr->geometry().x(); - y = scr->geometry().y(); + else { // w_ratio > h_ratio + if(wallpaperMode_ == WallpaperFit) { + // fit vertically + scaled = image.scaledToHeight(scr->geometry().height(), Qt::SmoothTransformation); + x = scr->geometry().x() + (scr->geometry().width() - scaled.width()) / 2; + y = scr->geometry().y(); + } + else { // zoom + // fit horizonatally + scaled = image.scaledToWidth(scr->geometry().width(), Qt::SmoothTransformation); + // crop to avoid overlapping + int y_gap = (scaled.height() - scr->geometry().height()) / 2; + scaled = scaled.copy(0, y_gap, scaled.width(), scr->geometry().height()); + x = scr->geometry().x(); + y = scr->geometry().y(); + } } + painter.drawImage(x, y, scaled); } - painter.drawImage(x, y, scaled); } } } @@ -803,8 +817,13 @@ files.removeOne(ls); // choose from other images } // this is needed for the randomness, especially when choosing the first wallpaper - qsrand((uint)QTime::currentTime().msec()); - int randomValue = qrand() % files.size(); + + // Conversion notes: + // The random generated value can be safely converted to an int because it's max + // value is also an int (files.size() - 1). + // files.size() - 1 (the highest random value) is always => 1 + // files.at(0) -> valid, files.at(size) -> invalid + int randomValue = static_cast(QRandomGenerator::global()->bounded(static_cast(files.size()))); wallpaperFile_ = dir + files.at(randomValue); } else { @@ -856,6 +875,7 @@ setForeground(settings.desktopFgColor()); setBackground(settings.desktopBgColor()); setShadow(settings.desktopShadowColor()); + fileLauncher_.setOpenWithDefaultFileManager(settings.openWithDefaultFileManager()); desktopHideItems_ = settings.desktopHideItems(); if(desktopHideItems_) { // hide all items by hiding the list view and also @@ -909,8 +929,7 @@ } else { // special right-click menus for our desktop shortcuts - if(fileInfo && (fileInfo->isDesktopEntry() || fileInfo->isShortcut()) - && type == Fm::FolderView::ContextMenuClick) { + if(fileInfo && fileInfo->isDesktopEntry() && type == Fm::FolderView::ContextMenuClick) { Settings& settings = static_cast(qApp)->settings(); const QStringList ds = settings.desktopShortcuts(); if(!ds.isEmpty()) { @@ -1090,33 +1109,6 @@ settings.setDesktopSortHiddenLast(proxyModel_->hiddenLast()); } -void DesktopWindow::onDataChanged(const QModelIndex& topLeft, const QModelIndex& bottomRight) { - /**************************************************************************** - NOTE: The display names of desktop entries and shortcuts may change without - their files being renamed and, on such occasions, a relayout will be needed. - Since there is no signal for that, we use the signal dataChanged() and the - QHash displayNames_, which remembers such display names with every relayout. - ****************************************************************************/ - if(topLeft.column() == 0) { - bool relayout(false); - for(int i = topLeft.row(); i <= bottomRight.row(); ++i) { - QModelIndex index = topLeft.sibling(i, 0); - if(index.isValid() && displayNames_.contains(index)) { - auto file = proxyModel_->fileInfoFromIndex(index); - if(displayNames_[index] != file->displayName()) { - relayout = true; - break; - } - } - } - if(relayout) { - queueRelayout(); - // parts of the old display name might still be visible if it's long - listView_->viewport()->update(); - } - } -} - void DesktopWindow::onFolderStartLoading() { // desktop may be reloaded if(model_) { disconnect(model_, &Fm::FolderModel::filesAdded, this, &DesktopWindow::onFilesAdded); @@ -1218,15 +1210,21 @@ return; } const QString fileName = QString::fromStdString(file->name()); - auto homeExec = Fm::CStrPtr(g_strconcat("pcmanfm-qt ", Fm::FilePath::homeDir().toString().get(), nullptr)); - const char* execStr = fileName == QLatin1String("trash-can.desktop") && ds.contains(QLatin1String("Trash")) ? "pcmanfm-qt trash:///" : - fileName == QLatin1String("user-home.desktop") && ds.contains(QLatin1String("Home")) ? homeExec.get() : + bool isHome(fileName == QLatin1String("user-home.desktop") && ds.contains(QLatin1String("Home"))); + // we need this in advance because we get execStr with a nested ternary operator below + auto homeExec = isHome && settings.openWithDefaultFileManager() + ? Fm::FilePath::homeDir().toString() + : Fm::CStrPtr(g_strconcat("pcmanfm-qt ", Fm::FilePath::homeDir().toString().get(), nullptr)); + const char* execStr = isHome ? homeExec.get() : + fileName == QLatin1String("trash-can.desktop") && ds.contains(QLatin1String("Trash")) ? "pcmanfm-qt trash:///" : fileName == QLatin1String("computer.desktop") && ds.contains(QLatin1String("Computer")) ? "pcmanfm-qt computer:///" : fileName == QLatin1String("network.desktop") && ds.contains(QLatin1String("Network")) ? "pcmanfm-qt network:///" : nullptr; if(execStr) { GKeyFile* kf = g_key_file_new(); if(g_key_file_load_from_file(kf, file->path().toString().get(), G_KEY_FILE_NONE, nullptr)) { - Fm::CStrPtr str{g_key_file_get_string(kf, "Desktop Entry", "Exec", nullptr)}; + Fm::CStrPtr str{g_key_file_get_string(kf, "Desktop Entry", + isHome && settings.openWithDefaultFileManager() ? "URL" : "Exec", + nullptr)}; if(str && strcmp(str.get(), execStr) == 0) { file->setTrustable(true); } @@ -1242,7 +1240,6 @@ if(screen == nullptr) { return; } - displayNames_.clear(); loadItemPositions(); // something may have changed // qDebug("relayoutItems()"); if(relayoutTimer_) { @@ -1271,9 +1268,7 @@ file->setTrustable(true); filesToTrust_.removeAll(QString::fromStdString(name)); } - if(file->isDesktopEntry() || file->isShortcut()) { - // remember display names of desktop entries and shortcuts - displayNames_[index] = file->displayName(); + else if(file->isDesktopEntry()) { trustOurDesktopShortcut(file); } auto find_it = customItemPos_.find(name); @@ -1887,9 +1882,9 @@ p.setY(qMax(workArea.top(), p.y())); alignToGrid(p, workArea.topLeft(), grid, listView_->spacing()); // then put the point where the icon rectangle may be - // (if there is any item, its icon is immediately below the middle of the top side) + // (if there is any item, its icon is immediately below the middle of its top side) p.setX(p.x() + (grid.width() + listView_->spacing()) / 2); - p.setY(p.y() + listView_->spacing() / 2 + 1); + p.setY(p.y() + listView_->spacing() / 2 + getMargins().height() + 1); // if this is the Trash cell, return its index QModelIndex indx = listView_->indexAt(p); if(indx.isValid() && indx.model()) { diff -Nru pcmanfm-qt-0.15.0/pcmanfm/desktopwindow.h pcmanfm-qt-0.16.0/pcmanfm/desktopwindow.h --- pcmanfm-qt-0.15.0/pcmanfm/desktopwindow.h 2020-04-23 18:13:46.000000000 +0000 +++ pcmanfm-qt-0.16.0/pcmanfm/desktopwindow.h 2020-11-02 22:27:00.000000000 +0000 @@ -116,7 +116,6 @@ void onRowsInserted(const QModelIndex& parent, int start, int end); void onLayoutChanged(); void onModelSortFilterChanged(); - void onDataChanged(const QModelIndex& topLeft, const QModelIndex& bottomRight); void onFolderStartLoading(); void onFolderFinishLoading(); void onFilesAdded(const Fm::FileInfoList files); @@ -183,7 +182,6 @@ int screenNum_; std::unordered_map customItemPos_; - QHash displayNames_; // only for desktop entries and shortcuts QTimer* relayoutTimer_; QTimer* selectionTimer_; diff -Nru pcmanfm-qt-0.15.0/pcmanfm/launcher.cpp pcmanfm-qt-0.16.0/pcmanfm/launcher.cpp --- pcmanfm-qt-0.15.0/pcmanfm/launcher.cpp 2020-04-23 18:13:46.000000000 +0000 +++ pcmanfm-qt-0.16.0/pcmanfm/launcher.cpp 2020-11-02 22:27:00.000000000 +0000 @@ -28,7 +28,8 @@ Launcher::Launcher(PCManFM::MainWindow* mainWindow): Fm::FileLauncher(), mainWindow_(mainWindow), - openInNewTab_(false) { + openInNewTab_(false), + openWithDefaultFileManager_(false) { Application* app = static_cast(qApp); setQuickExec(app->settings().quickExec()); @@ -38,12 +39,26 @@ } -bool Launcher::openFolder(GAppLaunchContext* /*ctx*/, const Fm::FileInfoList& folderInfos, Fm::GErrorPtr& /*err*/) { +bool Launcher::openFolder(GAppLaunchContext* ctx, const Fm::FileInfoList& folderInfos, Fm::GErrorPtr& /*err*/) { auto fi = folderInfos[0]; Application* app = static_cast(qApp); MainWindow* mainWindow = mainWindow_; Fm::FilePath path = fi->path(); if(!mainWindow) { + // Launch folders with the default file manager if: + // 1. There is no main window (i.e., folders are on desktop), + // 2. The folders are not supposed to be opened in new tabs, and + // 3. The default file manager exists and is not PCManFM-Qt. + if(openWithDefaultFileManager_ && !openInNewTab_) { + auto defaultApp = Fm::GAppInfoPtr{g_app_info_get_default_for_type("inode/directory", FALSE), false}; + if(defaultApp != nullptr + && strcmp(g_app_info_get_id(defaultApp.get()), "pcmanfm-qt.desktop") != 0) { + for(const auto folder : folderInfos) { + Fm::FileLauncher::launchWithDefaultApp(folder, ctx); + } + return true; + } + } mainWindow = new MainWindow(std::move(path)); mainWindow->resize(app->settings().windowWidth(), app->settings().windowHeight()); diff -Nru pcmanfm-qt-0.15.0/pcmanfm/launcher.h pcmanfm-qt-0.16.0/pcmanfm/launcher.h --- pcmanfm-qt-0.15.0/pcmanfm/launcher.h 2020-04-23 18:13:46.000000000 +0000 +++ pcmanfm-qt-0.16.0/pcmanfm/launcher.h 2020-11-02 22:27:00.000000000 +0000 @@ -40,12 +40,20 @@ openInNewTab_ = true; } + bool openWithDefaultFileManager() const { + return openWithDefaultFileManager_; + } + void setOpenWithDefaultFileManager(bool open) { + openWithDefaultFileManager_ = open; + } + protected: bool openFolder(GAppLaunchContext* ctx, const Fm::FileInfoList& folderInfos, Fm::GErrorPtr& err) override; private: MainWindow* mainWindow_; bool openInNewTab_; + bool openWithDefaultFileManager_; }; } diff -Nru pcmanfm-qt-0.15.0/pcmanfm/mainwindow.cpp pcmanfm-qt-0.16.0/pcmanfm/mainwindow.cpp --- pcmanfm-qt-0.15.0/pcmanfm/mainwindow.cpp 2020-04-23 18:13:46.000000000 +0000 +++ pcmanfm-qt-0.16.0/pcmanfm/mainwindow.cpp 2020-11-02 22:27:00.000000000 +0000 @@ -45,7 +45,6 @@ #include #include #include -#include #include "ui_about.h" #include "ui_shortcuts.h" #include "application.h" @@ -660,9 +659,21 @@ if(path) { page->chdir(path, true); } - viewFrame->getTabBar()->insertTab(index, page->windowTitle()); + + QString tabText = page->title(); + // remove newline (not all styles can handle it) and distinguish ampersand from mnemonic + tabText.replace(QLatin1Char('\n'), QLatin1Char(' ')) + .replace(QLatin1Char('&'), QLatin1String("&&")); + viewFrame->getTabBar()->insertTab(index, tabText); Settings& settings = static_cast(qApp)->settings(); + if(settings.switchToNewTab()) { + viewFrame->getTabBar()->setCurrentIndex(index); + if (isMinimized()) { + setWindowState((windowState() & ~Qt::WindowMinimized) | Qt::WindowActive); + show(); + } + } if(!settings.alwaysShowTabs()) { viewFrame->getTabBar()->setVisible(viewFrame->getTabBar()->count() > 1); } @@ -670,9 +681,9 @@ } // add a new tab -int MainWindow::addTab(Fm::FilePath path, ViewFrame* viewFrame) { +void MainWindow::addTab(Fm::FilePath path, ViewFrame* viewFrame) { TabPage* newPage = new TabPage(this); - return addTabWithPage(newPage, viewFrame, path); + addTabWithPage(newPage, viewFrame, path); } void MainWindow::toggleMenuBar(bool /*checked*/) { @@ -791,8 +802,7 @@ void MainWindow::on_actionNewTab_triggered() { auto path = currentPage()->path(); - int index = addTab(path); - activeViewFrame_->getTabBar()->setCurrentIndex(index); + addTab(path); } void MainWindow::on_actionNewWin_triggered() { @@ -1026,7 +1036,7 @@ // the about dialog class AboutDialog : public QDialog { public: - explicit AboutDialog(QWidget* parent = 0, Qt::WindowFlags f = 0) : QDialog(parent, f) { + explicit AboutDialog(QWidget* parent = 0, Qt::WindowFlags f = Qt::WindowFlags()) : QDialog(parent, f) { ui.setupUi(this); ui.version->setText(tr("Version: %1").arg(QStringLiteral(PCMANFM_QT_VERSION))); } @@ -1040,7 +1050,7 @@ void MainWindow::on_actionHiddenShortcuts_triggered() { class HiddenShortcutsDialog : public QDialog { public: - explicit HiddenShortcutsDialog(QWidget* parent = 0, Qt::WindowFlags f = 0) : QDialog(parent, f) { + explicit HiddenShortcutsDialog(QWidget* parent = 0, Qt::WindowFlags f = Qt::WindowFlags()) : QDialog(parent, f) { ui.setupUi(this); ui.treeWidget->setRootIsDecorated(false); ui.treeWidget->header()->setSectionResizeMode(QHeaderView::Stretch); @@ -1103,10 +1113,14 @@ } } +QList MainWindow::pendingMountOperations() const { + return ui.sidePane->findChildren(); +} + void MainWindow::onFolderUnmounted() { TabPage* tabPage = static_cast(sender()); if(ViewFrame* viewFrame = viewFrameForTabPage(tabPage)) { - const QList ops = ui.sidePane->findChildren(); + const QList ops = pendingMountOperations(); if(ops.isEmpty()) { // unmounting is done somewhere else Settings& settings = static_cast(qApp)->settings(); if(settings.closeOnUnmount()) { @@ -1124,7 +1138,7 @@ else { // wait for all (un-)mount operations to be finished (otherwise, they might be cancelled) for(const MountOperation* op : ops) { connect(op, &QObject::destroyed, tabPage, [this, tabPage, viewFrame] { - if(ui.sidePane->findChildren().isEmpty()) { + if(pendingMountOperations().isEmpty()) { Settings& settings = static_cast(qApp)->settings(); if(settings.closeOnUnmount()) { viewFrame->getStackedWidget()->removeWidget(tabPage); @@ -1179,6 +1193,23 @@ settings.setLastWindowHeight(height()); } } + + // remember last tab paths only if this is the last window + QStringList tabPaths; + if(lastActive_ == nullptr && settings.reopenLastTabs()) { + for(int i = 0; i < ui.viewSplitter->count(); ++i) { + if(ViewFrame* viewFrame = qobject_cast(ui.viewSplitter->widget(i))) { + int n = viewFrame->getStackedWidget()->count(); + for(int j = 0; j < n; ++j) { + if(TabPage* page = static_cast(viewFrame->getStackedWidget()->widget(j))) { + tabPaths.append(QString::fromUtf8(page->path().toString().get())); + } + } + } + } + tabPaths.removeDuplicates(); + } + settings.setTabPaths(tabPaths); } void MainWindow::onTabBarCurrentChanged(int index) { @@ -1328,7 +1359,7 @@ TabPage* tabPage = currentPage(); if(tabPage) { - setWindowTitle(tabPage->windowTitle()); + setWindowTitle(tabPage->title()); if(splitView_) { if(Fm::PathBar* pathBar = qobject_cast(activeViewFrame_->getTopBar())) { pathBar->setPath(tabPage->path()); @@ -1427,17 +1458,21 @@ } } -void MainWindow::onTabPageTitleChanged(QString title) { +void MainWindow::onTabPageTitleChanged() { TabPage* tabPage = static_cast(sender()); if(ViewFrame* viewFrame = viewFrameForTabPage(tabPage)) { int index = viewFrame->getStackedWidget()->indexOf(tabPage); if(index >= 0) { - viewFrame->getTabBar()->setTabText(index, title); + QString tabText = tabPage->title(); + // remove newline and distinguish ampersand from mnemonic + tabText.replace(QLatin1Char('\n'), QLatin1Char(' ')) + .replace(QLatin1Char('&'), QLatin1String("&&")); + viewFrame->getTabBar()->setTabText(index, tabText); } if(viewFrame == activeViewFrame_) { if(tabPage == currentPage()) { - setWindowTitle(title); + setWindowTitle(tabPage->title()); // Since TabPage::titleChanged is emitted on changing directory, // the enabled state of Paste action should be updated here diff -Nru pcmanfm-qt-0.15.0/pcmanfm/mainwindow.h pcmanfm-qt-0.16.0/pcmanfm/mainwindow.h --- pcmanfm-qt-0.15.0/pcmanfm/mainwindow.h 2020-04-23 18:13:46.000000000 +0000 +++ pcmanfm-qt-0.16.0/pcmanfm/mainwindow.h 2020-11-02 22:27:00.000000000 +0000 @@ -35,6 +35,7 @@ #include "tabbar.h" #include #include +#include namespace Fm { class PathEdit; @@ -84,9 +85,9 @@ chdir(path, activeViewFrame_); } - int addTab(Fm::FilePath path, ViewFrame* viewFrame); - int addTab(Fm::FilePath path) { - return addTab(path, activeViewFrame_); + void addTab(Fm::FilePath path, ViewFrame* viewFrame); + void addTab(Fm::FilePath path) { + addTab(path, activeViewFrame_); } TabPage* currentPage(ViewFrame* viewFrame) { @@ -102,6 +103,8 @@ return lastActive_; } + QList pendingMountOperations() const; + protected Q_SLOTS: void onPathEntryReturnPressed(); @@ -192,7 +195,7 @@ void onStackedWidgetWidgetRemoved(int index); - void onTabPageTitleChanged(QString title); + void onTabPageTitleChanged(); void onTabPageStatusChanged(int type, QString statusText); void onTabPageSortFilterChanged(); diff -Nru pcmanfm-qt-0.15.0/pcmanfm/org.pcmanfm.Application.xml pcmanfm-qt-0.16.0/pcmanfm/org.pcmanfm.Application.xml --- pcmanfm-qt-0.15.0/pcmanfm/org.pcmanfm.Application.xml 2020-04-23 18:13:46.000000000 +0000 +++ pcmanfm-qt-0.16.0/pcmanfm/org.pcmanfm.Application.xml 2020-11-02 22:27:00.000000000 +0000 @@ -14,6 +14,7 @@ + diff -Nru pcmanfm-qt-0.15.0/pcmanfm/preferencesdialog.cpp pcmanfm-qt-0.16.0/pcmanfm/preferencesdialog.cpp --- pcmanfm-qt-0.15.0/pcmanfm/preferencesdialog.cpp 2020-04-23 18:13:46.000000000 +0000 +++ pcmanfm-qt-0.16.0/pcmanfm/preferencesdialog.cpp 2020-11-02 22:27:00.000000000 +0000 @@ -169,6 +169,7 @@ ui.showFullNames->setChecked(settings.showFullNames()); ui.shadowHidden->setChecked(settings.shadowHidden()); + ui.noItemTooltip->setChecked(settings.noItemTooltip()); // app restart warning connect(ui.showFullNames, &QAbstractButton::toggled, [this, &settings] (bool checked) { @@ -182,6 +183,8 @@ void PreferencesDialog::initUiPage(Settings& settings) { ui.alwaysShowTabs->setChecked(settings.alwaysShowTabs()); ui.showTabClose->setChecked(settings.showTabClose()); + ui.switchToNewTab->setChecked(settings.switchToNewTab()); + ui.reopenLastTabs->setChecked(settings.reopenLastTabs()); ui.rememberWindowSize->setChecked(settings.rememberWindowSize()); ui.fixedWindowWidth->setValue(settings.fixedWindowWidth()); ui.fixedWindowHeight->setValue(settings.fixedWindowHeight()); @@ -308,12 +311,15 @@ settings.setBackupAsHidden(ui.backupAsHidden->isChecked()); settings.setShowFullNames(ui.showFullNames->isChecked()); settings.setShadowHidden(ui.shadowHidden->isChecked()); + settings.setNoItemTooltip(ui.noItemTooltip->isChecked()); settings.setFolderViewCellMargins(QSize(ui.hMargin->value(), ui.vMargin->value())); } void PreferencesDialog::applyUiPage(Settings& settings) { settings.setAlwaysShowTabs(ui.alwaysShowTabs->isChecked()); settings.setShowTabClose(ui.showTabClose->isChecked()); + settings.setSwitchToNewTab(ui.switchToNewTab->isChecked()); + settings.setReopenLastTabs(ui.reopenLastTabs->isChecked()); settings.setRememberWindowSize(ui.rememberWindowSize->isChecked()); settings.setFixedWindowWidth(ui.fixedWindowWidth->value()); settings.setFixedWindowHeight(ui.fixedWindowHeight->value()); diff -Nru pcmanfm-qt-0.15.0/pcmanfm/preferences.ui pcmanfm-qt-0.16.0/pcmanfm/preferences.ui --- pcmanfm-qt-0.15.0/pcmanfm/preferences.ui 2020-04-23 18:13:46.000000000 +0000 +++ pcmanfm-qt-0.16.0/pcmanfm/preferences.ui 2020-11-02 22:27:00.000000000 +0000 @@ -363,7 +363,7 @@ Requires application restart to take effect completely - Always show full file names + Always show real file names @@ -377,7 +377,14 @@ - + + + + Do not show file tooltips + + + + Qt::Vertical @@ -393,14 +400,14 @@ - + Minimum item margins in icon view: - + 3 px by default. @@ -416,14 +423,14 @@ - + x - + 3 px by default. @@ -440,14 +447,14 @@ - + Lock - + Qt::Horizontal @@ -508,40 +515,54 @@ + + + Switch to newly opened tab + + + + Remember the size of the last closed window - + Default width of new windows: - + 32768 - + Default height of new windows: - + 32768 + + + + Reopen last window tabs in a new window + + + diff -Nru pcmanfm-qt-0.15.0/pcmanfm/settings.cpp pcmanfm-qt-0.16.0/pcmanfm/settings.cpp --- pcmanfm-qt-0.15.0/pcmanfm/settings.cpp 2020-04-23 18:13:46.000000000 +0000 +++ pcmanfm-qt-0.16.0/pcmanfm/settings.cpp 2020-11-02 22:27:00.000000000 +0000 @@ -85,6 +85,8 @@ desktopSortHiddenLast_(false), alwaysShowTabs_(true), showTabClose_(true), + switchToNewTab_(false), + reopenLastTabs_(false), rememberWindowSize_(true), fixedWindowWidth_(640), fixedWindowHeight_(480), @@ -118,19 +120,17 @@ showThumbnails_(true), archiver_(), siUnit_(false), - placesHome_(true), - placesDesktop_(true), - placesApplications_(true), - placesTrash_(true), - placesRoot_(true), - placesComputer_(true), - placesNetwork_(true), + backupAsHidden_(false), + showFullNames_(true), + shadowHidden_(true), + noItemTooltip_(false), bigIconSize_(48), smallIconSize_(24), sidePaneIconSize_(24), thumbnailIconSize_(128), folderViewCellMargins_(QSize(3, 3)), desktopCellMargins_(QSize(3, 1)), + openWithDefaultFileManager_(false), searchNameCaseInsensitive_(false), searchContentCaseInsensitive_(false), searchNameRegexp_(true), @@ -261,6 +261,7 @@ desktopCellMargins_ = (settings.value(QStringLiteral("DesktopCellMargins"), QSize(3, 1)).toSize() .expandedTo(QSize(0, 0))).boundedTo(QSize(48, 48)); + openWithDefaultFileManager_ = settings.value(QStringLiteral("OpenWithDefaultFileManager"), false).toBool(); settings.endGroup(); settings.beginGroup(QStringLiteral("Volume")); @@ -289,6 +290,7 @@ setBackupAsHidden(settings.value(QStringLiteral("BackupAsHidden"), false).toBool()); showFullNames_ = settings.value(QStringLiteral("ShowFullNames"), true).toBool(); shadowHidden_ = settings.value(QStringLiteral("ShadowHidden"), true).toBool(); + noItemTooltip_ = settings.value(QStringLiteral("NoItemTooltip"), false).toBool(); // override config in libfm's FmConfig bigIconSize_ = toIconSize(settings.value(QStringLiteral("BigIconSize"), 48).toInt(), Big); @@ -306,13 +308,6 @@ settings.endGroup(); settings.beginGroup(QStringLiteral("Places")); - placesHome_ = settings.value(QStringLiteral("PlacesHome"), true).toBool(); - placesDesktop_ = settings.value(QStringLiteral("PlacesDesktop"), true).toBool(); - placesApplications_ = settings.value(QStringLiteral("PlacesApplications"), true).toBool(); - placesTrash_ = settings.value(QStringLiteral("PlacesTrash"), true).toBool(); - placesRoot_ = settings.value(QStringLiteral("PlacesRoot"), true).toBool(); - placesComputer_ = settings.value(QStringLiteral("PlacesComputer"), true).toBool(); - placesNetwork_ = settings.value(QStringLiteral("PlacesNetwork"), true).toBool(); hiddenPlaces_ = settings.value(QStringLiteral("HiddenPlaces")).toStringList().toSet(); settings.endGroup(); @@ -325,6 +320,9 @@ rememberWindowSize_ = settings.value(QStringLiteral("RememberWindowSize"), true).toBool(); alwaysShowTabs_ = settings.value(QStringLiteral("AlwaysShowTabs"), true).toBool(); showTabClose_ = settings.value(QStringLiteral("ShowTabClose"), true).toBool(); + switchToNewTab_ = settings.value(QStringLiteral("SwitchToNewTab"), false).toBool(); + reopenLastTabs_ = settings.value(QStringLiteral("ReopenLastTabs"), false).toBool(); + tabPaths_ = settings.value(QStringLiteral("TabPaths")).toStringList(); splitterPos_ = settings.value(QStringLiteral("SplitterPos"), 150).toInt(); sidePaneVisible_ = settings.value(QStringLiteral("SidePaneVisible"), true).toBool(); sidePaneMode_ = sidePaneModeFromString(settings.value(QStringLiteral("SidePaneMode")).toString()); @@ -402,6 +400,7 @@ settings.setValue(QStringLiteral("SortFolderFirst"), desktopSortFolderFirst_); settings.setValue(QStringLiteral("SortHiddenLast"), desktopSortHiddenLast_); settings.setValue(QStringLiteral("DesktopCellMargins"), desktopCellMargins_); + settings.setValue(QStringLiteral("OpenWithDefaultFileManager"), openWithDefaultFileManager_); settings.endGroup(); settings.beginGroup(QStringLiteral("Volume")); @@ -430,6 +429,7 @@ settings.setValue(QStringLiteral("BackupAsHidden"), backupAsHidden_); settings.setValue(QStringLiteral("ShowFullNames"), showFullNames_); settings.setValue(QStringLiteral("ShadowHidden"), shadowHidden_); + settings.setValue(QStringLiteral("NoItemTooltip"), noItemTooltip_); // override config in libfm's FmConfig settings.setValue(QStringLiteral("BigIconSize"), bigIconSize_); @@ -447,20 +447,8 @@ settings.endGroup(); settings.beginGroup(QStringLiteral("Places")); - settings.setValue(QStringLiteral("PlacesHome"), placesHome_); - settings.setValue(QStringLiteral("PlacesDesktop"), placesDesktop_); - settings.setValue(QStringLiteral("PlacesApplications"), placesApplications_); - settings.setValue(QStringLiteral("PlacesTrash"), placesTrash_); - settings.setValue(QStringLiteral("PlacesRoot"), placesRoot_); - settings.setValue(QStringLiteral("PlacesComputer"), placesComputer_); - settings.setValue(QStringLiteral("PlacesNetwork"), placesNetwork_); - if (hiddenPlaces_.isEmpty()) { // don't save "@Invalid()" - settings.remove(QStringLiteral("HiddenPlaces")); - } - else { - QStringList hiddenPlaces = hiddenPlaces_.toList(); - settings.setValue(QStringLiteral("HiddenPlaces"), hiddenPlaces); - } + QStringList hiddenPlaces = hiddenPlaces_.toList(); + settings.setValue(QStringLiteral("HiddenPlaces"), hiddenPlaces); settings.endGroup(); settings.beginGroup(QStringLiteral("Window")); @@ -472,6 +460,9 @@ settings.setValue(QStringLiteral("RememberWindowSize"), rememberWindowSize_); settings.setValue(QStringLiteral("AlwaysShowTabs"), alwaysShowTabs_); settings.setValue(QStringLiteral("ShowTabClose"), showTabClose_); + settings.setValue(QStringLiteral("SwitchToNewTab"), switchToNewTab_); + settings.setValue(QStringLiteral("ReopenLastTabs"), reopenLastTabs_); + settings.setValue(QStringLiteral("TabPaths"), tabPaths_); settings.setValue(QStringLiteral("SplitterPos"), splitterPos_); settings.setValue(QStringLiteral("SidePaneVisible"), sidePaneVisible_); settings.setValue(QStringLiteral("SidePaneMode"), QString::fromUtf8(sidePaneModeToString(sidePaneMode_))); diff -Nru pcmanfm-qt-0.15.0/pcmanfm/settings.h pcmanfm-qt-0.16.0/pcmanfm/settings.h --- pcmanfm-qt-0.15.0/pcmanfm/settings.h 2020-04-23 18:13:46.000000000 +0000 +++ pcmanfm-qt-0.16.0/pcmanfm/settings.h 2020-11-02 22:27:00.000000000 +0000 @@ -437,6 +437,30 @@ showTabClose_ = showTabClose; } + bool switchToNewTab() const { + return switchToNewTab_; + } + + void setSwitchToNewTab(bool showTabClose) { + switchToNewTab_ = showTabClose; + } + + bool reopenLastTabs() const { + return reopenLastTabs_; + } + + void setReopenLastTabs(bool reopenLastTabs) { + reopenLastTabs_ = reopenLastTabs; + } + + QStringList tabPaths() const { + return tabPaths_; + } + + void setTabPaths(const QStringList& tabPaths) { + tabPaths_ = tabPaths; + } + bool rememberWindowSize() const { return rememberWindowSize_; } @@ -564,63 +588,6 @@ sortCaseSensitive_ = value; } - - bool placesHome() const { - return placesHome_; - } - - void setPlacesHome(bool placesHome) { - placesHome_ = placesHome; - } - - bool placesDesktop() const { - return placesDesktop_; - } - - void setPlacesDesktop(bool placesDesktop) { - placesDesktop_ = placesDesktop; - } - - bool placesApplications() const { - return placesApplications_; - } - - void setPlacesApplications(bool placesApplications) { - placesApplications_ = placesApplications; - } - - bool placesTrash() const { - return placesTrash_; - } - - void setPlacesTrash(bool placesTrash) { - placesTrash_ = placesTrash; - } - - bool placesRoot() const { - return placesRoot_; - } - - void setPlacesRoot(bool placesRoot) { - placesRoot_ = placesRoot; - } - - bool placesComputer() const { - return placesComputer_; - } - - void setPlacesComputer(bool placesComputer) { - placesComputer_ = placesComputer; - } - - bool placesNetwork() const { - return placesNetwork_; - } - - void setPlacesNetwork(bool placesNetwork) { - placesNetwork_ = placesNetwork; - } - QSet getHiddenPlaces() const { return hiddenPlaces_; } @@ -634,7 +601,6 @@ } } - Qt::SortOrder sortOrder() const { return sortOrder_; } @@ -808,6 +774,13 @@ desktopCellMargins_ = size; } + bool openWithDefaultFileManager() const { + return openWithDefaultFileManager_; + } + + void setOpenWithDefaultFileManager(bool open) { + openWithDefaultFileManager_ = open; + } bool showThumbnails() { return showThumbnails_; @@ -872,6 +845,14 @@ shadowHidden_ = value; } + bool noItemTooltip() const { + return noItemTooltip_; + } + + void setNoItemTooltip(bool noTooltip) { + noItemTooltip_ = noTooltip; + } + bool onlyUserTemplates() const { return onlyUserTemplates_; } @@ -1029,6 +1010,9 @@ bool alwaysShowTabs_; bool showTabClose_; + bool switchToNewTab_; + bool reopenLastTabs_; + QStringList tabPaths_; bool rememberWindowSize_; int fixedWindowWidth_; int fixedWindowHeight_; @@ -1069,14 +1053,8 @@ bool backupAsHidden_; bool showFullNames_; bool shadowHidden_; + bool noItemTooltip_; - bool placesHome_; - bool placesDesktop_; - bool placesApplications_; - bool placesTrash_; - bool placesRoot_; - bool placesComputer_; - bool placesNetwork_; QSet hiddenPlaces_; int bigIconSize_; @@ -1091,6 +1069,8 @@ QSize folderViewCellMargins_; QSize desktopCellMargins_; + bool openWithDefaultFileManager_; + // search settings bool searchNameCaseInsensitive_; bool searchContentCaseInsensitive_; diff -Nru pcmanfm-qt-0.15.0/pcmanfm/statusbar.cpp pcmanfm-qt-0.16.0/pcmanfm/statusbar.cpp --- pcmanfm-qt-0.15.0/pcmanfm/statusbar.cpp 2020-04-23 18:13:46.000000000 +0000 +++ pcmanfm-qt-0.16.0/pcmanfm/statusbar.cpp 2020-11-02 22:27:00.000000000 +0000 @@ -85,8 +85,9 @@ void StatusBar::reallyShowMessage() { if(lastTimeOut_ == 0) { // set the text on the label to prevent its disappearance on focusing menubar items - // and also ensure that it contsains no newline (because file names may contain it) - statusLabel_->setText(lastMessage_.replace(QLatin1Char('\n'), QLatin1Char(' '))); + // and also remove newlines and text tabs because they result in a wrong eliding + statusLabel_->setText(lastMessage_.replace(QLatin1Char('\n'), QLatin1Char(' ')) + .replace(QLatin1Char('\t'), QLatin1Char(' '))); } else { QStatusBar::showMessage(lastMessage_, lastTimeOut_); diff -Nru pcmanfm-qt-0.15.0/pcmanfm/tabpage.cpp pcmanfm-qt-0.16.0/pcmanfm/tabpage.cpp --- pcmanfm-qt-0.15.0/pcmanfm/tabpage.cpp 2020-04-23 18:13:46.000000000 +0000 +++ pcmanfm-qt-0.16.0/pcmanfm/tabpage.cpp 2020-11-02 22:27:00.000000000 +0000 @@ -36,7 +36,6 @@ #include "settings.h" #include "application.h" #include -#include #include using namespace Fm; @@ -149,6 +148,10 @@ folderView_->setModel(proxyModel_); verticalLayout->addWidget(folderView_); + if(settings.noItemTooltip()) { + folderView_->childView()->viewport()->installEventFilter(this); + } + // filter-bar and its settings filterBar_ = new FilterBar(); verticalLayout->addWidget(filterBar_); @@ -212,11 +215,14 @@ bool TabPage::eventFilter(QObject* watched, QEvent* event) { // when a text is typed inside the view, type it inside the filter-bar - if(filterBar_ && watched == folderView_->childView() && event->type() == QEvent::KeyPress) { + if(filterBar_ && watched == folderView_->childView() && event->type() == QEvent::KeyPress) { if(QKeyEvent* ke = static_cast(event)) { filterBar_->keyPressed(ke); } } + else if (watched == folderView_->childView()->viewport() && event->type() == QEvent::ToolTip) { + return true; + } return QWidget::eventFilter(watched, event); } @@ -307,9 +313,7 @@ } void TabPage::onUiUpdated() { - // scroll to recorded position - folderView_->childView()->verticalScrollBar()->setValue(browseHistory().currentScrollPos()); - + bool scrolled = false; // if the current folder is the parent folder of the last browsed folder, // select the folder item in current view. if(lastFolderPath_ && lastFolderPath_.parent() == path()) { @@ -317,13 +321,17 @@ if(index.isValid()) { folderView_->childView()->scrollTo(index, QAbstractItemView::EnsureVisible); folderView_->childView()->setCurrentIndex(index); + scrolled = true; } } - else { // set the first item as current + if(!scrolled) { + // set the first item as current QModelIndex firstIndx = proxyModel_->index(0, 0); if (firstIndx.isValid()) { folderView_->selectionModel()->setCurrentIndex(firstIndx, QItemSelectionModel::NoUpdate); } + // scroll to recorded position + folderView_->childView()->verticalScrollBar()->setValue(browseHistory().currentScrollPos()); } if(folderModel_) { @@ -332,6 +340,21 @@ // get ready to select files that may be added later connect(folderModel_, &Fm::FolderModel::filesAdded, this, &TabPage::onFilesAdded); } + + // in the single-click mode, set the cursor shape of the view to a pointing hand + // only if there is an item under it + if(folderView_->style()->styleHint(QStyle::SH_ItemView_ActivateItemOnSingleClick)) { + QTimer::singleShot(0, folderView_, [this] { + QPoint pos = folderView_->childView()->mapFromGlobal(QCursor::pos()); + QModelIndex index = folderView_->childView()->indexAt(pos); + if(index.isValid()) { + folderView_->setCursor(Qt::PointingHandCursor); + } + else { + folderView_->setCursor(Qt::ArrowCursor); + } + }); + } } void TabPage::onFileSizeChanged(const QModelIndex& index) { @@ -369,8 +392,8 @@ void TabPage::onFolderFinishLoading() { auto fi = folder_->info(); if(fi) { // if loading of the folder fails, it's possible that we don't have FmFileInfo. - setWindowTitle(fi->displayName()); - Q_EMIT titleChanged(fi->displayName()); + title_ = fi->displayName(); + Q_EMIT titleChanged(); } folder_->queryFilesystemInfo(); // FIXME: is this needed? @@ -477,9 +500,8 @@ } auto fi = folder_->info(); if (fi && fi->isSymlink()) { - text += QStringLiteral(" %2(%1)") - .arg(encloseWithBidiMarks(tr("Link to") + QChar(QChar::Space) + QString::fromStdString(fi->target())), - (layoutDirection() == Qt::RightToLeft) ? QChar(0x200f) : QChar(0x200e)); + text += QStringLiteral(" (%1)") + .arg(tr("Link to") + QChar(QChar::Space) + QString::fromStdString(fi->target())); } return text; } @@ -509,7 +531,14 @@ // because unmounting might be done from places view, in which case, // the mount operation is a child of the places view and should be // finished before doing anything else. - freeFolder(); + if(static_cast(qApp)->settings().closeOnUnmount()) { + freeFolder(); + } + else if (folder_) { + // the folder shouldn't be freed here because the dir will be changed by + // the slot of MainWindow but it should be disconnected from all signals + disconnect(folder_.get(), nullptr, this, nullptr); + } Q_EMIT folderUnmounted(); } @@ -562,7 +591,9 @@ freeFolder(); } - Q_EMIT titleChanged(QString::fromUtf8(newPath.baseName().get())); // FIXME: display name + // set title as with path button (will change if the new folder is loaded) + title_ = QString::fromUtf8(newPath.baseName().get()); + Q_EMIT titleChanged(); folder_ = Fm::Folder::fromPath(newPath); if(addHistory) { @@ -639,17 +670,6 @@ } } -// 200e LEFT-TO-RIGHT MARK -// 200f RIGHT-TO-LEFT MARK -// 202a LEFT-TO-RIGHT EMBEDDING -// 202b RIGHT-TO-LEFT EMBEDDING -// 202c POP DIRECTIONAL FORMATTING -QString TabPage::encloseWithBidiMarks(const QString& text) { - QChar bidiMark = text.isRightToLeft() ? QChar(0x200f) : QChar(0x200e); - QChar embedBidiMark = text.isRightToLeft() ? QChar(0x202b) : QChar(0x202a); - return embedBidiMark+text+bidiMark+QChar(0x202c); -} - // when the current selection in the folder view is changed void TabPage::onSelChanged() { QString msg; @@ -665,34 +685,30 @@ ? QString::fromStdString(fi->name()) : fi->displayName(); if(fi->isSymlink()) { - msg = QStringLiteral("%5\"%1\" %5(%2) %5%3 %5(%4)") - .arg(encloseWithBidiMarks(name), - encloseWithBidiMarks(Fm::formatFileSize(fi->size(), fm_config->si_unit)), - encloseWithBidiMarks(QString::fromUtf8(fi->mimeType()->desc())), - encloseWithBidiMarks(tr("Link to") + QChar(QChar::Space) + QString::fromStdString(fi->target())), - (layoutDirection() == Qt::RightToLeft) ? QChar(0x200f) : QChar(0x200e)); + msg = QStringLiteral("\"%1\" (%2) %3 (%4)") + .arg(name, + Fm::formatFileSize(fi->size(), fm_config->si_unit), + QString::fromUtf8(fi->mimeType()->desc()), + tr("Link to") + QChar(QChar::Space) + QString::fromStdString(fi->target())); } else { - msg = QStringLiteral("%4\"%1\" %4(%2) %4%3") - .arg(encloseWithBidiMarks(name), - encloseWithBidiMarks(Fm::formatFileSize(fi->size(), fm_config->si_unit)), // FIXME: deprecate fm_config - encloseWithBidiMarks(QString::fromUtf8(fi->mimeType()->desc())), - (layoutDirection() == Qt::RightToLeft) ? QChar(0x200f) : QChar(0x200e)); + msg = QStringLiteral("\"%1\" (%2) %3") + .arg(name, + Fm::formatFileSize(fi->size(), fm_config->si_unit), // FIXME: deprecate fm_config + QString::fromUtf8(fi->mimeType()->desc())); } } else { if(fi->isSymlink()) { - msg = QStringLiteral("%4\"%1\" %4%2 %4(%3)") - .arg(encloseWithBidiMarks(fi->displayName()), - encloseWithBidiMarks(QString::fromUtf8(fi->mimeType()->desc())), - encloseWithBidiMarks(tr("Link to") + QChar(QChar::Space) + QString::fromStdString(fi->target())), - (layoutDirection() == Qt::RightToLeft) ? QChar(0x200f) : QChar(0x200e)); + msg = QStringLiteral("\"%1\" %2 (%3)") + .arg(fi->displayName(), + QString::fromUtf8(fi->mimeType()->desc()), + tr("Link to") + QChar(QChar::Space) + QString::fromStdString(fi->target())); } else { - msg = QStringLiteral("%3\"%1\" %3%2") - .arg(encloseWithBidiMarks(fi->displayName()), - encloseWithBidiMarks(QString::fromUtf8(fi->mimeType()->desc())), - (layoutDirection() == Qt::RightToLeft) ? QChar(0x200f) : QChar(0x200e)); + msg = QStringLiteral("\"%1\" %2") + .arg(fi->displayName(), + QString::fromUtf8(fi->mimeType()->desc())); } } /* FIXME: should we support statusbar plugins as in the gtk+ version? */ @@ -775,6 +791,13 @@ void TabPage::updateFromSettings(Settings& settings) { folderView_->updateFromSettings(settings); + if(settings.noItemTooltip()) { + folderView_->childView()->viewport()->removeEventFilter(this); + folderView_->childView()->viewport()->installEventFilter(this); + } + else { + folderView_->childView()->viewport()->removeEventFilter(this); + } } void TabPage::setViewMode(Fm::FolderView::ViewMode mode) { @@ -787,7 +810,9 @@ } Fm::FolderView::ViewMode prevMode = folderView_->viewMode(); folderView_->setViewMode(mode); - folderView_->childView()->setFocus(); + if(folderView_->isVisible()) { // in the current tab + folderView_->childView()->setFocus(); + } if(prevMode != folderView_->viewMode()) { // FolderView::setViewMode() may delete the view to switch between list and tree. // So, the event filter should be re-installed and the status message should be updated. @@ -795,6 +820,10 @@ folderView_->childView()->removeEventFilter(this); folderView_->childView()->installEventFilter(this); } + if(settings.noItemTooltip()) { + folderView_->childView()->viewport()->removeEventFilter(this); + folderView_->childView()->viewport()->installEventFilter(this); + } onSelChanged(); } } @@ -866,20 +895,39 @@ proxyModel_->updateFilters(); + QModelIndex curIndex = folderView_->selectionModel()->currentIndex(); QModelIndex firstIndx = proxyModel_->index(0, 0); - if (firstIndx.isValid()) { - if(proxyFilter_->getFilterStr().isEmpty()) { + if(proxyFilter_->getFilterStr().isEmpty()) { + if (curIndex.isValid()) { + // scroll to the current item on removing filter + folderView_->childView()->scrollTo(curIndex, QAbstractItemView::EnsureVisible); + } + else if (firstIndx.isValid()) { // if the filter is removed and there is no current item, set the first item as current - if (!folderView_->selectionModel()->currentIndex().isValid()) { - folderView_->selectionModel()->setCurrentIndex(firstIndx, QItemSelectionModel::NoUpdate); - } + folderView_->selectionModel()->setCurrentIndex(firstIndx, QItemSelectionModel::NoUpdate); } - else if (!folderView_->hasSelection()) { - // if there is a filter but no selection, select the first item + } + else if (!folderView_->hasSelection()) { + // if there is a filter but no selection, select the first item + if(firstIndx.isValid()) { folderView_->childView()->setCurrentIndex(firstIndx); selectFirst = true; } } + else { + // if there is a filter and a selection, ensure the current index is visible + if (curIndex.isValid()) { + folderView_->childView()->scrollTo(curIndex, QAbstractItemView::EnsureVisible); + } + else { // should never happen + QModelIndexList selIndexes = folderView_->selectionModel()->selectedIndexes(); + if(!selIndexes.isEmpty()) { // always true + QModelIndex lastIndex = selIndexes.last(); + folderView_->selectionModel()->setCurrentIndex(lastIndex, QItemSelectionModel::NoUpdate); + folderView_->childView()->scrollTo(lastIndex, QAbstractItemView::EnsureVisible); + } + } + } // if some selected files are filtered out, "View::selChanged()" won't be emitted if(!selectFirst && prevSelSize > folderView_->selectionModel()->selectedIndexes().size()) { diff -Nru pcmanfm-qt-0.15.0/pcmanfm/tabpage.h pcmanfm-qt-0.16.0/pcmanfm/tabpage.h --- pcmanfm-qt-0.15.0/pcmanfm/tabpage.h 2020-04-23 18:13:46.000000000 +0000 +++ pcmanfm-qt-0.16.0/pcmanfm/tabpage.h 2020-11-02 22:27:00.000000000 +0000 @@ -199,6 +199,10 @@ void reload(); + QString title() const { + return title_; + } + QString statusText(StatusTextType type = StatusTextNormal) const { return statusText_[type]; } @@ -268,7 +272,7 @@ Q_SIGNALS: void statusChanged(int type, QString statusText); - void titleChanged(QString title); + void titleChanged(); void sortFilterChanged(); void forwardRequested(); void backwardRequested(); @@ -289,9 +293,6 @@ void freeFolder(); QString formatStatusText(); - // Adds bidi marks (RLM/LRM/RLE/LRE/POP) around the text for the statusbar. - QString encloseWithBidiMarks(const QString& text); - void onFolderStartLoading(); void onFolderFinishLoading(); @@ -310,6 +311,7 @@ ProxyFilter* proxyFilter_; QVBoxLayout* verticalLayout; std::shared_ptr folder_; + QString title_; QString statusText_[StatusTextNum]; Fm::BrowseHistory history_; // browsing history Fm::FilePath lastFolderPath_; // last browsed folder diff -Nru pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt_arn.ts pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt_arn.ts --- pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt_arn.ts 2020-04-23 18:13:46.000000000 +0000 +++ pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt_arn.ts 2020-11-02 22:27:00.000000000 +0000 @@ -19,19 +19,14 @@ - - <html><head/><body><p><a href="https://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">https://lxqt.org/</span></a></p></body></html> - - - - + Programming: * Hong Jen Yee (PCMan) <pcman.tw@gmail.com> - + PCManFM-Qt File Manager Copyright (C) 2009 - 2014 洪任諭 (Hong Jen Yee) @@ -52,12 +47,18 @@ - + Authors - + + <html><head/><body><p><a href="https://github.com/lxqt/pcmanfm-qt"><span style=" text-decoration: underline; color:#0000ff;">https://github.com/lxqt/pcmanfm-qt</span></a></p></body></html> + + + + + License @@ -272,38 +273,38 @@ - - + + Background - + Wallpaper mode: - + Wallpaper image file: - + Select background color: - + Image file - + Image file path - + &Browse @@ -380,102 +381,280 @@ - + + By default, desktop folders will be opened in PCManFM-Qt if they +are left clicked, even when it is not the default file manager. + + + + + Open desktop folders in default file manager by left clicking + + + + Wallpaper - + Transform image based on EXIF data - + + Individual wallpaper for each monitor + + + + Slide Show - + Enable Slide Show - + Wallpaper image folder: - + Browse - + hour(s) - + and - + Intervals less than 5min will be ignored - + Interval: - + minute(s) - + Wallpaper folder - + Randomize the slide show - + Visible Shortcuts - + Home - + Trash - + Computer - + Network - + Advanced + HiddenShortcutsDialog + + + Hidden Shortcuts + + + + + Shortcut + + + + + Action + + + + + Esc + + + + + Focus view, clear filter bar + + + + + Ctrl+Esc + + + + + Focus side-pane + + + + + Ctrl+L + + + + + + Focus path entry + + + + + Alt+D + + + + + Ctrl+Tab + + + + + + Next tab + + + + + Ctrl+Shift+Tab + + + + + + Previous tab + + + + + Ctrl+PageDown + + + + + Ctrl+PageUp + + + + + Ctrl+Number + + + + + + Jump to tab + + + + + Alt+Number + + + + + Backspace + + + + + Go up + + + + + Ctrl+F + + + + + Search dialog + + + + + Shift+Insert + + + + + Paste into transient filter bar + + + + + Drag+Shift + + + + + Move file on dropping + + + + + Drag+Ctrl + + + + + Copy file on dropping + + + + + Drag+Shift+Ctrl + + + + + Make a symlink on dropping + + + + MainWindow @@ -483,553 +662,573 @@ - + &Toolbars - + Path &Bar - + &Filtering - + Go &Up - + Go Up - + Alt+Up - + &Home - + Alt+Home - + &Reload - + F5 - + Go - + Quit - + &About - + &New Window - + New Window - + Ctrl+N - + Show &Hidden - + Ctrl+H - + &Computer - + &Trash - + &Network - + &Desktop - + &Add to Bookmarks - + &Applications - + Reload - + &Icon View - + &Compact View - + &Detailed List - + &Thumbnail View - + Cu&t - + Ctrl+X - + &Copy - + Ctrl+C - + &Paste - + Ctrl+V - + Select &All - + Ctrl+A - + Pr&eferences - + &Ascending - + &Descending - + &By File Name - + By &Modification Time - + By Deletio&n Time - + By File &Type - + By &Owner - + By &Group - + &Folder First - + + &Hidden Last + + + + &Preserve sorting for this folder - + &Case Sensitive - + By File &Size - + &Close Window - + Ctrl+Q - + &Folder - + &Blank File - + &Show/Focus Filter Bar - + Show Filter Bar - + Ctrl+I - + S&plit View - + Split View - + F6 - + &Copy Full Path - + Ctrl+Shift+C - + Show Thumb&nails - + Show Thumbnails - + + S&ide Pane + + + + + F9 + + + + + Hidden &Shortcuts + + + + Ctrl+B - + &Clear All Filters - + Ctrl+Shift+K - + Close &previous tabs - + Close &next tabs - + &Preserve Settings for This Folder - + Connect to &Server - + &Location - + &Path Buttons - + &Bulk Rename - + Bulk Rename - + Ctrl+F2 - + Close &other tabs - + Permanent &filter bar - + &Menu bar - + Menu bar - + Ctrl+M - - + + Menu - + New &Tab - + New Tab - + Ctrl+T - + Go &Back - + Go Back - + Alt+Left - + Go &Forward - + Go Forward - + Alt+Right - + &Invert Selection - + &Delete - + Del - + &Rename - + F2 - + C&lose Tab - + Ctrl+W - + File &Properties - + Alt+Return - + &Folder Properties - + Edit Bookmarks - + Open &Terminal - + F4 - + Open as &Root - + &Edit Bookmarks - + Ctrl+Shift+N - + Ctrl+Alt+N - + &Find Files - + F3 @@ -1049,38 +1248,38 @@ - - + + &View - + &Sorting - + &Edit - + &Bookmarks - + &Go - + &Tool - + Main Toolbar @@ -1174,13 +1373,13 @@ - - + + Error - + Terminal emulator is not set. @@ -1297,73 +1496,78 @@ - + Select Wallpaper - + Image Files + + + Select Wallpaper Folder + + PCManFM::DesktopWindow - + Trash (One item) - + Trash (%Ln items) - + Trash (Empty) - + Computer - + Network - + Open - - + + Stic&k to Current Position - + Empty Trash - + Hide Desktop Items - + Create Launcher - + Desktop Preferences @@ -1371,7 +1575,7 @@ PCManFM::FilterBar - + Filter: @@ -1379,7 +1583,7 @@ PCManFM::FilterEdit - + Clear text (Ctrl+K or Esc) @@ -1392,40 +1596,40 @@ - + Hide menu bar - + This will hide the menu bar completely, use Ctrl+M to show it again. - + Version: %1 - + &Move to Trash - + &Delete - - + + Error - + Switch user command is not set. @@ -1433,22 +1637,22 @@ PCManFM::PreferencesDialog - + Icon View - + Compact View - + Thumbnail View - + Detailed List View @@ -1456,38 +1660,38 @@ PCManFM::TabPage - + Error - + Free space: %1 (Total: %2) - + %n item(s) - + (%n hidden) - - - + + + Link to - + %n item(s) selected @@ -1497,27 +1701,29 @@ PCManFM::View - + Many files - - - Do you want to open these %1 file? - + + + Do you want to open these %1 files? + + + - + Open in New T&ab - + Open in New Win&dow - + Open in Termina&l @@ -1541,7 +1747,7 @@ - + Thumbnail @@ -1556,67 +1762,67 @@ - + Select newly created files - + Icons - + Size of big icons: - + Size of small icons: - + Size of thumbnails: - + Size of side pane icons: - + Icon theme: - + Window - + Always show the tab bar - + Show 'Close' buttons on tabs - + Remember the size of the last closed window - + Default width of new windows: - + Default height of new windows: @@ -1646,27 +1852,27 @@ - + File Operations - + Confirm before deleting files - + Move deleted files to "trash bin" instead of erasing from disk. - + Show thumbnails of files - + Only show thumbnails for local files @@ -1701,205 +1907,235 @@ - + Erase files on removable media instead of "trash can" creation - + Confirm before moving files into "trash can" - - - + + + Requires application restart to take effect completely - + Launch executable files without prompt - - + + Used by Icon View - - + + Used by Compact View and Detailed List View - - + + Used by Thumbnail View - + User interface - + Treat backup files as hidden - - Always show full file names - - - - + Show icons of hidden files shadowed - + Minimum item margins in icon view: - + 3 px by default. - + px - + x - + 3 px by default. A space is also reserved for 3 lines of text. - + Lock - + When unchecked, the tab bar will be shown only if there are more than one tab. - + + Switch to newly opened tab + + + + + Reopen last window tabs in a new window + + + + Examples:<br>For terminal: <i>xterm -e %s</i><br>For switching user: <i>lxsudo %s</i> or <i>lxsudo dbus-run-session -- %s</i><br><i>%s</i> is the command line you want to execute with terminal or su.<br> Important: Please use lxsudo, sudo alone will wreck permissions of the settings file. - + Application restart is needed for changes to take effect. - + Do not generate thumbnails for image files exceeding this size: - + + Show folder context menu with Ctrl + right click + + + + + Open folders in new tabs as far as possible + + + + + Single window mode + + + + + Always show real file names + + + + + Do not show file tooltips + + + + KB - + Needs ffmpegthumbnailer - + Auto Mount - + Mount mountable volumes automatically on program startup - + Mount removable media automatically when they are inserted - + Show available options for removable media when they are inserted - + When removable medium unmounted: - + Close &tab containing removable medium - + Chan&ge folder in the tab to home folder - + Programs - + Terminal emulator: - + Switch &user command: - + Archiver in&tegration: - + Templates - + Show only user defined templates in menu - + Show only one template for each MIME type - + Run default application after creation from template - + Use SI decimal prefixes instead of IEC binary prefixes @@ -1927,18 +2163,18 @@ - - + + Error - + No file could be renamed. - + Some files could not be renamed. diff -Nru pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt_ar.ts pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt_ar.ts --- pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt_ar.ts 2020-04-23 18:13:46.000000000 +0000 +++ pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt_ar.ts 2020-11-02 22:27:00.000000000 +0000 @@ -19,12 +19,7 @@ مدير ملفات خفيف - - <html><head/><body><p><a href="https://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">https://lxqt.org/</span></a></p></body></html> - <html><head/><body><p><a href="https://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">https://lxqt.org/</span></a></p></body></html> - - - + Programming: * Hong Jen Yee (PCMan) <pcman.tw@gmail.com> @@ -33,7 +28,7 @@ - + PCManFM-Qt File Manager Copyright (C) 2009 - 2014 洪任諭 (Hong Jen Yee) @@ -68,12 +63,18 @@ ⁨Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA⁨.⁩ - + Authors المؤلفون - + + <html><head/><body><p><a href="https://github.com/lxqt/pcmanfm-qt"><span style=" text-decoration: underline; color:#0000ff;">https://github.com/lxqt/pcmanfm-qt</span></a></p></body></html> + + + + + License الرخصة @@ -288,38 +289,38 @@ تفضيلات سطح المكتب - - + + Background الخلفية - + Wallpaper mode: وضع الخلفية: - + Wallpaper image file: ملف صورة الخلفية: - + Select background color: اختر لون الخلفية: - + Image file ملف صورة - + Image file path مسار ملف الصورة - + &Browse ت&صفّح @@ -397,102 +398,280 @@ اقفل - + + By default, desktop folders will be opened in PCManFM-Qt if they +are left clicked, even when it is not the default file manager. + + + + + Open desktop folders in default file manager by left clicking + + + + Wallpaper - + Transform image based on EXIF data - + + Individual wallpaper for each monitor + + + + Slide Show عرض الشرائح - + Enable Slide Show فعّل عرض الشرائح - + Wallpaper image folder: مجلد صور الخلفية: - + Browse تصفّح - + hour(s) سا - + and و - + Intervals less than 5min will be ignored ستُتجاهل الفترات الأقل من ٥ دقائق - + Interval: الفترة: - + minute(s) دق - + Wallpaper folder مجلد الخلفيات - + Randomize the slide show عرض الشرائح عشوائي - + Visible Shortcuts - + Home المنزل - + Trash المهملات - + Computer الحاسوب - + Network الشبكة - + Advanced متقدم + HiddenShortcutsDialog + + + Hidden Shortcuts + + + + + Shortcut + + + + + Action + + + + + Esc + + + + + Focus view, clear filter bar + + + + + Ctrl+Esc + + + + + Focus side-pane + + + + + Ctrl+L + + + + + + Focus path entry + + + + + Alt+D + + + + + Ctrl+Tab + + + + + + Next tab + + + + + Ctrl+Shift+Tab + + + + + + Previous tab + + + + + Ctrl+PageDown + + + + + Ctrl+PageUp + + + + + Ctrl+Number + + + + + + Jump to tab + + + + + Alt+Number + + + + + Backspace + + + + + Go up + + + + + Ctrl+F + + + + + Search dialog + + + + + Shift+Insert + + + + + Paste into transient filter bar + + + + + Drag+Shift + + + + + Move file on dropping + + + + + Drag+Ctrl + + + + + Copy file on dropping + + + + + Drag+Shift+Ctrl + + + + + Make a symlink on dropping + + + + MainWindow @@ -500,553 +679,573 @@ مدير الملفات - + &Toolbars أ&شرطة الأدوات - + Path &Bar شري&ط المسار - + &Filtering - + Go &Up انتقل لأ&على - + Go Up انتقل لأعلى - + Alt+Up Alt+Up - + &Home الم&نزل - + Alt+Home Alt+Home - + &Reload أ&عِد التحميل - + F5 F5 - + Go تنقّل - + Quit أنهِ - + &About &عن - + &New Window نافذة &جديدة - + New Window نافذة جديدة - + Ctrl+N Ctrl+N - + Show &Hidden اعرض الم&خفي - + Ctrl+H Ctrl+H - + &Computer ال&حاسوب - + &Trash الم&هملات - + &Network ال&شبكة - + &Desktop س&طح المكتب - + &Add to Bookmarks أ&ضِف إلى العلامات - + &Applications التطبي&قات - + Reload أعِد التحميل - + &Icon View منظور أي&قوناتي - + &Compact View منظور مترا&ص - + &Detailed List قائمة مف&صّلة - + &Thumbnail View منظور مص&غّراتي - + Cu&t &قصّ - + Ctrl+X Ctrl+X - + &Copy ا&نسخ - + Ctrl+C Ctrl+C - + &Paste أل&صِق - + Ctrl+V Ctrl+V - + Select &All حدّد ال&كل - + Ctrl+A Ctrl+A - + Pr&eferences التف&ضيلات - + &Ascending ت&صاعديا - + &Descending ت&نازليا - + &By File Name باسم المل&ف - + By &Modification Time بوقت الت&عديل - + By Deletio&n Time بوقت الح&ذف - + By File &Type ب&نوع الملف - + By &Owner بال&مالك - + By &Group بالمجمو&عة - + &Folder First الم&جلدات أولا - + + &Hidden Last + + + + &Preserve sorting for this folder ا&حفظ طريقة الفرز في هذا المجلد - + &Case Sensitive ح&سّاس للحالة - + By File &Size بح&جم الملف - + &Close Window أ&غلِق النافذة - + Ctrl+Q Ctrl+Q - + &Folder م&جلد - + &Blank File مل&ف فارغ - + &Show/Focus Filter Bar ا&عرض/أخفِ شريط الترشيح - + Show Filter Bar اعرض شريط الترشيح - + Ctrl+I Ctrl+I - + S&plit View ا&قسم المنظور - + Split View اقسم المنظور - + F6 F6 - + &Copy Full Path ا&نسخ المسار كاملًا - + Ctrl+Shift+C Ctrl+Shift+C - + Show Thumb&nails اعرض المص&غّرات - + Show Thumbnails اعرض المصغّرات - + + S&ide Pane + + + + + F9 + F9 + + + + Hidden &Shortcuts + + + + Ctrl+B Ctrl+B - + &Clear All Filters ام&سح كلّ المرشّحات - + Ctrl+Shift+K Ctrl+Shift+K - + Close &previous tabs أغلِق الألسنة ال&سابقة - + Close &next tabs أغلِق الألسنة ال&تالية - + &Preserve Settings for This Folder ا&حفظ الإعدادات في هذا المجلد - + Connect to &Server اتّصل ب&خادوم - + &Location الم&كان - + &Path Buttons أزرار الم&سار - + &Bulk Rename ت&غيير الأسماء بالجملة - + Bulk Rename تغيير الأسماء بالجملة - + Ctrl+F2 Ctrl+F2 - + Close &other tabs أغلِق الألسنة الأ&خرى - + Permanent &filter bar - + &Menu bar شريط ال&قوائم - + Menu bar شريط القوائم - + Ctrl+M Ctrl+M - - + + Menu القائمة - + New &Tab ل&سان جديد - + New Tab لسان جديد - + Ctrl+T Ctrl+T - + Go &Back &عُد - + Go Back عُد - + Alt+Left Alt+Left - + Go &Forward ت&قدّم - + Go Forward تقدّم - + Alt+Right Alt+Right - + &Invert Selection ا&عكس التحديد - + &Delete ا&حذف - + Del Del - + &Rename &غيّر الاسم - + F2 F2 - + C&lose Tab أ&غلِق اللسان - + Ctrl+W Ctrl+W - + File &Properties &خصائص الملف - + Alt+Return Alt+Enter - + &Folder Properties خصائص الم&جلد - + Edit Bookmarks حرّر العلامات - + Open &Terminal افتح ال&طرفية - + F4 F4 - + Open as &Root افتح ك&جذر - + &Edit Bookmarks &حرّر العلامات - + Ctrl+Shift+N Ctrl+Shift+N - + Ctrl+Alt+N Ctrl+Alt+N - + &Find Files اب&حث عن ملفات - + F3 F3 @@ -1066,38 +1265,38 @@ م&ساعدة - - + + &View من&ظور - + &Sorting ال&فرز - + &Edit ت&حرير - + &Bookmarks &علامات - + &Go تن&قّل - + &Tool أ&دوات - + Main Toolbar شريط الأدوات الرئيسي @@ -1191,13 +1390,13 @@ [FILE1, FILE2,...] - - + + Error خطأ - + Terminal emulator is not set. لم يُضبط محاكي الطرفية. @@ -1314,25 +1513,30 @@ كبّر الصورة لتملأ الشاشة كاملة - + Select Wallpaper - + Image Files ملفات الصور + + + Select Wallpaper Folder + + PCManFM::DesktopWindow - + Trash (One item) المهملات (عنصر واحد) - + Trash (%Ln items) المهملات (فارغة) @@ -1344,48 +1548,48 @@ - + Trash (Empty) المهملات (فارغة) - + Computer الحاسوب - + Network الشبكة - + Open افتح - - + + Stic&k to Current Position ت&شبّث بالمكان الحالي - + Empty Trash أفرِغ المهملات - + Hide Desktop Items أخفِ عناصر سطح المكتب - + Create Launcher أنشِئ مطلِقًا - + Desktop Preferences تفضيلات سطح المكتب @@ -1393,7 +1597,7 @@ PCManFM::FilterBar - + Filter: رشّح: @@ -1401,7 +1605,7 @@ PCManFM::FilterEdit - + Clear text (Ctrl+K or Esc) امسح النص (Ctrl+K أو Esc) @@ -1414,40 +1618,40 @@ - + Hide menu bar أخفِ شريط القوائم - + This will hide the menu bar completely, use Ctrl+M to show it again. سيُخفي هذا شريط القوائم تماما، استخدم Ctrl+M لعرضه ثانية. - + Version: %1 الإصدارة: %1 - + &Move to Trash ا&نقل إلى المهملات - + &Delete ا&حذف - - + + Error خطأ - + Switch user command is not set. لم يُضبط أمر تبديل المستخدم. @@ -1455,22 +1659,22 @@ PCManFM::PreferencesDialog - + Icon View منظور أيقوناتي - + Compact View منظور متراص - + Thumbnail View منظور مصغّراتي - + Detailed List View منظور قوائمي مفصّل @@ -1478,17 +1682,17 @@ PCManFM::TabPage - + Error خطأ - + Free space: %1 (Total: %2) المساحة الحرة: %1 (المجموع: %2) - + %n item(s) لا عناصر @@ -1500,7 +1704,7 @@ - + (%n hidden) (لا شيء مخفي) @@ -1512,14 +1716,14 @@ - - - + + + Link to رابط إلى - + %n item(s) selected لا عناصر محددة @@ -1534,27 +1738,34 @@ PCManFM::View - + Many files - - - Do you want to open these %1 file? - + + + Do you want to open these %1 files? + + + + + + + + - + Open in New T&ab افتح في ل&سان جديد - + Open in New Win&dow افتح في &نافذة جديدة - + Open in Termina&l افتح في ال&طرفية @@ -1578,7 +1789,7 @@ - + Thumbnail المصغّرات @@ -1593,67 +1804,67 @@ متقدم - + Select newly created files حدّد الملفات المنشأة حديثا - + Icons الأيقونات - + Size of big icons: مقاس الأيقونات الكبيرة: - + Size of small icons: مقاس الأيقونات الصغيرة: - + Size of thumbnails: مقاس المصغّرات: - + Size of side pane icons: مقاس أيقونات الشريط الجانبي: - + Icon theme: سمة الأيقونات: - + Window النافذة - + Always show the tab bar اعرض شريط الألسنة دوما - + Show 'Close' buttons on tabs اعرض أزرار ”أغلِق“ على الألسنة - + Remember the size of the last closed window تذكّر حجم آخر نافذة مُغلقة - + Default width of new windows: العرض المبدئي للنوافذ الجديدة: - + Default height of new windows: الارتفاع المبدئي للنوافذ الجديدة: @@ -1683,27 +1894,27 @@ ثا - + File Operations العمليات على الملفات - + Confirm before deleting files أكّد قبل حذف الملفات - + Move deleted files to "trash bin" instead of erasing from disk. انقل الملفات المحذوفة إلى ”سلة المهملات“ بدل مسحها من القرص. - + Show thumbnails of files اعرض مصغّرات للملفات - + Only show thumbnails for local files اعرض مصغّرات للملفات المحلية فقط @@ -1738,206 +1949,236 @@ افتح في نافذة جديدة - + Erase files on removable media instead of "trash can" creation امسح الملفات في الوسيط المنفصل بدل إنشاء ”سلة للمهملات“ - + Confirm before moving files into "trash can" أكّد قبل نقل الملفات إلى ”سلة المهملات“ - - - + + + Requires application restart to take effect completely إعادة تشغيل التطبيق مطلوبة ليأخذ الخيار مفعوله تماما - + Launch executable files without prompt أطلِق الملفات التنفيذية دون سؤال - - + + Used by Icon View يستخدمه المنظور الأيقوناتي - - + + Used by Compact View and Detailed List View يستخدمه المنظورين المتراص والقوائمي المفصّل - - + + Used by Thumbnail View يستخدمه المنظور المصغّراتي - + User interface واجهة المستخدم - + Treat backup files as hidden عامِل ملفات النسخ الاحتياطي كمخفية - - Always show full file names - اعرض أسماء الملفات كاملة دوما - - - + Show icons of hidden files shadowed اعرض أيقونات الملفات المخفية مظلّلة - + Minimum item margins in icon view: أدنى هوامش للعناصر في المنظور الأيقوناتي: - + 3 px by default. ٣ بكسل مبدئيا. - + px بكسل - + x × - + 3 px by default. A space is also reserved for 3 lines of text. بكسل واحد مبدئيا. سيُحجز أيضا مكان لنص بثلاث أسطر. - + Lock اقفل - + When unchecked, the tab bar will be shown only if there are more than one tab. إن لم يُؤشّر، فسيظهر شريط الألسنة فقط إن كان هناك أكثر من لسان واحد. - + + Switch to newly opened tab + + + + + Reopen last window tabs in a new window + + + + Examples:<br>For terminal: <i>xterm -e %s</i><br>For switching user: <i>lxsudo %s</i> or <i>lxsudo dbus-run-session -- %s</i><br><i>%s</i> is the command line you want to execute with terminal or su.<br> Important: Please use lxsudo, sudo alone will wreck permissions of the settings file. - + Application restart is needed for changes to take effect. - + Do not generate thumbnails for image files exceeding this size: لا تولّد مصغّرات لملفات الصور الأكبر من: - + + Show folder context menu with Ctrl + right click + + + + + Open folders in new tabs as far as possible + + + + + Single window mode + + + + + Always show real file names + + + + + Do not show file tooltips + + + + KB ك.بايت - + Needs ffmpegthumbnailer تحتاج المصغّرات ffmpegthumbnailer - + Auto Mount الضمّ الآلي - + Mount mountable volumes automatically on program startup ضُمّ الأقراص المنفصلة آليا عند بدء البرنامج - + Mount removable media automatically when they are inserted ضُمّ آليا الوسيط المنفصل عندما يُدخل - + Show available options for removable media when they are inserted اعرض الخيارات المتوفرة للوسيط المنفصل عندما يُدخل - + When removable medium unmounted: عند إزالة ضمّ وسيط منفصل: - + Close &tab containing removable medium أغلِق ال&سان الذي فيه الوسيط المنفصل - + Chan&ge folder in the tab to home folder &غيّر المجلد في اللسان ليكون مجلد المنزل - + Programs البرامج - + Terminal emulator: محاكي الطرفية: - + Switch &user command: أمر تبديل الم&ستخدم: - + Archiver in&tegration: ت&كامل الأرشفة: - + Templates القوالب - + Show only user defined templates in menu اعرض في القائمة القوالبَ التي عرّفها المستخدم فقط - + Show only one template for each MIME type اعرض قالبا واحدا فقط لكل نوع MIME - + Run default application after creation from template شغّل التطبيق المبدئي بعد الإنشاء من قالب - + Use SI decimal prefixes instead of IEC binary prefixes استخدم بادئات SI العشرية بدل بادئات IEC الثنائية @@ -1965,18 +2206,18 @@ أُجهض تغيير الأسماء. - - + + Error خطأ - + No file could be renamed. تعذر تغيير اسم أي ملف. - + Some files could not be renamed. تعذر تغيير أسماء بعض الملفات. diff -Nru pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt_ast.ts pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt_ast.ts --- pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt_ast.ts 2020-04-23 18:13:46.000000000 +0000 +++ pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt_ast.ts 2020-11-02 22:27:00.000000000 +0000 @@ -19,19 +19,14 @@ - - <html><head/><body><p><a href="https://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">https://lxqt.org/</span></a></p></body></html> - - - - + Programming: * Hong Jen Yee (PCMan) <pcman.tw@gmail.com> - + PCManFM-Qt File Manager Copyright (C) 2009 - 2014 洪任諭 (Hong Jen Yee) @@ -52,12 +47,18 @@ - + Authors - + + <html><head/><body><p><a href="https://github.com/lxqt/pcmanfm-qt"><span style=" text-decoration: underline; color:#0000ff;">https://github.com/lxqt/pcmanfm-qt</span></a></p></body></html> + + + + + License @@ -272,38 +273,38 @@ - - + + Background - + Wallpaper mode: - + Wallpaper image file: - + Select background color: - + Image file - + Image file path - + &Browse @@ -380,102 +381,280 @@ - + + By default, desktop folders will be opened in PCManFM-Qt if they +are left clicked, even when it is not the default file manager. + + + + + Open desktop folders in default file manager by left clicking + + + + Wallpaper - + Transform image based on EXIF data - + + Individual wallpaper for each monitor + + + + Slide Show - + Enable Slide Show - + Wallpaper image folder: - + Browse - + hour(s) - + and - + Intervals less than 5min will be ignored - + Interval: - + minute(s) - + Wallpaper folder - + Randomize the slide show - + Visible Shortcuts - + Home - + Trash - + Computer - + Network - + Advanced + HiddenShortcutsDialog + + + Hidden Shortcuts + + + + + Shortcut + + + + + Action + + + + + Esc + + + + + Focus view, clear filter bar + + + + + Ctrl+Esc + + + + + Focus side-pane + + + + + Ctrl+L + + + + + + Focus path entry + + + + + Alt+D + + + + + Ctrl+Tab + + + + + + Next tab + + + + + Ctrl+Shift+Tab + + + + + + Previous tab + + + + + Ctrl+PageDown + + + + + Ctrl+PageUp + + + + + Ctrl+Number + + + + + + Jump to tab + + + + + Alt+Number + + + + + Backspace + + + + + Go up + + + + + Ctrl+F + + + + + Search dialog + + + + + Shift+Insert + + + + + Paste into transient filter bar + + + + + Drag+Shift + + + + + Move file on dropping + + + + + Drag+Ctrl + + + + + Copy file on dropping + + + + + Drag+Shift+Ctrl + + + + + Make a symlink on dropping + + + + MainWindow @@ -483,553 +662,573 @@ - + &Toolbars - + Path &Bar - + &Filtering - + Go &Up - + Go Up - + Alt+Up - + &Home - + Alt+Home - + &Reload - + F5 - + Go - + Quit - + &About - + &New Window - + New Window - + Ctrl+N - + Show &Hidden - + Ctrl+H - + &Computer - + &Trash - + &Network - + &Desktop - + &Add to Bookmarks - + &Applications - + Reload - + &Icon View - + &Compact View - + &Detailed List - + &Thumbnail View - + Cu&t - + Ctrl+X - + &Copy - + Ctrl+C - + &Paste - + Ctrl+V - + Select &All - + Ctrl+A - + Pr&eferences - + &Ascending - + &Descending - + &By File Name - + By &Modification Time - + By Deletio&n Time - + By File &Type - + By &Owner - + By &Group - + &Folder First - + + &Hidden Last + + + + &Preserve sorting for this folder - + &Case Sensitive - + By File &Size - + &Close Window - + Ctrl+Q - + &Folder - + &Blank File - + &Show/Focus Filter Bar - + Show Filter Bar - + Ctrl+I - + S&plit View - + Split View - + F6 - + &Copy Full Path - + Ctrl+Shift+C - + Show Thumb&nails - + Show Thumbnails - + + S&ide Pane + + + + + F9 + + + + + Hidden &Shortcuts + + + + Ctrl+B - + &Clear All Filters - + Ctrl+Shift+K - + Close &previous tabs - + Close &next tabs - + &Preserve Settings for This Folder - + Connect to &Server - + &Location - + &Path Buttons - + &Bulk Rename - + Bulk Rename - + Ctrl+F2 - + Close &other tabs - + Permanent &filter bar - + &Menu bar - + Menu bar - + Ctrl+M - - + + Menu - + New &Tab - + New Tab - + Ctrl+T - + Go &Back - + Go Back - + Alt+Left - + Go &Forward - + Go Forward - + Alt+Right - + &Invert Selection - + &Delete - + Del - + &Rename - + F2 - + C&lose Tab - + Ctrl+W - + File &Properties - + Alt+Return - + &Folder Properties - + Edit Bookmarks - + Open &Terminal - + F4 - + Open as &Root - + &Edit Bookmarks - + Ctrl+Shift+N - + Ctrl+Alt+N - + &Find Files - + F3 @@ -1049,38 +1248,38 @@ - - + + &View - + &Sorting - + &Edit - + &Bookmarks - + &Go - + &Tool - + Main Toolbar @@ -1174,13 +1373,13 @@ - - + + Error - + Terminal emulator is not set. @@ -1297,73 +1496,78 @@ - + Select Wallpaper - + Image Files + + + Select Wallpaper Folder + + PCManFM::DesktopWindow - + Trash (One item) - + Trash (%Ln items) - + Trash (Empty) - + Computer - + Network - + Open - - + + Stic&k to Current Position - + Empty Trash - + Hide Desktop Items - + Create Launcher - + Desktop Preferences @@ -1371,7 +1575,7 @@ PCManFM::FilterBar - + Filter: @@ -1379,7 +1583,7 @@ PCManFM::FilterEdit - + Clear text (Ctrl+K or Esc) @@ -1392,40 +1596,40 @@ - + Hide menu bar - + This will hide the menu bar completely, use Ctrl+M to show it again. - + Version: %1 - + &Move to Trash - + &Delete - - + + Error - + Switch user command is not set. @@ -1433,22 +1637,22 @@ PCManFM::PreferencesDialog - + Icon View - + Compact View - + Thumbnail View - + Detailed List View @@ -1456,38 +1660,38 @@ PCManFM::TabPage - + Error - + Free space: %1 (Total: %2) - + %n item(s) - + (%n hidden) - - - + + + Link to - + %n item(s) selected @@ -1497,27 +1701,29 @@ PCManFM::View - + Many files - - - Do you want to open these %1 file? - + + + Do you want to open these %1 files? + + + - + Open in New T&ab - + Open in New Win&dow - + Open in Termina&l @@ -1541,7 +1747,7 @@ - + Thumbnail @@ -1556,67 +1762,67 @@ - + Select newly created files - + Icons - + Size of big icons: - + Size of small icons: - + Size of thumbnails: - + Size of side pane icons: - + Icon theme: - + Window - + Always show the tab bar - + Show 'Close' buttons on tabs - + Remember the size of the last closed window - + Default width of new windows: - + Default height of new windows: @@ -1646,27 +1852,27 @@ - + File Operations - + Confirm before deleting files - + Move deleted files to "trash bin" instead of erasing from disk. - + Show thumbnails of files - + Only show thumbnails for local files @@ -1701,205 +1907,235 @@ - + Erase files on removable media instead of "trash can" creation - + Confirm before moving files into "trash can" - - - + + + Requires application restart to take effect completely - + Launch executable files without prompt - - + + Used by Icon View - - + + Used by Compact View and Detailed List View - - + + Used by Thumbnail View - + User interface - + Treat backup files as hidden - - Always show full file names - - - - + Show icons of hidden files shadowed - + Minimum item margins in icon view: - + 3 px by default. - + px - + x - + 3 px by default. A space is also reserved for 3 lines of text. - + Lock - + When unchecked, the tab bar will be shown only if there are more than one tab. - + + Switch to newly opened tab + + + + + Reopen last window tabs in a new window + + + + Examples:<br>For terminal: <i>xterm -e %s</i><br>For switching user: <i>lxsudo %s</i> or <i>lxsudo dbus-run-session -- %s</i><br><i>%s</i> is the command line you want to execute with terminal or su.<br> Important: Please use lxsudo, sudo alone will wreck permissions of the settings file. - + Application restart is needed for changes to take effect. - + Do not generate thumbnails for image files exceeding this size: - + + Show folder context menu with Ctrl + right click + + + + + Open folders in new tabs as far as possible + + + + + Single window mode + + + + + Always show real file names + + + + + Do not show file tooltips + + + + KB - + Needs ffmpegthumbnailer - + Auto Mount - + Mount mountable volumes automatically on program startup - + Mount removable media automatically when they are inserted - + Show available options for removable media when they are inserted - + When removable medium unmounted: - + Close &tab containing removable medium - + Chan&ge folder in the tab to home folder - + Programs - + Terminal emulator: - + Switch &user command: - + Archiver in&tegration: - + Templates - + Show only user defined templates in menu - + Show only one template for each MIME type - + Run default application after creation from template - + Use SI decimal prefixes instead of IEC binary prefixes @@ -1927,18 +2163,18 @@ - - + + Error - + No file could be renamed. - + Some files could not be renamed. diff -Nru pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt_ca.ts pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt_ca.ts --- pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt_ca.ts 2020-04-23 18:13:46.000000000 +0000 +++ pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt_ca.ts 2020-11-02 22:27:00.000000000 +0000 @@ -19,12 +19,7 @@ Gestor de fitxers lleuger - - <html><head/><body><p><a href="https://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">https://lxqt.org/</span></a></p></body></html> - <html><head/><body><p><a href="https://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">https://lxqt.org/</span></a></p></body></html> - - - + Programming: * Hong Jen Yee (PCMan) <pcman.tw@gmail.com> @@ -33,7 +28,7 @@ - + PCManFM-Qt File Manager Copyright (C) 2009 - 2014 洪任諭 (Hong Jen Yee) @@ -70,12 +65,18 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. - + Authors Autors - + + <html><head/><body><p><a href="https://github.com/lxqt/pcmanfm-qt"><span style=" text-decoration: underline; color:#0000ff;">https://github.com/lxqt/pcmanfm-qt</span></a></p></body></html> + + + + + License Llicència @@ -290,38 +291,38 @@ Preferències de l'escriptori - - + + Background Fons - + Wallpaper mode: Mode de la imatge del fons: - + Wallpaper image file: Fitxer de la imatge del fons: - + Select background color: Seleccioneu el color del fons: - + Image file Fitxer d'imatge - + Image file path Camí al fitxer de la imatge - + &Browse Na&vega @@ -399,102 +400,280 @@ Bloqueja - + + By default, desktop folders will be opened in PCManFM-Qt if they +are left clicked, even when it is not the default file manager. + + + + + Open desktop folders in default file manager by left clicking + + + + Wallpaper - + Transform image based on EXIF data - + + Individual wallpaper for each monitor + + + + Slide Show Presentació de diapositives - + Enable Slide Show Habilita la presentació de diapositives - + Wallpaper image folder: Carpeta de la imatge del fons de pantalla: - + Browse Navega - + hour(s) hor(a/es) - + and i - + Intervals less than 5min will be ignored Els intervals de menys de 5 min seran ignorats - + Interval: Interval: - + minute(s) minut(s) - + Wallpaper folder Carpeta del fons d'escriptori - + Randomize the slide show Aleatoritza la presentació de diapositives - + Visible Shortcuts Dreceres visibles - + Home Carpeta de l'usuari - + Trash Paperera - + Computer Ordinador - + Network Xarxa - + Advanced Avançat + HiddenShortcutsDialog + + + Hidden Shortcuts + + + + + Shortcut + + + + + Action + + + + + Esc + + + + + Focus view, clear filter bar + + + + + Ctrl+Esc + + + + + Focus side-pane + + + + + Ctrl+L + + + + + + Focus path entry + + + + + Alt+D + + + + + Ctrl+Tab + + + + + + Next tab + + + + + Ctrl+Shift+Tab + + + + + + Previous tab + + + + + Ctrl+PageDown + + + + + Ctrl+PageUp + + + + + Ctrl+Number + + + + + + Jump to tab + + + + + Alt+Number + + + + + Backspace + + + + + Go up + + + + + Ctrl+F + + + + + Search dialog + + + + + Shift+Insert + + + + + Paste into transient filter bar + + + + + Drag+Shift + + + + + Move file on dropping + + + + + Drag+Ctrl + + + + + Copy file on dropping + + + + + Drag+Shift+Ctrl + + + + + Make a symlink on dropping + + + + MainWindow @@ -502,554 +681,574 @@ Gestor de fitxers - + &Toolbars &Barres d'eines - + Path &Bar &Barra del camí - + &Filtering &Filtratge - + Go &Up Vés a&munt - + Go Up Vés amunt - + Alt+Up Alt+Amunt - + &Home Carpeta de l'&usuari - + Alt+Home Alt+Inici - + &Reload To&rna a carregar - + F5 F5 - + Go Vés - + Quit Surt - + &About &Quant a - + &New Window Finestra &nova - + New Window Finestra nova Finestra nova - + Ctrl+N Ctrl+N - + Show &Hidden Mostra els oc&ults - + Ctrl+H Ctrl+H - + &Computer &Ordinador - + &Trash &Paperera - + &Network &Xarxa - + &Desktop &Escriptori - + &Add to Bookmarks &Afegeix als marcadors - + &Applications &Aplicacions - + Reload Recarrega - + &Icon View Vista d'&icones - + &Compact View Vista &compacta - + &Detailed List Llista &detallada - + &Thumbnail View Vis&ta de miniatures - + Cu&t Re&talla - + Ctrl+X Ctrl+X - + &Copy &Copia - + Ctrl+C Ctrl+C - + &Paste Engan&xa - + Ctrl+V Ctrl+V - + Select &All Seleccion&a-ho tot - + Ctrl+A Ctrl+A - + Pr&eferences Pr&eferències - + &Ascending &Ascendent - + &Descending &Descendent - + &By File Name Pel &nom del fitxer - + By &Modification Time Per la data de &modificació - + By Deletio&n Time - + By File &Type Pel &tipus de fitxer - + By &Owner Pel pr&opietari - + By &Group - + &Folder First Primer les &carpetes - + + &Hidden Last + + + + &Preserve sorting for this folder &Preserva l'ordenació per a aquesta carpeta - + &Case Sensitive Distin&ció de majúscules i minúscules - + By File &Size Per la m&ida del fitxer - + &Close Window Tan&ca la finestra - + Ctrl+Q Ctrl+Q - + &Folder &Carpeta - + &Blank File Fitxer en &blanc - + &Show/Focus Filter Bar Mo&stra/Enfoca la barra de filtratge - + Show Filter Bar Mostra la barra de filtratge - + Ctrl+I Ctrl+I - + S&plit View Dividei&x la vista - + Split View Divideix la vista - + F6 F6 - + &Copy Full Path &Copia el camí complet - + Ctrl+Shift+C Ctrl+Maj+C - + Show Thumb&nails - + Show Thumbnails - + + S&ide Pane + + + + + F9 + F9 + + + + Hidden &Shortcuts + + + + Ctrl+B Ctrl+B - + &Clear All Filters &Neteja tots els filtres - + Ctrl+Shift+K Ctrl+Maj+K - + Close &previous tabs Tanca les &pestanyes anteriors - + Close &next tabs Tanca les pestanyes següe&nts - + &Preserve Settings for This Folder &Preserva els ajusts per a aquesta carpeta - + Connect to &Server Connecta't al &servidor - + &Location &Ubicació - + &Path Buttons Botons del &camí - + &Bulk Rename Can&vi de nom massiu - + Bulk Rename Canvi de nom massiu - + Ctrl+F2 Ctrl+F2 - + Close &other tabs Tanca les altr&es pestanyes - + Permanent &filter bar Barra de &filtratge permanent - + &Menu bar Barra del &menú - + Menu bar Barra de menús - + Ctrl+M Ctrl+M - - + + Menu Menú - + New &Tab Pes&tanya nova - + New Tab Pestanya nova - + Ctrl+T Ctrl+T - + Go &Back Vés enda&rrere - + Go Back Vés endarrere - + Alt+Left Alt+Esquerra - + Go &Forward Vés enda&vant - + Go Forward Vés endavant - + Alt+Right Alt+Dreta - + &Invert Selection &Inverteix la selecció - + &Delete &Elimina - + Del Supr - + &Rename &Reanomena - + F2 F2 - + C&lose Tab Tanca &la pestanya - + Ctrl+W Ctrl+W - + File &Properties &Propietats del fitxer - + Alt+Return Alt+Retorn - + &Folder Properties Propietats de la c&arpeta - + Edit Bookmarks Edita els marcadors - + Open &Terminal Obre el &terminal - + F4 F4 - + Open as &Root Obre com a &root - + &Edit Bookmarks &Edita els marcadors - + Ctrl+Shift+N Ctrl+Majúscules+N - + Ctrl+Alt+N Ctrl+Alt+N - + &Find Files Troba &fitxers - + F3 F3 @@ -1069,38 +1268,38 @@ &Ajuda - - + + &View &Visualitza - + &Sorting &Ordenació - + &Edit &Edita - + &Bookmarks &Marcadors - + &Go &Vés - + &Tool &Eines - + Main Toolbar Barra d'eines principal @@ -1194,13 +1393,13 @@ [FITXER1, FITXER2,...] - - + + Error Error - + Terminal emulator is not set. L'emulador del terminal no està establert. @@ -1317,25 +1516,30 @@ Fes zoom a la imatge per omplir tota la pantalla - + Select Wallpaper - + Image Files Fitxers d'imatges + + + Select Wallpaper Folder + + PCManFM::DesktopWindow - + Trash (One item) Paperera (un element) - + Trash (%Ln items) Paperera (%Ln element) @@ -1343,48 +1547,48 @@ - + Trash (Empty) Paperera (buida) - + Computer Ordinador - + Network Xarxa - + Open Obre - - + + Stic&k to Current Position Fi&xa a la posició actual - + Empty Trash Buida la paperera - + Hide Desktop Items Oculta els ítems de l'escriptori - + Create Launcher - + Desktop Preferences Preferències de l'escriptori @@ -1392,7 +1596,7 @@ PCManFM::FilterBar - + Filter: Filtre: @@ -1400,7 +1604,7 @@ PCManFM::FilterEdit - + Clear text (Ctrl+K or Esc) @@ -1413,40 +1617,40 @@ Instància de root - + Hide menu bar Oculta la barra de menús - + This will hide the menu bar completely, use Ctrl+M to show it again. Això ocultarà completament la barra de menús, utilitzeu Ctrl+M per tornar-la a mostrar. - + Version: %1 Versió: %1 - + &Move to Trash &Mou a la paperera - + &Delete &Suprimeix - - + + Error Error - + Switch user command is not set. L'ordre de canvi d'usuari no està establerta. @@ -1454,22 +1658,22 @@ PCManFM::PreferencesDialog - + Icon View Vista d'icones - + Compact View Vista compacta - + Thumbnail View Vista de miniatures - + Detailed List View Vista de llista detallada @@ -1477,17 +1681,17 @@ PCManFM::TabPage - + Error Error - + Free space: %1 (Total: %2) Espai lliure: %1 (total: %2) - + %n item(s) %n ítem @@ -1495,7 +1699,7 @@ - + (%n hidden) (%n ocult) @@ -1503,14 +1707,14 @@ - - - + + + Link to enllaç a - + %n item(s) selected %n ítem seleccionat @@ -1521,28 +1725,31 @@ PCManFM::View - + Many files - - - Do you want to open these %1 file? - + + + Do you want to open these %1 files? + + + + - + Open in New T&ab Obre en una pest&anya nova - + Open in New Win&dow Obre en una fines&tra nova Obre en una fines&tra nova - + Open in Termina&l Obre al termina&l @@ -1566,7 +1773,7 @@ - + Thumbnail Miniatura @@ -1581,67 +1788,67 @@ Avançat - + Select newly created files Selecciona els fitxers creats recentment - + Icons Icones - + Size of big icons: Mida de les icones grans: - + Size of small icons: Mida de les icones petites: - + Size of thumbnails: Mida de les miniatures: - + Size of side pane icons: Mida de les icones del plafó lateral: - + Icon theme: Tema de les icones: - + Window Finestra - + Always show the tab bar Mostra sempre la barra de les pestanyes - + Show 'Close' buttons on tabs Mostra els botons de 'Tanca' en les pestanyes - + Remember the size of the last closed window Recorda la mida de l'última finestra tancada - + Default width of new windows: Amplada predeterminada de les finestres noves: - + Default height of new windows: Alçada predeterminada de les finestres noves: @@ -1672,27 +1879,27 @@ s - + File Operations Operacions dels fitxers - + Confirm before deleting files Confirmació abans d'eliminar fitxers - + Move deleted files to "trash bin" instead of erasing from disk. Mou els fitxers suprimits a la "paperera" en lloc d'eliminar-los del disc. - + Show thumbnails of files Mostra les miniatures dels fitxers - + Only show thumbnails for local files Mostra únicament les miniatures per als fitxers locals @@ -1727,207 +1934,237 @@ Obre en una finestra nova - + Erase files on removable media instead of "trash can" creation Elimina els fitxers en el mitjà extraïble en lloc de la creació de la "paperera" - + Confirm before moving files into "trash can" Confirmació abans de moure fitxers a la "paperera" - - - + + + Requires application restart to take effect completely Requereix reiniciar l'aplicació perquè tingui efecte completament - + Launch executable files without prompt Inicia els fitxers executables sense preguntar-ho - - + + Used by Icon View Utilitzat amb la vista d'icones - - + + Used by Compact View and Detailed List View Utilitzat amb la vista compacta i la vista de llista detallada - - + + Used by Thumbnail View Utilitzat amb la vista de miniatures - + User interface Interfície d'usuari - + Treat backup files as hidden Tracta els fitxers de còpia de seguretat com a ocults - - Always show full file names - Mostra sempre el nom complet dels fitxers - - - + Show icons of hidden files shadowed Mostra ombrejades les icones dels fitxers ocults - + Minimum item margins in icon view: Marges mínims de l'ítem a la vista d'icones: - + 3 px by default. 3 px per defecte. - + px px - + x x - + 3 px by default. A space is also reserved for 3 lines of text. 1 px per defecte. També es reserva un espai per a 3 línies de text. - + Lock Bloqueja - + When unchecked, the tab bar will be shown only if there are more than one tab. Quan es desmarca, únicament es mostrarà la barra de tasques si hi ha més d'una pestanya. - + + Switch to newly opened tab + + + + + Reopen last window tabs in a new window + + + + Examples:<br>For terminal: <i>xterm -e %s</i><br>For switching user: <i>lxsudo %s</i> or <i>lxsudo dbus-run-session -- %s</i><br><i>%s</i> is the command line you want to execute with terminal or su.<br> Important: Please use lxsudo, sudo alone will wreck permissions of the settings file. - + Application restart is needed for changes to take effect. Es necessita reiniciar l'aplicació perquè els canvis tinguin efecte. - + Do not generate thumbnails for image files exceeding this size: No generis les miniatures per als fitxers d'imatges que superin aquesta mida: - + + Show folder context menu with Ctrl + right click + + + + + Open folders in new tabs as far as possible + + + + + Single window mode + + + + + Always show real file names + + + + + Do not show file tooltips + + + + KB KB - + Needs ffmpegthumbnailer Necessita ffmpegthumbnailer - + Auto Mount Munta automàticament - + Mount mountable volumes automatically on program startup Munta automàticament els volums muntables amb la inicialització del programa - + Mount removable media automatically when they are inserted Munta automàticament els mitjans extraïbles quan aquests són inserits - + Show available options for removable media when they are inserted Mostra les opcions disponibles per als mitjans extraïbles quan s'insereixin - + When removable medium unmounted: Quan es desmunta un mitjà extraïble: - + Close &tab containing removable medium Tanca la pes&tanya que conté el mitjà extraïble - + Chan&ge folder in the tab to home folder Can&via la carpeta a la pestanya amb la carpeta de l'usuari - + Programs Programes - + Terminal emulator: Emulador de terminal: - + Switch &user command: Ordre per al canvi d'&usuari: - + Archiver in&tegration: In&tegració amb l'arxivador: - + Templates Plantilles - + Show only user defined templates in menu Mostra al menú únicament les plantilles definides de l'usuari - + Show only one template for each MIME type Mostra únicament una plantilla per a cadascun dels tipus MIME - + Run default application after creation from template Executa l'aplicació predeterminada després de la creació a partir de la plantilla - + Use SI decimal prefixes instead of IEC binary prefixes Utilitza els prefixos decimals del SI en lloc dels prefixos binaris de l'IEC @@ -1955,18 +2192,18 @@ S'ha avortat el canvi de nom. - - + + Error Error - + No file could be renamed. No es pot canviar el nom de cap fitxer. - + Some files could not be renamed. No s'ha pogut canviar el nom d'alguns fitxers. diff -Nru pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt_cs.ts pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt_cs.ts --- pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt_cs.ts 2020-04-23 18:13:46.000000000 +0000 +++ pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt_cs.ts 2020-11-02 22:27:00.000000000 +0000 @@ -14,7 +14,7 @@ Nenáročný správce souborů - + Programming: * Hong Jen Yee (PCMan) <pcman.tw@gmail.com> @@ -23,27 +23,28 @@ - - <html><head/><body><p><a href="https://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">https://lxqt.org/</span></a></p></body></html> - <html><head/><body><p><a href="https://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">https://lxqt.org/</span></a></p></body></html> - - <html><head/><body><p><span style=" font-size:16pt; font-weight:600;">PCManFM-Qt</span></p></body></html> <html><head/><body><p><span style=" font-size:16pt; font-weight:600;">PCManFM-Qt</span></p></body></html> - + + <html><head/><body><p><a href="https://github.com/lxqt/pcmanfm-qt"><span style=" text-decoration: underline; color:#0000ff;">https://github.com/lxqt/pcmanfm-qt</span></a></p></body></html> + + + + + Authors Autoři - + License Licence - + PCManFM-Qt File Manager Copyright (C) 2009 - 2014 洪任諭 (Hong Jen Yee) @@ -290,38 +291,38 @@ Předvolby pracovní plochy - - + + Background Pozadí - + Wallpaper mode: Režim obrázku na pozadí: - + Wallpaper image file: Soubor s obrázkem pozadí: - + Select background color: Vyberte barvu pozadí: - + Image file Soubor s obrázkem - + Image file path Umístění souboru s obrázkem - + &Browse &Procházet @@ -399,102 +400,280 @@ Uzamknout - + + By default, desktop folders will be opened in PCManFM-Qt if they +are left clicked, even when it is not the default file manager. + + + + + Open desktop folders in default file manager by left clicking + + + + Wallpaper Tapeta na ploše - + Transform image based on EXIF data Transformovat obrázek na základě údajů v EXIF metadatech - + + Individual wallpaper for each monitor + Individuální pozadí pro každý monitor + + + Slide Show Prezentace - + Enable Slide Show Měnit obrázky na pozadí - + Wallpaper image folder: Složka s obrázky pro pozadí: - + Browse Procházet - + hour(s) hodin - + and a - + Intervals less than 5min will be ignored Intervaly kratší než 5 minut budou ignorovány - + Interval: Interval: - + minute(s) minuty - + Wallpaper folder Složka s obrázky na plochu - + Randomize the slide show Náhodné pořadí prezentace - + Visible Shortcuts Viditelné zkratky - + Home Domovská složka - + Trash Koš - + Computer Můj počítač - + Network Síť - + Advanced Pokročilé + HiddenShortcutsDialog + + + Hidden Shortcuts + Skryté klávesové zkratky + + + + Shortcut + Klávesová zkratka + + + + Action + Činnost + + + + Esc + Esc + + + + Focus view, clear filter bar + Zaměřit pohled, vyprázdnit pole filtru + + + + Ctrl+Esc + Ctrl+Esc + + + + Focus side-pane + Zaměřit postranní panel + + + + Ctrl+L + Ctrl+L + + + + + Focus path entry + Zaměřit zadání cesty + + + + Alt+D + Alt+D + + + + Ctrl+Tab + Ctrl+tabulátor + + + + + Next tab + Další karta + + + + Ctrl+Shift+Tab + Ctrl+Shift+tabulátor + + + + + Previous tab + Předchozí karta + + + + Ctrl+PageDown + Ctrl+PageDown + + + + Ctrl+PageUp + Ctrl+PageUp + + + + Ctrl+Number + Ctrl+číslo + + + + + Jump to tab + Skočit na kartu + + + + Alt+Number + Alt+číslo + + + + Backspace + Backspace + + + + Go up + Jít nahoru + + + + Ctrl+F + Ctrl+F + + + + Search dialog + Dialog hledání + + + + Shift+Insert + Shift+Insert + + + + Paste into transient filter bar + Vložit do pole dočasného filtru + + + + Drag+Shift + Táhnout+Shift + + + + Move file on dropping + Přesunout soubor při upuštění + + + + Drag+Ctrl + Táhnout+Ctrl + + + + Copy file on dropping + Kopírovat soubor při upuštění + + + + Drag+Shift+Ctrl + Táhnout+Shift+Ctrl + + + + Make a symlink on dropping + Udělat symbolický odkaz při upuštění + + + MainWindow @@ -502,498 +681,518 @@ Správce souborů - + Go Up Nahoru - + Alt+Up Alt + šipka nahoru - + Alt+Home Alt+Home - + Reload Načíst znovu - + F5 F5 - + &Toolbars Lišta nás&trojů - + Path &Bar Lišta &popisů umístění - + &Filtering &Filtrování - + &Home &Domů - + &Reload &Načíst znovu - + Go Přejít na - + Quit Ukončit - + &About O &aplikaci - + New Window Nové okno - + Ctrl+N Ctrl+N - + Show &Hidden Zobrazit &skryté soubory a složky - + Ctrl+H Ctrl+H - + &Computer P&očítač - + &Trash &Koš - + &Network &Síť - + &Desktop P&locha - + &Add to Bookmarks Přid&at do záložek - + &Applications &Aplikace - + Ctrl+X Ctrl+X - + &Copy &Kopírovat - + Ctrl+C Ctrl+C - + &Paste &Vložit - + Ctrl+V Ctrl+V - + Select &All Vybr&at vše - + Pr&eferences Př&edvolby - + &Ascending &Vzestupně - + &Descending &Sestupně - + &By File Name Podle &názvu - + By &Modification Time Podle oka&mžiku změny - + By Deletio&n Time Podle okamžiku smazá&ní - + By File &Type Podle &typu souboru - + By &Owner P&odle vlastníka - + By &Group Podle s&kupiny - + &Folder First &Složky jako první - + + &Hidden Last + &Skryté poslední + + + &Preserve sorting for this folder Zapamatovat si řazení &pro tuto složku - + &Invert Selection Převrát&it výběr - + &Delete &Smazat - + &Rename &Přejmenovat - + &Case Sensitive &Rozlišovat malá/VELKÁ písmena - + By File &Size Podle veliko&sti - + &Close Window &Zavřít okno - + &Show/Focus Filter Bar &Zobrazit/skrýt lištu filtrování - + Show Filter Bar Zobrazit lištu filtrování - + Ctrl+I Ctrl+I - + S&plit View Rozdělený &pohled - + Split View Rozdělený pohled - + F6 F6 - + &Copy Full Path Zkopírovat &celý popis umístění - + Ctrl+Shift+C Ctrl+Shift+C - + Show Thumb&nails Zobrazit &náhledy - + Show Thumbnails Zobrazit náhledy - + + S&ide Pane + &Postranní panel + + + + F9 + F9 + + + + Hidden &Shortcuts + Skryté &klávesové zkratky + + + Ctrl+B Ctrl+B - + &Clear All Filters &Vyčistit všechny filtry - + Ctrl+Shift+K Ctrl+Shift+K - + Close &previous tabs Zavřít &panely nalevo - + Close &next tabs Zavřít panely &napravo - + &Preserve Settings for This Folder Zapamatovat si nastavení &pro tuto složku - + Connect to &Server Připojit k &serveru - + &Location &Umístění - + &Path Buttons Tlačítka &popisu umístění - + &Bulk Rename &Hromadné přejmenování - + Bulk Rename Hromadné přejmenování - + Ctrl+F2 Ctrl+F2 - + Close &other tabs Zavřít &ostatní panely - + Permanent &filter bar Trvale zobrazovaná lišta &filtrování - + &Menu bar Lišta &nabídek - + Menu bar Lišta nabídek - + Ctrl+M Ctrl+M - - + + Menu Nabídka - + Ctrl+A Ctrl+A - + Go &Up &O úroveň výš - + &New Window &Nové okno - + &Icon View &Ikony - + &Compact View &Kompaktní - + &Detailed List Seznam s po&drobnostmi - + &Thumbnail View &Náhledy - + Cu&t Vyjmou&t - + New &Tab Nový &panel - + New Tab Nový panel - + Ctrl+T Ctrl+T - + Go &Back &Zpět - + Go Back Zpět - + Alt+Left Alt + šipka vlevo - + Go &Forward &Vpřed - + Go Forward Vpřed - + Alt+Right Alt + šipka vpravo - + Del Del - + F2 F2 - + C&lose Tab &Zavřít panel - + File &Properties &Vlastnosti souboru - + &Folder Properties Vlastnosti s&ložky - + Ctrl+Q Ctrl+Q - + Ctrl+Shift+N Ctrl+Shift+N - + Ctrl+Alt+N Ctrl+Alt+N @@ -1003,67 +1202,67 @@ Vytvořit &nový - + &Sorting Ř&azení - + Main Toolbar Hlavní lišta nástrojů - + Ctrl+W Ctrl+W - + Alt+Return Alt+Enter - + Edit Bookmarks Upravit záložky - + Open &Terminal Otevřít &terminál - + F4 F4 - + Open as &Root Otevřít jako sp&rávce systému - + &Edit Bookmarks &Upravit záložky - + &Folder &Složka - + &Blank File &Prázdný soubor - + &Find Files &Najít soubory - + F3 F3 @@ -1078,28 +1277,28 @@ &Nápověda - - + + &View &Zobrazit - + &Edit &Úpravy - + &Bookmarks Zál&ožky - + &Go Pře&jít na - + &Tool Nás&troje @@ -1193,13 +1392,13 @@ [SOUBOR1, SOUBOR2,…] - - + + Error Chyba - + Terminal emulator is not set. Není nastaven emulátor terminálu. @@ -1316,25 +1515,30 @@ Zvětšit obrázek tak, aby vyplnil obrazovku - + Select Wallpaper Vybrat tapetu na plochu - + Image Files Soubory s obrázky + + + Select Wallpaper Folder + Vybrat složku s pozadím plochy + PCManFM::DesktopWindow - + Trash (One item) Koš (1 položka) - + Trash (%Ln items) Koš (%Ln položka) @@ -1343,48 +1547,48 @@ - + Trash (Empty) Koš (prázdný) - + Computer Můj počítač - + Network Síť - + Open Otevřít - - + + Stic&k to Current Position Připnout &ke stávající poloze - + Empty Trash Vyprázdnit koš - + Hide Desktop Items Skrýt položky plochy - + Create Launcher Vytvořit spouštěč - + Desktop Preferences Předvolby pracovní plochy @@ -1392,7 +1596,7 @@ PCManFM::FilterBar - + Filter: Filtr: @@ -1400,7 +1604,7 @@ PCManFM::FilterEdit - + Clear text (Ctrl+K or Esc) Vyčistit text (Ctrl+K nebo Esc) @@ -1413,40 +1617,40 @@ Správcovská (root) instance - + Hide menu bar Skrýt lištu nabídky - + This will hide the menu bar completely, use Ctrl+M to show it again. Tímto bude lišta nabídky úplně skryta. Opět ji zobrazíte stisknutím Ctrl+M. - + Version: %1 Verze: %1 - + &Move to Trash &Přesunout do koše - + &Delete &Smazat - - + + Error Chyba - + Switch user command is not set. Příkaz pro přepnutí uživatele není nastaven. @@ -1454,22 +1658,22 @@ PCManFM::PreferencesDialog - + Icon View S ikonami - + Compact View Kompaktní - + Thumbnail View S náhledy - + Detailed List View Seznam s podrobnostmi @@ -1477,17 +1681,17 @@ PCManFM::TabPage - + Error Chyba - + Free space: %1 (Total: %2) Volné místo: %1 (celkem: %2) - + %n item(s) %n položka @@ -1496,7 +1700,7 @@ - + (%n hidden) (%n skrytá) @@ -1505,14 +1709,14 @@ - - - + + + Link to Odkaz na - + %n item(s) selected vybrána %n položka @@ -1524,27 +1728,31 @@ PCManFM::View - + Many files Mnoho souborů - - - Do you want to open these %1 file? - Chcete otevřít těchto %1 souborů? + + + Do you want to open these %1 files? + + Chcete otevřít tento %1 soubor? + Chcete otevřít tyto %1 soubory? + Chcete otevřít těchto %1 souborů? + - + Open in New T&ab Otevřít v novém p&anelu - + Open in New Win&dow Otevřít v novém &okně - + Open in Termina&l Otevřít v terminá&lu @@ -1568,7 +1776,7 @@ - + Thumbnail Náhled @@ -1583,67 +1791,67 @@ Pokročilé - + Select newly created files Nově vytvořené soubory rovnou vybrat - + Icons Ikony - + Size of big icons: Velikost velkých ikon: - + Size of small icons: Velikost malých ikon: - + Size of thumbnails: Velikost náhledů: - + Size of side pane icons: Velikost ikon v postranním podokně: - + Icon theme: Vzhled ikon: - + Window Okno - + Default width of new windows: Výchozí šířka nových oken: - + Default height of new windows: Výchozí výška nových oken: - + Always show the tab bar Vždy zobrazovat lištu s panely - + Show 'Close' buttons on tabs Zobrazovat na panelech tlačítko Zavřít - + Remember the size of the last closed window Pamatovat si rozměry naposledy zavřeného okna @@ -1673,27 +1881,27 @@ s - + File Operations Operace se soubory - + Confirm before deleting files Vyžadovat potvrzení před smazáním souborů - + Move deleted files to "trash bin" instead of erasing from disk. Přesouvat mazané soubory do koše namísto smazání z disku. - + Show thumbnails of files Zobrazovat náhledy souborů - + Only show thumbnails for local files Zobrazovat náhledy jen u souborů nacházejících se přímo v počítači @@ -1728,207 +1936,237 @@ Otevřít v novém okně - + + Show folder context menu with Ctrl + right click + Ukázat související nabídku ke složce pomocí Ctrl + klepnutí pravým tlačítkem myši + + + Erase files on removable media instead of "trash can" creation Soubory na vyjímatelných médiích rovnou mazat namísto vytváření Koše - + Confirm before moving files into "trash can" Vyžadovat potvrzení před přesunutím souborů do Koše - - - + + + Requires application restart to take effect completely Aby se změna projevila, je třeba aplikaci zavřít a spustit znovu - + Launch executable files without prompt Spouštět spustitelné soubory bez potvrzování - - - Used by Icon View - Využíváno ikonovým zobrazením + + Open folders in new tabs as far as possible + Pokud je to možné, otevírat složky v nových kartách + + + + Single window mode + Režim jednoho okna - Used by Compact View and Detailed List View - Využíváno v kompaktním a podrobném zobrazení + Used by Icon View + Využíváno ikonovým zobrazením + Used by Compact View and Detailed List View + Využíváno v kompaktním a podrobném zobrazení + + + + Used by Thumbnail View Využíváno v zobrazení s náhledy - + User interface Uživatelské rozhraní - + Treat backup files as hidden Zacházet se záložními soubory jako s těmi skrytými - - Always show full file names - Vždy zobrazovat celé názvy souborů - - - + Show icons of hidden files shadowed Zobrazovat ikony skrytých souborů vyšedlé - + Minimum item margins in icon view: Minimální okraje položky v zobrazení s ikonami: - + 3 px by default. - výchozí jsou tři obraz. body. + výchozí jsou tři obrazové body. - + px px - + x x - + 3 px by default. A space is also reserved for 3 lines of text. Ve výchozím stavu 3 obraz. body. Je také vyhrazeno místo pro tři řádky textu. - + Lock Uzamknout - + When unchecked, the tab bar will be shown only if there are more than one tab. Pokud není zaškrtnuto, bude lišta panelů zobrazena pouze pokud je více než jeden panel. - + + Switch to newly opened tab + + + + + Reopen last window tabs in a new window + + + + Examples:<br>For terminal: <i>xterm -e %s</i><br>For switching user: <i>lxsudo %s</i> or <i>lxsudo dbus-run-session -- %s</i><br><i>%s</i> is the command line you want to execute with terminal or su.<br> Important: Please use lxsudo, sudo alone will wreck permissions of the settings file. Příklady:<br>Pro terminál: <i>xterm -e %s</i><br>Pro přepnutí uživatele: <i>lxsudo %s</i> nebo <i>lxsudo dbus-run-session -- %s</i><br><i>%s</i> je příkazový řádek, který chcete vykonat v terminálu nebo pomocí su.<br> Důležité: použijte lxsudo, sudo samotné pokazí oprávnění na souboru s nastaveními. - + Application restart is needed for changes to take effect. Aby se změny projevily, je třeba aplikaci restartovat. - + Do not generate thumbnails for image files exceeding this size: Nevytvářet náhledy obrázků přesahujících tuto velikost: - + + Always show real file names + Vždy ukázat skutečné názvy souborů + + + + Do not show file tooltips + Neukazovat nástrojové rady k souborům + + + KB KB - + Needs ffmpegthumbnailer Vyžaduje ffmpegthumbnailer - + Auto Mount Automatické připojení - + Mount mountable volumes automatically on program startup Při spouštění aplikaci připojit všechny svazky, které jsou k dispozici - + Mount removable media automatically when they are inserted Při vložení/připojení vyjímatelného média ho automaticky připojit (mount) - + Show available options for removable media when they are inserted Při vložení/připojení vyjímatelného média, zobrazit možnosti co s ním - + When removable medium unmounted: Při odpojení (umount) vyjímatelného média: - + Close &tab containing removable medium Zavřít kar&tu obsahující vyjímatelné médium - + Chan&ge folder in the tab to home folder V jemu příslušném &panelu přepnout do domovské složky - + Switch &user command: Příkaz kterým přepnout &uživatele: - + Archiver in&tegration: &Napojení na správce archivů: - + Templates Šablony - + Show only user defined templates in menu V nabídce zobrazovat pouze uživatelem vytvořené šablony - + Show only one template for each MIME type Zobrazit pro každý MIME typ pouze jednu šablonu - + Run default application after creation from template Po vytvoření ze šablony spustit výchozí aplikaci - + Programs Programy - + Terminal emulator: Emulátor terminálu: - + Use SI decimal prefixes instead of IEC binary prefixes Používat SI desítkové předpony namísto IEC dvojkových @@ -1956,18 +2194,18 @@ Přejmenování bylo zrušeno. - - + + Error Chyba - + No file could be renamed. Nepodařilo se přejmenovat ani jeden soubor. - + Some files could not be renamed. Některé soubory se nepodařilo přejmenovat. diff -Nru pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt_cy.ts pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt_cy.ts --- pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt_cy.ts 2020-04-23 18:13:46.000000000 +0000 +++ pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt_cy.ts 2020-11-02 22:27:00.000000000 +0000 @@ -19,19 +19,14 @@ - - <html><head/><body><p><a href="https://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">https://lxqt.org/</span></a></p></body></html> - - - - + Programming: * Hong Jen Yee (PCMan) <pcman.tw@gmail.com> - + PCManFM-Qt File Manager Copyright (C) 2009 - 2014 洪任諭 (Hong Jen Yee) @@ -52,12 +47,18 @@ - + Authors - + + <html><head/><body><p><a href="https://github.com/lxqt/pcmanfm-qt"><span style=" text-decoration: underline; color:#0000ff;">https://github.com/lxqt/pcmanfm-qt</span></a></p></body></html> + + + + + License @@ -272,38 +273,38 @@ - - + + Background - + Wallpaper mode: - + Wallpaper image file: - + Select background color: - + Image file - + Image file path - + &Browse @@ -380,102 +381,280 @@ - + + By default, desktop folders will be opened in PCManFM-Qt if they +are left clicked, even when it is not the default file manager. + + + + + Open desktop folders in default file manager by left clicking + + + + Wallpaper - + Transform image based on EXIF data - + + Individual wallpaper for each monitor + + + + Slide Show - + Enable Slide Show - + Wallpaper image folder: - + Browse - + hour(s) - + and - + Intervals less than 5min will be ignored - + Interval: - + minute(s) - + Wallpaper folder - + Randomize the slide show - + Visible Shortcuts - + Home - + Trash - + Computer - + Network - + Advanced + HiddenShortcutsDialog + + + Hidden Shortcuts + + + + + Shortcut + + + + + Action + + + + + Esc + + + + + Focus view, clear filter bar + + + + + Ctrl+Esc + + + + + Focus side-pane + + + + + Ctrl+L + + + + + + Focus path entry + + + + + Alt+D + + + + + Ctrl+Tab + + + + + + Next tab + + + + + Ctrl+Shift+Tab + + + + + + Previous tab + + + + + Ctrl+PageDown + + + + + Ctrl+PageUp + + + + + Ctrl+Number + + + + + + Jump to tab + + + + + Alt+Number + + + + + Backspace + + + + + Go up + + + + + Ctrl+F + + + + + Search dialog + + + + + Shift+Insert + + + + + Paste into transient filter bar + + + + + Drag+Shift + + + + + Move file on dropping + + + + + Drag+Ctrl + + + + + Copy file on dropping + + + + + Drag+Shift+Ctrl + + + + + Make a symlink on dropping + + + + MainWindow @@ -483,553 +662,573 @@ - + &Toolbars - + Path &Bar - + &Filtering - + Go &Up - + Go Up - + Alt+Up - + &Home - + Alt+Home - + &Reload - + F5 - + Go - + Quit - + &About - + &New Window - + New Window - + Ctrl+N - + Show &Hidden - + Ctrl+H - + &Computer - + &Trash - + &Network - + &Desktop - + &Add to Bookmarks - + &Applications - + Reload - + &Icon View - + &Compact View - + &Detailed List - + &Thumbnail View - + Cu&t - + Ctrl+X - + &Copy - + Ctrl+C - + &Paste - + Ctrl+V - + Select &All - + Ctrl+A - + Pr&eferences - + &Ascending - + &Descending - + &By File Name - + By &Modification Time - + By Deletio&n Time - + By File &Type - + By &Owner - + By &Group - + &Folder First - + + &Hidden Last + + + + &Preserve sorting for this folder - + &Case Sensitive - + By File &Size - + &Close Window - + Ctrl+Q - + &Folder - + &Blank File - + &Show/Focus Filter Bar - + Show Filter Bar - + Ctrl+I - + S&plit View - + Split View - + F6 - + &Copy Full Path - + Ctrl+Shift+C - + Show Thumb&nails - + Show Thumbnails - + + S&ide Pane + + + + + F9 + + + + + Hidden &Shortcuts + + + + Ctrl+B - + &Clear All Filters - + Ctrl+Shift+K - + Close &previous tabs - + Close &next tabs - + &Preserve Settings for This Folder - + Connect to &Server - + &Location - + &Path Buttons - + &Bulk Rename - + Bulk Rename - + Ctrl+F2 - + Close &other tabs - + Permanent &filter bar - + &Menu bar - + Menu bar - + Ctrl+M - - + + Menu - + New &Tab - + New Tab - + Ctrl+T - + Go &Back - + Go Back - + Alt+Left - + Go &Forward - + Go Forward - + Alt+Right - + &Invert Selection - + &Delete - + Del - + &Rename - + F2 - + C&lose Tab - + Ctrl+W - + File &Properties - + Alt+Return - + &Folder Properties - + Edit Bookmarks - + Open &Terminal - + F4 - + Open as &Root - + &Edit Bookmarks - + Ctrl+Shift+N - + Ctrl+Alt+N - + &Find Files - + F3 @@ -1049,38 +1248,38 @@ - - + + &View - + &Sorting - + &Edit - + &Bookmarks - + &Go - + &Tool - + Main Toolbar @@ -1174,13 +1373,13 @@ - - + + Error - + Terminal emulator is not set. @@ -1297,25 +1496,30 @@ - + Select Wallpaper - + Image Files + + + Select Wallpaper Folder + + PCManFM::DesktopWindow - + Trash (One item) - + Trash (%Ln items) @@ -1326,48 +1530,48 @@ - + Trash (Empty) - + Computer - + Network - + Open - - + + Stic&k to Current Position - + Empty Trash - + Hide Desktop Items - + Create Launcher - + Desktop Preferences @@ -1375,7 +1579,7 @@ PCManFM::FilterBar - + Filter: @@ -1383,7 +1587,7 @@ PCManFM::FilterEdit - + Clear text (Ctrl+K or Esc) @@ -1396,40 +1600,40 @@ - + Hide menu bar - + This will hide the menu bar completely, use Ctrl+M to show it again. - + Version: %1 - + &Move to Trash - + &Delete - - + + Error - + Switch user command is not set. @@ -1437,22 +1641,22 @@ PCManFM::PreferencesDialog - + Icon View - + Compact View - + Thumbnail View - + Detailed List View @@ -1460,17 +1664,17 @@ PCManFM::TabPage - + Error - + Free space: %1 (Total: %2) - + %n item(s) @@ -1481,7 +1685,7 @@ - + (%n hidden) @@ -1492,14 +1696,14 @@ - - - + + + Link to - + %n item(s) selected @@ -1513,27 +1717,33 @@ PCManFM::View - + Many files - - - Do you want to open these %1 file? - + + + Do you want to open these %1 files? + + + + + + + - + Open in New T&ab - + Open in New Win&dow - + Open in Termina&l @@ -1557,7 +1767,7 @@ - + Thumbnail @@ -1572,67 +1782,67 @@ - + Select newly created files - + Icons - + Size of big icons: - + Size of small icons: - + Size of thumbnails: - + Size of side pane icons: - + Icon theme: - + Window - + Always show the tab bar - + Show 'Close' buttons on tabs - + Remember the size of the last closed window - + Default width of new windows: - + Default height of new windows: @@ -1662,27 +1872,27 @@ - + File Operations - + Confirm before deleting files - + Move deleted files to "trash bin" instead of erasing from disk. - + Show thumbnails of files - + Only show thumbnails for local files @@ -1717,205 +1927,235 @@ - + Erase files on removable media instead of "trash can" creation - + Confirm before moving files into "trash can" - - - + + + Requires application restart to take effect completely - + Launch executable files without prompt - - + + Used by Icon View - - + + Used by Compact View and Detailed List View - - + + Used by Thumbnail View - + User interface - + Treat backup files as hidden - - Always show full file names - - - - + Show icons of hidden files shadowed - + Minimum item margins in icon view: - + 3 px by default. - + px - + x - + 3 px by default. A space is also reserved for 3 lines of text. - + Lock - + When unchecked, the tab bar will be shown only if there are more than one tab. - + + Switch to newly opened tab + + + + + Reopen last window tabs in a new window + + + + Examples:<br>For terminal: <i>xterm -e %s</i><br>For switching user: <i>lxsudo %s</i> or <i>lxsudo dbus-run-session -- %s</i><br><i>%s</i> is the command line you want to execute with terminal or su.<br> Important: Please use lxsudo, sudo alone will wreck permissions of the settings file. - + Application restart is needed for changes to take effect. - + Do not generate thumbnails for image files exceeding this size: - + + Show folder context menu with Ctrl + right click + + + + + Open folders in new tabs as far as possible + + + + + Single window mode + + + + + Always show real file names + + + + + Do not show file tooltips + + + + KB - + Needs ffmpegthumbnailer - + Auto Mount - + Mount mountable volumes automatically on program startup - + Mount removable media automatically when they are inserted - + Show available options for removable media when they are inserted - + When removable medium unmounted: - + Close &tab containing removable medium - + Chan&ge folder in the tab to home folder - + Programs - + Terminal emulator: - + Switch &user command: - + Archiver in&tegration: - + Templates - + Show only user defined templates in menu - + Show only one template for each MIME type - + Run default application after creation from template - + Use SI decimal prefixes instead of IEC binary prefixes @@ -1943,18 +2183,18 @@ - - + + Error - + No file could be renamed. - + Some files could not be renamed. diff -Nru pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt_da.ts pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt_da.ts --- pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt_da.ts 2020-04-23 18:13:46.000000000 +0000 +++ pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt_da.ts 2020-11-02 22:27:00.000000000 +0000 @@ -19,12 +19,7 @@ Letvægtsfilhåndtering - - <html><head/><body><p><a href="https://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">https://lxqt.org/</span></a></p></body></html> - <html><head/><body><p><a href="https://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">https://lxqt.org/</span></a></p></body></html> - - - + Programming: * Hong Jen Yee (PCMan) <pcman.tw@gmail.com> @@ -33,7 +28,7 @@ - + PCManFM-Qt File Manager Copyright (C) 2009 - 2014 洪任諭 (Hong Jen Yee) @@ -70,12 +65,18 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - + Authors Forfattere - + + <html><head/><body><p><a href="https://github.com/lxqt/pcmanfm-qt"><span style=" text-decoration: underline; color:#0000ff;">https://github.com/lxqt/pcmanfm-qt</span></a></p></body></html> + + + + + License Licens @@ -290,38 +291,38 @@ Skrivebordspræferencer - - + + Background Baggrund - + Wallpaper mode: Tapettype: - + Wallpaper image file: Fil til tapetbilled: - + Select background color: Vælg baggrundsfarve: - + Image file Billedfil - + Image file path Billedfilssti - + &Browse &Gennemse @@ -399,102 +400,280 @@ Lås - + + By default, desktop folders will be opened in PCManFM-Qt if they +are left clicked, even when it is not the default file manager. + + + + + Open desktop folders in default file manager by left clicking + + + + Wallpaper Tapet - + Transform image based on EXIF data Transformér billede baseret på EXIF-data - + + Individual wallpaper for each monitor + + + + Slide Show Diasshow - + Enable Slide Show Aktivér diasshow - + Wallpaper image folder: Mappe til tapetbilled: - + Browse Gennemse - + hour(s) time(r) - + and og - + Intervals less than 5min will be ignored Intervaller mindre end 5 min. ignoreres - + Interval: Interval: - + minute(s) minut(ter) - + Wallpaper folder Tapetmappe - + Randomize the slide show Tilfældiggør diasshowet - + Visible Shortcuts Synlige genveje - + Home Hjem - + Trash Papirkurv - + Computer Computer - + Network Netværk - + Advanced Avanceret + HiddenShortcutsDialog + + + Hidden Shortcuts + + + + + Shortcut + + + + + Action + + + + + Esc + + + + + Focus view, clear filter bar + + + + + Ctrl+Esc + + + + + Focus side-pane + + + + + Ctrl+L + + + + + + Focus path entry + + + + + Alt+D + + + + + Ctrl+Tab + + + + + + Next tab + + + + + Ctrl+Shift+Tab + + + + + + Previous tab + + + + + Ctrl+PageDown + + + + + Ctrl+PageUp + + + + + Ctrl+Number + + + + + + Jump to tab + + + + + Alt+Number + + + + + Backspace + + + + + Go up + + + + + Ctrl+F + + + + + Search dialog + + + + + Shift+Insert + + + + + Paste into transient filter bar + + + + + Drag+Shift + + + + + Move file on dropping + + + + + Drag+Ctrl + + + + + Copy file on dropping + + + + + Drag+Shift+Ctrl + + + + + Make a symlink on dropping + + + + MainWindow @@ -502,553 +681,573 @@ Filhåndtering - + &Toolbars &Værktøjslinjer - + Path &Bar Sti&linje - + &Filtering &Filtrering - + Go &Up Gå &op - + Go Up Gå op - + Alt+Up Alt+op - + &Home &Hjem - + Alt+Home Alt+Home - + &Reload &Genindlæs - + F5 F5 - + Go - + Quit Afslut - + &About &Om - + &New Window &Nyt vindue - + New Window Nyt vindue - + Ctrl+N Ctrl+N - + Show &Hidden Vis &skjulte - + Ctrl+H Ctrl+H - + &Computer &Computer - + &Trash &Papirkurv - + &Network &Netværk - + &Desktop &Skrivebord - + &Add to Bookmarks &Tilføj til bogmærker - + &Applications &Programmer - + Reload Genindlæs - + &Icon View &Ikonvisning - + &Compact View &Kompakt visning - + &Detailed List &Detaljeret liste - + &Thumbnail View &Miniaturevisning - + Cu&t Kli&p - + Ctrl+X Ctrl+X - + &Copy K&opier - + Ctrl+C Ctrl+C - + &Paste &Indsæt - + Ctrl+V Ctrl+V - + Select &All Marker &alt - + Ctrl+A Ctrl+A - + Pr&eferences Præf&erencer - + &Ascending &Stigende - + &Descending &Faldende - + &By File Name Efter fi&lnavn - + By &Modification Time Efter &ændringstidspunkt - + By Deletio&n Time Efter &sletningstidspunkt - + By File &Type Efter fil&type - + By &Owner Efter &ejer - + By &Group Efter &gruppe - + &Folder First &Mapper først - + + &Hidden Last + + + + &Preserve sorting for this folder &Bevar sortering for denne mappe - + &Case Sensitive &Forskel på store og små bogstaver - + By File &Size Efter fil&størrelse - + &Close Window &Luk vindue - + Ctrl+Q Ctrl+Q - + &Folder &Mappe - + &Blank File &Tom fil - + &Show/Focus Filter Bar &Vis/Giv fokus til filterlinje - + Show Filter Bar Vis filterlinje - + Ctrl+I Ctrl+I - + S&plit View &Opdelt visning - + Split View Opdelt visning - + F6 F6 - + &Copy Full Path &Kopiér fuld sti - + Ctrl+Shift+C Ctrl+Skift+C - + Show Thumb&nails Vis &miniaturer - + Show Thumbnails Vis miniaturer - + + S&ide Pane + + + + + F9 + F9 + + + + Hidden &Shortcuts + + + + Ctrl+B Ctrl+B - + &Clear All Filters &Ryd alle filtre - + Ctrl+Shift+K Ctrl+Skift+K - + Close &previous tabs Luk &forrige faneblade - + Close &next tabs Luk &næste faneblade - + &Preserve Settings for This Folder &Bevar indstillinger for denne mappe - + Connect to &Server Opret forbindelse til &server - + &Location &Placering - + &Path Buttons &Stiknapper - + &Bulk Rename &Masseomdøbning - + Bulk Rename Masseomdøbning - + Ctrl+F2 Ctrl+F2 - + Close &other tabs Luk &andre faneblade - + Permanent &filter bar Permanent &filterlinje - + &Menu bar &Menulinje - + Menu bar Menulinje - + Ctrl+M Ctrl+M - - + + Menu Menu - + New &Tab Nyt &faneblad - + New Tab Nyt faneblad - + Ctrl+T Ctrl+T - + Go &Back Gå til&bage - + Go Back Gå tilbage - + Alt+Left Alt+venstre - + Go &Forward Gå &fremad - + Go Forward gå fremad - + Alt+Right Alt+højre - + &Invert Selection &Inventer markering - + &Delete &Slet - + Del Del - + &Rename &Omdøb - + F2 F2 - + C&lose Tab &Luk faneblad - + Ctrl+W Ctrl+W - + File &Properties Fil&egenskaber - + Alt+Return Alt+Enter - + &Folder Properties &Mappeegenskaber - + Edit Bookmarks Rediger bogmærker - + Open &Terminal Åbn &terminal - + F4 F4 - + Open as &Root Åbn som &root - + &Edit Bookmarks R&ediger bogmærker - + Ctrl+Shift+N Ctrl+Skift+N - + Ctrl+Alt+N Ctrl+Alt+N - + &Find Files &Find filer - + F3 F3 @@ -1068,38 +1267,38 @@ &Hjælp - - + + &View &Vis - + &Sorting &Sortering - + &Edit &Rediger - + &Bookmarks &Bogmærker - + &Go &Gå - + &Tool &Værktøjer - + Main Toolbar Hovedværktøjslinje @@ -1193,13 +1392,13 @@ [FIL1, FIL2,...] - - + + Error Fejl - + Terminal emulator is not set. Termnialemulator er ikke indstillet. @@ -1316,25 +1515,30 @@ Zoom billedet så det fylder hele skærmen - + Select Wallpaper Vælg tapet - + Image Files Billedfiler + + + Select Wallpaper Folder + + PCManFM::DesktopWindow - + Trash (One item) Papirkurv (et objekt) - + Trash (%Ln items) Papirkurv (%Ln post) @@ -1342,48 +1546,48 @@ - + Trash (Empty) Papirkurv (tom) - + Computer Computer - + Network Netværk - + Open Åbn - - + + Stic&k to Current Position K&læb til nuværende position - + Empty Trash Tøm papirkurv - + Hide Desktop Items Skjul skrivebordsobjekter - + Create Launcher Opret starter - + Desktop Preferences Skrivebordspræferencer @@ -1391,7 +1595,7 @@ PCManFM::FilterBar - + Filter: Filter: @@ -1399,7 +1603,7 @@ PCManFM::FilterEdit - + Clear text (Ctrl+K or Esc) Ryd tekst (Ctrl+K eller Esc) @@ -1412,40 +1616,40 @@ Root-instans - + Hide menu bar Skjul menulinje - + This will hide the menu bar completely, use Ctrl+M to show it again. Dette vil skjule menulinjen helt. Bruge Ctrl+M for at vise den igen. - + Version: %1 Version: %1 - + &Move to Trash Smid i &papirkurven - + &Delete &Slet - - + + Error Fejl - + Switch user command is not set. Skiftbrugerkommando ikke indstillet. @@ -1453,22 +1657,22 @@ PCManFM::PreferencesDialog - + Icon View Ikonvisning - + Compact View Kompakt visning - + Thumbnail View Miniaturevisning - + Detailed List View Detaljeret listevisning @@ -1476,17 +1680,17 @@ PCManFM::TabPage - + Error Fejl - + Free space: %1 (Total: %2) Fri plads: %1 (Samlet: %2) - + %n item(s) %n objekt @@ -1494,7 +1698,7 @@ - + (%n hidden) (%n skjult) @@ -1502,14 +1706,14 @@ - - - + + + Link to Link til - + %n item(s) selected %n objekt valgt @@ -1520,27 +1724,30 @@ PCManFM::View - + Many files Mange filer - - - Do you want to open these %1 file? - Vil du åbne disse %1 filer? + + + Do you want to open these %1 files? + + + + - + Open in New T&ab Åbn i nyt &faneblad - + Open in New Win&dow Åbn i nyt &vindue - + Open in Termina&l Åbn i &terminal @@ -1564,7 +1771,7 @@ - + Thumbnail Miniature @@ -1579,67 +1786,67 @@ Avanceret - + Select newly created files Vælg nyligt oprettede filer - + Icons Ikoner - + Size of big icons: Størrelse på store ikoner: - + Size of small icons: Størrelse på små ikoner: - + Size of thumbnails: Størrelse på miniaturer: - + Size of side pane icons: Størrelse på ikoner i sidepanel: - + Icon theme: Ikontema: - + Window Vindue - + Always show the tab bar Vis altid fanebladslinjen - + Show 'Close' buttons on tabs Vis 'Luk'-knapper på faneblade - + Remember the size of the last closed window Husk størrelsen på sidst lukkede vindue - + Default width of new windows: Standardbredde på nye vinduer: - + Default height of new windows: Standardhøjde på nye vinduer: @@ -1669,27 +1876,27 @@ sek. - + File Operations Filhandlinger - + Confirm before deleting files Bekræft inden filer slettes - + Move deleted files to "trash bin" instead of erasing from disk. Flyt slettede filer til papirkurven i stedet for at slette dem fra disken. - + Show thumbnails of files Vis miniaturer af filer - + Only show thumbnails for local files Vis kun miniaturer for lokale filer @@ -1724,207 +1931,237 @@ Åbn i nyt vindue - + Erase files on removable media instead of "trash can" creation Slet filer på flytbare medier, i stedet for at smide dem i papirkurven - + Confirm before moving files into "trash can" Bekræft inden filer smides i papirkurven - - - + + + Requires application restart to take effect completely Kræver at programmet genstartes for helt at træde i kraft - + Launch executable files without prompt Start eksekverbare filer uden at spørge - - + + Used by Icon View Brugt af ikonvisning - - + + Used by Compact View and Detailed List View Brugt af kompakt- og detaljeret listevisning - - + + Used by Thumbnail View Brugt af miniaturevisning - + User interface Brugerflade - + Treat backup files as hidden Behandl sikkerhedskopi-filer som skjulte filer - - Always show full file names - Vis altid fulde filnavne - - - + Show icons of hidden files shadowed Vis svage ikoner for skjuklte filer - + Minimum item margins in icon view: Minimum margin i ikonvisning: - + 3 px by default. Standard er 3 pixels. - + px px - + x x - + 3 px by default. A space is also reserved for 3 lines of text. 3 px som standard Et mellemrum er også reserveret for tre linjers tekst. - + Lock Lås - + When unchecked, the tab bar will be shown only if there are more than one tab. Når ikke afkrydset vil fanebladslinjen kun blive vist hvis der er mere end et faneblad. - + + Switch to newly opened tab + + + + + Reopen last window tabs in a new window + + + + Examples:<br>For terminal: <i>xterm -e %s</i><br>For switching user: <i>lxsudo %s</i> or <i>lxsudo dbus-run-session -- %s</i><br><i>%s</i> is the command line you want to execute with terminal or su.<br> Important: Please use lxsudo, sudo alone will wreck permissions of the settings file. Eksempler:<br>For terminal: <i>xterm -e %s</i><br>For skift af bruger: <i>lxsudo %s</i> eller <i>lxsudo dbus-run-session -- %s</i><br><i>%s</i> er kommandolinjen du vil udføre med terminalen eller su.<br> Vigtigt: Brug venligst lxsudo, sudo alene vil ødelægge tilladelserne i indstillingsfilen. - + Application restart is needed for changes to take effect. Programmet skal genstartes før ændringerne kan træde i kraft. - + Do not generate thumbnails for image files exceeding this size: Generer ikke miniaturer for billeder større end: - + + Show folder context menu with Ctrl + right click + + + + + Open folders in new tabs as far as possible + + + + + Single window mode + + + + + Always show real file names + + + + + Do not show file tooltips + + + + KB KB - + Needs ffmpegthumbnailer Dette behøver programmet ffmpegthumbnailer - + Auto Mount Automontering - + Mount mountable volumes automatically on program startup Monter automatisk monterbare diskenheder ved programstart - + Mount removable media automatically when they are inserted Monter automatisk flytbare medier når de er registreret - + Show available options for removable media when they are inserted Vis muligheder for flytbare medier når de er registreret - + When removable medium unmounted: Når et flytbart medie afmonteres: - + Close &tab containing removable medium Luk &faneblad med det flytbare medie - + Chan&ge folder in the tab to home folder Skift mappe i fanebladet til H&jemmemappen - + Programs Programmer - + Terminal emulator: Terminalemulator: - + Switch &user command: Skiftbr&uger-kommando: - + Archiver in&tegration: Komprimerings&integration: - + Templates Skabeloner - + Show only user defined templates in menu Vis kun brugerdefinerede skabeloner i menuen - + Show only one template for each MIME type Vis kun én skabelon for hver MIME-type - + Run default application after creation from template Kør standardprogram efter oprettelse af skabelon - + Use SI decimal prefixes instead of IEC binary prefixes Brug SI-decimalpræfiks i stedet for IEC-præfiks @@ -1952,18 +2189,18 @@ Omdøbning er afbrudt. - - + + Error Fejl - + No file could be renamed. Kunne ikke omdøbe nogen fil. - + Some files could not be renamed. Nogle filer kunne ikke omdøbes. diff -Nru pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt-desktop-pref_hr.desktop pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt-desktop-pref_hr.desktop --- pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt-desktop-pref_hr.desktop 1970-01-01 00:00:00.000000000 +0000 +++ pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt-desktop-pref_hr.desktop 2020-11-02 22:27:00.000000000 +0000 @@ -0,0 +1,4 @@ +#Translations +Name[hr]=Radna površina +GenericName[hr]=Postavke radne površine +Comment[hr]=Promijeni sliku pozadine i ponašanje upravljača radne površine diff -Nru pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt-desktop-pref_hu.desktop pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt-desktop-pref_hu.desktop --- pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt-desktop-pref_hu.desktop 2020-04-23 18:13:46.000000000 +0000 +++ pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt-desktop-pref_hu.desktop 2020-11-02 22:27:00.000000000 +0000 @@ -1,4 +1,4 @@ #Translations Name[hu]=Asztal GenericName[hu]=Asztalbeállítás -Comment[hu]=Asztal kinézet és viselkedés beállítása +Comment[hu]=Asztal kinézetének és működésének beállítása diff -Nru pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt-desktop-pref_ko.desktop pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt-desktop-pref_ko.desktop --- pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt-desktop-pref_ko.desktop 1970-01-01 00:00:00.000000000 +0000 +++ pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt-desktop-pref_ko.desktop 2020-11-02 22:27:00.000000000 +0000 @@ -0,0 +1,4 @@ +#Translations +Name[ko]=바탕 화면 +GenericName[ko]=바탕 화면 +Comment[ko]=배경 화면 및 기타 데스크톱 설정을 변경합니다 (PCManFM-Qt) diff -Nru pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt-desktop-pref_nl.desktop pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt-desktop-pref_nl.desktop --- pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt-desktop-pref_nl.desktop 1970-01-01 00:00:00.000000000 +0000 +++ pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt-desktop-pref_nl.desktop 2020-11-02 22:27:00.000000000 +0000 @@ -0,0 +1,3 @@ +Name[nl]=Bureaublad +GenericName[nl]=Bureaubladinstellingen +Comment[nl]=Wijzig uw bureaubladafbeelding en beheer uw bureaublad diff -Nru pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt_de.ts pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt_de.ts --- pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt_de.ts 2020-04-23 18:13:46.000000000 +0000 +++ pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt_de.ts 2020-11-02 22:27:00.000000000 +0000 @@ -14,7 +14,7 @@ Leichtgewichtiger Dateimanager - + Programming: * Hong Jen Yee (PCMan) <pcman.tw@gmail.com> @@ -23,27 +23,28 @@ - - <html><head/><body><p><a href="https://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">https://lxqt.org/</span></a></p></body></html> - <html><head/><body><p><a href="https://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">https://lxqt.org/</span></a></p></body></html> - - <html><head/><body><p><span style=" font-size:16pt; font-weight:600;">PCManFM-Qt</span></p></body></html> <html><head/><body><p><span style=" font-size:16pt; font-weight:600;">PCManFM-Qt</span></p></body></html> - + + <html><head/><body><p><a href="https://github.com/lxqt/pcmanfm-qt"><span style=" text-decoration: underline; color:#0000ff;">https://github.com/lxqt/pcmanfm-qt</span></a></p></body></html> + + + + + Authors Autoren - + License Lizenz - + PCManFM-Qt File Manager Copyright (C) 2009 - 2014 洪任諭 (Hong Jen Yee) @@ -292,38 +293,38 @@ Arbeitsflächeneinstellungen - - + + Background Hintergrund - + Wallpaper mode: Hintergrundbildmodus: - + Wallpaper image file: Hintergrundbilddatei: - + Select background color: Hintergrundfarbe auswählen: - + Image file Bilddatei - + Image file path Bilddateipfad - + &Browse &Suchen @@ -401,102 +402,280 @@ Sperren - + + By default, desktop folders will be opened in PCManFM-Qt if they +are left clicked, even when it is not the default file manager. + + + + + Open desktop folders in default file manager by left clicking + + + + Wallpaper Hintergrundbild - + Transform image based on EXIF data Bild basierend auf EXIF-Daten transformieren - + + Individual wallpaper for each monitor + Individuelles Hintergrundbild für jeden Monitor + + + Slide Show Diaschau - + Enable Slide Show Diaschau aktivieren - + Wallpaper image folder: Hintergrundbild-Ordner: - + Browse Durchsuchen - + hour(s) Stunde(n) - + and und - + Intervals less than 5min will be ignored Intervalle unter 5 Minuten werden ignoriert - + Interval: Intervall: - + minute(s) Minute(n) - + Wallpaper folder Hintergrundbild-Ordner - + Randomize the slide show Zufällige Diaschau - + Visible Shortcuts Sichtbare Verknüfungen - + Home Home - + Trash Papierkorb - + Computer Rechner - + Network Netzwerk - + Advanced Erweitert + HiddenShortcutsDialog + + + Hidden Shortcuts + Versteckte Tastaturkürzel + + + + Shortcut + Kürzel + + + + Action + Aktion + + + + Esc + Esc + + + + Focus view, clear filter bar + Ansicht fokussieren, Filterleiste säubern + + + + Ctrl+Esc + Strg+Esc + + + + Focus side-pane + Seitenleiste fokussieren + + + + Ctrl+L + Strg+L + + + + + Focus path entry + Den Pfadeintrag fokussieren + + + + Alt+D + Alt+D + + + + Ctrl+Tab + Strg+Tabulator + + + + + Next tab + Nächster Reiter + + + + Ctrl+Shift+Tab + Strg+Umschalt+Tabulator + + + + + Previous tab + Vorheriger Reiter + + + + Ctrl+PageDown + Strg+BildRunter + + + + Ctrl+PageUp + Strg+BildRauf + + + + Ctrl+Number + Strg+Zahl + + + + + Jump to tab + Springe zu Reiter + + + + Alt+Number + Alt+Zahl + + + + Backspace + Rücktaste + + + + Go up + Gehe hinauf + + + + Ctrl+F + Strg+F + + + + Search dialog + Suchdialog + + + + Shift+Insert + Umshalt+Einfügen + + + + Paste into transient filter bar + In die Filterleiste einfügen + + + + Drag+Shift + Ziehen+Umschalt + + + + Move file on dropping + Datei beim Loslassen verschieben + + + + Drag+Ctrl + Ziehen+Strg + + + + Copy file on dropping + Datein beim Loslassen kopieren + + + + Drag+Shift+Ctrl + Ziehen+Umschalt+Strg + + + + Make a symlink on dropping + Beim Loslassen einen symbolischen Link erstellen + + + MainWindow @@ -504,498 +683,518 @@ Dateimanager - + Go Up Hoch - + Alt+Up Alt+Bild-Auf - + Alt+Home Alt+Pos1 - + Reload Neu laden - + F5 F5 - + &Toolbars Werkzeugleis&ten - + Path &Bar Pfad&leiste - + &Filtering &Filterung - + &Home &Benutzerverzeichnis - + &Reload Neu &laden - + Go Gehe zu - + Quit Beenden - + &About &Über - + New Window Neues Fenster - + Ctrl+N Strg+N - + Show &Hidden - &Versteckte anzeigen + &Versteckte Dateien anzeigen - + Ctrl+H Strg+H - + &Computer Re&chner - + &Trash &Papierkorb - + &Network &Netzwerk - + &Desktop Schreib&tisch - + &Add to Bookmarks Zu Lesezeichen &hinzufügen - + &Applications &Anwendungen - + Ctrl+X Strg+X - + &Copy &Kopieren - + Ctrl+C Strg+C - + &Paste &Einfügen - + Ctrl+V Strg+V - + Select &All &Alles auswählen - + Pr&eferences &Einstellungen - + &Ascending &Aufsteigend - + &Descending Absteigen&d - + &By File Name Nach &Dateiname - + By &Modification Time Nach &Änderungszeit - + By Deletio&n Time &Nach Löschzeit - + By File &Type Nach Datei&typ - + By &Owner Nach &Besitzer - + By &Group Nach &Gruppe - + &Folder First &Ordner zuerst - + + &Hidden Last + Versteckte Dateien zuletzt + + + &Preserve sorting for this folder Sortierung für diesen Ordner &beibehalten - + &Invert Selection Auswahl &umkehren - + &Delete &Löschen - + &Rename &Umbenennen - + &Case Sensitive Groß- /Kleinschreibung bea&chten - + By File &Size Nach Datei&größe - + &Close Window Fenster s&chließen - + Ctrl+Q Strg+Q - + &Show/Focus Filter Bar Filterleiste &anzeigen/fokussieren - + Show Filter Bar Filterleiste anzeigen - + Ctrl+I Strg+I - + S&plit View Ansicht &teilen - + Split View Ansicht teilen - + F6 F6 - + &Copy Full Path Vollständigen Pfad &kopieren - + Ctrl+Shift+C Strg+Umschalt+C - + Show Thumb&nails Vorschaubilder a&nzeigen - + Show Thumbnails Vorschaubilder anzeigen - + + S&ide Pane + S&eitenleiste + + + + F9 + F9 + + + + Hidden &Shortcuts + Versteckte &Tastaturkürzel + + + Ctrl+B Strg+B - + &Clear All Filters Alle Filter lös&chen - + Ctrl+Shift+K Strg+Umschalt+K - + Close &previous tabs Schließe &bisherige Tabs - + Close &next tabs Schließe &folgende Tabs - + &Preserve Settings for This Folder Einstellungen für diesen Ordner &beibehalten - + Connect to &Server Mit &Server verbinden - + &Location &Ort - + &Path Buttons &Pfadschaltflächen - + &Bulk Rename &Massenumbenennen - + Bulk Rename Massenumbenennen - + Ctrl+F2 Strg+F2 - + Close &other tabs Alle Tabs außer dem &aktiven schließen - + Permanent &filter bar Permanente &Filterleiste - + &Menu bar &Menüleiste - + Menu bar Menüleiste - + Ctrl+M Strg+M - - + + Menu Menü - + Ctrl+A Strg+A - + Go &Up &Übergeordneter Ordner - + &New Window &Neues Fenster - + &Icon View &Symbolansicht - + &Compact View &Kompaktansicht - + &Detailed List &Detaillierte Liste - + &Thumbnail View &Miniaturansicht - + Cu&t &Ausschneiden - + New &Tab Neue &Registerkarte - + New Tab Neue Registerkarte - + Ctrl+T Strg+T - + Go &Back &Zurück - + Go Back Zurück - + Alt+Left Alt+Links - + Go &Forward &Vorwärts - + Go Forward Vorwärts - + Alt+Right Alt+Rechts - + Del Entf - + F2 F2 - + C&lose Tab &Reiter schließen - + File &Properties &Dateieigenschaften - + &Folder Properties &Ordnereigenschaften - + Ctrl+Shift+N Strg+Umschalt+N - + Ctrl+Alt+N Strg+Alt+N @@ -1005,67 +1204,67 @@ Neu e&rstellen - + &Sorting &Sortierung - + Main Toolbar Werkzeugleiste - + Ctrl+W Strg+W - + Alt+Return Alt+Enter - + Edit Bookmarks Lesezeichen bearbeiten - + Open &Terminal &Terminal öffnen - + F4 F4 - + Open as &Root Als &Root öffnen - + &Edit Bookmarks Lesezeichen b&earbeiten - + &Folder &Ordner - + &Blank File &Leere Datei - + &Find Files Dateien &suchen - + F3 F3 @@ -1080,28 +1279,28 @@ &Hilfe - - + + &View &Ansicht - + &Edit &Bearbeiten - + &Bookmarks &Lesezeichen - + &Go &Gehe zu - + &Tool &Werkzeug @@ -1195,13 +1394,13 @@ [DATEI1, DATEI2, ...] - - + + Error Fehler - + Terminal emulator is not set. Es ist kein Terminalemulator eingestellt. @@ -1318,25 +1517,30 @@ Bild vergrößern, um den gesamten Bildschirm zu füllen - + Select Wallpaper Hintergrundbild auswählen - + Image Files Bilddateien + + + Select Wallpaper Folder + Ordner mit Hintergrundbildern auswählen + PCManFM::DesktopWindow - + Trash (One item) Papierkorb (ein Element) - + Trash (%Ln items) Papierkorb (%Ln Element) @@ -1344,48 +1548,48 @@ - + Trash (Empty) Papierkorb (Leer) - + Computer Rechner - + Network Netzwerk - + Open Öffnen - - + + Stic&k to Current Position Symbole &fixieren - + Empty Trash Papierkorb leeren - + Hide Desktop Items Arbeitsflächenelemente ausblenden - + Create Launcher Starter erstellen - + Desktop Preferences Arbeitsflächeneinstellungen @@ -1393,7 +1597,7 @@ PCManFM::FilterBar - + Filter: Filter: @@ -1401,7 +1605,7 @@ PCManFM::FilterEdit - + Clear text (Ctrl+K or Esc) Text löschen (Strg+K oder Esc) @@ -1414,40 +1618,40 @@ Instanz mit Administratorrechten - + Hide menu bar Menüleiste ausblenden - + This will hide the menu bar completely, use Ctrl+M to show it again. Dadurch wird die Menüleiste komplett ausgeblendet, mit Strg+M können Sie sie wieder einblenden. - + Version: %1 Version: %1 - + &Move to Trash In den Papierkorb &verschieben - + &Delete &Löschen - - + + Error Fehler - + Switch user command is not set. Befehl, um den Benutzer zu wechseln, ist nicht eingestellt. @@ -1455,22 +1659,22 @@ PCManFM::PreferencesDialog - + Icon View Symbolansicht - + Compact View Kompaktansicht - + Thumbnail View Miniaturansicht - + Detailed List View Detaillierte Listenansicht @@ -1478,17 +1682,17 @@ PCManFM::TabPage - + Error Fehler - + Free space: %1 (Total: %2) Freier Speicherplatz: %1 (Gesamt: %2) - + %n item(s) %n Objekt @@ -1496,7 +1700,7 @@ - + (%n hidden) (%n versteckt) @@ -1504,14 +1708,14 @@ - - - + + + Link to Verknüpfe mit - + %n item(s) selected %n Element(e) ausgewählt @@ -1522,27 +1726,30 @@ PCManFM::View - + Many files Viele Dateien - - - Do you want to open these %1 file? - Möchten Sie diese %1-Datei öffnen? + + + Do you want to open these %1 files? + + Möchten Sie diese %1 Datei öffnen? + Möchten Sie diese %1 Dateien öffnen? + - + Open in New T&ab Öffnen in neuem &Reiter - + Open in New Win&dow In neuem &Fenster öffnen - + Open in Termina&l Im Termina&l öffnen @@ -1566,7 +1773,7 @@ - + Thumbnail Vorschaubild @@ -1581,67 +1788,67 @@ Erweitert - + Select newly created files Markiere neu erstellte Dateien - + Icons Symbole - + Size of big icons: Größe der großen Symbole: - + Size of small icons: Größe der kleinen Symbole: - + Size of thumbnails: Größe von Vorschaubildern: - + Size of side pane icons: Größe der Symbole in der Seitenleiste: - + Icon theme: Symbolthema: - + Window Fenster - + Default width of new windows: Standardbreite neuer Fenster: - + Default height of new windows: Standardhöhe neuer Fenster: - + Always show the tab bar Reiterleiste immer anzeigen - + Show 'Close' buttons on tabs 'Schließen'-Knopf an Tabs zeigen - + Remember the size of the last closed window Größe des zuletzt geschlossenen Fensters merken @@ -1671,27 +1878,27 @@ Sek - + File Operations Dateioperationen - + Confirm before deleting files Löschen von Dateien bestätigen - + Move deleted files to "trash bin" instead of erasing from disk. Gelöschte Dateien in den "Papierkorb" verschieben anstatt sie von der Festplatte zu löschen. - + Show thumbnails of files Vorschaubilder von Dateien anzeigen - + Only show thumbnails for local files Vorschaubilder nur für lokale Dateien anzeigen @@ -1726,207 +1933,237 @@ In neuem Fenster öffnen - + + Show folder context menu with Ctrl + right click + Ordnerkontextmenü mit Strg + Rechtsklick anzeigen + + + Erase files on removable media instead of "trash can" creation Dateien auf Wechseldatenträgern löschen anstatt sie in den Papierkorb zu verschieben - + Confirm before moving files into "trash can" Bestätigung vor Verschieben in den Papierkorb - - - + + + Requires application restart to take effect completely Anwendungsneustart für vollständige Einstellungsübernahme erforderlich - + Launch executable files without prompt Ausführbare Dateien ohne Bedienerhinweis starten - - - Used by Icon View - Wird in der Symbolansicht verwendet + + Open folders in new tabs as far as possible + Verzeichnisse, wenn möglich, in neuen Reitern öffnen + + + + Single window mode + Einzelfenstermodus - Used by Compact View and Detailed List View - Wird in der Listen- und detaillierten Listenansicht verwendet + Used by Icon View + Wird in der Symbolansicht verwendet + Used by Compact View and Detailed List View + Wird in der Listen- und detaillierten Listenansicht verwendet + + + + Used by Thumbnail View Wird in der Miniaturansicht verwendet - + User interface Benutzeroberfläche - + Treat backup files as hidden Sicherungsdateien wie versteckte handhaben - - Always show full file names - Immer vollständige Dateinamen anzeigen - - - + Show icons of hidden files shadowed Symbole versteckter Dateien schattiert anzeigen - + Minimum item margins in icon view: Minimaler Rand der Objekte in Symbolansicht: - + 3 px by default. Standardwert 3 px. - + px px - + x x - + 3 px by default. A space is also reserved for 3 lines of text. Standardwert 3 px. Zusätzlich wird ein 3 Textzeilen entsprechender Abstand freigehalten. - + Lock Sperren - + When unchecked, the tab bar will be shown only if there are more than one tab. Bei Deaktivierung wird die Leiste der Reiter (Tabs) nur angezeigt, wenn mehr als einer geöffnet ist. - - Examples:<br>For terminal: <i>xterm -e %s</i><br>For switching user: <i>lxsudo %s</i> or <i>lxsudo dbus-run-session -- %s</i><br><i>%s</i> is the command line you want to execute with terminal or su.<br> Important: Please use lxsudo, sudo alone will wreck permissions of the settings file. + + Switch to newly opened tab + + + + + Reopen last window tabs in a new window - + + Examples:<br>For terminal: <i>xterm -e %s</i><br>For switching user: <i>lxsudo %s</i> or <i>lxsudo dbus-run-session -- %s</i><br><i>%s</i> is the command line you want to execute with terminal or su.<br> Important: Please use lxsudo, sudo alone will wreck permissions of the settings file. + Beispiele:<br>Für das Terminal: <i>xterm -e %s</i><br>Zum Wechseln des Benutzers: <i>lxsudo %s</i> oder <i>lxsudo dbus-run-session -- %s</i><br><i>%s</i> ist der Befehl, den Sie im Terminal oder mit su ausführen möchten.<br> Wichtig: Bitte nutzen Sie lxsudo, da sudo allein die Berechtigungen der Konfigurationsdatei zerstören wird. + + + Application restart is needed for changes to take effect. Damit die Änderungen wirksam werden, ist ein Neustart der Anwendung erforderlich. - + Do not generate thumbnails for image files exceeding this size: Keine Vorschaubilder erzeugen für Dateien größer als: - + + Always show real file names + Immer die tatsächlichen Dateinamen anzeigen + + + + Do not show file tooltips + Keine Kurzinfo zu Dateien anzeigen + + + KB KB - + Needs ffmpegthumbnailer Benötigt ffmpegthumbnailer - + Auto Mount Automatisches Einbinden - + Mount mountable volumes automatically on program startup Datenträger bei Programmstart automatisch einhängen - + Mount removable media automatically when they are inserted Wechseldatenträger automatisch beim Einlegen einbinden - + Show available options for removable media when they are inserted Verfügbare Optionen für Wechseldatenträger beim Einlegen anzeigen - + When removable medium unmounted: Beim Aushängen eines Wechseldatenträgers: - + Close &tab containing removable medium Registerkarten des Wechseldatenträgers &schließen - + Chan&ge folder in the tab to home folder Registerkarten des Wechseldatenträgers zum Nutzerverzeichnis &wechseln - + Switch &user command: Befehl zum N&utzerwechsel: - + Archiver in&tegration: Archivverwal&tung: - + Templates Vorlagen - + Show only user defined templates in menu Ausschließlich benutzerdefinierte im Menü anzeigen - + Show only one template for each MIME type Nur eine Vorlage pro MIME-Typ anzeigen - + Run default application after creation from template Aus Vorlagen erstellte Dokumente in Standardanwendung öffnen - + Programs Programme - + Terminal emulator: Terminalemulator: - + Use SI decimal prefixes instead of IEC binary prefixes SI-Dezimalpräfixe anstatt IEC-Binärpräfixe verwenden @@ -1954,18 +2191,18 @@ Umbenennen ist abgebrochen. - - + + Error Fehler - + No file could be renamed. Keine der Dateien konnte umbenannt werden. - + Some files could not be renamed. Einige Dateien konnten nicht umbenannt werden. diff -Nru pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt_el.ts pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt_el.ts --- pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt_el.ts 2020-04-23 18:13:46.000000000 +0000 +++ pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt_el.ts 2020-11-02 22:27:00.000000000 +0000 @@ -19,12 +19,7 @@ Ελαφρύς διαχειριστής αρχείων - - <html><head/><body><p><a href="https://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">https://lxqt.org/</span></a></p></body></html> - <html><head/><body><p><a href="https://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">https://lxqt.org/</span></a></p></body></html> - - - + Programming: * Hong Jen Yee (PCMan) <pcman.tw@gmail.com> @@ -33,7 +28,7 @@ - + PCManFM-Qt File Manager Copyright (C) 2009 - 2014 洪任諭 (Hong Jen Yee) @@ -72,12 +67,19 @@ USA. - + Authors Συγγραφείς - + + <html><head/><body><p><a href="https://github.com/lxqt/pcmanfm-qt"><span style=" text-decoration: underline; color:#0000ff;">https://github.com/lxqt/pcmanfm-qt</span></a></p></body></html> + + <html><head/><body><p><a href="https://github.com/lxqt/pcmanfm-qt"><span style=" text-decoration: underline; color:#0000ff;">https://github.com/lxqt/pcmanfm-qt</span></a></p></body></html> + + + + License Άδεια χρήσης @@ -292,38 +294,38 @@ Προτιμήσεις της επιφάνειας εργασίας - - + + Background Παρασκήνιο - + Wallpaper mode: Λειτουργία ταπετσαρίας: - + Wallpaper image file: Αρχείο εικόνας ταπετσαρίας: - + Select background color: Επιλέξτε το χρώμα του παρασκηνίου: - + Image file Αρχείο εικόνας - + Image file path Διαδρομή αρχείου εικόνας - + &Browse &Περιήγηση @@ -401,102 +403,280 @@ Κλείδωμα - + + By default, desktop folders will be opened in PCManFM-Qt if they +are left clicked, even when it is not the default file manager. + Εξ ορισμού, οι φάκελοι της επιφάνειας εργασίας ανοίγονται στο PCManFM-Qt όταν χρησιμοποιηθεί το αριστερό κλικ, ακόμα και αν δεν είναι ο προκαθορισμένος διαχειριστής αρχείων. + + + + Open desktop folders in default file manager by left clicking + Άνοιγμα των φακέλων της επιφάνειας εργασίας στον προκαθορισμένο διαχειριστή αρχείων με αριστερό κλικ + + + Wallpaper Ταπετσαρία - + Transform image based on EXIF data Μετασχηματισμός της εικόνας βάσει των δεδομένων EXIF - + + Individual wallpaper for each monitor + Μεμονωμένη ταπετσαρία για κάθε οθόνη + + + Slide Show Διαπόραμα - + Enable Slide Show Ενεργοποίηση του διαποράματος - + Wallpaper image folder: Φάκελος εικόνας ταπετσαρίας: - + Browse Περιήγηση - + hour(s) ώρα(ες) - + and και - + Intervals less than 5min will be ignored Αγνοούνται τα χρονικά διαστήματα μικρότερα από 5 λεπτά - + Interval: Χρονικό διάστημα: - + minute(s) λεπτό(ά) - + Wallpaper folder Φάκελος ταπετσαριών - + Randomize the slide show Τυχαιοποίηση του διαποράματος - + Visible Shortcuts Ορατές συντομεύσεις - + Home Προσωπικός φάκελος - + Trash Απορρίμματα - + Computer Υπολογιστής - + Network Δίκτυο - + Advanced Προηγμένο + HiddenShortcutsDialog + + + Hidden Shortcuts + Κρυφές συντομεύσεις + + + + Shortcut + Συντόμευση + + + + Action + Ενέργεια + + + + Esc + Esc + + + + Focus view, clear filter bar + Εστίαση προβολής, εκκαθάριση φίλτρου γραμμής + + + + Ctrl+Esc + Ctrl+Esc + + + + Focus side-pane + Εστίαση στον πλευρικό πίνακα + + + + Ctrl+L + Ctrl+L + + + + + Focus path entry + Εστίαση στην καταχώρηση διαδρομής + + + + Alt+D + Alt+D + + + + Ctrl+Tab + Ctrl+Tab + + + + + Next tab + Επόμενη καρτέλα + + + + Ctrl+Shift+Tab + Ctrl+Shift+Tab + + + + + Previous tab + Προηγούμενη καρτέλα + + + + Ctrl+PageDown + Ctrl+PageDown + + + + Ctrl+PageUp + Ctrl+PageUp + + + + Ctrl+Number + Ctrl+Number + + + + + Jump to tab + Μεταπήδηση στην καρτέλα + + + + Alt+Number + Alt+Number + + + + Backspace + Backspace + + + + Go up + Μετάβαση πάνω + + + + Ctrl+F + Ctrl+F + + + + Search dialog + Διάλογος αναζήτησης + + + + Shift+Insert + Shift+Insert + + + + Paste into transient filter bar + Επικόλληση στην προσωρινή ράβδο φίλτρου + + + + Drag+Shift + Μεταφορά+Shift + + + + Move file on dropping + Μετακίνηση του αρχείου κατά την απόθεση + + + + Drag+Ctrl + Μεταφορά+Ctrl + + + + Copy file on dropping + Αντιγραφή του αρχείου κατά την απόθεση + + + + Drag+Shift+Ctrl + Μεταφορά+Shift+Ctrl + + + + Make a symlink on dropping + Δημιουργία συμβολικού συνδέσμου κατά την απόθεση + + + MainWindow @@ -504,543 +684,563 @@ Διαχειριστής αρχείων - + &Filtering &Φιλτράρισμα - + Go &Up Μετάβαση &πάνω - + Go Up Μετάβαση πάνω - + Alt+Up Alt+Πάνω - + &Home &Προσωπικός φάκελος - + Alt+Home Alt+Home - + &Reload &Επαναφόρτωση - + F5 F5 - + Go Μετάβαση - + Quit Έξοδος - + &About &Σχετικά - + &New Window &Νέο παράθυρο - + New Window Νέο παράθυρο - + Ctrl+N Ctrl+N - + Show &Hidden Εμφάνιση των &κρυφών - + Ctrl+H Ctrl+H - + &Computer &Υπολογιστής - + &Trash &Απορρίμματα - + &Network &Δίκτυο - + &Desktop &Επιφάνεια εργασίας - + &Add to Bookmarks &Προσθήκη στους σελιδοδείκτες - + &Applications Ε&φαρμογές - + Reload Επαναφόρτωση - + &Icon View &Εικονιδία - + &Compact View &Συμπαγής - + &Detailed List &Λεπτομερής λίστα - + &Thumbnail View &Εικόνες επισκόπησης - + Cu&t Α&ποκοπή - + Ctrl+X Ctrl+X - + &Copy &Αντιγραφή - + Ctrl+C Ctrl+C - + &Paste Επι&κόλληση - + Ctrl+V Ctrl+V - + Select &All Επιλογή ό&λων - + Ctrl+A Ctrl+A - + Pr&eferences &Προτιμήσεις - + &Ascending &Αύξουσα - + &Descending &Φθίνουσα - + &By File Name &Ανά όνομα αρχείου - + By &Modification Time Ανά &χρόνο τροποποίησης - + By Deletio&n Time Ανά χρόνο &διαγραφής - + By File &Type Ανά &τύπο αρχείου - + By &Owner Ανά ι&διοκτήτη - + By &Group Ανά &ομάδα - + &Folder First &Πρώτα οι φάκελοι - + + &Hidden Last + Τα &κρυφά τελευταία + + + &Preserve sorting for this folder Διατήρηση της &ταξινόμησης του φακέλου - + &Case Sensitive &Διάκριση πεζών/κεφαλαίων - + By File &Size Ανά &μέγεθος αρχείου - + &Close Window &Κλείσιμο παραθύρου - + Ctrl+Q Ctrl+Q - + &Folder &Φάκελος - + &Blank File &Κενό αρχείο - + &Show/Focus Filter Bar &Εμφάνιση/Εστίαση της γραμμής φίλτρου - + Show Filter Bar Εμφάνιση της γραμμής φίλτρου - + Ctrl+I Ctrl+I - + S&plit View &Διαχωρισμός προβολής - + Split View Διαχωρισμός προβολής - + F6 F6 - + &Copy Full Path &Αντιγραφή της πλήρους διαδρομής - + Ctrl+Shift+C Ctrl+Shift+C - + Show Thumb&nails Εμφάνιση εικόνων ε&πισκόπησης - + Show Thumbnails Εμφάνιση εικόνων επισκόπησης - + + S&ide Pane + &Πλευρικός πίνακας + + + + F9 + F9 + + + + Hidden &Shortcuts + Κρυφές &συντομεύσεις + + + Ctrl+B Ctrl+B - + &Clear All Filters &Εκκαθάριση όλων των φίλτρων - + Ctrl+Shift+K Ctrl+Shift+K - + Close &previous tabs Κλείσιμο των &προηγούμενων καρτελών - + Close &next tabs Κλείσιμο των &επόμενων καρτελών - + &Preserve Settings for This Folder &Διατήρηση των ρυθμίσεων του φακέλου - + Connect to &Server Σύνδεση στον &διακομιστή - + &Location &Τοποθεσία - + &Path Buttons &Κουμπιά διαδρομής - + &Bulk Rename Μα&ζική μετονομασία - + Bulk Rename Μαζική μετονομασία - + Ctrl+F2 Ctrl+F2 - + Close &other tabs Κλείσιμο των ά&λλων καρτελών - + Permanent &filter bar Μόνιμη ράβδος &φίλτρου - + &Menu bar &Γραμμή μενού - + Menu bar Γραμμή μενού - + Ctrl+M Ctrl+M - - + + Menu Μενού - + New &Tab Νέα &καρτέλα - + New Tab Νέα καρτέλα - + Ctrl+T Ctrl+T - + Go &Back Μετάβαση &πίσω - + Go Back Μετάβαση πίσω - + Alt+Left Alt+Αριστερά - + Go &Forward Μετάβαση &εμπρός - + Go Forward Μετάβαση εμπρός - + Alt+Right Alt+Δεξιά - + &Invert Selection Αντιστρο&φή επιλογής - + &Delete &Διαγραφή - + Del Del - + &Rename &Μετονομασία - + F2 F2 - + C&lose Tab Κλείσιμο καρ&τέλας - + Ctrl+W Ctrl+W - + File &Properties Αρχεία και ι&διότητες - + Alt+Return Alt+Return - + &Folder Properties Ιδιότητες &φακέλου - + Edit Bookmarks Επεξεργασία σελιδοδεικτών - + Open &Terminal Άνοιγμα του &τερματικού - + F4 F4 - + Open as &Root Άνοιγμα ως δια&χειριστής - + &Edit Bookmarks Επε&ξεργασία σελιδοδεικτών - + Ctrl+Shift+N Ctrl+Shift+N - + Ctrl+Alt+N Ctrl+Alt+N - + &Find Files &Αναζήτηση αρχείων - + F3 F3 @@ -1060,48 +1260,48 @@ &Βοήθεια - - + + &View &Προβολή - + &Sorting &Ταξινόμηση - + &Toolbars &Εργαλειοθήκες - + Path &Bar Γραμμή &διαδρομής - + &Edit &Επεξεργασία - + &Bookmarks &Σελιδοδείκτες - + &Go &Μετάβαση - + &Tool &Εργαλεία - + Main Toolbar Κύρια εργαλειοθήκη @@ -1195,13 +1395,13 @@ [ΑΡΧΕΙΟ1, ΑΡΧΕΙΟ2,...] - - + + Error Σφάλμα - + Terminal emulator is not set. Δεν έχει οριστεί ο προσομοιωτής τερματικού. @@ -1318,25 +1518,30 @@ Εστίαση της εικόνας για πλήρωση ολόκληρης της οθόνης - + Select Wallpaper Επιλογή ταπετσαρίας - + Image Files Αρχεία εικόνων + + + Select Wallpaper Folder + Επιλογή φακέλου ταπετσαρίας + PCManFM::DesktopWindow - + Trash (One item) Απορρίμματα (Ένα αντικείμενο) - + Trash (%Ln items) Απορρίμματα (%Ln αντικείμενα) @@ -1344,48 +1549,48 @@ - + Trash (Empty) Απορρίμματα (Άδεια) - + Computer Υπολογιστής - + Network Δίκτυο - + Open Άνοιγμα - - + + Stic&k to Current Position &Παραμονή στην τρέχουσα θέση - + Empty Trash Άδειασμα απορριμμάτων - + Hide Desktop Items Απόκρυψη των αντικειμένων της επιφάνειας εργασίας - + Create Launcher Δημιουργία εκτελεστή - + Desktop Preferences Ιδιότητες της επιφάνειας εργασίας @@ -1393,7 +1598,7 @@ PCManFM::FilterBar - + Filter: Φίλτρο: @@ -1401,7 +1606,7 @@ PCManFM::FilterEdit - + Clear text (Ctrl+K or Esc) Εκκαθάριση κειμένου (Ctrl+K ή Esc) @@ -1414,40 +1619,40 @@ Άνοιγμα ως διαχειριστής - + Hide menu bar Απόκρυψη της γραμμή μενού - + This will hide the menu bar completely, use Ctrl+M to show it again. Αυτό θα καταχωνιάσει τη γραμμή μενού. Μπορείτε να την αποκαλύψετε πάλι με τον συνδυασμό πλήκτρων Ctrl+M. - + Version: %1 Έκδοση: %1 - + &Move to Trash &Μετακίνηση στα απορρίμματα - + &Delete &Διαγραφή - - + + Error Σφάλμα - + Switch user command is not set. Η εντολή εναλλαγής του χρήστη δεν έχει οριστεί. @@ -1455,22 +1660,22 @@ PCManFM::PreferencesDialog - + Icon View Προβολή εικονιδίων - + Compact View Συμπαγής προβολή - + Thumbnail View Προβολή εικόνων επισκόπησης - + Detailed List View Αναλυτική προβολή λίστας @@ -1478,17 +1683,17 @@ PCManFM::TabPage - + Error Σφάλμα - + Free space: %1 (Total: %2) Ελεύθερος χώρος: %1 (Σύνολο: %2) - + %n item(s) %n αντικείμενο @@ -1496,7 +1701,7 @@ - + (%n hidden) (%n κρυφό) @@ -1504,14 +1709,14 @@ - - - + + + Link to Δεσμός σε - + %n item(s) selected %n επιλεγμένο αντικείμενο @@ -1522,27 +1727,30 @@ PCManFM::View - + Many files Πολλά αρχεία - - - Do you want to open these %1 file? - Επιθυμείτε το άνοιγμα των %1 αρχείων; + + + Do you want to open these %1 files? + + Επιθυμείτε το άνοιγμα %1 αρχείου; + Επιθυμείτε το άνοιγμα %1 αρχείων; + - + Open in New T&ab Άνοιγμα σε νέα &καρτέλα - + Open in New Win&dow Άνοιγμα σε νέο &παράθυρο - + Open in Termina&l Άνοιγμα στο &τερματικό @@ -1566,7 +1774,7 @@ - + Thumbnail Εικόνες επισκόπησης @@ -1581,67 +1789,67 @@ Προηγμένα - + Select newly created files Επιλογή των πρόσφατα δημιουργημένων αρχείων - + Icons Εικονίδια - + Size of big icons: Το μέγεθος των μεγάλων εικονιδίων: - + Size of small icons: Το μέγεθος των μικρών εικονιδίων: - + Size of thumbnails: Το μέγεθος των εικόνων επισκόπησης: - + Size of side pane icons: Το μέγεθος των εικονιδίων του πλευρικού πίνακα: - + Icon theme: Θέμα εικονιδίων: - + Window Παράθυρο - + Always show the tab bar Να εμφανίζεται πάντα η γραμμή καρτελών - + Show 'Close' buttons on tabs Εμφάνιση του κουμπιού κλεισίματος στις καρτέλες - + Remember the size of the last closed window Απομνημόνευση του μεγέθους του τελευταία κλεισμένου παραθύρου - + Default width of new windows: Πλάτος εξ ορισμού των νέων παραθύρων: - + Default height of new windows: Ύψος εξ ορισμού των νέων παραθύρων: @@ -1671,27 +1879,27 @@ δευτ - + File Operations Λειτουργίες αρχείων - + Confirm before deleting files Επιβεβαίωση πριν τη διαγραφή των αρχείων - + Move deleted files to "trash bin" instead of erasing from disk. Μετακίνηση των διαγραμμένων αρχείων στον κάδο απορριμμάτων αντί για διαγραφή από τον δίσκο. - + Show thumbnails of files Εμφάνιση εικόνων επισκόπησης των αρχείων - + Only show thumbnails for local files Εμφάνιση των εικόνων επισκόπησης μόνο για τα τοπικά αρχεία @@ -1726,207 +1934,237 @@ Άνοιγμα σε νέο παράθυρο - + Erase files on removable media instead of "trash can" creation Διαγραφή των αρχείων των αφαιρούμενων συσκευών αντί για τη δημιουργία ενός κάδου απορριμμάτων - + Confirm before moving files into "trash can" Επιβεβαίωση πριν την μετακίνηση των αρχείων στον κάδο απορριμμάτων - - - + + + Requires application restart to take effect completely Απαιτείται επανεκκίνηση της εφαρμογής για να λάβει χώρα ολοκληρωτικά η ρύθμιση - + Launch executable files without prompt Εκτέλεση των εκτελέσιμων αρχείων χωρίς προτροπή - - + + Used by Icon View Χρησιμοποιείται από την προβολή εικονιδίων - - + + Used by Compact View and Detailed List View Χρησιμοποιείται από την συμπαγής προβολή και την αναλυτική προβολή - - + + Used by Thumbnail View Χρησιμοποιείται από την προβολή εικόνων επισκόπησης - + User interface Περιβάλλον χρήστη - + Treat backup files as hidden Διαχείριση των αρχείων αντιγράφων ασφαλείας ως κρυφά - - Always show full file names - Να εμφανίζονται πάντα τα πλήρη ονόματα των αρχείων - - - + Show icons of hidden files shadowed Εμφάνιση των εικονιδίων των κρυφών αρχείων σε σκίαση - + Minimum item margins in icon view: Ελάχιστο περιθώριο αντικειμένων στην προβολή εικονιδίων: - + 3 px by default. 3 εικ εξ ορισμού. - + px εικ - + x x - + 3 px by default. A space is also reserved for 3 lines of text. 3 εικ εξ ορισμού. Επίσης δεσμεύεται μια θέση για 3 γραμμές κειμένου. - + Lock Κλείδωμα - + When unchecked, the tab bar will be shown only if there are more than one tab. Όταν δεν είναι επιλεγμένο, εμφανίζεται η γραμμή καρτελών μόνο αν υπάρχουν περισσότερες από μια καρτέλες. - + + Switch to newly opened tab + Μετάβαση στην νέα ανοιγμένη καρτέλα + + + + Reopen last window tabs in a new window + Άνοιγμα των καρτελών του τελευταίου παραθύρου σε νέο παράθυρο + + + Examples:<br>For terminal: <i>xterm -e %s</i><br>For switching user: <i>lxsudo %s</i> or <i>lxsudo dbus-run-session -- %s</i><br><i>%s</i> is the command line you want to execute with terminal or su.<br> Important: Please use lxsudo, sudo alone will wreck permissions of the settings file. Παραδείγματα:<br>Για το τερματικό: <i>xterm -e %s</i><br>Για εναλλαγή χρήστη: <i>lxsudo %s</i> ή <i>lxsudo dbus-run-session - %s</i><br><i>%s</i> είναι η γραμμή εντολών που θέλετε να εκτελέσετε με το τερματικό ή με su.<br> Σημαντικό: Παρακαλώ χρησιμοποιήστε lxsudo, η sudo μόνη της θα καταστρέψει τις άδειες του αρχείου ρυθμίσεων. - + Application restart is needed for changes to take effect. Για να λάβουν χώρα οι τροποποιήσεις απαιτείται επανεκκίνηση της εφαρμογής. - + Do not generate thumbnails for image files exceeding this size: Να μην δημιουργούνται εικόνες επισκόπησης για αρχεία εικόνων που υπερβαίνουν αυτό το το μέγεθος: - + + Show folder context menu with Ctrl + right click + Εμφάνιση του σχετικού μενού του φακέλου με Ctrl + δεξί κλικ + + + + Open folders in new tabs as far as possible + Άνοιγμα των φακέλων σε νέες καρτέλες στο πλαίσιο του εφικτού + + + + Single window mode + Λειτουργία μοναδικού παραθύρου + + + + Always show real file names + Να εμφανίζονται πάντα τα πραγματικά ονόματα των αρχείων + + + + Do not show file tooltips + Να μην εμφανίζονται οι υποδείξεις του αρχείου + + + KB KB - + Needs ffmpegthumbnailer Απαιτείται το ffmpegthumbnailer - + Auto Mount Αυτόματη προσάρτηση - + Mount mountable volumes automatically on program startup Αυτόματη προσάρτηση των διαθέσιμων χώρων αποθήκευσης κατά την έναρξη του προγράμματος - + Mount removable media automatically when they are inserted Αυτόματη προσάρτηση των αφαιρούμενων μέσων κατά την εισαγωγή τους - + Show available options for removable media when they are inserted Εμφάνιση των διαθέσιμων επιλογών των αφαιρούμενων μέσων κατά την εισαγωγή τους - + When removable medium unmounted: Κατά την αποπροσάρτηση ενός αφαιρουμένου μέσου: - + Close &tab containing removable medium Κλείσιμο της καρ&τέλας που περιέχει το αφαιρούμενο μέσο - + Chan&ge folder in the tab to home folder Α&λλαγή του φακέλου της καρτέλας στον προσωπικό κατάλογο - + Programs Προγράμματα - + Terminal emulator: Προσομοιωτής τερματικού: - + Switch &user command: Εντολή εναλλαγής &χρήστη: - + Archiver in&tegration: Ενσωμάτωση αρ&χειοθέτησης: - + Templates Πρότυπα - + Show only user defined templates in menu Εμφάνιση στο μενού μόνο των πρότυπων που έχουν καθοριστεί από τον χρήστη - + Show only one template for each MIME type Εμφάνιση μόνο ενός πρότυπου για έκαστον τύπο MIME - + Run default application after creation from template Εκτέλεση της εξ ορισμού εφαρμογής μετά τη δημιουργία από το πρότυπο - + Use SI decimal prefixes instead of IEC binary prefixes Χρήση προθεμάτων δεκαδικών SI αντί για δυαδικά προθέματα IEC @@ -1954,18 +2192,18 @@ Η μετονομασία εγκαταλείφθηκε. - - + + Error Σφάλμα - + No file could be renamed. Κανένα αρχείο δεν μετονομάσθηκε. - + Some files could not be renamed. Μερικά αρχεία δεν μπόρεσαν να μετονομασθούν. diff -Nru pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt_en_GB.ts pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt_en_GB.ts --- pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt_en_GB.ts 2020-04-23 18:13:46.000000000 +0000 +++ pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt_en_GB.ts 2020-11-02 22:27:00.000000000 +0000 @@ -19,19 +19,14 @@ - - <html><head/><body><p><a href="https://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">https://lxqt.org/</span></a></p></body></html> - - - - + Programming: * Hong Jen Yee (PCMan) <pcman.tw@gmail.com> - + PCManFM-Qt File Manager Copyright (C) 2009 - 2014 洪任諭 (Hong Jen Yee) @@ -52,12 +47,18 @@ - + Authors - + + <html><head/><body><p><a href="https://github.com/lxqt/pcmanfm-qt"><span style=" text-decoration: underline; color:#0000ff;">https://github.com/lxqt/pcmanfm-qt</span></a></p></body></html> + + + + + License Licence @@ -272,38 +273,38 @@ - - + + Background - + Wallpaper mode: - + Wallpaper image file: - + Select background color: Select background colour: - + Image file - + Image file path - + &Browse @@ -380,102 +381,280 @@ - + + By default, desktop folders will be opened in PCManFM-Qt if they +are left clicked, even when it is not the default file manager. + + + + + Open desktop folders in default file manager by left clicking + + + + Wallpaper - + Transform image based on EXIF data - + + Individual wallpaper for each monitor + + + + Slide Show - + Enable Slide Show - + Wallpaper image folder: - + Browse - + hour(s) - + and - + Intervals less than 5min will be ignored - + Interval: - + minute(s) - + Wallpaper folder - + Randomize the slide show Randomise the slide show - + Visible Shortcuts - + Home - + Trash - + Computer - + Network - + Advanced + HiddenShortcutsDialog + + + Hidden Shortcuts + + + + + Shortcut + + + + + Action + + + + + Esc + + + + + Focus view, clear filter bar + + + + + Ctrl+Esc + + + + + Focus side-pane + + + + + Ctrl+L + + + + + + Focus path entry + + + + + Alt+D + + + + + Ctrl+Tab + + + + + + Next tab + + + + + Ctrl+Shift+Tab + + + + + + Previous tab + + + + + Ctrl+PageDown + + + + + Ctrl+PageUp + + + + + Ctrl+Number + + + + + + Jump to tab + + + + + Alt+Number + + + + + Backspace + + + + + Go up + + + + + Ctrl+F + + + + + Search dialog + + + + + Shift+Insert + + + + + Paste into transient filter bar + + + + + Drag+Shift + + + + + Move file on dropping + + + + + Drag+Ctrl + + + + + Copy file on dropping + + + + + Drag+Shift+Ctrl + + + + + Make a symlink on dropping + + + + MainWindow @@ -483,553 +662,573 @@ - + &Toolbars - + Path &Bar - + &Filtering - + Go &Up - + Go Up - + Alt+Up - + &Home - + Alt+Home - + &Reload - + F5 - + Go - + Quit - + &About - + &New Window - + New Window - + Ctrl+N - + Show &Hidden - + Ctrl+H - + &Computer - + &Trash - + &Network - + &Desktop - + &Add to Bookmarks - + &Applications - + Reload - + &Icon View - + &Compact View - + &Detailed List - + &Thumbnail View - + Cu&t - + Ctrl+X - + &Copy - + Ctrl+C - + &Paste - + Ctrl+V - + Select &All - + Ctrl+A - + Pr&eferences - + &Ascending - + &Descending - + &By File Name - + By &Modification Time - + By Deletio&n Time - + By File &Type - + By &Owner - + By &Group - + &Folder First - + + &Hidden Last + + + + &Preserve sorting for this folder - + &Case Sensitive - + By File &Size - + &Close Window - + Ctrl+Q - + &Folder - + &Blank File - + &Show/Focus Filter Bar - + Show Filter Bar - + Ctrl+I - + S&plit View - + Split View - + F6 - + &Copy Full Path - + Ctrl+Shift+C - + Show Thumb&nails - + Show Thumbnails - + + S&ide Pane + + + + + F9 + + + + + Hidden &Shortcuts + + + + Ctrl+B - + &Clear All Filters - + Ctrl+Shift+K - + Close &previous tabs - + Close &next tabs - + &Preserve Settings for This Folder - + Connect to &Server - + &Location - + &Path Buttons - + &Bulk Rename - + Bulk Rename - + Ctrl+F2 - + Close &other tabs - + Permanent &filter bar - + &Menu bar - + Menu bar - + Ctrl+M - - + + Menu - + New &Tab - + New Tab - + Ctrl+T - + Go &Back - + Go Back - + Alt+Left - + Go &Forward - + Go Forward - + Alt+Right - + &Invert Selection - + &Delete - + Del - + &Rename - + F2 - + C&lose Tab - + Ctrl+W - + File &Properties - + Alt+Return - + &Folder Properties - + Edit Bookmarks - + Open &Terminal - + F4 - + Open as &Root - + &Edit Bookmarks - + Ctrl+Shift+N - + Ctrl+Alt+N - + &Find Files - + F3 @@ -1049,38 +1248,38 @@ - - + + &View - + &Sorting - + &Edit - + &Bookmarks - + &Go - + &Tool - + Main Toolbar @@ -1174,13 +1373,13 @@ - - + + Error - + Terminal emulator is not set. @@ -1297,25 +1496,30 @@ - + Select Wallpaper - + Image Files + + + Select Wallpaper Folder + + PCManFM::DesktopWindow - + Trash (One item) - + Trash (%Ln items) Trash (%Ln item) @@ -1323,48 +1527,48 @@ - + Trash (Empty) - + Computer - + Network - + Open - - + + Stic&k to Current Position - + Empty Trash - + Hide Desktop Items - + Create Launcher - + Desktop Preferences @@ -1372,7 +1576,7 @@ PCManFM::FilterBar - + Filter: @@ -1380,7 +1584,7 @@ PCManFM::FilterEdit - + Clear text (Ctrl+K or Esc) @@ -1393,40 +1597,40 @@ - + Hide menu bar - + This will hide the menu bar completely, use Ctrl+M to show it again. - + Version: %1 - + &Move to Trash - + &Delete - - + + Error - + Switch user command is not set. @@ -1434,22 +1638,22 @@ PCManFM::PreferencesDialog - + Icon View - + Compact View - + Thumbnail View - + Detailed List View @@ -1457,17 +1661,17 @@ PCManFM::TabPage - + Error - + Free space: %1 (Total: %2) - + %n item(s) @@ -1475,7 +1679,7 @@ - + (%n hidden) @@ -1483,14 +1687,14 @@ - - - + + + Link to - + %n item(s) selected @@ -1501,27 +1705,30 @@ PCManFM::View - + Many files - - - Do you want to open these %1 file? - + + + Do you want to open these %1 files? + + + + - + Open in New T&ab - + Open in New Win&dow - + Open in Termina&l @@ -1545,7 +1752,7 @@ - + Thumbnail @@ -1560,67 +1767,67 @@ - + Select newly created files - + Icons - + Size of big icons: - + Size of small icons: - + Size of thumbnails: - + Size of side pane icons: - + Icon theme: - + Window - + Always show the tab bar - + Show 'Close' buttons on tabs - + Remember the size of the last closed window - + Default width of new windows: - + Default height of new windows: @@ -1650,27 +1857,27 @@ - + File Operations - + Confirm before deleting files - + Move deleted files to "trash bin" instead of erasing from disk. - + Show thumbnails of files - + Only show thumbnails for local files @@ -1705,206 +1912,236 @@ - + Erase files on removable media instead of "trash can" creation - + Confirm before moving files into "trash can" - - - + + + Requires application restart to take effect completely Requires application restart to fully take effect - + Launch executable files without prompt - - + + Used by Icon View - - + + Used by Compact View and Detailed List View - - + + Used by Thumbnail View - + User interface - + Treat backup files as hidden - - Always show full file names - - - - + Show icons of hidden files shadowed - + Minimum item margins in icon view: - + 3 px by default. - + px - + x - + 3 px by default. A space is also reserved for 3 lines of text. - + Lock - + When unchecked, the tab bar will be shown only if there are more than one tab. When unchecked, the tab bar will be shown only if there is more than one tab. - + + Switch to newly opened tab + + + + + Reopen last window tabs in a new window + + + + Examples:<br>For terminal: <i>xterm -e %s</i><br>For switching user: <i>lxsudo %s</i> or <i>lxsudo dbus-run-session -- %s</i><br><i>%s</i> is the command line you want to execute with terminal or su.<br> Important: Please use lxsudo, sudo alone will wreck permissions of the settings file. - + Application restart is needed for changes to take effect. - + Do not generate thumbnails for image files exceeding this size: - + + Show folder context menu with Ctrl + right click + + + + + Open folders in new tabs as far as possible + + + + + Single window mode + + + + + Always show real file names + + + + + Do not show file tooltips + + + + KB - + Needs ffmpegthumbnailer - + Auto Mount - + Mount mountable volumes automatically on program startup - + Mount removable media automatically when they are inserted Mount removable media automatically when inserted - + Show available options for removable media when they are inserted Show available options for removable media when inserted - + When removable medium unmounted: - + Close &tab containing removable medium - + Chan&ge folder in the tab to home folder - + Programs - + Terminal emulator: - + Switch &user command: - + Archiver in&tegration: - + Templates - + Show only user defined templates in menu - + Show only one template for each MIME type - + Run default application after creation from template - + Use SI decimal prefixes instead of IEC binary prefixes @@ -1932,18 +2169,18 @@ - - + + Error - + No file could be renamed. - + Some files could not be renamed. diff -Nru pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt_es.ts pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt_es.ts --- pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt_es.ts 2020-04-23 18:13:46.000000000 +0000 +++ pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt_es.ts 2020-11-02 22:27:00.000000000 +0000 @@ -20,16 +20,17 @@ - <html><head/><body><p><a href="https://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">https://lxqt.org/</span></a></p></body></html> - <html><head/><body><p><a href="https://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">https://lxqt.org/</span></a></p></body></html> + <html><head/><body><p><a href="https://github.com/lxqt/pcmanfm-qt"><span style=" text-decoration: underline; color:#0000ff;">https://github.com/lxqt/pcmanfm-qt</span></a></p></body></html> + + - + Authors Autores - + Programming: * Hong Jen Yee (PCMan) <pcman.tw@gmail.com> @@ -38,12 +39,12 @@ - + License Licencia - + PCManFM-Qt File Manager Copyright (C) 2009 - 2014 洪任諭 (Hong Jen Yee) @@ -295,38 +296,38 @@ General - - + + Background Fondo de pantalla - + Wallpaper mode: Modo del fondo de pantalla: - + Wallpaper image file: Seleccionar una imagen de fondo de pantalla: - + Select background color: Seleccionar color de fondo: - + Image file Archivo de imagen - + Image file path Dirección del archivo de imagen - + &Browse E&xaminar @@ -394,97 +395,113 @@ Bloquear - + + By default, desktop folders will be opened in PCManFM-Qt if they +are left clicked, even when it is not the default file manager. + + + + + Open desktop folders in default file manager by left clicking + + + + Wallpaper Fondo de pantalla - + Transform image based on EXIF data Transformar la imagen a partir de los datos EXIF - + + Individual wallpaper for each monitor + + + + Slide Show Pase de diapositivas - + Enable Slide Show Habilitar el cambio de imagen automático - + Wallpaper image folder: Seleccione la carpeta donde se encuentra el grupo de imágenes: - + Browse Examinar - + hour(s) hora(s) - + and y - + Intervals less than 5min will be ignored Si elige un intervalo menor a 5 minutos, este sera ignorado - + Interval: Intervalo: - + minute(s) minuto(s) - + Wallpaper folder Carpeta de fondos de pantalla - + Randomize the slide show Cambio de imagenes aleatorio - + Visible Shortcuts Atajos del panel de navegación - + Home Carpeta personal - + Trash Papelera - + Computer Sistema - + Network Red - + Advanced Avanzado @@ -495,6 +512,168 @@ + HiddenShortcutsDialog + + + Hidden Shortcuts + + + + + Shortcut + + + + + Action + + + + + Esc + + + + + Focus view, clear filter bar + + + + + Ctrl+Esc + + + + + Focus side-pane + + + + + Ctrl+L + + + + + + Focus path entry + + + + + Alt+D + + + + + Ctrl+Tab + + + + + + Next tab + + + + + Ctrl+Shift+Tab + + + + + + Previous tab + + + + + Ctrl+PageDown + + + + + Ctrl+PageUp + + + + + Ctrl+Number + + + + + + Jump to tab + + + + + Alt+Number + + + + + Backspace + + + + + Go up + + + + + Ctrl+F + + + + + Search dialog + + + + + Shift+Insert + + + + + Paste into transient filter bar + + + + + Drag+Shift + + + + + Move file on dropping + + + + + Drag+Ctrl + + + + + Copy file on dropping + + + + + Drag+Shift+Ctrl + + + + + Make a symlink on dropping + + + + MainWindow @@ -502,22 +681,22 @@ Administrador de archivos - + Ctrl+Shift+N Ctrl+Mayús+N - + Ctrl+Alt+N Ctrl+Alt+N - + &Find Files &Buscar archivos - + F3 F3 @@ -537,569 +716,589 @@ Ay&uda - - + + &View &Ver - + &Sorting &Ordenar - + &Toolbars Barras de herramien&tas - + Path &Bar &Barra de direcciones - + &Filtering &Filtrado - + &Edit &Editar - + &Bookmarks &Marcadores - + &Go &Ir - + &Tool &Herramientas - + Main Toolbar Barra de herramientas principal - + Go &Up S&ubir - + Go Up Subir - + Alt+Up Alt+Arriba - + &Home Carpeta personal - + Alt+Home Alt+Inicio - + &Reload &Actualizar - + F5 F5 - + Go Ir - + Quit Salir - + &About &Acerca de - + &New Window &Nueva ventana - + New Window Nueva ventana - + Ctrl+N Ctrl+N - + Show &Hidden Mo&strar elementos ocultos - + Ctrl+H Ctrl+H - + &Computer &Sistema - + &Trash &Papelera - + &Network &Red - + &Desktop &Escritorio - + &Add to Bookmarks &Añadir a marcadores - + &Applications &Aplicaciones - + Reload Actualizar - + &Icon View Ver &iconos medianos - + &Compact View Ver lista &compacta - + &Detailed List Ver lista &detallada - + &Thumbnail View Ver &miniaturas grandes - + Cu&t Cor&tar - + Ctrl+X Ctrl+X - + &Copy &Copiar - + Ctrl+C Ctrl+C - + &Paste &Pegar - + Ctrl+V Ctrl+V - + Select &All Seleccion&ar todo - + Ctrl+A Ctrl+A - + Pr&eferences Pr&eferencias - + &Ascending &Ascendente - + &Descending &Descendente - + &By File Name Por nombre de archivo - + By &Modification Time Por fecha de &modificación - + By Deletio&n Time Por fecha de eliminació&n - + By File &Type Por &tipo de archivo - + By &Owner Dependiendo del propietari&o - + By &Group Por &grupo - + &Folder First Siempre ubicar las carpetas primero - + + &Hidden Last + + + + &Preserve sorting for this folder Recordar el orden de esta car&peta - + &Case Sensitive Tener en cuenta mayús&culas y minúsculas - + By File &Size Por tamaño de archivo - + &Close Window &Cerrar la ventana - + Ctrl+Q Ctrl+Q - + &Folder Carpeta - + &Blank File Archivo vacío - + &Show/Focus Filter Bar Mo&strar/Enfocar la barra de filtrado - + Show Filter Bar Mostrar la barra de filtrado - + Ctrl+I Ctrl+L - + S&plit View Dividir la ventana en dos - + Split View Dividir la ventana en dos - + F6 - + &Copy Full Path &Copiar la dirección completa - + Ctrl+Shift+C Ctrl+Mayús+C - + Show Thumb&nails Mostrar mi&niaturas - + Show Thumbnails Mostrar miniaturas - + + S&ide Pane + + + + + F9 + F9 + + + + Hidden &Shortcuts + + + + Ctrl+B Ctrl+B - + &Clear All Filters Borrar todos los filtros - + Ctrl+Shift+K Ctrl+Mayús+K - + Close &previous tabs Cerrar las &pestañas anteriores - + Close &next tabs Cerrar las pestañas siguie&ntes - + &Preserve Settings for This Folder Recordar la configuración de esta car&peta - + Connect to &Server Conectar a un &servidor - + &Location Utilizar texto - + &Path Buttons Utilizar botones - + &Bulk Rename Renom&brar varios - + Bulk Rename Renombrar varios - + Ctrl+F2 Ctrl+F2 - + Close &other tabs Cerrar todas las &otras pestañas - + Permanent &filter bar Barra de &filtrado permanente - + &Menu bar Barra de &menú - + Menu bar Barra de menú - + Ctrl+M Ctrl+M - - + + Menu Menú - + New &Tab Nueva &pestaña - + New Tab Nueva pestaña - + Ctrl+T Ctrl+T - + Go &Back Re&troceder - + Go Back Retroceder - + Alt+Left Alt+Izquierda - + Go &Forward A&vanzar - + Go Forward Avanzar - + Alt+Right Alt+Derecha - + &Invert Selection &Invertir la selección - + &Delete &Eliminar - + Del Supr - + &Rename &Renombrar - + F2 F2 - + C&lose Tab &Cerrar pestaña - + Ctrl+W Ctrl+W - + File &Properties Propiedades del &archivo - + Alt+Return Alt+Enter - + &Folder Properties &Propiedades de la &carpeta - + Edit Bookmarks Editar los marcadores - + Open &Terminal Abrir en un emulador de &terminal - + F4 F4 - + Open as &Root Abrir con permisos de administrado&r - + &Edit Bookmarks &Editar los marcadores @@ -1193,13 +1392,13 @@ [Archivo 1, Archivo 2, ...] - - + + Error Error - + Terminal emulator is not set. No hay ningún emulador de terminal configurado. @@ -1316,25 +1515,30 @@ Rellenar la pantalla ampliando la imagen - + Select Wallpaper Seleccione un fondo de pantalla - + Image Files Archivos de imagen + + + Select Wallpaper Folder + + PCManFM::DesktopWindow - + Trash (One item) Papelera (un elemento) - + Trash (%Ln items) Papelera (%Ln elemento) @@ -1342,48 +1546,48 @@ - + Trash (Empty) Papelera - + Computer Sistema - + Network Red - + Open Abrir - - + + Stic&k to Current Position &Fijar icono en la posición actual - + Empty Trash Vaciar la papelera - + Hide Desktop Items Ocultar los elementos del escritorio - + Create Launcher Crear un lanzador - + Desktop Preferences Preferencias del escritorio @@ -1391,7 +1595,7 @@ PCManFM::FilterBar - + Filter: Filtro: @@ -1399,7 +1603,7 @@ PCManFM::FilterEdit - + Clear text (Ctrl+K or Esc) Borrar el texto (Ctrl+K o Esc) @@ -1412,12 +1616,12 @@ Permisos de administrador activados - + Hide menu bar Ocultar la barra de menú - + This will hide the menu bar completely, use Ctrl+M to show it again. El comando utilizado ocultara permanentemente la barra de menú, en su lugar se agregará un boton en la esquina superior derecha @@ -1426,30 +1630,30 @@ Puede revertirlo utilizando Ctrl+M para mostrar la barra de nuevo. - + Version: %1 Versión: %1 - + &Move to Trash &Eliminar - + &Delete &Eliminar - - + + Error Error - + Switch user command is not set. No se ha definido ningún comando para cambiar de usuario. @@ -1457,22 +1661,22 @@ PCManFM::PreferencesDialog - + Icon View Ver iconos medianos - + Compact View Ver lista compacta - + Thumbnail View Ver miniaturas grandes - + Detailed List View Ver lista detallada @@ -1480,17 +1684,17 @@ PCManFM::TabPage - + Error Error - + Free space: %1 (Total: %2) Espacio libre: %1 (Total %2) - + %n item(s) %n elemento @@ -1498,7 +1702,7 @@ - + (%n hidden) (%n oculto) @@ -1506,14 +1710,14 @@ - - - + + + Link to Enlazar a - + %n item(s) selected %n elemento seleccionado @@ -1524,27 +1728,30 @@ PCManFM::View - + Many files Muchos archivos - - - Do you want to open these %1 file? - ¿Quiere abrir esos %1 archivos? + + + Do you want to open these %1 files? + + + + - + Open in New T&ab &Abrir en una pestaña nueva - + Open in New Win&dow Abrir en una &ventana nueva - + Open in Termina&l Abrir en un termina&l @@ -1568,7 +1775,7 @@ - + Thumbnail Miniaturas @@ -1583,67 +1790,67 @@ Avanzado - + Select newly created files Seleccionar los archivos después de haber sido creados - + Icons Iconos - + Size of big icons: Tamaño de los iconos medianos: - + Size of small icons: Tamaño de los iconos pequeños: - + Size of thumbnails: Tamaño de las miniaturas e iconos grandes: - + Size of side pane icons: Tamaño de los iconos del panel lateral: - + Icon theme: Tema de iconos: - + Window Ventana - + Always show the tab bar Mostrar siempre la barra de pestañas - + Show 'Close' buttons on tabs Mostrar el botón cerrar en las pestañas - + Remember the size of the last closed window Recordar el tamaño de la última ventana cerrada - + Default width of new windows: Ancho predeterminado de las ventanas nuevas: - + Default height of new windows: Alto predeterminado de las ventanas nuevas: @@ -1673,27 +1880,27 @@ s - + File Operations Operaciones de archivos - + Confirm before deleting files Pedir confirmación antes de borrar los archivos - + Move deleted files to "trash bin" instead of erasing from disk. Mover los archivos a la papelera en lugar de eliminarlos del disco. - + Show thumbnails of files Mostrar miniaturas grandes de archivos de imagen - + Only show thumbnails for local files Solo mostrar miniaturas de archivos locales @@ -1728,212 +1935,242 @@ En una ventana nueva - + + Show folder context menu with Ctrl + right click + + + + Erase files on removable media instead of "trash can" creation Borrar los archivos de medios removibles en vez de enviar a la papelera - + Confirm before moving files into "trash can" Pedir confirmación antes de mover archivos a la papelera - - - + + + Requires application restart to take effect completely Es necesario reiniciar la aplicación para que los cambios tengan efecto - + Launch executable files without prompt Iniciar los archivos ejecutables sin preguntar - - + + Open folders in new tabs as far as possible + + + + + Single window mode + + + + + Used by Icon View Este tamaño de iconos solo sera utilizado cuando se seleccione la vista de iconos medianos - - + + Used by Compact View and Detailed List View Este tamaño de iconos sera utilizado cuando seleccione que se vea en modo lista compacta o el modo lista detallada - - + + Used by Thumbnail View Este tamaño de icono sera utilizado cuando seleccione el modo miniaturas grandes, afecta tanto a las imagenes como a las carpetas - + User interface Interfaz de usuario - + Treat backup files as hidden Tratar los archivos de respaldo como si fueran ocultos - - Always show full file names - Mostrar siempre los nombres de archivo completos - - - + Show icons of hidden files shadowed Mostrar sombreados los iconos de archivos que estén ocultos - + Minimum item margins in icon view: Márgenes mínimos de los iconos en tamaño mediano: - + 3 px by default. El valor predeterminado de este campo es de "3 px". - + px px - + x x - + 3 px by default. A space is also reserved for 3 lines of text. El valor predeterminado de este campo es de "3 px". También se reserva espacio para 3 líneas de texto. - + Lock Unir valores - + When unchecked, the tab bar will be shown only if there are more than one tab. Si desactiva esta opción, la barra de pestañas solo sera visible cuando haya más de una pestaña abierta. - + + Switch to newly opened tab + + + + + Reopen last window tabs in a new window + + + + Examples:<br>For terminal: <i>xterm -e %s</i><br>For switching user: <i>lxsudo %s</i> or <i>lxsudo dbus-run-session -- %s</i><br><i>%s</i> is the command line you want to execute with terminal or su.<br> Important: Please use lxsudo, sudo alone will wreck permissions of the settings file. Ejemplos:<br>Para terminal: <i>xterm -e %s</i><br>Para cambiar de usuario: <i>lxsudo %s</i> o <i>lxsudo dbus-run-session -- %s</i><br><i>%s</i> es el comando que quiere ejecutar en la terminal o su.<br> Importante: use lxsudo, «sudo» por sí solo estropea los permisos del archivo de configuración. - + Application restart is needed for changes to take effect. Es necesario reiniciar la aplicación para que los cambios tengan efecto. - + Do not generate thumbnails for image files exceeding this size: No generar imagenes en miniatura cuando los archivos superen los: - + + Always show real file names + + + + + Do not show file tooltips + + + + KB KB - + Needs ffmpegthumbnailer Para que esta característica funcione correctamente, debe tener instalada la aplicación "ffmpegthumbnailer", si no esta instalada puede buscarla en su gestor de paquetes - + Auto Mount Montar automáticamente - + Mount mountable volumes automatically on program startup Montar discos removibles y unidades USB automáticamente al inicio - + Mount removable media automatically when they are inserted Montar discos removibles y unidades USB automáticamente cuando se insertan - + Show available options for removable media when they are inserted Mostrar opciones disponibles sobre que hacer al insertarlos - + When removable medium unmounted: Configuración de desconexión del disco o unidad USB: - + Close &tab containing removable medium Cerrar la pes&taña del medio removible al desconectar la unidad - + Chan&ge folder in the tab to home folder Cambiar la pestaña a la carpeta personal al desconectar la unidad - + Switch &user command: Comando para cambiar de &usuario: - + Archiver in&tegration: Archivador in&tegrado al sistema: - + Templates Plantillas - + Show only user defined templates in menu Mostrar solo plantillas del usuario en el menú - + Show only one template for each MIME type Mostrar una sola plantilla para cada tipo de archivo - + Run default application after creation from template Ejecutar la aplicación predeterminada tras crear una plantilla - + Programs Aplicaciones predeterminadas - + Terminal emulator: Aplicación predeterminada para el terminal: - + Use SI decimal prefixes instead of IEC binary prefixes Usar prefijos decimales SI en lugar de prefijos binarios IEC @@ -1961,18 +2198,18 @@ Se han cancelado los cambios en los nombres. - - + + Error Error - + No file could be renamed. No se ha podido renombrar ningún archivo. - + Some files could not be renamed. Algunos archivos no se han podido renombrar. diff -Nru pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt_et.ts pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt_et.ts --- pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt_et.ts 2020-04-23 18:13:46.000000000 +0000 +++ pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt_et.ts 2020-11-02 22:27:00.000000000 +0000 @@ -19,12 +19,7 @@ Ressursisäästlik failihaldur - - <html><head/><body><p><a href="https://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">https://lxqt.org/</span></a></p></body></html> - - - - + Programming: * Hong Jen Yee (PCMan) <pcman.tw@gmail.com> @@ -33,7 +28,7 @@ - + PCManFM-Qt File Manager Copyright (C) 2009 - 2014 洪任諭 (Hong Jen Yee) @@ -70,12 +65,18 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - + Authors Autorid - + + <html><head/><body><p><a href="https://github.com/lxqt/pcmanfm-qt"><span style=" text-decoration: underline; color:#0000ff;">https://github.com/lxqt/pcmanfm-qt</span></a></p></body></html> + + + + + License Litsents @@ -290,38 +291,38 @@ Töölaua eelistused - - + + Background Taust - + Wallpaper mode: Taustapildi režiim: - + Wallpaper image file: Taustapildi pildifail: - + Select background color: Vali taustavärv: - + Image file Pildifail - + Image file path Pildifaili rada - + &Browse &Sirvi @@ -399,102 +400,280 @@ Lukusta - + + By default, desktop folders will be opened in PCManFM-Qt if they +are left clicked, even when it is not the default file manager. + + + + + Open desktop folders in default file manager by left clicking + + + + Wallpaper - + Transform image based on EXIF data - + + Individual wallpaper for each monitor + + + + Slide Show Slaidiseanss - + Enable Slide Show Luba slaidiseanss - + Wallpaper image folder: Taustapildi kataloog: - + Browse Sirvi - + hour(s) tund(i) - + and ja - + Intervals less than 5min will be ignored Alla 5 min intervalle eiratakse - + Interval: Intervall: - + minute(s) minut(it) - + Wallpaper folder Taustapildi kataloog - + Randomize the slide show Juhuslik slaidiseanss - + Visible Shortcuts Nähtavad otseteed - + Home Avaleht - + Trash Prügikast - + Computer Arvuti - + Network Võrk - + Advanced Täpsem + HiddenShortcutsDialog + + + Hidden Shortcuts + + + + + Shortcut + + + + + Action + + + + + Esc + + + + + Focus view, clear filter bar + + + + + Ctrl+Esc + + + + + Focus side-pane + + + + + Ctrl+L + + + + + + Focus path entry + + + + + Alt+D + + + + + Ctrl+Tab + + + + + + Next tab + + + + + Ctrl+Shift+Tab + + + + + + Previous tab + + + + + Ctrl+PageDown + + + + + Ctrl+PageUp + + + + + Ctrl+Number + + + + + + Jump to tab + + + + + Alt+Number + + + + + Backspace + + + + + Go up + + + + + Ctrl+F + + + + + Search dialog + + + + + Shift+Insert + + + + + Paste into transient filter bar + + + + + Drag+Shift + + + + + Move file on dropping + + + + + Drag+Ctrl + + + + + Copy file on dropping + + + + + Drag+Shift+Ctrl + + + + + Make a symlink on dropping + + + + MainWindow @@ -502,553 +681,573 @@ Failihaldur - + &Toolbars &Tööriistaribad - + Path &Bar Asukoha&riba - + &Filtering &Filtreerimine - + Go &Up Liigu &üles - + Go Up Liigu üles - + Alt+Up Alt + üles - + &Home &Avaleht - + Alt+Home - + &Reload &Laadi uuesti - + F5 - + Go Mine - + Quit Välju - + &About &Teave - + &New Window &Uus aken - + New Window Uus aken - + Ctrl+N - + Show &Hidden Kuva &peidetud failid - + Ctrl+H - + &Computer &Arvuti - + &Trash &Prügikast - + &Network &Võrk - + &Desktop &Töölaud - + &Add to Bookmarks &Lisa järjehoidjaks - + &Applications &Rakendused - + Reload Lae uuesti - + &Icon View &Ikoonivaade - + &Compact View &Kompaktne vaade - + &Detailed List &Üksikasjalik nimekiri - + &Thumbnail View &Pisipildivaade - + Cu&t Lõi&ka - + Ctrl+X - + &Copy &Kopeeri - + Ctrl+C - + &Paste &Aseta - + Ctrl+V - + Select &All Vali &kõik - + Ctrl+A - + Pr&eferences Ee&listused - + &Ascending &Kasvav - + &Descending &Kahanev - + &By File Name &Faili nime järgi - + By &Modification Time &Muutmise aja järgi - + By Deletio&n Time - + By File &Type Faili &tüübi järgi - + By &Owner &Omaniku järgi - + By &Group - + &Folder First &Kaustad ees - + + &Hidden Last + + + + &Preserve sorting for this folder &Salvesta selle kausta sortimine - + &Case Sensitive &Tõstutundlik - + By File &Size Faili &suuruse järgi - + &Close Window &Sulge aken - + Ctrl+Q - + &Folder &Kaust - + &Blank File &Tühi fail - + &Show/Focus Filter Bar - + Show Filter Bar Kuva filtririba - + Ctrl+I Ctrl+I - + S&plit View J&aotatud vaade - + Split View Poolitatud vaade - + F6 F6 - + &Copy Full Path &Kopeeri kogu rada - + Ctrl+Shift+C Ctrl+Shift+C - + Show Thumb&nails - + Show Thumbnails - + + S&ide Pane + + + + + F9 + F9 + + + + Hidden &Shortcuts + + + + Ctrl+B - + &Clear All Filters &Kustuta kõik filtrid - + Ctrl+Shift+K Ctrl+Shift+K - + Close &previous tabs Sulge &eelmised kaardid - + Close &next tabs Sulge &järgmised kaardid - + &Preserve Settings for This Folder &Salvesta selle kausta sätted - + Connect to &Server Ühenda &serveriga - + &Location &Asukoht - + &Path Buttons &Asukoha nupud - + &Bulk Rename &Hulgi ümbernimetamine - + Bulk Rename Hulgi ümbernimetamine - + Ctrl+F2 - + Close &other tabs Sulge &muud kaardid - + Permanent &filter bar Püsiv &filtririba - + &Menu bar &Menüüriba - + Menu bar Menüüriba - + Ctrl+M - - + + Menu Menüü - + New &Tab Uus &kaart - + New Tab Uus kaart - + Ctrl+T - + Go &Back Mine &tagasi - + Go Back Mine tagasi - + Alt+Left Alt+vasak - + Go &Forward Liigu &edasi - + Go Forward Liigu edasi - + Alt+Right - + &Invert Selection &Pööra valik - + &Delete &Kustuta - + Del - + &Rename &Nimeta ümber - + F2 - + C&lose Tab S&ulge kaart - + Ctrl+W - + File &Properties Faili &omadused - + Alt+Return - + &Folder Properties &Kausta omadused - + Edit Bookmarks Muuda järjehoidjaid - + Open &Terminal Ava &terminal - + F4 - + Open as &Root Ava &juurkasutajana - + &Edit Bookmarks &Muuda järjehoidjaid - + Ctrl+Shift+N - + Ctrl+Alt+N - + &Find Files &Otsi faile - + F3 @@ -1068,38 +1267,38 @@ &Spikker - - + + &View &Vaade - + &Sorting &Sortimine - + &Edit &Redigeeri - + &Bookmarks &Järjehoidjad - + &Go &Mine - + &Tool &Vahend - + Main Toolbar Põhitööriistariba @@ -1193,13 +1392,13 @@ [FAIL1, FAIL2,...] - - + + Error Viga - + Terminal emulator is not set. Terminalimulaatorit pole määratud. @@ -1316,25 +1515,30 @@ Suurenda pilti täitmaks kogu ekraani - + Select Wallpaper - + Image Files Pildifailid + + + Select Wallpaper Folder + + PCManFM::DesktopWindow - + Trash (One item) Prügikast (üks element) - + Trash (%Ln items) Prügikast (% Ln element) @@ -1342,48 +1546,48 @@ - + Trash (Empty) Prügikast (tühi) - + Computer Arvuti - + Network Võrk - + Open Ava - - + + Stic&k to Current Position Jäta& praegusele asukohale - + Empty Trash Tühjenda prügikast - + Hide Desktop Items Peida töölauakirjeid - + Create Launcher - + Desktop Preferences Töölaua eelistused @@ -1391,7 +1595,7 @@ PCManFM::FilterBar - + Filter: Filter: @@ -1399,7 +1603,7 @@ PCManFM::FilterEdit - + Clear text (Ctrl+K or Esc) @@ -1412,40 +1616,40 @@ - + Hide menu bar Peida menüüriba - + This will hide the menu bar completely, use Ctrl+M to show it again. See peidab menüüriba täiesti, kasuta Ctrl + M selle uuesti kuvamiseks. - + Version: %1 Versioon: %1 - + &Move to Trash &Liiguta prügikasti - + &Delete &Kustuta - - + + Error Viga - + Switch user command is not set. Kasutaja vahetamise käsku pole määratud. @@ -1453,22 +1657,22 @@ PCManFM::PreferencesDialog - + Icon View Ikoonivaade - + Compact View Kompaktne vaade - + Thumbnail View Pisipildivaade - + Detailed List View Üksikasjalik nimekiri @@ -1476,17 +1680,17 @@ PCManFM::TabPage - + Error Viga - + Free space: %1 (Total: %2) Vaba ruum:%1 (kokku:%2) - + %n item(s) %n element @@ -1494,7 +1698,7 @@ - + (%n hidden) (%n peidetud) @@ -1502,14 +1706,14 @@ - - - + + + Link to Ühenda - + %n item(s) selected %n element valitud @@ -1520,27 +1724,30 @@ PCManFM::View - + Many files - - - Do you want to open these %1 file? - + + + Do you want to open these %1 files? + + + + - + Open in New T&ab Ava uuel &kaardil - + Open in New Win&dow Ava uues &aknas - + Open in Termina&l Ava uues termina&lis @@ -1564,7 +1771,7 @@ - + Thumbnail Pisipilt @@ -1579,67 +1786,67 @@ Täpsem - + Select newly created files Valige äsja loodud failid - + Icons Ikoonid - + Size of big icons: Suurte ikoonide suurus: - + Size of small icons: Väikeste ikoonide suurus: - + Size of thumbnails: Pisipiltide suurus: - + Size of side pane icons: Külgpaneeli ikoonide suurus: - + Icon theme: Ikooniteema: - + Window Aken - + Always show the tab bar Kaardiriba on alati nähtaval - + Show 'Close' buttons on tabs Kuva kaartidel sulgemisnuppu - + Remember the size of the last closed window Pea viimati suletud akna suurus meeles - + Default width of new windows: Uute akende laius vaikimisi: - + Default height of new windows: Uute akende kõrgus vaikimisi: @@ -1669,27 +1876,27 @@ sek - + File Operations Failioperatsioonid - + Confirm before deleting files Kinnitus enne failide kustutamist - + Move deleted files to "trash bin" instead of erasing from disk. Liiguta kustutatud failid prügikasti nende kettalt eemaldamise asemel. - + Show thumbnails of files Kuva failide pisipildid - + Only show thumbnails for local files Kuva ainult kohalike failide pisipildid @@ -1724,206 +1931,236 @@ Ava uues aknas - + Erase files on removable media instead of "trash can" creation Kustuta failid eemaldataval andmekandjal prügikasti loomise asemel - + Confirm before moving files into "trash can" Kinnitus enne failide prügikasti saatmist - - - + + + Requires application restart to take effect completely Nõuab rakenduse taaskäivitamist, et see täielikult jõustuda - + Launch executable files without prompt Käivita käivitatavaid faile ilma küsimata - - + + Used by Icon View Kasutatakse ikoonivaates - - + + Used by Compact View and Detailed List View Kasutatakse kompaktses ja üksikasjaliku nimekirja vaates - - + + Used by Thumbnail View Kasutatakse pisipildivaates - + User interface Kasutajaliides - + Treat backup files as hidden Varufaile koheldakse peidetuina - - Always show full file names - Kuva alati täielikud failinimed - - - + Show icons of hidden files shadowed Kuva peidetud failide ikoonid varjutatuna - + Minimum item margins in icon view: Vähim elementide vahemaa ikoonivaates: - + 3 px by default. Vaikimisi 3 px. - + px - + x - + 3 px by default. A space is also reserved for 3 lines of text. Vaikimisi 3 px. Ruumi varuti ka 3 tekstirea jaoks. - + Lock Lukusta - + When unchecked, the tab bar will be shown only if there are more than one tab. Kui see pole märgitud, näidatakse kaardiriba ainult siis, kui avatud on rohkem kui üks kaart. - + + Switch to newly opened tab + + + + + Reopen last window tabs in a new window + + + + Examples:<br>For terminal: <i>xterm -e %s</i><br>For switching user: <i>lxsudo %s</i> or <i>lxsudo dbus-run-session -- %s</i><br><i>%s</i> is the command line you want to execute with terminal or su.<br> Important: Please use lxsudo, sudo alone will wreck permissions of the settings file. - + Application restart is needed for changes to take effect. Muudatuste rakendamiseks tuleb prorgramm uuesti käivitada. - + Do not generate thumbnails for image files exceeding this size: Ära loo pisipilte pildifailidele, mis on suuremad kui: - + + Show folder context menu with Ctrl + right click + + + + + Open folders in new tabs as far as possible + + + + + Single window mode + + + + + Always show real file names + + + + + Do not show file tooltips + + + + KB - + Needs ffmpegthumbnailer Vajalik on ffmpegthumbnailer - + Auto Mount Automaatne haakimine - + Mount mountable volumes automatically on program startup Haagi seadmed automaatselt programmi käivitumisel - + Mount removable media automatically when they are inserted Haagi eemaldatavad andmekandjad automaatselt ühendamisel masinaga - + Show available options for removable media when they are inserted Kuva eemaldatava andmekandja ühendamisel saadaolevad valikud automaatselt - + When removable medium unmounted: Kui eemaldatav andmekandja on lahti ühendatud: - + Close &tab containing removable medium Sulge eemaldatavat kandjat sisaldav &kaart - + Chan&ge folder in the tab to home folder Muud&a kaardil olev kataloog kodukataloogiks - + Programs Programmid - + Terminal emulator: Terminaliemulaator: - + Switch &user command: &Kasutaja vahetamise käsk: - + Archiver in&tegration: Pakkija in&tegreerimine: - + Templates Mallid - + Show only user defined templates in menu Kuva menüüs ainult kasutaja määratud mallid - + Show only one template for each MIME type Kuva iga MIME tüübi kohta ainult ühte malli - + Run default application after creation from template Mallist loomise järel käivita vaikimisi rakendus - + Use SI decimal prefixes instead of IEC binary prefixes IEC-i binaarseteks eesliidete asemel kasuta SI-eelistusi @@ -1951,18 +2188,18 @@ Ümbernimetamine katkeb. - - + + Error Viga - + No file could be renamed. Ühtki faili ei nimetatud ümber. - + Some files could not be renamed. Mõningaid faile ei saanud ümber nimetada. diff -Nru pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt_fil.ts pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt_fil.ts --- pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt_fil.ts 2020-04-23 18:13:46.000000000 +0000 +++ pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt_fil.ts 2020-11-02 22:27:00.000000000 +0000 @@ -19,12 +19,7 @@ Magaan na file manager - - <html><head/><body><p><a href="https://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">https://lxqt.org/</span></a></p></body></html> - <html><head/><body><p><a href="https://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">https://lxqt.org/</span></a></p></body></html> - - - + Programming: * Hong Jen Yee (PCMan) <pcman.tw@gmail.com> @@ -33,7 +28,7 @@ - + PCManFM-Qt File Manager Copyright (C) 2009 - 2014 洪任諭 (Hong Jen Yee) @@ -70,12 +65,18 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - + Authors May akda - + + <html><head/><body><p><a href="https://github.com/lxqt/pcmanfm-qt"><span style=" text-decoration: underline; color:#0000ff;">https://github.com/lxqt/pcmanfm-qt</span></a></p></body></html> + + + + + License Lisensya @@ -290,38 +291,38 @@ Kagustuhan sa Desktop - - + + Background Background - + Wallpaper mode: Mode ng wallpaper: - + Wallpaper image file: File na larawan ng wallpaper: - + Select background color: Pumili ng kulay ng background: - + Image file - + Image file path - + &Browse Mag-&browse @@ -399,102 +400,280 @@ - + + By default, desktop folders will be opened in PCManFM-Qt if they +are left clicked, even when it is not the default file manager. + + + + + Open desktop folders in default file manager by left clicking + + + + Wallpaper - + Transform image based on EXIF data - + + Individual wallpaper for each monitor + + + + Slide Show - + Enable Slide Show - + Wallpaper image folder: - + Browse - + hour(s) oras - + and at - + Intervals less than 5min will be ignored Ang pagitan na mababa sa 5minuto ay ipagsasawalang-bahala - + Interval: Pagitan: - + minute(s) - + Wallpaper folder - + Randomize the slide show - + Visible Shortcuts - + Home - + Trash Basurahan - + Computer Kompyuter - + Network Network - + Advanced Advanced + HiddenShortcutsDialog + + + Hidden Shortcuts + + + + + Shortcut + + + + + Action + + + + + Esc + + + + + Focus view, clear filter bar + + + + + Ctrl+Esc + + + + + Focus side-pane + + + + + Ctrl+L + + + + + + Focus path entry + + + + + Alt+D + + + + + Ctrl+Tab + + + + + + Next tab + + + + + Ctrl+Shift+Tab + + + + + + Previous tab + + + + + Ctrl+PageDown + + + + + Ctrl+PageUp + + + + + Ctrl+Number + + + + + + Jump to tab + + + + + Alt+Number + + + + + Backspace + + + + + Go up + + + + + Ctrl+F + + + + + Search dialog + + + + + Shift+Insert + + + + + Paste into transient filter bar + + + + + Drag+Shift + + + + + Move file on dropping + + + + + Drag+Ctrl + + + + + Copy file on dropping + + + + + Drag+Shift+Ctrl + + + + + Make a symlink on dropping + + + + MainWindow @@ -502,555 +681,575 @@ - + &Toolbars - + Path &Bar - + &Filtering Pagsasala - + Go &Up P&umataas - + Go Up Pumataas - + Alt+Up - + &Home - + Alt+Home - + &Reload I-load muli - + F5 - + F5 - + Go - + Quit - + &About Tungkol dito - + &New Window Bagong Wi&ndow - + New Window Bagong Window - + Ctrl+N Ctrl+N - + Show &Hidden Ipakita ang Nakatago - + Ctrl+H Ctrl+H - + &Computer Kompyuter - + &Trash Basurahan - + &Network &Network - + &Desktop &Desktop - + &Add to Bookmarks Id&agdag sa mga Bookmark - + &Applications Mga &Aplikasyon - + Reload I-load muli - + &Icon View &Icon View - + &Compact View - + &Detailed List - + &Thumbnail View - + Cu&t - + Ctrl+X Ctrl+X - + &Copy Kopyahin - + Ctrl+C Ctrl+C - + &Paste I-&paste - + Ctrl+V Ctrl+V - + Select &All Piliin l&ahat - + Ctrl+A Ctrl+A - + Pr&eferences - + &Ascending Paakyat - + &Descending Pababa - + &By File Name Ayon sa Pangalan ng File - + By &Modification Time Ayon sa Oras ng Pagbago - + By Deletio&n Time Ayon sa Oras &ng Pagbura - + By File &Type Ayon sa &Uri ng File - + By &Owner Ay&on sa May-ari - + By &Group Ayon sa Grupo - + &Folder First Mauna ang &Folder - + + &Hidden Last + + + + &Preserve sorting for this folder &Panatilihin ang ayos ng folder na ito - + &Case Sensitive - + By File &Size Ayon &sa Laki ng File - + &Close Window Isara ang Window - + Ctrl+Q Ctrl+Q - + &Folder &Folder - + &Blank File &Blankong File - + &Show/Focus Filter Bar - + Show Filter Bar - + Ctrl+I Ctrl+I - + S&plit View Magkahiwalay Tingnan - + Split View Magkahiwalay Tingnan - + F6 F6 - + &Copy Full Path Kopyahin ang Buong Path - + Ctrl+Shift+C Ctrl+Shift+C - + Show Thumb&nails Ipakita ang mga Thumb&nail - + Show Thumbnails Ipakita ang mga Thumbnail - + + S&ide Pane + + + + + F9 + F9 + + + + Hidden &Shortcuts + + + + Ctrl+B Ctrl+B - + &Clear All Filters - + Ctrl+Shift+K Ctrl+Shift+K - + Close &previous tabs Isara ang mga naunang tab - + Close &next tabs Isara ang mga susu&nod na tab - + &Preserve Settings for This Folder Panatilihin ang mga Setting sa Folder na ito - + Connect to &Server Kumonekta sa &Server - + &Location &Lugar - + &Path Buttons Pindutan na &Path - + &Bulk Rename - + Bulk Rename - + Maramihang pagpapalit ng pangalan - + Ctrl+F2 Ctrl+F2 - + Close &other tabs Isara ang iba pang mga tab - + Permanent &filter bar - + &Menu bar - + Menu bar - + Ctrl+M Ctrl+M - - + + Menu Menu - + New &Tab Bagong &Tab - + New Tab Bagong Tab - + Ctrl+T Ctrl+T - + Go &Back &Bumalik - + Go Back Bumalik - + Alt+Left Alt+Left - + Go &Forward Pasulong - + Go Forward Pasulong - + Alt+Right Alt+Right - + &Invert Selection - + &Delete - + Del - + &Rename - + F2 - + F2 - + C&lose Tab - + Ctrl+W - + File &Properties - + Alt+Return - + &Folder Properties - + Edit Bookmarks - + Open &Terminal - + F4 - + F4 - + Open as &Root - + &Edit Bookmarks - + Ctrl+Shift+N - + Ctrl+Alt+N - + &Find Files Maghanap ng &Files - + F3 - + F3 @@ -1068,38 +1267,38 @@ Saklolo - - + + &View Tingnan - + &Sorting Pag&sasaayos - + &Edit I-&edit - + &Bookmarks - + &Go Tumuloy - + &Tool - + Main Toolbar @@ -1193,13 +1392,13 @@ - - + + Error - + Mali - + Terminal emulator is not set. @@ -1255,7 +1454,7 @@ Command: - + Utos: @@ -1316,81 +1515,87 @@ - + Select Wallpaper - + Image Files + + + Select Wallpaper Folder + + PCManFM::DesktopWindow - + Trash (One item) - + Trash (%Ln items) + - + Trash (Empty) - + Computer - + Kompyuter - + Network - + Network - + Open - - + + Stic&k to Current Position - + Empty Trash - + Hide Desktop Items - + Create Launcher - + Gumawa ng Launcher - + Desktop Preferences - + Kagustuhan sa Desktop PCManFM::FilterBar - + Filter: @@ -1398,7 +1603,7 @@ PCManFM::FilterEdit - + Clear text (Ctrl+K or Esc) @@ -1411,40 +1616,40 @@ - + Hide menu bar - + This will hide the menu bar completely, use Ctrl+M to show it again. - + Version: %1 - + &Move to Trash - + &Delete - - + + Error - + Mali - + Switch user command is not set. @@ -1452,22 +1657,22 @@ PCManFM::PreferencesDialog - + Icon View - + Compact View - + Thumbnail View - + Detailed List View @@ -1475,68 +1680,74 @@ PCManFM::TabPage - + Error - + Mali - + Free space: %1 (Total: %2) - + %n item(s) + - + (%n hidden) + - - - + + + Link to - + %n item(s) selected + PCManFM::View - + Many files - - - Do you want to open these %1 file? - + + + Do you want to open these %1 files? + + + + - + Open in New T&ab - + Open in New Win&dow - + Open in Termina&l @@ -1560,7 +1771,7 @@ - + Thumbnail @@ -1572,70 +1783,70 @@ Advanced - + Advanced - + Select newly created files - + Icons - + Size of big icons: - + Size of small icons: - + Size of thumbnails: - + Size of side pane icons: - + Icon theme: - + Window - + Always show the tab bar - + Show 'Close' buttons on tabs - + Remember the size of the last closed window - + Default width of new windows: - + Default height of new windows: @@ -1665,27 +1876,27 @@ - + File Operations - + Confirm before deleting files - + Move deleted files to "trash bin" instead of erasing from disk. - + Show thumbnails of files - + Only show thumbnails for local files @@ -1720,205 +1931,236 @@ - + Erase files on removable media instead of "trash can" creation - + Confirm before moving files into "trash can" - - - + + + Requires application restart to take effect completely - + Launch executable files without prompt - - + + Used by Icon View - - + + Used by Compact View and Detailed List View - - + + Used by Thumbnail View - + User interface - + Treat backup files as hidden - - Always show full file names - - - - + Show icons of hidden files shadowed - + Minimum item margins in icon view: - + 3 px by default. - + Ang default ay 3 px. - + px - + x - + 3 px by default. A space is also reserved for 3 lines of text. - + Ang default ay 1 px. +Mayroon ding puwang na nakalaan sa 3 linya ng text. {3 ?} {3 ?} - + Lock - + When unchecked, the tab bar will be shown only if there are more than one tab. - + + Switch to newly opened tab + + + + + Reopen last window tabs in a new window + + + + Examples:<br>For terminal: <i>xterm -e %s</i><br>For switching user: <i>lxsudo %s</i> or <i>lxsudo dbus-run-session -- %s</i><br><i>%s</i> is the command line you want to execute with terminal or su.<br> Important: Please use lxsudo, sudo alone will wreck permissions of the settings file. - + Application restart is needed for changes to take effect. - + Do not generate thumbnails for image files exceeding this size: - + + Show folder context menu with Ctrl + right click + + + + + Open folders in new tabs as far as possible + + + + + Single window mode + + + + + Always show real file names + + + + + Do not show file tooltips + + + + KB - + Needs ffmpegthumbnailer - + Auto Mount - + Mount mountable volumes automatically on program startup - + Mount removable media automatically when they are inserted - + Show available options for removable media when they are inserted - + When removable medium unmounted: - + Close &tab containing removable medium - + Chan&ge folder in the tab to home folder - + Programs - + Terminal emulator: - + Switch &user command: - + Archiver in&tegration: - + Templates - + Show only user defined templates in menu - + Show only one template for each MIME type - + Run default application after creation from template - + Use SI decimal prefixes instead of IEC binary prefixes Gamitin ang SI decimal prefixes sa halip na IEC binary prefixes @@ -1946,18 +2188,18 @@ Ang pagpapalit ng pangalan ay inihinto. - - + + Error Mali - + No file could be renamed. Walang file ang maaaring palitan ng pangalan. - + Some files could not be renamed. Ang ibang file ay hindi maaaring palitan ng pangalan. diff -Nru pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt_fr.ts pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt_fr.ts --- pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt_fr.ts 2020-04-23 18:13:46.000000000 +0000 +++ pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt_fr.ts 2020-11-02 22:27:00.000000000 +0000 @@ -14,21 +14,16 @@ Gestionnaire de fichiers léger - - <html><head/><body><p><a href="https://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">https://lxqt.org/</span></a></p></body></html> - <html><head/><body><p><a href="https://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">https://lxqt.org/</span></a></p></body></html> - - - + Programming: * Hong Jen Yee (PCMan) <pcman.tw@gmail.com> - Programmation : + Programmation : * Hong Jen Yee (PCMan) <pcman.tw@gmail.com> - + Authors Auteurs @@ -38,12 +33,18 @@ <html><head/><body><p><span style="font-size:16pt; font-weight:600;">PCManFM-Qt</span></p></body></html> - + + <html><head/><body><p><a href="https://github.com/lxqt/pcmanfm-qt"><span style=" text-decoration: underline; color:#0000ff;">https://github.com/lxqt/pcmanfm-qt</span></a></p></body></html> + + + + + License Licence - + PCManFM-Qt File Manager Copyright (C) 2009 - 2014 洪任諭 (Hong Jen Yee) @@ -95,7 +96,7 @@ Type of medium: - Type de média : + Type de média : @@ -290,38 +291,38 @@ Préférences du bureau - - + + Background Arrière-plan - + Wallpaper mode: Mode du papier-peint : - + Wallpaper image file: Fichier image du papier peint : - + Select background color: - Sélection de la couleur de l'arrière-plan : + Sélection de la couleur de l'arrière-plan : - + Image file Fichier image - + Image file path Chemin du fichier image - + &Browse &Parcourir @@ -343,12 +344,12 @@ Select shadow color: - Sélection de la couleur de l'ombre : + Sélection de la couleur de l'ombre : Select font: - Sélection de la police : + Sélection de la police : @@ -399,102 +400,280 @@ Verrouiller - + + By default, desktop folders will be opened in PCManFM-Qt if they +are left clicked, even when it is not the default file manager. + + + + + Open desktop folders in default file manager by left clicking + + + + Wallpaper Fond d'écran - + Transform image based on EXIF data Transformer l'image en se basant sur les données EXIF - + + Individual wallpaper for each monitor + Fond d'écran individuel pour chaque écran + + + Slide Show Diaporama - + Enable Slide Show Activer le diaporama - + Wallpaper image folder: Répertoire des fonds d'écran : - + Browse Parcourir - + hour(s) heure(s) - + and et - + Intervals less than 5min will be ignored Les intervalles inférieurs à 5 minutes seront ignorés - + Interval: Intervalle : - + minute(s) minute(s) - + Wallpaper folder Répertoire des fonds d'écran - + Randomize the slide show Défilement aléatoire des diapositives - + Visible Shortcuts Raccourcis visibles - + Home Accueil - + Trash Corbeille - + Computer Ordinateur - + Network Réseau - + Advanced Avancé + HiddenShortcutsDialog + + + Hidden Shortcuts + Raccourcis masqués + + + + Shortcut + Raccourci + + + + Action + Action + + + + Esc + Échap + + + + Focus view, clear filter bar + Vue concentrée, nettoyer la bar de filtres + + + + Ctrl+Esc + Ctrl+Échap + + + + Focus side-pane + + + + + Ctrl+L + Ctrl+L + + + + + Focus path entry + + + + + Alt+D + Alt+D + + + + Ctrl+Tab + Ctrl+Tab + + + + + Next tab + Onglet suivant + + + + Ctrl+Shift+Tab + Ctrl+Maj+Tab + + + + + Previous tab + Onglet précédent + + + + Ctrl+PageDown + Ctrl+↓ + + + + Ctrl+PageUp + Ctrl+↑ + + + + Ctrl+Number + Ctrl+Num + + + + + Jump to tab + Aller à l'onglet + + + + Alt+Number + Alt+Num + + + + Backspace + Retour + + + + Go up + Monter + + + + Ctrl+F + Ctrl+F + + + + Search dialog + Boîte de dialogue de recherche + + + + Shift+Insert + Maj+Inser + + + + Paste into transient filter bar + Coller dans la barre de filtre transitoire + + + + Drag+Shift + Glisser+Maj + + + + Move file on dropping + Déplacer le fichier lors du dépôt + + + + Drag+Ctrl + Glisser+Ctrl + + + + Copy file on dropping + Copier le fichier lors du dépôt + + + + Drag+Shift+Ctrl + Glisser+Maj+Ctrl + + + + Make a symlink on dropping + Créer un lien symbolique lors de la suppression + + + MainWindow @@ -502,498 +681,518 @@ Gestionnaire de fichiers - + Go Up Monter - + Alt+Up Alt+Haut - + Alt+Home Alt+Accueil (début) - + Reload Recharger - + F5 F5 - + &Toolbars Barre des &outils - + Path &Bar Barre des &chemins - + &Filtering &Filtrer - + &Home &Accueil - + &Reload &Recharger - + Go Aller à - + Quit Quitter - + &About &À propos - + New Window Nouvelle fenêtre - + Ctrl+N Ctrl+N - + Show &Hidden Afficher les éléments cac&hés - + Ctrl+H Ctrl+H - + &Computer &Ordinateur - + &Trash &Corbeille - + &Network &Réseau - + &Desktop &Bureau - + &Add to Bookmarks &Ajouter aux signets - + &Applications &Logiciels - + Ctrl+X Ctrl+X - + &Copy &Copier - + Ctrl+C Ctrl+C - + &Paste &Coller - + Ctrl+V Ctrl+V - + Select &All Tout sélect&ionner - + Pr&eferences Préfér&ences - + &Ascending &Croissant - + &Descending &Décroissant - + &By File Name &Par nom de fichier - + By &Modification Time Par date de &modification - + By Deletio&n Time Par date de suppressio&n - + By File &Type Par &type de fichier - + By &Owner Par &Propriétaire - + By &Group Par &groupe - + &Folder First &Répertoires d'abord - + + &Hidden Last + + + + &Preserve sorting for this folder &Préserver le tri pour ce dossier - + &Invert Selection &Inverser la sélection - + &Delete &Supprimer - + &Rename &Renommer - + &Case Sensitive Sensible à la &casse - + By File &Size Par &taille de fichier - + &Close Window &Fermer la fenêtre - + &Show/Focus Filter Bar &Montrer/Barre de filtre du focus - + Show Filter Bar Afficher la barre de filtre - + Ctrl+I Ctrl+I - + S&plit View Vue &partagée - + Split View Vue partagée - + F6 F6 - + &Copy Full Path &Copier le chemin d'accès complet - + Ctrl+Shift+C Ctrl+Shift+C - + Show Thumb&nails Afficher les mi&niatures - + Show Thumbnails Afficher les miniatures - + + S&ide Pane + + + + + F9 + F9 + + + + Hidden &Shortcuts + + + + Ctrl+B Ctrl+B - + &Clear All Filters &Effacer tous les filtres - + Ctrl+Shift+K Ctrl+Shift+K - + Close &previous tabs Fermer l'onglet &précédent - + Close &next tabs Fermer l'onglet &suivant - + &Menu bar Barre des &menus - + &Preserve Settings for This Folder &Conserver les réglages pour ce répertoire - + Connect to &Server Connecter au &serveur - + &Location &Emplacement - + &Path Buttons Bo&utons des chemins - + &Bulk Rename &Renommer en masse - + Bulk Rename Renommer en masse - + Ctrl+F2 Ctrl+F2 - + Close &other tabs Fermer les autres &onglets - + Permanent &filter bar Barre de filtre permanente - + Menu bar Barre de menu - + Ctrl+M Ctrl+M - - + + Menu Menu - + Ctrl+A Ctrl+A - + Go &Up Mon&ter - + &New Window &Nouvelle fenêtre - + &Icon View Vue en &icônes - + &Compact View Vue &compacte - + &Detailed List Liste &détaillée - + &Thumbnail View Vue en vigne&ttes - + Cu&t Cou&per - + New &Tab Nouvel ongle&t - + New Tab Nouvel onglet - + Ctrl+T Ctrl+T - + Go &Back Re&culer - + Go Back Retourner - + Alt+Left Alt+Gauche - + Go &Forward Ava&ncer - + Go Forward Avancer - + Alt+Right Alt+Droite - + Del Suppr - + F2 F2 - + C&lose Tab Fermer &l'onglet - + File &Properties &Propriétés du fichier - + &Folder Properties Propriétés du &dossier - + Ctrl+Q Ctrl+Q - + Ctrl+Shift+N Ctrl+Maj+N - + Ctrl+Alt+N Ctrl+Alt+N @@ -1003,67 +1202,67 @@ Créer un &nouveau - + &Sorting Tri des élément&s - + Main Toolbar Barre d'outils principale - + Ctrl+W Ctrl+W - + Alt+Return Alt+Entrée - + Edit Bookmarks Modifier les signets - + Open &Terminal Ouvrir le &terminal - + F4 F4 - + Open as &Root Ouvrir en tant que &root - + &Edit Bookmarks Modifi&er les signets - + &Folder &Dossier - + &Blank File &Fichier vide - + &Find Files &Trouver des fichiers - + F3 F3 @@ -1078,28 +1277,28 @@ &Aide - - + + &View &Afficher - + &Edit &Éditer - + &Bookmarks &Signets - + &Go A&ller à - + &Tool Ou&tils @@ -1193,13 +1392,13 @@ Fichiers ou dossiers à ouvrir - - + + Error Erreur - + Terminal emulator is not set. L'émulateur de terminal n'est pas défini. @@ -1316,25 +1515,30 @@ Zoomer l'image pour remplir tout l'écran - + Select Wallpaper Sélectionner un fond d'écran - + Image Files Fichiers image + + + Select Wallpaper Folder + Sélectionnez le dossier de papier peint + PCManFM::DesktopWindow - + Trash (One item) Corbeille (Un élément) - + Trash (%Ln items) Corbeille (%Ln élément) @@ -1342,48 +1546,48 @@ - + Trash (Empty) Corbeille (Vide) - + Computer Ordinateur - + Network Réseau - + Open Ouvrir - - + + Stic&k to Current Position Res&ter à la position actuelle - + Empty Trash Vider la corbeille - + Hide Desktop Items Masquer les éléments du bureau - + Create Launcher Créer un launcher - + Desktop Preferences Préférences du bureau @@ -1391,7 +1595,7 @@ PCManFM::FilterBar - + Filter: Filtre : @@ -1399,7 +1603,7 @@ PCManFM::FilterEdit - + Clear text (Ctrl+K or Esc) Effacer le texte (Ctrl+K ou Ech) @@ -1412,40 +1616,40 @@ Instance Root - + Hide menu bar Cacher la barre des menus - + This will hide the menu bar completely, use Ctrl+M to show it again. Cela masquera complètement la barre de menus, utiliser Ctrl+M pour l'afficher à nouveau. - + Version: %1 Version : %1 - + &Move to Trash &Mettre à la corbeille - + &Delete &Supprimer - - + + Error Erreur - + Switch user command is not set. La commande de changement d'utilisateur n'est pas définie. @@ -1453,22 +1657,22 @@ PCManFM::PreferencesDialog - + Icon View Vue en icônes - + Compact View Vue compacte - + Thumbnail View Vue en vignettes - + Detailed List View Vue en liste détaillée @@ -1476,17 +1680,17 @@ PCManFM::TabPage - + Error Erreur - + Free space: %1 (Total: %2) - Espace libre : %1 (total : %2) + Espace libre : %1 (total : %2) - + %n item(s) %n élément @@ -1494,7 +1698,7 @@ - + (%n hidden) (%n caché) @@ -1502,14 +1706,14 @@ - - - + + + Link to Lien vers - + %n item(s) selected %n élément sélectionné @@ -1520,27 +1724,30 @@ PCManFM::View - + Many files Beaucoup de fichiers - - - Do you want to open these %1 file? - Voulez-vous ouvrir ces %1 fichiers ? + + + Do you want to open these %1 files? + + Voulez vous ouvrir ce %1 fichier ? + Voulez vous ouvrir ces %1 fichiers ? + - + Open in New T&ab Ouvrir dans un nouvel ongle&t - + Open in New Win&dow Ouvrir &dans une nouvelle fenêtre - + Open in Termina&l Ouvrir dans &le terminal @@ -1564,7 +1771,7 @@ - + Thumbnail Vignette @@ -1579,67 +1786,67 @@ Avancé - + Select newly created files Sélectionner les fichiers nouvellement créés - + Icons Icônes - + Size of big icons: - Taille des grandes icônes : + Taille des grandes icônes : - + Size of small icons: - Taille des petites icônes : + Taille des petites icônes : - + Size of thumbnails: - Taille des vignettes : + Taille des vignettes : - + Size of side pane icons: Taille des icônes du volet latéral : - + Icon theme: Thème des icônes : - + Window Fenêtre - + Default width of new windows: - Largeur par défaut des nouvelles fenêtres : + Largeur par défaut des nouvelles fenêtres : - + Default height of new windows: - Hauteur par défaut des nouvelles fenêtres : + Hauteur par défaut des nouvelles fenêtres : - + Always show the tab bar Toujours afficher la barre des onglets - + Show 'Close' buttons on tabs Afficher les boutons 'Fermer' sur les onglets - + Remember the size of the last closed window Mémoriser la taille de la dernière fenêtre fermée @@ -1661,7 +1868,7 @@ Default view mode: - Mode d'affichage par défaut : + Mode d'affichage par défaut : @@ -1669,27 +1876,27 @@ sec - + File Operations Opérations sur les fichiers - + Confirm before deleting files Confirmer avant de supprimer les fichiers - + Move deleted files to "trash bin" instead of erasing from disk. Déplacer les fichiers supprimés vers la corbeille au lieu de les effacer du disque. - + Show thumbnails of files Montrer les vignettes des fichiers - + Only show thumbnails for local files Montrer les vignettes seulement pour les fichiers locaux @@ -1724,207 +1931,237 @@ Ouvrir dans une nouvelle fenêtre - + + Show folder context menu with Ctrl + right click + Afficher le menu contextuel du dossier avec Ctrl + clic droit + + + Erase files on removable media instead of "trash can" creation Effacer les fichiers des supports amovibles au lieu de les mettre dans la corbeille - + Confirm before moving files into "trash can" Confirmer avant de déplacer des fichiers à la poubelle - - - + + + Requires application restart to take effect completely Requiert le redémarrage de l'application pour prendre complètement effet - + Launch executable files without prompt Lancer des fichiers exécutables sans invite - - - Used by Icon View - Utilisé lors de l'affichage par icônes + + Open folders in new tabs as far as possible + Ouvrez les dossiers dans de nouveaux onglets autant que possible + + + + Single window mode + Mode fenêtre unique - Used by Compact View and Detailed List View - Utilisé par la vue compacte et la vue en liste détaillée + Used by Icon View + Utilisé lors de l'affichage par icônes + Used by Compact View and Detailed List View + Utilisé par la vue compacte et la vue en liste détaillée + + + + Used by Thumbnail View Utilisé par la vue miniature - + User interface Interface utilisateur - + Treat backup files as hidden Traiter les fichiers de sauvegarde comme cachés - - Always show full file names - Toujours afficher le nom complet des fichiers - - - + Show icons of hidden files shadowed Afficher les icônes des fichiers cachés ombrés - + Minimum item margins in icon view: Marges minimales des éléments dans la vue en icônes : - + 3 px by default. 3 px par défaut. - + px px - + x x - + 3 px by default. A space is also reserved for 3 lines of text. 3 px par défaut. Un espace est également réservé pour 3 lignes de texte. - + Lock Verrouiller - + When unchecked, the tab bar will be shown only if there are more than one tab. Lorsqu'elle est décochée, la barre d'onglets sera affichée seulement s'il y a plus d'un onglet. - + + Switch to newly opened tab + + + + + Reopen last window tabs in a new window + + + + Examples:<br>For terminal: <i>xterm -e %s</i><br>For switching user: <i>lxsudo %s</i> or <i>lxsudo dbus-run-session -- %s</i><br><i>%s</i> is the command line you want to execute with terminal or su.<br> Important: Please use lxsudo, sudo alone will wreck permissions of the settings file. Exemples:<br>Pour le terminal : <i>xterm -e %s</i><br>For basculer d'utilisateur : <i>lxsudo %s</i> or <i>lxsudo dbus-run-session -- %s</i><br><i>%s</i> est la commende que vous devez exécuter dans le terminal avec accès root.<br> Important : veuillez utilisez lxsudo, car sudo seul peut casser les permission du fichier de configuration. - + Application restart is needed for changes to take effect. Le redémarrage de l'application est nécessaire pour que les modifications prennent effet. - + Do not generate thumbnails for image files exceeding this size: Ne générer pas de vignettes pour les fichiers image dépassant cette taille : - + + Always show real file names + Toujours afficher les noms réels des fichiers + + + + Do not show file tooltips + Ne pas afficher les info-bulles de fichier + + + KB Ko - + Needs ffmpegthumbnailer Nécessite ffmpegthumbnailer - + Auto Mount Monter automatiquement - + Mount mountable volumes automatically on program startup Monter automatiquement les volumes au démarrage du programme - + Mount removable media automatically when they are inserted Monter automatiquement les supports amovibles lorsqu'ils sont insérés - + Show available options for removable media when they are inserted Afficher les options disponibles pour les supports amovibles lorsqu'ils sont insérés - + When removable medium unmounted: Lorsque le support amovible est non monté : - + Close &tab containing removable medium &Fermer les onglets contenant un support amovible - + Chan&ge folder in the tab to home folder &Basculer l'onglet sur le répertoire de base de l'utilisateur - + Switch &user command: Basculer en commande &utilisateur : - + Archiver in&tegration: In&tégration de l'archiveur : - + Templates Modèles - + Show only user defined templates in menu Afficher uniquement les modèles définis par l'utilisateur dans le menu - + Show only one template for each MIME type Ne montrer qu'un modèle pour chaque type MIME - + Run default application after creation from template Exécuter l'application par défaut après la création à partir d'un modèle - + Programs Programmes - + Terminal emulator: - Émulateur de terminal : + Émulateur de terminal : - + Use SI decimal prefixes instead of IEC binary prefixes Utiliser les préfixes de décimales du système international au lieu des préfixes binaires CEI @@ -1952,18 +2189,18 @@ Le renommage est interrompu. - - + + Error Erreur - + No file could be renamed. Aucun fichier ne peut être renommé. - + Some files could not be renamed. Certains fichiers n'ont pas pu être renommés. diff -Nru pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt_gl.ts pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt_gl.ts --- pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt_gl.ts 2020-04-23 18:13:46.000000000 +0000 +++ pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt_gl.ts 2020-11-02 22:27:00.000000000 +0000 @@ -19,12 +19,7 @@ Un xestor de xanelas lixeiro - - <html><head/><body><p><a href="https://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">https://lxqt.org/</span></a></p></body></html> - <html><head/><body><p><a href="https://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">https://lxqt.org/</span></a></p></body></html> - - - + PCManFM-Qt File Manager Copyright (C) 2009 - 2014 洪任諭 (Hong Jen Yee) @@ -61,7 +56,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - + Programming: * Hong Jen Yee (PCMan) <pcman.tw@gmail.com> @@ -70,12 +65,18 @@ - + + <html><head/><body><p><a href="https://github.com/lxqt/pcmanfm-qt"><span style=" text-decoration: underline; color:#0000ff;">https://github.com/lxqt/pcmanfm-qt</span></a></p></body></html> + + + + + Authors Autores - + License Licenza @@ -290,38 +291,38 @@ Preferencias do escritorio - - + + Background Fondo - + Wallpaper mode: Modo do fondo de escritorio: - + Wallpaper image file: Ficheiro de imaxe do fondo de escritorio: - + Select background color: Escoller a cor do fondo: - + Image file Ficheiro de imaxe - + Image file path Ruta ao ficheiro de imaxe - + &Browse &Examinar @@ -399,102 +400,280 @@ Bloquear - + + By default, desktop folders will be opened in PCManFM-Qt if they +are left clicked, even when it is not the default file manager. + + + + + Open desktop folders in default file manager by left clicking + + + + Wallpaper Fondo de escritorio - + Transform image based on EXIF data Transformar imaxe baseada en datos EXIF - + + Individual wallpaper for each monitor + Fondo de pantalla individual para cada monitor + + + Slide Show Diaporama - + Enable Slide Show Activar o diaporama - + Wallpaper image folder: Cartafol de imaxes de fondo de pantalla: - + Browse Examinar - + hour(s) hora(s) - + and e - + Intervals less than 5min will be ignored Ignóranse os intervalos de menos de 5min - + Interval: Intervalo: - + minute(s) minuto(s) - + Wallpaper folder Cartafol de fondos de pantalla - + Randomize the slide show Pasar ao chou o diaporama - + Visible Shortcuts Atallos visíbeis - + Home Inicio - + Trash Lixo - + Computer Computador - + Network Rede - + Advanced Avanzado + HiddenShortcutsDialog + + + Hidden Shortcuts + Atallos agochados + + + + Shortcut + Atallo + + + + Action + Acción + + + + Esc + Esc + + + + Focus view, clear filter bar + Vista en foco, limpar a barra do filtro + + + + Ctrl+Esc + Ctrl+Esc + + + + Focus side-pane + Panel lateral en foco + + + + Ctrl+L + Ctrl+L + + + + + Focus path entry + Ruta de entrada en foco + + + + Alt+D + Alt+D + + + + Ctrl+Tab + Ctrl+Tab + + + + + Next tab + Seguinte tabulador + + + + Ctrl+Shift+Tab + Ctrl+Maiús+Tab + + + + + Previous tab + Tabulador anterior + + + + Ctrl+PageDown + Ctrl+AvPáx + + + + Ctrl+PageUp + Ctrl+RePáx + + + + Ctrl+Number + Ctrl+Número + + + + + Jump to tab + Ir á lapela + + + + Alt+Number + Alt+Número + + + + Backspace + Espazo atrás (borrar) + + + + Go up + Ir arriba + + + + Ctrl+F + Ctrl+F + + + + Search dialog + Diálogo de busca + + + + Shift+Insert + Maiús+Ins(erir) + + + + Paste into transient filter bar + Pegar na barra de filtros transitoria + + + + Drag+Shift + Arrastar+Maiús + + + + Move file on dropping + Mover o ficheiro ao soltar + + + + Drag+Ctrl + Arrastrar+Ctrl + + + + Copy file on dropping + Copiar o ficheiro ao soltar + + + + Drag+Shift+Ctrl + Arrastrar+Maiús+Ctrl + + + + Make a symlink on dropping + Facer unha ligazón simbólica ao soltar + + + MainWindow @@ -502,498 +681,518 @@ Xestor de ficheiros - + Go Up Subir - + Alt+Up Alt+Frecha arriba - + Alt+Home Alt+Inicio - + Reload Cargar de novo - + F5 F5 - + &Toolbars Barras de ferramen&tas - + Path &Bar &Barra de rutas - + &Filtering &Filtrado - + &Home Cartafol &persoal - + &Reload &Recargar - + Go Ir a - + Quit Saír - + &About &Sobre - + New Window Nova xanela - + Ctrl+N Ctrl+N - + Show &Hidden Amosar a&gochados - + Ctrl+H Ctrl+H - + &Computer &Computador - + &Trash &Lixo - + &Network &Rede - + &Desktop &Escritorio - + &Add to Bookmarks En&gadir aos marcadores - + &Applications &Aplicacións - + Ctrl+X Ctrl-X - + &Copy &Copiar - + Ctrl+C Ctrl+C - + &Paste &Pegar - + Ctrl+V Ctrl+V - + Select &All Seleccionar &todo - + Pr&eferences Pre&ferencias - + &Ascending &Ascendente - + &Descending &Descendente - + &By File Name Polo &nome de ficheiro - + By &Modification Time - Pola data de &modificación + Polo momento da &modificación - + By Deletio&n Time - Pola data de eliminació&n + Polo momento da eliminació&n - + By File &Type Polo &tipo de ficheiro - + By &Owner Polo &propietario - + By &Group Polo &grupo - + &Folder First Primeiro os &cartafoles - + + &Hidden Last + Último agoc&hado + + + &Preserve sorting for this folder Conservar a &ordenación para este cartafol - + &Invert Selection &Inverter a selección - + &Delete &Eliminar - + &Rename &Renomear - + &Case Sensitive Distinguir maiús&culas de minúsculas - + By File &Size Polo &tamaño do ficheiro - + &Close Window &Pechar a xanela - + &Show/Focus Filter Bar Amo&sar/Enfocar a barra de filtros - + Show Filter Bar Amosar a barra de filtros - + Ctrl+I Ctrl+I - + S&plit View Di&vidir a vista - + Split View Dividir a vista - + F6 F6 - + &Copy Full Path &Copiar a ruta completa - + Ctrl+Shift+C Ctrl+Maiús+C - + Show Thumb&nails Amosar mi&niaturas - + Show Thumbnails Amosar miniaturas - + + S&ide Pane + Panel &lateral + + + + F9 + F9 + + + + Hidden &Shortcuts + Atallos agochado&s + + + Ctrl+B Ctrl+B - + &Clear All Filters &Limpar todos os filtros - + Ctrl+Shift+K - Ctrl+Shift+K + Ctrl+Maiús+K - + Close &previous tabs Pechar as la&pelas anteriores - + Close &next tabs Pechar as lapelas segui&ntes - + &Preserve Settings for This Folder Conservar os &axustes para este cartafol - + Connect to &Server Conectar ao &servidor - + &Location &Localización - + &Path Buttons Botóns de &ruta - + &Bulk Rename Renomeado &masivo - + Bulk Rename Renomeado masivo - + Ctrl+F2 Ctrl+F2 - + Close &other tabs Pechar as &outras lapelas - + Permanent &filter bar Barra permanente de &filtros - + &Menu bar Barra de &menú - + Menu bar Barra de menú - + Ctrl+M Ctrl+M - - + + Menu Menú - + Ctrl+A Ctrl+A - + Go &Up S&ubir - + &New Window &Nova xanela - + &Icon View Vista de &iconas - + &Compact View Vista &compacta - + &Detailed List Vista &detallada - + &Thumbnail View Vista de &miniaturas - + Cu&t Cor&tar - + New &Tab Nova &lapela - + New Tab Nova lapela - + Ctrl+T Ctrl+T - + Go &Back A&trás - + Go Back Ir cara a atrás - + Alt+Left Alt+Esquerda - + Go &Forward Adian&te - + Go Forward Ir cara a adiante - + Alt+Right Alt+Dereita - + Del Supr - + F2 F2 - + C&lose Tab &Pechar a lapela - + File &Properties &Propiedades do ficheiro - + &Folder Properties Propiedades do &cartafol - + Ctrl+Q Ctrl+Q - + Ctrl+Shift+N Ctrl+Maiús+N - + Ctrl+Alt+N Ctrl+Alt+N @@ -1003,67 +1202,67 @@ C&rear novo - + &Sorting &Ordenación - + Main Toolbar Barra de ferramentas principal - + Ctrl+W Ctrl+W - + Alt+Return Alt+Intro - + Edit Bookmarks Editar os marcadores - + Open &Terminal Abrir un &terminal - + F4 F4 - + Open as &Root Abrir como &root - + &Edit Bookmarks &Editar marcadores - + &Folder &Cartafol - + &Blank File Ficheiro ba&leiro - + &Find Files &Atopar ficheiros - + F3 F3 @@ -1078,28 +1277,28 @@ &Axuda - - + + &View &Ver - + &Edit &Editar - + &Bookmarks &Marcadores - + &Go &Ir para - + &Tool &Ferramenta @@ -1193,13 +1392,13 @@ Ficheiros ou directorios a abrir - - + + Error Erro - + Terminal emulator is not set. Non foi estabelecido o emulador de terminal. @@ -1316,25 +1515,30 @@ Ampliar a imaxe para encher a pantalla completa - + Select Wallpaper Seleccione un fondo de pantalla - + Image Files Ficheiros de imaxe + + + Select Wallpaper Folder + Seleccione o cartafol do fondo de pantalla + PCManFM::DesktopWindow - + Trash (One item) Lixo (un elemento) - + Trash (%Ln items) Lixo (%Ln elemento) @@ -1342,48 +1546,48 @@ - + Trash (Empty) Lixo (baleiro) - + Computer Computador - + Network Rede - + Open Abrir - - + + Stic&k to Current Position &Permanente na posición actual - + Empty Trash Baleirar o lixo - + Hide Desktop Items Agochar os elementos do escritorio - + Create Launcher Crear un lanzador - + Desktop Preferences Preferencias do escritorio @@ -1391,7 +1595,7 @@ PCManFM::FilterBar - + Filter: Filtro: @@ -1399,7 +1603,7 @@ PCManFM::FilterEdit - + Clear text (Ctrl+K or Esc) Limpar o texto (Ctrl+K ou Esc) @@ -1412,40 +1616,40 @@ Instancia de root - + Hide menu bar Agochar a barra de menú - + This will hide the menu bar completely, use Ctrl+M to show it again. Agocha completamente a barra de menú; use Ctrl+M para volver amosala. - + Version: %1 Versión: %1 - + &Move to Trash &Mover ao lixo - + &Delete &Eliminar - - + + Error Erro - + Switch user command is not set. A orde para cambiar de usuario non está configurada. @@ -1453,22 +1657,22 @@ PCManFM::PreferencesDialog - + Icon View Vista en Iconas - + Compact View Vista compacta - + Thumbnail View Vista de miniaturas - + Detailed List View Ver como lista detallada @@ -1476,17 +1680,17 @@ PCManFM::TabPage - + Error Erro - + Free space: %1 (Total: %2) Espazo libre: %1 (Total: %2) - + %n item(s) %n elemento @@ -1494,7 +1698,7 @@ - + (%n hidden) (%n agochado) @@ -1502,14 +1706,14 @@ - - - + + + Link to Ligar con - + %n item(s) selected %n elemento seleccionado @@ -1520,27 +1724,30 @@ PCManFM::View - + Many files Moitos ficheiros - - - Do you want to open these %1 file? - Quere abrir estes %1 ficheiros? + + + Do you want to open these %1 files? + + Quere abrir este ficheiro? + Quere abrir estes %1 ficheiros? + - + Open in New T&ab Abrir nunha nova l&apela - + Open in New Win&dow Abrir nunha nova xa&nela - + Open in Termina&l Abrir nun termina&l @@ -1564,7 +1771,7 @@ - + Thumbnail Miniatura @@ -1579,67 +1786,67 @@ Avanzado - + Select newly created files Seleccionar os ficheiros creados recentemente - + Icons Iconas - + Size of big icons: Tamaño das iconas grandes: - + Size of small icons: Tamaño das iconas pequenas: - + Size of thumbnails: Tamaño das miniaturas: - + Size of side pane icons: Tamaño das iconas do panel lateral: - + Icon theme: Tema de iconas: - + Window Xanela - + Default width of new windows: Largo predeterminado para as novas xanelas: - + Default height of new windows: Alto predeterminado para as novas xanelas: - + Always show the tab bar Amosar sempre a barra de lapelas - + Show 'Close' buttons on tabs Amosar os botóns de «Pechar» nas lapelas - + Remember the size of the last closed window Lembrar o tamaño da última xanela pechada @@ -1669,27 +1876,27 @@ seg - + File Operations Operacións de ficheiro - + Confirm before deleting files Pedir confirmación antes de eliminar os ficheiros - + Move deleted files to "trash bin" instead of erasing from disk. Mover os ficheiros eliminados ao «cesto do lixo» no canto de borralos do disco. - + Show thumbnails of files Amosar miniaturas dos ficheiros - + Only show thumbnails for local files Amosar só as miniaturas dos ficheiros locais @@ -1724,207 +1931,237 @@ Abrir nunha xanela nova - + + Show folder context menu with Ctrl + right click + Amosar o menú contextual do cartafol con Ctrl + clic dereito + + + Erase files on removable media instead of "trash can" creation Borrar os ficheiros de medios removíbeis no canto de crear un «cesto do lixo» - + Confirm before moving files into "trash can" Pedir confirmación antes de mover os ficheiros ao «cesto do lixo» - - - + + + Requires application restart to take effect completely Require reiniciar a aplicación para obter o efecto completo - + Launch executable files without prompt Iniciar os ficheiros executábeis sen preguntar - - - Used by Icon View - Usado pola vista de iconas + + Open folders in new tabs as far as possible + Abrir os cartafoles en novas lapelas na medida do posíbel + + + + Single window mode + Modo de xanela única - Used by Compact View and Detailed List View - Usado pola vista compacta e a vista de lista detallada + Used by Icon View + Usado pola vista de iconas + Used by Compact View and Detailed List View + Usado pola vista compacta e a vista de lista detallada + + + + Used by Thumbnail View Usado pola vista de miniaturas - + User interface Interface de usuario - + Treat backup files as hidden Tratar os ficheiros de copia de seguridade como agochados - - Always show full file names - Amosar sempre os nomes de ficheiro completos - - - + Show icons of hidden files shadowed Amosar sombreadas as iconas dos ficheiros agochados - + Minimum item margins in icon view: Marxes mínimos do elemento na vista de iconas: - + 3 px by default. 3 px por omisión. - + px px - + x x - + 3 px by default. A space is also reserved for 3 lines of text. 3 px por omisión. Tamén se reserva espazo para 3 liñas de texto. - + Lock Bloquear - + When unchecked, the tab bar will be shown only if there are more than one tab. Se está desmarcada, a barra de lapelas amosase só se hai máis dunha lapela. - + + Switch to newly opened tab + + + + + Reopen last window tabs in a new window + + + + Examples:<br>For terminal: <i>xterm -e %s</i><br>For switching user: <i>lxsudo %s</i> or <i>lxsudo dbus-run-session -- %s</i><br><i>%s</i> is the command line you want to execute with terminal or su.<br> Important: Please use lxsudo, sudo alone will wreck permissions of the settings file. Exemplos:<br>Para o terminal: <i>xterm -e %s</i><br>Para cambiar de usuario: <i>lxsudo %s</i> ou <i>lxsudo dbus-run-session -- %s</i><br><i>%s</i> liña de ordes que quere executar co terminal ou como superusario.<br> Importante: Use lxsudo, sudo só estragrá os permisos do ficheiro de axustes. - + Application restart is needed for changes to take effect. É necesario reiniciar a aplicación para que os cambios teñan efecto. - + Do not generate thumbnails for image files exceeding this size: Non xerar miniaturas dos ficheiros de imaxe se o tamaño excede de: - + + Always show real file names + Amosar sempre nomes de ficheiros reais + + + + Do not show file tooltips + Non amosar os consellos das ferramentas de ficheiro + + + KB KB - + Needs ffmpegthumbnailer Necesita «ffmpegthumbnailer» - + Auto Mount Montaxe automático - + Mount mountable volumes automatically on program startup Montar os volumes montábeis automaticamente no arrinque do programa - + Mount removable media automatically when they are inserted Montar os dispositivos removíbeis automaticamente ao seren inseridos - + Show available options for removable media when they are inserted Amosar as opción para os dispositivos removíbeis ao seren inseridos - + When removable medium unmounted: Cando se desconecta un medio removíbel: - + Close &tab containing removable medium Pechar a &lapela do medio removíbel - + Chan&ge folder in the tab to home folder Cambiar o cartafol na lapela para o cartafol &persoal - + Switch &user command: Orde para cambiar de &usuario: - + Archiver in&tegration: In&tegración do arquivador: - + Templates Modelos - + Show only user defined templates in menu Amosar no menú só os modelos do usuario - + Show only one template for each MIME type Amosar só un modelo para cada tipo MIME - + Run default application after creation from template Executar a aplicación predeterminada trala creación a partires dun modelo - + Programs Programas - + Terminal emulator: Emulador de terminal: - + Use SI decimal prefixes instead of IEC binary prefixes Utilizar prefixos decimais SI no canto de prefixos binarios IEC @@ -1952,18 +2189,18 @@ Interrompeuse o renomeado. - - + + Error Erro - + No file could be renamed. Non foi posíbel renomear ningún ficheiro. - + Some files could not be renamed. Non foi posíbel renomear algúns ficheiros. diff -Nru pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt_he.ts pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt_he.ts --- pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt_he.ts 2020-04-23 18:13:46.000000000 +0000 +++ pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt_he.ts 2020-11-02 22:27:00.000000000 +0000 @@ -6,7 +6,7 @@ About - על אודות + אודות @@ -19,12 +19,7 @@ מנהל קבצים קליל - - <html><head/><body><p><a href="https://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">https://lxqt.org/</span></a></p></body></html> - <html><head/><body><p><a href="https://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">https://lxqt.org/</span></a></p></body></html> - - - + Programming: * Hong Jen Yee (PCMan) <pcman.tw@gmail.com> @@ -33,7 +28,7 @@ - + PCManFM-Qt File Manager Copyright (C) 2009 - 2014 洪任諭 (Hong Jen Yee) @@ -66,15 +61,21 @@ לתכנית זו אמור היה להיות מצורף עותק של הרישיון הציבורי הכללי של GNU, אם לא צורף אחד כזה, ניתן לכתוב אל Free Software Foundation, Inc.‎,‎ -51‎ Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.‎ +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - + Authors יוצרים - + + <html><head/><body><p><a href="https://github.com/lxqt/pcmanfm-qt"><span style=" text-decoration: underline; color:#0000ff;">https://github.com/lxqt/pcmanfm-qt</span></a></p></body></html> + + + + + License רישיון @@ -84,12 +85,12 @@ Removable medium is inserted - הוכנסה מדיה נתיקה + מדיה נתיקה הוכנסה <b>Removable medium is inserted</b> - <b>הוכנסה מדיה נתיקה</b> + <b>מדיה נתיקה הוכנסה</b> @@ -104,7 +105,7 @@ Please select the action you want to perform: - נא לבחור את הפעולה לביצוע: + נא לבחור את הפעולה שברצונך לבצע: @@ -289,38 +290,38 @@ העדפות שולחן העבודה - - + + Background רקע - + Wallpaper mode: מצב רקע: - + Wallpaper image file: קובץ תמונת רקע: - + Select background color: נא לבחור צבע רקע: - + Image file קובץ תמונה - + Image file path נתיב קובץ תמונה - + &Browse &עיון @@ -389,7 +390,7 @@ 1 px by default. A space is also reserved for 3 lines of text. - פיקסל אחד כבררת מחדל. + פיקסל אחד כברירת המחדל. נשמר גם רווח ל־3 שורות טקסט. @@ -398,102 +399,280 @@ נעילה - + + By default, desktop folders will be opened in PCManFM-Qt if they +are left clicked, even when it is not the default file manager. + + + + + Open desktop folders in default file manager by left clicking + + + + Wallpaper רקע - + Transform image based on EXIF data התמרת תמונה על בסיס נתוני EXIF - + + Individual wallpaper for each monitor + רקע ייחודי לכל צג נפרד + + + Slide Show מצגת - + Enable Slide Show הפעלת מצגת - + Wallpaper image folder: תיקיית תמונות הרקע: - + Browse עיון - + hour(s) - שעות + שעה/ות - + and וגם - + Intervals less than 5min will be ignored הפרשים של פחות מ־5 דקות לא ייחשבו - + Interval: הפרש: - + minute(s) - דקות + דקה/ות - + Wallpaper folder תיקיית רקע - + Randomize the slide show הרצת המצגת בסדר אקראי - + Visible Shortcuts קיצורי דרך גלויים - + Home בית - + Trash אשפה - + Computer מחשב - + Network רשת - + Advanced מתקדם + HiddenShortcutsDialog + + + Hidden Shortcuts + קיצורי דרך מוסתרים + + + + Shortcut + קיצור דרך + + + + Action + פעולה + + + + Esc + Esc + + + + Focus view, clear filter bar + תצוגת התמקדות, ניקוי סרגל הסינון + + + + Ctrl+Esc + Ctrl+Esc + + + + Focus side-pane + התמקדות חלונית־הצד + + + + Ctrl+L + Ctrl+L + + + + + Focus path entry + התמקדות בהכנסת נתיב + + + + Alt+D + Alt+D + + + + Ctrl+Tab + Ctrl+Tab + + + + + Next tab + הלשונית הבאה + + + + Ctrl+Shift+Tab + Ctrl+Shift+Tab + + + + + Previous tab + הלשונית הקודמת + + + + Ctrl+PageDown + Ctrl+PageDown + + + + Ctrl+PageUp + Ctrl+PageUp + + + + Ctrl+Number + Ctrl+מספר + + + + + Jump to tab + קפיצה ללשונית + + + + Alt+Number + Alt+מספר + + + + Backspace + כפתור Backspace + + + + Go up + לך למעלה + + + + Ctrl+F + Ctrl+F + + + + Search dialog + דו־שיח חיפוש + + + + Shift+Insert + Shift+Insert + + + + Paste into transient filter bar + הדבקה לתוך סרגל הסינון הזמני + + + + Drag+Shift + גרירה+Shift + + + + Move file on dropping + העברת הקובץ בשחרור + + + + Drag+Ctrl + גרירה+Ctrl + + + + Copy file on dropping + העתקת הקובץ בשחרור + + + + Drag+Shift+Ctrl + גרירה+Shift+Ctrl + + + + Make a symlink on dropping + יצירת symlink בשחרור + + + MainWindow @@ -501,553 +680,574 @@ מנהל קבצים - + &Toolbars &סרגלי כלים - + Path &Bar סרגל &נתיב - + &Filtering &סינון - + Go &Up ל&עלות - + Go Up לעלות - + Alt+Up ‪Alt+למעלה - + &Home &בית - + Alt+Home Alt+Home - + &Reload &רענון - + F5 F5 - + Go - קדימה + לגשת אל - + Quit יציאה - + &About - על &אודות + המילה "על" לא נחוצה, אז הסרתי אותה. + &אודות - + &New Window &חלון חדש - + New Window חלון חדש - + Ctrl+N Ctrl+N - + Show &Hidden הצגת מוס&תרים - + Ctrl+H Ctrl+H - + &Computer מ&חשב - + &Trash &אשפה - + &Network &רשת - + &Desktop שו&לחן עבודה - + &Add to Bookmarks הוספה לסימ&ניות - + &Applications - יי&שומים + &יישומים - + Reload רענון - + &Icon View תצוגת סמ&לים - + &Compact View תצוגה &חסכונית - + &Detailed List רשימה מ&פורטת - + &Thumbnail View תצוגת &תמונות ממוזערות - + Cu&t ג&זירה - + Ctrl+X Ctrl+X - + &Copy ה&עתקה - + Ctrl+C Ctrl+C - + &Paste ה&דבקה - + Ctrl+V Ctrl+V - + Select &All לבחור ה&כול - + Ctrl+A Ctrl+A - + Pr&eferences ה&עדפות - + &Ascending עו&לה - + &Descending יו&רד - + &By File Name לפי שם &קובץ - + By &Modification Time לפי מועד &שינוי - + By Deletio&n Time לפי מועד מ&חיקה - + By File &Type לפי &סוג קובץ - + By &Owner לפי &בעלות - + By &Group לפי &קבוצה - + &Folder First &תיקיות בהתחלה - + + &Hidden Last + &הוסתר לאחרונה + + + &Preserve sorting for this folder &קיבוע אופן סידור התיקייה הזאת - + &Case Sensitive &תלוי רישיות - + By File &Size לפי &גודל קובץ - + &Close Window &סגירת חלון - + Ctrl+Q Ctrl+Q - + &Folder &תיקייה - + &Blank File קובץ &ריק - + &Show/Focus Filter Bar ה&צגה/התמקדות של סרגל הסינון - + Show Filter Bar הצגת סרגל סינון - + Ctrl+I Ctrl+I - + S&plit View תצוגה מ&פוצלת - + Split View תצוגה מפוצלת - + F6 F6 - + &Copy Full Path העתקת ה&נתיב המלא - + Ctrl+Shift+C Ctrl+Shift+C - + Show Thumb&nails הצגת תמונות ממו&זערות - + Show Thumbnails הצגת תמונות ממוזערות - + + S&ide Pane + חלונית צ&ד + + + + F9 + F9 + + + + Hidden &Shortcuts + &קיצורי דרך מוסתרים + + + Ctrl+B Ctrl+B - + &Clear All Filters פינוי &כל המסננים - + Ctrl+Shift+K Ctrl+Shift+K - + Close &previous tabs סגירת הלשוניות ה&קודמות - + Close &next tabs סגירת הלשוניות ה&באות - + &Preserve Settings for This Folder &שמירת ההגדרות של התיקייה הזאת - + Connect to &Server התחברות לש&רת - + &Location מי&קום - + &Path Buttons כפתור &נתיב - + &Bulk Rename שינוי שם &כמותי - + Bulk Rename שינוי שם כמותי - + Ctrl+F2 Ctrl+F2 - + Close &other tabs לסגור לשוניות א&חרות - + Permanent &filter bar סרגל סינון &קבוע - + &Menu bar סרגל &תפריטים - + Menu bar סרגל תפריטים - + Ctrl+M Ctrl+M - - + + Menu תפריט - + New &Tab לשונית &חדשה - + New Tab לשונית חדשה - + Ctrl+T Ctrl+T - + Go &Back ח&זרה - + Go Back חזר אחורה - + Alt+Left ‪Alt+שמאלה - + Go &Forward הת&קדמות - + Go Forward התקדמות קדימה - + Alt+Right ‪Alt+ימינה - + &Invert Selection הי&פוך בחירה - + &Delete מ&חיקה - + Del Del - + &Rename &שינוי שם - + F2 F2 - + C&lose Tab &סגירת לשונית - + Ctrl+W Ctrl+W - + File &Properties מ&אפייני קובץ - + Alt+Return Alt+Return - + &Folder Properties מאפייני &תיקייה - + Edit Bookmarks עריכת סימניות - + Open &Terminal פתיחת מ&סוף - + F4 F4 - + Open as &Root פתיחה כמשתמש &על (root) - + &Edit Bookmarks &עריכת סימניות - + Ctrl+Shift+N Ctrl+Shift+N - + Ctrl+Alt+N Ctrl+Alt+N - + &Find Files &איתור קבצים - + F3 F3 @@ -1067,38 +1267,38 @@ ע&זרה - - + + &View ת&צוגה - + &Sorting &מיון - + &Edit ע&ריכה - + &Bookmarks &סימניות - + &Go - ל&גשת + ל&גשת אל - + &Tool &כלי - + Main Toolbar סרגל כלים ראשי @@ -1179,7 +1379,7 @@ Open Preferences dialog on the page with the specified name - + פתח את דו־שיח ההעדפות בעמוד עם השם שצויין @@ -1192,15 +1392,15 @@ [קובץ1, קובץ2,...] - - + + Error שגיאה - + Terminal emulator is not set. - + מדמה המסוף לא הוגדר. @@ -1208,12 +1408,12 @@ Open in file manager - + פתח במנהל הקבצים Removable Disk - + דיסק נשלף @@ -1221,32 +1421,32 @@ SSH - + SSH FTP - + FTP WebDav - + WebDav Secure WebDav - + WebDav מאובטח HTTP - + HTTP HTTPS - + HTTPS @@ -1254,32 +1454,32 @@ Command: - + פקודה: URL: - + קישור: Select an icon - + נא לבחור סמל Images (*.png *.xpm *.svg *.svgz ) - + תמונות (*.png *.xpm *.svg *.svgz ) Select an executable file - + נא לבחור קובץ בר הרצה Select a file - + נא לבחור קובץ @@ -1287,119 +1487,125 @@ Fill with background color only - + מילוי עם צבע הרקע בלבד Stretch to fill the entire screen - + מתיחה על מנת למלא את כל המסך Stretch to fit the screen - + מתיחה על מנת להתאים למסך Center on the screen - + מרכוז על המסך Tile the image to fill the entire screen - + הפיכת התמונה לאריח על מנת למלא את כל המסך Zoom the image to fill the entire screen - + הגדלת התמונה על מנת למלא את כל המסך - + Select Wallpaper - + נא לבחור רקע - + Image Files - + קבצי תמונה + + + + Select Wallpaper Folder + נא לבחור תיקיית רקעים PCManFM::DesktopWindow - + Trash (One item) - + אשפה (פריט אחד) - + Trash (%Ln items) - - + + אשפה (פריט %Ln) + אשפה (%Ln פריטים) - + Trash (Empty) - + אשפה (ריק) - + Computer - + מחשב - + Network - + רשת - + Open - + פתיחה - - + + Stic&k to Current Position - + היצמדו&ת לאזור הנוכחי - + Empty Trash - + ריקון האשפה - + Hide Desktop Items - + הסתרת פריטי שולחן העבודה - + Create Launcher - + יצירת משגר - + Desktop Preferences - + העדפות שולחן העבודה PCManFM::FilterBar - + Filter: - + מסנן: PCManFM::FilterEdit - + Clear text (Ctrl+K or Esc) - + ניקוי טקסט (Ctrl+K או Esc) @@ -1407,110 +1613,110 @@ Root Instance - + מופע חשבון שורש - + Hide menu bar - + הסתר את שורת התפריט - + This will hide the menu bar completely, use Ctrl+M to show it again. - + שורת התפריט תוסתר לגמרי, נא להשתמש במקשים Ctrl+M על מנת להציגה. - + Version: %1 - + גרסה: %1 - + &Move to Trash - + &העברה לאשפה - + &Delete - + מ&חיקה - - + + Error - + שגיאה - + Switch user command is not set. - + פקודת החלפת המשתמש לא נקבעה. PCManFM::PreferencesDialog - + Icon View - + תצוגת סמלים - + Compact View - + תצוגה חסכונית - + Thumbnail View - + תצוגת תמונות ממוזערות - + Detailed List View - + תצוגת רשימה מפורטת PCManFM::TabPage - + Error - + שגיאה - + Free space: %1 (Total: %2) - + שטח פנוי: %1 (בסך הכול: %2) - + %n item(s) - - + + פריט %n + %n פריטים - + (%n hidden) - - + + (%n מוסתר) + (%n מוסתרים) - - - + + + Link to - + קישור אל - + %n item(s) selected - פריט אחד נבחר - נבחרו %n פריטים - נבחרו %n פריטים + פריט %n נבחר נבחרו %n פריטים @@ -1518,29 +1724,32 @@ PCManFM::View - + Many files מגוון קבצים - - - Do you want to open these %1 file? - + + + Do you want to open these %1 files? + + האם ברצונך לפתוח את הקובץ ה־%1 הזה? + האם ברצונך לפתוח את %1 הקבצים האלה? + - + Open in New T&ab - + פתיחה בלשונית חד&שה - + Open in New Win&dow - + פתיחה בחלון ח&דש - + Open in Termina&l - + פתיחה במסו&ף @@ -1553,376 +1762,410 @@ User Interface - + ממשק משתמש Behavior - + התנהגות - + Thumbnail - + תמונה ממוזערת Volume - + עוצמת שמע Advanced - + מתקדם - + Select newly created files - + בחירת קבצים חדשים שנוצרו - + Icons - + סמלים - + Size of big icons: - + גודל סמלים גדולים: - + Size of small icons: - + גודל סמלים קטנים: - + Size of thumbnails: - + גודל תמונות ממוזערות: - + Size of side pane icons: - + גודל סמלי חלוניות צד: - + Icon theme: ערכת סמלים: - + Window - + חלון - + Always show the tab bar - + הצג את שורת הלשוניות תמיד - + Show 'Close' buttons on tabs - + הצגת כפתורי "סגירה" בלשוניות - + Remember the size of the last closed window - + זכור את גודל החלון האחרון שנסגר - + Default width of new windows: - + רוחב ברירת־המחדל של חלונות חדשים: - + Default height of new windows: - + גובה ברירת־המחדל של חלונות חדשים: Browsing - + דפדוף Open files with single click - + פתיחת קבצים עם קליק אחד Delay of auto-selection in single click mode (0 to disable) - + עיכוב של בחירה אוטומטית במצב קליק אחד (0 להשבתה) Default view mode: - + מצב תצוגת ברירת־המחדל: sec - + שניות - + File Operations - + פעולות קובץ - + Confirm before deleting files - + אישור לפני מחיקת קבצים - + Move deleted files to "trash bin" instead of erasing from disk. - + העברת קבצים אל "סל האשפה" במקום מחיקתם מהכונן. - + Show thumbnails of files - + הצגת תמונות ממוזערות של קבצים - + Only show thumbnails for local files - + הצגת תמונות ממוזערות עבור קבצים מקומיים בלבד Display - + צג If this is unchecked, the DE setting will be used. - + כשהאפשרות לא מסומנת, הגדרת DE תהיה בשימוש. Bookmarks: - + סימניות: Open in current tab - + פתיחה בלשונית הנוכחית Open in new tab - + פתיחה בלשונית חדשה Open in new window - + פתיחה בחלון חדש - + Erase files on removable media instead of "trash can" creation - + מחיקת קבצים במדיה הנתיקה במקום יצירת "פח אשפה" - + Confirm before moving files into "trash can" - + אישור לפני העברה לתוך "פח האשפה" - - - + + + Requires application restart to take effect completely - + הפעלת היישום מחדש נחוצה על מנת לקבל את כל ההשפעה - + Launch executable files without prompt - - - - - - Used by Icon View - + הפעלת קבצים ברי הרצה בלי שורת פקודה - Used by Compact View and Detailed List View - + Used by Icon View + בשימוש על ידי תצוגת הסמלים + Used by Compact View and Detailed List View + בשימוש על ידי התצוגה החסכונית ותצוגת הרשימה המפורטת + + + + Used by Thumbnail View - + בשימוש על ידי תצוגת התמונות הממוזערות - + User interface - + ממשק משתמש - + Treat backup files as hidden - + התייחסות אל קבצי גיבוי כמוסתרים - - Always show full file names - - - - + Show icons of hidden files shadowed - + הצגת סמלים של קבצים מוסתרים כמוצללים - + Minimum item margins in icon view: - + השוליים המינימליים של פריט בתצוגת הסמלים: - + 3 px by default. - + 3 פיקסלים כברירת המחדל. - + px - + פיקסלים - + x - + × - + 3 px by default. A space is also reserved for 3 lines of text. - + 3 פיקסלים כברירת המחדל. +גם רווח מיועד ל־3 שורות טקסט. - + Lock - + נעילה - + When unchecked, the tab bar will be shown only if there are more than one tab. + כשהאפשרות לא מסומנת, סרגל הלשוניות יוצג +רק אם ישנה יותר מלשונית אחת. + + + + Switch to newly opened tab - - Examples:<br>For terminal: <i>xterm -e %s</i><br>For switching user: <i>lxsudo %s</i> or <i>lxsudo dbus-run-session -- %s</i><br><i>%s</i> is the command line you want to execute with terminal or su.<br> Important: Please use lxsudo, sudo alone will wreck permissions of the settings file. + + Reopen last window tabs in a new window - + + Examples:<br>For terminal: <i>xterm -e %s</i><br>For switching user: <i>lxsudo %s</i> or <i>lxsudo dbus-run-session -- %s</i><br><i>%s</i> is the command line you want to execute with terminal or su.<br> Important: Please use lxsudo, sudo alone will wreck permissions of the settings file. + דוגמאות: s:<br>למסוף: <i>xterm -e %s</i><br>להחלפת משתמש: <i>lxsudo %s</i> or <i>lxsudo dbus-run-session -- %s</i><br><i>%s</i>היא שורת הפקודה שתרצו להריץ עום המסוף או עם su.<br> הערה חשובה: נא להשתמש ב־ lxsudo, sudo alone will wreck permissions of the settings file. + + + Application restart is needed for changes to take effect. - + הפעלת היישום מחדש נחוצה על מנת שהשפעת השינויים תחול. - + Do not generate thumbnails for image files exceeding this size: - + לא ליצור תמונות ממוזערות לקבצי תמונה שחרגו מהגודל: + + + + Show folder context menu with Ctrl + right click + הצגת תפריט תוכן התיקייה עם Ctrl+קליק ימני + + + + Open folders in new tabs as far as possible + פתיחת תיקיות בלשוניות חדשות ככל שאפשר - + + Single window mode + מצב חלון יחיד + + + + Always show real file names + הצג את שמות הקבצים האמיתיים תמיד + + + + Do not show file tooltips + התרגום למחרוזת הזה לא טוב ב־100%, לדעתי הוא דורש שיפור. +The translation of this string isn't 100% well. + לא להציג תיבות צצות בקבצים + + + KB - + קילו־בייט - + Needs ffmpegthumbnailer - + צריך את ffmpegthumbnailer - + Auto Mount - + עגינה אוטומטית - + Mount mountable volumes automatically on program startup - + עגינת אמצעי אחסון נתיקים באופן אוטומטי בהפעלת התכנית - + Mount removable media automatically when they are inserted - + עגינת מדיה נתיקה באופן אוטומטי כאשר היא מוכנסת - + Show available options for removable media when they are inserted - + הצגת אפשרויות זמינות עבור מדיה נתיקה כאשר היא מוכנסת - + When removable medium unmounted: - + כשהמדיה הניתקת מוסרת: - + Close &tab containing removable medium - + סגירת ה&כרטיסיה שכוללת את המדיה הנתיקה - + Chan&ge folder in the tab to home folder - + שינ&וי התיקייה בלשונית לתיקיית הבית - + Programs - + תוכניות - + Terminal emulator: - + מדמה מסוף: - + Switch &user command: - + פקודת החלפת &משתמש: - + Archiver in&tegration: - + חיבור מנהל אר&כיונים: - + Templates - + תבניות - + Show only user defined templates in menu - + הצגת תבניות שמוגדרות למשתמש בלבד בתפריט - + Show only one template for each MIME type - + הצגת תבנית אחת בלבד לכל סוג MIME נפרד - + Run default application after creation from template - + הרצת יישום ברירת־מחדל אחרי יצירה מתבנית - + Use SI decimal prefixes instead of IEC binary prefixes - + שימוש בקידומות עשרוניות של SI במקום בקידומות בינאריות של IEC @@ -1948,20 +2191,20 @@ שינוי השם בוטל. - - + + Error שגיאה - + No file could be renamed. - + שם אף קובץ לא יכול להשתנות. - + Some files could not be renamed. - שינוי שמם של חלק מהקבצים לא הצליח. + שמם של כמה קבצים לא יכול להשתנות. diff -Nru pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt_hi.ts pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt_hi.ts --- pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt_hi.ts 2020-04-23 18:13:46.000000000 +0000 +++ pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt_hi.ts 2020-11-02 22:27:00.000000000 +0000 @@ -19,19 +19,14 @@ - - <html><head/><body><p><a href="https://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">https://lxqt.org/</span></a></p></body></html> - - - - + Programming: * Hong Jen Yee (PCMan) <pcman.tw@gmail.com> - + PCManFM-Qt File Manager Copyright (C) 2009 - 2014 洪任諭 (Hong Jen Yee) @@ -52,12 +47,18 @@ - + Authors - + + <html><head/><body><p><a href="https://github.com/lxqt/pcmanfm-qt"><span style=" text-decoration: underline; color:#0000ff;">https://github.com/lxqt/pcmanfm-qt</span></a></p></body></html> + + + + + License @@ -272,38 +273,38 @@ - - + + Background - + Wallpaper mode: - + Wallpaper image file: - + Select background color: - + Image file - + Image file path - + &Browse @@ -380,102 +381,280 @@ - + + By default, desktop folders will be opened in PCManFM-Qt if they +are left clicked, even when it is not the default file manager. + + + + + Open desktop folders in default file manager by left clicking + + + + Wallpaper - + Transform image based on EXIF data - + + Individual wallpaper for each monitor + + + + Slide Show - + Enable Slide Show - + Wallpaper image folder: - + Browse - + hour(s) - + and - + Intervals less than 5min will be ignored - + Interval: - + minute(s) - + Wallpaper folder - + Randomize the slide show - + Visible Shortcuts - + Home - + Trash - + Computer - + Network - + Advanced + HiddenShortcutsDialog + + + Hidden Shortcuts + + + + + Shortcut + + + + + Action + + + + + Esc + + + + + Focus view, clear filter bar + + + + + Ctrl+Esc + + + + + Focus side-pane + + + + + Ctrl+L + + + + + + Focus path entry + + + + + Alt+D + + + + + Ctrl+Tab + + + + + + Next tab + + + + + Ctrl+Shift+Tab + + + + + + Previous tab + + + + + Ctrl+PageDown + + + + + Ctrl+PageUp + + + + + Ctrl+Number + + + + + + Jump to tab + + + + + Alt+Number + + + + + Backspace + + + + + Go up + + + + + Ctrl+F + + + + + Search dialog + + + + + Shift+Insert + + + + + Paste into transient filter bar + + + + + Drag+Shift + + + + + Move file on dropping + + + + + Drag+Ctrl + + + + + Copy file on dropping + + + + + Drag+Shift+Ctrl + + + + + Make a symlink on dropping + + + + MainWindow @@ -483,553 +662,573 @@ - + &Toolbars - + Path &Bar - + &Filtering - + Go &Up - + Go Up - + Alt+Up - + &Home - + Alt+Home - + &Reload - + F5 - + Go - + Quit - + &About - + &New Window - + New Window - + Ctrl+N - + Show &Hidden - + Ctrl+H - + &Computer - + &Trash - + &Network - + &Desktop - + &Add to Bookmarks - + &Applications - + Reload - + &Icon View - + &Compact View - + &Detailed List - + &Thumbnail View - + Cu&t - + Ctrl+X - + &Copy - + Ctrl+C - + &Paste - + Ctrl+V - + Select &All - + Ctrl+A - + Pr&eferences - + &Ascending - + &Descending - + &By File Name - + By &Modification Time - + By Deletio&n Time - + By File &Type - + By &Owner - + By &Group - + &Folder First - + + &Hidden Last + + + + &Preserve sorting for this folder - + &Case Sensitive - + By File &Size - + &Close Window - + Ctrl+Q - + &Folder - + &Blank File - + &Show/Focus Filter Bar - + Show Filter Bar - + Ctrl+I - + S&plit View - + Split View - + F6 - + &Copy Full Path - + Ctrl+Shift+C - + Show Thumb&nails - + Show Thumbnails - + + S&ide Pane + + + + + F9 + + + + + Hidden &Shortcuts + + + + Ctrl+B - + &Clear All Filters - + Ctrl+Shift+K - + Close &previous tabs - + Close &next tabs - + &Preserve Settings for This Folder - + Connect to &Server - + &Location - + &Path Buttons - + &Bulk Rename - + Bulk Rename - + Ctrl+F2 - + Close &other tabs - + Permanent &filter bar - + &Menu bar - + Menu bar - + Ctrl+M - - + + Menu - + New &Tab - + New Tab - + Ctrl+T - + Go &Back - + Go Back - + Alt+Left - + Go &Forward - + Go Forward - + Alt+Right - + &Invert Selection - + &Delete - + Del - + &Rename - + F2 - + C&lose Tab - + Ctrl+W - + File &Properties - + Alt+Return - + &Folder Properties - + Edit Bookmarks - + Open &Terminal - + F4 - + Open as &Root - + &Edit Bookmarks - + Ctrl+Shift+N - + Ctrl+Alt+N - + &Find Files - + F3 @@ -1049,38 +1248,38 @@ - - + + &View - + &Sorting - + &Edit - + &Bookmarks - + &Go - + &Tool - + Main Toolbar @@ -1174,13 +1373,13 @@ - - + + Error - + Terminal emulator is not set. @@ -1297,25 +1496,30 @@ - + Select Wallpaper - + Image Files + + + Select Wallpaper Folder + + PCManFM::DesktopWindow - + Trash (One item) - + Trash (%Ln items) @@ -1323,48 +1527,48 @@ - + Trash (Empty) - + Computer - + Network - + Open - - + + Stic&k to Current Position - + Empty Trash - + Hide Desktop Items - + Create Launcher - + Desktop Preferences @@ -1372,7 +1576,7 @@ PCManFM::FilterBar - + Filter: @@ -1380,7 +1584,7 @@ PCManFM::FilterEdit - + Clear text (Ctrl+K or Esc) @@ -1393,40 +1597,40 @@ - + Hide menu bar - + This will hide the menu bar completely, use Ctrl+M to show it again. - + Version: %1 - + &Move to Trash - + &Delete - - + + Error - + Switch user command is not set. @@ -1434,22 +1638,22 @@ PCManFM::PreferencesDialog - + Icon View - + Compact View - + Thumbnail View - + Detailed List View @@ -1457,17 +1661,17 @@ PCManFM::TabPage - + Error - + Free space: %1 (Total: %2) - + %n item(s) @@ -1475,7 +1679,7 @@ - + (%n hidden) @@ -1483,14 +1687,14 @@ - - - + + + Link to - + %n item(s) selected @@ -1501,27 +1705,30 @@ PCManFM::View - + Many files - - - Do you want to open these %1 file? - + + + Do you want to open these %1 files? + + + + - + Open in New T&ab - + Open in New Win&dow - + Open in Termina&l @@ -1545,7 +1752,7 @@ - + Thumbnail @@ -1560,67 +1767,67 @@ - + Select newly created files - + Icons - + Size of big icons: - + Size of small icons: - + Size of thumbnails: - + Size of side pane icons: - + Icon theme: - + Window - + Always show the tab bar - + Show 'Close' buttons on tabs - + Remember the size of the last closed window - + Default width of new windows: - + Default height of new windows: @@ -1650,27 +1857,27 @@ - + File Operations - + Confirm before deleting files - + Move deleted files to "trash bin" instead of erasing from disk. - + Show thumbnails of files - + Only show thumbnails for local files @@ -1705,205 +1912,235 @@ - + Erase files on removable media instead of "trash can" creation - + Confirm before moving files into "trash can" - - - + + + Requires application restart to take effect completely - + Launch executable files without prompt - - + + Used by Icon View - - + + Used by Compact View and Detailed List View - - + + Used by Thumbnail View - + User interface - + Treat backup files as hidden - - Always show full file names - - - - + Show icons of hidden files shadowed - + Minimum item margins in icon view: - + 3 px by default. - + px - + x - + 3 px by default. A space is also reserved for 3 lines of text. - + Lock - + When unchecked, the tab bar will be shown only if there are more than one tab. - + + Switch to newly opened tab + + + + + Reopen last window tabs in a new window + + + + Examples:<br>For terminal: <i>xterm -e %s</i><br>For switching user: <i>lxsudo %s</i> or <i>lxsudo dbus-run-session -- %s</i><br><i>%s</i> is the command line you want to execute with terminal or su.<br> Important: Please use lxsudo, sudo alone will wreck permissions of the settings file. - + Application restart is needed for changes to take effect. - + Do not generate thumbnails for image files exceeding this size: - + + Show folder context menu with Ctrl + right click + + + + + Open folders in new tabs as far as possible + + + + + Single window mode + + + + + Always show real file names + + + + + Do not show file tooltips + + + + KB - + Needs ffmpegthumbnailer - + Auto Mount - + Mount mountable volumes automatically on program startup - + Mount removable media automatically when they are inserted - + Show available options for removable media when they are inserted - + When removable medium unmounted: - + Close &tab containing removable medium - + Chan&ge folder in the tab to home folder - + Programs - + Terminal emulator: - + Switch &user command: - + Archiver in&tegration: - + Templates - + Show only user defined templates in menu - + Show only one template for each MIME type - + Run default application after creation from template - + Use SI decimal prefixes instead of IEC binary prefixes @@ -1931,18 +2168,18 @@ - - + + Error - + No file could be renamed. - + Some files could not be renamed. diff -Nru pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt_hr.desktop pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt_hr.desktop --- pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt_hr.desktop 1970-01-01 00:00:00.000000000 +0000 +++ pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt_hr.desktop 2020-11-02 22:27:00.000000000 +0000 @@ -0,0 +1,4 @@ +#Translations +Name[hr]=PCManFM-Qt +GenericName[hr]=Upravljanje datotekama +Comment[hr]=Pregledaj datotečni sustav i upravljaj datotekama diff -Nru pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt_hr.ts pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt_hr.ts --- pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt_hr.ts 1970-01-01 00:00:00.000000000 +0000 +++ pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt_hr.ts 2020-11-02 22:27:00.000000000 +0000 @@ -0,0 +1,2214 @@ + + + + + AboutDialog + + + About + Informacije + + + + <html><head/><body><p><span style=" font-size:16pt; font-weight:600;">PCManFM-Qt</span></p></body></html> + <html><head/><body><p><span style=" font-size:16pt; font-weight:600;">PCManFM-Qt</span></p></body></html> + + + + Lightweight file manager + Jednostavan upravljač datoteka + + + + Programming: +* Hong Jen Yee (PCMan) <pcman.tw@gmail.com> + + Programiranje: +* Hong Jen Yee (PCMan) <pcman.tw@gmail.com> + + + + + PCManFM-Qt File Manager + +Copyright (C) 2009 - 2014 洪任諭 (Hong Jen Yee) + +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public License +as published by the Free Software Foundation; either version 2 +of the License, or (at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + PCManFM-Qt uređivač datoteka + +Copyright (C) 2009. – 2014. 洪任諭 (Hong Jen Yee) + +Ovaj program je slobodan softver: može se redistribuirati i/ili mijenjati +pod uvjetima GNU opće javne licence, koju je objavila zaklada +Free Software Foundation, u 2. verziji licence ili (po izboru) bilo koje +novije verzije. + +Ovaj se program distribuira u nadi da će biti koristan, ali BEZ +IKAKVOG JAMSTVA; čak i bez podrazumijevanog jamstva za +PRODAJU ili PRIKLADNOST ZA ODREĐENU SVRHU. +Pogledaj GNU Opću javnu licencu za pojedinosti. + +GNU opća javna licenca je standardno pridodana ovom programu. +Ako nije, kontaktiraj zakladu Free Software Foundation, +Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + + + + Authors + Autori + + + + <html><head/><body><p><a href="https://github.com/lxqt/pcmanfm-qt"><span style=" text-decoration: underline; color:#0000ff;">https://github.com/lxqt/pcmanfm-qt</span></a></p></body></html> + + + + + + License + Licenca + + + + AutoRunDialog + + + Removable medium is inserted + Prijenosni medij je umetnut + + + + <b>Removable medium is inserted</b> + <b>Prijenosni medij je umetnut</b> + + + + Type of medium: + Vrsta medija: + + + + Detecting... + Otkrivanje … + + + + Please select the action you want to perform: + Odaberi radnju koju želiš izvršiti: + + + + BulkRenameDialog + + + Bulk Rename + Grupno preimenovanje + + + + # will be replaced by numbers starting with: + # će se zamijeniti brojevima, počevši s: + + + + Rename selected files to: + Preimenuj odabrane datoteke u: + + + + Name# + Ime# + + + + ConnectServerDialog + + + Connect to remote server + Poveži se s udaljenim poslužiteljem + + + + Anonymous &login + Anonimna &prijava + + + + Login as &user: + Prijavi se kao &korisnik: + + + + Specify remote folder to connect + Odredi udaljenu mapu za povezivanje + + + + Type: + Vrsta: + + + + Port: + Priključak: + + + + Path: + Staza: + + + + Host: + Računalo: + + + + DesktopEntryDialog + + + Create Launcher + Stvori pokretača + + + + Name: + Ime: + + + + Description: + Opis: + + + + Comment: + Komentar: + + + + Command: + Naredba: + + + + + ... + + + + + Icon: + Ikona: + + + + + Run in terminal? + Pokrenuti u terminalu? + + + + Terminal: + Terminal: + + + + No + Ne + + + + Yes + Da + + + + Type: + Vrsta: + + + + Application + Program + + + + Link + Poveznica + + + + DesktopFolder + + + Form + Obrazac + + + + Desktop + Radna površina + + + + Desktop folder: + Mapa radne površine: + + + + Image file + Slikovna datoteka + + + + Folder path + Staza mape + + + + &Browse + &Pretraži + + + + DesktopPreferencesDialog + + + Desktop Preferences + Radna površina – Postavke + + + + + Background + Pozadina + + + + Wallpaper mode: + Modus slike pozadine: + + + + Wallpaper image file: + Slikovna datoteka slike pozadine: + + + + Select background color: + Odaberi boju pozadine: + + + + Image file + Datoteka slike + + + + Image file path + Staza do datoteke slike + + + + &Browse + &Pretraži + + + + Icons + Ikone + + + + Icon size: + Veličina ikona: + + + + Label Text + Tekst oznake + + + + Select shadow color: + Odaberi boju sjene: + + + + Select font: + Odaberi font: + + + + General + Opće + + + + Select text color: + Odaberi boju teksta: + + + + Spacing + Razmaci + + + + Minimum item margins: + Min. margine elemenata: + + + + 3 px by default. + Standardno je 3 px. + + + + + px + px + + + + x + × + + + + 1 px by default. +A space is also reserved for 3 lines of text. + Standardno je 1 px. +Rezerviran je i prostor za 3 retka teksta. + + + + Lock + Zaključaj + + + + By default, desktop folders will be opened in PCManFM-Qt if they +are left clicked, even when it is not the default file manager. + + + + + Open desktop folders in default file manager by left clicking + + + + + Wallpaper + Slika pozadine + + + + Transform image based on EXIF data + Transformiraj sliku na osnovi EXIF podataka + + + + Individual wallpaper for each monitor + Individualna slika pozadine za svaki monitor + + + + Slide Show + Prezentacija + + + + Enable Slide Show + Aktiviraj prezentaciju + + + + Wallpaper image folder: + Mapa slika pozadine: + + + + Browse + Pretraži + + + + hour(s) + h + + + + and + i + + + + Intervals less than 5min will be ignored + Intervali koji su manji od 5 min će se zanemariti + + + + Interval: + Interval: + + + + minute(s) + min + + + + Wallpaper folder + Mapa slika pozadine + + + + Randomize the slide show + Slučajni prikaz prezentacije + + + + Visible Shortcuts + Vidljivi prečaci + + + + Home + Početna mapa + + + + Trash + Smeće + + + + Computer + Računalo + + + + Network + Mreža + + + + Advanced + Napredno + + + + HiddenShortcutsDialog + + + Hidden Shortcuts + Skriveni prečaci + + + + Shortcut + Prečac + + + + Action + Radnja + + + + Esc + Esc + + + + Focus view, clear filter bar + Fokusiraj prikaz, ukloni traku filtra + + + + Ctrl+Esc + Ctrl+Esc + + + + Focus side-pane + Fokusiraj bočnu ploču + + + + Ctrl+L + Ctrl+L + + + + + Focus path entry + Fokusiraj unos staze + + + + Alt+D + Alt+D + + + + Ctrl+Tab + Ctrl+Tabulator + + + + + Next tab + Sljedeća kartica + + + + Ctrl+Shift+Tab + Ctrl+Shift+Tabulator + + + + + Previous tab + Prethodna kartica + + + + Ctrl+PageDown + Ctrl+Stranica dolje + + + + Ctrl+PageUp + Ctrl+Stranica gore + + + + Ctrl+Number + Ctrl+Brojka + + + + + Jump to tab + Prijeđi na karticu + + + + Alt+Number + Alt+Brojka + + + + Backspace + Povratna tipka + + + + Go up + Idi gore + + + + Ctrl+F + Ctrl+F + + + + Search dialog + Dijalog za pretragu + + + + Shift+Insert + Shift+Umetni + + + + Paste into transient filter bar + Umetni u traku privremenog filtra + + + + Drag+Shift + Povuci+Shift + + + + Move file on dropping + Premjesti datoteku pri otpuštanju + + + + Drag+Ctrl + Povuci+Ctrl + + + + Copy file on dropping + Kopiraj datoteku pri otpuštanju + + + + Drag+Shift+Ctrl + Povuci+Shift+Ctrl + + + + Make a symlink on dropping + Stvori poveznicu pri otpuštanju + + + + MainWindow + + + File Manager + Upravljač datoteka + + + + &Toolbars + &Alatne trake + + + + Path &Bar + &Traka staze + + + + &Filtering + &Filtriranje + + + + Go &Up + Idi &gore + + + + Go Up + Idi gore + + + + Alt+Up + Alt+Gore + + + + &Home + &Početna mapa + + + + Alt+Home + Alt+Home + + + + &Reload + &Učitaj ponovo + + + + F5 + F5 + + + + Go + Idi + + + + Quit + Zatvori + + + + &About + &Informacije + + + + &New Window + &Novi prozor + + + + New Window + Novi prozor + + + + Ctrl+N + Ctrl+N + + + + Show &Hidden + Prikaži &skrivene + + + + Ctrl+H + Ctrl+S + + + + &Computer + Rač&unalo + + + + &Trash + &Smeće + + + + &Network + &Mreža + + + + &Desktop + &Radna površina + + + + &Add to Bookmarks + &Dodaj knjižne oznake + + + + &Applications + &Programi + + + + Reload + Učitaj ponovo + + + + &Icon View + Prikaz i&kona + + + + &Compact View + &Kompaktan prikaz + + + + &Detailed List + &Detaljan popis + + + + &Thumbnail View + Prikaz &sličica + + + + Cu&t + &Izreži + + + + Ctrl+X + Ctrl+X + + + + &Copy + &Kopiraj + + + + Ctrl+C + Ctrl+C + + + + &Paste + &Zalijepi + + + + Ctrl+V + Ctrl+V + + + + Select &All + Odaberi &sve + + + + Ctrl+A + Ctrl+A + + + + Pr&eferences + Postavk&e + + + + &Ascending + &Uzlazno + + + + &Descending + &Silazno + + + + &By File Name + Po &imenu datoteke + + + + By &Modification Time + Po &datumu promjene + + + + By Deletio&n Time + Po datumu &brisanja + + + + By File &Type + Po &vrsti datoteke + + + + By &Owner + Po vla&sniku + + + + By &Group + Po &grupi + + + + &Folder First + Najprije &mape + + + + &Hidden Last + S&krivene na kraju + + + + &Preserve sorting for this folder + Za&drži redoslijed za ovu mapu + + + + &Case Sensitive + &Razlikovanje velikih/malih slova + + + + By File &Size + Po v&eličini datoteke + + + + &Close Window + &Zatvori prozor + + + + Ctrl+Q + Ctrl+Q + + + + &Folder + &Mapa + + + + &Blank File + &Prazna datoteka + + + + &Show/Focus Filter Bar + &Prikaži/fokusiraj traku filtra + + + + Show Filter Bar + Prikaži traku filtra + + + + Ctrl+I + Ctrl+I + + + + S&plit View + Podijeli &prikaz + + + + Split View + Podijeli prikaz + + + + F6 + F6 + + + + &Copy Full Path + &Kopiraj potpunu stazu + + + + Ctrl+Shift+C + Ctrl+Shift+C + + + + Show Thumb&nails + Prikaži &sličice + + + + Show Thumbnails + Prikaži sličice + + + + S&ide Pane + &Bočna ploča + + + + F9 + F9 + + + + Hidden &Shortcuts + &Skriveni prečaci + + + + Ctrl+B + Ctrl+B + + + + &Clear All Filters + &Ukloni sve filtre + + + + Ctrl+Shift+K + Ctrl+Shift+K + + + + Close &previous tabs + Zatvori &prethodnu karticu + + + + Close &next tabs + Zatvori &sljedeću karticu + + + + &Preserve Settings for This Folder + &Zadrži postavke za ovu mapu + + + + Connect to &Server + Poveži se s po&služiteljem + + + + &Location + &Mjesto + + + + &Path Buttons + &Gumbi za staze + + + + &Bulk Rename + &Grupno preimenovanje + + + + Bulk Rename + Grupno preimenovanje + + + + Ctrl+F2 + Ctrl+F2 + + + + Close &other tabs + Zatvori &ostale kartice + + + + Permanent &filter bar + Traka stalnog &filtra + + + + &Menu bar + Traka iz&bornika + + + + Menu bar + Traka izbornika + + + + Ctrl+M + Ctrl+B + + + + + Menu + Izbornik + + + + New &Tab + Nova kar&tica + + + + New Tab + Nova kartica + + + + Ctrl+T + Ctrl+T + + + + Go &Back + Idi &natrag + + + + Go Back + Idi natrag + + + + Alt+Left + Alt+Lijevo + + + + Go &Forward + Idi na&prijed + + + + Go Forward + Idi naprijed + + + + Alt+Right + Alt+Desno + + + + &Invert Selection + Preo&kreni odabir + + + + &Delete + &Ukloni + + + + Del + Ukloni + + + + &Rename + &Preimenuj + + + + F2 + F2 + + + + C&lose Tab + &Zatvori karticu + + + + Ctrl+W + Ctrl+W + + + + File &Properties + S&vojstva datoteke + + + + Alt+Return + Alt+Return + + + + &Folder Properties + Svojstva &mape + + + + Edit Bookmarks + Uredi knjižne oznake + + + + Open &Terminal + Otvori &terminal + + + + F4 + F4 + + + + Open as &Root + Otvo&ri kao administrator + + + + &Edit Bookmarks + &Uredi knjižne oznake + + + + Ctrl+Shift+N + Ctrl+Shift+N + + + + Ctrl+Alt+N + Ctrl+Alt+N + + + + &Find Files + &Pronađi datoteke + + + + F3 + F3 + + + + &File + &Datoteka + + + + C&reate New + Stvo&ri novu + + + + &Help + P&omoć + + + + + &View + &Prikaz + + + + &Sorting + &Razvrstavanje + + + + &Edit + &Uredi + + + + &Bookmarks + &Knjižne oznake + + + + &Go + &Idi + + + + &Tool + &Alat + + + + Main Toolbar + Glavna alatna traka + + + + PCManFM::Application + + + Name of configuration profile + Ime konfiguracijskog profila + + + + PROFILE + PROFIL + + + + Run PCManFM as a daemon + Pokreni PCManFM kao demon + + + + Quit PCManFM + Zatvori PCManFM + + + + Launch desktop manager + Pokreni upravljač radne površine + + + + Turn off desktop manager if it's running + Isključi upravljač radne površine, ako je pokrenut + + + + Open desktop preference dialog on the page with the specified name + Otvori dijalog postavki radne površine na stranici s određenim imenom + + + + + NAME + IME + + + + Open new window + Otvori novi prozor + + + + Open Find Files utility + Otvori pomoćni program Pronađi datoteke + + + + Set desktop wallpaper from image FILE + Postavi sliku pozadine radne površine iz slikovne DATOTEKE + + + + FILE + DATOTEKA + + + + MODE + MODUS + + + + Set mode of desktop wallpaper. MODE=(%1) + Postavi modus slike pozadine radne površine. MODUS=(%1) + + + + Open Preferences dialog on the page with the specified name + Otvori dijalog postavki na stranici s određenim imenom + + + + Files or directories to open + Datoteke i mape koje želiš otvoriti + + + + [FILE1, FILE2,...] + [DATOTEKA1, DATOTEKA2, …] + + + + + Error + Greška + + + + Terminal emulator is not set. + Emulator terminala nije postavljen. + + + + PCManFM::AutoRunDialog + + + Open in file manager + Otvori u upravljaču datoteka + + + + Removable Disk + Prijenosni disk + + + + PCManFM::ConnectServerDialog + + + SSH + SSH + + + + FTP + FTP + + + + WebDav + WebDav + + + + Secure WebDav + Sigurni WebDav + + + + HTTP + HTTP + + + + HTTPS + HTTPS + + + + PCManFM::DesktopEntryDialog + + + Command: + Naredba: + + + + URL: + URL: + + + + Select an icon + Odaberi ikonu + + + + Images (*.png *.xpm *.svg *.svgz ) + Slike (*.png *.xpm *.svg *.svgz ) + + + + Select an executable file + Odaberi izvršnu datoteku + + + + Select a file + Odaberi datoteku + + + + PCManFM::DesktopPreferencesDialog + + + Fill with background color only + Ispuni samo s bojom pozadine + + + + Stretch to fill the entire screen + Razvuci na veličinu ekrana + + + + Stretch to fit the screen + Prilagodi veličini ekrana + + + + Center on the screen + Centriraj na ekranu + + + + Tile the image to fill the entire screen + Poploči ekran sa slikom + + + + Zoom the image to fill the entire screen + Promijeni veličinu slike na veličinu ekrana + + + + Select Wallpaper + Odaberi sliku pozadine + + + + Image Files + Slikovne datoteke + + + + Select Wallpaper Folder + Odaberi mapu sa slikama pozadine + + + + PCManFM::DesktopWindow + + + Trash (One item) + Smeće (jedan element) + + + + Trash (%Ln items) + + Smeće (%Ln element) + Smeće (%Ln elementa) + Smeće (%Ln elemenata) + + + + + Trash (Empty) + Smeće (prazno) + + + + Computer + Računalo + + + + Network + Mreža + + + + Open + Otvori + + + + + Stic&k to Current Position + O&stani na trenutačnom položaju + + + + Empty Trash + Isprazni smeće + + + + Hide Desktop Items + Sakrij elemente radne površine + + + + Create Launcher + Stvori pokretača + + + + Desktop Preferences + Postavke radne površine + + + + PCManFM::FilterBar + + + Filter: + Filtar: + + + + PCManFM::FilterEdit + + + Clear text (Ctrl+K or Esc) + Ukloni tekst (Ctrl+K ili Esc) + + + + PCManFM::MainWindow + + + Root Instance + Administratorska instanca + + + + Hide menu bar + Sakrij traku izbornika + + + + This will hide the menu bar completely, use Ctrl+M to show it again. + Ovo će kompletno sakriti traku izbornika. Za ponovno prikazivanje, koristi Ctrl+M. + + + + Version: %1 + Verzija: %1 + + + + + &Move to Trash + Pre&mjesti u smeće + + + + + &Delete + &Ukloni + + + + + Error + Greška + + + + Switch user command is not set. + Naredba za mijenjanje korisnika nije postavljena. + + + + PCManFM::PreferencesDialog + + + Icon View + Prikaz ikona + + + + Compact View + Kompaktan prikaz + + + + Thumbnail View + Prikaz sličica + + + + Detailed List View + Detaljan popis + + + + PCManFM::TabPage + + + Error + Greška + + + + Free space: %1 (Total: %2) + Slobodno: %1 (ukupno: %2) + + + + %n item(s) + + %n element + %n elementa + %n elemenata + + + + + (%n hidden) + + (%n skriven) + (%n skrivena) + (%n skrivenih) + + + + + + + Link to + Poveži s + + + + %n item(s) selected + + %n element odabran + %n elementa odabrana + %n elemenata odabrano + + + + + PCManFM::View + + + Many files + Mnogo datoteka + + + + Do you want to open these %1 files? + + Želiš li otvoriti ovu %1 datoteku? + Želiš li otvoriti ove %1 datoteke? + Želiš li otvoriti ovih %1 datoteka? + + + + + Open in New T&ab + Otvori u novoj k&artici + + + + Open in New Win&dow + Otvori u novom pro&zoru + + + + Open in Termina&l + Otvori u termina&lu + + + + PreferencesDialog + + + Preferences + Postavke + + + + User Interface + Korisničko sučelje + + + + Behavior + Ponašanje + + + + + Thumbnail + Sličice + + + + Volume + Diskovi + + + + Advanced + Napredno + + + + Select newly created files + Odaberi novostvorene datoteke + + + + Icons + Ikone + + + + Size of big icons: + Veličina velikih ikona: + + + + Size of small icons: + Veličina malih ikona: + + + + Size of thumbnails: + Veličina sličica: + + + + Size of side pane icons: + Veličina ikona u bočnoj traci: + + + + Icon theme: + Tema ikona: + + + + Window + Prozor + + + + Always show the tab bar + Uvijek prikaži traku kartica + + + + Show 'Close' buttons on tabs + Prikaži gumb za zatvaranje na karticama + + + + Remember the size of the last closed window + Zapamti veličinu zadnjeg zatvorenog prozora + + + + Default width of new windows: + Standardna širina za nove prozore: + + + + Default height of new windows: + Standardna visina za nove prozore: + + + + Browsing + Pretraživanje + + + + Open files with single click + Otvori datoteke jednim pritiskom + + + + Delay of auto-selection in single click mode (0 to disable) + Odgoda za automatski odabir jednim pritiskom +(0 za deaktivirano) + + + + Default view mode: + Standardni prikaz: + + + + sec + s + + + + File Operations + Operacije za datoteke + + + + Confirm before deleting files + Potvrdi prije brisanja datoteka + + + + Move deleted files to "trash bin" instead of erasing from disk. + Premjesti izbrisane datoteke u smeće, umjesto brisanja s diska. + + + + Show thumbnails of files + Prikaži sličice datoteka + + + + Only show thumbnails for local files + Prikaži sličice samo za lokalne datoteke + + + + Display + Prikaz + + + + If this is unchecked, the DE setting will be used. + Ako nije označeno, koristit će se postavke okruženja radne površine. + + + + Bookmarks: + Knjižne oznake: + + + + Open in current tab + Otvori u trenutačnoj kartici + + + + Open in new tab + Otvori u novoj kartici + + + + Open in new window + Otvori u novom prozoru + + + + Erase files on removable media instead of "trash can" creation + Izbriši datoteke s prijenosnih medija, umjesto premještanja u smeće + + + + Confirm before moving files into "trash can" + Potvrdi prije premještanja datoteka u smeće + + + + + + Requires application restart to take effect completely + Zahtijeva ponovno pokretanje programa, kako bi se promjene u potpunosti primijenile + + + + Launch executable files without prompt + Pokreni izvršne datoteke bez upita + + + + + Used by Icon View + Koristi se u prikazu ikona + + + + + Used by Compact View and Detailed List View + Koristi se u kompaktnom prikazu i u detaljnom popisu + + + + + Used by Thumbnail View + Koristi se u prikazu sličica + + + + User interface + Korisničko sučelje + + + + Treat backup files as hidden + Sakrij datoteke sigurnosnih kopija + + + + Show icons of hidden files shadowed + Prikaži ikone skrivenih datoteka osjenčano + + + + Minimum item margins in icon view: + Min. margine elemenata u prikazu ikona: + + + + 3 px by default. + Standardno je 3 px. + + + + + px + px + + + + x + × + + + + 3 px by default. +A space is also reserved for 3 lines of text. + Standardno je 3 px. +Rezerviran je i prostor za 3 retka teksta. + + + + Lock + Zaključaj + + + + When unchecked, the tab bar will be shown +only if there are more than one tab. + Kad nije označeno, prikazat će se traka +s karticama samo, ako postoji više kartica. + + + + Switch to newly opened tab + + + + + Reopen last window tabs in a new window + + + + + Examples:<br>For terminal: <i>xterm -e %s</i><br>For switching user: <i>lxsudo %s</i> or <i>lxsudo dbus-run-session -- %s</i><br><i>%s</i> is the command line you want to execute with terminal or su.<br> Important: Please use lxsudo, sudo alone will wreck permissions of the settings file. + Primjeri:<br>Za terminal: <i>xterm -e %s</i><br>Za mijenjanje korisnika: <i>lxsudo %s</i> ili <i>lxsudo dbus-run-session -- %s</i><br><i>%s</i> je naredbeni redak za izvršavanje s terminalom ili sa su.<br> Važno: Koristi lxsudo, sudo će pokvariti dozvole u datoteci postavki. + + + + Application restart is needed for changes to take effect. + Promjene će se primijeniti tek nakon ponovnog pokretanja programa. + + + + Do not generate thumbnails for image files exceeding this size: + Ne generiraj sličice za slikovne datoteke koje su veće od: + + + + Show folder context menu with Ctrl + right click + Prikaži kontekstualni izbornik pomoću Ctrl + pritisak desne tipke + + + + Open folders in new tabs as far as possible + Otvori mape u novim kartica što dalje + + + + Single window mode + Prikaži prozore pojedinačno + + + + Always show real file names + Uvijek prikaži stvarna imena datoteka + + + + Do not show file tooltips + Ne prikazuj savjete u oblačiću + + + + KB + KB + + + + Needs ffmpegthumbnailer + Treba ffmpegthumbnailer + + + + Auto Mount + Automatsko pokretanje + + + + Mount mountable volumes automatically on program startup + Pokreni diskove automatski prilikom pokretanja programa + + + + Mount removable media automatically when they are inserted + Pokreni prijenosne medije automatski kad se umetnu + + + + Show available options for removable media when they are inserted + Prikaži dostupne opcije za prijenosne medije kad se umetnu + + + + When removable medium unmounted: + Prilikom izbacivanja prijenosnih medija: + + + + Close &tab containing removable medium + Za&tvori karticu koja sadrži prijenosni medij + + + + Chan&ge folder in the tab to home folder + Pro&mijeni mapu u kartici na početnu mapu + + + + Programs + Programi + + + + Terminal emulator: + Emulator terminala: + + + + Switch &user command: + Naredba za mijenjanje &korisnika: + + + + Archiver in&tegration: + In&tegracija arhiviranja: + + + + Templates + Predlošci + + + + Show only user defined templates in menu + Prikaži samo korisničke predloške u izborniku + + + + Show only one template for each MIME type + Prikaži samo jedan predložak za svaku MIME vrstu + + + + Run default application after creation from template + Pokreni standardni program nakon što je predložak stvoren + + + + Use SI decimal prefixes instead of IEC binary prefixes + Koristi decimalne Si prefikse umjesto binarnih IEC prefiksa + + + + QObject + + + Renaming files... + Preimenovanje datoteka … + + + + Abort + Prekini + + + + Warning + Upozorenje + + + + Renaming is aborted. + Preimenovanje je prekinuto. + + + + + Error + Greška + + + + No file could be renamed. + Niti jednu datoteku nije bilo moguće preimenovati. + + + + Some files could not be renamed. + Neke datoteke nije bilo moguće preimenovati. + + + diff -Nru pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt_hu.ts pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt_hu.ts --- pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt_hu.ts 2020-04-23 18:13:46.000000000 +0000 +++ pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt_hu.ts 2020-11-02 22:27:00.000000000 +0000 @@ -19,12 +19,7 @@ Könnyed fájlkezelő - - <html><head/><body><p><a href="https://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">https://lxqt.org/</span></a></p></body></html> - <html><head/><body><p><a href="https://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">https://lxqt.org/</span></a></p></body></html> - - - + Programming: * Hong Jen Yee (PCMan) <pcman.tw@gmail.com> @@ -33,7 +28,7 @@ - + PCManFM-Qt File Manager Copyright (C) 2009 - 2014 洪任諭 (Hong Jen Yee) @@ -56,27 +51,33 @@ Copyright (C) 2009 - 2014 洪任諭 (Hong Jen Yee) Ez egy szabad szoftver, ami a Free Software Foundation által -megjelentetett GNU General Public Licensz 2-es, vagy későbbi +megjelentetett GNU General Public License 2-es, vagy későbbi verzióiban felsorolt feltételekkel szabadon terjeszthető, módosítható. A megjelentetők remélik, hogy a program hasznos, viszont SEMMILYEN GARANCIÁT NEM VÁLLALNAK, beleértve áttételesen az ÜZLETI célú hasznosítására, továbbá a SPECIÁLIS CÉLRA TÖRTÉNŐ -HASZNÁLHATÓSÁGÁRA sem. További részletek a GNU General Public Licensz soraiban. +HASZNÁLHATÓSÁGÁRA sem. További részletek a GNU General Public License soraiban. Ezzel a programmal együtt meg kellett kapnia a GNU General -Public Licensz másolatát is, ha nem, akkor írjon a Free Software +Public License másolatát is, ha nem, akkor írjon a Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA címre. - + Authors Szerzők - + + <html><head/><body><p><a href="https://github.com/lxqt/pcmanfm-qt"><span style=" text-decoration: underline; color:#0000ff;">https://github.com/lxqt/pcmanfm-qt</span></a></p></body></html> + + + + + License - Licensz + Licenc @@ -140,17 +141,17 @@ Anonymous &login - Névtelen beje&lentkezés + &Bejelentkezés névtelenül Login as &user: - Bejelentkezés min&t: + B&ejelentkezés felhasználóként: Specify remote folder to connect - Távoli mappa meghatározása + Adja meg a csatlakoztatni kívánt távoli mappát @@ -160,7 +161,7 @@ Port: - + Port: @@ -220,7 +221,7 @@ Terminal: - Terminál: + Terminálban: @@ -253,7 +254,7 @@ Form - Űrlap + Asztal mappa @@ -273,7 +274,7 @@ Folder path - Könyvtár útvonal + Mappa útvonala @@ -289,38 +290,38 @@ Asztalbeállítások - - + + Background Háttérkép - + Wallpaper mode: Háttér mód: - + Wallpaper image file: Képfájl: - + Select background color: Háttérszín: - + Image file Képfájl - + Image file path Képfájl útvonala - + &Browse &Böngészés @@ -342,7 +343,7 @@ Select shadow color: - Árnyékszín: + Árnyék színe: @@ -357,7 +358,7 @@ Select text color: - Szövegszín kiválasztása: + Szövegszín: @@ -383,7 +384,7 @@ x - + x @@ -398,102 +399,280 @@ Zárolás - + + By default, desktop folders will be opened in PCManFM-Qt if they +are left clicked, even when it is not the default file manager. + + + + + Open desktop folders in default file manager by left clicking + + + + Wallpaper Háttérkép - + Transform image based on EXIF data A kép átalakítása EXIF-adatok alapján - + + Individual wallpaper for each monitor + Minden monitorhoz egyedi háttérkép + + + Slide Show Diavetítés - + Enable Slide Show Diavetítés bekapcsolása - + Wallpaper image folder: Hátterek mappája: - + Browse Böngészés - + hour(s) óra - + and és - + Intervals less than 5min will be ignored - Időköz 5 perc alatti nincs figyelembevéve + Időköz 5 perc alatti nincs figyelembe véve - + Interval: Időköz: - + minute(s) perc - + Wallpaper folder - Hátterek mappája + Mappa - + Randomize the slide show - Véletlenszerű + Véletlenszerű diavetítés - + Visible Shortcuts Ikonok megjelenítése - + Home Saját könyvtár - + Trash Kuka - + Computer Számítógép - + Network Hálózat - + Advanced Haladó + HiddenShortcutsDialog + + + Hidden Shortcuts + Rejtett gyorsbillentyűk + + + + Shortcut + Kombináció + + + + Action + Művelet + + + + Esc + Esc + + + + Focus view, clear filter bar + Fókuszálás a mappákra, szűrősáv törlése + + + + Ctrl+Esc + Ctrl+Esc + + + + Focus side-pane + Fókuszálás az oldalsávra + + + + Ctrl+L + Ctrl+L + + + + + Focus path entry + Fókuszálás az útvonalsávra + + + + Alt+D + Alt+D + + + + Ctrl+Tab + Ctrl+Tab + + + + + Next tab + Következő lap + + + + Ctrl+Shift+Tab + Ctrl+Shift+Tab + + + + + Previous tab + Előző lap + + + + Ctrl+PageDown + Ctrl+PageDown + + + + Ctrl+PageUp + Ctrl+PageUp + + + + Ctrl+Number + Ctrl+Szám + + + + + Jump to tab + Ugrás a megadott lapra + + + + Alt+Number + Alt+Szám + + + + Backspace + Backspace + + + + Go up + Ugrás feljebb + + + + Ctrl+F + Ctrl+F + + + + Search dialog + Fájlkeresés párbeszédpanel + + + + Shift+Insert + Shift+Insert + + + + Paste into transient filter bar + Beillesztés a szűrősávba + + + + Drag+Shift + Húzás+Shift + + + + Move file on dropping + Fájl áthelyezése ejtéskor + + + + Drag+Ctrl + Húzás+Ctrl + + + + Copy file on dropping + Fájl másolása ejtéskor + + + + Drag+Shift+Ctrl + Húzás+Ctrl+Shift + + + + Make a symlink on dropping + Szimbolikus link létrehozása ejtéskor + + + MainWindow @@ -501,553 +680,573 @@ Fájlkezelő - + &Toolbars Esz&köztárak - + Path &Bar - Útvonal&sáv + Út&vonalsáv - + &Filtering - &Szűrés + S&zűrés - + Go &Up &Fel - + Go Up Fel - + Alt+Up Alt+Fel - + &Home &Saját könyvtár - + Alt+Home Alt+Home - + &Reload Ú&jratöltés - + F5 F5 - + Go - &Ugrás + Ugrás - + Quit Kilépés - + &About &Névjegy - + &New Window Új &ablak - + New Window - ÚJ ablak + Új ablak - + Ctrl+N Ctrl+N - + Show &Hidden &Rejtett elemek megjelenítése - + Ctrl+H Ctrl+H - + &Computer - &Számítógép + S&zámítógép - + &Trash &Kuka - + &Network &Hálózat - + &Desktop - A&sztal + &Asztal - + &Add to Bookmarks &Hozzáadás a könyvjelzőkhöz - + &Applications - &Alkalmazások + A&lkalmazások - + Reload Újratöltés - + &Icon View &Ikonnézet - + &Compact View &Kompakt nézet - + &Detailed List &Lista nézet - + &Thumbnail View &Bélyegkép nézet - + Cu&t &Kivágás - + Ctrl+X Ctrl+X - + &Copy &Másolás - + Ctrl+C Ctrl+C - + &Paste &Beillesztés - + Ctrl+V Ctrl+V - + Select &All - &Összes kijelölése + Ö&sszes kijelölése - + Ctrl+A Ctrl+A - + Pr&eferences B&eállítások - + &Ascending &Növekvő - + &Descending &Csökkenő - + &By File Name &Fájlnév szerint - + By &Modification Time &Módosítási idő szerint - + By Deletio&n Time Tö&rlés ideje szerint - + By File &Type - Fájl&típus szerint + Fájltí&pus szerint - + By &Owner &Tulajdonos szerint - + By &Group - Csoport sz&erint + Cs&oport szerint - + &Folder First - Ma&ppák elöl + M&appák előre - + + &Hidden Last + R&ejtettek hátra + + + &Preserve sorting for this folder Mappa &rendezésének megőrzése - + &Case Sensitive Na&gybetűérzékeny - + By File &Size Fá&jlméret szerint - + &Close Window A&blak bezárása - + Ctrl+Q - + Ctrl+Q - + &Folder &Mappa - + &Blank File - &Üres fájl + Ü&res fájl - + &Show/Focus Filter Bar - &Sűrősáv megjelenítése/elrejtése + &Szűrősáv megjelenítése/elrejtése - + Show Filter Bar Szűrősáv megjelenítése - + Ctrl+I Ctrl+I - + S&plit View - Oszt&ott nézet + Os&ztott nézet - + Split View Osztott nézet - + F6 F6 - + &Copy Full Path - &Teljes útvonal másolása + Ú&tvonal másolása - + Ctrl+Shift+C Ctrl+Shift+C - + Show Thumb&nails &Bélyegképek megjelenítése - + Show Thumbnails - Bélyegképek + Bélyegképek megjelenítése - + + S&ide Pane + &Oldalsáv + + + + F9 + F9 + + + + Hidden &Shortcuts + &Rejtett gyorsbillentyűk + + + Ctrl+B - + &Clear All Filters Minden s&zűrő törlése - + Ctrl+Shift+K Ctrl+Shift+K - + Close &previous tabs - Előző la&pok bezárása + &Lapok bezárása ettől balra - + Close &next tabs - &Következő lapok bezárása + &Lapok bezárása ettől jobbra - + &Preserve Settings for This Folder - Ma&ppa beállításai megmaradnak + Ma&ppa beállításainak megőrzése - + Connect to &Server &Csatlakozás szerverhez - + &Location - &Útvonal szöveg + Ú&tvonal szöveg - + &Path Buttons - Útvonal &gombok + Út&vonal gombok - + &Bulk Rename &Csoportos átnevezés - + Bulk Rename Csoportos átnevezés - + Ctrl+F2 Ctrl+F2 - + Close &other tabs Töb&bi lap bezárása - + Permanent &filter bar Állandó s&zűrő sáv - + &Menu bar &Menüsáv - + Menu bar Menüsáv - + Ctrl+M - - + + Menu Menü - + New &Tab Új &lap - + New Tab Új lap - + Ctrl+T Ctrl+T - + Go &Back &Vissza - + Go Back Vissza - + Alt+Left Alt+Bal - + Go &Forward &Előre - + Go Forward Előre - + Alt+Right Alt+Jobb - + &Invert Selection K&ijelölés megfordítása - + &Delete - &Törlés + Tö&rlés - + Del Del - + &Rename - &Átnevezés + Á&tnevezés - + F2 F2 - + C&lose Tab La&p bezárása - + Ctrl+W Ctrl+W - + File &Properties &Fájl tulajdonságai - + Alt+Return - + Alt+Enter - + &Folder Properties &Mappatulajdonságok - + Edit Bookmarks Könyvjelzők kezelése - + Open &Terminal - &Terminál megnyitása itt + &Terminál megnyitása - + F4 F4 - + Open as &Root &Megnyitás rendszergazdaként - + &Edit Bookmarks - Könyvj&elzők kezelése + &Könyvjelzők kezelése - + Ctrl+Shift+N Ctrl+Shift+N - + Ctrl+Alt+N Ctrl+Alt+N - + &Find Files &Fájlkeresés - + F3 F3 @@ -1067,38 +1266,38 @@ &Súgó - - + + &View &Nézet - + &Sorting Rendezé&s - + &Edit S&zerkesztés - + &Bookmarks &Könyvjelzők - + &Go - U&grás + &Ugrás - + &Tool &Eszközök - + Main Toolbar Fő eszköztár @@ -1118,7 +1317,7 @@ Run PCManFM as a daemon - PCManFM daemon-ként + PCManFM futtatása démonként @@ -1192,13 +1391,13 @@ [FÁJL1, FÁJL2,...] - - + + Error Hiba - + Terminal emulator is not set. A terminál emulátor nincs beállítva. @@ -1208,7 +1407,7 @@ Open in file manager - Megnyitás fájlkezelővel + Megnyitás fájlkezelőban @@ -1226,27 +1425,27 @@ FTP - + FTP WebDav - + WebDav Secure WebDav - Biztonságos WebDav + Secure WebDav HTTP - + HTTP HTTPS - + HTTPS @@ -1297,7 +1496,7 @@ Stretch to fit the screen - Illesztés + Illesztés @@ -1315,74 +1514,78 @@ Nagyítás - + Select Wallpaper Háttérkép beállítása - + Image Files Képfájlok + + + Select Wallpaper Folder + Hátterek mappájának kiválasztása + PCManFM::DesktopWindow - + Trash (One item) Kuka (egy elem) - + Trash (%Ln items) Kuka (%Ln elem) - Kuka (%Ln elem) - + Trash (Empty) Kuka - + Computer Számítógép - + Network Hálózat - + Open Megnyitás - - + + Stic&k to Current Position &Rögzítés ebbe a helyzetbe - + Empty Trash Kuka ürítése - + Hide Desktop Items Asztali elemek elrejtése - + Create Launcher Indítóikon létrehozása - + Desktop Preferences Asztalbeállítások @@ -1390,7 +1593,7 @@ PCManFM::FilterBar - + Filter: Szűrő: @@ -1398,9 +1601,9 @@ PCManFM::FilterEdit - + Clear text (Ctrl+K or Esc) - Szöveg törlése (Ctrl + K vagy Esc) + Szöveg törlése (Ctrl+K vagy Esc) @@ -1411,63 +1614,63 @@ Rendszergazdaként - + Hide menu bar Menüsáv elrejtése - + This will hide the menu bar completely, use Ctrl+M to show it again. - A menüsáv teljesen eltűnik, a Ctrl+M -el újra látható. + Ez a menüsávot teljesen eltünteti, a Ctrl+M-el újra megjeleníthető. - + Version: %1 Verzió: %1 - + &Move to Trash Á&thelyezés kukába - + &Delete &Törlés - - + + Error Hiba - + Switch user command is not set. - Felhasználóváltó parancs meghatározatlan. + Felhasználóváltó parancs nincs meghatározva. PCManFM::PreferencesDialog - + Icon View Ikonnézet - + Compact View Kompakt nézet - + Thumbnail View Bélyegkép nézet - + Detailed List View Lista nézet @@ -1475,71 +1678,70 @@ PCManFM::TabPage - + Error Hiba - + Free space: %1 (Total: %2) Szabad: %1 (Összes: %2) - + %n item(s) %n elem - %n elem - + (%n hidden) (%n rejtett) - (%n rejtett) - - - + + + Link to - Hivatkozás + Link ide: - + %n item(s) selected %n elem kiválasztva - %n elem kiválasztva PCManFM::View - + Many files Bármely fájl - - - Do you want to open these %1 file? - Szeretné megnyitni ezt a(z) %1 fájlt? + + + Do you want to open these %1 files? + + Biztos meg szeretné nyitni ezeket a(z) %1 fájlokat? + - + Open in New T&ab Megnyi&tás új lapon - + Open in New Win&dow Megnyitás új a&blakban - + Open in Termina&l Megnyitás terminá&lban @@ -1559,11 +1761,11 @@ Behavior - Viselkedés + Működés - + Thumbnail Bélyegkép @@ -1578,67 +1780,67 @@ Haladó - + Select newly created files - Válassza ki az újonnan létrehozott fájlokat + Új fájlok kiválasztása - + Icons Ikonok - + Size of big icons: - Nagy méret: + Nagy ikonok mérete: - + Size of small icons: - Kicsi ikonok mérete: + Kis ikonok mérete: - + Size of thumbnails: - Bélyegképméret: + Bélyegképek mérete: - + Size of side pane icons: - Oldalsáv ikonméret: + Ikonok mérete az oldalsávon: - + Icon theme: Ikontéma: - + Window Ablak - + Always show the tab bar Lapsáv mindig látható - + Show 'Close' buttons on tabs Bezárás gomb a lapokon - + Remember the size of the last closed window Utoljára bezárt ablak méretének megjegyzése - + Default width of new windows: Új ablak alapértelmezett szélessége: - + Default height of new windows: Új ablak alapértelmezett magassága: @@ -1655,7 +1857,7 @@ Delay of auto-selection in single click mode (0 to disable) - Egykattintásos megnyitási módban az automata kiválasztás késleltetése (0 a letiltáshoz) + Egykattintásos módban az automatikus kiválasztás késleltetése (0 a letiltáshoz) @@ -1668,34 +1870,34 @@ mp - + File Operations Fájlműveletek - + Confirm before deleting files Törlés előtt megerősítés - + Move deleted files to "trash bin" instead of erasing from disk. Fájlok áthelyezése kukába, a lemezről törlés helyett. - + Show thumbnails of files Fájloknál - + Only show thumbnails for local files Csak helyi fájloknál Display - Képernyő + Megjelenés @@ -1710,7 +1912,7 @@ Open in current tab - Megnyitás itt + Megnyitás a jelenlegi lapon @@ -1723,206 +1925,236 @@ Megnyitás új ablakban - + Erase files on removable media instead of "trash can" creation - Cserélhető adathordozón a fájlok törlése a kukába helyezés helyett + Cserélhető adathordozón a fájlok törlése kukába helyezés helyett - + Confirm before moving files into "trash can" Megerősítés kukába helyezés előtt - - - + + + Requires application restart to take effect completely - Az alkalmazás újraindítása szükséges a változtatások érvénybelépéséhez + Az alkalmazás újraindítása szükséges a változtatások érvényesítéséhez - + Launch executable files without prompt Futtatható fájlok futtatása rákérdezés nélkül - - + + Used by Icon View Ikonnézethez - - + + Used by Compact View and Detailed List View Kompakt és lista nézethez - - + + Used by Thumbnail View Bélyegkép nézethez - + User interface - Kezelőfelület + Felhasználói felület - + Treat backup files as hidden - Biztonsági mentett fájlokat rejtettként kezel + Biztonsági mentett fájlok rejtettként kezelése - - Always show full file names - Teljes fájlnevek megjelenítése - - - + Show icons of hidden files shadowed Rejtett fájlok ikonjainak árnyékolása - + Minimum item margins in icon view: Ikonnézet legkisebb helyköze: - + 3 px by default. - alapértelmezett: 3 pixel. + 3 px alapértelmezetten. - + px - + px - + x - + x - + 3 px by default. A space is also reserved for 3 lines of text. - Az alap 3 pixel. -Hely lefoglalva 3 sor szöveghez. + 3 px alapértelmezetten. +Hely lefoglalva a szöveg 3 sorához . - + Lock Zárolás - + When unchecked, the tab bar will be shown only if there are more than one tab. Lapsáv megjelenítésre mindig. - + + Switch to newly opened tab + + + + + Reopen last window tabs in a new window + + + + Examples:<br>For terminal: <i>xterm -e %s</i><br>For switching user: <i>lxsudo %s</i> or <i>lxsudo dbus-run-session -- %s</i><br><i>%s</i> is the command line you want to execute with terminal or su.<br> Important: Please use lxsudo, sudo alone will wreck permissions of the settings file. - Példák:<br>Terminál megnyitására: <i>xterm -e %s</i><br>Felhasználóváltásra: <i>lxsudo %s</i> vagy <i>lxsudo dbus-run-session -- %s</i><br><i>%s</i> a parancs amit terminálban akar futtatni vagy su-val.<br> Fontos: használjon lxsudo-t, a sudo magában tönkreteheti a beállítófájlt. + Példák:<br>Terminál megnyitására: <i>xterm -e %s</i><br>Felhasználóváltásra: <i>lxsudo %s</i> vagy <i>lxsudo dbus-run-session -- %s</i><br><i>%s</i> a parancs amit terminálban akar futtatni vagy su-val.<br> Fontos: használjon lxsudo-t, a sudo önmagában tönkreteheti a beállítófájlt. - + Application restart is needed for changes to take effect. A változtatások érvényesítéhez újra kell indítani az alkalmazást. - + Do not generate thumbnails for image files exceeding this size: Nincs bélyegkép, ha a fájl ennél nagyobb: - + + Show folder context menu with Ctrl + right click + Ctrl + Jobb kattintásra a mappa helyi menüjének megjelenítése + + + + Open folders in new tabs as far as possible + Mappák megnyitása új lapokon amennyire lehetséges + + + + Single window mode + Egyablakos mód + + + + Always show real file names + Teljes fájlnevek megjelenítése + + + + Do not show file tooltips + Ne mutassa a fájlok elemleírását + + + KB KB - + Needs ffmpegthumbnailer - Kell: ffmpegthumbnailer + Szükséges: ffmpegthumbnailer - + Auto Mount - Automata csatolás + Automatikus csatolás - + Mount mountable volumes automatically on program startup - Csatolható eszközök automata csatolása induláskor + Csatolható eszközök automatikus csatolása a program indulásánál - + Mount removable media automatically when they are inserted - Cserélhető adathordozók automata csatolása behelyezéskor + Cserélhető adathordozók automatikus csatolása behelyezéskor - + Show available options for removable media when they are inserted - Cserélhető adathordozók behelyezésekor választás felkínálása + Cserélhető adathordozók behelyezésekor az elérhető lehetőségek megjelenítése - + When removable medium unmounted: Cserélhető adathordozó lecsatolásakor: - + Close &tab containing removable medium Cserélhe&tő adathordozó lapjának bezárása - + Chan&ge folder in the tab to home folder - A &lap a saját mappát fogja mutatni + Á&tlépés a saját mappára - + Programs Programok - + Terminal emulator: Terminál emulátor: - + Switch &user command: Fel&használó váltási parancs: - + Archiver in&tegration: Archiváló in&tegráció: - + Templates - Társítások + Sablonok - + Show only user defined templates in menu - Menüben csak felhasználói társítások + Menüben csak felhasználói sablonok - + Show only one template for each MIME type - Minden MIME típushoz csak egy társítás látható + Minden MIME típushoz csak egy sablon megjelenítése - + Run default application after creation from template - Társítás után az alapértelmezett alkalmazás fut + Alapértelmezett alkalmazás futtatása a sablonból történő létrehozás után - + Use SI decimal prefixes instead of IEC binary prefixes IEC bináris helyett SI decimális prefix használata @@ -1950,18 +2182,18 @@ Az átnevezés megszakítva. - - + + Error Hiba - + No file could be renamed. Egyetlen fájl sem nevezhető át. - + Some files could not be renamed. Néhány fájlt nem lehet átnevezni. diff -Nru pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt_id.ts pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt_id.ts --- pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt_id.ts 2020-04-23 18:13:46.000000000 +0000 +++ pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt_id.ts 2020-11-02 22:27:00.000000000 +0000 @@ -19,12 +19,7 @@ Manajer berkas yang ringan - - <html><head/><body><p><a href="https://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">https://lxqt.org/</span></a></p></body></html> - <html><head/><body><p><a href="https://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">https://lxqt.org/</span></a></p></body></html> - - - + Programming: * Hong Jen Yee (PCMan) <pcman.tw@gmail.com> @@ -33,7 +28,7 @@ - + PCManFM-Qt File Manager Copyright (C) 2009 - 2014 洪任諭 (Hong Jen Yee) @@ -71,12 +66,18 @@ Boston, MA 02110-1301, USA. - + Authors Pembuat - + + <html><head/><body><p><a href="https://github.com/lxqt/pcmanfm-qt"><span style=" text-decoration: underline; color:#0000ff;">https://github.com/lxqt/pcmanfm-qt</span></a></p></body></html> + + + + + License Lisensi @@ -291,38 +292,38 @@ Preferensi Desktop - - + + Background Latar Belakang - + Wallpaper mode: Mode wallpaper: - + Wallpaper image file: Berkas gambar wallpaper: - + Select background color: Pilih warna latar belakang: - + Image file Berkas gambar - + Image file path Jalur berkas gambar - + &Browse &Telusur @@ -400,102 +401,280 @@ Kunci - + + By default, desktop folders will be opened in PCManFM-Qt if they +are left clicked, even when it is not the default file manager. + + + + + Open desktop folders in default file manager by left clicking + + + + Wallpaper - + Transform image based on EXIF data - + + Individual wallpaper for each monitor + + + + Slide Show Tampilan Slide - + Enable Slide Show Aktifkan Tampilan Slide - + Wallpaper image folder: Folder gambar kertas dinding: - + Browse Telusuri - + hour(s) jam - + and dan - + Intervals less than 5min will be ignored Interval kurang dari 5 menit akan diabaikan - + Interval: Interval: - + minute(s) menit - + Wallpaper folder Folder kertas dinding - + Randomize the slide show Mengacak tampilan slide - + Visible Shortcuts Pintasan yang Terlihat - + Home Beranda - + Trash Tempat Sampah - + Computer Komputer - + Network Jaringan - + Advanced Lanjutan + HiddenShortcutsDialog + + + Hidden Shortcuts + + + + + Shortcut + + + + + Action + + + + + Esc + + + + + Focus view, clear filter bar + + + + + Ctrl+Esc + + + + + Focus side-pane + + + + + Ctrl+L + + + + + + Focus path entry + + + + + Alt+D + + + + + Ctrl+Tab + + + + + + Next tab + + + + + Ctrl+Shift+Tab + + + + + + Previous tab + + + + + Ctrl+PageDown + + + + + Ctrl+PageUp + + + + + Ctrl+Number + + + + + + Jump to tab + + + + + Alt+Number + + + + + Backspace + + + + + Go up + + + + + Ctrl+F + + + + + Search dialog + + + + + Shift+Insert + + + + + Paste into transient filter bar + + + + + Drag+Shift + + + + + Move file on dropping + + + + + Drag+Ctrl + + + + + Copy file on dropping + + + + + Drag+Shift+Ctrl + + + + + Make a symlink on dropping + + + + MainWindow @@ -503,554 +682,574 @@ Manajer Berkas - + &Toolbars &Bilah alat - + Path &Bar Bilah &Jalur - + &Filtering &Filter - + Go &Up Ke &Atas - + Go Up Ke Atas - + Alt+Up Alt+Up - + &Home &Rumah - + Alt+Home Alt+Home - + &Reload Muat Ulang - + F5 F5 - + Go Ke - + Quit Keluar - + &About Tentang - + &New Window Je&ndela Baru - + New Window Jendela Baru - + Ctrl+N Ctrl+N - + Show &Hidden Tampilkan yang Tersembunyi - + Ctrl+H Ctrl+H - + &Computer &Komputer - + &Trash &Tempat Sampah - + &Network &Jaringan - + &Desktop &Desktop - + &Add to Bookmarks &Tambah ke Markah - + &Applications &Aplikasi - + Reload Muat Ulang - + &Icon View Tampilan Ikon - + &Compact View Tampilan Kompak - + &Detailed List Daftar Terperinci - + &Thumbnail View Tampilan Gambar Kecil - + Cu&t Potong - + Ctrl+X Ctrl+X - + &Copy Salin - + Ctrl+C Ctrl+C - + &Paste Tem&pel - + Ctrl+V Ctrl+V - + Select &All Pilih Semua - + Ctrl+A Ctrl+A - + Pr&eferences Preferensi - + &Ascending Menaik - + &Descending Menurun - + &By File Name Oleh Nama Berkas - + By &Modification Time Oleh Tanggal Modifikasi - + By Deletio&n Time - + By File &Type Oleh &Tipe Berkas - + By &Owner Oleh Pengguna - + By &Group - + &Folder First &Folder Pertama - + + &Hidden Last + + + + &Preserve sorting for this folder &Pertahankan urutan untuk folder ini - + &Case Sensitive Sensitif Kata - + By File &Size Oleh Ukuran Berkas - + &Close Window Tutup Jendela - + Ctrl+Q Ctrl+Q - + &Folder &Folder - + &Blank File Berkas &Kosong - + &Show/Focus Filter Bar &Tampil/Fokus Bilah Filter - + Show Filter Bar Tampilkan Bilah Filter - + Ctrl+I Ctrl+I - + S&plit View Tampilan &Pisah - + Split View Tampilan Pisah - + F6 F6 - + &Copy Full Path &Salin Path Lengkap - + Ctrl+Shift+C Ctrl+Shift+C - + Show Thumb&nails - + Show Thumbnails - + + S&ide Pane + + + + + F9 + F9 + + + + Hidden &Shortcuts + + + + Ctrl+B Ctrl+B - + &Clear All Filters &Bersihkan Semua Filter - + Ctrl+Shift+K Ctrl+Shift+K - + Close &previous tabs Tutup tab &sebelumnya - + Close &next tabs Tutup tab &berikutnya - + &Preserve Settings for This Folder &Pertahankan Pengaturan untuk Folder Ini - + Connect to &Server Sambungkan ke &Server - + &Location &Lokasi - + &Path Buttons Tombol &Jalur - + &Bulk Rename &Ganti nama massal - + Bulk Rename Ganti Nama Massal - + Ctrl+F2 Ctrl+N Ctrl+F2 - + Close &other tabs Tutup tab &lainnya - + Permanent &filter bar Bilah &filter permanen - + &Menu bar Bilah &menu - + Menu bar Bilah menu - + Ctrl+M Ctrl+M - - + + Menu Menu - + New &Tab &Tab Baru - + New Tab Tab Baru - + Ctrl+T Ctrl+T - + Go &Back Kembali - + Go Back Kembali - + Alt+Left Alt+Left - + Go &Forward Maju - + Go Forward Maju - + Alt+Right Alt+Right - + &Invert Selection Balikkan Seleksi - + &Delete Hapus - + Del Del - + &Rename Ubah Nama - + F2 F2 - + C&lose Tab Tutup Tab - + Ctrl+W Ctrl+W - + File &Properties &Properti Berkas - + Alt+Return Alt+Return - + &Folder Properties Properti &Folder - + Edit Bookmarks Sunting Markah - + Open &Terminal Buka &Terminal - + F4 F4 - + Open as &Root Buka sebagai &Root - + &Edit Bookmarks &Sunting Markah - + Ctrl+Shift+N Ctrl+Shift+N - + Ctrl+Alt+N Ctrl+Alt+N - + &Find Files Cari Berkas - + F3 F3 @@ -1070,38 +1269,38 @@ Bantuan - - + + &View Lihat - + &Sorting &Pengurutan - + &Edit Sunting - + &Bookmarks Markah - + &Go Ke - + &Tool Alat - + Main Toolbar Bilah Alat Utama @@ -1195,13 +1394,13 @@ [BERKAS1, BERKAS2, ...] - - + + Error Kesalahan - + Terminal emulator is not set. Emulator terminal belum diatur. @@ -1318,73 +1517,78 @@ Perbesar gambar agar sesuai dengan seluruh layar - + Select Wallpaper - + Image Files Berkas Gambar + + + Select Wallpaper Folder + + PCManFM::DesktopWindow - + Trash (One item) Sampah (Satu barang) - + Trash (%Ln items) Sampah (%Ln item) - + Trash (Empty) Sampah (Kosong) - + Computer Komputer - + Network Jaringan - + Open Buka - - + + Stic&k to Current Position &Tetap Pada Posisi Saat Ini - + Empty Trash Kosongkan Tempat Sampah - + Hide Desktop Items Sembunyikan Item Desktop - + Create Launcher - + Desktop Preferences Preferensi Desktop @@ -1392,7 +1596,7 @@ PCManFM::FilterBar - + Filter: Filter: @@ -1400,7 +1604,7 @@ PCManFM::FilterEdit - + Clear text (Ctrl+K or Esc) @@ -1413,40 +1617,40 @@ Instansi Root - + Hide menu bar Sembunyikan bilah menu - + This will hide the menu bar completely, use Ctrl+M to show it again. Ini akan menyembunyikan bilah menu sepenuhnya, gunakan Ctrl + M untuk menampilkannya lagi. - + Version: %1 Versi: %1 - + &Move to Trash Buang ke Te&mpat Sampah - + &Delete Hapus - - + + Error Kesalahan - + Switch user command is not set. Perintah beralih pengguna belum diatur. @@ -1454,22 +1658,22 @@ PCManFM::PreferencesDialog - + Icon View Tampilan Ikon - + Compact View Tampilan Kompak - + Thumbnail View Tampilan Gambar Kecil - + Detailed List View Tampilan Daftar Terperinci @@ -1477,38 +1681,38 @@ PCManFM::TabPage - + Error Kesalahan - + Free space: %1 (Total: %2) Ruang bebas: %1 (Jumlah: %2) - + %n item(s) %n item(s) - + (%n hidden) (%n tersembunyi) - - - + + + Link to Tautan ke - + %n item(s) selected %n item(s) terpilih @@ -1518,27 +1722,29 @@ PCManFM::View - + Many files - - - Do you want to open these %1 file? - + + + Do you want to open these %1 files? + + + - + Open in New T&ab Buka di T&ab Baru - + Open in New Win&dow Buka di Jen&dela Baru - + Open in Termina&l Buka di Termina&l @@ -1562,7 +1768,7 @@ - + Thumbnail Gambar Kecil @@ -1577,67 +1783,67 @@ Ahli - + Select newly created files Pilih berkas yang baru dibuat - + Icons Ikon - + Size of big icons: Ukuran ikon besar: - + Size of small icons: Ukuran ikon kecil: - + Size of thumbnails: Ukuran gambar kecil: - + Size of side pane icons: Ukuran ikon panel samping: - + Icon theme: Tema ikon: - + Window Jendela - + Always show the tab bar Selalu tampilkan bilah tab - + Show 'Close' buttons on tabs Tampilkan tombol 'Tutup' pada tab - + Remember the size of the last closed window Ingat ukuran jendela terakhir yang ditutup - + Default width of new windows: Lebar baku untuk jendela baru: - + Default height of new windows: Tinggi baku untuk jendela baru: @@ -1667,27 +1873,27 @@ dtk - + File Operations Operasi Berkas - + Confirm before deleting files Konfirmasi sebelum menghapus berkas - + Move deleted files to "trash bin" instead of erasing from disk. Pindahkan berkas yang dihapus ke "tempat sampah" alih-alih menghapusnya dari disk. - + Show thumbnails of files Tampilkan gambar kecil dari berkas - + Only show thumbnails for local files Hanya tampilkan gambar kecil untuk berkas lokal @@ -1722,207 +1928,237 @@ Buka di jendela baru - + Erase files on removable media instead of "trash can" creation Hapus berkas di media yang dapat dilepas alih-alih memindahkannya ke tempat sampah - + Confirm before moving files into "trash can" Konfirmasi sebelum memindahkan kedalam "tempat sampah" - - - + + + Requires application restart to take effect completely Perlu menjalankan ulang aplikasi untuk melihat perubahannya - + Launch executable files without prompt Luncurkan berkas yang dapat dieksekusi tanpa prompt - - + + Used by Icon View Digunakan oleh Tampilan Ikon - - + + Used by Compact View and Detailed List View Digunakan oleh Tampilan Kompak dan Tampilan Daftar Terperinci - - + + Used by Thumbnail View Digunakan oleh Tampilan Gambar Kecil - + User interface Antarmuka pengguna - + Treat backup files as hidden Perlakukan berkas cadangan sebagai tersembunyi - - Always show full file names - Selalu tampilkan nama berkas lengkap - - - + Show icons of hidden files shadowed Tampilkan ikon dari file tersembunyi yang dibayangi - + Minimum item margins in icon view: Margin item minimum dalam tampilan ikon: - + 3 px by default. 3 px secara default. - + px px - + x x - + 3 px by default. A space is also reserved for 3 lines of text. 3 px secara default. Spasi juga disediakan untuk 3 baris teks. - + Lock Kunci - + When unchecked, the tab bar will be shown only if there are more than one tab. Bila tidak dicentang, bilah tab akan ditampilkan hanya jika ada lebih dari satu tab. - + + Switch to newly opened tab + + + + + Reopen last window tabs in a new window + + + + Examples:<br>For terminal: <i>xterm -e %s</i><br>For switching user: <i>lxsudo %s</i> or <i>lxsudo dbus-run-session -- %s</i><br><i>%s</i> is the command line you want to execute with terminal or su.<br> Important: Please use lxsudo, sudo alone will wreck permissions of the settings file. - + Application restart is needed for changes to take effect. Diperlukan menjalankan ulang aplikasi agar perubahan diterapkan. - + Do not generate thumbnails for image files exceeding this size: Jangan membuat gambar kecil untuk berkas gambar yang melebihi ukuran ini: - + + Show folder context menu with Ctrl + right click + + + + + Open folders in new tabs as far as possible + + + + + Single window mode + + + + + Always show real file names + + + + + Do not show file tooltips + + + + KB KB - + Needs ffmpegthumbnailer Butuh ffmpegthumbnailer - + Auto Mount Auto Mount - + Mount mountable volumes automatically on program startup Mount volume yang dapat dimount secara otomatis saat memulai program - + Mount removable media automatically when they are inserted Mount media yang dapat dilepas secara otomatis saat mereka dimasukkan - + Show available options for removable media when they are inserted Tampilkan opsi yang tersedia untuk media yang dapat dilepas saat mereka dimasukkan - + When removable medium unmounted: Saat media yang dapat dilepas di unmount: - + Close &tab containing removable medium Tutup &tab yang berisi media yang dapat dilepas - + Chan&ge folder in the tab to home folder Ganti folder di tab ini ke folder home - + Programs Program - + Terminal emulator: Emulator terminal: - + Switch &user command: Perintah pengg&una beralih: - + Archiver in&tegration: In&tegrasi Archiver: - + Templates Templat - + Show only user defined templates in menu Tampilkan hanya templat yang ditentukan pengguna dalam menu - + Show only one template for each MIME type Tampilkan hanya satu templat untuk masing-masing MIME type - + Run default application after creation from template Jalankan aplikasi default setelah pembuatan dari templat - + Use SI decimal prefixes instead of IEC binary prefixes Gunakan prefiks desimal SI sebagai pengganti prefiks biner IEC @@ -1950,18 +2186,18 @@ Mengubah nama dibatalkan. - - + + Error Kesalahan - + No file could be renamed. Tidak ada berkas yang bisa diganti namanya. - + Some files could not be renamed. Beberapa berkas tidak dapat diubah namanya. diff -Nru pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt_it.ts pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt_it.ts --- pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt_it.ts 2020-04-23 18:13:46.000000000 +0000 +++ pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt_it.ts 2020-11-02 22:27:00.000000000 +0000 @@ -14,12 +14,7 @@ Gestore file leggero - - <html><head/><body><p><a href="https://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">https://lxqt.org/</span></a></p></body></html> - <html><head/><body><p><a href="https://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">https://lxqt.org/</span></a></p></body></html> - - - + Programming: * Hong Jen Yee (PCMan) <pcman.tw@gmail.com> @@ -28,7 +23,7 @@ - + Authors Autori @@ -38,12 +33,19 @@ - + + <html><head/><body><p><a href="https://github.com/lxqt/pcmanfm-qt"><span style=" text-decoration: underline; color:#0000ff;">https://github.com/lxqt/pcmanfm-qt</span></a></p></body></html> + + <html><head/><body><p><a href="https://github.com/lxqt/pcmanfm-qt"><span style=" text-decoration: underline; color:#0000ff;">https://github.com/lxqt/pcmanfm-qt</span></a></p></body></html> + + + + License Licenza - + PCManFM-Qt File Manager Copyright (C) 2009 - 2014 洪任諭 (Hong Jen Yee) @@ -236,7 +238,7 @@ Type: - Tipo: + Tipo: @@ -290,38 +292,38 @@ Preferenze della scrivania - - + + Background Sfondo - + Wallpaper mode: Modalità sfondo: - + Wallpaper image file: File immagine di sfondo: - + Select background color: Seleziona il colore di sfondo: - + Image file File immagine - + Image file path Percorso al file immagine - + &Browse &Sfoglia @@ -399,102 +401,281 @@ Blocca - + + By default, desktop folders will be opened in PCManFM-Qt if they +are left clicked, even when it is not the default file manager. + Le cartelle sulla scrivania saranno aperte da PCmanFM-qt con clic +sinistro anche se non è il gestore file predefinito. + + + + Open desktop folders in default file manager by left clicking + Apri le cartelle sulla scrivania con il gestore file predefinito + + + Wallpaper Immagine di sfondo - + Transform image based on EXIF data Trasforma immagine in base a dati EXIF - + + Individual wallpaper for each monitor + Immagini di sfondo diversi per ciascun monitor + + + Slide Show Presentazione - + Enable Slide Show Attiva la presentazione - + Wallpaper image folder: Cartella degli sfondi desktop: - + Browse Sfoglia - + hour(s) ora/e - + and e - + Intervals less than 5min will be ignored Intervalli di meno di 5 minuti sono ignorati - + Interval: Intervallo: - + minute(s) minuto/i - + Wallpaper folder Cartella sfondi desktop - + Randomize the slide show Presentazione casuale - + Visible Shortcuts Scorciatoie visibili - + Home Home - + Trash Cestino - + Computer Computer - + Network Rete - + Advanced Avanzate + HiddenShortcutsDialog + + + Hidden Shortcuts + Scorciatoie nascoste + + + + Shortcut + Scorciatoia + + + + Action + Azione + + + + Esc + + + + + Focus view, clear filter bar + Attiva vista, pulisci barra del filtro + + + + Ctrl+Esc + + + + + Focus side-pane + Attiva pannello laterale + + + + Ctrl+L + + + + + + Focus path entry + Attiva barra di indirizzi + + + + Alt+D + + + + + Ctrl+Tab + + + + + + Next tab + Prossima scheda + + + + Ctrl+Shift+Tab + + + + + + Previous tab + Scheda precedente + + + + Ctrl+PageDown + Ctrl+Pagina giù + + + + Ctrl+PageUp + Ctrl+Pagina insù + + + + Ctrl+Number + Ctrl+numero + + + + + Jump to tab + Passa alla scheda + + + + Alt+Number + Alt+numero + + + + Backspace + Indietro + + + + Go up + Vai su + + + + Ctrl+F + + + + + Search dialog + Finestra di ricerca + + + + Shift+Insert + + + + + Paste into transient filter bar + Incolla in barra del filtro attiva + + + + Drag+Shift + Maiusc+trascina + + + + Move file on dropping + Sposta file al rilascio + + + + Drag+Ctrl + Ctrl+trascina + + + + Copy file on dropping + Copia fila al rilascio + + + + Drag+Shift+Ctrl + Ctrl+maiusc+trascina + + + + Make a symlink on dropping + Crea un collegamento al rilascio + + + MainWindow @@ -502,518 +683,538 @@ Gestore file - + Go Up Vai su - + Alt+Up Alt+Su - + Alt+Home Alt+Inizio - + Reload Ricarica - + F5 F5 - + &Toolbars &Barra degli strumenti - + Path &Bar Barra di &indirizzo - + &Filtering &Filtro - + &Home &Home - + &Reload &Ricarica - + Go Vai - + Quit Esci - + &About &Informazioni - + New Window Nuova finestra - + Ctrl+N Ctrl+N - + Show &Hidden Mostra i file &nascosti - + Ctrl+H Ctrl+H - + &Computer &Computer - + &Trash Ces&tino - + &Network &Rete - + &Desktop &Scrivania - + &Add to Bookmarks &Aggiungi ai segnalibri - + &Applications &Applicazioni - + Ctrl+X Ctrl+X - + &Copy &Copia - + Ctrl+C Ctrl+C - + &Paste &Incolla - + Ctrl+V Ctrl+V - + Select &All Seleziona t&utto - + Pr&eferences Pr&eferenze - + &Ascending &Crescente - + &Descending &Decrescente - + &By File Name &Per nome file - + By &Modification Time Per data di &modifica - + By Deletio&n Time Per data di cancellazione - + By File &Type Per &tipo di file - + By &Owner Per pr&oprietario - + By &Group Per gruppo - + &Folder First Prima le ca&rtelle - + + &Hidden Last + Nascosti &ultimi + + + &Preserve sorting for this folder &Ricorda ordinamento per questa cartella - + &Invert Selection &Inverti selezione - + &Delete &Elimina - + &Rename &Rinomina - + &Show/Focus Filter Bar &Mostra barra del filtro - + Show Filter Bar Mostra barra del filtro - + Ctrl+I Cltr+I - + S&plit View Vista &divisa - + Split View Vista divisa - + F6 F6 - + &Copy Full Path &Copia percorso completo - + Ctrl+Shift+C Ctrl+Shift+C - + Show Thumb&nails - Mostra anteprime + Mostra &anteprime - + Show Thumbnails Mostra anteprime - + + S&ide Pane + Pannello &laterale + + + + F9 + F9 + + + + Hidden &Shortcuts + Scorciatoie &nascoste + + + Ctrl+B - + &Clear All Filters &Pulisci tutti filtri - + Ctrl+Shift+K Ctrl+Maiusc+K - + Close &previous tabs Chiudi schede &precedenti - + Close &next tabs Chiudi schede p&rossime - + &Menu bar Barra del &menu - + &Preserve Settings for This Folder &Ricorda impostazioni per questa cartella - + Connect to &Server Connetti a &server - + &Location &Scrivibile - + &Path Buttons &Pulsanti - + &Bulk Rename &Rinomina in serie - + Bulk Rename Rinomina in serie - + Ctrl+F2 Ctrl+F2 - + Close &other tabs Chiudi le &altre schede - + Permanent &filter bar Barra di filtro &permanente - + Menu bar Barra del menu - + Ctrl+M - - + + Menu Menu - + Ctrl+A Ctrl+A - + Go &Up Vai &su - + &New Window &Nuova finestra - + &Icon View Vista &icone - + &Compact View Vista &compatta - + &Detailed List Elenco &dettagliato - + &Thumbnail View Vista minia&ture - + Cu&t &Taglia - + New &Tab Nuova sc&heda - + New Tab Nuova scheda - + Ctrl+T Ctrl+T - + Go &Back Vai in&dietro - + Go Back Vai indietro - + Alt+Left Alt+Sinistra - + Go &Forward Vai &avanti - + Go Forward Vai avanti - + Alt+Right Alt+Destra - + Del Canc - + F2 F2 - + C&lose Tab C&hiudi scheda - + File &Properties &Proprietà file - + &Folder Properties Proprietà &cartella - + &Case Sensitive Distingui le maius&cole - + By File &Size Per dimen&sione del file - + &Close Window &Chiudi finestra - + Ctrl+Q - + &Folder &Cartella - + Ctrl+Shift+N Ctrl+Shift+N - + &Blank File File &vuoto - + Ctrl+Alt+N Ctrl+Alt+N - + &Find Files Trova &file - + F3 F3 @@ -1023,47 +1224,47 @@ C&rea nuovo - + &Sorting &Ordinamento - + Main Toolbar Barra strumenti principale - + Ctrl+W Ctrl+W - + Alt+Return Alt+Invio - + Edit Bookmarks Modifica segnalibri - + Open &Terminal Apri &terminale - + F4 F4 - + Open as &Root Apri come &root - + &Edit Bookmarks &Modifica segnalibri @@ -1078,28 +1279,28 @@ &Aiuto - - + + &View &Visualizza - + &Edit &Modifica - + &Bookmarks &Segnalibri - + &Go &Vai - + &Tool S&trumenti @@ -1194,13 +1395,13 @@ File o cartelle da aprire - - + + Error Errore - + Terminal emulator is not set. L'emulatore di terminale non è impostato. @@ -1317,25 +1518,30 @@ Ingrandisci l'immagine per riempire lo schermo - + Select Wallpaper Seleziona un immagini di sfondo - + Image Files File immagine + + + Select Wallpaper Folder + Seleziona cartella sfondi + PCManFM::DesktopWindow - + Trash (One item) Cestino (Un oggetto) - + Trash (%Ln items) Cestino (%Ln oggetto) @@ -1343,48 +1549,48 @@ - + Trash (Empty) Cestino (Vuoto) - + Computer Computer - + Network Rete - + Open Apri - - + + Stic&k to Current Position Blo&cca alla posizione attuale - + Empty Trash Svuota Cestino - + Hide Desktop Items Nascondi elementi del desktop - + Create Launcher Crea lanciatore - + Desktop Preferences Preferenze della scrivania @@ -1392,7 +1598,7 @@ PCManFM::FilterBar - + Filter: Filtro: @@ -1400,9 +1606,9 @@ PCManFM::FilterEdit - + Clear text (Ctrl+K or Esc) - Pulisci (Ctrl+K o Esc) + Pulisci (Ctrl+K o Esc) @@ -1413,40 +1619,40 @@ Instanza Root - + Hide menu bar Nascondi barra del menu - + This will hide the menu bar completely, use Ctrl+M to show it again. Questo nasconderà la barra del menu, usa Ctrl+M per visualizzarla nuovamente. - + Version: %1 Versione:%1 - + &Move to Trash Cestin&a - + &Delete &Elimina - - + + Error Errore - + Switch user command is not set. Il comando per cambiare utente non è impostato. @@ -1454,22 +1660,22 @@ PCManFM::PreferencesDialog - + Icon View Vista icone - + Compact View Vista compatta - + Thumbnail View Vista miniature - + Detailed List View Vista elenco dettagliato @@ -1477,17 +1683,17 @@ PCManFM::TabPage - + Error Errore - + Free space: %1 (Total: %2) Spazio libero: %1 (totale: %2) - + %n item(s) %n elemento @@ -1495,7 +1701,7 @@ - + (%n hidden) (%n nascosto) @@ -1503,15 +1709,15 @@ - - - + + + Link to no idea what this refers to Collegamento a - + %n item(s) selected %n elemento selezionato @@ -1522,27 +1728,30 @@ PCManFM::View - + Many files Molti file - - - Do you want to open these %1 file? - Si desidera di aprire questi %1 file? + + + Do you want to open these %1 files? + + Aprire questo %1 file? + Aprire questi %1 file? + - + Open in New T&ab Apri in una nuova sc&heda - + Open in New Win&dow Apri una nuova &finestra - + Open in Termina&l Apri nel termina&le @@ -1566,7 +1775,7 @@ - + Thumbnail Miniatura @@ -1581,67 +1790,67 @@ Avanzate - + Select newly created files Seleziona file creati recentemente - + Icons Icone - + Size of big icons: Dimensione delle icone grandi: - + Size of small icons: Dimensione delle icone piccole: - + Size of thumbnails: Dimensione delle miniature: - + Size of side pane icons: Dimensione delle icone del riquadro laterale: - + Icon theme: Tema delle icone: - + Window Finestra - + Default width of new windows: Larghezza predefinita delle nuove finestre: - + Default height of new windows: Altezza predefinita delle nuove finestre: - + Always show the tab bar Mostra sempre la barra delle schede - + Show 'Close' buttons on tabs Mostra pulsanti di chiusura sulle schede - + Remember the size of the last closed window Ricorda la dimensione della ultima finestra chiusa @@ -1671,27 +1880,27 @@ secondi - + File Operations Operazioni sui file - + Confirm before deleting files Conferma prima di rimuovere i file - + Move deleted files to "trash bin" instead of erasing from disk. Sposta nel «Cestino» i file rimossi invece di eliminarli dal disco. - + Show thumbnails of files Mostra miniature dei file - + Only show thumbnails for local files Mostra miniature solo per i file locali @@ -1726,206 +1935,236 @@ Apri una nuova finestra - + + Show folder context menu with Ctrl + right click + Mostra menu contestuale della cartella con ctrl+clic destro + + + Erase files on removable media instead of "trash can" creation Cancella i file sui supporti rimovibile invece di cestinarli - + Confirm before moving files into "trash can" Conferma prima di cestinare i file - - - + + + Requires application restart to take effect completely Necessario il riavvio dell' applicazione per avere effetto - + Launch executable files without prompt Esegui file eseguibili senza conferma - - - Used by Icon View - Usata nella vista icone + + Open folders in new tabs as far as possible + Apri cartelle in nuove schede se possibile + + + + Single window mode + Modalità finestra singola - Used by Compact View and Detailed List View - Usata nella vista compatta e la vista lista dettagliata + Used by Icon View + Usata nella vista icone + Used by Compact View and Detailed List View + Usata nella vista compatta e la vista lista dettagliata + + + + Used by Thumbnail View Usata dalla vista miniature - + User interface Interfaccia utente - + Treat backup files as hidden Tratta i file di backup come nascosti - - Always show full file names - Mostra sempre il nome completo dei file - - - + Show icons of hidden files shadowed Mostra le icone dei file nascosti come ombreggiate - + Minimum item margins in icon view: Spazio minimo tra le icone: - + 3 px by default. Predefinita 3px. - + px - + x - + 3 px by default. A space is also reserved for 3 lines of text. Predefinita 1 px. E' predisposto anche uno spazio per tre righe di testo. - + Lock Blocca - + When unchecked, the tab bar will be shown only if there are more than one tab. Se non viene spuntata la barra delle schede sarà visibile solo con più di una scheda. - + + Switch to newly opened tab + Passa alla scheda aperta più recentemente + + + + Reopen last window tabs in a new window + Riapri le schede della ultima finestra in una finestra nuova + + + Examples:<br>For terminal: <i>xterm -e %s</i><br>For switching user: <i>lxsudo %s</i> or <i>lxsudo dbus-run-session -- %s</i><br><i>%s</i> is the command line you want to execute with terminal or su.<br> Important: Please use lxsudo, sudo alone will wreck permissions of the settings file. Esempi:<br>Per il terminale: <i>xterm -e %s</i><br>Per cambiare utente: <i>lxsudo %s</i> o <i>lxsudo dbus-run-session -- %s</i><br><i>%s</i> è il comando che vorresti eseguire nel terminale o con su.<br> Importante: Usare lxsudo - sudo da solo cambierà i permessi del file di impostazioni. - + Application restart is needed for changes to take effect. E' necessario il riavvio dell'applicazione per attivare le modifiche. - + Do not generate thumbnails for image files exceeding this size: Non generare miniature per file immagine più grandi di: - + + Always show real file names + Mostra sempre nomi reali dei file + + + + Do not show file tooltips + Non mostrare tooltip per i file + + + KB · KB - + Needs ffmpegthumbnailer Necessità di ffmpegthumbnailer - + Auto Mount Montaggio automatico - + Mount mountable volumes automatically on program startup Monta automaticamente i volumi disponibili all'avvio del programma - + Mount removable media automatically when they are inserted Monta automaticamente i volumi rimovibli quando vengono inseriti - + Show available options for removable media when they are inserted Mostra opzioni disponibili per i volumi rimovibli quando vengono inseriti - + When removable medium unmounted: Quando viene smontato un volume rimovibile: - + Close &tab containing removable medium Chiudi &scheda con il contenuto - + Chan&ge folder in the tab to home folder Cambia in cartella &home - + Switch &user command: Comando per &cambiare utente: - + Archiver in&tegration: Gestore &archivi da usare: - + Templates Modelli - + Show only user defined templates in menu Mostra solo i modelli definiti dall'utente nel menu - + Show only one template for each MIME type Mostra solo un modello per ogni tipo MIME - + Run default application after creation from template Esegui l'applicazione predefinita dopo la creazione da modello - + Programs Programmi - + Terminal emulator: Emulatore di terminale: - + Use SI decimal prefixes instead of IEC binary prefixes Usa i prefissi decimali del SI invece di quelli binari dello IEC @@ -1953,18 +2192,18 @@ La rinomina è stata interrotto. - - + + Error Errore - + No file could be renamed. Nessun file è stato rinominato. - + Some files could not be renamed. Alcuni files non sono stati rinominati. diff -Nru pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt_ja.ts pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt_ja.ts --- pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt_ja.ts 2020-04-23 18:13:46.000000000 +0000 +++ pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt_ja.ts 2020-11-02 22:27:00.000000000 +0000 @@ -19,12 +19,7 @@ 軽量なファイルマネージャー - - <html><head/><body><p><a href="https://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">https://lxqt.org/</span></a></p></body></html> - <html><head/><body><p><a href="https://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">https://lxqt.org/</span></a></p></body></html> - - - + PCManFM-Qt File Manager Copyright (C) 2009 - 2014 洪任諭 (Hong Jen Yee) @@ -61,7 +56,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - + Programming: * Hong Jen Yee (PCMan) <pcman.tw@gmail.com> @@ -70,12 +65,19 @@ - + + <html><head/><body><p><a href="https://github.com/lxqt/pcmanfm-qt"><span style=" text-decoration: underline; color:#0000ff;">https://github.com/lxqt/pcmanfm-qt</span></a></p></body></html> + + <html><head/><body><p><a href="https://github.com/lxqt/pcmanfm-qt"><span style=" text-decoration: underline; color:#0000ff;">https://github.com/lxqt/pcmanfm-qt</span></a></p></body></html> + + + + Authors 作者 - + License ライセンス @@ -290,38 +292,38 @@ デスクトップの設定 - - + + Background 背景 - + Wallpaper mode: 壁紙のモード: - + Wallpaper image file: 壁紙の画像ファイル: - + Select background color: 背景色の選択: - + Image file 画像ファイル - + Image file path 画像ファイルのパス - + &Browse 参照(&B) @@ -399,102 +401,280 @@ ロック - + + By default, desktop folders will be opened in PCManFM-Qt if they +are left clicked, even when it is not the default file manager. + 既定では、デスクトップのフォルダーは PCManFM-Qt が既定のファイルマネージャーでなくても、左クリックすると PCManFM-Qt で開きます。 + + + + Open desktop folders in default file manager by left clicking + 左クリックによってデスクトップのフォルダーを既定のファイルマネージャーで開く + + + Wallpaper 壁紙 - + Transform image based on EXIF data EXIF データに基づいて画像を変換する - + + Individual wallpaper for each monitor + 各モニターにそれぞれの壁紙 + + + Slide Show スライドショー - + Enable Slide Show スライドショーを有効にする - + Wallpaper image folder: 壁紙画像のフォルダー: - + Browse 参照 - + hour(s) 時間 - + and - + Intervals less than 5min will be ignored 5 分以内の間隔は無視されます - + Interval: 間隔: - + minute(s) - + Wallpaper folder 壁紙のフォルダー - + Randomize the slide show スライドショーをランダムに表示する - + Visible Shortcuts ショートカットの表示 - + Home ホーム - + Trash ゴミ箱 - + Computer コンピューター - + Network ネットワーク - + Advanced 高度 + HiddenShortcutsDialog + + + Hidden Shortcuts + 非表示のショートカット + + + + Shortcut + ショートカット + + + + Action + 動作 + + + + Esc + Esc + + + + Focus view, clear filter bar + ビューにフォーカス、フィルタバーのクリア + + + + Ctrl+Esc + Ctrl+Esc + + + + Focus side-pane + サイドペインへフォーカス + + + + Ctrl+L + Ctrl+L + + + + + Focus path entry + パス入力へフォーカス + + + + Alt+D + Alt+D + + + + Ctrl+Tab + Ctrl+Tab + + + + + Next tab + 次のタブ + + + + Ctrl+Shift+Tab + Ctrl+Shift+Tab + + + + + Previous tab + 前のタブ + + + + Ctrl+PageDown + Ctrl+PgDown + + + + Ctrl+PageUp + Ctrl+PgUp + + + + Ctrl+Number + Ctrl+数字 + + + + + Jump to tab + タブへジャンプ + + + + Alt+Number + Alt+数字 + + + + Backspace + Backspace + + + + Go up + 上へ移動 + + + + Ctrl+F + Ctrl+F + + + + Search dialog + 検索ダイアログ + + + + Shift+Insert + Shift+Insert + + + + Paste into transient filter bar + 一時的なフィルターバーに貼り付け + + + + Drag+Shift + ドラッグ+Shift + + + + Move file on dropping + ドロップ時にファイルを移動 + + + + Drag+Ctrl + ドラッグ+Ctrl + + + + Copy file on dropping + ドロップ時にファイルをコピー + + + + Drag+Shift+Ctrl + ドラッグ+Shift+Ctrl + + + + Make a symlink on dropping + ドロップ時にシンボリックリンクを作成 + + + MainWindow @@ -502,498 +682,518 @@ ファイルマネージャー - + Go Up 上へ - + Alt+Up Alt+Up - + Alt+Home Alt+Home - + Reload 再読み込み - + F5 F5 - + &Toolbars ツールバー(&T) - + Path &Bar パスバー(&B) - + &Filtering フィルター(&F) - + &Home ホーム(&H) - + &Reload 再読み込み(&R) - + Go 開く - + Quit 終了 - + &About このアプリケーションについて(&A) - + New Window 新しいウィンドウ - + Ctrl+N Ctrl+N - + Show &Hidden 隠しファイルの表示(&H) - + Ctrl+H Ctrl+H - + &Computer コンピューター(&C) - + &Trash ゴミ箱(&T) - + &Network ネットワーク(&N) - + &Desktop デスクトップ(&D) - + &Add to Bookmarks ブックマークに追加(&A) - + &Applications アプリケーション(&A) - + Ctrl+X Ctrl+X - + &Copy コピー(&C) - + Ctrl+C Ctrl+C - + &Paste 貼り付け(&P) - + Ctrl+V Ctrl+V - + Select &All すべて選択(&A) - + Pr&eferences 設定(&E) - + &Ascending 昇順(&A) - + &Descending 降順(&D) - + &By File Name 名前順(&B) - + By &Modification Time 更新日時順(&M) - + By Deletio&n Time 削除日時順 - + By File &Type 種類順(&T) - + By &Owner 作者順(&O) - + By &Group グループ順(&G) - + &Folder First フォルダーを最初に並べる(&F) - + + &Hidden Last + 隠しファイルを最後に(&H) + + + &Preserve sorting for this folder このフォルダーのソートを保存(&P) - + &Invert Selection 選択の反転(&I) - + &Delete 削除(&D) - + &Rename 名前の変更(&R) - + &Case Sensitive 大文字と小文字の区別(&C) - + By File &Size サイズ順(&S) - + &Close Window ウィンドウを閉じる(&C) - + &Show/Focus Filter Bar フィルターバーの表示と入力(&S) - + Show Filter Bar フィルターバーの表示 - + Ctrl+I Ctrl+I - + S&plit View 分割表示(&P) - + Split View 分割表示 - + F6 F6 - + &Copy Full Path 名前のフルパスをコピー(&C) - + Ctrl+Shift+C Ctrl+Shift+C - + Show Thumb&nails サムネイルの表示(&N) - + Show Thumbnails サムネイルの表示 - + + S&ide Pane + サイドペイン(&I) + + + + F9 + F9 + + + + Hidden &Shortcuts + 非表示のショートカット(&S) + + + Ctrl+B Ctrl+B - + &Clear All Filters すべてのフィルターを解除(&C) - + Ctrl+Shift+K Ctrl+Shift+K - + Close &previous tabs 前のタブを閉じる(&P) - + Close &next tabs 後ろのタブを閉じる(&N) - + &Preserve Settings for This Folder このフォルダーの設定を保存(&P) - + Connect to &Server サーバーへの接続(&S) - + &Location 場所(&L) - + &Path Buttons パスボタン(&P) - + &Bulk Rename 名前の一括変更(&B) - + Bulk Rename 名前の一括変更 - + Ctrl+F2 Ctrl+F2 - + Close &other tabs 他のタブを閉じる(&O) - + Permanent &filter bar フィルターバーを固定(&F) - + &Menu bar メニューバー(&M) - + Menu bar メニューバー - + Ctrl+M Ctrl+M - - + + Menu メニュー - + Ctrl+A Ctrl+A - + Go &Up 上へ(&U) - + &New Window 新しいウィンドウ(&N) - + &Icon View アイコン表示(&I) - + &Compact View コンパクト表示(&C) - + &Detailed List 詳細リスト(&D) - + &Thumbnail View サムネイル表示(&T) - + Cu&t 切り取り(&T) - + New &Tab 新しいタブ(&T) - + New Tab 新しいタブ - + Ctrl+T Ctrl+T - + Go &Back 戻る(&B) - + Go Back 戻る - + Alt+Left Alt+Left - + Go &Forward 進む(&F) - + Go Forward 進む - + Alt+Right Alt+Right - + Del Del - + F2 F2 - + C&lose Tab タブを閉じる(&C) - + File &Properties ファイルのプロパティ(&P) - + &Folder Properties フォルダーのプロパティ(&F) - + Ctrl+Q Ctrl+Q - + Ctrl+Shift+N Ctrl+Shift+N - + Ctrl+Alt+N Ctrl+Alt+N @@ -1003,67 +1203,67 @@ 新規作成(&R) - + &Sorting ソート(&S) - + Main Toolbar メインツールバー - + Ctrl+W Ctrl+W - + Alt+Return Alt+Enter - + Edit Bookmarks ブックマークの編集 - + Open &Terminal ここを端末で開く(&T) - + F4 F4 - + Open as &Root ここを root として開く(&R) - + &Edit Bookmarks ブックマークの編集(&E) - + &Folder フォルダー(&F) - + &Blank File 空のファイル(&B) - + &Find Files ファイルの検索(&F) - + F3 F3 @@ -1078,28 +1278,28 @@ ヘルプ(&H) - - + + &View 表示(&V) - + &Edit 編集(&E) - + &Bookmarks ブックマーク(&B) - + &Go 移動(&G) - + &Tool ツール(&T) @@ -1193,13 +1393,13 @@ 開くファイルまたはディレクトリ - - + + Error エラー - + Terminal emulator is not set. 端末エミュレーターを設定していません。 @@ -1316,73 +1516,78 @@ 拡大縮小 - + Select Wallpaper 壁紙の選択 - + Image Files 画像ファイル + + + Select Wallpaper Folder + 壁紙フォルダの選択 + PCManFM::DesktopWindow - + Trash (One item) ゴミ箱 (1 個) - + Trash (%Ln items) ゴミ箱 (%Ln 個) - + Trash (Empty) ゴミ箱 (空) - + Computer コンピューター - + Network ネットワーク - + Open 開く - - + + Stic&k to Current Position 現在の場所に固定(&K) - + Empty Trash ゴミ箱を空にする - + Hide Desktop Items デスクトップのアイテムを表示しない - + Create Launcher ランチャーの作成 - + Desktop Preferences デスクトップの設定 @@ -1390,7 +1595,7 @@ PCManFM::FilterBar - + Filter: フィルター: @@ -1398,7 +1603,7 @@ PCManFM::FilterEdit - + Clear text (Ctrl+K or Esc) テキストの消去 (Ctrl+K または Esc) @@ -1411,40 +1616,40 @@ Root 権限 インスタンス - + Hide menu bar メニューバーを隠す - + This will hide the menu bar completely, use Ctrl+M to show it again. メニューバーが完全に隠れます。Ctrl+M により再表示されます。 - + Version: %1 バージョン: %1 - + &Move to Trash ゴミ箱へ移動(&M) - + &Delete 削除(&D) - - + + Error エラー - + Switch user command is not set. ユーザー切り替えのコマンドが設定されていません。 @@ -1452,22 +1657,22 @@ PCManFM::PreferencesDialog - + Icon View アイコン表示 - + Compact View コンパクト表示 - + Thumbnail View サムネイル表示 - + Detailed List View 詳細リスト表示 @@ -1475,38 +1680,38 @@ PCManFM::TabPage - + Error エラー - + Free space: %1 (Total: %2) 空き容量: %1 (全体: %2) - + %n item(s) %n 個のアイテム - + (%n hidden) (%n 個の隠しアイテム) - - - + + + Link to リンク先 - + %n item(s) selected %n 個のアイテムが選択されています @@ -1516,27 +1721,29 @@ PCManFM::View - + Many files 多数のファイル - - - Do you want to open these %1 file? - これらの %1 個のファイルを開きますか? + + + Do you want to open these %1 files? + + これらの %1 ファイルを開きますか? + - + Open in New T&ab 新しいタブで開く(&T) - + Open in New Win&dow 新しいウィンドウで開く(&D) - + Open in Termina&l 端末内で開く(&L) @@ -1565,7 +1772,7 @@ - + Thumbnail サムネイル @@ -1600,84 +1807,99 @@ 新しいウィンドウで開く - + + Show folder context menu with Ctrl + right click + Ctrl + 右クリック でフォルダーのコンテキストメニューを表示する + + + Erase files on removable media instead of "trash can" creation 『ゴミ箱』を作らずに、リムーバブルメディア上のファイルを消去する - + Confirm before moving files into "trash can" 『ゴミ箱』に移動する前に確認する - - - + + + Requires application restart to take effect completely 完全に有効にするためにアプリケーションを再起動して下さい - + Launch executable files without prompt 実行可能なファイルを実行するときに確認しない - + + Open folders in new tabs as far as possible + できる限り新しいタブでフォルダを開く + + + + Single window mode + シングルウィンドウモード + + + Icons アイコン - + Size of big icons: 大きいアイコンのサイズ: - + Size of small icons: 小さいアイコンのサイズ: - + Size of thumbnails: サムネイルのサイズ: - + Size of side pane icons: サイドペインのアイコンのサイズ: - + Icon theme: アイコンテーマ: - + Window ウィンドウ - + Default width of new windows: 新しいウィンドウのデフォルトの幅: - + Default height of new windows: 新しいウィンドウのデフォルトの高さ: - + Always show the tab bar タブバーを常に表示する - + Show 'Close' buttons on tabs [閉じる]ボタンをタブに表示する - + Remember the size of the last closed window 最後に閉じたウィンドウのサイズを記憶する @@ -1712,215 +1934,230 @@ - + File Operations ファイル操作 - + Confirm before deleting files ファイルを削除する前に確認する - + Move deleted files to "trash bin" instead of erasing from disk. ディスクから削除せずに『ゴミ箱』へ移動する - + Select newly created files 新しく作成したファイルを選択する - - + + Used by Icon View アイコン表示で使用します - - + + Used by Compact View and Detailed List View コンパクト表示および詳細リスト表示で使用します - - + + Used by Thumbnail View サムネイル表示で使用します - + User interface ユーザーインターフェース - + Treat backup files as hidden バックアップファイルを隠しファイルと同様に扱う - - Always show full file names - 常にフルのファイル名を表示する - - - + Show icons of hidden files shadowed 隠しファイルのアイコンをグレー色にする - + + Do not show file tooltips + ファイルのツールチップを表示しない + + + Minimum item margins in icon view: アイコン表示におけるアイテムの最小余白: - + 3 px by default. 既定は 3 ピクセルです。 - + px ピクセル - + x × - + 3 px by default. A space is also reserved for 3 lines of text. 既定は 3 ピクセルです。 また文字のために 3 行分の間隔が確保されます。 - + Lock ロック - + When unchecked, the tab bar will be shown only if there are more than one tab. チェックを外すと、 複数のタブがある場合にのみタブバーを表示します。 - + + Switch to newly opened tab + 新しく開くタブに切り換える + + + + Reopen last window tabs in a new window + 最後のウィンドウのタブを新しいウィンドウで開く + + + Examples:<br>For terminal: <i>xterm -e %s</i><br>For switching user: <i>lxsudo %s</i> or <i>lxsudo dbus-run-session -- %s</i><br><i>%s</i> is the command line you want to execute with terminal or su.<br> Important: Please use lxsudo, sudo alone will wreck permissions of the settings file. 例:<br>端末の場合: <i>xterm -e %s</i><br>ユーザー切り替えの場合: <i>lxsudo %s</i> または <i>lxsudo dbus-run-session -- %s</i><br><i>%s</i> は、端末またはユーザー切り替えで実行するコマンドラインです。<br>重要: sudo では設定ファイルのアクセス権が壊れることがあるので、lxsudo を使用して下さい。 - + Application restart is needed for changes to take effect. 変更を有効にするにはアプリケーションを再起動します。 - + Needs ffmpegthumbnailer ffmpegthumbnailer が必要です - + Show thumbnails of files ファイルのサムネイルを表示する - + Templates テンプレート - + Show only user defined templates in menu メニューにユーザー定義のテンプレートのみを表示する - + Show only one template for each MIME type MIME タイプごとにテンプレートを1つだけを表示する - + Run default application after creation from template テンプレートから作成した後にデフォルトのアプリケーションを実行する - + Only show thumbnails for local files ローカルファイルのみサムネイルを表示する - + Do not generate thumbnails for image files exceeding this size: 次のサイズを超える画像ファイルのサムネイルを生成しない: - + KB KB - + When removable medium unmounted: リムーバブルメディアをアンマウントする際に: - + Switch &user command: ユーザー切り替えのコマンド(&U): - + Archiver in&tegration: アーカイバーの統合(&T): - + Terminal emulator: 端末エミュレーター: - + + Always show real file names + 常に実際のファイル名を表示する + + + Auto Mount 自動マウント - + Mount mountable volumes automatically on program startup プログラム開始時にマウント可能なボリュームをマウントする - + Mount removable media automatically when they are inserted リムーバブルメディアが接続された際に、自動的にマウントする - + Show available options for removable media when they are inserted リムーバブルメディアが接続された際に、可能な処理を表示する - + Close &tab containing removable medium リムーバブルメディアを含むタブを閉じる(&T) - + Chan&ge folder in the tab to home folder タブ内のフォルダーをホームフォルダーに移動する(&G) - + Programs プログラム - + Use SI decimal prefixes instead of IEC binary prefixes サイズ単位には IEC 二進接頭辞の代わりに SI 十進接頭辞を用いる @@ -1948,18 +2185,18 @@ 名前の変更は中止されました。 - - + + Error エラー - + No file could be renamed. ファイル名を変更できませんでした。 - + Some files could not be renamed. 一部のファイルは名前を変更できませんでした。 diff -Nru pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt_ko.desktop pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt_ko.desktop --- pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt_ko.desktop 1970-01-01 00:00:00.000000000 +0000 +++ pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt_ko.desktop 2020-11-02 22:27:00.000000000 +0000 @@ -0,0 +1,4 @@ +#Translations +Name[ko]=PCManFM-Qt 파일 관리자 +GenericName[ko]=파일 관리자 Qt +Comment[ko]=파일이나 파일 시스템을 관리합니다 (PCManFM-Qt) diff -Nru pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt_ko.ts pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt_ko.ts --- pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt_ko.ts 1970-01-01 00:00:00.000000000 +0000 +++ pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt_ko.ts 2020-11-02 22:27:00.000000000 +0000 @@ -0,0 +1,2186 @@ + + + + + AboutDialog + + + About + 정보 + + + + <html><head/><body><p><span style=" font-size:16pt; font-weight:600;">PCManFM-Qt</span></p></body></html> + + + + + Lightweight file manager + 가벼운 파일 매니저 + + + + Programming: +* Hong Jen Yee (PCMan) <pcman.tw@gmail.com> + + + + + + PCManFM-Qt File Manager + +Copyright (C) 2009 - 2014 洪任諭 (Hong Jen Yee) + +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public License +as published by the Free Software Foundation; either version 2 +of the License, or (at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + + + + + Authors + 제작 + + + + <html><head/><body><p><a href="https://github.com/lxqt/pcmanfm-qt"><span style=" text-decoration: underline; color:#0000ff;">https://github.com/lxqt/pcmanfm-qt</span></a></p></body></html> + + + + + + License + 라이센스 + + + + AutoRunDialog + + + Removable medium is inserted + 이동식 매체가 삽입되었습니다 + + + + <b>Removable medium is inserted</b> + <b>이동식 미디어가 삽입되었습니다</b> + + + + Type of medium: + 미디어 종류: + + + + Detecting... + 인식중... + + + + Please select the action you want to perform: + 수행할 작업을 선택하세요: + + + + BulkRenameDialog + + + Bulk Rename + 전체 이름 바꾸기 + + + + # will be replaced by numbers starting with: + + + + + Rename selected files to: + 선택된 파일을 변경할 이름: + + + + Name# + 이름# + + + + ConnectServerDialog + + + Connect to remote server + 원격 서버 접속 + + + + Anonymous &login + 익명 로그인(&L) + + + + Login as &user: + 사용자로 로그인(&U): + + + + Specify remote folder to connect + 접속할 원격 폴더를 지정하세요 + + + + Type: + 형삭: + + + + Port: + 포트: + + + + Path: + 경로: + + + + Host: + 호스트: + + + + DesktopEntryDialog + + + Create Launcher + 런쳐 만들기 + + + + Name: + 이름: + + + + Description: + 설명: + + + + Comment: + 주석: + + + + Command: + 명령: + + + + + ... + + + + + Icon: + 아이콘: + + + + + Run in terminal? + 터미널에서 실행하시겠습니까? + + + + Terminal: + 터미널: + + + + No + 아니오 + + + + Yes + + + + + Type: + 종류: + + + + Application + 애플리케이션 + + + + Link + 링크 + + + + DesktopFolder + + + Form + 양식 + + + + Desktop + 바탕 화면 + + + + Desktop folder: + 바탕화면 폴더: + + + + Image file + 이미지 파일 + + + + Folder path + 폴더 경로 + + + + &Browse + 찾아보기(&B) + + + + DesktopPreferencesDialog + + + Desktop Preferences + 바탕화면 속성 + + + + + Background + 배경 화면 + + + + Wallpaper mode: + 배경 화면 모드: + + + + Wallpaper image file: + 배경 화면 이미지 파일: + + + + Select background color: + 배경 색상 선택: + + + + Image file + 이미지 파일 + + + + Image file path + 이미지 파일 경로 + + + + &Browse + 찾아보기(&B) + + + + Icons + 아이콘 + + + + Icon size: + 아이콘 크기: + + + + Label Text + 라벨 텍스트 + + + + Select shadow color: + 그림자 색상 선택: + + + + Select font: + 글꼴 선택: + + + + General + 일반 + + + + Select text color: + 텍스트 색상 선택: + + + + Spacing + 간격 + + + + Minimum item margins: + 최소 항목간 간격 + + + + 3 px by default. + 3 px 기본값. + + + + + px + + + + + x + + + + + 1 px by default. +A space is also reserved for 3 lines of text. + 1 xp 기본값 +3줄의 텍스트를 위한 공간도 확보됩니다. + + + + Lock + 잠금 + + + + By default, desktop folders will be opened in PCManFM-Qt if they +are left clicked, even when it is not the default file manager. + + + + + Open desktop folders in default file manager by left clicking + + + + + Wallpaper + 배경 화면 + + + + Transform image based on EXIF data + EXIF 정보에 기반하여 이미지 변환 + + + + Individual wallpaper for each monitor + 모니터 마다 각각의 배경 화면 선택 + + + + Slide Show + 슬라이드쇼 + + + + Enable Slide Show + 슬라이드쇼 활성화 + + + + Wallpaper image folder: + 배경 화면 이미지 폴더: + + + + Browse + 찾아보기 + + + + hour(s) + 시간 + + + + and + : + + + + Intervals less than 5min will be ignored + 5분 미만의 간격은 무시됩니다 + + + + Interval: + 간격: + + + + minute(s) + + + + + Wallpaper folder + 배경 화면 폴더 + + + + Randomize the slide show + 슬라이드쇼 임의 재생 + + + + Visible Shortcuts + 바로가기 보기 + + + + Home + + + + + Trash + 휴지통 + + + + Computer + 컴퓨터 + + + + Network + 네트워크 + + + + Advanced + 고급 + + + + HiddenShortcutsDialog + + + Hidden Shortcuts + 숨겨진 바로가기 + + + + Shortcut + 바로가기 + + + + Action + + + + + Esc + + + + + Focus view, clear filter bar + + + + + Ctrl+Esc + + + + + Focus side-pane + + + + + Ctrl+L + + + + + + Focus path entry + + + + + Alt+D + + + + + Ctrl+Tab + + + + + + Next tab + 다음 탭 + + + + Ctrl+Shift+Tab + + + + + + Previous tab + 이전 탭 + + + + Ctrl+PageDown + + + + + Ctrl+PageUp + + + + + Ctrl+Number + + + + + + Jump to tab + 탭 건너 뛰기 + + + + Alt+Number + + + + + Backspace + + + + + Go up + 위로 가기 + + + + Ctrl+F + + + + + Search dialog + 검색 대화 상자 + + + + Shift+Insert + + + + + Paste into transient filter bar + + + + + Drag+Shift + + + + + Move file on dropping + 관습적으로 사용하는 말로 의역함. + 여기로 이동 + + + + Drag+Ctrl + + + + + Copy file on dropping + 관습적으로 사용하는 말로 의역함. + 여기로 복사 + + + + Drag+Shift+Ctrl + + + + + Make a symlink on dropping + 여기에 심링크 만들기 + + + + MainWindow + + + File Manager + 파일 매니저 + + + + &Toolbars + 도구바(&T) + + + + Path &Bar + 경로바(&B) + + + + &Filtering + 필터링(&F) + + + + Go &Up + 위로(&U) + + + + Go Up + 위로 + + + + Alt+Up + + + + + &Home + 홈(&H) + + + + Alt+Home + + + + + &Reload + 새로고침(&R) + + + + F5 + + + + + Go + 이동 + + + + Quit + 종료 + + + + &About + 정보(&A) + + + + &New Window + 새 창(&N) + + + + New Window + 새 창 + + + + Ctrl+N + + + + + Show &Hidden + 숨김 파일 보기(&H) + + + + Ctrl+H + + + + + &Computer + 컴퓨터(&C) + + + + &Trash + 휴지통(&T) + + + + &Network + 네트워크(&N) + + + + &Desktop + 바탕 화면(&D) + + + + &Add to Bookmarks + 북마크 추가(&A) + + + + &Applications + 애플리케이션(&A) + + + + Reload + 새로고침 + + + + &Icon View + 아이콘(&I) + + + + &Compact View + 간단히(&C) + + + + &Detailed List + 자세히(&D) + + + + &Thumbnail View + 썸네일(&T) + + + + Cu&t + 잘라내기(&T) + + + + Ctrl+X + + + + + &Copy + 복사(&C) + + + + Ctrl+C + + + + + &Paste + 붙여넣기(&P) + + + + Ctrl+V + + + + + Select &All + 모두 선택(&A) + + + + Ctrl+A + + + + + Pr&eferences + 속성(&E) + + + + &Ascending + 오름차순(&A) + + + + &Descending + 내림차순(&D) + + + + &By File Name + 이름(&B) + + + + By &Modification Time + 수정한 날짜(&M) + + + + By Deletio&n Time + 삭제한 날짜(&N) + + + + By File &Type + 유형(&T) + + + + By &Owner + 소유자(&O) + + + + By &Group + 그룹(&G) + + + + &Folder First + 폴더 먼저(&F) + + + + &Hidden Last + 숨겨진 파일 나중에(&H) + + + + &Preserve sorting for this folder + 이 폴더에 대해 정렬 순서 유지(&P) + + + + &Case Sensitive + 대/소문자 구별(&C) + + + + By File &Size + 크기(&S) + + + + &Close Window + 창 닫기(&C) + + + + Ctrl+Q + + + + + &Folder + 폴더(&F) + + + + &Blank File + 빈 파일(&B) + + + + &Show/Focus Filter Bar + 필터바 보기/가리키기(&S) + + + + Show Filter Bar + 필터바 보기 + + + + Ctrl+I + + + + + S&plit View + 나눠 보기(&P) + + + + Split View + 나눠 보기 + + + + F6 + + + + + &Copy Full Path + 전체 경로 복사(&C) + + + + Ctrl+Shift+C + + + + + Show Thumb&nails + 썸네일 보기(&N) + + + + Show Thumbnails + 썸네일 보기 + + + + S&ide Pane + 세부 정보 창(&I) + + + + F9 + + + + + Hidden &Shortcuts + 바로가기 숨기기(&S) + + + + Ctrl+B + + + + + &Clear All Filters + 모든 필터 초기화(&C) + + + + Ctrl+Shift+K + + + + + Close &previous tabs + 이전 탭 닫기(&P) + + + + Close &next tabs + 다음 탭 닫기(&N) + + + + &Preserve Settings for This Folder + 이 폴더에 대한 설정 유지(&P) + + + + Connect to &Server + 서버 접속(&S) + + + + &Location + 위치(&L) + + + + &Path Buttons + 경로 버튼(&P) + + + + &Bulk Rename + 전체 이름 바꾸기(&B) + + + + Bulk Rename + 전체 이름 바꾸기 + + + + Ctrl+F2 + + + + + Close &other tabs + 다른 탭 닫기(&O) + + + + Permanent &filter bar + 영구적인 필터바(&F) + + + + &Menu bar + 메뉴바(&M) + + + + Menu bar + 메뉴바 + + + + Ctrl+M + + + + + + Menu + 메뉴 + + + + New &Tab + 새 탭(&T) + + + + New Tab + 새 탭 + + + + Ctrl+T + + + + + Go &Back + 뒤로 가기(&B) + + + + Go Back + 뒤로 가기 + + + + Alt+Left + + + + + Go &Forward + 앞으로 가기(&F) + + + + Go Forward + 앞으로 가기 + + + + Alt+Right + + + + + &Invert Selection + 선택 반전(&I) + + + + &Delete + 삭제(&D) + + + + Del + + + + + &Rename + 이름 바꾸기(&R) + + + + F2 + + + + + C&lose Tab + 탭 닫기(&L) + + + + Ctrl+W + + + + + File &Properties + 파일 속성(&P) + + + + Alt+Return + + + + + &Folder Properties + 폴더 속성(&F) + + + + Edit Bookmarks + 북마크 편집 + + + + Open &Terminal + 터미널 열기(&T) + + + + F4 + + + + + Open as &Root + 관리자 권한으로 열기(&R) + + + + &Edit Bookmarks + 북마크 편집(&E) + + + + Ctrl+Shift+N + + + + + Ctrl+Alt+N + + + + + &Find Files + 파일 찾기(&F) + + + + F3 + + + + + &File + 파일(&F) + + + + C&reate New + 새로 만들기(&R) + + + + &Help + 도움말(&H) + + + + + &View + 보기(&V) + + + + &Sorting + 정렬(&S) + + + + &Edit + 편집(&E) + + + + &Bookmarks + 북마크(&B) + + + + &Go + 이동(&G) + + + + &Tool + 도구(&T) + + + + Main Toolbar + 메인 도구바 + + + + PCManFM::Application + + + Name of configuration profile + 설정 프로필 이름 + + + + PROFILE + + + + + Run PCManFM as a daemon + + + + + Quit PCManFM + PCManFM 종료 + + + + Launch desktop manager + 데스크톱 매니저 실행 + + + + Turn off desktop manager if it's running + + + + + Open desktop preference dialog on the page with the specified name + + + + + + NAME + + + + + Open new window + 새 창에서 열기 + + + + Open Find Files utility + + + + + Set desktop wallpaper from image FILE + + + + + FILE + + + + + MODE + + + + + Set mode of desktop wallpaper. MODE=(%1) + + + + + Open Preferences dialog on the page with the specified name + + + + + Files or directories to open + + + + + [FILE1, FILE2,...] + + + + + + Error + 오류 + + + + Terminal emulator is not set. + + + + + PCManFM::AutoRunDialog + + + Open in file manager + 파일 매니저 열기 + + + + Removable Disk + 이동식 디스크 + + + + PCManFM::ConnectServerDialog + + + SSH + + + + + FTP + + + + + WebDav + + + + + Secure WebDav + + + + + HTTP + + + + + HTTPS + + + + + PCManFM::DesktopEntryDialog + + + Command: + 명령: + + + + URL: + + + + + Select an icon + 아이콘 선택 + + + + Images (*.png *.xpm *.svg *.svgz ) + 이미지 (*.png *.xpm *.svg *.svgz ) + + + + Select an executable file + 실행 파일 선택 + + + + Select a file + 파일 선택 + + + + PCManFM::DesktopPreferencesDialog + + + Fill with background color only + 배경 색상으로만 채우기 + + + + Stretch to fill the entire screen + 전체 화면 채우기 + + + + Stretch to fit the screen + 화면에 맞추기 + + + + Center on the screen + 화면의 정중앙 + + + + Tile the image to fill the entire screen + 전체 화면에 바둑판식으로 배열 + + + + Zoom the image to fill the entire screen + 전체 화면이 채워지도록 이미지를 확대 + + + + Select Wallpaper + 배경 화면 선택 + + + + Image Files + 이미지 파일 + + + + Select Wallpaper Folder + 배경 화면 폴더 선택 + + + + PCManFM::DesktopWindow + + + Trash (One item) + 휴지통 (1개 항목) + + + + Trash (%Ln items) + + 휴지통 (%Ln개 항목) + + + + + Trash (Empty) + 휴지통 (비어있음) + + + + Computer + 컴퓨터 + + + + Network + 네트워크 + + + + Open + 열기 + + + + + Stic&k to Current Position + + + + + Empty Trash + 휴지통 비우기 + + + + Hide Desktop Items + 데스크톱 항목 숨기기 + + + + Create Launcher + 런처 만들기 + + + + Desktop Preferences + 데스크톱 속성 + + + + PCManFM::FilterBar + + + Filter: + 필터: + + + + PCManFM::FilterEdit + + + Clear text (Ctrl+K or Esc) + 텍스트 지우기 (Ctrl+K 또는 ESC) + + + + PCManFM::MainWindow + + + Root Instance + + + + + Hide menu bar + 메뉴바 숨기기 + + + + This will hide the menu bar completely, use Ctrl+M to show it again. + + + + + Version: %1 + 버전: %1 + + + + + &Move to Trash + 휴지통으로 이동(&M) + + + + + &Delete + 삭제(&D) + + + + + Error + 오류 + + + + Switch user command is not set. + + + + + PCManFM::PreferencesDialog + + + Icon View + + + + + Compact View + + + + + Thumbnail View + + + + + Detailed List View + + + + + PCManFM::TabPage + + + Error + 오류 + + + + Free space: %1 (Total: %2) + 빈 공간: %1 (전체: %2) + + + + %n item(s) + + %n개 항목 + + + + + (%n hidden) + + (%n개 숨김) + + + + + + + Link to + 연결 경로 + + + + %n item(s) selected + + %n개 항목 선택됨 + + + + + PCManFM::View + + + Many files + 많은 파일 + + + + Do you want to open these %1 files? + + %1 파일으르 여시겠습니까? + + + + + Open in New T&ab + 새 탭에서 열기(&A) + + + + Open in New Win&dow + 새 창에서 열기(&D) + + + + Open in Termina&l + 터미널에서 열기(&L) + + + + PreferencesDialog + + + Preferences + 속성 + + + + User Interface + 사용자 인터페이스 + + + + Behavior + + + + + + Thumbnail + 썸네일 + + + + Volume + 볼륨 + + + + Advanced + 고급 + + + + Select newly created files + + + + + Icons + 아이콘 + + + + Size of big icons: + 큰 아이콘 크기: + + + + Size of small icons: + 작은 아이콘 크기: + + + + Size of thumbnails: + 썸네일 크기: + + + + Size of side pane icons: + + + + + Icon theme: + 아이콘 테마: + + + + Window + + + + + Always show the tab bar + 탭바를 항상 보기 + + + + Show 'Close' buttons on tabs + 탭에 닫기 버튼 보기 + + + + Remember the size of the last closed window + 마지막으로 종료된 창의 크기를 기억 + + + + Default width of new windows: + 새 창의 가로 크기 기본값: + + + + Default height of new windows: + 새 창의 세로 크기 기본값: + + + + Browsing + 찾아보기 + + + + Open files with single click + 한 번의 클릭으로 파일 열기 + + + + Delay of auto-selection in single click mode (0 to disable) + + + + + Default view mode: + + + + + sec + + + + + File Operations + + + + + Confirm before deleting files + + + + + Move deleted files to "trash bin" instead of erasing from disk. + + + + + Show thumbnails of files + + + + + Only show thumbnails for local files + + + + + Display + 디스플레이 + + + + If this is unchecked, the DE setting will be used. + + + + + Bookmarks: + 북마크: + + + + Open in current tab + 현재 탭에서 열기 + + + + Open in new tab + 새 탭에서 열기 + + + + Open in new window + 새 창에서 열기 + + + + Erase files on removable media instead of "trash can" creation + + + + + Confirm before moving files into "trash can" + + + + + + + Requires application restart to take effect completely + + + + + Launch executable files without prompt + + + + + + Used by Icon View + + + + + + Used by Compact View and Detailed List View + + + + + + Used by Thumbnail View + + + + + User interface + + + + + Treat backup files as hidden + + + + + Show icons of hidden files shadowed + + + + + Minimum item margins in icon view: + + + + + 3 px by default. + 3 px 기본값. + + + + + px + + + + + x + + + + + 3 px by default. +A space is also reserved for 3 lines of text. + 1 xp 기본값 +3줄의 텍스트를 위한 공간도 확보됩니다. {3 ?} {3 ?} + + + + Lock + 잠금 + + + + When unchecked, the tab bar will be shown +only if there are more than one tab. + + + + + Switch to newly opened tab + + + + + Reopen last window tabs in a new window + + + + + Examples:<br>For terminal: <i>xterm -e %s</i><br>For switching user: <i>lxsudo %s</i> or <i>lxsudo dbus-run-session -- %s</i><br><i>%s</i> is the command line you want to execute with terminal or su.<br> Important: Please use lxsudo, sudo alone will wreck permissions of the settings file. + + + + + Application restart is needed for changes to take effect. + + + + + Do not generate thumbnails for image files exceeding this size: + + + + + Show folder context menu with Ctrl + right click + + + + + Open folders in new tabs as far as possible + + + + + Single window mode + 단일 창 모드 + + + + Always show real file names + + + + + Do not show file tooltips + + + + + KB + + + + + Needs ffmpegthumbnailer + + + + + Auto Mount + 자동 마운트 + + + + Mount mountable volumes automatically on program startup + + + + + Mount removable media automatically when they are inserted + + + + + Show available options for removable media when they are inserted + + + + + When removable medium unmounted: + + + + + Close &tab containing removable medium + + + + + Chan&ge folder in the tab to home folder + + + + + Programs + 프로그램 + + + + Terminal emulator: + + + + + Switch &user command: + + + + + Archiver in&tegration: + + + + + Templates + 탬플릿 + + + + Show only user defined templates in menu + + + + + Show only one template for each MIME type + + + + + Run default application after creation from template + + + + + Use SI decimal prefixes instead of IEC binary prefixes + + + + + QObject + + + Renaming files... + 파일 이름 바꾸는 중... + + + + Abort + 중지 + + + + Warning + 경고 + + + + Renaming is aborted. + 이름 바꾸기가 중지되었습니다. + + + + + Error + 오류 + + + + No file could be renamed. + 아무 파일도 이름이 바뀌지 않았습니다. + + + + Some files could not be renamed. + 일부 파일의 이름을 바꾸지 못했습니다. + + + diff -Nru pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt_lt.ts pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt_lt.ts --- pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt_lt.ts 2020-04-23 18:13:46.000000000 +0000 +++ pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt_lt.ts 2020-11-02 22:27:00.000000000 +0000 @@ -19,12 +19,7 @@ Supaprastinta failų tvarkytuvė - - <html><head/><body><p><a href="https://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">https://lxqt.org/</span></a></p></body></html> - <html><head/><body><p><a href="https://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">https://lxqt.org/</span></a></p></body></html> - - - + Programming: * Hong Jen Yee (PCMan) <pcman.tw@gmail.com> @@ -33,7 +28,7 @@ - + PCManFM-Qt File Manager Copyright (C) 2009 - 2014 洪任諭 (Hong Jen Yee) @@ -70,12 +65,18 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - + Authors Autoriai - + + <html><head/><body><p><a href="https://github.com/lxqt/pcmanfm-qt"><span style=" text-decoration: underline; color:#0000ff;">https://github.com/lxqt/pcmanfm-qt</span></a></p></body></html> + + + + + License Licencija @@ -290,38 +291,38 @@ Darbalaukio nuostatos - - + + Background Fonas - + Wallpaper mode: Darbalaukio fono veiksena: - + Wallpaper image file: Darbalaukio fono paveikslo failas: - + Select background color: Pasirinkite fono spalvą: - + Image file Paveikslo failas - + Image file path Paveikslo failo kelias - + &Browse &Naršyti @@ -399,102 +400,280 @@ Užrakinti - + + By default, desktop folders will be opened in PCManFM-Qt if they +are left clicked, even when it is not the default file manager. + + + + + Open desktop folders in default file manager by left clicking + + + + Wallpaper Darbalaukio fonas - + Transform image based on EXIF data Pertvarkyti paveikslą pagal EXIF duomenis - + + Individual wallpaper for each monitor + + + + Slide Show Skaidrių rodymas - + Enable Slide Show Įjungti skaidrių rodymą - + Wallpaper image folder: Darbalaukio fono paveikslų aplankas: - + Browse Naršyti - + hour(s) valanda(-ų) - + and ir - + Intervals less than 5min will be ignored Mažesnių nei 5 min. intervalų bus nepaisoma - + Interval: Intervalas: - + minute(s) minutė(-ių) - + Wallpaper folder Darbalaukio fonų aplankas - + Randomize the slide show Atsitiktinė tvarka - + Visible Shortcuts Matomi šaukiniai - + Home Namai - + Trash Šiukšlinė - + Computer Kompiuteris - + Network Tinklas - + Advanced Išplėstinės + HiddenShortcutsDialog + + + Hidden Shortcuts + + + + + Shortcut + + + + + Action + + + + + Esc + + + + + Focus view, clear filter bar + + + + + Ctrl+Esc + + + + + Focus side-pane + + + + + Ctrl+L + + + + + + Focus path entry + + + + + Alt+D + + + + + Ctrl+Tab + + + + + + Next tab + + + + + Ctrl+Shift+Tab + + + + + + Previous tab + + + + + Ctrl+PageDown + + + + + Ctrl+PageUp + + + + + Ctrl+Number + + + + + + Jump to tab + + + + + Alt+Number + + + + + Backspace + + + + + Go up + + + + + Ctrl+F + + + + + Search dialog + + + + + Shift+Insert + + + + + Paste into transient filter bar + + + + + Drag+Shift + + + + + Move file on dropping + + + + + Drag+Ctrl + + + + + Copy file on dropping + + + + + Drag+Shift+Ctrl + + + + + Make a symlink on dropping + + + + MainWindow @@ -502,553 +681,573 @@ Failų tvarkytuvė - + &Toolbars Įrankių juos&tos - + Path &Bar &Kelio juosta - + &Filtering &Filtravimas - + Go &Up Eiti a&ukštyn - + Go Up Eiti aukštyn - + Alt+Up Alt+Aukštyn - + &Home &Namai - + Alt+Home Alt+Home(Prad) - + &Reload Į&kelti iš naujo - + F5 F5 - + Go Pereiti - + Quit Išeiti - + &About &Apie - + &New Window &Naujas langas - + New Window Naujas langas - + Ctrl+N Ctrl(Vald)+N - + Show &Hidden Rodyti &paslėptus - + Ctrl+H Ctrl(Vald)+H - + &Computer &Kompiuteris - + &Trash Š&iukšlinė - + &Network &Tinklas - + &Desktop &Darbalaukis - + &Add to Bookmarks Įtr&aukti į žymeles - + &Applications Pro&gramos - + Reload Įkelti iš naujo - + &Icon View &Piktogramų rodinys - + &Compact View &Glaustas rodinys - + &Detailed List &Išsamaus sąrašo rodinys - + &Thumbnail View &Miniatiūrų rodinys - + Cu&t &Iškirpti - + Ctrl+X Ctrl(Vald)+X - + &Copy &Kopijuoti - + Ctrl+C Ctrl(Vald)+C - + &Paste Į&dėti - + Ctrl+V Ctrl(Vald)+V - + Select &All Žymėti vis&ką - + Ctrl+A Ctrl(Vald)+A - + Pr&eferences &Nuostatos - + &Ascending &Didėjimo tvarka - + &Descending &Mažėjimo tvarka - + &By File Name &Pagal failo pavadinimą - + By &Modification Time Pagal &keitimo laiką - + By Deletio&n Time Pagal iš&trynimo laiką - + By File &Type Pagal failo &tipą - + By &Owner Pagal &savininką - + By &Group Pagal &grupę - + &Folder First P&irmiausia aplankai - + + &Hidden Last + + + + &Preserve sorting for this folder &Išsaugoti rikiavimą šiam aplankui - + &Case Sensitive &Skirti raidžių dydį - + By File &Size Pagal failo &dydį - + &Close Window &Užverti langą - + Ctrl+Q Ctrl(Vald)+Q - + &Folder &Aplankas - + &Blank File &Tuščias failas - + &Show/Focus Filter Bar &Rodyti/Fokusuoti filtro juostą - + Show Filter Bar Rodyti filtro juostą - + Ctrl+I Ctrl(Vald)+I - + S&plit View Suskai&dytas rodinys - + Split View Suskaidytas rodinys - + F6 F6 - + &Copy Full Path &Kopijuoti pilną kelią - + Ctrl+Shift+C Ctrl(Vald)+Shift(Lyg2)+C - + Show Thumb&nails Rodyti &miniatiūras - + Show Thumbnails Rodyti miniatiūras - + + S&ide Pane + + + + + F9 + F9 + + + + Hidden &Shortcuts + + + + Ctrl+B Ctrl(Vald)+B - + &Bulk Rename &Masinis pervadinimas - + Bulk Rename Masinis pervadinimas - + Ctrl+F2 Ctrl(Vald)+F2 - + Close &previous tabs Užverti ankstesnes ko&rteles - + Permanent &filter bar Nuolatinė &filtro juosta - + &Clear All Filters &Išvalyti visus filtrus - + Ctrl+Shift+K Ctrl(Vald)+Shift(Lyg2)+K - + Close &next tabs Užverti ki&tas korteles - + &Preserve Settings for This Folder Iš&saugoti nustatymus šiam aplankui - + Connect to &Server Prisijungti prie &serverio - + &Location &Vieta - + &Path Buttons Kelio &mygtukai - + Close &other tabs Užverti &kitas korteles - + &Menu bar &Meniu juosta - + Menu bar Meniu juosta - + Ctrl+M Ctrl(Vald)+M - - + + Menu Meniu - + New &Tab Nauja &kortelė - + New Tab Nauja kortelė - + Ctrl+T Ctrl(Vald)+T - + Go &Back At&gal - + Go Back Atgal - + Alt+Left Alt+Kairėn - + Go &Forward &Pirmyn - + Go Forward Pirmyn - + Alt+Right Alt+Dešinėn - + &Invert Selection &Invertuoti žymėjimą - + &Delete Iš&trinti - + Del Del(Šal) - + &Rename Pe&rvadinti - + F2 F2 - + C&lose Tab &Užverti kortelę - + Ctrl+W Ctrl(Vald)+W - + File &Properties Failo &savybės - + Alt+Return Alt+Return(Įvesti) - + &Folder Properties Aplanko sa&vybės - + Edit Bookmarks Redaguoti žymeles - + Open &Terminal Atverti &terminalą - + F4 F4 - + Open as &Root Atverti a&dministratoriaus teisėmis - + &Edit Bookmarks R&edaguoti žymeles - + Ctrl+Shift+N Ctrl(Vald)+Shift(Lyg2)+N - + Ctrl+Alt+N Ctrl(Vald)+Alt+N - + &Find Files &Rasti failus - + F3 F3 @@ -1068,38 +1267,38 @@ Ži&nynas - - + + &View &Rodinys - + &Sorting Ri&kiavimas - + &Edit &Taisa - + &Bookmarks Ž&ymelės - + &Go &Eiti - + &Tool Įrank&iai - + Main Toolbar Pagrindinė įrankių juosta @@ -1193,13 +1392,13 @@ [FAILAS1, FAILAS2,...] - - + + Error Klaida - + Terminal emulator is not set. Terminalo emuliatorius nėra nustatytas. @@ -1316,25 +1515,30 @@ Didinti paveikslą, kad būtų užpildytas visas ekranas - + Select Wallpaper Pasirinkti darbalaukio foną - + Image Files Paveikslų failai + + + Select Wallpaper Folder + + PCManFM::DesktopWindow - + Trash (One item) Šiukšlinė (Vienas elementas) - + Trash (%Ln items) Šiukšlinė (%Ln elementas) @@ -1343,48 +1547,48 @@ - + Trash (Empty) Šiukšlinė (Tuščia) - + Computer Kompiuteris - + Network Tinklas - + Open Atverti - - + + Stic&k to Current Position Pritvirtinti prie esamos &vietos - + Empty Trash Išvalyti šiukšlinę - + Hide Desktop Items Slėpti darbalaukio elementus - + Create Launcher Sukurti paleidyklę - + Desktop Preferences Darbalaukio nuostatos @@ -1392,7 +1596,7 @@ PCManFM::FilterBar - + Filter: Filtras: @@ -1400,7 +1604,7 @@ PCManFM::FilterEdit - + Clear text (Ctrl+K or Esc) Išvalyti tekstą (Vald+K arba Gr) @@ -1413,40 +1617,40 @@ Šaknies egzempliorius - + Hide menu bar Slėpti meniu juostą - + This will hide the menu bar completely, use Ctrl+M to show it again. Tai visiškai paslėps meniu juostą, naudokite Ctrl(Vald)+M, kad ji vėl būtų parodyta. - + Version: %1 Versija: %1 - + &Move to Trash &Perkelti į šiukšlinę - + &Delete &Ištrinti - - + + Error Klaida - + Switch user command is not set. Naudotojo perjungimo komanda nėra nustatyta. @@ -1454,22 +1658,22 @@ PCManFM::PreferencesDialog - + Icon View Piktogramų rodinys - + Compact View Glaustas rodinys - + Thumbnail View Miniatiūrų rodinys - + Detailed List View Išsamaus sąrašo rodinys @@ -1477,17 +1681,17 @@ PCManFM::TabPage - + Error Klaida - + Free space: %1 (Total: %2) Laisva vieta: %1 (Viso: %2) - + %n item(s) %n elementas @@ -1496,7 +1700,7 @@ - + (%n hidden) (%n paslėptas) @@ -1505,14 +1709,14 @@ - - - + + + Link to Nuoroda į - + %n item(s) selected Pažymėtas %n elementas @@ -1524,27 +1728,31 @@ PCManFM::View - + Many files Daug failų - - - Do you want to open these %1 file? - Ar norite atverti šiuos %1 failus? + + + Do you want to open these %1 files? + + + + + - + Open in New T&ab Atverti naujoje k&ortelėje - + Open in New Win&dow Atverti naujame lan&ge - + Open in Termina&l Atverti termina&le @@ -1568,7 +1776,7 @@ - + Thumbnail Miniatiūros @@ -1583,67 +1791,67 @@ Išplėstinės - + Select newly created files Pasirinkti naujai sukurtus failus - + Icons Piktogramos - + Size of big icons: Didelių piktogramų dydis: - + Size of small icons: Mažų piktogramų dydis: - + Size of thumbnails: Miniatiūrų dydis: - + Size of side pane icons: Šoninio polangio piktogramų dydis: - + Icon theme: Piktogramų tema: - + Window Langas - + Always show the tab bar Visada rodyti kortelių juostą - + Show 'Close' buttons on tabs Rodyti ant kortelių mygtuką "Užverti" - + Remember the size of the last closed window Prisiminti paskutinio užverto lango dydį - + Default width of new windows: Numatytasis naujų langų plotis: - + Default height of new windows: Numatytasis naujų langų aukštis: @@ -1673,27 +1881,27 @@ sek - + File Operations Failų operacijos - + Confirm before deleting files Patvirtinti prieš ištrinant failus - + Move deleted files to "trash bin" instead of erasing from disk. Perkelti ištrinamus failus į šiukšlinę, o ne ištrinti iš disko. - + Show thumbnails of files Rodyti failų miniatiūras - + Only show thumbnails for local files Rodyti miniatiūras tik vietiniams failams @@ -1728,100 +1936,95 @@ Atverti naujame lange - + Erase files on removable media instead of "trash can" creation Keičiamojoje laikmenoje nekurti šiukšlinės, o ištrinti failus iš karto - + Confirm before moving files into "trash can" Patvirtinti prieš perkeliant failus į šiukšlinę - - - + + + Requires application restart to take effect completely Tam, kad pilnai įsigaliotų, reikia paleisti programą iš naujo - + Launch executable files without prompt Paleisti vykdomuosius failus neklausiant - - + + Used by Icon View Naudojama piktogramų rodinio - - + + Used by Compact View and Detailed List View Naudojama glausto rodinio ir išsamaus sąrašo rodinio - - + + Used by Thumbnail View Naudojama miniatiūrų rodinio - + User interface Naudotojo sąsaja - + Treat backup files as hidden Žiūrėti į atsarginių kopijų failus kaip į paslėptus - - Always show full file names - Visada rodyti pilnus failų pavadinimus - - - + Show icons of hidden files shadowed Rodyti paslėptų failų piktogramas užtamsintai - + Minimum item margins in icon view: Mažiausios elemento paraštės piktogramų rodinyje: - + 3 px by default. Pagal numatymą - 3 pikseliai. - + px piks - + x x - + 3 px by default. A space is also reserved for 3 lines of text. Pagal numatymą - 3 pikseliai. Taip pat rezervuojama vieta 3 teksto eilutėms. - + Lock Užrakinti - + When unchecked, the tab bar will be shown only if there are more than one tab. Kai žymėjimas nuimtas, kortelių juosta bus @@ -1829,107 +2032,142 @@ viena kortelė. - + + Switch to newly opened tab + + + + + Reopen last window tabs in a new window + + + + Examples:<br>For terminal: <i>xterm -e %s</i><br>For switching user: <i>lxsudo %s</i> or <i>lxsudo dbus-run-session -- %s</i><br><i>%s</i> is the command line you want to execute with terminal or su.<br> Important: Please use lxsudo, sudo alone will wreck permissions of the settings file. Pavyzdžiai:<br>Terminalui: <i>xterm -e %s</i><br>Naudotojo perjungimui: <i>lxsudo %s</i> arba <i>lxsudo dbus-run-session -- %s</i><br><i>%s</i> yra komandų eilutė, kurią norite vykdyti naudojant terminalą ar su.<br> Svarbu: Naudokite lxsudo, nes vien tik sudo sugadins nustatymų failo leidimus. - + Application restart is needed for changes to take effect. Tam, kad įsigaliotų pakeitimai, reikia paleisti programą iš naujo. - + Do not generate thumbnails for image files exceeding this size: Nekurti miniatiūrų, jei failas didesnis nei: - + + Show folder context menu with Ctrl + right click + + + + + Open folders in new tabs as far as possible + + + + + Single window mode + + + + + Always show real file names + + + + + Do not show file tooltips + + + + KB KB - + Needs ffmpegthumbnailer Reikalauja ffmpegthumbnailer - + Auto Mount Automatinis prijungimas - + Mount mountable volumes automatically on program startup Paleidus programą, automatiškai prijungti prieinamus tomus - + Mount removable media automatically when they are inserted Automatiškai prijungti keičiamąsias laikmenas, kai jos yra įdedamos - + Show available options for removable media when they are inserted Įdėjus keičiamąją laikmeną, rodyti prieinamas parinktis - + When removable medium unmounted: Atjungus keičiamąją laikmeną: - + Close &tab containing removable medium Užverti keičiamosios laikmenos kor&telę - + Chan&ge folder in the tab to home folder Pakeisti aplanką kortelėje į &Namų aplanką - + Programs Programos - + Terminal emulator: Terminalo emuliatorius: - + Switch &user command: Na&udotojo perjungimo komanda: - + Archiver in&tegration: Archyvavimo programos in&tegracija: - + Templates Šablonai - + Show only user defined templates in menu Meniu rodyti tik naudotojo apibrėžtus šablonus - + Show only one template for each MIME type Kiekvienam MIME tipui rodyti tik po vieną šabloną - + Run default application after creation from template Sukūrus šabloną, paleisti numatytąją programą - + Use SI decimal prefixes instead of IEC binary prefixes Vietoj IEC dvejetainių priešdelių, naudoti SI dešimtainius priešdelius @@ -1957,18 +2195,18 @@ Pervadinimas yra nutrauktas. - - + + Error Klaida - + No file could be renamed. Nepavyko pervadinti jokio failo. - + Some files could not be renamed. Kai kurių failų pervadinti nepavyko. diff -Nru pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt_nb_NO.ts pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt_nb_NO.ts --- pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt_nb_NO.ts 2020-04-23 18:13:46.000000000 +0000 +++ pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt_nb_NO.ts 2020-11-02 22:27:00.000000000 +0000 @@ -19,12 +19,7 @@ Lettvekts filhåndterer - - <html><head/><body><p><a href="https://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">https://lxqt.org/</span></a></p></body></html> - - - - + Programming: * Hong Jen Yee (PCMan) <pcman.tw@gmail.com> @@ -33,7 +28,7 @@ - + PCManFM-Qt File Manager Copyright (C) 2009 - 2014 洪任諭 (Hong Jen Yee) @@ -70,12 +65,18 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - + Authors Opphavsmenn - + + <html><head/><body><p><a href="https://github.com/lxqt/pcmanfm-qt"><span style=" text-decoration: underline; color:#0000ff;">https://github.com/lxqt/pcmanfm-qt</span></a></p></body></html> + + + + + License Lisens @@ -290,38 +291,38 @@ Skrivebordsvalg - - + + Background Bakgrunn - + Wallpaper mode: Skrivebordsbakgrunnstype: - + Wallpaper image file: Skrivebordsbakgrunnens bildefil: - + Select background color: Velg bakgrunnsfarge: - + Image file Bildefil - + Image file path Bildefilsti - + &Browse &Se gjennom @@ -399,102 +400,280 @@ Lås - + + By default, desktop folders will be opened in PCManFM-Qt if they +are left clicked, even when it is not the default file manager. + + + + + Open desktop folders in default file manager by left clicking + + + + Wallpaper Skrivebordsbakgrunn - + Transform image based on EXIF data Forandre bilde basert på EXIF-data - + + Individual wallpaper for each monitor + + + + Slide Show Lysbildeshow - + Enable Slide Show Aktiver lysbildeshow - + Wallpaper image folder: Mappe for skrivebordsbakgrunner: - + Browse Se gjennom - + hour(s) time(r) - + and og - + Intervals less than 5min will be ignored Intervaller mindre enn 5 minutter ingoreres - + Interval: Intervall: - + minute(s) minutte(r) - + Wallpaper folder Skrivebordsbakgrunnsmappe - + Randomize the slide show Tilfeldig bilde i lysbildeshow - + Visible Shortcuts Synlige snareveier - + Home Hjem - + Trash Søppeldunk - + Computer Datamaskin - + Network Nettverk - + Advanced Avansert + HiddenShortcutsDialog + + + Hidden Shortcuts + + + + + Shortcut + + + + + Action + + + + + Esc + + + + + Focus view, clear filter bar + + + + + Ctrl+Esc + + + + + Focus side-pane + + + + + Ctrl+L + + + + + + Focus path entry + + + + + Alt+D + + + + + Ctrl+Tab + + + + + + Next tab + + + + + Ctrl+Shift+Tab + + + + + + Previous tab + + + + + Ctrl+PageDown + + + + + Ctrl+PageUp + + + + + Ctrl+Number + + + + + + Jump to tab + + + + + Alt+Number + + + + + Backspace + + + + + Go up + + + + + Ctrl+F + + + + + Search dialog + + + + + Shift+Insert + + + + + Paste into transient filter bar + + + + + Drag+Shift + + + + + Move file on dropping + + + + + Drag+Ctrl + + + + + Copy file on dropping + + + + + Drag+Shift+Ctrl + + + + + Make a symlink on dropping + + + + MainWindow @@ -502,553 +681,573 @@ Filhåndterer - + &Toolbars &Verktøylinjer - + Path &Bar Sti&linje - + &Filtering &Filtrering - + Go &Up Gå &opp - + Go Up Gå opp - + Alt+Up Alt+opp - + &Home &Hjem - + Alt+Home - + &Reload &Last inn på nytt - + F5 - + Go - + Quit Avslutt - + &About &Om - + &New Window &Nytt vindu - + New Window Nytt vindu - + Ctrl+N - + Show &Hidden Vis &skjulte - + Ctrl+H - + &Computer &Datamaskin - + &Trash &Søppeldunk - + &Network &Nettverk - + &Desktop &Skrivebord - + &Add to Bookmarks &Legg til bokmerker - + &Applications &Programmer - + Reload Last inn på nytt - + &Icon View &Symbolvisning - + &Compact View &Kompakt visning - + &Detailed List &Detaljert liste - + &Thumbnail View &Minibildevisning - + Cu&t Kli&pp ut - + Ctrl+X - + &Copy &Kopier - + Ctrl+C - + &Paste &Lim inn - + Ctrl+V - + Select &All Velg &alt - + Ctrl+A - + Pr&eferences V&alg - + &Ascending &Stigende - + &Descending S&ynkende - + &By File Name Etter fi&lnavn - + By &Modification Time Etter &sist endret - + By Deletio&n Time Etter &tid slettet - + By File &Type Etter fil&type - + By &Owner Etter &eier - + By &Group Etter &gruppe - + &Folder First &Mapper først - + + &Hidden Last + + + + &Preserve sorting for this folder &Husk sortering for denne mappen - + &Case Sensitive &Forskjell på STORE og små bokstaver - + By File &Size Etter &størrelse - + &Close Window &Lukk vindu - + Ctrl+Q - + &Folder &Mappe - + &Blank File &Tom fil - + &Show/Focus Filter Bar &Vis/gi fokus til filterlinje - + Show Filter Bar Vis filterlinje - + Ctrl+I - + S&plit View &Delt visning - + Split View Delt visning - + F6 - + &Copy Full Path &Kopier hele stien - + Ctrl+Shift+C Ctrl+Shift+C - + Show Thumb&nails Vis forhå&ndsvisninger - + Show Thumbnails Vis forhåndsvisninger - + + S&ide Pane + + + + + F9 + + + + + Hidden &Shortcuts + + + + Ctrl+B - + &Clear All Filters &Fjern alle filtre - + Ctrl+Shift+K - + Close &previous tabs Lukk &forrige fane - + Close &next tabs Lukk &neste fane - + &Preserve Settings for This Folder &Husk innstillinger for denne mappen - + Connect to &Server Koble til &server - + &Location &Plassering - + &Path Buttons &Stiknapper - + &Bulk Rename &Gi nytt navn til flere - + Bulk Rename Gi nytt navn til flere - + Ctrl+F2 - + Close &other tabs Lukk &andre faner - + Permanent &filter bar Permanent &filterlinje - + &Menu bar &Menylinje - + Menu bar Menylinje - + Ctrl+M - - + + Menu Meny - + New &Tab Ny &fane - + New Tab Ny fane - + Ctrl+T - + Go &Back Gå til&bake - + Go Back Gå tilbake - + Alt+Left Alt+venstre - + Go &Forward Gå &framover - + Go Forward Gå framover - + Alt+Right Alt+høyre - + &Invert Selection &Inverter markering - + &Delete &Slett - + Del Del - + &Rename &Gi nytt navn - + F2 - + C&lose Tab &Lukk fane - + Ctrl+W - + File &Properties Fil&egenskaper - + Alt+Return Alt+Retur - + &Folder Properties &Mappeegenskaper - + Edit Bookmarks Rediger bokmerker - + Open &Terminal Åpne &terminal - + F4 - + Open as &Root Åpne som &rot - + &Edit Bookmarks R&ediger bokmerker - + Ctrl+Shift+N - + Ctrl+Alt+N - + &Find Files &Finn filer - + F3 @@ -1068,38 +1267,38 @@ &Hjelp - - + + &View &Visning - + &Sorting &Sortering - + &Edit R&ediger - + &Bookmarks &Bokmerker - + &Go &Gå - + &Tool &Verktøy - + Main Toolbar Hovedverktøylinje @@ -1193,13 +1392,13 @@ [FIL1, FIL2,...] - - + + Error Feil - + Terminal emulator is not set. Terminalemulator er ikke stilt inn. @@ -1316,25 +1515,30 @@ Zoom bildet for å fylle hele skjermen - + Select Wallpaper Velg skrivebordsbakgrunn - + Image Files Bildefiler + + + Select Wallpaper Folder + + PCManFM::DesktopWindow - + Trash (One item) Søppeldunk (et objekt) - + Trash (%Ln items) Søppeldunk (&Ln objekt) @@ -1342,48 +1546,48 @@ - + Trash (Empty) Søppeldunk (tom) - + Computer Datamaskin - + Network Nettverk - + Open Åpne - - + + Stic&k to Current Position &Sett fast i nåværende posisjon - + Empty Trash Tøm søppeldunk - + Hide Desktop Items Skjul skrivebordsobjekter - + Create Launcher Skap oppstarter - + Desktop Preferences Skrivebordsvalg @@ -1391,7 +1595,7 @@ PCManFM::FilterBar - + Filter: @@ -1399,7 +1603,7 @@ PCManFM::FilterEdit - + Clear text (Ctrl+K or Esc) Slett tekst (Ctrl+K eller Esc) @@ -1412,40 +1616,40 @@ Rot-instans - + Hide menu bar Skjul menylinje - + This will hide the menu bar completely, use Ctrl+M to show it again. Dette vil skjule menylinjen helt. Bruk Ctrl+M for å vise den igjen. - + Version: %1 Versjon: %1 - + &Move to Trash Flytt til &søppeldunken - + &Delete &Slett - - + + Error Feil - + Switch user command is not set. Skiftbrukerkommando er ikke innstilt. @@ -1453,22 +1657,22 @@ PCManFM::PreferencesDialog - + Icon View Symbolvisning - + Compact View Kompakt visning - + Thumbnail View Minibildevisning - + Detailed List View Detaljert listevisning @@ -1476,17 +1680,17 @@ PCManFM::TabPage - + Error Feil - + Free space: %1 (Total: %2) Ledig plass: %1 (Totalt: %2) - + %n item(s) %n element @@ -1494,7 +1698,7 @@ - + (%n hidden) (%n skjult) @@ -1502,14 +1706,14 @@ - - - + + + Link to Lenke til - + %n item(s) selected %n valgt element @@ -1520,27 +1724,30 @@ PCManFM::View - + Many files Mange filer - - - Do you want to open these %1 file? - Ønsker du å åpne disse %1 filene? + + + Do you want to open these %1 files? + + + + - + Open in New T&ab Åpne i ny f&ane - + Open in New Win&dow Åpne i nytt &vindu - + Open in Termina&l Åpne i termina&l @@ -1564,7 +1771,7 @@ - + Thumbnail Minibilde @@ -1579,67 +1786,67 @@ Avansert - + Select newly created files Velg nylig opprettede filer - + Icons Symboler - + Size of big icons: Størrelse på store symboler: - + Size of small icons: Størrelse på små symboler: - + Size of thumbnails: Størrelse på minibilder: - + Size of side pane icons: Størrelse på symboler i sidepanelet: - + Icon theme: Symboltema: - + Window Vindu - + Always show the tab bar Alltid vis fanelinjen - + Show 'Close' buttons on tabs Vis lukkeknapper i faner - + Remember the size of the last closed window Husk størrelsen på det sist lukkede vinduet - + Default width of new windows: Standardbredde for nye vinduer: - + Default height of new windows: Standardhøyde for nye vinduer: @@ -1669,27 +1876,27 @@ sek. - + File Operations Filhandlinger - + Confirm before deleting files Bekreft før sletting av filer - + Move deleted files to "trash bin" instead of erasing from disk. Flytt slettede filer til søppeldunken i stedet for å slette dem fra disken. - + Show thumbnails of files Vis minibilder av filer - + Only show thumbnails for local files Bare vis minibilder for lokale filer @@ -1724,207 +1931,237 @@ Åpne i nytt vindu - + Erase files on removable media instead of "trash can" creation Slett filer på uttagbare medier i stedet for å legge dem i søppeldunken - + Confirm before moving files into "trash can" Bekreft før filer flyttes til søppeldunken - - - + + + Requires application restart to take effect completely Krever omstart av programmet for å tre helt i kraft - + Launch executable files without prompt Kjør kjørbare filer uten å spør - - + + Used by Icon View Brukt av symbolvisning - - + + Used by Compact View and Detailed List View Brukt av kompaktvisning og detaljert listevisning - - + + Used by Thumbnail View Brukt av minibildevisning - + User interface Brukergrensesnitt - + Treat backup files as hidden Behandle sikkerhetskopifiler som skjulte - - Always show full file names - Alltid vis fulle filnavn - - - + Show icons of hidden files shadowed Vis skyggelagte symboler for skjulte filer - + Minimum item margins in icon view: Minimum marg i symbolvisning: - + 3 px by default. Standard er 3 punkter. - + px pk - + x - + 3 px by default. A space is also reserved for 3 lines of text. 3 punkter er standard. Et mellomrom er også reservert for tre linjers tekst. - + Lock Lås - + When unchecked, the tab bar will be shown only if there are more than one tab. Når ikke avkrysset vil fanelinjen bare vises hvis det er mer enn en fane. - + + Switch to newly opened tab + + + + + Reopen last window tabs in a new window + + + + Examples:<br>For terminal: <i>xterm -e %s</i><br>For switching user: <i>lxsudo %s</i> or <i>lxsudo dbus-run-session -- %s</i><br><i>%s</i> is the command line you want to execute with terminal or su.<br> Important: Please use lxsudo, sudo alone will wreck permissions of the settings file. Eksempler:<br>For terminal: <i>xterm -e %s</i><br>For å bytte bruker: <i>lxsudo %s</i> eller <i>lxsudo dbus-run-session -- %s</i><br><i>%s</i> er kommandoen du ønsker å kjøre med terminal eller su.<br> Viktig: Vennligst bruk lxsudo, sudo alene ødelegger tillatelser på innstillingsfilen. - + Application restart is needed for changes to take effect. Programmet må omstartes for at endringer skal tre i kraft. - + Do not generate thumbnails for image files exceeding this size: Ikke lag minibilder for bildefiler større enn: - + + Show folder context menu with Ctrl + right click + + + + + Open folders in new tabs as far as possible + + + + + Single window mode + + + + + Always show real file names + + + + + Do not show file tooltips + + + + KB kB - + Needs ffmpegthumbnailer Trenger ffmpegthumbnailer - + Auto Mount Automatisk innlasting - + Mount mountable volumes automatically on program startup Last inn monterbare disker autmatisk ved programstart - + Mount removable media automatically when they are inserted Lst inn uttagbare medier automatisk når de settes inn - + Show available options for removable media when they are inserted Vis valg for uttagbare medier når de settes inn - + When removable medium unmounted: Når et uttagbart medium avmonteres: - + Close &tab containing removable medium Lukk &faner der uttagbare medier er åpne - + Chan&ge folder in the tab to home folder Skift mappe i fanen til h&jemmemappen - + Programs Programmer - + Terminal emulator: Terminalemulator: - + Switch &user command: Skiftbr&uker-kommando: - + Archiver in&tegration: Komprimeringsin&tegrasjon: - + Templates Maler - + Show only user defined templates in menu Vis bare brukerdefinerte maler i meny - + Show only one template for each MIME type Vis bare en mal for hver MIME-type - + Run default application after creation from template Kjør standardprogram etter opprettelse fra mal - + Use SI decimal prefixes instead of IEC binary prefixes Bruk SI desimalprefiks i stedet for IEC binærprefiks @@ -1952,18 +2189,18 @@ Bytte av navn er avbrutt. - - + + Error Feil - + No file could be renamed. Ingen fil kunne gis nytt navn. - + Some files could not be renamed. Noen filler kunne ikke gis nytt navn. diff -Nru pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt_nl.desktop pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt_nl.desktop --- pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt_nl.desktop 1970-01-01 00:00:00.000000000 +0000 +++ pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt_nl.desktop 2020-11-02 22:27:00.000000000 +0000 @@ -0,0 +1,3 @@ +Name[nl]=PCManFM-Qt Bestandsbeheerder +GenericName[nl]=Bestandsbeheerder +Comment[nl]=Beheer uw bestanden en blader door uw bestandssysteem diff -Nru pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt_nl.ts pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt_nl.ts --- pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt_nl.ts 2020-04-23 18:13:46.000000000 +0000 +++ pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt_nl.ts 2020-11-02 22:27:00.000000000 +0000 @@ -19,12 +19,7 @@ Lichtgewicht bestandsbeheerder - - <html><head/><body><p><a href="https://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">https://lxqt.org/</span></a></p></body></html> - <html><head/><body><p><a href="https://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">https://lxqt.org/</span></a></p></body></html> - - - + Programming: * Hong Jen Yee (PCMan) <pcman.tw@gmail.com> @@ -33,7 +28,7 @@ - + PCManFM-Qt File Manager Copyright (C) 2009 - 2014 洪任諭 (Hong Jen Yee) @@ -69,12 +64,18 @@ Boston, MA 02110-1301 USA. - + Authors Auteurs - + + <html><head/><body><p><a href="https://github.com/lxqt/pcmanfm-qt"><span style=" text-decoration: underline; color:#0000ff;">https://github.com/lxqt/pcmanfm-qt</span></a></p></body></html> + + + + + License Licentie @@ -289,38 +290,38 @@ Bureaubladvoorkeuren - - + + Background Achtergrond - + Wallpaper mode: Modus voor bureaubladachtergrond: - + Wallpaper image file: Afbeeldingsbestand voor bureaubladachtergrond: - + Select background color: Kies achtergrondkleur: - + Image file Afbeeldingsbestand - + Image file path Pad van afbeeldingsbestand - + &Browse &Verkennen @@ -398,102 +399,280 @@ Vergrendelen - + + By default, desktop folders will be opened in PCManFM-Qt if they +are left clicked, even when it is not the default file manager. + + + + + Open desktop folders in default file manager by left clicking + + + + Wallpaper Achtergrond - + Transform image based on EXIF data Transformeer afbeelding aan de hand van EXIF-gegevens - + + Individual wallpaper for each monitor + + + + Slide Show Diavertoning - + Enable Slide Show Diavertoning inschakelen - + Wallpaper image folder: Map voor bureaubladachtergronden: - + Browse Verkennen - + hour(s) u(u)r(en) - + and en - + Intervals less than 5min will be ignored Tussenpozen van minder dan 5 minuten zullen worden genegeerd - + Interval: Tussenpoze: - + minute(s) minu(u)t(en) - + Wallpaper folder Map voor bureaubladachtergrond - + Randomize the slide show Diavertoning in willekeurige volgorde - + Visible Shortcuts Snelkoppelingen zichtbaar - + Home Persoonlijke map - + Trash Prullenbak - + Computer Computer - + Network Netwerk - + Advanced Geavanceerd + HiddenShortcutsDialog + + + Hidden Shortcuts + + + + + Shortcut + + + + + Action + + + + + Esc + + + + + Focus view, clear filter bar + + + + + Ctrl+Esc + + + + + Focus side-pane + + + + + Ctrl+L + + + + + + Focus path entry + + + + + Alt+D + + + + + Ctrl+Tab + + + + + + Next tab + + + + + Ctrl+Shift+Tab + + + + + + Previous tab + + + + + Ctrl+PageDown + + + + + Ctrl+PageUp + + + + + Ctrl+Number + + + + + + Jump to tab + + + + + Alt+Number + + + + + Backspace + + + + + Go up + + + + + Ctrl+F + + + + + Search dialog + + + + + Shift+Insert + + + + + Paste into transient filter bar + + + + + Drag+Shift + + + + + Move file on dropping + + + + + Drag+Ctrl + + + + + Copy file on dropping + + + + + Drag+Shift+Ctrl + + + + + Make a symlink on dropping + + + + MainWindow @@ -501,553 +680,573 @@ Bestandsbeheerder - + &Toolbars &Werkbalken - + Path &Bar Padbalk - + &Filtering &Filteren - + Go &Up Om&hoog - + Go Up Omhoog - + Alt+Up Alt+PageUp - + &Home &Persoonlijke map - + Alt+Home Alt+Home - + &Reload Her&laden - + F5 F5 - + Go Ga naar - + Quit Afsluiten - + &About &Over - + &New Window &Nieuw venster - + New Window Nieuw venster - + Ctrl+N Ctrl+N - + Show &Hidden Toon &verborgen elementen - + Ctrl+H Ctrl+H - + &Computer &Computer - + &Trash &Prullenbak - + &Network &Netwerk - + &Desktop &Bureaublad - + &Add to Bookmarks Voeg &toe aan bladwijzers - + &Applications Toe&passingen - + Reload Herladen - + &Icon View &Pictogramweergave - + &Compact View &Compacte weergave - + &Detailed List &Gedetailleerde lijst - + &Thumbnail View &Miniaturenweergave - + Cu&t &Knippen - + Ctrl+X Ctrl+X - + &Copy K&opiëren - + Ctrl+C Ctrl+C - + &Paste &Plakken - + Ctrl+V Ctrl+V - + Select &All Selecteer &alles - + Ctrl+A Ctrl+A - + Pr&eferences Voorkeur&en - + &Ascending &Oplopend - + &Descending &Aflopend - + &By File Name Op bestandnaam - + By &Modification Time Op &bewerkingstijdstip - + By Deletio&n Time Op verwijdertijdstip - + By File &Type Op bestandsoort - + By &Owner Op &eigenaar - + By &Group Op &Groep - + &Folder First &Mappen eerst - + + &Hidden Last + + + + &Preserve sorting for this folder Behoud rangschikking voor deze map - + &Case Sensitive &Hoofdlettergevoelig - + By File &Size Op bestandgrootte - + &Close Window Sluit &venster - + Ctrl+Q Ctrl+Q - + &Folder &Map - + &Blank File &Leeg bestand - + &Show/Focus Filter Bar Filterbalk tonen/&scherpstellen - + Show Filter Bar Filterbalk tonen - + Ctrl+I Ctrl+I - + S&plit View Gesplitste weergave - + Split View Gesplitste weergave - + F6 F6 - + &Copy Full Path Kopieer volledig pad - + Ctrl+Shift+C Ctrl+Shift+C - + Show Thumb&nails Toon miniaturen - + Show Thumbnails Toon miniaturen - + + S&ide Pane + + + + + F9 + F9 + + + + Hidden &Shortcuts + + + + Ctrl+B Ctrl+B - + &Clear All Filters Alle filters wissen - + Ctrl+Shift+K Ctrl+Shift+K - + Close &previous tabs Sluit vorige tabbladen - + Close &next tabs Sluit volgende tabbladen - + &Preserve Settings for This Folder Behoud instellingen voor deze map - + Connect to &Server Verbinden met server - + &Location &Locatie - + &Path Buttons &Padknoppen - + &Bulk Rename &Massaal hernoemen - + Bulk Rename Massaal hernoemen - + Ctrl+F2 Ctrl+F2 - + Close &other tabs Sluit &andere tabbladen - + Permanent &filter bar Blijvende filterbalk - + &Menu bar &Menubalk - + Menu bar Menubalk - + Ctrl+M Ctrl+M - - + + Menu Menu - + New &Tab Nieuw &tabblad - + New Tab Nieuw tabblad - + Ctrl+T Ctrl+T - + Go &Back &Terug - + Go Back Terug - + Alt+Left Alt+Links - + Go &Forward &Verder - + Go Forward Verder - + Alt+Right Alt+Rechts - + &Invert Selection &Draai selectie om - + &Delete &Wis - + Del Wis - + &Rename &Hernoemen - + F2 F2 - + C&lose Tab S&luit tabblad - + Ctrl+W Ctrl+W - + File &Properties &Bestandeigenschappen - + Alt+Return Alt+Enter - + &Folder Properties &Mapeigenschappen - + Edit Bookmarks Bladwijzers bewerken - + Open &Terminal Open &terminalvenster - + F4 F4 - + Open as &Root Open als &root - + &Edit Bookmarks Bladwijzers b&ewerken - + Ctrl+Shift+N Ctrl+Shift+N - + Ctrl+Alt+N Ctrl+Alt+N - + &Find Files &Zoek bestanden - + F3 F3 @@ -1067,38 +1266,38 @@ &Hulp - - + + &View &Tonen - + &Sorting &Sorteren - + &Edit &Bewerken - + &Bookmarks &Bladwijzers - + &Go &Ga - + &Tool Ge&reedschap - + Main Toolbar Hoofdwerkbalk @@ -1192,13 +1391,13 @@ [BESTAND1, BESTAND2, enz.] - - + + Error Fout - + Terminal emulator is not set. Terminalnabootser is niet ingesteld. @@ -1315,25 +1514,30 @@ Vergroot de afbeelding om haar schermvullend te maken - + Select Wallpaper Kies een achtergrond - + Image Files Afbeeldingsbestanden + + + Select Wallpaper Folder + + PCManFM::DesktopWindow - + Trash (One item) Prullenbak (één item) - + Trash (%Ln items) Prullenbak (%Ln item) @@ -1341,48 +1545,48 @@ - + Trash (Empty) Prullenbak (leeg) - + Computer Computer - + Network Netwerk - + Open Open - - + + Stic&k to Current Position &Blijf op de huidige positie - + Empty Trash Prullenbak leegmaken - + Hide Desktop Items Bureaubladelementen verbergen - + Create Launcher Creëer een launcher - + Desktop Preferences Bureaubladvoorkeuren @@ -1390,7 +1594,7 @@ PCManFM::FilterBar - + Filter: Filter: @@ -1398,7 +1602,7 @@ PCManFM::FilterEdit - + Clear text (Ctrl+K or Esc) Wis tekst (Ctrl+K of Esc) @@ -1411,40 +1615,40 @@ Rootinstantie - + Hide menu bar Verberg menubalk - + This will hide the menu bar completely, use Ctrl+M to show it again. Dit zal de menubalk volledig verbergen, gebruik Ctrl+M om hem opnieuw weer te geven. - + Version: %1 Versie: %1 - + &Move to Trash Verplaats naar &prullenbak - + &Delete &Verwijderen - - + + Error Fout - + Switch user command is not set. De opdracht voor gebruikerswissel is niet ingesteld. @@ -1452,22 +1656,22 @@ PCManFM::PreferencesDialog - + Icon View Pictogramweergave - + Compact View Compacte weergave - + Thumbnail View Miniaturenweergave - + Detailed List View Gedetailleerde lijstweergave @@ -1475,17 +1679,17 @@ PCManFM::TabPage - + Error Fout - + Free space: %1 (Total: %2) - Vrije ruimte: %1 (totaal : %2) + Vrije ruimte: %1 (totaal : %2) - + %n item(s) %n element @@ -1493,7 +1697,7 @@ - + (%n hidden) (%n verborgen) @@ -1501,14 +1705,14 @@ - - - + + + Link to Koppelen naar - + %n item(s) selected %n element(en) gekozen @@ -1519,27 +1723,30 @@ PCManFM::View - + Many files Veel bestanden - - - Do you want to open these %1 file? - Wil je dit %1 bestand openen? + + + Do you want to open these %1 files? + + + + - + Open in New T&ab Open in nieuw &tabblad - + Open in New Win&dow Open in nieuw &venster - + Open in Termina&l Open in termina&lvenster @@ -1563,7 +1770,7 @@ - + Thumbnail Miniatuur @@ -1578,67 +1785,67 @@ Geavanceerd - + Select newly created files Kies recent aangemaakte bestanden - + Icons Pictogrammen - + Size of big icons: Omvang van grote pictogrammen: - + Size of small icons: Omvang van kleine pictogrammen: - + Size of thumbnails: Grootte van miniaturen: - + Size of side pane icons: Grootte van zijbalkpictogrammen: - + Icon theme: Pictogramthema: - + Window Venster - + Always show the tab bar Geef de tabbladwerkbalk altijd weer - + Show 'Close' buttons on tabs Toon 'Sluiten'-knoppen op tabbladen - + Remember the size of the last closed window Onthoud de grootte van het laatst gesloten venster - + Default width of new windows: Standaardbreedte van nieuwe vensters: - + Default height of new windows: Standaardhoogte van nieuwe vensters: @@ -1668,27 +1875,27 @@ sec - + File Operations Bestandbewerkingen - + Confirm before deleting files Vraag om bevestiging bij verwijderen van bestanden - + Move deleted files to "trash bin" instead of erasing from disk. Verplaats verwijderde bestanden naar de prullenbak in plaats van hen te wissen van de schijf. - + Show thumbnails of files Toon miniaturen van bestanden - + Only show thumbnails for local files Toon alleen miniaturen voor lokale bestanden @@ -1723,207 +1930,237 @@ Open in nieuw venster - + Erase files on removable media instead of "trash can" creation Wis bestanden op verwijderbare media in plaats van een prullenbak aan te maken - + Confirm before moving files into "trash can" Vraag om bevestiging bij verplaatsen van bestanden naar prullenbak - - - + + + Requires application restart to take effect completely Vereist een herstart van de toepassing om volledig in werking te treden - + Launch executable files without prompt Uitvoerbare bestanden starten zonder melding - - + + Used by Icon View Gebruikt door pictogramweergave - - + + Used by Compact View and Detailed List View Gebruikt door compacte weergave en door gedetailleerde lijstweergave - - + + Used by Thumbnail View Gebruikt door miniaturenweergave - + User interface Gebruikersschil - + Treat backup files as hidden Verberg reservekopiebestanden - - Always show full file names - Toon altijd volledige bestandnamen - - - + Show icons of hidden files shadowed Geef pictogrammen van verborgen bestanden weer met schaduw - + Minimum item margins in icon view: Minimale marges voor elementen in pictogramweergave: - + 3 px by default. Standaard 3 px. - + px px - + x x - + 3 px by default. A space is also reserved for 3 lines of text. Standaard 3 px. Een spatie is gereserveerd voor 3 regels tekst. - + Lock Vergrendelen - + When unchecked, the tab bar will be shown only if there are more than one tab. Wanneer niet aangevinkt, wordt de tabbladwerkbalk alleen weergegeven als er meer dan één tabblad is. - + + Switch to newly opened tab + + + + + Reopen last window tabs in a new window + + + + Examples:<br>For terminal: <i>xterm -e %s</i><br>For switching user: <i>lxsudo %s</i> or <i>lxsudo dbus-run-session -- %s</i><br><i>%s</i> is the command line you want to execute with terminal or su.<br> Important: Please use lxsudo, sudo alone will wreck permissions of the settings file. Voorbeelden:<br>Voor terminal: <i>xterm -e %s</i><br>Voor wisslelen gebruiker: <i>lxsudo %s</i> of <i>lxsudo dbus-run-session -- %s</i><br><i>%s</i> is het commando dat je wil uitvoeren in de terminal of su.<br> Belangrijk: gebruikt alleen lxsudo, sudo alleen zal de rechten in het instellingenbestand vernaggelen. - + Application restart is needed for changes to take effect. Herstart van toepassing is nodig voordat de wijzigingen effect hebben. - + Do not generate thumbnails for image files exceeding this size: Maak geen miniaturen aan voor afbeeldingsbestanden groter dan: - + + Show folder context menu with Ctrl + right click + + + + + Open folders in new tabs as far as possible + + + + + Single window mode + + + + + Always show real file names + + + + + Do not show file tooltips + + + + KB KB - + Needs ffmpegthumbnailer Vereist ffmpegthumbnailer - + Auto Mount Automatisch aankoppelen - + Mount mountable volumes automatically on program startup Koppel aankoppelbare schijven automatisch aan bij opstarten van programma - + Mount removable media automatically when they are inserted Koppel verwijderbare media automatisch aan wanneer ze worden ingevoegd - + Show available options for removable media when they are inserted Toon beschikbare opties voor verwijderbare media wanneer ze worden ingevoegd - + When removable medium unmounted: Na ontkoppelen van verwijderbaar medium: - + Close &tab containing removable medium Sluit &tabblad met verwijderbaar medium - + Chan&ge folder in the tab to home folder Verander ma&p in het tabblad in de persoonlijke map - + Programs Programma's - + Terminal emulator: Terminalnabootser: - + Switch &user command: Opdracht voor &gebruikerswissel: - + Archiver in&tegration: In&tegratie met archivering: - + Templates Sjablonen - + Show only user defined templates in menu Toon alleen sjablonen gedefinieerd door de gebruiker in menu - + Show only one template for each MIME type Toon slechts één sjabloon voor elke bestandsoort (MIME-type) - + Run default application after creation from template Voer standaardtoepassing uit na aanmaken vanuit sjabloon - + Use SI decimal prefixes instead of IEC binary prefixes Gebruik decimale SI-voorvoegsels in plaats van binaire IEC-voorvoegsels @@ -1951,18 +2188,18 @@ Hernoemen is afgebroken. - - + + Error Fout - + No file could be renamed. Geen enkel bestand kon worden hernoemd. - + Some files could not be renamed. Sommige bestanden konden niet worden hernoemd. diff -Nru pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt_pl.ts pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt_pl.ts --- pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt_pl.ts 2020-04-23 18:13:46.000000000 +0000 +++ pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt_pl.ts 2020-11-02 22:27:00.000000000 +0000 @@ -14,7 +14,13 @@ Lekki menedżer plików - + + <html><head/><body><p><a href="https://github.com/lxqt/pcmanfm-qt"><span style=" text-decoration: underline; color:#0000ff;">https://github.com/lxqt/pcmanfm-qt</span></a></p></body></html> + + + + + Programming: * Hong Jen Yee (PCMan) <pcman.tw@gmail.com> @@ -28,22 +34,17 @@ <html><head/><body><p><span style=" font-size:16pt; font-weight:600;">PCManFM-Qt</span></p></body></html> - - <html><head/><body><p><a href="https://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">https://lxqt.org/</span></a></p></body></html> - <html><head/><body><p><a href="https://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">https://lxqt.org/</span></a></p></body></html> - - - + Authors Autorzy - + License Licencja - + PCManFM-Qt File Manager Copyright (C) 2009 - 2014 洪任諭 (Hong Jen Yee) @@ -290,38 +291,38 @@ Ustawienia pulpitu - - + + Background Tło - + Wallpaper mode: Tryb: - + Wallpaper image file: Obraz tła: - + Select background color: Kolor tła: - + Image file Plik obrazka - + Image file path Ścieżka obrazka - + &Browse &Wybierz @@ -399,102 +400,280 @@ Zablokuj - + + By default, desktop folders will be opened in PCManFM-Qt if they +are left clicked, even when it is not the default file manager. + + + + + Open desktop folders in default file manager by left clicking + + + + Wallpaper Tapeta - + Transform image based on EXIF data Przetwórz obraz na podstawie danych EXIF - + + Individual wallpaper for each monitor + + + + Slide Show Pokaz slajdów - + Enable Slide Show Włącz pokaz slajdów - + Wallpaper image folder: Folder z tłami pulpitu: - + Browse Przeglądaj - + hour(s) godzin - + and i - + Intervals less than 5min will be ignored Odstępy mniejsze niż 5 minut będą ignorowane - + Interval: Odstęp czasu: - + minute(s) minut - + Wallpaper folder Folder z tłami pulpitu - + Randomize the slide show Kolejność losowa - + Visible Shortcuts Widoczne skróty - + Home Katalog domowy - + Trash Kosz - + Computer Komputer - + Network Sieć - + Advanced Zaawansowane + HiddenShortcutsDialog + + + Hidden Shortcuts + + + + + Shortcut + + + + + Action + + + + + Esc + + + + + Focus view, clear filter bar + + + + + Ctrl+Esc + + + + + Focus side-pane + + + + + Ctrl+L + + + + + + Focus path entry + + + + + Alt+D + + + + + Ctrl+Tab + + + + + + Next tab + + + + + Ctrl+Shift+Tab + + + + + + Previous tab + + + + + Ctrl+PageDown + + + + + Ctrl+PageUp + + + + + Ctrl+Number + + + + + + Jump to tab + + + + + Alt+Number + + + + + Backspace + + + + + Go up + + + + + Ctrl+F + + + + + Search dialog + + + + + Shift+Insert + + + + + Paste into transient filter bar + + + + + Drag+Shift + + + + + Move file on dropping + + + + + Drag+Ctrl + + + + + Copy file on dropping + + + + + Drag+Shift+Ctrl + + + + + Make a symlink on dropping + + + + MainWindow @@ -502,498 +681,518 @@ Menedżer plików - + Go Up Katalog nadrzędny - + Alt+Up Alt+Góra - + Alt+Home Alt+Home - + Reload Odśwież - + F5 F5 - + &Toolbars Paski nar&zędzi - + Path &Bar Pasek ś&cieżki - + &Filtering &Filtrowanie - + &Home Katalog &użytkownika - + &Reload &Załaduj ponownie - + Go Przejdź - + Quit Wyjdź - + &About &O programie - + New Window Nowe okno - + Ctrl+N Ctrl+N - + Show &Hidden Wyświetl &ukryte pliki - + Ctrl+H Ctrl+H - + &Computer &Komputer - + &Trash Ko&sz - + &Network &Sieć - + &Desktop &Pulpit - + &Add to Bookmarks &Dodaj zakładkę - + &Applications P&rogramy - + Ctrl+X Ctrl+X - + &Copy &Kopiuj - + Ctrl+C Ctrl+C - + &Paste &Wklej - + Ctrl+V Ctrl+V - + Select &All Zazn&acz wszystko - + Pr&eferences Pr&eferencje - + &Ascending &Rosnąco - + &Descending &Malejąco - + &By File Name &Nazwa - + By &Modification Time Data &modyfikacji - + By Deletio&n Time Według czasu usu&nięcia - + By File &Type &Typ pliku - + By &Owner W&łaściciel - + By &Group Według &grupy - + &Folder First Najpierw &katalogi - + + &Hidden Last + + + + &Preserve sorting for this folder Za&pamiętaj sortowanie w tym folderze - + &Invert Selection &Odwróć zaznaczenie - + &Delete & Usuń - + &Rename &Zmień nazwę - + &Case Sensitive Uwzględniaj wielkość &liter - + By File &Size Według &rozmiaru - + &Close Window &Zamknij okno - + Ctrl+Q Ctrl+Q - + &Show/Focus Filter Bar Pokaż/zaznacz pa&sek filtrowania - + Show Filter Bar Pokaż pasek filtrowania - + Ctrl+I Ctrl+I - + S&plit View &Podziel widok - + Split View Podziel widok - + F6 F6 - + &Copy Full Path Kopiuj pełną ś&cieżkę - + Ctrl+Shift+C Ctrl+Shift+C - + Show Thumb&nails - + Show Thumbnails Pokaż miniatury - + + S&ide Pane + + + + + F9 + F9 + + + + Hidden &Shortcuts + + + + Ctrl+B Ctrl+B - + &Clear All Filters Wy&czyść wszystkie filtry - + Ctrl+Shift+K Ctrl+Shift+K - + Close &previous tabs Zamknij &poprzednie karty - + Close &next tabs Zamknij &następne karty - + &Preserve Settings for This Folder Za&pamiętaj ustawienia dla tego folderu - + Connect to &Server Połącz z &serwerem - + &Location &Położenie - + &Path Buttons &Przyciski ścieżki - + &Bulk Rename &Masowa zmiana nazw - + Bulk Rename Masowa zmiana nazw - + Ctrl+F2 Ctrl+F2 - + Close &other tabs Zamknij poz&ostałe karty - + Permanent &filter bar Stały pasek &filtrowania - + &Menu bar Pasek &menu - + Menu bar Pasek menu - + Ctrl+M Ctrl+M - - + + Menu Menu - + Ctrl+A Ctrl+A - + Go &Up Do &góry - + &New Window &Nowe okno - + &Icon View &Ikony - + &Compact View Lista &zwarta - + &Detailed List Lista &szczegółowa - + &Thumbnail View &Miniatury - + Cu&t Wy&tnij - + New &Tab Nowa &karta - + New Tab Nowa karta - + Ctrl+T Ctrl+T - + Go &Back &Poprzedni katalog - + Go Back Poprzedni katalog - + Alt+Left Alt+Lewo - + Go &Forward &Następny katalog - + Go Forward Następny katalog - + Alt+Right Alt+Prawo - + Del Del - + F2 F2 - + C&lose Tab &Zamknij kartę - + File &Properties Właściwości &pliku - + &Folder Properties Właściwości &katalogu - + Ctrl+Shift+N Ctrl+Shift+N - + Ctrl+Alt+N Ctrl+Alt+N @@ -1003,67 +1202,67 @@ &Nowy - + &Sorting &Uszereguj według - + Main Toolbar Główny pasek narzędzi - + Ctrl+W Ctrl+W - + Alt+Return Alt+Return - + Edit Bookmarks Edytuj zakładki - + Open &Terminal Otwórz w &terminalu - + F4 F4 - + Open as &Root Otwórz jako &Root - + &Edit Bookmarks Edytuj &Zakładki - + &Folder &Katalog - + &Blank File &Pusty plik - + &Find Files &Znajdź pliki - + F3 F3 @@ -1078,28 +1277,28 @@ &Pomoc - - + + &View &Widok - + &Edit &Edycja - + &Bookmarks &Zakładki - + &Go P&rzejdź - + &Tool &Narzędzia @@ -1193,13 +1392,13 @@ [PLIK1, PLIK2,...] - - + + Error Błąd - + Terminal emulator is not set. Nie ustawiono emulatora terminala. @@ -1316,25 +1515,30 @@ Powiększ obraz, aby wypełnił ekran - + Select Wallpaper Wybierz tapetę - + Image Files Pliki obrazków + + + Select Wallpaper Folder + + PCManFM::DesktopWindow - + Trash (One item) Kosz (jeden element) - + Trash (%Ln items) Kosz (%Ln element) @@ -1343,48 +1547,48 @@ - + Trash (Empty) Kosz (pusty) - + Computer Komputer - + Network Sieć - + Open Otwórz - - + + Stic&k to Current Position Przyp&nij do aktualnej pozycji - + Empty Trash Pusty kosz - + Hide Desktop Items Ukryj ikony pulpitu - + Create Launcher - + Desktop Preferences Ustawienia pulpitu @@ -1392,7 +1596,7 @@ PCManFM::FilterBar - + Filter: Filtr: @@ -1400,7 +1604,7 @@ PCManFM::FilterEdit - + Clear text (Ctrl+K or Esc) Wyczyść tekst (Ctrl+K lub Esc) @@ -1413,40 +1617,40 @@ Główna instancja - + Hide menu bar Ukryj pasek menu - + This will hide the menu bar completely, use Ctrl+M to show it again. Ta opcja całkowicie ukryje pasek menu, możesz go przywrócić skrótem Ctrl+M. - + Version: %1 Wersja: %1 - + &Move to Trash &Przenieś do kosza - + &Delete &Usuń - - + + Error Błąd - + Switch user command is not set. Nie ustawiono polecenia do przełączania użytkowników. @@ -1454,22 +1658,22 @@ PCManFM::PreferencesDialog - + Icon View Ikony - + Compact View Widok kompaktowy - + Thumbnail View Miniatury - + Detailed List View Lista szczegółowa @@ -1477,17 +1681,17 @@ PCManFM::TabPage - + Error Błąd - + Free space: %1 (Total: %2) Wolna przestrzeń: %1 (całkowita: %2) - + %n item(s) %n element @@ -1496,7 +1700,7 @@ - + (%n hidden) (%n ukryty) @@ -1505,14 +1709,14 @@ - - - + + + Link to Odnośnik do - + %n item(s) selected Zaznaczono %n element @@ -1524,27 +1728,31 @@ PCManFM::View - + Many files Wiele plików - - - Do you want to open these %1 file? - Czy chcesz otworzyć te %1 plików? + + + Do you want to open these %1 files? + + + + + - + Open in New T&ab Otwórz w nowej &karcie - + Open in New Win&dow Otwórz w nowym &oknie - + Open in Termina&l Otwórz w &terminalu @@ -1568,7 +1776,7 @@ - + Thumbnail Miniatury @@ -1583,67 +1791,67 @@ Zaawansowane - + Select newly created files Zaznaczaj nowo utworzone pliki - + Icons Ikony - + Size of big icons: Rozmiar dużych ikon: - + Size of small icons: Rozmiar małych ikon: - + Size of thumbnails: Rozmiar miniatur: - + Size of side pane icons: Rozmiar ikon panelu bocznego: - + Icon theme: Motyw ikon: - + Window Okno - + Default width of new windows: Domyślna szerokość nowych okien: - + Default height of new windows: Domyślna wysokość nowych okien: - + Always show the tab bar Zawsze pokazuj pasek kart - + Show 'Close' buttons on tabs Pokazuj przycisk 'Zamknij' na kartach - + Remember the size of the last closed window Zapamiętuj rozmiar ostatnio zamkniętego okna @@ -1673,27 +1881,27 @@ s - + File Operations Operacje na plikach - + Confirm before deleting files Potwierdź przed usunięciem plików - + Move deleted files to "trash bin" instead of erasing from disk. Przenoś pliki do "Kosza" zamiast usuwać z dysku. - + Show thumbnails of files Wyświetlaj miniatury zawartości plików - + Only show thumbnails for local files Wyświetl miniatury zawartości tylko lokalnych plików @@ -1728,207 +1936,237 @@ Otwórz w nowym oknie - + + Show folder context menu with Ctrl + right click + + + + Erase files on removable media instead of "trash can" creation Usuwaj pliki na urządzeniach wymiennych zamiast przenosić je do kosza - + Confirm before moving files into "trash can" Potwierdź przed przeniesieniem plików do "Kosza" - - - + + + Requires application restart to take effect completely Wymaga ponownego uruchomienia aplikacji, aby uzyskać pełny efekt - + Launch executable files without prompt Uruchamiaj pliki wykonywalne bez potwierdzenia - - - Used by Icon View - Używane w widoku ikon + + Open folders in new tabs as far as possible + + + + + Single window mode + - Used by Compact View and Detailed List View - Używane w widoku kompaktowym i widoku szczegółowym + Used by Icon View + Używane w widoku ikon + Used by Compact View and Detailed List View + Używane w widoku kompaktowym i widoku szczegółowym + + + + Used by Thumbnail View Używane w widoku miniatur - + User interface Wyświetlanie - + Treat backup files as hidden Traktuj pliki kopii zapasowych jako ukryte - - Always show full file names - Zawsze wyświetlaj pełne nazwy plików - - - + Show icons of hidden files shadowed Przyciemniaj ikony ukrytych plików - + Minimum item margins in icon view: Minimalne odstępy elementów w trybie ikon: - + 3 px by default. Domyślnie 3 piksele. - + px px - + x x - + 3 px by default. A space is also reserved for 3 lines of text. Domyślnie 3 piksele. Zarezerwowane jest też miejsce dla 3 linii tekstu. - + Lock Zablokuj - + When unchecked, the tab bar will be shown only if there are more than one tab. Kiedy odznaczone, pasek kart będzie widoczny tylko jeżeli jest więcej niż jedna karta. - + + Switch to newly opened tab + + + + + Reopen last window tabs in a new window + + + + Examples:<br>For terminal: <i>xterm -e %s</i><br>For switching user: <i>lxsudo %s</i> or <i>lxsudo dbus-run-session -- %s</i><br><i>%s</i> is the command line you want to execute with terminal or su.<br> Important: Please use lxsudo, sudo alone will wreck permissions of the settings file. - + Application restart is needed for changes to take effect. Aby uzyskać efekt, musisz uruchomić aplikację ponownie. - + Do not generate thumbnails for image files exceeding this size: Nie generuj miniatur dla plików większych niż: - + + Always show real file names + + + + + Do not show file tooltips + + + + KB KB - + Needs ffmpegthumbnailer Wymaga ffmpegthumbnailera - + Auto Mount Automatyczne montowanie - + Mount mountable volumes automatically on program startup Montuj nośniki wymienne podczas uruchamiania programu - + Mount removable media automatically when they are inserted Montuj nośniki wymienne po ich wsunięciu - + Show available options for removable media when they are inserted Wyświetlaj możliwe czynności po wsunięciu nośnika wymiennego - + When removable medium unmounted: Działania po odmontowaniu nośnika wymiennego: - + Close &tab containing removable medium Zamknij &kartę nośnika wymiennego - + Chan&ge folder in the tab to home folder Z&mień katalog w karcie na katalog użytkownika - + Switch &user command: Polecenie przełączania &użytkownika: - + Archiver in&tegration: Menedżer &archiwów: - + Templates Szablony - + Show only user defined templates in menu Pokazuj w menu tylko szablony zdefiniowane przez użytkownika - + Show only one template for each MIME type Pokazuj tylko jeden szablon dla każdego typu MIME - + Run default application after creation from template Uruchom domyślną aplikację po utworzeniu pliku z szablonu - + Programs Programy - + Terminal emulator: Emulator terminala: - + Use SI decimal prefixes instead of IEC binary prefixes Używanie dziesiętnych prefiksów SI zamiast binarnych IEC @@ -1956,18 +2194,18 @@ Anulowanie zmiany nazw.. - - + + Error Błąd - + No file could be renamed. Nie udało się zmienić nazw wszystkich plików. - + Some files could not be renamed. Nie udało się zmienić nazw niektórych plików. diff -Nru pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt_pt_BR.ts pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt_pt_BR.ts --- pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt_pt_BR.ts 2020-04-23 18:13:46.000000000 +0000 +++ pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt_pt_BR.ts 2020-11-02 22:27:00.000000000 +0000 @@ -19,12 +19,7 @@ Gerenciador de arquivos leve - - <html><head/><body><p><a href="https://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">https://lxqt.org/</span></a></p></body></html> - <html><head/><body><p><a href="https://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">https://lxqt.org/</span></a></p></body></html> - - - + PCManFM-Qt File Manager Copyright (C) 2009 - 2014 洪任諭 (Hong Jen Yee) @@ -61,7 +56,7 @@ Foundation: Inc., 51 Franklin Street, 5º Andar, Boston, MA 02110-1301, EUA. - + Programming: * Hong Jen Yee (PCMan) <pcman.tw@gmail.com> @@ -70,12 +65,19 @@ - + + <html><head/><body><p><a href="https://github.com/lxqt/pcmanfm-qt"><span style=" text-decoration: underline; color:#0000ff;">https://github.com/lxqt/pcmanfm-qt</span></a></p></body></html> + + <html><head/><body><p><a href="https://github.com/lxqt/pcmanfm-qt"><span style=" text-decoration: underline; color:#0000ff;">https://github.com/lxqt/pcmanfm-qt</span></a></p></body></html> + + + + Authors Autores - + License Licença @@ -290,38 +292,38 @@ Preferências da Área de Trabalho - - + + Background Papel de parede - + Wallpaper mode: Modo do papel de parede: - + Wallpaper image file: Arquivo do papel de parede: - + Select background color: Cor do papel de parede: - + Image file Arquivo de imagem - + Image file path Caminho do arquivo de imagem - + &Browse Navega&r @@ -399,602 +401,801 @@ Travar - + + By default, desktop folders will be opened in PCManFM-Qt if they +are left clicked, even when it is not the default file manager. + Por padrão, as pastas da área de trabalho serão abertas no PCManFM-Qt se forem +clicadas com o botão esquerdo, mesmo quando não for o gerenciador de arquivos padrão. + + + + Open desktop folders in default file manager by left clicking + Abra as pastas da área de trabalho no gerenciador de arquivos padrão clicando com o botão esquerdo + + + Wallpaper Papel de parede - + Transform image based on EXIF data Transformar imagem baseado nos dados EXIF - + + Individual wallpaper for each monitor + Papel de parede individual para cada monitor + + + Slide Show Apresentação de slides - + Enable Slide Show Habilitar apresentação de slides - + Wallpaper image folder: Pasta dos papéis de parede: - + Browse Procurar - + hour(s) hora(s) - + and e - + Intervals less than 5min will be ignored Intervalos menores que 5min serão ignorados - + Interval: Intervalo: - + minute(s) minuto(s) - + Wallpaper folder Pasta de papel de parede - + Randomize the slide show Apresentação de slides aleatória - + Visible Shortcuts Atalhos visíveis - + Home Pasta pessoal - + Trash Lixeira - + Computer Computador - + Network Rede - + Advanced Avançado + HiddenShortcutsDialog + + + Hidden Shortcuts + Ocultar Atalhos + + + + Shortcut + Atalho + + + + Action + Ação + + + + Esc + Esc + + + + Focus view, clear filter bar + Visualização em foco, limpar a barra de filtro + + + + Ctrl+Esc + Ctrl+Esc + + + + Focus side-pane + Painel lateral em foco + + + + Ctrl+L + Ctrl+L + + + + + Focus path entry + Entrada de caminho em foco + + + + Alt+D + Alt+D + + + + Ctrl+Tab + Ctrl+Tab + + + + + Next tab + Próxima aba + + + + Ctrl+Shift+Tab + Ctrl+Shift+Tab + + + + + Previous tab + Aba anterior + + + + Ctrl+PageDown + Ctrl+PageDown + + + + Ctrl+PageUp + Ctrl+PageUp + + + + Ctrl+Number + Ctrl+Número + + + + + Jump to tab + Pular para aba + + + + Alt+Number + Alt+Número + + + + Backspace + Backspace + + + + Go up + Ir para cima + + + + Ctrl+F + Ctrl+F + + + + Search dialog + Caixa diálogo de pesquisa + + + + Shift+Insert + Shift+Insert + + + + Paste into transient filter bar + Colar na barra de filtro + + + + Drag+Shift + Arrastar+Shift + + + + Move file on dropping + Mover arquivo ao soltar + + + + Drag+Ctrl + Arrastar+Ctrl + + + + Copy file on dropping + Copiar arquivo ao soltar + + + + Drag+Shift+Ctrl + Arrastar+Shift+Ctrl + + + + Make a symlink on dropping + Criar um link simbólico ao soltar + + + MainWindow File Manager - Gerenciador de arquivos + Gerenciador de Arquivos - + Go Up - Ir Acima + Ir para cima - + Alt+Up Alt+Up - + Alt+Home Alt+Home - + Reload Recarregar - + F5 F5 - + &Toolbars Barra de ferramen&tas - + Path &Bar &Barra de endereço - + &Filtering &Filtrando - + &Home Pasta pr&incipal - + &Reload &Recarregar - + Go Ir - + Quit Sair - + &About &Sobre - + New Window Nova janela - + Ctrl+N - + Show &Hidden Exibir itens &ocultos - + Ctrl+H Ctrl+H - + &Computer &Computador - + &Trash Lixeir&a - + &Network R&ede - + &Desktop Área &de trabalho - + &Add to Bookmarks &Adicionar aos favoritos - + &Applications &Aplicativos - + Ctrl+X Ctrl+X - + &Copy &Copiar - + Ctrl+C Ctrl+C - + &Paste Col&ar - + Ctrl+V Ctrl+V - + Select &All Selecion&ar tudo Selecionar &tudo - + Pr&eferences Pr&eferências - + &Ascending &Ascendente - + &Descending &Descendente - + &By File Name Por &Nome do Arquivo - + By &Modification Time Por Data de &Modificação - + By Deletio&n Time Por Te&mpo de Exclusão - + By File &Type Por &Tipo de Arquivo - + By &Owner Por Proprietári&o - + By &Group Por &Grupo - + &Folder First &Pastas Primeiro - + + &Hidden Last + &Ocultar Último + + + &Preserve sorting for this folder P&reservar a organização desta pasta - + &Invert Selection &Inverter Seleção - + &Delete &Excluir - + &Rename &Renomear - + &Case Sensitive Diferenciar Maiús&culas e Minúsculas - + By File &Size Por tamanho do arqu&ivo - + &Close Window Fechar jane&la - + Permanent &filter bar Barra de &filtros permanente - + &Show/Focus Filter Bar Exibir/f&ocar barra de filtros - + Show Filter Bar Exibir barra de filtros - + Ctrl+I Ctrl+I - + S&plit View Visualização d&ividida - + Split View Visualização dividida - + F6 F6 - + &Copy Full Path &Copiar localização - + Ctrl+Shift+C Ctrl+Shift+C - + Show Thumb&nails Exibir Mi&niaturas - + Show Thumbnails Exibir Miniaturas - + + S&ide Pane + Pa&inel Lateral + + + + F9 + F9 + + + + Hidden &Shortcuts + Ocultar &Atalhos + + + Ctrl+B Ctrl+B - + &Clear All Filters &Limpar todos os filtros - + Ctrl+Shift+K Ctrl+Shift+K - + Close &previous tabs Fechar as abas ante&riores - + Close &next tabs F&echar as próximas abas - + Close &other tabs Fechar as &outras abas - + &Menu bar Barra de &menu - + Menu bar Barra de menu - + Ctrl+M Ctrl+M - - + + Menu Menu - + &Preserve Settings for This Folder &Preservar configurações para esta pasta - + Connect to &Server Conectar a um &Servidor - + &Location &Localização - + &Path Buttons Botões de &atalho - + &Bulk Rename &Renomear em massa - + Bulk Rename Renomear em massa - + Ctrl+F2 Ctrl+F2 - + Ctrl+A - + Go &Up S&ubir nível - + &New Window &Nova janela - + &Icon View Visualização em &ícones - + &Compact View Visualização &compacta - + &Detailed List Lista &detalhada - + &Thumbnail View Visualização em minia&turas - + Cu&t Recor&tar - + New &Tab Nova &aba - + New Tab Nova aba - + Ctrl+T Ctrl+T - + Go &Back &Voltar - + Go Back Voltar - + Alt+Left Alt+Seta esquerda - + Go &Forward &Avançar - + Go Forward Avançar - + Alt+Right Alt+Seta direita - + Del - + F2 F2 - + C&lose Tab F&echar aba - + File &Properties &Propriedades do arquivo - + &Folder Properties Propriedades da &pasta - + Ctrl+Q Ctrl+Q - + Ctrl+Shift+N Ctrl+Shift+N - + Ctrl+Alt+N Ctrl+Alt+N @@ -1004,67 +1205,67 @@ C&riar novo(a) - + &Sorting Cla&ssificação - + Main Toolbar Barra de ferramentas - + Ctrl+W - + Alt+Return Alt+Enter - + Edit Bookmarks Editar favoritos - + Open &Terminal Abrir &Terminal - + F4 F4 - + Open as &Root Abrir como &Root - + &Edit Bookmarks &Editar Favoritos - + &Folder &Pasta - + &Blank File Arquivo em &branco - + &Find Files Pesqu&isar arquivos - + F3 F3 @@ -1079,28 +1280,28 @@ &Ajuda - - + + &View &Exibir - + &Edit &Editar - + &Bookmarks &Favoritos - + &Go &Ir - + &Tool Ferramen&tas @@ -1194,13 +1395,13 @@ Arquivos ou diretórios para abrir - - + + Error Erro - + Terminal emulator is not set. O emulador de terminal não foi definido. @@ -1317,25 +1518,30 @@ Ampliar a imagem para preencher a tela inteira - + Select Wallpaper Selecionar Papel de parede - + Image Files Arquivos de imagem + + + Select Wallpaper Folder + Selecionar Pasta de Papel de Parede + PCManFM::DesktopWindow - + Trash (One item) Lixeira (um item) - + Trash (%Ln items) Lixeira (%Ln item) @@ -1343,48 +1549,48 @@ - + Trash (Empty) Lixeira (vazia) - + Computer Computador - + Network Rede - + Open Abrir - - + + Stic&k to Current Position F&ixar na posição atual - + Empty Trash Esvaziar lixeira - + Hide Desktop Items Ocultar itens da área de trabalho - + Create Launcher Criar Lançador - + Desktop Preferences Preferências da área de trabalho @@ -1392,7 +1598,7 @@ PCManFM::FilterBar - + Filter: Filtrar: @@ -1400,7 +1606,7 @@ PCManFM::FilterEdit - + Clear text (Ctrl+K or Esc) Limpar texto (Ctrl+K ou Esc) @@ -1413,40 +1619,40 @@ Abrir como Root - + Hide menu bar Ocultar a barra de menu - + This will hide the menu bar completely, use Ctrl+M to show it again. Isto ocultará completamente a barra de menus, use Ctrl+M para exibi-la novamente. - + Version: %1 Versão: %1 - + &Move to Trash &Mover para a lixeira - + &Delete &Excluir - - + + Error Erro - + Switch user command is not set. O comando para trocar de usuário não está definido. @@ -1454,22 +1660,22 @@ PCManFM::PreferencesDialog - + Icon View Visualização em ícones - + Compact View Visualização compacta - + Thumbnail View Visualização em miniaturas - + Detailed List View Lista detalhada @@ -1477,17 +1683,17 @@ PCManFM::TabPage - + Error Erro - + Free space: %1 (Total: %2) Espaço livre: %1 (Total: %2) - + %n item(s) %n item @@ -1495,7 +1701,7 @@ - + (%n hidden) (%n oculto) @@ -1503,14 +1709,14 @@ - - - + + + Link to Link para - + %n item(s) selected %n item(ns) selecionado(s) @@ -1521,27 +1727,30 @@ PCManFM::View - + Many files Muitos arquivos - - - Do you want to open these %1 file? - Você deseja abrir esse arquivo %1? + + + Do you want to open these %1 files? + + Deseja abrir esse %1 arquivo? + Deseja abrir esses %1 arquivos? + - + Open in New T&ab Abrir em nova &aba - + Open in New Win&dow Abrir em &nova janela - + Open in Termina&l Abrir no Termina&l @@ -1570,7 +1779,7 @@ - + Thumbnail Miniaturas @@ -1605,84 +1814,99 @@ Abrir em nova janela - + + Show folder context menu with Ctrl + right click + Exibir o menu de contexto da pasta com Ctrl + clique direito + + + Erase files on removable media instead of "trash can" creation Excluir arquivos em mídias removíveis diretamente em vez de criar uma "lixeira" - + Confirm before moving files into "trash can" Pedir confirmação antes de mover arquivos para a "lixeira" - - - + + + Requires application restart to take effect completely Requer reinicialização do aplicativo para surtir efeito - + Launch executable files without prompt Lançar arquivos executáveis sem prompt - + + Open folders in new tabs as far as possible + Abra as pastas em novas guias, o mais possível + + + + Single window mode + Modo de janela única + + + Icons Ícones - + Size of big icons: Tamanho dos ícones grandes: - + Size of small icons: Tamanho dos ícones pequenos: - + Size of thumbnails: Tamanho das miniaturas: - + Size of side pane icons: Tamanho dos ícones do painel lateral: - + Icon theme: Tema dos ícones: - + Window Janela - + Default width of new windows: Largura padrão de novas janelas: - + Default height of new windows: Altura padrão de novas janelas: - + Always show the tab bar Sempre exibir a barra de abas - + Show 'Close' buttons on tabs Exibir botão "Fechar" nas abas - + Remember the size of the last closed window Memorizar tamanho da última janela fechada @@ -1717,215 +1941,230 @@ seg - + File Operations Operações em arquivos - + Confirm before deleting files Pedir confirmação antes de excluir arquivos - + Move deleted files to "trash bin" instead of erasing from disk. Mover os arquivos excluídos para "lixeira" em vez de apagar do disco. - + Select newly created files Selecionar arquivos criados recentemente - - + + Used by Icon View Usado pela visualização de ícones - - + + Used by Compact View and Detailed List View Usado por ambas Visualização Compacta e Lista Detalhada - - + + Used by Thumbnail View Usado pela visualização de miniaturas - + User interface Interface de usuário - + Treat backup files as hidden Ocultar arquivos de backup - - Always show full file names - Exibir sempre o nome completo dos arquivos - - - + Show icons of hidden files shadowed Exibir sombra em ícones de arquivos ocultos - + + Do not show file tooltips + Não exibir dicas de arquivo + + + Minimum item margins in icon view: Margens mínimas de itens na visualização de ícones: - + 3 px by default. 3 px por padrão. - + px px - + x x - + 3 px by default. A space is also reserved for 3 lines of text. 3 px por padrão. Um espaço também é reservado para 3 linhas de texto. - + Lock Travar - + When unchecked, the tab bar will be shown only if there are more than one tab. Quando desmarcada, a barra de abas será exibida somente se houver mais de uma aba. - + + Switch to newly opened tab + Alternar para aba recém-aberta + + + + Reopen last window tabs in a new window + Reabrir as últimas abas da janela em uma nova janela + + + Examples:<br>For terminal: <i>xterm -e %s</i><br>For switching user: <i>lxsudo %s</i> or <i>lxsudo dbus-run-session -- %s</i><br><i>%s</i> is the command line you want to execute with terminal or su.<br> Important: Please use lxsudo, sudo alone will wreck permissions of the settings file. Exemplos:<br>Para terminal:<i>xterm -e %s</i><br>Para trocar o usuário:<i>lxsudo %s</i> ou <i>lxsudo dbus-run-session --%s</i><br><i>%s</i> é a linha de comando que você deseja executar no terminal ou su. <br>Importante: Por favor use lxsudo, o sudo sozinho irá corromper as permissões do arquivo de configurações. - + Application restart is needed for changes to take effect. A reinicialização do aplicativo é necessária para que as alterações entrem em vigor. - + Needs ffmpegthumbnailer Necessita do ffmpegthumbnailer - + Show thumbnails of files Exibir miniaturas dos arquivos - + Templates Modelos - + Show only user defined templates in menu Exibir no menu apenas os modelos definidos pelo usuário - + Show only one template for each MIME type Exibir apenas um modelo para cada tipo MIME - + Run default application after creation from template Executar o aplicativo padrão após a criação do modelo - + Only show thumbnails for local files Exibir miniaturas apenas para arquivos locais - + Do not generate thumbnails for image files exceeding this size: Não gerar miniaturas para arquivos de imagens que ultrapassem este tamanho: - + KB KB - + When removable medium unmounted: Quando uma mídia removível for desmontada: - + Switch &user command: Alternar comando do &usuário: - + Archiver in&tegration: In&tegração do arquivador: - + Terminal emulator: Emulador de terminal: - + + Always show real file names + Sempre exibir os nomes reais dos arquivos + + + Auto Mount Montar automaticamente - + Mount mountable volumes automatically on program startup Montar volumes automaticamente na inicialização do programa - + Mount removable media automatically when they are inserted Montar mídias removíveis automaticamente ao serem inseridas - + Show available options for removable media when they are inserted Mostrar opções disponíveis para mídias removíveis ao serem inseridas - + Close &tab containing removable medium Fechar &aba contendo mídia removível - + Chan&ge folder in the tab to home folder Alterar pasta na aba para a pasta pessoal - + Programs Programas - + Use SI decimal prefixes instead of IEC binary prefixes Utilizar prefixos decimais do SI em vez de prefixos binários do IEC @@ -1953,18 +2192,18 @@ A renomeação foi abortada. - - + + Error Erro - + No file could be renamed. Nenhum arquivo pôde ser renomeado. - + Some files could not be renamed. Alguns arquivos não puderam ser renomeados. diff -Nru pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt_pt_PT.ts pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt_pt_PT.ts --- pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt_pt_PT.ts 2020-04-23 18:13:46.000000000 +0000 +++ pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt_pt_PT.ts 2020-11-02 22:27:00.000000000 +0000 @@ -19,12 +19,7 @@ Um leve gerenciador de arquivos - - <html><head/><body><p><a href="https://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">https://lxqt.org/</span></a></p></body></html> - <html><head/><body><p><a href="https://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">https://lxqt.org/</span></a></p></body></html> - - - + Programming: * Hong Jen Yee (PCMan) <pcman.tw@gmail.com> @@ -33,7 +28,7 @@ - + PCManFM-Qt File Manager Copyright (C) 2009 - 2014 洪任諭 (Hong Jen Yee) @@ -54,12 +49,18 @@ - + Authors Autores/Autoras - + + <html><head/><body><p><a href="https://github.com/lxqt/pcmanfm-qt"><span style=" text-decoration: underline; color:#0000ff;">https://github.com/lxqt/pcmanfm-qt</span></a></p></body></html> + + + + + License Licença @@ -274,38 +275,38 @@ - - + + Background - + Wallpaper mode: - + Wallpaper image file: - + Select background color: - + Image file - + Image file path - + &Browse @@ -382,102 +383,280 @@ - + + By default, desktop folders will be opened in PCManFM-Qt if they +are left clicked, even when it is not the default file manager. + + + + + Open desktop folders in default file manager by left clicking + + + + Wallpaper - + Transform image based on EXIF data - + + Individual wallpaper for each monitor + + + + Slide Show - + Enable Slide Show - + Wallpaper image folder: - + Browse - + hour(s) - + and - + Intervals less than 5min will be ignored - + Interval: - + minute(s) - + Wallpaper folder - + Randomize the slide show - + Visible Shortcuts - + Home - + Trash - + Computer - + Network - + Advanced + HiddenShortcutsDialog + + + Hidden Shortcuts + + + + + Shortcut + + + + + Action + + + + + Esc + + + + + Focus view, clear filter bar + + + + + Ctrl+Esc + + + + + Focus side-pane + + + + + Ctrl+L + + + + + + Focus path entry + + + + + Alt+D + + + + + Ctrl+Tab + + + + + + Next tab + + + + + Ctrl+Shift+Tab + + + + + + Previous tab + + + + + Ctrl+PageDown + + + + + Ctrl+PageUp + + + + + Ctrl+Number + + + + + + Jump to tab + + + + + Alt+Number + + + + + Backspace + + + + + Go up + + + + + Ctrl+F + + + + + Search dialog + + + + + Shift+Insert + + + + + Paste into transient filter bar + + + + + Drag+Shift + + + + + Move file on dropping + + + + + Drag+Ctrl + + + + + Copy file on dropping + + + + + Drag+Shift+Ctrl + + + + + Make a symlink on dropping + + + + MainWindow @@ -485,553 +664,573 @@ - + &Toolbars - + Path &Bar - + &Filtering - + Go &Up - + Go Up - + Alt+Up - + &Home - + Alt+Home - + &Reload - + F5 - + Go - + Quit - + &About - + &New Window - + New Window - + Ctrl+N - + Show &Hidden - + Ctrl+H - + &Computer - + &Trash - + &Network - + &Desktop - + &Add to Bookmarks - + &Applications - + Reload - + &Icon View - + &Compact View - + &Detailed List - + &Thumbnail View - + Cu&t - + Ctrl+X - + &Copy - + Ctrl+C - + &Paste - + Ctrl+V - + Select &All - + Ctrl+A - + Pr&eferences - + &Ascending - + &Descending - + &By File Name - + By &Modification Time - + By Deletio&n Time - + By File &Type - + By &Owner - + By &Group - + &Folder First - + + &Hidden Last + + + + &Preserve sorting for this folder - + &Case Sensitive - + By File &Size - + &Close Window - + Ctrl+Q - + &Folder - + &Blank File - + &Show/Focus Filter Bar - + Show Filter Bar - + Ctrl+I - + S&plit View - + Split View - + F6 - + &Copy Full Path - + Ctrl+Shift+C - + Show Thumb&nails - + Show Thumbnails - + + S&ide Pane + + + + + F9 + + + + + Hidden &Shortcuts + + + + Ctrl+B - + &Clear All Filters - + Ctrl+Shift+K - + Close &previous tabs - + Close &next tabs - + &Preserve Settings for This Folder - + Connect to &Server - + &Location - + &Path Buttons - + &Bulk Rename - + Bulk Rename - + Ctrl+F2 - + Close &other tabs - + Permanent &filter bar - + &Menu bar - + Menu bar - + Ctrl+M - - + + Menu - + New &Tab - + New Tab - + Ctrl+T - + Go &Back - + Go Back - + Alt+Left - + Go &Forward - + Go Forward - + Alt+Right - + &Invert Selection - + &Delete - + Del - + &Rename - + F2 - + C&lose Tab - + Ctrl+W - + File &Properties - + Alt+Return - + &Folder Properties - + Edit Bookmarks - + Open &Terminal - + F4 - + Open as &Root - + &Edit Bookmarks - + Ctrl+Shift+N - + Ctrl+Alt+N - + &Find Files - + F3 @@ -1051,38 +1250,38 @@ - - + + &View - + &Sorting - + &Edit - + &Bookmarks - + &Go - + &Tool - + Main Toolbar @@ -1176,13 +1375,13 @@ - - + + Error - + Terminal emulator is not set. @@ -1299,25 +1498,30 @@ - + Select Wallpaper - + Image Files + + + Select Wallpaper Folder + + PCManFM::DesktopWindow - + Trash (One item) - + Trash (%Ln items) @@ -1325,48 +1529,48 @@ - + Trash (Empty) - + Computer - + Network - + Open - - + + Stic&k to Current Position - + Empty Trash - + Hide Desktop Items - + Create Launcher - + Desktop Preferences @@ -1374,7 +1578,7 @@ PCManFM::FilterBar - + Filter: @@ -1382,7 +1586,7 @@ PCManFM::FilterEdit - + Clear text (Ctrl+K or Esc) @@ -1395,40 +1599,40 @@ - + Hide menu bar - + This will hide the menu bar completely, use Ctrl+M to show it again. - + Version: %1 - + &Move to Trash - + &Delete - - + + Error - + Switch user command is not set. @@ -1436,22 +1640,22 @@ PCManFM::PreferencesDialog - + Icon View - + Compact View - + Thumbnail View - + Detailed List View @@ -1459,17 +1663,17 @@ PCManFM::TabPage - + Error - + Free space: %1 (Total: %2) - + %n item(s) @@ -1477,7 +1681,7 @@ - + (%n hidden) @@ -1485,14 +1689,14 @@ - - - + + + Link to - + %n item(s) selected @@ -1503,27 +1707,30 @@ PCManFM::View - + Many files - - - Do you want to open these %1 file? - + + + Do you want to open these %1 files? + + + + - + Open in New T&ab - + Open in New Win&dow - + Open in Termina&l @@ -1547,7 +1754,7 @@ - + Thumbnail @@ -1562,67 +1769,67 @@ - + Select newly created files - + Icons - + Size of big icons: - + Size of small icons: - + Size of thumbnails: - + Size of side pane icons: - + Icon theme: - + Window - + Always show the tab bar - + Show 'Close' buttons on tabs - + Remember the size of the last closed window - + Default width of new windows: - + Default height of new windows: @@ -1652,27 +1859,27 @@ - + File Operations - + Confirm before deleting files - + Move deleted files to "trash bin" instead of erasing from disk. - + Show thumbnails of files - + Only show thumbnails for local files @@ -1707,205 +1914,235 @@ - + Erase files on removable media instead of "trash can" creation - + Confirm before moving files into "trash can" - - - + + + Requires application restart to take effect completely - + Launch executable files without prompt - - + + Used by Icon View - - + + Used by Compact View and Detailed List View - - + + Used by Thumbnail View - + User interface - + Treat backup files as hidden - - Always show full file names - - - - + Show icons of hidden files shadowed - + Minimum item margins in icon view: - + 3 px by default. - + px - + x - + 3 px by default. A space is also reserved for 3 lines of text. - + Lock - + When unchecked, the tab bar will be shown only if there are more than one tab. - + + Switch to newly opened tab + + + + + Reopen last window tabs in a new window + + + + Examples:<br>For terminal: <i>xterm -e %s</i><br>For switching user: <i>lxsudo %s</i> or <i>lxsudo dbus-run-session -- %s</i><br><i>%s</i> is the command line you want to execute with terminal or su.<br> Important: Please use lxsudo, sudo alone will wreck permissions of the settings file. - + Application restart is needed for changes to take effect. - + Do not generate thumbnails for image files exceeding this size: - + + Show folder context menu with Ctrl + right click + + + + + Open folders in new tabs as far as possible + + + + + Single window mode + + + + + Always show real file names + + + + + Do not show file tooltips + + + + KB - + Needs ffmpegthumbnailer - + Auto Mount - + Mount mountable volumes automatically on program startup - + Mount removable media automatically when they are inserted - + Show available options for removable media when they are inserted - + When removable medium unmounted: - + Close &tab containing removable medium - + Chan&ge folder in the tab to home folder - + Programs - + Terminal emulator: - + Switch &user command: - + Archiver in&tegration: - + Templates - + Show only user defined templates in menu - + Show only one template for each MIME type - + Run default application after creation from template - + Use SI decimal prefixes instead of IEC binary prefixes @@ -1933,18 +2170,18 @@ - - + + Error - + No file could be renamed. - + Some files could not be renamed. diff -Nru pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt_pt.ts pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt_pt.ts --- pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt_pt.ts 2020-04-23 18:13:46.000000000 +0000 +++ pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt_pt.ts 2020-11-02 22:27:00.000000000 +0000 @@ -19,12 +19,7 @@ Gestor de ficheiros - - <html><head/><body><p><a href="https://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">https://lxqt.org/</span></a></p></body></html> - <html><head/><body><p><a href="https://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">https://lxqt.org/</span></a></p></body></html> - - - + PCManFM-Qt File Manager Copyright (C) 2009 - 2014 洪任諭 (Hong Jen Yee) @@ -61,7 +56,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - + Programming: * Hong Jen Yee (PCMan) <pcman.tw@gmail.com> @@ -70,12 +65,18 @@ - + + <html><head/><body><p><a href="https://github.com/lxqt/pcmanfm-qt"><span style=" text-decoration: underline; color:#0000ff;">https://github.com/lxqt/pcmanfm-qt</span></a></p></body></html> + + + + + Authors Autores - + License Licença @@ -290,38 +291,38 @@ Preferências da área de trabalho - - + + Background Fundo - + Wallpaper mode: Modo do papel de parede: - + Wallpaper image file: Ficheiro do papel de parede: - + Select background color: Escolha a cor de fundo: - + Image file Ficheiro de imagem - + Image file path Caminho do ficheiro de imagem - + &Browse E&xplorar @@ -399,102 +400,280 @@ Bloquear - + + By default, desktop folders will be opened in PCManFM-Qt if they +are left clicked, even when it is not the default file manager. + + + + + Open desktop folders in default file manager by left clicking + + + + Wallpaper Papel de parede - + Transform image based on EXIF data Transformar imagem com base nos dados EXIF - + + Individual wallpaper for each monitor + Papel de parede único para cada monitor + + + Slide Show Apresentação - + Enable Slide Show Ativar apresentação - + Wallpaper image folder: Pasta da imagem do papel de parede: - + Browse Explorar - + hour(s) hora(s) - + and e - + Intervals less than 5min will be ignored Intervalos menores a 5 min. serão ignoradaos - + Interval: Intervalo: - + minute(s) minuto(s) - + Wallpaper folder Pasta do papel de parede - + Randomize the slide show Apresentação aleatória - + Visible Shortcuts Atalhos visíveis - + Home Pasta pessoal - + Trash Lixo - + Computer Computador - + Network Rede - + Advanced Avançado + HiddenShortcutsDialog + + + Hidden Shortcuts + Atalhos ocultos + + + + Shortcut + Atalho + + + + Action + Ação + + + + Esc + Esc + + + + Focus view, clear filter bar + Vista de foco, limpar barra de filtro + + + + Ctrl+Esc + Ctrl+Esc + + + + Focus side-pane + Foco, painel lateral + + + + Ctrl+L + Ctrl+L + + + + + Focus path entry + Foco, caminho de entrada + + + + Alt+D + Alt+D + + + + Ctrl+Tab + Ctrl+Tab + + + + + Next tab + Separador seguinte + + + + Ctrl+Shift+Tab + Ctrl+Shift+Tab + + + + + Previous tab + Separador anterior + + + + Ctrl+PageDown + Ctrl+PageDown + + + + Ctrl+PageUp + Ctrl+PageUp + + + + Ctrl+Number + Ctrl+Número + + + + + Jump to tab + Ira para o separador + + + + Alt+Number + Alt+Número + + + + Backspace + Backspace + + + + Go up + Ir para cima + + + + Ctrl+F + Ctrl+F + + + + Search dialog + Caixa de diálogo de pesquisa + + + + Shift+Insert + Shift+Insert + + + + Paste into transient filter bar + Colar na barra de filtro + + + + Drag+Shift + Arrastar+Shift + + + + Move file on dropping + Mover ficheiros ao largar + + + + Drag+Ctrl + Arrastar+Ctrl + + + + Copy file on dropping + Copiar ficheiros ao largar + + + + Drag+Shift+Ctrl + Arrastar+Shift+Ctrl + + + + Make a symlink on dropping + Criar ligação simbólica ao largar + + + MainWindow @@ -502,498 +681,518 @@ Gestor de ficheiros - + Go Up Subir - + Alt+Up Alt+Up - + Alt+Home Alt+Home - + Reload Recarregar - + F5 F5 - + &Toolbars Barra de ferramen&tas - + Path &Bar &Barra de caminho - + &Filtering &Filtrar - + &Home &Pasta pessoal - + &Reload &Recarregar - + Go Ir - + Quit Sair - + &About &Acerca - + New Window Nova janela - + Ctrl+N Ctrl+N - + Show &Hidden Mostrar &ocultos - + Ctrl+H Ctrl+H - + &Computer &Computador - + &Trash &Lixo - + &Network &Rede - + &Desktop Área &de trabalho - + &Add to Bookmarks &Adicionar aos marcadores - + &Applications &Aplicações - + Ctrl+X Ctrl+X - + &Copy &Copiar - + Ctrl+C Ctrl+C - + &Paste Co&lar - + Ctrl+V Ctrl+V - + Select &All Selecion&ar tudo - + Pr&eferences Pr&eferências - + &Ascending &Ascendente - + &Descending &Descendente - + &By File Name Por nome de &ficheiro - + By &Modification Time Por data de &modificação - + By Deletio&n Time Por data de elimi&nação - + By File &Type Por &tipo de ficheiro - + By &Owner Por d&ono - + By &Group Por &grupo - + &Folder First &Pastas primeiro - + + &Hidden Last + &Oculto por último + + + &Preserve sorting for this folder Manter organização para esta &pasta - + &Invert Selection &Inverter seleção - + &Delete &Apagar - + &Rename &Renomear - + &Case Sensitive Distinguir maiúsculas/minús&culas - + By File &Size Por tama&ho do ficheiro - + &Close Window Fe&char janela - + &Show/Focus Filter Bar Mo&strar/focar barra de filtro - + Show Filter Bar Mostrar barra de filtro - + Ctrl+I Ctrl+I - + S&plit View Vista du&pla - + Split View Vista dupla - + F6 F6 - + &Copy Full Path &Copiar caminho completo - + Ctrl+Shift+C Ctrl+Shift+C - + Show Thumb&nails Mostrar mi&niaturas - + Show Thumbnails Mostrar miniaturas - + + S&ide Pane + Pa&inel lateral + + + + F9 + F9 + + + + Hidden &Shortcuts + Atalho&s ocultos + + + Ctrl+B Ctrl+B - + &Clear All Filters &Limpar todos os filtros - + Ctrl+Shift+K Ctrl+Shift+K - + Close &previous tabs Fechar separadores &anteriores - + Close &next tabs Fechar separadores &seguintes - + &Preserve Settings for This Folder Manter definições para esta &pasta - + Connect to &Server Conectar a um &servidor - + &Location &Localização - + &Path Buttons Botões de camin&ho - + &Bulk Rename Renomear em &lote - + Bulk Rename Renomear em lote - + Ctrl+F2 Ctrl+F2 - + Close &other tabs Fechar &os outros separadores - + Permanent &filter bar Barra de &filtro permanente - + &Menu bar Barra de &menu - + Menu bar Barra de menu - + Ctrl+M Ctrl+M - - + + Menu Menu - + Ctrl+A Ctrl+A - + Go &Up S&ubir - + &New Window &Nova janela - + &Icon View V&ista de ícones - + &Compact View Vista &compacta - + &Detailed List Lista &detalhada - + &Thumbnail View Vista de minia&turas - + Cu&t Cor&tar - + New &Tab Novo &separador - + New Tab Novo separador - + Ctrl+T Ctrl+T - + Go &Back &Recuar - + Go Back Recuar - + Alt+Left Alt+Left - + Go &Forward &Avançar - + Go Forward Avançar - + Alt+Right Alt+Right - + Del Del - + F2 F2 - + C&lose Tab &Fechar separador - + File &Properties &Propriedades do ficheiro - + &Folder Properties Propried&ades da pasta - + Ctrl+Q Ctrl+Q - + Ctrl+Shift+N Ctrl+Shift+N - + Ctrl+Alt+N Ctrl+Alt+N @@ -1003,67 +1202,67 @@ C&riar - + &Sorting &Ordenação - + Main Toolbar Barra principal - + Ctrl+W Ctrl+W - + Alt+Return Alt+Return - + Edit Bookmarks Editar marcadores - + Open &Terminal Abrir &terminal - + F4 F4 - + Open as &Root Abrir como &root - + &Edit Bookmarks &Editar marcadores - + &Folder &Pasta - + &Blank File &Ficheiro - + &Find Files &Localizar ficheiros - + F3 F3 @@ -1078,28 +1277,28 @@ Aj&uda - - + + &View &Ver - + &Edit &Editar - + &Bookmarks &Marcadores - + &Go &Ir - + &Tool Ferramen&tas @@ -1193,13 +1392,13 @@ Ficheiros ou diretórios a abrir - - + + Error Erro - + Terminal emulator is not set. Emulador de terminal não definido. @@ -1316,25 +1515,30 @@ Ampliar imagem para preencher o ecrã - + Select Wallpaper Selecione um papel de parede - + Image Files Ficheiros de imagem + + + Select Wallpaper Folder + Selecionar pasta da imagem de fundo + PCManFM::DesktopWindow - + Trash (One item) Lixo (1 item) - + Trash (%Ln items) Lixo (%Ln item) @@ -1342,48 +1546,48 @@ - + Trash (Empty) Lixo (vazio) - + Computer Computador - + Network Rede - + Open Abrir - - + + Stic&k to Current Position Fi&xar na posição atual - + Empty Trash Esvaziar lixo - + Hide Desktop Items Ocultar itens da área de trabalho - + Create Launcher Criar lançador - + Desktop Preferences Preferências da área de trabalho @@ -1391,7 +1595,7 @@ PCManFM::FilterBar - + Filter: Filtrar: @@ -1399,7 +1603,7 @@ PCManFM::FilterEdit - + Clear text (Ctrl+K or Esc) Limpar texto (Ctrl+K ou Esc) @@ -1412,40 +1616,40 @@ Instância root - + Hide menu bar Ocultar barra de menu - + This will hide the menu bar completely, use Ctrl+M to show it again. A barra de menu será ocultada. Use Ctrl+M para a mostrar novamente. - + Version: %1 Versão: %1 - + &Move to Trash &Mover para o lixo - + &Delete &Apagar - - + + Error Erro - + Switch user command is not set. Comando para trocar de utilizadores não está definido. @@ -1453,22 +1657,22 @@ PCManFM::PreferencesDialog - + Icon View Vista de ícones - + Compact View Vista compacta - + Thumbnail View Vista de miniaturas - + Detailed List View Lista detalhada @@ -1476,17 +1680,17 @@ PCManFM::TabPage - + Error Erro - + Free space: %1 (Total: %2) Espaço livre: %1 (Total: %2) - + %n item(s) %n item @@ -1494,7 +1698,7 @@ - + (%n hidden) (%n oculto) @@ -1502,14 +1706,14 @@ - - - + + + Link to Ligação para - + %n item(s) selected %n item selecionado @@ -1520,27 +1724,30 @@ PCManFM::View - + Many files Demasiados ficheiros - - - Do you want to open these %1 file? - Deseja abrir este ficheiro (%1)? + + + Do you want to open these %1 files? + + Deseja abrir %1 ficheiro? + Deseja abrir %1 ficheiros? + - + Open in New T&ab Abrir em novo sep&arador - + Open in New Win&dow Abrir em &nova janela - + Open in Termina&l Abrir no termina&l @@ -1569,7 +1776,7 @@ - + Thumbnail Miniaturas @@ -1604,84 +1811,99 @@ Abrir em nova janela - + + Show folder context menu with Ctrl + right click + Mostrar menu de contexto da pasta com Ctrl+clique direito + + + Erase files on removable media instead of "trash can" creation Apagar ficheiros do disco amovível em vez de os enviar para o lixo - + Confirm before moving files into "trash can" Confirmar antes de mover os ficheiros para o lixo - - - + + + Requires application restart to take effect completely Tem que reiniciar a aplicação para aplicar as alterações - + Launch executable files without prompt Iniciar ficheiros executáveis (sem confirmação) - + + Open folders in new tabs as far as possible + Se possível abrir pastas em separadores distintos + + + + Single window mode + Modo de janela única + + + Icons Ícones - + Size of big icons: Tamanho dos ícones grandes: - + Size of small icons: Tamanho dos ícones pequenos: - + Size of thumbnails: Tamanho das miniaturas: - + Size of side pane icons: Tamanho dos ícones do painel lateral: - + Icon theme: Tema de ícones: - + Window Janela - + Default width of new windows: Largura para as novas janelas: - + Default height of new windows: Altura para as novas janelas: - + Always show the tab bar Mostrar sempre barra de separadores - + Show 'Close' buttons on tabs Mostrar botão "Fechar" nos separadoress - + Remember the size of the last closed window Memorizar tamanho da última janela fechada @@ -1716,215 +1938,230 @@ seg - + File Operations Operações de ficheiros - + Confirm before deleting files Confirmar antes de apagar - + Move deleted files to "trash bin" instead of erasing from disk. Mover ficheiros para o lixo em vez de os apagar do disco. - + Select newly created files Selecionar ficheiros criados recentemente - - + + Used by Icon View Utilizado na vista de ícones - - + + Used by Compact View and Detailed List View Utilizado na vista compacta e na lista detalhada - - + + Used by Thumbnail View Utilizado na vista de miniaturas - + User interface Interface - + Treat backup files as hidden Tratar ficheiros de backup como ocultos - - Always show full file names - Mostrar sempre nome completo dos ficheiros - - - + Show icons of hidden files shadowed Mostrar sombra nos ícones dos ficheiros ocultos - + + Do not show file tooltips + Não mostrar dicas para ficheiros + + + Minimum item margins in icon view: Margem mínima entre itens na vista de ícones: - + 3 px by default. 3 pixeis por definição. - + px px - + x x - + 3 px by default. A space is also reserved for 3 lines of text. 3 pixeis por definição. Será reservado um espaço para 3 linhas de texto. - + Lock Bloquear - + When unchecked, the tab bar will be shown only if there are more than one tab. Se desativar a opção, a barra de separadores apenas será mostrada se existir mais do que um separador. - + + Switch to newly opened tab + + + + + Reopen last window tabs in a new window + + + + Examples:<br>For terminal: <i>xterm -e %s</i><br>For switching user: <i>lxsudo %s</i> or <i>lxsudo dbus-run-session -- %s</i><br><i>%s</i> is the command line you want to execute with terminal or su.<br> Important: Please use lxsudo, sudo alone will wreck permissions of the settings file. Exemplos:<br>Para terminal: <i>xterm -e %s</i><br>Para trocar de utilizador: <i>lxsudo %s</i> ou <i>lxsudo dbus-run-session -- %s</i><br><i>%s</i> é a linha de comandos que pretende executar no terminal ou com su.<br> Importante: deve utilizar lxsudo porque se apenas usar sudo, o ficheiro de definições será destruído. - + Application restart is needed for changes to take effect. Tem que reiniciar a aplicação para aplicar as alterações. - + Needs ffmpegthumbnailer Requer ffmpegthumbnailer - + Show thumbnails of files Mostrar miniaturas dos ficheiros - + Templates Modelos - + Show only user defined templates in menu Mostrar no menu apenas os modelos do utilizador - + Show only one template for each MIME type Mostrar apenas um modelo para cada tipo MIME - + Run default application after creation from template Iniciar aplicação padrão após a criação baseada no modelo - + Only show thumbnails for local files Mostrar miniaturas apenas para ficheiros locais - + Do not generate thumbnails for image files exceeding this size: Não gerar miniaturas para as imagens que excedam este tamanho: - + KB KB - + When removable medium unmounted: Ao desmontar um disco amovível: - + Switch &user command: Comando para trocar de &utilizador: - + Archiver in&tegration: In&tegração do arquivador: - + Terminal emulator: Emulador de terminal: - + + Always show real file names + Mostrar sempre o nome real dos ficheiros + + + Auto Mount Montar automaticamente - + Mount mountable volumes automatically on program startup Montar discos amovíveis ao iniciar a aplicação - + Mount removable media automatically when they are inserted Montar discos amovíveis ao inserir - + Show available options for removable media when they are inserted Mostrar opções possíveis para os discos assim que forem inseridos - + Close &tab containing removable medium Fechar o separador que con&tém o disco amovível - + Chan&ge folder in the tab to home folder &Alterar a pasta do separador para a pasta pessoal - + Programs Programas - + Use SI decimal prefixes instead of IEC binary prefixes Utilizar prefixos decimais SI em vez dos prefixos binários IEC @@ -1952,18 +2189,18 @@ A operação foi abortada. - - + + Error Erro - + No file could be renamed. Nenhum ficheiro foi renomeado. - + Some files could not be renamed. Alguns ficheiros não foram renomeados. diff -Nru pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt_ru.ts pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt_ru.ts --- pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt_ru.ts 2020-04-23 18:13:46.000000000 +0000 +++ pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt_ru.ts 2020-11-02 22:27:00.000000000 +0000 @@ -20,16 +20,17 @@ - <html><head/><body><p><a href="https://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">https://lxqt.org/</span></a></p></body></html> - <html><head/><body><p><a href="https://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">https://lxqt.org/</span></a></p></body></html> + <html><head/><body><p><a href="https://github.com/lxqt/pcmanfm-qt"><span style=" text-decoration: underline; color:#0000ff;">https://github.com/lxqt/pcmanfm-qt</span></a></p></body></html> + + - + Authors Авторы - + Programming: * Hong Jen Yee (PCMan) <pcman.tw@gmail.com> @@ -38,12 +39,12 @@ - + License Лицензия - + PCManFM-Qt File Manager Copyright (C) 2009 - 2014 洪任諭 (Hong Jen Yee) @@ -297,38 +298,38 @@ Общие - - + + Background Фон - + Wallpaper mode: Режим обоев: - + Wallpaper image file: Файл изображения обоев: - + Select background color: Выбрать цвет фона: - + Image file Файл изображения - + Image file path Путь к файлу изображения - + &Browse &Обзор @@ -396,97 +397,113 @@ Связать - + + By default, desktop folders will be opened in PCManFM-Qt if they +are left clicked, even when it is not the default file manager. + + + + + Open desktop folders in default file manager by left clicking + + + + Wallpaper Обои - + Transform image based on EXIF data Поворачивать и отражать изображение согласно EXIF-данным - + + Individual wallpaper for each monitor + + + + Slide Show Показ слайдов - + Enable Slide Show Разрешить показ слайдов - + Wallpaper image folder: Папка с обоями: - + Browse Обзор - + hour(s) час. - + and и - + Intervals less than 5min will be ignored Интервал короче 5 минут будет проигнорирован - + Interval: Интервал: - + minute(s) мин. - + Wallpaper folder Папка с обоями - + Randomize the slide show Случайный порядок слайдов - + Visible Shortcuts Отображаемые ярлыки - + Home Home - + Trash Корзина - + Computer Компьютер - + Network Сеть - + Advanced Расширенные @@ -497,6 +514,168 @@ + HiddenShortcutsDialog + + + Hidden Shortcuts + + + + + Shortcut + + + + + Action + + + + + Esc + + + + + Focus view, clear filter bar + + + + + Ctrl+Esc + + + + + Focus side-pane + + + + + Ctrl+L + + + + + + Focus path entry + + + + + Alt+D + + + + + Ctrl+Tab + + + + + + Next tab + + + + + Ctrl+Shift+Tab + + + + + + Previous tab + + + + + Ctrl+PageDown + + + + + Ctrl+PageUp + + + + + Ctrl+Number + + + + + + Jump to tab + + + + + Alt+Number + + + + + Backspace + + + + + Go up + + + + + Ctrl+F + + + + + Search dialog + + + + + Shift+Insert + + + + + Paste into transient filter bar + + + + + Drag+Shift + + + + + Move file on dropping + + + + + Drag+Ctrl + + + + + Copy file on dropping + + + + + Drag+Shift+Ctrl + + + + + Make a symlink on dropping + + + + MainWindow @@ -504,12 +683,12 @@ Диспетчер файлов - + Ctrl+Shift+N Ctrl+Shift+N - + Ctrl+Alt+N Ctrl+Alt+N @@ -529,579 +708,599 @@ &Справка - - + + &View &Вид - + &Sorting &Сортировка - + &Toolbars &Панель инструментов - + Path &Bar Путь в строке &адреса - + &Filtering &Фильтр - + &Edit &Правка - + &Bookmarks &Закладки - + &Go &Перейти - + &Tool &Инструмент - + Main Toolbar Панель инструментов - + Go &Up Перейти вв&ерх - + Go Up Перейти вверх - + Alt+Up - + &Home &Домой - + Alt+Home - + &Reload &Обновить - + F5 - + Go Перейти - + Quit Выход - + &About &О программе - + &New Window &Новое окно - + New Window Новое окно - + Ctrl+N - + Show &Hidden Показать &скрытые - + Ctrl+H - + &Computer &Компьютер - + &Trash &Корзина - + &Network &Сеть - + &Desktop &Рабочий стол - + &Add to Bookmarks &Добавить в закладки - + &Applications &Приложения - + Reload Обновить - + &Icon View Просмотр &значками - + &Compact View &Компактный просмотр - + &Detailed List Просмотр &подробным списком - + &Thumbnail View Просмотр &эскизами - + Cu&t &Вырезать - + Ctrl+X - + &Copy &Копировать - + Ctrl+C Ctrl+C - + &Paste &Вставить - + Ctrl+V Ctrl+V - + Select &All Выделить &всё - + Ctrl+A Ctrl+A - + Pr&eferences &Настройки - + &Ascending По &возрастанию - + &Descending По &убыванию - + &By File Name &По имени файла - + By &Modification Time По времени &изменения - + By Deletio&n Time По времени &удаления - + By File &Type По &типу файла - + By &Owner По &владельцу - + By &Group По &группе - + &Folder First Сначала &папки - + + &Hidden Last + + + + &Preserve sorting for this folder &Сохранять сортировку для этой папки - + &Case Sensitive &Чувствительная к регистру - + By File &Size По &размеру файла - + &Close Window &Закрыть окно - + Ctrl+Q Ctrl+Q - + &Folder &Папка - + &Blank File &Пустой файл - + &Find Files &Найти файлы - + F3 F3 - + &Show/Focus Filter Bar &Показать/скрыть панель фильтра - + Show Filter Bar Показать панель фильтра - + Ctrl+I Ctrl+I - + S&plit View &Разделить окно - + Split View Разделить окно - + F6 F6 - + &Copy Full Path С&копировать полный путь - + Ctrl+Shift+C Ctrl+Shift+C - + Show Thumb&nails Показывать &эскизы - + Show Thumbnails Показывать эскизы - + + S&ide Pane + + + + + F9 + F9 + + + + Hidden &Shortcuts + + + + Ctrl+B Ctrl+B - + &Clear All Filters &Отменить все фильтры - + Ctrl+Shift+K Ctrl+Shift+K - + Close &previous tabs Закрыть &предыдущие вкладки - + Close &next tabs Закрыть &следующие вкладки - + &Preserve Settings for This Folder &Сохранить настройки для этой папки - + Connect to &Server Подключение к &серверу - + &Location &Расположение - + &Path Buttons &Путь кнопок - + &Bulk Rename &Групповое переименование - + Bulk Rename Групповое переименование - + Ctrl+F2 Ctrl+F2 - + Close &other tabs Закрыть &остальные вкладки - + Permanent &filter bar Не скрывать панель &фильтров - + &Menu bar &Cтрока меню - + Menu bar Панель меню - + Ctrl+M Ctrl+M - - + + Menu Меню - + New &Tab Новая &вкладка - + New Tab Новая вкладка - + Ctrl+T Ctrl+T - + Go &Back Перейти &назад - + Go Back Перейти назад - + Alt+Left - + Go &Forward Перейти &вперёд - + Go Forward Перейти вперёд - + Alt+Right - + &Invert Selection &Инвертировать выделение - + &Delete &Удалить - + Del Del - + &Rename Пере&именовать - + F2 F2 - + C&lose Tab &Закрыть вкладку - + Ctrl+W Ctrl+W - + File &Properties Свойства &файла - + Alt+Return Alt+Return - + &Folder Properties Свойства &папки - + Edit Bookmarks Изменить закладки - + Open &Terminal Открыть &терминал - + F4 F4 - + Open as &Root Открыть от имени &суперпользователя - + &Edit Bookmarks &Изменить закладки @@ -1195,13 +1394,13 @@ Файлы или папки для открытия - - + + Error Ошибка - + Terminal emulator is not set. Эмулятор терминала не указан. @@ -1318,25 +1517,30 @@ Увеличить изображение до заполнения всего экрана - + Select Wallpaper Выберите обои - + Image Files Файлы изображений + + + Select Wallpaper Folder + + PCManFM::DesktopWindow - + Trash (One item) Корзина (1 объект) - + Trash (%Ln items) Корзина (%Ln объект) @@ -1345,48 +1549,48 @@ - + Trash (Empty) Корзина (пусто) - + Computer Компьютер - + Network Сеть - + Open Открыть - - + + Stic&k to Current Position &Прикрепить к текущему положению - + Empty Trash Очистить корзину - + Hide Desktop Items Скрыть значки рабочего стола - + Create Launcher Создать кнопку запуска - + Desktop Preferences Настройки рабочего стола @@ -1394,7 +1598,7 @@ PCManFM::FilterBar - + Filter: Фильтр: @@ -1402,7 +1606,7 @@ PCManFM::FilterEdit - + Clear text (Ctrl+K or Esc) Очистить текст (Ctrl+K или Esc) @@ -1415,40 +1619,40 @@ Запущено от root - + Hide menu bar Скрыть панель меню - + This will hide the menu bar completely, use Ctrl+M to show it again. Полностью скрыть панель меню; нажмите Ctrl+M, чтобы вернуть ее. - + Version: %1 Версия: %1 - + &Move to Trash &Переместить в корзину - + &Delete &Удалить - - + + Error Ошибка - + Switch user command is not set. Команда переключения пользователя не задана. @@ -1456,22 +1660,22 @@ PCManFM::PreferencesDialog - + Icon View Просмотр значками - + Compact View Компактный просмотр - + Thumbnail View Просмотр эскизами - + Detailed List View Просмотр подробным списком @@ -1479,17 +1683,17 @@ PCManFM::TabPage - + Error Ошибка - + Free space: %1 (Total: %2) Свободное место: %1 (всего: %2) - + %n item(s) %n объект @@ -1498,7 +1702,7 @@ - + (%n hidden) (%n скрыт) @@ -1507,14 +1711,14 @@ - - - + + + Link to Ссылка на - + %n item(s) selected %n объект выделен @@ -1526,27 +1730,31 @@ PCManFM::View - + Many files Множество файлов - - - Do you want to open these %1 file? - Вы действительно хотите открыть эти %1 файл(ов)? + + + Do you want to open these %1 files? + + + + + - + Open in New T&ab Открыть в новой &вкладке - + Open in New Win&dow Открыть в новом &окне - + Open in Termina&l Открыть в &терминале @@ -1570,7 +1778,7 @@ - + Thumbnail Эскизы @@ -1585,67 +1793,67 @@ Расширенные - + Select newly created files Выделять только что созданные файлы - + Icons Значки - + Size of big icons: Размер больших значков: - + Size of small icons: Размер маленьких значков: - + Size of thumbnails: Размер эскизов: - + Size of side pane icons: Размер значков боковой панели: - + Icon theme: Тема значков: - + Window Окно - + Always show the tab bar Всегда показывать панель вкладок - + Show 'Close' buttons on tabs Показывать кнопку «Закрыть» на вкладках - + Remember the size of the last closed window Запоминать размер последнего закрытого окна - + Default width of new windows: Ширина новых окон по умолчанию: - + Default height of new windows: Высота новых окон по умолчанию: @@ -1675,27 +1883,27 @@ сек - + File Operations Операции с файлами - + Confirm before deleting files Подтверждение перед удалением файлов - + Move deleted files to "trash bin" instead of erasing from disk. Перемещать удалённые файлы в «корзину» вместо удаления их с диска. - + Show thumbnails of files Показывать эскизы файлов - + Only show thumbnails for local files Показывать эскизы только для локальных файлов @@ -1730,207 +1938,237 @@ Открывать в новом окне - + + Show folder context menu with Ctrl + right click + + + + Erase files on removable media instead of "trash can" creation Удалять файлы на съёмных носителях вместо создания «корзины» - + Confirm before moving files into "trash can" Подтверждение перед перемещением файлов в «корзину» - - - + + + Requires application restart to take effect completely Для полного применения настроек нужно перезапустить приложение - + Launch executable files without prompt Запускать исполняемые файлы без запроса - - - Used by Icon View - Используется в режиме просмотра значками + + Open folders in new tabs as far as possible + + + + + Single window mode + - Used by Compact View and Detailed List View - Используется в компактном режиме и просмотре подробным списком + Used by Icon View + Используется в режиме просмотра значками + Used by Compact View and Detailed List View + Используется в компактном режиме и просмотре подробным списком + + + + Used by Thumbnail View Используется в режиме просмотра эскизов - + User interface Интерфейс пользователя - + Treat backup files as hidden Рассматривать резервные файлы как скрытые - - Always show full file names - Всегда показывать полные имена файлов - - - + Show icons of hidden files shadowed Показывать значки скрытых файлов затенёнными - + Minimum item margins in icon view: Минимальные границы элементов в режиме значков: - + 3 px by default. по умолчанию - 3 пикселя. - + px пикс - + x x - + 3 px by default. A space is also reserved for 3 lines of text. По умолчанию - 3 пикселя. Также резервируется место для 3 строк текста. - + Lock Связать - + When unchecked, the tab bar will be shown only if there are more than one tab. Если не отмечено, то панель вкладок будет отображаться, только если есть больше одной вкладки. - + + Switch to newly opened tab + + + + + Reopen last window tabs in a new window + + + + Examples:<br>For terminal: <i>xterm -e %s</i><br>For switching user: <i>lxsudo %s</i> or <i>lxsudo dbus-run-session -- %s</i><br><i>%s</i> is the command line you want to execute with terminal or su.<br> Important: Please use lxsudo, sudo alone will wreck permissions of the settings file. Примеры:<br>Для терминала: <i>xterm -e %s</i><br>Для переключения пользователя: <i>lxsudo %s</i> или <i>lxsudo dbus-run-session -- %s</i><br>где <i>%s</i> — это команда, которую вы хотите выполнить в терминале или с помощью su.<br> Важно: Используйте lxsudo, т.к. sudo само по себе испортит установленные разрешения на файл настроек. - + Application restart is needed for changes to take effect. Чтобы изменения вступили в силу, необходим перезапуск приложения. - + Do not generate thumbnails for image files exceeding this size: Не создавать эскизы для файлов изображений больших чем: - + + Always show real file names + + + + + Do not show file tooltips + + + + KB КБ - + Needs ffmpegthumbnailer Необходим ffmpegthumbnailer - + Auto Mount Автоподключение - + Mount mountable volumes automatically on program startup Подключать съёмные тома автоматически при запуске программы - + Mount removable media automatically when they are inserted Подключать съёмные тома автоматически когда они вставлены - + Show available options for removable media when they are inserted Показывать доступные варианты для съёмных устройств когда они вставлены - + When removable medium unmounted: При отключении съёмного устройства: - + Close &tab containing removable medium Закрыть &вкладку, отображающую содержимое съёмного носителя - + Chan&ge folder in the tab to home folder Изме&нить папку во вкладке на домашнюю - + Switch &user command: Команда смены &пользователя: - + Archiver in&tegration: Ин&теграция с архиваторами: - + Templates Шаблоны - + Show only user defined templates in menu Показывать в меню только шаблоны, определённые пользователем - + Show only one template for each MIME type Показывать только один шаблон для каждого типа MIME - + Run default application after creation from template Запускать приложение по умолчанию после создания из шаблона - + Programs Программы - + Terminal emulator: Эмулятор терминала: - + Use SI decimal prefixes instead of IEC binary prefixes Использовать десятичные префиксы СИ вместо двоичных префиксов IEC @@ -1958,18 +2196,18 @@ Переименование прервано. - - + + Error Ошибка - + No file could be renamed. Не удалось переименовать ни один файл. - + Some files could not be renamed. Не удалось переименовать некоторые файлы. diff -Nru pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt_sk_SK.ts pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt_sk_SK.ts --- pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt_sk_SK.ts 2020-04-23 18:13:46.000000000 +0000 +++ pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt_sk_SK.ts 2020-11-02 22:27:00.000000000 +0000 @@ -19,12 +19,7 @@ Ľahký správca súborov - - <html><head/><body><p><a href="https://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">https://lxqt.org/</span></a></p></body></html> - <html><head/><body><p><a href="https://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">https://lxqt.org/</span></a></p></body></html> - - - + Programming: * Hong Jen Yee (PCMan) <pcman.tw@gmail.com> @@ -33,7 +28,7 @@ - + PCManFM-Qt File Manager Copyright (C) 2009 - 2014 洪任諭 (Hong Jen Yee) @@ -70,12 +65,18 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - + Authors Autori - + + <html><head/><body><p><a href="https://github.com/lxqt/pcmanfm-qt"><span style=" text-decoration: underline; color:#0000ff;">https://github.com/lxqt/pcmanfm-qt</span></a></p></body></html> + + + + + License Licencia @@ -290,38 +291,38 @@ Predvoľby pracovnej plochy - - + + Background Pozadie - + Wallpaper mode: Režim obrázku pozadia: - + Wallpaper image file: Súbor s obrázkom pozadia: - + Select background color: Vybrať farbu pozadia: - + Image file Súbor s obrázkom - + Image file path Umiestnenie súboru s obrázkom - + &Browse &Prechádzať @@ -399,102 +400,280 @@ Uzamknúť - + + By default, desktop folders will be opened in PCManFM-Qt if they +are left clicked, even when it is not the default file manager. + + + + + Open desktop folders in default file manager by left clicking + + + + Wallpaper Tapeta na ploche - + Transform image based on EXIF data Transformovať obrázok na základe dát EXIF - + + Individual wallpaper for each monitor + + + + Slide Show Prezentovať - + Enable Slide Show Meniť obrázky na pozadí - + Wallpaper image folder: Zložka obrázku na pozadí: - + Browse Prechádzať - + hour(s) .hodin - + and a - + Intervals less than 5min will be ignored Interval kratší ako 5 minúť bude ignorovaný - + Interval: Interval: - + minute(s) .minúty - + Wallpaper folder Zložka s obrázkom na plochu - + Randomize the slide show Náhodné poradie, prezentácia - + Visible Shortcuts Viditeľné skratky - + Home Domovská zložka - + Trash Kôš - + Computer Môj počítač - + Network Sieť - + Advanced Pokročilé + HiddenShortcutsDialog + + + Hidden Shortcuts + + + + + Shortcut + + + + + Action + + + + + Esc + + + + + Focus view, clear filter bar + + + + + Ctrl+Esc + + + + + Focus side-pane + + + + + Ctrl+L + + + + + + Focus path entry + + + + + Alt+D + + + + + Ctrl+Tab + + + + + + Next tab + + + + + Ctrl+Shift+Tab + + + + + + Previous tab + + + + + Ctrl+PageDown + + + + + Ctrl+PageUp + + + + + Ctrl+Number + + + + + + Jump to tab + + + + + Alt+Number + + + + + Backspace + + + + + Go up + + + + + Ctrl+F + + + + + Search dialog + + + + + Shift+Insert + + + + + Paste into transient filter bar + + + + + Drag+Shift + + + + + Move file on dropping + + + + + Drag+Ctrl + + + + + Copy file on dropping + + + + + Drag+Shift+Ctrl + + + + + Make a symlink on dropping + + + + MainWindow @@ -502,553 +681,573 @@ Správca súborov - + &Toolbars Pruh nás&trojov - + Path &Bar &Pruh popisu umiestnenia - + &Filtering &Filtrovanie - + Go &Up Hor&e - + Go Up Hore - + Alt+Up Alt + šípka hore - + &Home &Domov - + Alt+Home Alt+Home - + &Reload &Znovu načítať - + F5 F5 - + Go Ísť na - + Quit Ukončiť - + &About O &aplikácii - + &New Window &Nové okno - + New Window Nové okno - + Ctrl+N Strg+N - + Show &Hidden Zobraziť &skryté - + Ctrl+H Strg+H - + &Computer P&očítač - + &Trash &Kôš - + &Network &Sieť - + &Desktop &Plocha - + &Add to Bookmarks &Pridať do záložiek - + &Applications &Aplikácie - + Reload Znovu načítať - + &Icon View &Ikony - + &Compact View &Kompaktné - + &Detailed List &Zoznam s podrobnosťami - + &Thumbnail View &Náhľad - + Cu&t &Vybrať - + Ctrl+X Ctrl+X - + &Copy &Skopírovať - + Ctrl+C Ctrl+C - + &Paste &Vložiť - + Ctrl+V Ctrl+V - + Select &All &Vybrať všetko - + Ctrl+A Ctrl+A - + Pr&eferences &Predvoľby - + &Ascending &Vzostupne - + &Descending &Zostupne - + &By File Name &Podľa názvu - + By &Modification Time &Podľa okamžiku zmeny - + By Deletio&n Time &Podľa okamihu zmazania - + By File &Type &Podľa typu - + By &Owner &Podľa vlastníka - + By &Group &Podľa skupiny - + &Folder First &Zložka ako prvá - + + &Hidden Last + + + + &Preserve sorting for this folder &Zachovať usporiadanie pre túto zložku - + &Case Sensitive &Rozlišovať malé/veľké písmena - + By File &Size &Podľa veľkosti - + &Close Window &Zavrieť okno - + Ctrl+Q Ctrl+Q - + &Folder &Zložka - + &Blank File &Prázdny súbor - + &Show/Focus Filter Bar &Zobraziť/skryť lištu filtrovania - + Show Filter Bar Zobraziť lištu filtrovania - + Ctrl+I Ctrl+I - + S&plit View &Zdieľať pohľad - + Split View Rozdelené zobrazenie - + F6 F6 - + &Copy Full Path &Skopírovať celý popis umiestnenia - + Ctrl+Shift+C Ctrl+Shift+C - + Show Thumb&nails &Zobraziť náhľady - + Show Thumbnails Zobraziť náhľady - + + S&ide Pane + + + + + F9 + F9 + + + + Hidden &Shortcuts + + + + Ctrl+B Ctrl+B - + &Clear All Filters &Zrušiť všetky filtre - + Ctrl+Shift+K Ctrl+Shift+K - + Close &previous tabs &Zatvoriť predchádzajúce karty - + Close &next tabs &Zatvoriť následujúce karty - + &Preserve Settings for This Folder &Zachovať nastavenie pre túto zložku - + Connect to &Server &Pripojiť k serveru - + &Location &Umiestnenie - + &Path Buttons &Tlačítka popisu umiestnení - + &Bulk Rename &Hromadné premenovanie - + Bulk Rename Hromadné premenovanie - + Ctrl+F2 Ctrl+F2 - + Close &other tabs &Zatvoriť ostatné karty - + Permanent &filter bar Trvalé&lišta filtrovania - + &Menu bar &Panel ponúk - + Menu bar Panel ponúk - + Ctrl+M Ctrl+M - - + + Menu Ponuka - + New &Tab &Nová karta - + New Tab Nová karta - + Ctrl+T Ctrl+T - + Go &Back &Späť - + Go Back Späť - + Alt+Left Alt + šípka vľavo - + Go &Forward &Dopredu - + Go Forward Dopredu - + Alt+Right Alt + šípka vpravo - + &Invert Selection &Prevrátiť výber - + &Delete &Zmazať - + Del Del - + &Rename &Premenovať - + F2 F2 - + C&lose Tab &Zavrieť kartu - + Ctrl+W Ctrl+W - + File &Properties &Vlastnosti súboru - + Alt+Return Alt+Return - + &Folder Properties @Vlastnosti zložky - + Edit Bookmarks Upraviť záložky - + Open &Terminal &Otvoriť terminál - + F4 F4 - + Open as &Root &Otvoriť ako správca systému - + &Edit Bookmarks &Upraviť záložky - + Ctrl+Shift+N Ctrl+Shift+N - + Ctrl+Alt+N Ctrl+Alt+N - + &Find Files &Nájsť súbory - + F3 F3 @@ -1068,38 +1267,38 @@ &Pomoc - - + + &View &Zobraziť - + &Sorting &Zoradiť - + &Edit &Upraviť - + &Bookmarks &Záložky - + &Go &Ísť na - + &Tool &Nástroje - + Main Toolbar Hlavný panel nástrojov @@ -1193,13 +1392,13 @@ [FILE1, FILE2,...] - - + + Error Chyba - + Terminal emulator is not set. Emulátor terminálu nie je nastavený. @@ -1316,25 +1515,30 @@ Zväčšiť obrázok tak, aby vyplnil obrazovku - + Select Wallpaper Vybrať tapetu plochy - + Image Files Obrázkové súbory + + + Select Wallpaper Folder + + PCManFM::DesktopWindow - + Trash (One item) Kôš (1 položka) - + Trash (%Ln items) Kôš (%Ln položka) @@ -1343,48 +1547,48 @@ - + Trash (Empty) Koš (prázdny) - + Computer Môj počítač - + Network Sieť - + Open Otvoriť - - + + Stic&k to Current Position &Pripnúť v aktuálnej polohe - + Empty Trash Vyprázdniť kôš - + Hide Desktop Items Skryť zástupcu - + Create Launcher Vytvoriť spúšťač - + Desktop Preferences Nastavenia pracovnej plochy @@ -1392,7 +1596,7 @@ PCManFM::FilterBar - + Filter: Filter: @@ -1400,7 +1604,7 @@ PCManFM::FilterEdit - + Clear text (Ctrl+K or Esc) Vyčistiť text (Ctrl+K nebo Esc) @@ -1413,40 +1617,40 @@ Správcovská (root) inštancia - + Hide menu bar Skryť panel ponuky - + This will hide the menu bar completely, use Ctrl+M to show it again. Týmto bude panel ponuky úplne skrytý. Opätovné ho zobrazíte kombináciou klávesnice Ctrl+M. - + Version: %1 Verzia: %1 - + &Move to Trash &Presunúť do koša - + &Delete &Zmazať - - + + Error Chyba - + Switch user command is not set. Príkaz na prepnutie užívateľa nie je nastavený. @@ -1454,22 +1658,22 @@ PCManFM::PreferencesDialog - + Icon View Zobrazenie s ikonami - + Compact View Kompaktné zobrazenie - + Thumbnail View Zobrazenie s náhľadom - + Detailed List View Zobrazenie zoznamu s podrobnosťami @@ -1477,17 +1681,17 @@ PCManFM::TabPage - + Error Chyba - + Free space: %1 (Total: %2) Voľné miesto: %1 (celkovo: %2) - + %n item(s) %n položka @@ -1496,7 +1700,7 @@ - + (%n hidden) (%n skrytá) @@ -1505,14 +1709,14 @@ - - - + + + Link to Odkaz na - + %n item(s) selected vybraná %n položka @@ -1524,27 +1728,31 @@ PCManFM::View - + Many files Mnoho súborov - - - Do you want to open these %1 file? - Prajete si otvoriť tieto %1 súbory? + + + Do you want to open these %1 files? + + + + + - + Open in New T&ab &Otvoriť na novej karte - + Open in New Win&dow &Otvoriť v novom okne - + Open in Termina&l &Otvoriť v terminále @@ -1568,7 +1776,7 @@ - + Thumbnail Náhľad @@ -1583,67 +1791,67 @@ Pokročilé - + Select newly created files Vybrať novovytvorené súbory - + Icons Ikony - + Size of big icons: Veľkosť veľkých ikon: - + Size of small icons: Veľkosť malých ikôn: - + Size of thumbnails: Veľkosť náhľadov: - + Size of side pane icons: Veľkosť ikôn z bočného pohľadu: - + Icon theme: Vzhľad ikôn: - + Window Okno - + Always show the tab bar Vždycky zobraziť panel s kartami - + Show 'Close' buttons on tabs Zobraziť na kartách tlačítko Zavrieť - + Remember the size of the last closed window Pamätať si rozmery naposledy zatvoreného okna - + Default width of new windows: Východzia šírka nových okien: - + Default height of new windows: Východzia šírka nových okien: @@ -1673,27 +1881,27 @@ s - + File Operations Operácie so súbormi - + Confirm before deleting files Vyžadovať potvrdenie pred zmazaním súboru - + Move deleted files to "trash bin" instead of erasing from disk. Presunúť súbor do koša namiesto zmazania súboru na disku. - + Show thumbnails of files Zobraziť náhľady súborov - + Only show thumbnails for local files Zobraziť náhľady iba pre súbory nachadzajúcich sa priamo v počítači @@ -1728,207 +1936,237 @@ Otvoriť v novom okne - + Erase files on removable media instead of "trash can" creation Súbory na vymeniteľných médiach rovno mazať namiesto presúvania do koša - + Confirm before moving files into "trash can" Vyžadovať potvrdenie pred presunutím do koša - - - + + + Requires application restart to take effect completely Aby sa zmena prejavila, je potrebné aplikáciu zatvoriť a spustiť znovu - + Launch executable files without prompt Spúšťať spustiteľné súbory bez potvrdenia - - + + Used by Icon View Využívané ikonovým zobrazením - - + + Used by Compact View and Detailed List View Využívané v kompaktnom a podrobnom zobrazení - - + + Used by Thumbnail View Využívané v zobrazení s náhľadmi - + User interface Užívateľské rozhranie - + Treat backup files as hidden Zaobchádzať so záložnými súbormi ako s tými skrytými - - Always show full file names - Vždy zobrazovať celé názvy súborov - - - + Show icons of hidden files shadowed Tieňované zobrazenie ikôn skrytých súborov - + Minimum item margins in icon view: Minimálne okraje položky v zobrazení s ikonami: - + 3 px by default. Štandardne sú 3 px. - + px px - + x x - + 3 px by default. A space is also reserved for 3 lines of text. Štandardne sú tri pixely. Je vyhradené miesto pre tri riadky textu. - + Lock Uzamknúť - + When unchecked, the tab bar will be shown only if there are more than one tab. Pokiaľ nie je zaškrtnuté, bude panel kariet zobrazený iba ak je viac ako jedna karta. - + + Switch to newly opened tab + + + + + Reopen last window tabs in a new window + + + + Examples:<br>For terminal: <i>xterm -e %s</i><br>For switching user: <i>lxsudo %s</i> or <i>lxsudo dbus-run-session -- %s</i><br><i>%s</i> is the command line you want to execute with terminal or su.<br> Important: Please use lxsudo, sudo alone will wreck permissions of the settings file. Príklady:<br>Pre terminál: <i>xterm -e %s</i><br>Pre prepnutie užívateľa: <i>lxsudo %s</i> alebo <i>lxsudo dbus-run-session -- %s</i><br><i>%s</i> je príkazový riadok, ktorý chcete vykonať v terminále alebo za pomoci su.<br> Dôležité: použite lxsudo, sudo samotné pokazí oprávnenie na súbore s nastaveniami. - + Application restart is needed for changes to take effect. Aby sa zmeny prejavili, je potrebné reštartovať aplikáciu. - + Do not generate thumbnails for image files exceeding this size: Nevytvárať náhľady obrázkov presahujúcich túto veľkosť: - + + Show folder context menu with Ctrl + right click + + + + + Open folders in new tabs as far as possible + + + + + Single window mode + + + + + Always show real file names + + + + + Do not show file tooltips + + + + KB KB - + Needs ffmpegthumbnailer Vyžaduje ffmpegthumbnailer - + Auto Mount Automatické pripojenie - + Mount mountable volumes automatically on program startup Pri spúšťaní aplikácii pripojiť všetky zväzky, ktoré sú k dispozícii - + Mount removable media automatically when they are inserted Pri vložení/pripojení vymeniteľného média ho automaticky pripojiť - + Show available options for removable media when they are inserted Pri vložení/pripojení vymeniteľného média zobraziť možnosti - + When removable medium unmounted: Pri odpojení vymeniteľného média: - + Close &tab containing removable medium &Zavrieť kartu obsahujúcu vymeniteľné médium - + Chan&ge folder in the tab to home folder &Na príslušnej karte prepnúť do domovskej zložky - + Programs Programy - + Terminal emulator: Emulátor terminálu: - + Switch &user command: &Príkaz na prepnutie užívateľa: - + Archiver in&tegration: &Integrácia správcu archívu: - + Templates Šablóny - + Show only user defined templates in menu V ponuke zobraziť iba šablóny vytvorené užívateľom - + Show only one template for each MIME type Zobraziť pre každý MIME typ iba jednu šablónu - + Run default application after creation from template Po vytvorení zo šablóny spustiť menu aplikácii - + Use SI decimal prefixes instead of IEC binary prefixes Používať SI desiatkové predpony namiesto IEC dvojkových @@ -1956,18 +2194,18 @@ Premenovanie bolo zrušené. - - + + Error Chyba - + No file could be renamed. Nepodarilo sa pripojiť žiaden súbor. - + Some files could not be renamed. Niektoré súbory sa nepodarilo pripojiť. diff -Nru pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt_sv.ts pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt_sv.ts --- pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt_sv.ts 2020-04-23 18:13:46.000000000 +0000 +++ pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt_sv.ts 2020-11-02 22:27:00.000000000 +0000 @@ -19,12 +19,7 @@ Resurssnål filhanterare - - <html><head/><body><p><a href="https://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">https://lxqt.org/</span></a></p></body></html> - - - - + Programming: * Hong Jen Yee (PCMan) <pcman.tw@gmail.com> @@ -33,7 +28,7 @@ - + PCManFM-Qt File Manager Copyright (C) 2009 - 2014 洪任諭 (Hong Jen Yee) @@ -54,12 +49,18 @@ - + Authors Författare - + + <html><head/><body><p><a href="https://github.com/lxqt/pcmanfm-qt"><span style=" text-decoration: underline; color:#0000ff;">https://github.com/lxqt/pcmanfm-qt</span></a></p></body></html> + + + + + License Licens @@ -253,7 +254,7 @@ Image file - + Bildfil @@ -274,38 +275,38 @@ - - + + Background Bakgrund - + Wallpaper mode: Läge för bakgrundsbild: - + Wallpaper image file: Bakgrundsbild: - + Select background color: Välj bakgrundsfärg: - + Image file Bildfil - + Image file path Bildfilssökväg - + &Browse @@ -383,102 +384,280 @@ Lås - + + By default, desktop folders will be opened in PCManFM-Qt if they +are left clicked, even when it is not the default file manager. + + + + + Open desktop folders in default file manager by left clicking + + + + Wallpaper Bakgrund - + Transform image based on EXIF data - + + Individual wallpaper for each monitor + + + + Slide Show Bildspel - + Enable Slide Show Starta bildspel - + Wallpaper image folder: Mapp med bakgrundsbilder: - + Browse - + hour(s) timmar - + and och - + Intervals less than 5min will be ignored Intervall under 5 min ignoreras - + Interval: Intervall: - + minute(s) minuter - + Wallpaper folder Mapp för bakgrundsbilder - + Randomize the slide show Slumpa bildspelet - + Visible Shortcuts Synliga genvägar - + Home Hem - + Trash Papperskorgen - + Computer Dator - + Network Nätverk - + Advanced Avancerat + HiddenShortcutsDialog + + + Hidden Shortcuts + + + + + Shortcut + + + + + Action + + + + + Esc + + + + + Focus view, clear filter bar + + + + + Ctrl+Esc + + + + + Focus side-pane + + + + + Ctrl+L + + + + + + Focus path entry + + + + + Alt+D + + + + + Ctrl+Tab + + + + + + Next tab + + + + + Ctrl+Shift+Tab + + + + + + Previous tab + + + + + Ctrl+PageDown + + + + + Ctrl+PageUp + + + + + Ctrl+Number + + + + + + Jump to tab + + + + + Alt+Number + + + + + Backspace + + + + + Go up + + + + + Ctrl+F + + + + + Search dialog + + + + + Shift+Insert + + + + + Paste into transient filter bar + + + + + Drag+Shift + + + + + Move file on dropping + + + + + Drag+Ctrl + + + + + Copy file on dropping + + + + + Drag+Shift+Ctrl + + + + + Make a symlink on dropping + + + + MainWindow @@ -486,553 +665,573 @@ Filhanterare - + &Toolbars &Verktygsfält - + Path &Bar - + &Filtering &Filtrering - + Go &Up - + Go Up Gå upp - + Alt+Up - + &Home &Hem - + Alt+Home - + &Reload &Uppdatera - + F5 - + Go - + Quit Avsluta - + &About &Om - + &New Window &Nytt fönster - + New Window Nytt fönster - + Ctrl+N - + Show &Hidden Visa &Dölj - + Ctrl+H - + &Computer &Dator - + &Trash &Papperskorg - + &Network &Nätverk - + &Desktop &Skrivbord - + &Add to Bookmarks &Lägg till bokmärken - + &Applications &Program - + Reload Uppdatera - + &Icon View &Ikonvy - + &Compact View &Kompaktvy - + &Detailed List &Detaljerad lista - + &Thumbnail View - + Cu&t - + Ctrl+X - + &Copy &Kopiera - + Ctrl+C - + &Paste &Klistra in - + Ctrl+V - + Select &All Markera &allt - + Ctrl+A - + Pr&eferences - + &Ascending &Fallande - + &Descending &Fallande - + &By File Name &Av filnamn - + By &Modification Time Av &Senast ändrad - + By Deletio&n Time - + By File &Type - + By &Owner - + By &Group - + &Folder First - + + &Hidden Last + + + + &Preserve sorting for this folder - + &Case Sensitive - + By File &Size Av filstorlek - + &Close Window &Stäng fönster - + Ctrl+Q - + &Folder &Mapp - + &Blank File &Tom fil - + &Show/Focus Filter Bar - + Show Filter Bar - + Ctrl+I - + S&plit View - + Split View Delad vy - + F6 - + &Copy Full Path &Kopiera full sökväg - + Ctrl+Shift+C - + Show Thumb&nails - + Show Thumbnails - + + S&ide Pane + + + + + F9 + + + + + Hidden &Shortcuts + + + + Ctrl+B - + &Clear All Filters &Rensa alla filter - + Ctrl+Shift+K - + Close &previous tabs Stäng &förra flikarna - + Close &next tabs Stäng &nästa flikar - + &Preserve Settings for This Folder &Behåll inställningarna för den här mappen - + Connect to &Server Koppla till &server - + &Location &Plats - + &Path Buttons &Platsknappar - + &Bulk Rename &Massnamnbyte - + Bulk Rename Massnamnbyte - + Ctrl+F2 - + Close &other tabs - + Permanent &filter bar - + &Menu bar Menyfält - + Menu bar Menyfält - + Ctrl+M - - + + Menu Meny - + New &Tab Ny &flik - + New Tab Ny flik - + Ctrl+T - + Go &Back Gå &tillbaka - + Go Back Gå tillbaka - + Alt+Left - + Go &Forward Gå &framåt - + Go Forward Gå framåt - + Alt+Right - + &Invert Selection &Invertera markering - + &Delete &Ta bort - + Del - + &Rename &Byt namn - + F2 - + C&lose Tab - + Ctrl+W - + File &Properties - + Alt+Return - + &Folder Properties &Mappalternativ - + Edit Bookmarks Redigera bokmärken - + Open &Terminal Öppna &terminal - + F4 - + Open as &Root - + &Edit Bookmarks &Redigera bokmärken - + Ctrl+Shift+N - + Ctrl+Alt+N - + &Find Files &Hitta filer - + F3 @@ -1052,38 +1251,38 @@ &Hjälp - - + + &View &Visa - + &Sorting &Sortera - + &Edit &Redigera - + &Bookmarks &Bokmärken - + &Go &Gå - + &Tool &Verktyg - + Main Toolbar Huvudverktygsfält @@ -1177,13 +1376,13 @@ - - + + Error - + Terminal emulator is not set. @@ -1239,7 +1438,7 @@ Command: - + Kommand: @@ -1300,73 +1499,79 @@ - + Select Wallpaper - + Image Files + + + Select Wallpaper Folder + + PCManFM::DesktopWindow - + Trash (One item) - + Trash (%Ln items) + - + Trash (Empty) - + Computer - + Dator - + Network - + Nätverk - + Open - - + + Stic&k to Current Position - + Empty Trash - + Hide Desktop Items - + Create Launcher - + Desktop Preferences @@ -1374,7 +1579,7 @@ PCManFM::FilterBar - + Filter: @@ -1382,7 +1587,7 @@ PCManFM::FilterEdit - + Clear text (Ctrl+K or Esc) @@ -1395,40 +1600,40 @@ - + Hide menu bar - + This will hide the menu bar completely, use Ctrl+M to show it again. - + Version: %1 - + &Move to Trash - + &Delete - + &Ta bort - - + + Error - + Switch user command is not set. @@ -1436,22 +1641,22 @@ PCManFM::PreferencesDialog - + Icon View - + Compact View - + Thumbnail View - + Detailed List View @@ -1459,68 +1664,74 @@ PCManFM::TabPage - + Error - + Free space: %1 (Total: %2) - + %n item(s) + - + (%n hidden) + - - - + + + Link to - + %n item(s) selected + PCManFM::View - + Many files - - - Do you want to open these %1 file? - + + + Do you want to open these %1 files? + + + + - + Open in New T&ab - + Open in New Win&dow - + Open in Termina&l @@ -1544,7 +1755,7 @@ - + Thumbnail @@ -1556,70 +1767,70 @@ Advanced - + Avancerat - + Select newly created files - + Icons - + Ikoner - + Size of big icons: - + Size of small icons: - + Size of thumbnails: - + Size of side pane icons: - + Icon theme: - + Window - + Always show the tab bar - + Show 'Close' buttons on tabs - + Remember the size of the last closed window - + Default width of new windows: - + Default height of new windows: @@ -1649,27 +1860,27 @@ - + File Operations - + Confirm before deleting files - + Move deleted files to "trash bin" instead of erasing from disk. - + Show thumbnails of files - + Only show thumbnails for local files @@ -1704,205 +1915,236 @@ - + Erase files on removable media instead of "trash can" creation - + Confirm before moving files into "trash can" - - - + + + Requires application restart to take effect completely - + Launch executable files without prompt - - + + Used by Icon View - - + + Used by Compact View and Detailed List View - - + + Used by Thumbnail View - + User interface - + Treat backup files as hidden - - Always show full file names - - - - + Show icons of hidden files shadowed - + Minimum item margins in icon view: - + 3 px by default. - + Standard 3 pixlar. - + px - + pixlar - + x - + x - + 3 px by default. A space is also reserved for 3 lines of text. - + Standard 1 pixel. +Ett mellanrum är också reserverat vid 3 rader text. {3 ?} {3 ?} - + Lock - + Lås - + When unchecked, the tab bar will be shown only if there are more than one tab. - + + Switch to newly opened tab + + + + + Reopen last window tabs in a new window + + + + Examples:<br>For terminal: <i>xterm -e %s</i><br>For switching user: <i>lxsudo %s</i> or <i>lxsudo dbus-run-session -- %s</i><br><i>%s</i> is the command line you want to execute with terminal or su.<br> Important: Please use lxsudo, sudo alone will wreck permissions of the settings file. - + Application restart is needed for changes to take effect. - + Do not generate thumbnails for image files exceeding this size: - + + Show folder context menu with Ctrl + right click + + + + + Open folders in new tabs as far as possible + + + + + Single window mode + + + + + Always show real file names + + + + + Do not show file tooltips + + + + KB - + Needs ffmpegthumbnailer - + Auto Mount - + Mount mountable volumes automatically on program startup - + Mount removable media automatically when they are inserted - + Show available options for removable media when they are inserted - + When removable medium unmounted: - + Close &tab containing removable medium - + Chan&ge folder in the tab to home folder - + Programs - + Terminal emulator: - + Switch &user command: - + Archiver in&tegration: - + Templates - + Show only user defined templates in menu - + Show only one template for each MIME type - + Run default application after creation from template - + Use SI decimal prefixes instead of IEC binary prefixes @@ -1930,18 +2172,18 @@ - - + + Error - + No file could be renamed. - + Some files could not be renamed. diff -Nru pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt_tr.ts pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt_tr.ts --- pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt_tr.ts 2020-04-23 18:13:46.000000000 +0000 +++ pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt_tr.ts 2020-11-02 22:27:00.000000000 +0000 @@ -19,12 +19,7 @@ Hafif bir dosya yöneticisi - - <html><head/><body><p><a href="https://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">https://lxqt.org/</span></a></p></body></html> - <html><head/><body><p><a href="https://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">https://lxqt.org/</span></a></p></body></html> - - - + Programming: * Hong Jen Yee (PCMan) <pcman.tw@gmail.com> @@ -33,7 +28,7 @@ - + PCManFM-Qt File Manager Copyright (C) 2009 - 2014 洪任諭 (Hong Jen Yee) @@ -71,12 +66,18 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - + Authors Yazarlar - + + <html><head/><body><p><a href="https://github.com/lxqt/pcmanfm-qt"><span style=" text-decoration: underline; color:#0000ff;">https://github.com/lxqt/pcmanfm-qt</span></a></p></body></html> + + + + + License Lisans @@ -291,38 +292,38 @@ Masaüstü Tercihleri - - + + Background Arkaplan - + Wallpaper mode: Duvar kağıdı kipi: - + Wallpaper image file: Duvar kağıdı resim dosyası: - + Select background color: Arkaplan rengi seç: - + Image file Resim dosyası - + Image file path Resim dosya yolu - + &Browse &Gözat @@ -400,102 +401,280 @@ Kilitle - + + By default, desktop folders will be opened in PCManFM-Qt if they +are left clicked, even when it is not the default file manager. + + + + + Open desktop folders in default file manager by left clicking + + + + Wallpaper Duvar Kağıdı - + Transform image based on EXIF data EXIF verilerine dayalı olarak resmi dönüştür - + + Individual wallpaper for each monitor + Her monitör için ayrı duvar kağıdı + + + Slide Show Slayt Gösterisi - + Enable Slide Show Slayt Gösterisini Etkinleştir - + Wallpaper image folder: Duvar kağıdı resim dizini: - + Browse Gözat - + hour(s) .saat(ler) - + and ve - + Intervals less than 5min will be ignored 5 dakikadan kısa zaman aralıkları görmezden gelinecek - + Interval: Zaman Aralığı: - + minute(s) .dakika(lar) - + Wallpaper folder Duvar kağıdı dizini - + Randomize the slide show Duvar kağıdı rasgele seçilsin - + Visible Shortcuts Kısayolları Göster - + Home Ev Dizini - + Trash Çöp Kutusu - + Computer Bilgisayar - + Network - + Advanced Gelişmiş + HiddenShortcutsDialog + + + Hidden Shortcuts + Gizli Kısayollar + + + + Shortcut + Kısayol + + + + Action + Eylem + + + + Esc + Çık + + + + Focus view, clear filter bar + Odak görünümü, süzgeç çubuğunu temizle + + + + Ctrl+Esc + Ctrl+Esc + + + + Focus side-pane + Odak yan bölme + + + + Ctrl+L + Ctrl+L + + + + + Focus path entry + Odak yolu girişi + + + + Alt+D + Alt+D + + + + Ctrl+Tab + Ctrl+Tab + + + + + Next tab + Sonraki sekme + + + + Ctrl+Shift+Tab + Ctrl+Shift+Tab + + + + + Previous tab + Önceki sekme + + + + Ctrl+PageDown + Ctrl+PageDown + + + + Ctrl+PageUp + Ctrl+PageUp + + + + Ctrl+Number + Ctrl+Number + + + + + Jump to tab + Sekmeye atla + + + + Alt+Number + Alt+Number + + + + Backspace + Backspace + + + + Go up + Yukarı git + + + + Ctrl+F + Ctrl+F + + + + Search dialog + Arama iletişim kutusu + + + + Shift+Insert + Shift+Insert + + + + Paste into transient filter bar + Geçici süzgeç çubuğuna yapıştırın + + + + Drag+Shift + Drag+Shift + + + + Move file on dropping + Bırakırken dosyayı taşı + + + + Drag+Ctrl + Drag+Ctrl + + + + Copy file on dropping + Bırakırken dosyayı kopyala + + + + Drag+Shift+Ctrl + Drag+Shift+Ctrl + + + + Make a symlink on dropping + Bırakırken bir sembolik bağlantı yap + + + MainWindow @@ -503,553 +682,573 @@ Dosya Yöneticisi - + &Toolbars Araç &Çubukları - + Path &Bar Yol &Çubuğu - + &Filtering &Filtreleme - + Go &Up Üst &Dizin - + Go Up Üst Dizin - + Alt+Up Alt+Yukarı - + &Home &Ev Dizini - + Alt+Home Alt+Home - + &Reload &Yeniden Yükle - + F5 F5 - + Go Git - + Quit Çıkış - + &About &Hakkında - + &New Window &Yeni Pencere - + New Window Yeni Pencere - + Ctrl+N Ctrl+N - + Show &Hidden &Gizli Dosyaları Göster - + Ctrl+H Ctrl+H - + &Computer &Bilgisayar - + &Trash &Çöp Kutusu - + &Network &Ağ - + &Desktop &Masaüstü - + &Add to Bookmarks Yer İmlerine &Ekle - + &Applications &Uygulamalar - + Reload Yeniden Yükle - + &Icon View &Simge Görünümü - + &Compact View &Sıkışık Görünüm - + &Detailed List &Ayrıntılı Liste - + &Thumbnail View &Önizleme - + Cu&t Ke&s - + Ctrl+X Ctrl+X - + &Copy &Kopyala - + Ctrl+C Ctrl+C - + &Paste &Yapıştır - + Ctrl+V Ctrl+V - + Select &All Tümünü &Seç - + Ctrl+A Ctrl+A - + Pr&eferences Ter&cihler - + &Ascending &Artan - + &Descending &Azalan - + &By File Name &Dosya Adına Göre - + By &Modification Time &Değiştirme Zamanına Göre - + By Deletio&n Time Silinme Zamanı&na Göre - + By File &Type &Dosya Türüne Göre - + By &Owner &Sahibine Göre - + By &Group &Gruba Göre - + &Folder First &Önce Dizin - + + &Hidden Last + &Gizli Son + + + &Preserve sorting for this folder Bu dizinin sıralamasını &koru - + &Case Sensitive &Büyük/Küçük Harf Duyarlı - + By File &Size Dosya &Boyutuna Göre - + &Close Window &Pencereyi Kapat - + Ctrl+Q Ctrl+Q - + &Folder &Dizin - + &Blank File &Boş Dosya - + &Show/Focus Filter Bar Filtre Çubuğunu &Göster/Odakla - + Show Filter Bar Filtre Çubuğunu Göster - + Ctrl+I Ctrl+I - + S&plit View Bölünmüş Görünüm - + Split View Görünümü Böl - + F6 F6 - + &Copy Full Path Tüm Yolu &Kopyala - + Ctrl+Shift+C Ctrl+Shift+C - + Show Thumb&nails Ö&nizlemeleri Göster - + Show Thumbnails Önizlemeleri Göster - + + S&ide Pane + Y&an Bölme + + + + F9 + F9 + + + + Hidden &Shortcuts + Gizli Kı&sayollar + + + Ctrl+B Ctrl+B - + &Clear All Filters Tüm Filtreleri &Temizle - + Ctrl+Shift+K Ctrl+Shift+K - + Close &previous tabs &Önceki sekmeleri kapat - + Close &next tabs So&nraki sekmeleri kapat - + &Preserve Settings for This Folder Bu Dizinin Ayarlarını &Koru - + Connect to &Server &Sunucuya Bağlan - + &Location &Konum - + &Path Buttons &Yol Düğmeleri - + &Bulk Rename &Toplu Yeniden Adlandır - + Bulk Rename Toplu Yeniden Adlandır - + Ctrl+F2 Ctrl+F2 - + Close &other tabs &Diğer sekmeleri kapat - + Permanent &filter bar Kalıcı &filtre çubuğu - + &Menu bar &Menü çubuğu - + Menu bar Menü çubuğu - + Ctrl+M Ctrl+M - - + + Menu Menü - + New &Tab Yeni &Sekme - + New Tab Yeni Sekme - + Ctrl+T Ctrl+T - + Go &Back Geri &Git - + Go Back Geri Git - + Alt+Left Alt+Sol - + Go &Forward &İleri - + Go Forward İleri - + Alt+Right Alt+Right - + &Invert Selection Seçimi &Tersine Çevir - + &Delete &Sil - + Del Sil - + &Rename &Yeniden Adlandır - + F2 F2 - + C&lose Tab S&ekmeyi Kapat - + Ctrl+W Ctrl+W - + File &Properties Dosya &Özellikleri - + Alt+Return Alt+Return - + &Folder Properties &Dizin Özellikleri - + Edit Bookmarks Yer İmlerini Düzenle - + Open &Terminal Uçbirimi &Aç - + F4 F4 - + Open as &Root &Yetkili Olarak Aç - + &Edit Bookmarks &Yer İmlerini Düzenle - + Ctrl+Shift+N Ctrl+Shift+N - + Ctrl+Alt+N Ctrl+Alt+N - + &Find Files Dosyaları &Bul - + F3 F3 @@ -1069,38 +1268,38 @@ &Yardım - - + + &View &Görünüm - + &Sorting &Sıralama - + &Edit &Düzenle - + &Bookmarks &Yer İmleri - + &Go &Git - + &Tool &Araçlar - + Main Toolbar Ana Araç Çubuğu @@ -1194,13 +1393,13 @@ [DOSYA1, DOSYA2,...] - - + + Error Hata - + Terminal emulator is not set. Uçbirim öykünücüsü ayarlanmadı. @@ -1317,73 +1516,78 @@ Tüm ekranı doldurmak için resmi yakınlaştır - + Select Wallpaper Duvar Kağıdı Seç - + Image Files Resim Dosyaları + + + Select Wallpaper Folder + Duvar Kağıdı Klasörünü Seçin + PCManFM::DesktopWindow - + Trash (One item) Çöp Kutusu (Bir öge) - + Trash (%Ln items) Çöp Kutusu (%Ln öge) - + Trash (Empty) Çöp Kutusu (Boş) - + Computer Bilgisayar - + Network - + Open - - + + Stic&k to Current Position Geçerli Konuma Sa&bitle - + Empty Trash Çöpü Boşalt - + Hide Desktop Items Masaüstü Ögelerini Gizle - + Create Launcher Başlatıcı Oluştur - + Desktop Preferences Masaüstü Tercihleri @@ -1391,7 +1595,7 @@ PCManFM::FilterBar - + Filter: Filtre: @@ -1399,7 +1603,7 @@ PCManFM::FilterEdit - + Clear text (Ctrl+K or Esc) Metni Temizle (Ctrl+K veya Esc) @@ -1412,40 +1616,40 @@ Kök Örneği - + Hide menu bar Menü çubuğunu gizle - + This will hide the menu bar completely, use Ctrl+M to show it again. Bu eylem menü çubuğunu tamamen gizleyecektir, tekrar göstermek için Ctrl+M kısayolunu kullanın. - + Version: %1 Sürüm: %1 - + &Move to Trash &Çöp Kutusuna Taşı - + &Delete &Sil - - + + Error Hata - + Switch user command is not set. Kullanıcı değiştirme komutu atanmamış. @@ -1453,22 +1657,22 @@ PCManFM::PreferencesDialog - + Icon View Simge Görünümü - + Compact View Sıkışık Görünüm - + Thumbnail View Önizleme - + Detailed List View Detaylı Liste Görünümü @@ -1476,38 +1680,38 @@ PCManFM::TabPage - + Error Hata - + Free space: %1 (Total: %2) Boş alan: %1 (Toplam %2) - + %n item(s) %n nesne - + (%n hidden) (%n gizli) - - - + + + Link to Bağlantı - + %n item(s) selected %n nesne seçildi @@ -1517,27 +1721,29 @@ PCManFM::View - + Many files Birçok dosya - - - Do you want to open these %1 file? - %1 dosyasını açmak istiyor musunuz? + + + Do you want to open these %1 files? + + Bu %1 dosyayı açmak istiyor musunuz? + - + Open in New T&ab Yeni S&ekmede Aç - + Open in New Win&dow Yeni Pen&cerede Aç - + Open in Termina&l Uçbirim&de Aç @@ -1561,7 +1767,7 @@ - + Thumbnail Önizleme @@ -1576,67 +1782,67 @@ Gelişmiş - + Select newly created files En son oluşturulan dosyaları seç - + Icons Simgeler - + Size of big icons: Büyük simge boyutu: - + Size of small icons: Küçük simge boyutu: - + Size of thumbnails: Önizleme boyutu: - + Size of side pane icons: Yan bölme simgelerinin boyutu: - + Icon theme: Simge teması: - + Window Pencere - + Always show the tab bar Sekme çubuğunu daima göster - + Show 'Close' buttons on tabs Sekmelerde 'Kapat' düğmesi göster - + Remember the size of the last closed window Son kapatılan pencerenin boyutunu anımsa - + Default width of new windows: Yeni pencerelerin varsayılan genişliği: - + Default height of new windows: Yeni pencerelerin varsayılan yüksekliği: @@ -1666,27 +1872,27 @@ sn - + File Operations Dosya İşlemleri - + Confirm before deleting files Dosyaları silmeden önce onayla - + Move deleted files to "trash bin" instead of erasing from disk. Silinen dosyaları diskten silmek yerine "çöp kutusu"na taşı. - + Show thumbnails of files Dosya önizlemelerini göster - + Only show thumbnails for local files Sadece yerel dosyalar için önizleme göster @@ -1721,207 +1927,237 @@ Yeni pencerede aç - + Erase files on removable media instead of "trash can" creation "Çöp kutusu" oluşturmak yerine çıkarılabilir medyadaki dosyaları sil - + Confirm before moving files into "trash can" Dosyalar "çöp kutusuna" taşımadan önce onay iste - - - + + + Requires application restart to take effect completely Ayarların etkin olabilmesi için istenilen uygulama yeniden başlatılacak - + Launch executable files without prompt Yürütülebilir dosyaları sormadan başlat - - + + Used by Icon View Simge Görünümü tarafından kullanılır - - + + Used by Compact View and Detailed List View Sıkışık Görünüm ve Ayrıntılı Liste Görünümü tarafından kullanılır - - + + Used by Thumbnail View Önizleme Görünümü tarafından kullanılır - + User interface Kullanıcı arayüzü - + Treat backup files as hidden Yedek dosyaları gizli olarak kabul et - - Always show full file names - Her zaman tam dosya adını göster - - - + Show icons of hidden files shadowed Gizli dosyaların simgesini gölgele - + Minimum item margins in icon view: Simge görünümünde en küçük nesne aralığı: - + 3 px by default. Varsayılan olarak 3 piksel. - + px - + x - + 3 px by default. A space is also reserved for 3 lines of text. Varsayılan olarak 3 piksel. Ayrıca, 3 satırlık metin için bir boşluk ayrılmıştır. - + Lock Kilitle - + When unchecked, the tab bar will be shown only if there are more than one tab. Seçimi kaldırdığınızda, sekme çubuğu yalnızca birden fazla sekme var ise görünür. - + + Switch to newly opened tab + + + + + Reopen last window tabs in a new window + + + + Examples:<br>For terminal: <i>xterm -e %s</i><br>For switching user: <i>lxsudo %s</i> or <i>lxsudo dbus-run-session -- %s</i><br><i>%s</i> is the command line you want to execute with terminal or su.<br> Important: Please use lxsudo, sudo alone will wreck permissions of the settings file. Örnekler: <br> Terminal için: <i>xterm -e% s</i> <br> Kullanıcı değiştirmek için: <i>lxsudo %s</i> veya <i>lxsudo dbus-run-session --%s</i> <br> <i>%s</i> , terminal veya su ile yürütmek istediğiniz komut satırıdır. <br> Önemli: Lütfen lxsudo kullanın, tek başına sudo ayarlar dosyasının izinlerini bozacaktır. - + Application restart is needed for changes to take effect. Değişikliklerin etkili olması için uygulamanın yeniden başlatılması gerekiyor. - + Do not generate thumbnails for image files exceeding this size: Şundan büyük boyuttaki dosyalar için önizleme oluşturma: - + + Show folder context menu with Ctrl + right click + Ctrl + sağ tıklama ile klasör bağlam menüsünü göster + + + + Open folders in new tabs as far as possible + Klasörleri olabildiğince yeni sekmelerde açma + + + + Single window mode + Tek pencere modu + + + + Always show real file names + Her zaman gerçek dosya adlarını göster + + + + Do not show file tooltips + Dosya araç ipuçlarını gösterme + + + KB .KB - + Needs ffmpegthumbnailer ffmpegthumbnailer gerekiyor - + Auto Mount Otomatik bağla - + Mount mountable volumes automatically on program startup Uygulama başlarken diskleri otomatik bağla - + Mount removable media automatically when they are inserted Çıkarılabilir bellek takıldığında otomatik olarak bağla - + Show available options for removable media when they are inserted Çıkarılabilir bellek takıldığında seçenekleri göster - + When removable medium unmounted: Çıkarılabilir disk ayrıldığında: - + Close &tab containing removable medium Çıkarılabilir ortamı içeren &sekmeyi kapat - + Chan&ge folder in the tab to home folder Sek&me konumu kullanıcı klasörü olarak değişsin - + Programs Uygulamalar - + Terminal emulator: Uçbirim öykünücüsü: - + Switch &user command: &Kullanıcı değiştirme komutu: - + Archiver in&tegration: Sıkıştırma uy&gulaması: - + Templates Şablonlar - + Show only user defined templates in menu Menüde sadece kullanıcı şablonlarını göster - + Show only one template for each MIME type Her MIME türü için tek bir şablon göster - + Run default application after creation from template Şablondan oluşturulduktan sonra varsayılan uygulamayı çalıştır - + Use SI decimal prefixes instead of IEC binary prefixes SI onluk önekleri yerine IEC ikili önekleri kullan @@ -1949,18 +2185,18 @@ Yeniden isimlendirme iptal edildi. - - + + Error Hata - + No file could be renamed. Yeniden isimlendirilecek dosya yok. - + Some files could not be renamed. Bazı dosyalar yeniden isimlendirilemedi. diff -Nru pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt.ts pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt.ts --- pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt.ts 2020-04-23 18:13:46.000000000 +0000 +++ pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt.ts 2020-11-02 22:27:00.000000000 +0000 @@ -19,19 +19,14 @@ - - <html><head/><body><p><a href="https://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">https://lxqt.org/</span></a></p></body></html> - - - - + Programming: * Hong Jen Yee (PCMan) <pcman.tw@gmail.com> - + PCManFM-Qt File Manager Copyright (C) 2009 - 2014 洪任諭 (Hong Jen Yee) @@ -52,12 +47,18 @@ - + Authors - + + <html><head/><body><p><a href="https://github.com/lxqt/pcmanfm-qt"><span style=" text-decoration: underline; color:#0000ff;">https://github.com/lxqt/pcmanfm-qt</span></a></p></body></html> + + + + + License @@ -272,38 +273,38 @@ - - + + Background - + Wallpaper mode: - + Wallpaper image file: - + Select background color: - + Image file - + Image file path - + &Browse @@ -380,102 +381,280 @@ - + + By default, desktop folders will be opened in PCManFM-Qt if they +are left clicked, even when it is not the default file manager. + + + + + Open desktop folders in default file manager by left clicking + + + + Wallpaper - + Transform image based on EXIF data - + + Individual wallpaper for each monitor + + + + Slide Show - + Enable Slide Show - + Wallpaper image folder: - + Browse - + hour(s) - + and - + Intervals less than 5min will be ignored - + Interval: - + minute(s) - + Wallpaper folder - + Randomize the slide show - + Visible Shortcuts - + Home - + Trash - + Computer - + Network - + Advanced + HiddenShortcutsDialog + + + Hidden Shortcuts + + + + + Shortcut + + + + + Action + + + + + Esc + + + + + Focus view, clear filter bar + + + + + Ctrl+Esc + + + + + Focus side-pane + + + + + Ctrl+L + + + + + + Focus path entry + + + + + Alt+D + + + + + Ctrl+Tab + + + + + + Next tab + + + + + Ctrl+Shift+Tab + + + + + + Previous tab + + + + + Ctrl+PageDown + + + + + Ctrl+PageUp + + + + + Ctrl+Number + + + + + + Jump to tab + + + + + Alt+Number + + + + + Backspace + + + + + Go up + + + + + Ctrl+F + + + + + Search dialog + + + + + Shift+Insert + + + + + Paste into transient filter bar + + + + + Drag+Shift + + + + + Move file on dropping + + + + + Drag+Ctrl + + + + + Copy file on dropping + + + + + Drag+Shift+Ctrl + + + + + Make a symlink on dropping + + + + MainWindow @@ -483,553 +662,573 @@ - + &Toolbars - + Path &Bar - + &Filtering - + Go &Up - + Go Up - + Alt+Up - + &Home - + Alt+Home - + &Reload - + F5 - + Go - + Quit - + &About - + &New Window - + New Window - + Ctrl+N - + Show &Hidden - + Ctrl+H - + &Computer - + &Trash - + &Network - + &Desktop - + &Add to Bookmarks - + &Applications - + Reload - + &Icon View - + &Compact View - + &Detailed List - + &Thumbnail View - + Cu&t - + Ctrl+X - + &Copy - + Ctrl+C - + &Paste - + Ctrl+V - + Select &All - + Ctrl+A - + Pr&eferences - + &Ascending - + &Descending - + &By File Name - + By &Modification Time - + By Deletio&n Time - + By File &Type - + By &Owner - + By &Group - + &Folder First - + + &Hidden Last + + + + &Preserve sorting for this folder - + &Case Sensitive - + By File &Size - + &Close Window - + Ctrl+Q - + &Folder - + &Blank File - + &Show/Focus Filter Bar - + Show Filter Bar - + Ctrl+I - + S&plit View - + Split View - + F6 - + &Copy Full Path - + Ctrl+Shift+C - + Show Thumb&nails - + Show Thumbnails - + + S&ide Pane + + + + + F9 + + + + + Hidden &Shortcuts + + + + Ctrl+B - + &Clear All Filters - + Ctrl+Shift+K - + Close &previous tabs - + Close &next tabs - + &Preserve Settings for This Folder - + Connect to &Server - + &Location - + &Path Buttons - + &Bulk Rename - + Bulk Rename - + Ctrl+F2 - + Close &other tabs - + Permanent &filter bar - + &Menu bar - + Menu bar - + Ctrl+M - - + + Menu - + New &Tab - + New Tab - + Ctrl+T - + Go &Back - + Go Back - + Alt+Left - + Go &Forward - + Go Forward - + Alt+Right - + &Invert Selection - + &Delete - + Del - + &Rename - + F2 - + C&lose Tab - + Ctrl+W - + File &Properties - + Alt+Return - + &Folder Properties - + Edit Bookmarks - + Open &Terminal - + F4 - + Open as &Root - + &Edit Bookmarks - + Ctrl+Shift+N - + Ctrl+Alt+N - + &Find Files - + F3 @@ -1049,38 +1248,38 @@ - - + + &View - + &Sorting - + &Edit - + &Bookmarks - + &Go - + &Tool - + Main Toolbar @@ -1174,13 +1373,13 @@ - - + + Error - + Terminal emulator is not set. @@ -1297,73 +1496,78 @@ - + Select Wallpaper - + Image Files + + + Select Wallpaper Folder + + PCManFM::DesktopWindow - + Trash (One item) - + Trash (%Ln items) - + Trash (Empty) - + Computer - + Network - + Open - - + + Stic&k to Current Position - + Empty Trash - + Hide Desktop Items - + Create Launcher - + Desktop Preferences @@ -1371,7 +1575,7 @@ PCManFM::FilterBar - + Filter: @@ -1379,7 +1583,7 @@ PCManFM::FilterEdit - + Clear text (Ctrl+K or Esc) @@ -1392,40 +1596,40 @@ - + Hide menu bar - + This will hide the menu bar completely, use Ctrl+M to show it again. - + Version: %1 - + &Move to Trash - + &Delete - - + + Error - + Switch user command is not set. @@ -1433,22 +1637,22 @@ PCManFM::PreferencesDialog - + Icon View - + Compact View - + Thumbnail View - + Detailed List View @@ -1456,38 +1660,38 @@ PCManFM::TabPage - + Error - + Free space: %1 (Total: %2) - + %n item(s) - + (%n hidden) - - - + + + Link to - + %n item(s) selected @@ -1497,27 +1701,29 @@ PCManFM::View - + Many files - - - Do you want to open these %1 file? - + + + Do you want to open these %1 files? + + + - + Open in New T&ab - + Open in New Win&dow - + Open in Termina&l @@ -1541,7 +1747,7 @@ - + Thumbnail @@ -1556,67 +1762,67 @@ - + Select newly created files - + Icons - + Size of big icons: - + Size of small icons: - + Size of thumbnails: - + Size of side pane icons: - + Icon theme: - + Window - + Always show the tab bar - + Show 'Close' buttons on tabs - + Remember the size of the last closed window - + Default width of new windows: - + Default height of new windows: @@ -1646,27 +1852,27 @@ - + File Operations - + Confirm before deleting files - + Move deleted files to "trash bin" instead of erasing from disk. - + Show thumbnails of files - + Only show thumbnails for local files @@ -1701,205 +1907,235 @@ - + Erase files on removable media instead of "trash can" creation - + Confirm before moving files into "trash can" - - - + + + Requires application restart to take effect completely - + Launch executable files without prompt - - + + Used by Icon View - - + + Used by Compact View and Detailed List View - - + + Used by Thumbnail View - + User interface - + Treat backup files as hidden - - Always show full file names - - - - + Show icons of hidden files shadowed - + Minimum item margins in icon view: - + 3 px by default. - + px - + x - + 3 px by default. A space is also reserved for 3 lines of text. - + Lock - + When unchecked, the tab bar will be shown only if there are more than one tab. - + + Switch to newly opened tab + + + + + Reopen last window tabs in a new window + + + + Examples:<br>For terminal: <i>xterm -e %s</i><br>For switching user: <i>lxsudo %s</i> or <i>lxsudo dbus-run-session -- %s</i><br><i>%s</i> is the command line you want to execute with terminal or su.<br> Important: Please use lxsudo, sudo alone will wreck permissions of the settings file. - + Application restart is needed for changes to take effect. - + Do not generate thumbnails for image files exceeding this size: - + + Show folder context menu with Ctrl + right click + + + + + Open folders in new tabs as far as possible + + + + + Single window mode + + + + + Always show real file names + + + + + Do not show file tooltips + + + + KB - + Needs ffmpegthumbnailer - + Auto Mount - + Mount mountable volumes automatically on program startup - + Mount removable media automatically when they are inserted - + Show available options for removable media when they are inserted - + When removable medium unmounted: - + Close &tab containing removable medium - + Chan&ge folder in the tab to home folder - + Programs - + Terminal emulator: - + Switch &user command: - + Archiver in&tegration: - + Templates - + Show only user defined templates in menu - + Show only one template for each MIME type - + Run default application after creation from template - + Use SI decimal prefixes instead of IEC binary prefixes @@ -1927,18 +2163,18 @@ - - + + Error - + No file could be renamed. - + Some files could not be renamed. diff -Nru pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt_uk.ts pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt_uk.ts --- pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt_uk.ts 2020-04-23 18:13:46.000000000 +0000 +++ pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt_uk.ts 2020-11-02 22:27:00.000000000 +0000 @@ -19,12 +19,7 @@ Легкий менеджер файлів - - <html><head/><body><p><a href="https://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">https://lxqt.org/</span></a></p></body></html> - <html><head/><body><p><a href="https://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">https://lxqt.org/</span></a></p></body></html> - - - + Programming: * Hong Jen Yee (PCMan) <pcman.tw@gmail.com> @@ -33,7 +28,7 @@ - + PCManFM-Qt File Manager Copyright (C) 2009 - 2014 洪任諭 (Hong Jen Yee) @@ -70,12 +65,18 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - + Authors Автори - + + <html><head/><body><p><a href="https://github.com/lxqt/pcmanfm-qt"><span style=" text-decoration: underline; color:#0000ff;">https://github.com/lxqt/pcmanfm-qt</span></a></p></body></html> + + + + + License Ліцензія @@ -290,38 +291,38 @@ Налаштування стільниці - - + + Background Тло - + Wallpaper mode: Режим тла: - + Wallpaper image file: Файл малюнка тла: - + Select background color: Вибрати колір фону: - + Image file Файл малюнка - + Image file path Шлях до файлу малюнка - + &Browse &Переглянути @@ -399,102 +400,280 @@ Замок - + + By default, desktop folders will be opened in PCManFM-Qt if they +are left clicked, even when it is not the default file manager. + + + + + Open desktop folders in default file manager by left clicking + + + + Wallpaper - + Transform image based on EXIF data - + + Individual wallpaper for each monitor + + + + Slide Show - + Enable Slide Show - + Wallpaper image folder: - + Browse - + hour(s) - + and - + Intervals less than 5min will be ignored - + Interval: - + minute(s) - + Wallpaper folder - + Randomize the slide show - + Visible Shortcuts - + Home Домашня тека - + Trash - + Computer Комп'ютер - + Network Мережа - + Advanced Більше + HiddenShortcutsDialog + + + Hidden Shortcuts + + + + + Shortcut + + + + + Action + + + + + Esc + + + + + Focus view, clear filter bar + + + + + Ctrl+Esc + + + + + Focus side-pane + + + + + Ctrl+L + + + + + + Focus path entry + + + + + Alt+D + + + + + Ctrl+Tab + + + + + + Next tab + + + + + Ctrl+Shift+Tab + + + + + + Previous tab + + + + + Ctrl+PageDown + + + + + Ctrl+PageUp + + + + + Ctrl+Number + + + + + + Jump to tab + + + + + Alt+Number + + + + + Backspace + + + + + Go up + + + + + Ctrl+F + + + + + Search dialog + + + + + Shift+Insert + + + + + Paste into transient filter bar + + + + + Drag+Shift + + + + + Move file on dropping + + + + + Drag+Ctrl + + + + + Copy file on dropping + + + + + Drag+Shift+Ctrl + + + + + Make a symlink on dropping + + + + MainWindow @@ -502,553 +681,573 @@ Менеджер файлів - + &Toolbars &Панелі інструментів - + Path &Bar Шлях &до панелі - + &Filtering - + Go &Up Піднятися &вгору - + Go Up Піднятися вгору - + Alt+Up Alt+Up - + &Home &Додому - + Alt+Home Alt+Home - + &Reload &Перезавантажити - + F5 F5 - + Go Йти - + Quit Закінчити - + &About &Про - + &New Window &Нове вікно - + New Window Нове вікно - + Ctrl+N Ctrl+N - + Show &Hidden Показати &сховані - + Ctrl+H Ctrl+H - + &Computer &Комп'ютер - + &Trash &Смітник - + &Network &Мережа - + &Desktop &Стільниця - + &Add to Bookmarks &Додати до закладок - + &Applications &Програми - + Reload Перезавантажити - + &Icon View &Вигляд значками - + &Compact View &Компактний вигляд - + &Detailed List &Детальний список - + &Thumbnail View &Вигляд мініатюрами - + Cu&t Ви&різати - + Ctrl+X Ctrl+X - + &Copy &Копія - + Ctrl+C Ctrl+C - + &Paste &Вставити - + Ctrl+V Ctrl+V - + Select &All Вибрати &все - + Ctrl+A Ctrl+A - + Pr&eferences Пара&метри - + &Ascending В порядку &зростання - + &Descending В порядку &спадання - + &By File Name &По назві файлу - + By &Modification Time По часу з&міни - + By Deletio&n Time - + By File &Type По типу &файлу - + By &Owner По вла&снику - + By &Group - + &Folder First Те&ки спершу - + + &Hidden Last + + + + &Preserve sorting for this folder &Зберегти сортування для цієї теки - + &Case Sensitive &Чутливість до регістру - + By File &Size По р&озміру файлу - + &Close Window &Закрити вікно - + Ctrl+Q Ctrl+Q - + &Folder &Тека - + &Blank File &Порожній файл - + &Show/Focus Filter Bar - + Show Filter Bar - + Ctrl+I - + S&plit View - + Split View - + F6 F6 - + &Copy Full Path - + Ctrl+Shift+C - + Show Thumb&nails - + Show Thumbnails - + + S&ide Pane + + + + + F9 + F9 + + + + Hidden &Shortcuts + + + + Ctrl+B Ctrl+B - + &Clear All Filters - + Ctrl+Shift+K - + Close &previous tabs Замкнути &попередні вкладки - + Close &next tabs Замкнути наступні &вкладки - + &Preserve Settings for This Folder &Зберігати налаштування для цієї теки - + Connect to &Server Зв'язок з &сервером - + &Location &Знаходження - + &Path Buttons - + &Bulk Rename - + Bulk Rename - + Ctrl+F2 - + Close &other tabs Закрити &інші вкладки - + Permanent &filter bar - + &Menu bar &Панель меню - + Menu bar Панель меню - + Ctrl+M Ctrl+M - - + + Menu Меню - + New &Tab Нова вк&ладка - + New Tab Нова вкладка - + Ctrl+T Ctrl+T - + Go &Back Перейти &назад - + Go Back Перейти назад - + Alt+Left Alt+Left - + Go &Forward Перейти в&перед - + Go Forward Перейти вперед - + Alt+Right Alt+Right - + &Invert Selection &Інвертувати обране - + &Delete &Вилучити - + Del Del - + &Rename &Перейменувати - + F2 F2 - + C&lose Tab З&акрити вкладку - + Ctrl+W Ctrl+W - + File &Properties Властивості &файлу - + Alt+Return Alt+Return - + &Folder Properties В&ластивості теки - + Edit Bookmarks Редагувати закладки - + Open &Terminal Відкрити &термінал - + F4 F4 - + Open as &Root Відкрити як &Root - + &Edit Bookmarks &Редагувати закладки - + Ctrl+Shift+N Ctrl+Shift+N - + Ctrl+Alt+N Ctrl+Alt+N - + &Find Files &Знайти файли - + F3 F3 @@ -1068,38 +1267,38 @@ &Допомога - - + + &View &Перегляд - + &Sorting &Сортування - + &Edit &Редагувати - + &Bookmarks &Закладки - + &Go &Перейти - + &Tool &Інструменти - + Main Toolbar Головна панель інструментів @@ -1193,13 +1392,13 @@ [ФАЙЛ1, ФАЙЛ2,...] - - + + Error Помилка - + Terminal emulator is not set. Емулятор терміналу не встановлений. @@ -1316,25 +1515,30 @@ Змінити розмір малюнку щоб заповнити весь екран - + Select Wallpaper - + Image Files Файли малюнків + + + Select Wallpaper Folder + + PCManFM::DesktopWindow - + Trash (One item) - + Trash (%Ln items) @@ -1343,48 +1547,48 @@ - + Trash (Empty) - + Computer Комп'ютер - + Network Мережа - + Open - - + + Stic&k to Current Position Прип&нути до поточної позиції - + Empty Trash - + Hide Desktop Items - + Create Launcher - + Desktop Preferences Налаштування стільниці @@ -1392,7 +1596,7 @@ PCManFM::FilterBar - + Filter: @@ -1400,7 +1604,7 @@ PCManFM::FilterEdit - + Clear text (Ctrl+K or Esc) @@ -1413,40 +1617,40 @@ - + Hide menu bar Приховати панель меню - + This will hide the menu bar completely, use Ctrl+M to show it again. Це приховає панель меню повністю, скористайтесь з Ctrl+M для показу панелі меню знову. - + Version: %1 Версія: %1 - + &Move to Trash &Перемістити до смітника - + &Delete &Вилучити - - + + Error Помилка - + Switch user command is not set. Команда пемикання користувачів не встановлена. @@ -1454,22 +1658,22 @@ PCManFM::PreferencesDialog - + Icon View Вигляд значками - + Compact View Компактний вигляд - + Thumbnail View Вигляд мініатюрами - + Detailed List View Детальний вигляд списком @@ -1477,17 +1681,17 @@ PCManFM::TabPage - + Error Помилка - + Free space: %1 (Total: %2) Вільний простір: %1 (Повністю: %2) - + %n item(s) %n пункт @@ -1496,7 +1700,7 @@ - + (%n hidden) (%n прихований) @@ -1505,14 +1709,14 @@ - - - + + + Link to - + %n item(s) selected %n штуку(ук) вибрано @@ -1524,27 +1728,31 @@ PCManFM::View - + Many files - - - Do you want to open these %1 file? - + + + Do you want to open these %1 files? + + + + + - + Open in New T&ab Відкрити в новій &вкладці - + Open in New Win&dow Відкрити в новому ві&кні - + Open in Termina&l Відкрити в &терміналі @@ -1568,7 +1776,7 @@ - + Thumbnail Мініатюра @@ -1583,67 +1791,67 @@ Більше - + Select newly created files - + Icons Значки - + Size of big icons: Розмір великих значків: - + Size of small icons: Розмір малих значків: - + Size of thumbnails: Розмір мініатюр: - + Size of side pane icons: Розмір значків бічної панелі: - + Icon theme: Тема значка: - + Window Вікно - + Always show the tab bar Завжди показувати панель вкладок - + Show 'Close' buttons on tabs Показати кнопку 'Закрити' на вкладках - + Remember the size of the last closed window Пам'ятати розмір останнього закритого вікна - + Default width of new windows: Типовий розмір нових вікон: - + Default height of new windows: Типова висота нових вікон: @@ -1673,27 +1881,27 @@ сек - + File Operations Операції над файлами - + Confirm before deleting files Підтвердити перед вилученням файлів - + Move deleted files to "trash bin" instead of erasing from disk. Перемістити вилучені файли до "смітника" замість витирання їх з диску. - + Show thumbnails of files Показати мініатюри файлів - + Only show thumbnails for local files Показати мініатюри тільки для локальних файлів @@ -1728,207 +1936,237 @@ Відкрити в новому вікні - + Erase files on removable media instead of "trash can" creation Витерти файли на знімному диску замість створення "смітника" - + Confirm before moving files into "trash can" Підтвердити перед перенесенням до "смітника" - - - + + + Requires application restart to take effect completely - + Launch executable files without prompt - - + + Used by Icon View Використано Переглядом значків - - + + Used by Compact View and Detailed List View Використати Компактний перегляд або Детальний перегляд списком - - + + Used by Thumbnail View Використано Переглядом мініатюрами - + User interface Інтерфейс користувача - + Treat backup files as hidden Трактувати файли бекапу як приховані - - Always show full file names - Завжди показувати повні назви файлів - - - + Show icons of hidden files shadowed Показати значки прихованих файлів як затінені - + Minimum item margins in icon view: Мінімальний проміжок в перегляді значками: - + 3 px by default. 3 пт типово. - + px пт - + x х - + 3 px by default. A space is also reserved for 3 lines of text. 3 пт типово. Зарезервовано також область для 3 лінійок тексту. - + Lock Замок - + When unchecked, the tab bar will be shown only if there are more than one tab. Коли невідмічено, панель вкладок буде показано тільки тоді, якщо є більше ніж одна вкладка. - + + Switch to newly opened tab + + + + + Reopen last window tabs in a new window + + + + Examples:<br>For terminal: <i>xterm -e %s</i><br>For switching user: <i>lxsudo %s</i> or <i>lxsudo dbus-run-session -- %s</i><br><i>%s</i> is the command line you want to execute with terminal or su.<br> Important: Please use lxsudo, sudo alone will wreck permissions of the settings file. - + Application restart is needed for changes to take effect. - + Do not generate thumbnails for image files exceeding this size: Не створювати мініатюри для файлів малюнків, що мають розмір більший ніж: - + + Show folder context menu with Ctrl + right click + + + + + Open folders in new tabs as far as possible + + + + + Single window mode + + + + + Always show real file names + + + + + Do not show file tooltips + + + + KB КБ - + Needs ffmpegthumbnailer Потрібно ffmpegthumbnailer - + Auto Mount Автомонтування - + Mount mountable volumes automatically on program startup Монтувати розділи автоматично при старті програми - + Mount removable media automatically when they are inserted Монтувати знімні пристрої автоматично, коли вони вставлені - + Show available options for removable media when they are inserted Показати доступні параметри для знімних пристроїв, коли вони вставлені - + When removable medium unmounted: Коли знімний пристрій відмонтований: - + Close &tab containing removable medium Закрити &вкладку, яка містить знімний пристрій - + Chan&ge folder in the tab to home folder Змінити &теку у вкладці на домашню теку - + Programs Програми - + Terminal emulator: Емулятор терміналу: - + Switch &user command: Команда &перемикання користувача: - + Archiver in&tegration: Інтеграція з &архіватором: - + Templates Шаблони - + Show only user defined templates in menu Показати тільки користувацькі шаблони в меню - + Show only one template for each MIME type Показати тільки шаблони для кожного типу MIME - + Run default application after creation from template Запустити типову програму після створення з шаблону - + Use SI decimal prefixes instead of IEC binary prefixes Використати SI десяткові префікси замість двійкових префіксів IEC @@ -1956,18 +2194,18 @@ - - + + Error Помилка - + No file could be renamed. - + Some files could not be renamed. diff -Nru pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt_zh_CN.ts pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt_zh_CN.ts --- pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt_zh_CN.ts 2020-04-23 18:13:46.000000000 +0000 +++ pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt_zh_CN.ts 2020-11-02 22:27:00.000000000 +0000 @@ -19,12 +19,7 @@ 轻量级文件管理器 - - <html><head/><body><p><a href="https://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">https://lxqt.org/</span></a></p></body></html> - - - - + Programming: * Hong Jen Yee (PCMan) <pcman.tw@gmail.com> @@ -33,7 +28,7 @@ - + PCManFM-Qt File Manager Copyright (C) 2009 - 2014 洪任諭 (Hong Jen Yee) @@ -54,12 +49,18 @@ - + Authors 作者 - + + <html><head/><body><p><a href="https://github.com/lxqt/pcmanfm-qt"><span style=" text-decoration: underline; color:#0000ff;">https://github.com/lxqt/pcmanfm-qt</span></a></p></body></html> + + + + + License 协议 @@ -274,38 +275,38 @@ 桌面偏好设置 - - + + Background 背景 - + Wallpaper mode: 墙纸模式: - + Wallpaper image file: 墙纸图像文件: - + Select background color: 选择背景颜色: - + Image file 图像文件 - + Image file path 图像文件路径 - + &Browse 浏览(&B) @@ -383,102 +384,280 @@ 锁定 - + + By default, desktop folders will be opened in PCManFM-Qt if they +are left clicked, even when it is not the default file manager. + + + + + Open desktop folders in default file manager by left clicking + + + + Wallpaper 壁纸 - + Transform image based on EXIF data 基于 EXIF 数据转换图像 - + + Individual wallpaper for each monitor + + + + Slide Show 幻灯片放映 - + Enable Slide Show 启用幻灯片播放 - + Wallpaper image folder: 墙纸图像文件夹: - + Browse 浏览 - + hour(s) 小时 - + and - + Intervals less than 5min will be ignored 少于5分钟的间隔将被忽略 - + Interval: 间隔: - + minute(s) 分钟 - + Wallpaper folder 墙纸文件夹 - + Randomize the slide show 随机幻灯片放映 - + Visible Shortcuts 可见的快捷键 - + Home 主目录 - + Trash 垃圾桶 - + Computer 计算机 - + Network 网络 - + Advanced 高级 + HiddenShortcutsDialog + + + Hidden Shortcuts + + + + + Shortcut + + + + + Action + + + + + Esc + + + + + Focus view, clear filter bar + + + + + Ctrl+Esc + + + + + Focus side-pane + + + + + Ctrl+L + + + + + + Focus path entry + + + + + Alt+D + + + + + Ctrl+Tab + + + + + + Next tab + + + + + Ctrl+Shift+Tab + + + + + + Previous tab + + + + + Ctrl+PageDown + + + + + Ctrl+PageUp + + + + + Ctrl+Number + + + + + + Jump to tab + + + + + Alt+Number + + + + + Backspace + + + + + Go up + + + + + Ctrl+F + + + + + Search dialog + + + + + Shift+Insert + + + + + Paste into transient filter bar + + + + + Drag+Shift + + + + + Move file on dropping + + + + + Drag+Ctrl + + + + + Copy file on dropping + + + + + Drag+Shift+Ctrl + + + + + Make a symlink on dropping + + + + MainWindow @@ -486,553 +665,573 @@ 文件管理器 - + &Toolbars 工具栏(&T) - + Path &Bar 路径工具栏(&B) - + &Filtering 过滤(F) - + Go &Up 向上(&U) - + Go Up 向上 - + Alt+Up - + &Home 主文件夹(&H) - + Alt+Home - + &Reload 刷新(&R) - + F5 - + Go 转到 - + Quit 退出 - + &About 关于(&A) - + &New Window 新建窗口(&N) - + New Window 新建窗口 - + Ctrl+N - + Show &Hidden 显示隐藏文件(&H) - + Ctrl+H - + &Computer 计算机(&C) - + &Trash 回收站(&T) - + &Network 网络(&N) - + &Desktop 桌面(&D) - + &Add to Bookmarks 添加至书签(&A) - + &Applications 应用程序(&A) - + Reload 刷新 - + &Icon View 图标视图(&I) - + &Compact View 列表视图(&C) - + &Detailed List 详细信息(&D) - + &Thumbnail View 缩略图视图(&T) - + Cu&t 剪切(&T) - + Ctrl+X - + &Copy 复制(&C) - + Ctrl+C - + &Paste 粘贴(&P) - + Ctrl+V - + Select &All 全选(&A) - + Ctrl+A - + Pr&eferences 偏好设置(&E) - + &Ascending 升序(&A) - + &Descending 降序(&D) - + &By File Name 按名称(&B) - + By &Modification Time 按修改时间(&M) - + By Deletio&n Time 按删除时间 - + By File &Type 按文件类型(&T) - + By &Owner 按所有者(&O) - + By &Group 按组(&G) - + &Folder First 文件夹优先(&F) - + + &Hidden Last + + + + &Preserve sorting for this folder 保存此目录的排序(&P) - + &Case Sensitive 区分大小写(&C) - + By File &Size 按大小(&S) - + &Close Window 关闭窗口(&C) - + Ctrl+Q - + &Folder 文件夹(&F) - + &Blank File 空文件(&B) - + &Show/Focus Filter Bar 显示/聚焦过滤条(S) - + Show Filter Bar 显示过滤条 - + Ctrl+I Ctrl+I - + S&plit View 分屏浏览(S) - + Split View 分屏浏览 - + F6 F6 - + &Copy Full Path 复制完整路径(C) - + Ctrl+Shift+C Ctrl+Shift+C - + Show Thumb&nails - + Show Thumbnails 显示缩略图 - + + S&ide Pane + + + + + F9 + F9 + + + + Hidden &Shortcuts + + + + Ctrl+B - + &Clear All Filters 清除所有过滤(C) - + Ctrl+Shift+K Ctrl+Shift+K - + Close &previous tabs 关闭上一个标签页(&P) - + Close &next tabs 关闭下一个标签页(&N) - + &Preserve Settings for This Folder 保存此目录的设置(&P) - + Connect to &Server 连接至服务器(&S) - + &Location 位置(&L) - + &Path Buttons 路径按钮(&P) - + &Bulk Rename 批量重命名(&B) - + Bulk Rename 批量重命名 - + Ctrl+F2 - + Close &other tabs 关闭其他标签页(&O) - + Permanent &filter bar 永久过滤器栏(F) - + &Menu bar 菜单栏(&M) - + Menu bar 菜单栏 - + Ctrl+M - - + + Menu 菜单 - + New &Tab 新建标签页(&T) - + New Tab 新建标签页 - + Ctrl+T - + Go &Back 后退(&B) - + Go Back 后退 - + Alt+Left - + Go &Forward 前进(&F) - + Go Forward 前进 - + Alt+Right - + &Invert Selection 反选(&I) - + &Delete 删除(&D) - + Del - + &Rename 重命名(&R) - + F2 - + C&lose Tab 关闭标签页(&L) - + Ctrl+W - + File &Properties 文件属性(&P) - + Alt+Return - + &Folder Properties 文件夹属性(&F) - + Edit Bookmarks 编辑书签 - + Open &Terminal 打开终端(&T) - + F4 - + Open as &Root 以管理员身份运行(&R) - + &Edit Bookmarks 编辑书签(&E) - + Ctrl+Shift+N - + Ctrl+Alt+N - + &Find Files 查找文件(&F) - + F3 @@ -1052,38 +1251,38 @@ 帮助(&H) - - + + &View 查看(&V) - + &Sorting 排序(&S) - + &Edit 编辑(&E) - + &Bookmarks 书签(&B) - + &Go 转到(&G) - + &Tool 工具(&T) - + Main Toolbar 主工具栏 @@ -1177,13 +1376,13 @@ [文件1, 文件2,...] - - + + Error 错误 - + Terminal emulator is not set. 终端模拟器未设置。 @@ -1239,7 +1438,7 @@ Command: - + 命令: @@ -1300,73 +1499,78 @@ 缩放图像以填充整个屏幕 - + Select Wallpaper - + Image Files 图像文件 + + + Select Wallpaper Folder + + PCManFM::DesktopWindow - + Trash (One item) 垃圾桶(单个项目) - + Trash (%Ln items) 垃圾桶(%Ln个项目) - + Trash (Empty) 垃圾桶(空) - + Computer 计算机 - + Network 网络 - + Open 打开 - - + + Stic&k to Current Position 固定至当前位置(&K) - + Empty Trash 清空垃圾桶 - + Hide Desktop Items 隐藏桌面项目 - + Create Launcher - + 创建启动器 - + Desktop Preferences 桌面偏好设置 @@ -1374,7 +1578,7 @@ PCManFM::FilterBar - + Filter: 过滤器: @@ -1382,7 +1586,7 @@ PCManFM::FilterEdit - + Clear text (Ctrl+K or Esc) @@ -1395,40 +1599,40 @@ Root实例 - + Hide menu bar 隐藏菜单栏 - + This will hide the menu bar completely, use Ctrl+M to show it again. 这将完全隐藏菜单栏,请使用 Ctrl+M 以恢复显示。 - + Version: %1 版本: %1 - + &Move to Trash 移至回收站(&M) - + &Delete 删除(&D) - - + + Error 错误 - + Switch user command is not set. 切换用户命令尚未设置。 @@ -1436,22 +1640,22 @@ PCManFM::PreferencesDialog - + Icon View 图标视图 - + Compact View 列表视图 - + Thumbnail View 缩略图视图 - + Detailed List View 详细信息视图 @@ -1459,38 +1663,38 @@ PCManFM::TabPage - + Error 错误 - + Free space: %1 (Total: %2) 可用空间: %1 (总容量: %2) - + %n item(s) %n 个项目 - + (%n hidden) (%n 个隐藏) - - - + + + Link to 链接至 - + %n item(s) selected 已选中 %n 个项目 @@ -1500,27 +1704,29 @@ PCManFM::View - + Many files - - - Do you want to open these %1 file? - + + + Do you want to open these %1 files? + + + - + Open in New T&ab 在新标签页中打开(&A) - + Open in New Win&dow 在新窗口中打开(&D) - + Open in Termina&l 在终端中打开(&L) @@ -1544,7 +1750,7 @@ - + Thumbnail 缩略图 @@ -1559,67 +1765,67 @@ 高级 - + Select newly created files 选择新创建的文件 - + Icons 图标 - + Size of big icons: 大图标尺寸: - + Size of small icons: 小图标尺寸: - + Size of thumbnails: 缩略图大小: - + Size of side pane icons: 侧边栏图标尺寸: - + Icon theme: 图标主题: - + Window 窗口 - + Always show the tab bar 总是显示标签栏 - + Show 'Close' buttons on tabs 在标签上显示“关闭”按钮 - + Remember the size of the last closed window 记住最后关闭的窗口的大小 - + Default width of new windows: 新窗口的默认宽度: - + Default height of new windows: 新窗口的默认高度: @@ -1649,27 +1855,27 @@ - + File Operations 文件操作 - + Confirm before deleting files 删除文件前确认 - + Move deleted files to "trash bin" instead of erasing from disk. 将要删除的文件移至“回收站”,而不直接从磁盘中删除。 - + Show thumbnails of files 显示文件缩略图 - + Only show thumbnails for local files 仅显示本地文件的缩略图 @@ -1704,206 +1910,236 @@ 在新窗口中打开 - + Erase files on removable media instead of "trash can" creation 直接删除可移动媒体内的文件,而不移至回收站 - + Confirm before moving files into "trash can" 移至回收站前确认 - - - + + + Requires application restart to take effect completely 应用程序需重新启动才能完全生效 - + Launch executable files without prompt 启动可执行文件时不提示 - - + + Used by Icon View 使用图标视图 - - + + Used by Compact View and Detailed List View 使用列表与详细信息视图 - - + + Used by Thumbnail View 使用缩略图视图 - + User interface 用户界面 - + Treat backup files as hidden 将备份文件视作隐藏 - - Always show full file names - 总是显示完整文件名 - - - + Show icons of hidden files shadowed 显示投影的隐藏文件的图标 - + Minimum item margins in icon view: 图标视图最小项目外边距: - + 3 px by default. 默认为3px。 - + px - + x - + 3 px by default. A space is also reserved for 3 lines of text. 默认为1px。 会保留三行文字高度的空间。 - + Lock 锁定 - + When unchecked, the tab bar will be shown only if there are more than one tab. 如不勾选,则标签栏仅会在有多于一个标签页时显示。 - + + Switch to newly opened tab + + + + + Reopen last window tabs in a new window + + + + Examples:<br>For terminal: <i>xterm -e %s</i><br>For switching user: <i>lxsudo %s</i> or <i>lxsudo dbus-run-session -- %s</i><br><i>%s</i> is the command line you want to execute with terminal or su.<br> Important: Please use lxsudo, sudo alone will wreck permissions of the settings file. - + Application restart is needed for changes to take effect. 应用程序需要重新启动以使更改生效。 - + Do not generate thumbnails for image files exceeding this size: 不为超过此大小的图像文件生成缩略图: - + + Show folder context menu with Ctrl + right click + + + + + Open folders in new tabs as far as possible + + + + + Single window mode + + + + + Always show real file names + + + + + Do not show file tooltips + + + + KB - + Needs ffmpegthumbnailer 需要 ffmpegthumbnailer - + Auto Mount 自动挂载 - + Mount mountable volumes automatically on program startup 程序启动时自动挂载可挂载的卷 - + Mount removable media automatically when they are inserted 插入可移动媒体时自动挂载 - + Show available options for removable media when they are inserted 在可移动媒体插入时显示可用选项 - + When removable medium unmounted: 卸载可移动媒体时: - + Close &tab containing removable medium 关闭包含可移动媒体的标签页(&T) - + Chan&ge folder in the tab to home folder 将标签页内容更改为主文件夹(&G) - + Programs 程序 - + Terminal emulator: 终端模拟器: - + Switch &user command: 切换用户命令(&U): - + Archiver in&tegration: 默认压缩程序(&T): - + Templates 模板 - + Show only user defined templates in menu 仅在菜单中显示用户定义的模板 - + Show only one template for each MIME type 仅为每个 MIME 类型显示一个模板 - + Run default application after creation from template 创建文件模板后运行默认应用程序 - + Use SI decimal prefixes instead of IEC binary prefixes 使用国际单位制的十进制词头,而不使用IEC的二进制词头 @@ -1931,18 +2167,18 @@ 重命名已取消。 - - + + Error 错误错误 - + No file could be renamed. 没有文件可以被重命名。 - + Some files could not be renamed. 某些文件不能被重命名。 diff -Nru pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt_zh_TW.ts pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt_zh_TW.ts --- pcmanfm-qt-0.15.0/pcmanfm/translations/pcmanfm-qt_zh_TW.ts 2020-04-23 18:13:46.000000000 +0000 +++ pcmanfm-qt-0.16.0/pcmanfm/translations/pcmanfm-qt_zh_TW.ts 2020-11-02 22:27:00.000000000 +0000 @@ -14,7 +14,7 @@ 輕量級檔案管理程式 - + Programming: * Hong Jen Yee (PCMan) <pcman.tw@gmail.com> @@ -23,27 +23,28 @@ - - <html><head/><body><p><a href="https://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">https://lxqt.org/</span></a></p></body></html> - - - <html><head/><body><p><span style=" font-size:16pt; font-weight:600;">PCManFM-Qt</span></p></body></html> <html><head/><body><p><span style=" font-size:16pt; font-weight:600;">PCManFM-Qt 檔案管理程式</span></p></body></html> - + + <html><head/><body><p><a href="https://github.com/lxqt/pcmanfm-qt"><span style=" text-decoration: underline; color:#0000ff;">https://github.com/lxqt/pcmanfm-qt</span></a></p></body></html> + + + + + Authors 作者 - + License 授權 - + PCManFM-Qt File Manager Copyright (C) 2009 - 2014 洪任諭 (Hong Jen Yee) @@ -290,38 +291,38 @@ 桌面偏好設定 - - + + Background 背景 - + Wallpaper mode: 桌布: - + Wallpaper image file: 桌布影像檔案: - + Select background color: 選擇背景顏色: - + Image file 影像檔案 - + Image file path 影像檔路徑 - + &Browse 瀏覽(&B) @@ -399,102 +400,280 @@ 鎖定 - + + By default, desktop folders will be opened in PCManFM-Qt if they +are left clicked, even when it is not the default file manager. + + + + + Open desktop folders in default file manager by left clicking + + + + Wallpaper - + Transform image based on EXIF data - + + Individual wallpaper for each monitor + + + + Slide Show 幻燈片播放 - + Enable Slide Show 啟用幻燈片播放 - + Wallpaper image folder: 桌布圖片資料夾: - + Browse 瀏覽 - + hour(s) 小時 - + and - + Intervals less than 5min will be ignored 小於5分鐘的區間將被忽略 - + Interval: 區間: - + minute(s) 分鐘 - + Wallpaper folder 桌布資料夾 - + Randomize the slide show 隨機幻燈片播放 - + Visible Shortcuts 可見的快捷方式 - + Home 家目錄 - + Trash 垃圾桶 - + Computer 電腦 - + Network 網路 - + Advanced 進階 + HiddenShortcutsDialog + + + Hidden Shortcuts + + + + + Shortcut + + + + + Action + + + + + Esc + + + + + Focus view, clear filter bar + + + + + Ctrl+Esc + + + + + Focus side-pane + + + + + Ctrl+L + + + + + + Focus path entry + + + + + Alt+D + + + + + Ctrl+Tab + + + + + + Next tab + + + + + Ctrl+Shift+Tab + + + + + + Previous tab + + + + + Ctrl+PageDown + + + + + Ctrl+PageUp + + + + + Ctrl+Number + + + + + + Jump to tab + + + + + Alt+Number + + + + + Backspace + + + + + Go up + + + + + Ctrl+F + + + + + Search dialog + + + + + Shift+Insert + + + + + Paste into transient filter bar + + + + + Drag+Shift + + + + + Move file on dropping + + + + + Drag+Ctrl + + + + + Copy file on dropping + + + + + Drag+Shift+Ctrl + + + + + Make a symlink on dropping + + + + MainWindow @@ -502,388 +681,408 @@ 檔案管理程式 - + Go Up 往上一層 - + Alt+Up - + Alt+Home - + Reload 重新讀取 - + F5 - + &Toolbars 工具列(&T) - + Path &Bar 路徑工具列 (&B) - + &Filtering 篩選(&F) - + Go &Up 上一層(&U) - + &Home - + &Reload 重新讀取(&R) - + Go 前往 - + Quit 離開 - + &About 關於(&A) - + &New Window 新視窗(&N) - + New Window 新視窗 - + Ctrl+N - + Show &Hidden 顯示隱藏檔(&H) - + Ctrl+H - + &Computer 電腦(&C) - + &Trash 垃圾桶(&T) - + &Network 網路(&N) - + &Desktop 桌面(&D) - + &Add to Bookmarks 加入到書籤(&A) - + &Applications 應用程式(&A) - + &Icon View 圖示檢視(&I) - + &Compact View 簡易檢視(&C) - + &Detailed List 詳細清單(&D) - + &Thumbnail View 縮圖檢視(&T) - + Cu&t 剪下(&T) - + &Ascending 升冪排列(&A) - + &Descending 降冪排列(&D) - + &By File Name 以檔案名稱( &B) - + By &Modification Time 以最後修改時間 (&M) - + By Deletio&n Time - + By File &Type 以檔案型態 (&T) - + By &Owner 以擁有者 (&O) - + By &Group - + &Folder First 資料夾優先 (&F) - + + &Hidden Last + + + + &Preserve sorting for this folder 保存這個目錄的排序設定 - + C&lose Tab 關閉(&L) - + File &Properties 檔案屬性(&P) - + &Folder Properties 資料夾屬性(&F) - + &Case Sensitive 區分大小寫 (&C) - + By File &Size 依照檔案大小 (&S) - + &Close Window 關閉視窗 (&C) - + Ctrl+Q - + Ctrl+Shift+N - + Ctrl+Alt+N - + &Show/Focus Filter Bar 顯示/聚焦篩選條(&S) - + Show Filter Bar 顯示篩選欄 - + Ctrl+I Ctrl+I - + S&plit View 分割視圖(&p) - + Split View 分割視圖 - + F6 F6 - + &Copy Full Path 複製完整路徑(&C) - + Ctrl+Shift+C Ctrl+Shift+C - + Show Thumb&nails - + Show Thumbnails - + + S&ide Pane + + + + + F9 + F9 + + + + Hidden &Shortcuts + + + + Ctrl+B - + &Clear All Filters 清空全部篩選條件(&C) - + Ctrl+Shift+K Ctrl+Shift+K - + Close &previous tabs 關閉前一個分頁 &P) - + Close &next tabs 關閉下一個分頁 (&N) - + &Preserve Settings for This Folder 保存這個目錄的設定 - + Connect to &Server 連線到伺服器 (&S) - + &Location 位置 (&L) - + &Path Buttons 路徑按鈕 (&P) - + &Bulk Rename 批量重新命名 (&B) - + Bulk Rename 批量重新命名 - + Ctrl+F2 Ctrl+F2 - + Close &other tabs 關閉其他分頁 (&O) - + Permanent &filter bar 固定篩選欄(&f) - + &Menu bar 選單列 (&M) - + Menu bar 選單列 - + Ctrl+M - - + + Menu 選單 @@ -893,177 +1092,177 @@ 新建 (&R) - + &Sorting 排序(&S) - + Main Toolbar 主要工具列 - + Ctrl+X - + &Copy 複製 (&C) - + Ctrl+C - + &Paste 貼上(&P) - + Ctrl+V - + Select &All 全選(&A) - + Pr&eferences 偏好設定(&R) - + &Invert Selection 反向選取(&I) - + &Delete 刪除(&D) - + &Rename 重新命名(&R) - + Ctrl+A - + New &Tab 新分頁(&T) - + New Tab 新分頁 - + Ctrl+T - + Go &Back 後退(&B) - + Go Back 後退 - + Alt+Left - + Go &Forward 前進(&F) - + Go Forward 前進 - + Alt+Right - + Del - + F2 - + Ctrl+W - + Alt+Return - + Edit Bookmarks 編輯書籤 - + Open &Terminal 開啟終端機(&T) - + F4 - + Open as &Root 以系統管理員權限開啟(&R) - + &Edit Bookmarks 編輯書籤(&E) - + &Folder 資料夾 (&F) - + &Blank File 空白檔案 (&B) - + &Find Files 尋找檔案 (&F) - + F3 @@ -1078,28 +1277,28 @@ 說明(&H) - - + + &View 檢視(&V) - + &Edit 編輯(&E) - + &Bookmarks 書籤(&B) - + &Go 前往(&G) - + &Tool 工具(&T) @@ -1193,13 +1392,13 @@ [檔案1, 檔案2,...] - - + + Error 錯誤 - + Terminal emulator is not set. 終端機模擬器尚未設定。 @@ -1316,73 +1515,78 @@ 縮放影像填滿整個螢幕 - + Select Wallpaper - + Image Files 影像檔案 + + + Select Wallpaper Folder + + PCManFM::DesktopWindow - + Trash (One item) 垃圾桶(1個項目) - + Trash (%Ln items) 垃圾桶(%Ln個項目) - + Trash (Empty) 垃圾桶(空) - + Computer 電腦 - + Network 網路 - + Open 開啟 - - + + Stic&k to Current Position 保持在目前位置(&K) - + Empty Trash 清空垃圾箱 - + Hide Desktop Items 隱藏桌面項目 - + Create Launcher - + Desktop Preferences 桌面偏好設定 @@ -1390,7 +1594,7 @@ PCManFM::FilterBar - + Filter: 篩選: @@ -1398,7 +1602,7 @@ PCManFM::FilterEdit - + Clear text (Ctrl+K or Esc) 清除文字 (Ctrl+K 或 Esc) @@ -1411,40 +1615,40 @@ 根實例 - + Hide menu bar 隱藏選單列 - + This will hide the menu bar completely, use Ctrl+M to show it again. 選單列將完全被隱藏,使用 Ctrl+M 可再次顯示。 - + Version: %1 版本: %1 - + &Move to Trash 移動到垃圾桶(&M) - + &Delete 刪除(&D) - - + + Error 錯誤 - + Switch user command is not set. 切換使用者指令尚未設定。 @@ -1452,22 +1656,22 @@ PCManFM::PreferencesDialog - + Icon View 圖示檢視 - + Compact View 簡易檢視 - + Thumbnail View 縮圖檢視 - + Detailed List View 詳細清單檢視 @@ -1475,38 +1679,38 @@ PCManFM::TabPage - + Error 錯誤 - + Free space: %1 (Total: %2) 可用空間 %1 (全部: %2) - + %n item(s) %n 個項目 - + (%n hidden) (%n 個隱藏) - - - + + + Link to 連結到 - + %n item(s) selected 選取 %n 個項目 @@ -1516,27 +1720,29 @@ PCManFM::View - + Many files - - - Do you want to open these %1 file? - + + + Do you want to open these %1 files? + + + - + Open in New T&ab 在新分頁開啟 (&A) - + Open in New Win&dow 在新視窗開啟 (&D) - + Open in Termina&l 在終端機內開啟 (&L) @@ -1565,7 +1771,7 @@ - + Thumbnail 縮圖 @@ -1600,89 +1806,114 @@ 在新視窗開啟 - + + Show folder context menu with Ctrl + right click + + + + Erase files on removable media instead of "trash can" creation 在可移除裝置上直接刪除檔案,而不移到垃圾桶 - + Confirm before moving files into "trash can" 將檔案移到垃圾桶前先確認 - - - + + + Requires application restart to take effect completely 需要重新啟動應用程式才能完全生效 - + Launch executable files without prompt 啟動可執行檔時不提示 - + + Open folders in new tabs as far as possible + + + + + Single window mode + + + + Icons 圖示 - + Size of big icons: 大圖示尺寸: - + Size of small icons: 小圖示尺寸: - + Size of thumbnails: 縮圖尺寸: - + Size of side pane icons: 側邊欄圖示尺寸: - + + Always show real file names + + + + + Do not show file tooltips + + + + Application restart is needed for changes to take effect. 程式需要重新啓動以使變更生效。 - + Icon theme: Icon 主題: - + Window 視窗 - + Default width of new windows: 新視窗的預設寬度: - + Default height of new windows: 新視窗的預設高度: - + Always show the tab bar 總是顯示標籤列 - + Show 'Close' buttons on tabs 在分頁標籤上顯示「關閉」按鈕 - + Remember the size of the last closed window 記住最後關閉視窗的大小 @@ -1717,209 +1948,214 @@ - + File Operations 檔案操作 - + Confirm before deleting files 刪除檔案前確認 - + Move deleted files to "trash bin" instead of erasing from disk. 將檔案移動到垃圾桶,而不直接刪除。 - + Select newly created files 選擇新建立的檔案 - - + + Used by Icon View 由圖示檢視使用 - - + + Used by Compact View and Detailed List View 由簡易檢視和詳細清單列表使用 - - + + Used by Thumbnail View 縮圖檢視使用 - + User interface 使用者界面 - + Treat backup files as hidden 將備份檔案視為隱藏檔 - - Always show full file names - 總是顯示完整檔案名稱 - - - + Show icons of hidden files shadowed 陰影化顯示隱藏檔案的圖示 - + Minimum item margins in icon view: 圖示檢視項目邊緣留空: - + 3 px by default. 預設 3 像素。 - + px 像素 - + x - + 3 px by default. A space is also reserved for 3 lines of text. 預設 3 像素。 還會額外保留三行文字高度的空間。 - + Lock 鎖定 - + When unchecked, the tab bar will be shown only if there are more than one tab. 若取消,分頁工具列只會在有多於一個分頁的時候顯示。 - + + Switch to newly opened tab + + + + + Reopen last window tabs in a new window + + + + Needs ffmpegthumbnailer 需要 ffmpegthumbnailer - + Show thumbnails of files 顯示檔案縮圖 - + Examples:<br>For terminal: <i>xterm -e %s</i><br>For switching user: <i>lxsudo %s</i> or <i>lxsudo dbus-run-session -- %s</i><br><i>%s</i> is the command line you want to execute with terminal or su.<br> Important: Please use lxsudo, sudo alone will wreck permissions of the settings file. - + Templates 模板 - + Show only user defined templates in menu 選單中只顯示使用者定義的範本 - + Show only one template for each MIME type 每個 MIME 型態只顯示一個範本 - + Run default application after creation from template 建立檔案範本之後執行預設程式開啟 - + Only show thumbnails for local files 只顯示本地檔案的縮圖 - + Do not generate thumbnails for image files exceeding this size: 不為超過指定大小的檔案產生縮圖: - + KB - + When removable medium unmounted: 當卸載可移除裝置時: - + Switch &user command: 切換使用者的指令: - + Archiver in&tegration: 壓縮程式整合: - + Terminal emulator: 終端機模擬器: - + Auto Mount 自動掛載 - + Mount mountable volumes automatically on program startup 掛載可掛載的磁碟 - + Mount removable media automatically when they are inserted 可移除式媒體插入時自動掛載 - + Show available options for removable media when they are inserted 可移除式媒體插入時顯示可用的選項 - + Close &tab containing removable medium 關閉顯示可移除裝置的分頁 - + Chan&ge folder in the tab to home folder 將分頁內容改為家目錄 - + Programs 程式 - + Use SI decimal prefixes instead of IEC binary prefixes 使用SI小數前綴代替IEC二進制前綴 @@ -1947,18 +2183,18 @@ 重新命名被中止。 - - + + Error 錯誤 - + No file could be renamed. 沒有檔案可被重新命名。 - + Some files could not be renamed. 某些檔案無法被重新命名。 diff -Nru pcmanfm-qt-0.15.0/pcmanfm/view.cpp pcmanfm-qt-0.16.0/pcmanfm/view.cpp --- pcmanfm-qt-0.15.0/pcmanfm/view.cpp 2020-04-23 18:13:46.000000000 +0000 +++ pcmanfm-qt-0.16.0/pcmanfm/view.cpp 2020-11-02 22:27:00.000000000 +0000 @@ -173,26 +173,30 @@ void View::launchFiles(Fm::FileInfoList files, bool inNewTabs) { if(fileLauncher()) { if(auto launcher = dynamic_cast(fileLauncher())) { - // this happens on desktop - if(!launcher->hasMainWindow() - && (inNewTabs - || static_cast(qApp)->settings().singleWindowMode())) { - MainWindow* window = MainWindow::lastActive(); - // if there is no last active window, find the last created window - if(window == nullptr) { - QWidgetList windows = qApp->topLevelWidgets(); - for(int i = 0; i < windows.size(); ++i) { - auto win = windows.at(windows.size() - 1 - i); - if(win->inherits("PCManFM::MainWindow")) { - window = static_cast(win); - break; + // this happens on desktop + if(!launcher->hasMainWindow()) { + if(!inNewTabs && launcher->openWithDefaultFileManager()) { + launcher->launchFiles(nullptr, std::move(files)); + return; + } + if(inNewTabs || static_cast(qApp)->settings().singleWindowMode()) { + MainWindow* window = MainWindow::lastActive(); + // if there is no last active window, find the last created window + if(window == nullptr) { + QWidgetList windows = qApp->topLevelWidgets(); + for(int i = 0; i < windows.size(); ++i) { + auto win = windows.at(windows.size() - 1 - i); + if(win->inherits("PCManFM::MainWindow")) { + window = static_cast(win); + break; + } } } + auto tempLauncher = Launcher(window); + tempLauncher.openInNewTab(); + tempLauncher.launchFiles(nullptr, std::move(files)); + return; } - auto tempLauncher = Launcher(window); - tempLauncher.openInNewTab(); - tempLauncher.launchFiles(nullptr, std::move(files)); - return; } if(inNewTabs) { launcher->openInNewTab(); diff -Nru pcmanfm-qt-0.15.0/README.md pcmanfm-qt-0.16.0/README.md --- pcmanfm-qt-0.15.0/README.md 2020-04-23 18:13:46.000000000 +0000 +++ pcmanfm-qt-0.16.0/README.md 2020-11-02 22:27:00.000000000 +0000 @@ -59,8 +59,11 @@ Issues should go to the tracker of PCManFM-Qt at https://github.com/lxqt/pcmanfm-qt/issues. -### Translation (Weblate) +### Translation - -Translation status +Translations can be done in [LXQt-Weblate](https://translate.lxqt-project.org/projects/lxqt-desktop/pcmanfm-qt/) + + +Translation status + diff -Nru pcmanfm-qt-0.15.0/.travis.yml pcmanfm-qt-0.16.0/.travis.yml --- pcmanfm-qt-0.15.0/.travis.yml 1970-01-01 00:00:00.000000000 +0000 +++ pcmanfm-qt-0.16.0/.travis.yml 2020-11-02 22:27:00.000000000 +0000 @@ -0,0 +1,25 @@ +language: cpp + +sudo: required + +dist: bionic + +services: + - docker + +script: + - "curl -s https://raw.githubusercontent.com/mikkeloscar/arch-travis/master/arch-travis.sh | bash" + +archlinux: + repos: + - archlinuxcn=https://repo.archlinuxcn.org/$arch + packages: + # See *depends in https://github.com/archlinuxcn/repo/blob/master/archlinuxcn/pcmanfm-qt-git/PKGBUILD + - git + - cmake + - qt5-tools + - lxqt-build-tools-git + - libfm-qt-git + - lxmenu-data + - qt5-x11extras + script: 'cmake -B build -S . && make -C build'