From f1e4f5d6374025c30183ca6daf45e2132feac764 Mon Sep 17 00:00:00 2001 From: Alf Gaida Date: Sat, 31 Oct 2015 12:10:36 +0100 Subject: [PATCH] Cherry-picking upstream version 0.9.0+20151031. New symbol added Set new minimum versions for liblxqt and libqtxdg Removed menu file Merge changelog entries --- CMakeLists.txt | 4 +- README | 11 - README.md | 15 + debian/changelog | 20 +- debian/control | 4 +- debian/docs | 2 +- debian/libfm-qt5-2.symbols | 1 + debian/pcmanfm.menu | 4 - libfm-qt/folderview.cpp | 68 ++- libfm-qt/placesview.cpp | 12 +- libfm-qt/placesview.h | 1 + libfm-qt/sidepane.cpp | 1 + libfm-qt/translations/libfm-qt.ts | 263 ++++++-- libfm-qt/translations/libfm-qt_ar.ts | 263 ++++++-- libfm-qt/translations/libfm-qt_cs_CZ.ts | 299 +++++++-- libfm-qt/translations/libfm-qt_de.ts | 263 ++++++-- libfm-qt/translations/libfm-qt_el.ts | 325 ++++++++-- libfm-qt/translations/libfm-qt_es.ts | 263 ++++++-- libfm-qt/translations/libfm-qt_fr.ts | 263 ++++++-- libfm-qt/translations/libfm-qt_gl.ts | 263 ++++++-- libfm-qt/translations/libfm-qt_hu.ts | 263 ++++++-- libfm-qt/translations/libfm-qt_it.ts | 273 +++++++-- libfm-qt/translations/libfm-qt_ja.ts | 263 ++++++-- libfm-qt/translations/libfm-qt_lt_LT.ts | 263 ++++++-- libfm-qt/translations/libfm-qt_pl.ts | 263 ++++++-- libfm-qt/translations/libfm-qt_pt.ts | 263 ++++++-- libfm-qt/translations/libfm-qt_ru.ts | 34 +- libfm-qt/translations/libfm-qt_ru_RU.ts | 34 +- libfm-qt/translations/libfm-qt_zh_TW.ts | 263 ++++++-- pcmanfm/CMakeLists.txt | 1 + pcmanfm/application.cpp | 64 ++ pcmanfm/application.h | 12 + pcmanfm/desktop-folder.ui | 60 ++ pcmanfm/desktop-preferences.ui | 40 +- pcmanfm/desktoppreferencesdialog.cpp | 40 +- pcmanfm/desktoppreferencesdialog.h | 12 + pcmanfm/main-win.ui | 86 ++- pcmanfm/translations/pcmanfm-qt.ts | 687 +++++++++------------ pcmanfm/translations/pcmanfm-qt_ar.ts | 715 ++++++++++------------ pcmanfm/translations/pcmanfm-qt_cs_CZ.ts | 723 ++++++++++------------ pcmanfm/translations/pcmanfm-qt_de.ts | 664 +++++++++++--------- pcmanfm/translations/pcmanfm-qt_el.ts | 664 +++++++++++--------- pcmanfm/translations/pcmanfm-qt_es.ts | 666 +++++++++++---------- pcmanfm/translations/pcmanfm-qt_fr.ts | 731 +++++++++++------------ pcmanfm/translations/pcmanfm-qt_gl.ts | 731 +++++++++++------------ pcmanfm/translations/pcmanfm-qt_hu.ts | 725 +++++++++++----------- pcmanfm/translations/pcmanfm-qt_it.ts | 642 +++++++++++++------- pcmanfm/translations/pcmanfm-qt_ja.ts | 731 +++++++++++------------ pcmanfm/translations/pcmanfm-qt_lt_LT.ts | 731 +++++++++++------------ pcmanfm/translations/pcmanfm-qt_pl.ts | 664 +++++++++++--------- pcmanfm/translations/pcmanfm-qt_pt.ts | 725 +++++++++++----------- pcmanfm/translations/pcmanfm-qt_ru.ts | 580 +++++++++--------- pcmanfm/translations/pcmanfm-qt_ru_RU.ts | 580 +++++++++--------- pcmanfm/translations/pcmanfm-qt_zh_TW.ts | 721 ++++++++++------------ 54 files changed, 9595 insertions(+), 6664 deletions(-) delete mode 100644 README create mode 100644 README.md delete mode 100644 debian/pcmanfm.menu create mode 100644 pcmanfm/desktop-folder.ui diff --git a/CMakeLists.txt b/CMakeLists.txt index 9a77ae7..acbf39b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8.11) +cmake_minimum_required(VERSION 3.0.2) project(pcmanfm-qt) set(PCMANFM_QT_VERSION_MAJOR 0) @@ -90,7 +90,7 @@ endif() # make package_source include(InstallRequiredSystemLibraries) set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/COPYING") -set(CPACK_RESOURCE_FILE_README "${CMAKE_CURRENT_SOURCE_DIR}/README") +set(CPACK_RESOURCE_FILE_README "${CMAKE_CURRENT_SOURCE_DIR}/README.md") set(CPACK_PACKAGE_VENDOR "") set(CPACK_PACKAGE_VERSION_MAJOR ${PCMANFM_QT_VERSION_MAJOR}) set(CPACK_PACKAGE_VERSION_MINOR ${PCMANFM_QT_VERSION_MINOR}) diff --git a/README b/README deleted file mode 100644 index b900c0c..0000000 --- a/README +++ /dev/null @@ -1,11 +0,0 @@ -PCManFM-Qt is the Qt port of the LXDE file manager PCManFM. -Libfm-Qt is a companion library providing components to build desktop file managers. - -Issue tracker: - https://github.com/lxde/pcmanfm-qt/issues - -LXQt website: - http://lxqt.org - -LXDE website: - http://lxde.org diff --git a/README.md b/README.md new file mode 100644 index 0000000..047afd3 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# PCManFM-Qt + +The Qt port of the LXDE file manager PCManFM. + +Includes libfm-qt, the qt port of the libfm-qt - a library providing components +to build desktop file managers. + +Issue tracker: + https://github.com/lxde/pcmanfm-qt/issues + +LXQt website: + http://lxqt.org + +LXDE website: + http://lxde.org diff --git a/debian/changelog b/debian/changelog index ce00ec1..609ddf1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,27 +1,21 @@ -pcmanfm-qt (0.9.0+20150929-1) experimental; urgency=medium +pcmanfm-qt (0.9.0+20151031-1) experimental; urgency=medium - * Cherry-picked upstream version 0.9.0+20150929. - * New symbol added + * Cherry-picked upstream version 0.9.0+20151031. + * Set new minimum versions for liblxqt and libqtxdg. * This snapshot contain: - apply button for desktop preferences - fix for incidental closing the desktop paint process - Added a filterbar + Handle virtually hidden files - - -- Alf Gaida Sat, 03 Oct 2015 20:02:52 +0200 - -pcmanfm-qt (0.9.0+20150925-1) experimental; urgency=medium - - * Cherry-picked upstream version 0.9.0+20150925. * Fixed source/options - no need to ignore .kdev4, fixed upstream * Changed symbols + - new symbols added - put the arch bit at the end and comment them - put the new search symbols before the arch bits - they need a review - * Fixed the copied pdmanfm menu file * Fixed rules --fail-missing is enough and will list missed files * Switched to experimental because of LXQt namespace change - * Added minimum version for liblxqt0-dev (>= 0.9.0+20150911) - - -- Alf Gaida Fri, 25 Sep 2015 22:12:50 +0200 + * remove menu file, see CTTE #741573 + + -- Alf Gaida Sat, 31 Oct 2015 12:07:25 +0100 pcmanfm-qt (0.9.0+20150908-1) unstable; urgency=medium diff --git a/debian/control b/debian/control index 4a1608b..853db59 100644 --- a/debian/control +++ b/debian/control @@ -10,10 +10,10 @@ Build-Depends: cmake (>= 3.0.2), debhelper (>= 9), libfm-dev (>= 1.2.0), libglib2.0-dev, - liblxqt0-dev (>= 0.9.0+20150911), + liblxqt0-dev (>= 0.9.0+20151026), libmenu-cache-dev, libqt5x11extras5-dev, - libqt5xdg-dev, + libqt5xdg-dev (>= 1.3.0), libx11-dev, pkg-config, qttools5-dev, diff --git a/debian/docs b/debian/docs index 6f12db5..0b6e0f3 100644 --- a/debian/docs +++ b/debian/docs @@ -1,2 +1,2 @@ AUTHORS -README +README.md diff --git a/debian/libfm-qt5-2.symbols b/debian/libfm-qt5-2.symbols index ff2835a..17ec3cb 100644 --- a/debian/libfm-qt5-2.symbols +++ b/debian/libfm-qt5-2.symbols @@ -489,6 +489,7 @@ libfm-qt5.so.2 libfm-qt5-2 #MINVER# (c++)"Fm::PlacesView::onEjectButtonClicked(Fm::PlacesModelItem*)@Base" 0.9.0+20150903 (c++)"Fm::PlacesView::onEjectVolume()@Base" 0.9.0+20150903 (c++)"Fm::PlacesView::onEmptyTrash()@Base" 0.9.0+20150903 + (c++)"Fm::PlacesView::onIconSizeChanged(QSize const&)@Base" 0.9.0+20151031 (c++)"Fm::PlacesView::onMountVolume()@Base" 0.9.0+20150903 (c++)"Fm::PlacesView::onMoveBookmarkDown()@Base" 0.9.0+20150903 (c++)"Fm::PlacesView::onMoveBookmarkUp()@Base" 0.9.0+20150903 diff --git a/debian/pcmanfm.menu b/debian/pcmanfm.menu deleted file mode 100644 index ac2fafa..0000000 --- a/debian/pcmanfm.menu +++ /dev/null @@ -1,4 +0,0 @@ -?package(pcmanfm-qt):needs="X11" section="Applications/File Management"\ - title="PCManFM-Qt" longtitle="Real Tabbed File Manager"\ - description="PCMan File Manager is an extremely fast and lightweight Qt based file manager."\ - command="/usr/bin/pcmanfm-qt" hints="File manager" diff --git a/libfm-qt/folderview.cpp b/libfm-qt/folderview.cpp index 97fb825..43249ab 100644 --- a/libfm-qt/folderview.cpp +++ b/libfm-qt/folderview.cpp @@ -181,7 +181,7 @@ FolderViewTreeView::FolderViewTreeView(QWidget* parent): doingLayout_(false), activationAllowed_(true) { - header()->setStretchLastSection(false); + header()->setStretchLastSection(true); setIndentation(0); connect(this, &QTreeView::activated, this, &FolderViewTreeView::activation); @@ -242,44 +242,46 @@ void FolderViewTreeView::layoutColumns() { // get the width that every column want int numCols = headerView->count(); - int* widths = new int[numCols]; // array to store the widths every column needs - int column; - for(column = 0; column < numCols; ++column) { - int columnId = headerView->logicalIndex(column); - // get the size that the column needs - widths[column] = sizeHintForColumn(columnId); - } - - // the best case is every column can get its full width - for(column = 0; column < numCols; ++column) { - desiredWidth += widths[column]; - } + if(numCols > 0) { + int* widths = new int[numCols]; // array to store the widths every column needs + int column; + for(column = 0; column < numCols; ++column) { + int columnId = headerView->logicalIndex(column); + // get the size that the column needs + widths[column] = sizeHintForColumn(columnId); + // compute the total width needed + desiredWidth += widths[column]; + } - // if the total witdh we want exceeds the available space - if(desiredWidth > availWidth) { - // we don't have that much space for every column int filenameColumn = headerView->visualIndex(FolderModel::ColumnFileName); - // shrink the filename column first - desiredWidth -= widths[filenameColumn]; // total width of all other columns - - // see if setting the width of the filename column to 200 solve the problem - if(desiredWidth + 200 > availWidth) { - // even when we reduce the width of the filename column to 200, - // the available space is not enough. So we give up trying. - widths[filenameColumn] = 200; + // if the total witdh we want exceeds the available space + if(desiredWidth > availWidth) { + // Compute the width available for the filename column + int filenameAvailWidth = availWidth - desiredWidth + widths[filenameColumn]; + + // Compute the minimum acceptable width for the filename column + int filenameMinWidth = qMin(200, sizeHintForColumn(filenameColumn)); + + if (filenameAvailWidth > filenameMinWidth) { + // Shrink the filename column to the available width + widths[filenameColumn] = filenameAvailWidth; + } + else { + // Set the filename column to its minimum width + widths[filenameColumn] = filenameMinWidth; + } } - else { // we still have more space, so the width of filename column can be increased - // expand the filename column to fill all available space. - widths[filenameColumn] = availWidth - desiredWidth; + else { + // Fill the extra available space with the filename column + widths[filenameColumn] += availWidth - desiredWidth; } - } - // really do the resizing for every column - for(int column = 0; column < numCols; ++column) { - headerView->resizeSection(column, widths[column]); + // really do the resizing for every column + for(int column = 0; column < numCols; ++column) { + headerView->resizeSection(column, widths[column]); + } + delete []widths; } - - delete []widths; doingLayout_ = false; if(layoutTimer_) { diff --git a/libfm-qt/placesview.cpp b/libfm-qt/placesview.cpp index 9ea93a9..9bfab22 100644 --- a/libfm-qt/placesview.cpp +++ b/libfm-qt/placesview.cpp @@ -49,7 +49,7 @@ PlacesView::PlacesView(QWidget* parent): QHeaderView* headerView = header(); headerView->setSectionResizeMode(0, QHeaderView::Stretch); - headerView->setSectionResizeMode(1, QHeaderView::ResizeToContents); + headerView->setSectionResizeMode(1, QHeaderView::Fixed); headerView->setStretchLastSection(false); expandAll(); @@ -64,6 +64,10 @@ PlacesView::PlacesView(QWidget* parent): setAcceptDrops(true); setDragEnabled(true); + + // update the umount button's column width based on icon size + onIconSizeChanged(iconSize()); + connect(this, &QAbstractItemView::iconSizeChanged, this, &PlacesView::onIconSizeChanged); } PlacesView::~PlacesView() { @@ -112,6 +116,10 @@ void PlacesView::onPressed(const QModelIndex& index) { } } +void PlacesView::onIconSizeChanged(const QSize& size) { + setColumnWidth(1, size.width() + 5); +} + void PlacesView::onEjectButtonClicked(PlacesModelItem* item) { // The eject button is clicked for a device item (volume or mount) if(item->type() == PlacesModelItem::Volume) { @@ -147,6 +155,8 @@ void PlacesView::onClicked(const QModelIndex& index) { onEjectButtonClicked(item); } } + else + activateRow(0, index.sibling(index.row(), 0)); } } diff --git a/libfm-qt/placesview.h b/libfm-qt/placesview.h index f2be686..f661484 100644 --- a/libfm-qt/placesview.h +++ b/libfm-qt/placesview.h @@ -57,6 +57,7 @@ Q_SIGNALS: protected Q_SLOTS: void onClicked(const QModelIndex & index); void onPressed(const QModelIndex & index); + void onIconSizeChanged(const QSize & size); // void onMountOperationFinished(GError* error); void onOpenNewTab(); diff --git a/libfm-qt/sidepane.cpp b/libfm-qt/sidepane.cpp index 4929469..25ed0c4 100644 --- a/libfm-qt/sidepane.cpp +++ b/libfm-qt/sidepane.cpp @@ -74,6 +74,7 @@ void SidePane::setIconSize(QSize size) { iconSize_ = size; switch(mode_) { case ModePlaces: + static_cast(view_)->setIconSize(size); case ModeDirTree: static_cast(view_)->setIconSize(size); break; diff --git a/libfm-qt/translations/libfm-qt.ts b/libfm-qt/translations/libfm-qt.ts index 2d65b0e..918ea9d 100644 --- a/libfm-qt/translations/libfm-qt.ts +++ b/libfm-qt/translations/libfm-qt.ts @@ -391,83 +391,83 @@ What do you want to do with it? Fm::FileMenu - + Open - + Open With... - + Other Applications - + Create &New - + &Restore - + Cut - + Copy - + Paste - - + + &Move to Trash - + Rename - + Extract to... - + Extract Here - + Compress - + Properties - + Output - + &Delete @@ -628,6 +628,24 @@ Do you want to delete them instead? + + Fm::FileSearchDialog + + + Error + + + + + You should add at least add one directory to search. + + + + + Select a folder + + + Fm::FolderMenu @@ -806,53 +824,53 @@ Do you want to delete them instead? Fm::PlacesView - + Open in New Tab - + Open in New Window - + Empty Trash - + Move Bookmark Up - + Move Bookmark Down - + Rename Bookmark - + Remove Bookmark - - + + Unmount - + Mount - + Eject @@ -894,23 +912,23 @@ Modified: %3 Fm::SidePane - + Places - + Directory Tree - + Shows list of common places, devices, and bookmarks in sidebar - + Shows tree of directories in sidebar @@ -976,10 +994,10 @@ Modified: %3 - - + + Error @@ -1067,4 +1085,181 @@ Modified: %3 + + SearchDialog + + + Search Files + + + + + Name/Location + + + + + File Name Patterns: + + + + + * + + + + + Case insensitive + + + + + Use regular expression + + + + + Places to Search: + + + + + &Add + + + + + &Remove + + + + + Search in sub directories + + + + + Search for hidden files + + + + + File Type + + + + + Only search for files of following types: + + + + + Text files + + + + + Image files + + + + + Audio files + + + + + Video files + + + + + Documents + + + + + Folders + + + + + Content + + + + + File contains: + + + + + Case insensiti&ve + + + + + &Use regular expression + + + + + Properties + + + + + File Size: + + + + + Larger than: + + + + + + Bytes + + + + + + KiB + + + + + + MiB + + + + + + GiB + + + + + Smaller than: + + + + + Last Modified Time: + + + + + Earlier than: + + + + + Later than: + + + diff --git a/libfm-qt/translations/libfm-qt_ar.ts b/libfm-qt/translations/libfm-qt_ar.ts index ff09aab..d834066 100644 --- a/libfm-qt/translations/libfm-qt_ar.ts +++ b/libfm-qt/translations/libfm-qt_ar.ts @@ -391,83 +391,83 @@ What do you want to do with it? Fm::FileMenu - + Open - + Cut - + Copy - + Paste - - + + &Move to Trash - + Output - + &Delete - + Rename - + Open With... - + Other Applications - + Create &New - + &Restore - + Extract to... - + Extract Here - + Compress - + Properties @@ -628,6 +628,24 @@ Do you want to delete them instead? + + Fm::FileSearchDialog + + + Error + + + + + You should add at least add one directory to search. + + + + + Select a folder + + + Fm::FolderMenu @@ -806,53 +824,53 @@ Do you want to delete them instead? Fm::PlacesView - + Empty Trash - + Open in New Tab - + Open in New Window - + Move Bookmark Up - + Move Bookmark Down - + Rename Bookmark - + Remove Bookmark - - + + Unmount - + Mount - + Eject @@ -894,23 +912,23 @@ Modified: %3 Fm::SidePane - + Places - + Directory Tree - + Shows list of common places, devices, and bookmarks in sidebar - + Shows tree of directories in sidebar @@ -966,10 +984,10 @@ Modified: %3 QObject - - + + Error @@ -1067,4 +1085,181 @@ Modified: %3 + + SearchDialog + + + Search Files + + + + + Name/Location + + + + + File Name Patterns: + + + + + * + + + + + Case insensitive + + + + + Use regular expression + + + + + Places to Search: + + + + + &Add + + + + + &Remove + + + + + Search in sub directories + + + + + Search for hidden files + + + + + File Type + + + + + Only search for files of following types: + + + + + Text files + + + + + Image files + + + + + Audio files + + + + + Video files + + + + + Documents + + + + + Folders + + + + + Content + + + + + File contains: + + + + + Case insensiti&ve + + + + + &Use regular expression + + + + + Properties + + + + + File Size: + + + + + Larger than: + + + + + + Bytes + + + + + + KiB + + + + + + MiB + + + + + + GiB + + + + + Smaller than: + + + + + Last Modified Time: + + + + + Earlier than: + + + + + Later than: + + + diff --git a/libfm-qt/translations/libfm-qt_cs_CZ.ts b/libfm-qt/translations/libfm-qt_cs_CZ.ts index 30c140e..8530d28 100644 --- a/libfm-qt/translations/libfm-qt_cs_CZ.ts +++ b/libfm-qt/translations/libfm-qt_cs_CZ.ts @@ -310,12 +310,12 @@ Folder - + Adresář Blank File - + Prázdný soubor @@ -397,83 +397,83 @@ What do you want to do with it? Fm::FileMenu - + Open Otevřít - + Create &New - + Vytvořit &nový - + &Restore O&bnovit - + Cut Vyjmout - + Copy Kopírovat - + Paste Vložit - - + + &Move to Trash Přesunout do &koše - + Output Výstup - + &Delete &Smazat - + Rename Přejmenovat - + Open With... Otevřít v ... - + Other Applications Ostatní programy - + Extract to... Rozbalit do ... - + Extract Here Rozbalit sem - + Compress Komprimovat - + Properties Vlastnosti @@ -602,7 +602,7 @@ Chceš je odstranit trvale? Read - + Čtení @@ -635,10 +635,28 @@ Chceš je odstranit trvale? + + Fm::FileSearchDialog + + + Error + Chyba + + + + You should add at least add one directory to search. + + + + + Select a folder + + + Fm::FolderMenu - + Create &New Vytvořit &nový @@ -673,57 +691,55 @@ Chceš je odstranit trvale? Vlastnosti sl&ožky - Folder - Adresář + Adresář - Blank File - Prázdný soubor + Prázdný soubor - + By File Name Podle jména - + By Modification Time Podle času - + By File Size Podle velikosti - + By File Type Podle typu - + By File Owner Podle vlastníka - + Ascending Vzestupně - + Descending sestupně - + Folder First Adresáře jako první - + Case Sensitive Zohlednit velikost písmen @@ -823,7 +839,7 @@ Chceš je odstranit trvale? Fm::PlacesView - + Empty Trash Vysypat koš @@ -836,48 +852,48 @@ Chceš je odstranit trvale? Smazat - + Open in New Tab Otevřít v novém panelu - + Open in New Window Otevřít v novém okně - + Move Bookmark Up Přesunout záložku nahoru - + Move Bookmark Down Přesunout záložku dolů - + Rename Bookmark Přejmenovat záložku - + Remove Bookmark Odstranit záložku - - + + Unmount Odpojit - + Mount Připojit - + Eject Vysunout @@ -918,24 +934,24 @@ Modified: %3 Fm::SidePane - - + + Places Místa - - + + Directory Tree Strom adresářů - + Shows list of common places, devices, and bookmarks in sidebar Zobrazit seznam obvyklých míst, zařízení a záložek v postranní liště - + Shows tree of directories in sidebar Zobrazit strom adresářů v postranní liště @@ -994,7 +1010,7 @@ Modified: %3 - + Error Chyba @@ -1092,4 +1108,181 @@ Modified: %3 Použij tuto volbu pro všechny soubory + + SearchDialog + + + Search Files + + + + + Name/Location + + + + + File Name Patterns: + + + + + * + + + + + Case insensitive + + + + + Use regular expression + + + + + Places to Search: + + + + + &Add + + + + + &Remove + + + + + Search in sub directories + + + + + Search for hidden files + + + + + File Type + + + + + Only search for files of following types: + + + + + Text files + + + + + Image files + + + + + Audio files + + + + + Video files + + + + + Documents + + + + + Folders + + + + + Content + + + + + File contains: + + + + + Case insensiti&ve + + + + + &Use regular expression + + + + + Properties + Vlastnosti + + + + File Size: + + + + + Larger than: + + + + + + Bytes + + + + + + KiB + + + + + + MiB + + + + + + GiB + + + + + Smaller than: + + + + + Last Modified Time: + + + + + Earlier than: + + + + + Later than: + + + diff --git a/libfm-qt/translations/libfm-qt_de.ts b/libfm-qt/translations/libfm-qt_de.ts index 0c51fbb..911d606 100644 --- a/libfm-qt/translations/libfm-qt_de.ts +++ b/libfm-qt/translations/libfm-qt_de.ts @@ -398,83 +398,83 @@ Was möchten Sie damit tun? Fm::FileMenu - + Open Öffnen - + Create &New &Neu erstellen - + &Restore Wiede&rherstellen - + Cut Ausschneiden - + Copy Kopieren - + Paste Einfügen - - + + &Move to Trash In den &Papierkorb verschieben - + Output Ausgabe - + &Delete &Löschen - + Rename Umbenennen - + Open With... Öffnen mit... - + Other Applications Andere Anwendungen - + Extract to... Entpacken nach... - + Extract Here Hier entpacken - + Compress Komprimieren - + Properties Eigenschaften @@ -636,6 +636,24 @@ Sollen die Dateien stattdessen gelöscht werden? Möchten Sie die Änderungen auf alle Dateien und Unterverzeichnisse anwenden? + + Fm::FileSearchDialog + + + Error + Fehler + + + + You should add at least add one directory to search. + + + + + Select a folder + + + Fm::FolderMenu @@ -822,7 +840,7 @@ Sollen die Dateien stattdessen gelöscht werden? Fm::PlacesView - + Empty Trash Papierkorb leeren @@ -835,48 +853,48 @@ Sollen die Dateien stattdessen gelöscht werden? Löschen - + Open in New Tab Öffnen in neuem Tab - + Open in New Window Öffnen in neuem Fenster - + Move Bookmark Up Nach oben verschieben - + Move Bookmark Down Nach unten verschieben - + Rename Bookmark Lesezeichen umbenennen - + Remove Bookmark Lesezeichen entfernen - - + + Unmount Aushängen - + Mount Einhängen - + Eject Auswerfen @@ -922,23 +940,23 @@ Geändert: %3 Fm::SidePane - + Places Orte - + Directory Tree Verzeichnisbaum - + Shows list of common places, devices, and bookmarks in sidebar Zeigt eine Liste diverser Orte, Geräte und Lesezeichen in der Seitenleiste - + Shows tree of directories in sidebar Zeigt einen Verzeichnisbaum in der Seitenleiste @@ -994,10 +1012,10 @@ Geändert: %3 QObject - - + + Error Fehler @@ -1095,4 +1113,181 @@ Geändert: %3 Diese Aktion auf alle existierenden Dateien anwenden + + SearchDialog + + + Search Files + + + + + Name/Location + + + + + File Name Patterns: + + + + + * + + + + + Case insensitive + + + + + Use regular expression + + + + + Places to Search: + + + + + &Add + + + + + &Remove + + + + + Search in sub directories + + + + + Search for hidden files + + + + + File Type + + + + + Only search for files of following types: + + + + + Text files + + + + + Image files + + + + + Audio files + + + + + Video files + + + + + Documents + + + + + Folders + + + + + Content + + + + + File contains: + + + + + Case insensiti&ve + + + + + &Use regular expression + + + + + Properties + Eigenschaften + + + + File Size: + + + + + Larger than: + + + + + + Bytes + + + + + + KiB + + + + + + MiB + + + + + + GiB + + + + + Smaller than: + + + + + Last Modified Time: + + + + + Earlier than: + + + + + Later than: + + + diff --git a/libfm-qt/translations/libfm-qt_el.ts b/libfm-qt/translations/libfm-qt_el.ts index 44e1eb5..342e26e 100644 --- a/libfm-qt/translations/libfm-qt_el.ts +++ b/libfm-qt/translations/libfm-qt_el.ts @@ -305,6 +305,19 @@ Επιλέξτε μια εφαρμογή για το άνοιγμα των αρχείων «%1» + + Fm::CreateNewMenu + + + Folder + Φάκελος + + + + Blank File + Κενό αρχείο + + Fm::DirTreeModel @@ -318,6 +331,24 @@ <No sub folders> + + Fm::DirTreeView + + + Open in New T&ab + + + + + Open in New Win&dow + + + + + Open in Termina&l + + + Fm::DndActionMenu @@ -367,78 +398,83 @@ What do you want to do with it? Fm::FileMenu - + Open Άνοιγμα - + Open With... Άνοιγμα με... - + Other Applications Άλλες εφαρμογές - + + Create &New + Δημιουργία &νέου + + + &Restore &Επαναφορά - + Cut Αποκοπή - + Copy Αντιγραφή - + Paste Επικόλληση - - + + &Move to Trash &Μετακίνηση στα απορρίμματα - + Rename Μετονομασία - + Extract to... Εξαγωγή σε... - + Extract Here Εξαγωγή εδώ - + Compress Συμπίεση - + Properties Ιδιότητες - + Output Έξοδος - + &Delete &Διαγραφή @@ -600,10 +636,28 @@ Do you want to delete them instead? Θέλετε να εφαρμόσετε αναδρομικά αυτές τις αλλαγές σε όλα τα αρχεία και υποφακέλους; + + Fm::FileSearchDialog + + + Error + Σφάλμα + + + + You should add at least add one directory to search. + + + + + Select a folder + + + Fm::FolderMenu - + Create &New Δημιουργία &νέου @@ -638,57 +692,55 @@ Do you want to delete them instead? Ι&διότητες του φακέλου - Folder - Φάκελος + Φάκελος - Blank File - Κενό αρχείο + Κενό αρχείο - + By File Name Ανά όνομα αρχείου - + By Modification Time Ανά χρόνο τροποποίησης - + By File Size Ανά μέγεθος αρχείου - + By File Type Ανά τύπο αρχείου - + By File Owner Ανά ιδιοκτήτη αρχείου - + Ascending Αύξουσα - + Descending Φθίνουσα - + Folder First Οι φάκελοι πρώτα - + Case Sensitive Διάκριση πεζών/κεφαλαίων @@ -788,53 +840,53 @@ Do you want to delete them instead? Fm::PlacesView - + Open in New Tab Άνοιγμα σε νέα καρτέλα - + Open in New Window Άνοιγμα σε νέο παράθυρο - + Empty Trash Άδειασμα των απορριμμάτων - + Move Bookmark Up Μετακίνηση του σελιδοδείκτη προς τα πάνω - + Move Bookmark Down Μετακίνηση του σελιδοδείκτη προς τα κάτω - + Rename Bookmark Μετονομασία σελιδοδείκτη - + Remove Bookmark Αφαίρεση σελιδοδείκτη - - + + Unmount Αποπροσάρτηση - + Mount Προσάρτηση - + Eject Εξαγωγή @@ -879,24 +931,24 @@ Modified: %3 Fm::SidePane - - + + Places Τοποθεσίες - - + + Directory Tree Δέντρο καταλόγων - + Shows list of common places, devices, and bookmarks in sidebar Εμφανίζει τη λίστα με τις κοινές τοποθεσίες, συσκευές, και σελιδοδείκτες στην πλευρική στήλη - + Shows tree of directories in sidebar Εμφανίζει ένα δέντρο των καταλόγων στην πλευρική στήλη @@ -965,7 +1017,7 @@ Modified: %3 - + Error Σφάλμα @@ -1053,4 +1105,181 @@ Modified: %3 Εφαρμογή της επιλογής σε όλα τα υπάρχοντα αρχεία + + SearchDialog + + + Search Files + + + + + Name/Location + + + + + File Name Patterns: + + + + + * + + + + + Case insensitive + + + + + Use regular expression + + + + + Places to Search: + + + + + &Add + + + + + &Remove + + + + + Search in sub directories + + + + + Search for hidden files + + + + + File Type + + + + + Only search for files of following types: + + + + + Text files + + + + + Image files + + + + + Audio files + + + + + Video files + + + + + Documents + + + + + Folders + + + + + Content + + + + + File contains: + + + + + Case insensiti&ve + + + + + &Use regular expression + + + + + Properties + Ιδιότητες + + + + File Size: + + + + + Larger than: + + + + + + Bytes + + + + + + KiB + + + + + + MiB + + + + + + GiB + + + + + Smaller than: + + + + + Last Modified Time: + + + + + Earlier than: + + + + + Later than: + + + diff --git a/libfm-qt/translations/libfm-qt_es.ts b/libfm-qt/translations/libfm-qt_es.ts index 0d8ae4f..95a7a51 100644 --- a/libfm-qt/translations/libfm-qt_es.ts +++ b/libfm-qt/translations/libfm-qt_es.ts @@ -398,83 +398,83 @@ What do you want to do with it? Fm::FileMenu - + Open Abrir - + Open With... Abrir con... - + Other Applications Otras Aplicaciones - + Create &New Crear &Nuevo - + &Restore &Restaurar - + Cut Cortar - + Copy Copiar - + Paste Pegar - - + + &Move to Trash &Mover a la Papelera - + Rename Renombrar - + Extract to... Extraer en... - + Extract Here Extraer aquí - + Compress Comprimir - + Properties Propiedades - + Output Salida - + &Delete &Borrar @@ -636,6 +636,24 @@ Do you want to delete them instead? ¿Quiere aplicar los cambios a todos los archivos y subdirectorios? + + Fm::FileSearchDialog + + + Error + Error + + + + You should add at least add one directory to search. + + + + + Select a folder + + + Fm::FolderMenu @@ -822,7 +840,7 @@ Do you want to delete them instead? Fm::PlacesView - + Empty Trash Vaciar Papelera @@ -835,48 +853,48 @@ Do you want to delete them instead? Borrar - + Open in New Tab - + Open in New Window - + Move Bookmark Up - + Move Bookmark Down - + Rename Bookmark - + Remove Bookmark - - + + Unmount Desmontar - + Mount Montar - + Eject Expulsar @@ -922,23 +940,23 @@ Modificado: %3 Fm::SidePane - + Places Lugares - + Directory Tree Árbol de Directorios - + Shows list of common places, devices, and bookmarks in sidebar Muestra lista de lugares comunes, dispositivos y marcadores en la barra lateral - + Shows tree of directories in sidebar Muestra árbol de directorios en barra lateral @@ -994,10 +1012,10 @@ Modificado: %3 QObject - - + + Error Error @@ -1095,4 +1113,181 @@ Modificado: %3 Aplicar esta opción a todos los archivos + + SearchDialog + + + Search Files + + + + + Name/Location + + + + + File Name Patterns: + + + + + * + + + + + Case insensitive + + + + + Use regular expression + + + + + Places to Search: + + + + + &Add + + + + + &Remove + + + + + Search in sub directories + + + + + Search for hidden files + + + + + File Type + + + + + Only search for files of following types: + + + + + Text files + + + + + Image files + + + + + Audio files + + + + + Video files + + + + + Documents + + + + + Folders + + + + + Content + + + + + File contains: + + + + + Case insensiti&ve + + + + + &Use regular expression + + + + + Properties + Propiedades + + + + File Size: + + + + + Larger than: + + + + + + Bytes + + + + + + KiB + + + + + + MiB + + + + + + GiB + + + + + Smaller than: + + + + + Last Modified Time: + + + + + Earlier than: + + + + + Later than: + + + diff --git a/libfm-qt/translations/libfm-qt_fr.ts b/libfm-qt/translations/libfm-qt_fr.ts index 7b6ed6f..fb0172c 100644 --- a/libfm-qt/translations/libfm-qt_fr.ts +++ b/libfm-qt/translations/libfm-qt_fr.ts @@ -391,7 +391,7 @@ What do you want to do with it? Fm::FileMenu - + Open Ouvrir @@ -400,78 +400,78 @@ What do you want to do with it? OpenWith - + Cut Couper - + Copy Copier - + Paste Coller - - + + &Move to Trash &Mettre à la corbeille - + Output - + &Delete &Supprimer - + Rename Renommer - + Open With... - + Other Applications - + Create &New Créer un &nouveau - + &Restore - + Extract to... Extraire vers... - + Extract Here Extraire ici - + Compress Compresser - + Properties Propriétés @@ -633,6 +633,24 @@ Voulez-vous plutôt les supprimer ? Voulez-vous appliquer ces changements récursivement à tous les fichiers et sous-dossiers ? + + Fm::FileSearchDialog + + + Error + Erreur + + + + You should add at least add one directory to search. + + + + + Select a folder + + + Fm::FolderMenu @@ -819,7 +837,7 @@ Voulez-vous plutôt les supprimer ? Fm::PlacesView - + Empty Trash @@ -832,48 +850,48 @@ Voulez-vous plutôt les supprimer ? Supprimer - + Open in New Tab - + Open in New Window - + Move Bookmark Up - + Move Bookmark Down - + Rename Bookmark - + Remove Bookmark - - + + Unmount Démonter - + Mount Monter - + Eject Éjecter @@ -919,23 +937,23 @@ Modification : %3 Fm::SidePane - + Places Emplacements - + Directory Tree - + Shows list of common places, devices, and bookmarks in sidebar - + Shows tree of directories in sidebar @@ -991,10 +1009,10 @@ Modification : %3 QObject - - + + Error Erreur @@ -1092,4 +1110,181 @@ Modification : %3 Appliquer cette option à tous les fichiers existants + + SearchDialog + + + Search Files + + + + + Name/Location + + + + + File Name Patterns: + + + + + * + + + + + Case insensitive + + + + + Use regular expression + + + + + Places to Search: + + + + + &Add + + + + + &Remove + + + + + Search in sub directories + + + + + Search for hidden files + + + + + File Type + + + + + Only search for files of following types: + + + + + Text files + + + + + Image files + + + + + Audio files + + + + + Video files + + + + + Documents + + + + + Folders + + + + + Content + + + + + File contains: + + + + + Case insensiti&ve + + + + + &Use regular expression + + + + + Properties + Propriétés + + + + File Size: + + + + + Larger than: + + + + + + Bytes + + + + + + KiB + + + + + + MiB + + + + + + GiB + + + + + Smaller than: + + + + + Last Modified Time: + + + + + Earlier than: + + + + + Later than: + + + diff --git a/libfm-qt/translations/libfm-qt_gl.ts b/libfm-qt/translations/libfm-qt_gl.ts index 0b2eaa3..dc63ec8 100644 --- a/libfm-qt/translations/libfm-qt_gl.ts +++ b/libfm-qt/translations/libfm-qt_gl.ts @@ -391,7 +391,7 @@ What do you want to do with it? Fm::FileMenu - + Open Abrir @@ -400,78 +400,78 @@ What do you want to do with it? Abrir con - + Cut Cortar - + Copy Copiar - + Paste Pegar - - + + &Move to Trash Deitar no lixo - + Output - + &Delete &Eliminar - + Rename Renomear - + Open With... - + Other Applications - + Create &New Crear &novo - + &Restore - + Extract to... Extraer en… - + Extract Here Extraer aquí - + Compress Comprimir - + Properties Propiedades @@ -633,6 +633,24 @@ Desexa eliminalos no seu canto? Quere aplicar recursivamente estes cambios a todos os ficheiros e subcartafoles? + + Fm::FileSearchDialog + + + Error + Erro + + + + You should add at least add one directory to search. + + + + + Select a folder + + + Fm::FolderMenu @@ -819,7 +837,7 @@ Desexa eliminalos no seu canto? Fm::PlacesView - + Empty Trash @@ -832,48 +850,48 @@ Desexa eliminalos no seu canto? Eliminar - + Open in New Tab - + Open in New Window - + Move Bookmark Up - + Move Bookmark Down - + Rename Bookmark - + Remove Bookmark - - + + Unmount Desmontar - + Mount Montar - + Eject Expulsar @@ -919,23 +937,23 @@ Modificado: %3 Fm::SidePane - + Places Lugares - + Directory Tree - + Shows list of common places, devices, and bookmarks in sidebar - + Shows tree of directories in sidebar @@ -991,10 +1009,10 @@ Modificado: %3 QObject - - + + Error Erro @@ -1092,4 +1110,181 @@ Modificado: %3 Aplicar esta opción a todos os ficheiros existentes + + SearchDialog + + + Search Files + + + + + Name/Location + + + + + File Name Patterns: + + + + + * + + + + + Case insensitive + + + + + Use regular expression + + + + + Places to Search: + + + + + &Add + + + + + &Remove + + + + + Search in sub directories + + + + + Search for hidden files + + + + + File Type + + + + + Only search for files of following types: + + + + + Text files + + + + + Image files + + + + + Audio files + + + + + Video files + + + + + Documents + + + + + Folders + + + + + Content + + + + + File contains: + + + + + Case insensiti&ve + + + + + &Use regular expression + + + + + Properties + Propiedades + + + + File Size: + + + + + Larger than: + + + + + + Bytes + + + + + + KiB + + + + + + MiB + + + + + + GiB + + + + + Smaller than: + + + + + Last Modified Time: + + + + + Earlier than: + + + + + Later than: + + + diff --git a/libfm-qt/translations/libfm-qt_hu.ts b/libfm-qt/translations/libfm-qt_hu.ts index 05ee103..50154d7 100644 --- a/libfm-qt/translations/libfm-qt_hu.ts +++ b/libfm-qt/translations/libfm-qt_hu.ts @@ -398,83 +398,83 @@ Mi legyen vele? Fm::FileMenu - + Open Nyit - + Create &New &Új létrehozása - + &Restore &Visszavon - + Cut Kivág - + Copy Másol - + Paste Beilleszt - - + + &Move to Trash Kukába &mozgat - + Output Kimenet - + &Delete &Töröl - + Rename Átnevez - + Open With... Megnyitás ezzel... - + Other Applications Más alkalmazások - + Extract to... Kibontás... - + Extract Here Kibontás ide - + Compress Csomagolás - + Properties Tulajdonságok @@ -636,6 +636,24 @@ Töröljük őket véglegesen? Minden mappára és fájlra alkalmazzuk a változtatásokat? + + Fm::FileSearchDialog + + + Error + Hiba + + + + You should add at least add one directory to search. + + + + + Select a folder + + + Fm::FolderMenu @@ -823,7 +841,7 @@ Töröljük őket véglegesen? Fm::PlacesView - + Empty Trash Kukaürítés @@ -836,48 +854,48 @@ Töröljük őket véglegesen? Töröl - + Open in New Tab - + Open in New Window - + Move Bookmark Up - + Move Bookmark Down - + Rename Bookmark - + Remove Bookmark - - + + Unmount Lecsatol - + Mount Csatol - + Eject Kidobat @@ -923,23 +941,23 @@ Módosítva: %3 Fm::SidePane - + Places Helyek - + Directory Tree Könyvtárfa - + Shows list of common places, devices, and bookmarks in sidebar Általános helyek, eszközök és könyvjelzők listája az oldalsávban - + Shows tree of directories in sidebar Könyvtárfa az oldalsávban @@ -995,10 +1013,10 @@ Módosítva: %3 QObject - - + + Error Hiba @@ -1096,4 +1114,181 @@ Módosítva: %3 Az összes fájlra vonatkozzon mindez + + SearchDialog + + + Search Files + + + + + Name/Location + + + + + File Name Patterns: + + + + + * + + + + + Case insensitive + + + + + Use regular expression + + + + + Places to Search: + + + + + &Add + + + + + &Remove + + + + + Search in sub directories + + + + + Search for hidden files + + + + + File Type + + + + + Only search for files of following types: + + + + + Text files + + + + + Image files + + + + + Audio files + + + + + Video files + + + + + Documents + + + + + Folders + + + + + Content + + + + + File contains: + + + + + Case insensiti&ve + + + + + &Use regular expression + + + + + Properties + Tulajdonságok + + + + File Size: + + + + + Larger than: + + + + + + Bytes + + + + + + KiB + + + + + + MiB + + + + + + GiB + + + + + Smaller than: + + + + + Last Modified Time: + + + + + Earlier than: + + + + + Later than: + + + diff --git a/libfm-qt/translations/libfm-qt_it.ts b/libfm-qt/translations/libfm-qt_it.ts index a0d8067..585fdb9 100644 --- a/libfm-qt/translations/libfm-qt_it.ts +++ b/libfm-qt/translations/libfm-qt_it.ts @@ -398,87 +398,87 @@ Cosa vuoi fare? Fm::FileMenu - + Open Apri OpenWith - ApriCon + ApriCon - + Cut Taglia - + Copy Copia - + Paste Incolla - - + + &Move to Trash Cestin&a - + Output Risultato - + &Delete &Rimuovi - + Rename Rinomina - + Open With... Apri con... - + Other Applications Altre applicazioni - + Create &New Crea &nuovo - + &Restore &Ripristina - + Extract to... Estrai in... - + Extract Here Estrai qui - + Compress Comprimi - + Properties Proprietà @@ -640,6 +640,24 @@ Vuoi invece eliminarli? Applicare ricorsivamente queste modifiche a tutti i file e a tutte le sotto-cartelle? + + Fm::FileSearchDialog + + + Error + Errore + + + + You should add at least add one directory to search. + + + + + Select a folder + + + Fm::FolderMenu @@ -679,11 +697,11 @@ Vuoi invece eliminarli? Folder - Cartella + Cartella File - File + File @@ -826,61 +844,61 @@ Vuoi invece eliminarli? Fm::PlacesView - + Empty Trash Svuota cestino Rename - Rinomina + Rinomina Delete - Rimuovi + Rimuovi - + Open in New Tab Apri in una nuova scheda - + Open in New Window Apri in una nuova finestra - + Move Bookmark Up Sposta segnalibro insù - + Move Bookmark Down Sposta segnalibro giù - + Rename Bookmark Rinomina segnalibro - + Remove Bookmark Rimuovi segnalibro - - + + Unmount Smonta - + Mount Monta - + Eject Espelli @@ -926,23 +944,23 @@ Ultima modifica: %3 Fm::SidePane - + Places Luoghi - + Directory Tree Albero cartelle - + Shows list of common places, devices, and bookmarks in sidebar Mostra lista di luoghi, dispositivi e segnalibri nel panello laterale - + Shows tree of directories in sidebar Mostra albero delle cartelle nel panello laterale @@ -998,10 +1016,10 @@ Ultima modifica: %3 QObject - - + + Error Errore @@ -1099,4 +1117,181 @@ Ultima modifica: %3 Applica questa opzione a tutti i file esistenti + + SearchDialog + + + Search Files + + + + + Name/Location + + + + + File Name Patterns: + + + + + * + + + + + Case insensitive + + + + + Use regular expression + + + + + Places to Search: + + + + + &Add + + + + + &Remove + + + + + Search in sub directories + + + + + Search for hidden files + + + + + File Type + + + + + Only search for files of following types: + + + + + Text files + + + + + Image files + + + + + Audio files + + + + + Video files + + + + + Documents + + + + + Folders + + + + + Content + + + + + File contains: + + + + + Case insensiti&ve + + + + + &Use regular expression + + + + + Properties + Proprietà + + + + File Size: + + + + + Larger than: + + + + + + Bytes + + + + + + KiB + + + + + + MiB + + + + + + GiB + + + + + Smaller than: + + + + + Last Modified Time: + + + + + Earlier than: + + + + + Later than: + + + diff --git a/libfm-qt/translations/libfm-qt_ja.ts b/libfm-qt/translations/libfm-qt_ja.ts index 9bd3331..4dc001c 100644 --- a/libfm-qt/translations/libfm-qt_ja.ts +++ b/libfm-qt/translations/libfm-qt_ja.ts @@ -399,7 +399,7 @@ What do you want to do with it? Fm::FileMenu - + Open 開く @@ -408,78 +408,78 @@ What do you want to do with it? アプリケーションで開く - + Cut 切り取り - + Copy コピー - + Paste 貼り付け - - + + &Move to Trash ゴミ箱へ移動(&M) - + Output 出力 - + &Delete 削除(&D) - + Rename 名前を変更する - + Open With... アプリケーションで開く - + Other Applications その他のアプリケーション - + Create &New 新規作成 (&N) - + &Restore - + Extract to... 展開する - + Extract Here ここへ展開する - + Compress 圧縮する - + Properties プロパティー @@ -641,6 +641,24 @@ Do you want to delete them instead? 変更をすべてのファイルとサブフォルダーにも再帰的に適用しますか? + + Fm::FileSearchDialog + + + Error + エラー + + + + You should add at least add one directory to search. + + + + + Select a folder + + + Fm::FolderMenu @@ -831,7 +849,7 @@ Do you want to delete them instead? Fm::PlacesView - + Empty Trash ゴミ箱を空にする @@ -844,48 +862,48 @@ Do you want to delete them instead? 削除 - + Open in New Tab - + Open in New Window - + Move Bookmark Up - + Move Bookmark Down - + Rename Bookmark - + Remove Bookmark - - + + Unmount アンマウント - + Mount マウント - + Eject 取出し @@ -931,23 +949,23 @@ Modified: %3 Fm::SidePane - + Places 場所 - + Directory Tree ディレクトリーツリー - + Shows list of common places, devices, and bookmarks in sidebar サイドバーに、一般的な場所およびデバイス、ブックマークのリストを表示 - + Shows tree of directories in sidebar サイドバーにディレクトリーツリーを表示 @@ -1003,10 +1021,10 @@ Modified: %3 QObject - - + + Error エラー @@ -1104,4 +1122,181 @@ Modified: %3 既存のすべてのファイルにも適用する + + SearchDialog + + + Search Files + + + + + Name/Location + + + + + File Name Patterns: + + + + + * + + + + + Case insensitive + + + + + Use regular expression + + + + + Places to Search: + + + + + &Add + + + + + &Remove + + + + + Search in sub directories + + + + + Search for hidden files + + + + + File Type + + + + + Only search for files of following types: + + + + + Text files + + + + + Image files + + + + + Audio files + + + + + Video files + + + + + Documents + + + + + Folders + + + + + Content + + + + + File contains: + + + + + Case insensiti&ve + + + + + &Use regular expression + + + + + Properties + プロパティー + + + + File Size: + + + + + Larger than: + + + + + + Bytes + + + + + + KiB + + + + + + MiB + + + + + + GiB + + + + + Smaller than: + + + + + Last Modified Time: + + + + + Earlier than: + + + + + Later than: + + + diff --git a/libfm-qt/translations/libfm-qt_lt_LT.ts b/libfm-qt/translations/libfm-qt_lt_LT.ts index 514ccba..cf3e5b0 100644 --- a/libfm-qt/translations/libfm-qt_lt_LT.ts +++ b/libfm-qt/translations/libfm-qt_lt_LT.ts @@ -396,7 +396,7 @@ What do you want to do with it? Fm::FileMenu - + Open Atverti @@ -405,78 +405,78 @@ What do you want to do with it? Atverti su - + Cut Iškirpti - + Copy Kopijuoti - + Paste Įklijuoti - - + + &Move to Trash &Perkelti į šiukšlinę - + &Delete &Pašalinti - + Rename Pervadinti - + Create &New &Kurti naują - + Extract to... Išskleisti į... - + Extract Here Išskleisti čia - + Compress Archyvuoti - + Properties Savybės - + Open With... - + Other Applications - + Output - + &Restore @@ -643,6 +643,24 @@ Ar norite vietoje to juos pašalinti visam laikui? Ar norite rekursyviai pritaikyti šiuos pakeitimus visiems failams ir poaplankiams? + + Fm::FileSearchDialog + + + Error + Klaida + + + + You should add at least add one directory to search. + + + + + Select a folder + + + Fm::FolderMenu @@ -837,53 +855,53 @@ Ar norite vietoje to juos pašalinti visam laikui? Šalinami failai - + Open in New Tab - + Open in New Window - + Move Bookmark Up - + Move Bookmark Down - + Rename Bookmark - + Remove Bookmark - - + + Unmount Atjungti - + Mount Prijungti - + Eject Išstumti - + Empty Trash @@ -930,23 +948,23 @@ Keista: %2 {1 Fm::SidePane - + Places - + Directory Tree - + Shows list of common places, devices, and bookmarks in sidebar - + Shows tree of directories in sidebar @@ -1002,10 +1020,10 @@ Keista: %2 {1 QObject - - + + Error Klaida @@ -1103,4 +1121,181 @@ Keista: %2 {1 Pritaikyti šią nuostatą visiems failams + + SearchDialog + + + Search Files + + + + + Name/Location + + + + + File Name Patterns: + + + + + * + + + + + Case insensitive + + + + + Use regular expression + + + + + Places to Search: + + + + + &Add + + + + + &Remove + + + + + Search in sub directories + + + + + Search for hidden files + + + + + File Type + + + + + Only search for files of following types: + + + + + Text files + + + + + Image files + + + + + Audio files + + + + + Video files + + + + + Documents + + + + + Folders + + + + + Content + + + + + File contains: + + + + + Case insensiti&ve + + + + + &Use regular expression + + + + + Properties + Savybės + + + + File Size: + + + + + Larger than: + + + + + + Bytes + + + + + + KiB + + + + + + MiB + + + + + + GiB + + + + + Smaller than: + + + + + Last Modified Time: + + + + + Earlier than: + + + + + Later than: + + + diff --git a/libfm-qt/translations/libfm-qt_pl.ts b/libfm-qt/translations/libfm-qt_pl.ts index 73db024..eda8798 100644 --- a/libfm-qt/translations/libfm-qt_pl.ts +++ b/libfm-qt/translations/libfm-qt_pl.ts @@ -398,83 +398,83 @@ Co chcesz zrobić z tym plikiem? Fm::FileMenu - + Open Otwórz - + Create &New Utwórz &nowy - + &Restore &Przywróć - + Cut Wytnij - + Copy Kopiuj - + Paste Wklej - - + + &Move to Trash Przenieś do &kosza - + Output Wyjście - + &Delete &Usuń - + Rename Zmień nazwę - + Open With... Otwórz za pomocą... - + Other Applications Inny program - + Extract to... Rozpakuj do... - + Extract Here Rozpakuj tutaj - + Compress Skompresuj - + Properties Właściwości @@ -636,6 +636,24 @@ Czy zamiast tego usunąć te pliki? Czy chcesz rekursywnie zastosować zmiany do wszystkich plików i podkatalogów? + + Fm::FileSearchDialog + + + Error + Błąd + + + + You should add at least add one directory to search. + + + + + Select a folder + + + Fm::FolderMenu @@ -822,7 +840,7 @@ Czy zamiast tego usunąć te pliki? Fm::PlacesView - + Empty Trash Opróżnij kosz @@ -835,48 +853,48 @@ Czy zamiast tego usunąć te pliki? Usuń - + Open in New Tab - + Open in New Window - + Move Bookmark Up - + Move Bookmark Down - + Rename Bookmark - + Remove Bookmark - - + + Unmount Odmontuj - + Mount Montuj - + Eject Wysuń @@ -922,23 +940,23 @@ Zmodyfikowany: %3 Fm::SidePane - + Places Położenia - + Directory Tree Drzewo katalogów - + Shows list of common places, devices, and bookmarks in sidebar Pokazuje listę miejsc, urządzeń oraz zakładek w panelu bocznym - + Shows tree of directories in sidebar Pokazuje drzewo katalogów w panelu bocznym @@ -994,10 +1012,10 @@ Zmodyfikowany: %3 QObject - - + + Error Błąd @@ -1095,4 +1113,181 @@ Zmodyfikowany: %3 Zastosuj do wszystkich plików + + SearchDialog + + + Search Files + + + + + Name/Location + + + + + File Name Patterns: + + + + + * + + + + + Case insensitive + + + + + Use regular expression + + + + + Places to Search: + + + + + &Add + + + + + &Remove + + + + + Search in sub directories + + + + + Search for hidden files + + + + + File Type + + + + + Only search for files of following types: + + + + + Text files + + + + + Image files + + + + + Audio files + + + + + Video files + + + + + Documents + + + + + Folders + + + + + Content + + + + + File contains: + + + + + Case insensiti&ve + + + + + &Use regular expression + + + + + Properties + Właściwości + + + + File Size: + + + + + Larger than: + + + + + + Bytes + + + + + + KiB + + + + + + MiB + + + + + + GiB + + + + + Smaller than: + + + + + Last Modified Time: + + + + + Earlier than: + + + + + Later than: + + + diff --git a/libfm-qt/translations/libfm-qt_pt.ts b/libfm-qt/translations/libfm-qt_pt.ts index c8d43e9..485748d 100644 --- a/libfm-qt/translations/libfm-qt_pt.ts +++ b/libfm-qt/translations/libfm-qt_pt.ts @@ -398,7 +398,7 @@ O que pretende fazer com o ficheiro? Fm::FileMenu - + Open Abrir @@ -407,78 +407,78 @@ O que pretende fazer com o ficheiro? Abrir com - + Cut Cortar - + Copy Copiar - + Paste Colar - - + + &Move to Trash &Mover para o lixo - + Output Destino - + &Delete &Eliminar - + Rename Mudar nome - + Open With... Abrir com... - + Other Applications Outras aplicações - + Create &New Criar &novo(a) - + &Restore &Restaurar - + Extract to... Extrair para... - + Extract Here Extrair aqui - + Compress Comprimir - + Properties Propriedades @@ -640,6 +640,24 @@ Eliminar permanentemente? Pretende aplicar as alterações a todos os ficheiros e subpastas? + + Fm::FileSearchDialog + + + Error + Erro + + + + You should add at least add one directory to search. + + + + + Select a folder + + + Fm::FolderMenu @@ -830,7 +848,7 @@ Eliminar permanentemente? Fm::PlacesView - + Empty Trash Esvaziar lixo @@ -843,48 +861,48 @@ Eliminar permanentemente? Eliminar - + Open in New Tab - + Open in New Window - + Move Bookmark Up - + Move Bookmark Down - + Rename Bookmark - + Remove Bookmark - - + + Unmount Desmontar - + Mount Montar - + Eject Ejetar @@ -930,23 +948,23 @@ Modificado: %3 Fm::SidePane - + Places Locais - + Directory Tree Árvore de diretórios - + Shows list of common places, devices, and bookmarks in sidebar Mostra a lista de locais, dispositivos e marcadores na barra lateral - + Shows tree of directories in sidebar Mostra a árvore de diretórios na barra lateral @@ -1002,10 +1020,10 @@ Modificado: %3 QObject - - + + Error Erro @@ -1103,4 +1121,181 @@ Modificado: %3 Aplicar opção a todos os ficheiros existentes + + SearchDialog + + + Search Files + + + + + Name/Location + + + + + File Name Patterns: + + + + + * + + + + + Case insensitive + + + + + Use regular expression + + + + + Places to Search: + + + + + &Add + + + + + &Remove + + + + + Search in sub directories + + + + + Search for hidden files + + + + + File Type + + + + + Only search for files of following types: + + + + + Text files + + + + + Image files + + + + + Audio files + + + + + Video files + + + + + Documents + + + + + Folders + + + + + Content + + + + + File contains: + + + + + Case insensiti&ve + + + + + &Use regular expression + + + + + Properties + Propriedades + + + + File Size: + + + + + Larger than: + + + + + + Bytes + + + + + + KiB + + + + + + MiB + + + + + + GiB + + + + + Smaller than: + + + + + Last Modified Time: + + + + + Earlier than: + + + + + Later than: + + + diff --git a/libfm-qt/translations/libfm-qt_ru.ts b/libfm-qt/translations/libfm-qt_ru.ts index df1d7e2..1f386ec 100644 --- a/libfm-qt/translations/libfm-qt_ru.ts +++ b/libfm-qt/translations/libfm-qt_ru.ts @@ -832,53 +832,53 @@ Do you want to delete them instead? Fm::PlacesView - + Empty Trash Очистить корзину - + Open in New Tab Открыть в новой вкладке - + Open in New Window Открыть в новом окне - + Move Bookmark Up Сдвинуть закладку вверх - + Move Bookmark Down Сдвинуть закладку вниз - + Rename Bookmark Переименовать закладку - + Remove Bookmark Удалить закладку - - + + Unmount Отключить - + Mount Подключить - + Eject Извлечь @@ -924,23 +924,23 @@ Modified: %3 Fm::SidePane - + Places Места - + Directory Tree Дерево папок - + Shows list of common places, devices, and bookmarks in sidebar Показывает список обычных мест, устройств и закладок в боковой панели - + Shows tree of directories in sidebar Показывает дерево папок в боковой панели @@ -996,10 +996,10 @@ Modified: %3 QObject - - + + Error Ошибка diff --git a/libfm-qt/translations/libfm-qt_ru_RU.ts b/libfm-qt/translations/libfm-qt_ru_RU.ts index d52c09a..5f1cbba 100644 --- a/libfm-qt/translations/libfm-qt_ru_RU.ts +++ b/libfm-qt/translations/libfm-qt_ru_RU.ts @@ -832,53 +832,53 @@ Do you want to delete them instead? Fm::PlacesView - + Empty Trash Очистить корзину - + Open in New Tab Открыть в новой вкладке - + Open in New Window Открыть в новом окне - + Move Bookmark Up Сдвинуть закладку вверх - + Move Bookmark Down Сдвинуть закладку вниз - + Rename Bookmark Переименовать закладку - + Remove Bookmark Удалить закладку - - + + Unmount Отключить - + Mount Подключить - + Eject Извлечь @@ -924,23 +924,23 @@ Modified: %3 Fm::SidePane - + Places Места - + Directory Tree Дерево папок - + Shows list of common places, devices, and bookmarks in sidebar Показывает список обычных мест, устройств и закладок в боковой панели - + Shows tree of directories in sidebar Показывает дерево папок в боковой панели @@ -996,10 +996,10 @@ Modified: %3 QObject - - + + Error Ошибка diff --git a/libfm-qt/translations/libfm-qt_zh_TW.ts b/libfm-qt/translations/libfm-qt_zh_TW.ts index 4d705e7..c067ca4 100644 --- a/libfm-qt/translations/libfm-qt_zh_TW.ts +++ b/libfm-qt/translations/libfm-qt_zh_TW.ts @@ -398,7 +398,7 @@ What do you want to do with it? Fm::FileMenu - + Open 開啟 @@ -407,53 +407,53 @@ What do you want to do with it? 用其他程式開啟 - + Open With... 用其他程式開啟... - + Other Applications 其他應用程式 - + Create &New 新建(&N) - + &Restore 恢復(&R) - + Cut 剪下 - + Copy 複製 - + Paste 貼上 - - + + &Move to Trash 移動到垃圾桶(&M) - + Output 輸出 - + &Delete 刪除(&D) @@ -462,27 +462,27 @@ What do you want to do with it? 刪除 - + Rename 重新命名 - + Extract to... 解壓縮到... - + Extract Here 在此解壓縮 - + Compress 壓縮 - + Properties 屬性 @@ -644,6 +644,24 @@ Do you want to delete them instead? 你是否想將這些變更套用到所有子資料夾和其內的檔案? + + Fm::FileSearchDialog + + + Error + 錯誤 + + + + You should add at least add one directory to search. + + + + + Select a folder + + + Fm::FolderMenu @@ -834,7 +852,7 @@ Do you want to delete them instead? Fm::PlacesView - + Empty Trash 清空垃圾桶 @@ -847,48 +865,48 @@ Do you want to delete them instead? 刪除 - + Open in New Tab - + Open in New Window - + Move Bookmark Up - + Move Bookmark Down - + Rename Bookmark - + Remove Bookmark - - + + Unmount 卸載 - + Mount 掛載 - + Eject 退出 @@ -934,23 +952,23 @@ Modified: %3 Fm::SidePane - + Places 位置 - + Directory Tree 目錄樹 - + Shows list of common places, devices, and bookmarks in sidebar - + Shows tree of directories in sidebar @@ -1006,10 +1024,10 @@ Modified: %3 QObject - - + + Error 錯誤 @@ -1107,4 +1125,181 @@ Modified: %3 套用這個選項到所有已存在的檔案 + + SearchDialog + + + Search Files + + + + + Name/Location + + + + + File Name Patterns: + + + + + * + + + + + Case insensitive + + + + + Use regular expression + + + + + Places to Search: + + + + + &Add + + + + + &Remove + + + + + Search in sub directories + + + + + Search for hidden files + + + + + File Type + + + + + Only search for files of following types: + + + + + Text files + + + + + Image files + + + + + Audio files + + + + + Video files + + + + + Documents + + + + + Folders + + + + + Content + + + + + File contains: + + + + + Case insensiti&ve + + + + + &Use regular expression + + + + + Properties + 屬性 + + + + File Size: + + + + + Larger than: + + + + + + Bytes + + + + + + KiB + + + + + + MiB + + + + + + GiB + + + + + Smaller than: + + + + + Last Modified Time: + + + + + Earlier than: + + + + + Later than: + + + diff --git a/pcmanfm/CMakeLists.txt b/pcmanfm/CMakeLists.txt index c41f01b..ffd30c3 100644 --- a/pcmanfm/CMakeLists.txt +++ b/pcmanfm/CMakeLists.txt @@ -47,6 +47,7 @@ set(pcmanfm_UIS about.ui preferences.ui desktop-preferences.ui + desktop-folder.ui autorun.ui ) diff --git a/pcmanfm/application.cpp b/pcmanfm/application.cpp index 0595b9d..5de57a5 100644 --- a/pcmanfm/application.cpp +++ b/pcmanfm/application.cpp @@ -49,6 +49,9 @@ #include +#include "xdgdir.h" +#include + using namespace PCManFM; static const char* serviceName = "org.pcmanfm.PCManFM"; static const char* ifaceName = "org.pcmanfm.Application"; @@ -70,6 +73,8 @@ Application::Application(int& argc, char** argv): enableDesktopManager_(false), preferencesDialog_(), volumeMonitor_(NULL), + userDirsWatcher_(NULL), + lxqtRunning_(false), editBookmarksialog_() { argc_ = argc; @@ -98,6 +103,21 @@ Application::Application(int& argc, char** argv): QIcon::setThemeName(settings_.fallbackIconThemeName()); Fm::IconTheme::checkChanged(); } + + // Check if LXQt Session is running. LXQt has it's own Desktop Folder + // editor. We just hide our editor when LXQt is running. + QDBusInterface* lxqtSessionIface = new QDBusInterface( + QStringLiteral("org.lxqt.session"), + QStringLiteral("/LXQtSession")); + if (lxqtSessionIface) { + if (lxqtSessionIface->isValid()) { + lxqtRunning_ = true; + userDesktopFolder_ = XdgDir::readDesktopDir(); + initWatch(); + } + delete lxqtSessionIface; + lxqtSessionIface = 0; + } } else { // an service of the same name is already registered. @@ -118,6 +138,21 @@ Application::~Application() { // removeNativeEventFilter(this); } +void Application::initWatch() +{ + QFile file_ (QStandardPaths::writableLocation(QStandardPaths::ConfigLocation) + QStringLiteral("/user-dirs.dirs")); + if(! file_.open(QIODevice::ReadOnly | QIODevice::Text)) { + qDebug() << Q_FUNC_INFO << "Could not read: " << userDirsFile_; + userDirsFile_ = QString(); + } else { + userDirsFile_ = file_.fileName(); + } + + userDirsWatcher_ = new QFileSystemWatcher(this); + userDirsWatcher_->addPath(userDirsFile_); + connect(userDirsWatcher_, &QFileSystemWatcher::fileChanged, this, &Application::onUserDirsChanged); +} + bool Application::parseCommandLineArgs() { bool keepRunning = false; QCommandLineParser parser; @@ -282,6 +317,32 @@ int Application::exec() { return QCoreApplication::exec(); } + +void Application::onUserDirsChanged() +{ + qDebug() << Q_FUNC_INFO; + bool file_deleted = !userDirsWatcher_->files().contains(userDirsFile_); + if(file_deleted) { + // if our config file is already deleted, reinstall a new watcher + userDirsWatcher_->addPath(userDirsFile_); + } + + const QString d = XdgDir::readDesktopDir(); + if (d != userDesktopFolder_) { + userDesktopFolder_ = d; + const QDir dir(d); + if (dir.exists()) { + const int N = desktopWindows_.size(); + for(int i = 0; i < N; ++i) { + desktopWindows_.at(i)->setDesktopFolder(); + } + } else { + qWarning("Application::onUserDirsChanged: %s doesn't exist", + qUtf8Printable(userDesktopFolder_)); + } + } +} + void Application::onAboutToQuit() { qDebug("aboutToQuit"); settings_.save(); @@ -363,6 +424,9 @@ void Application::desktopPrefrences(QString page) { // show desktop preference window if(!desktopPreferencesDialog_) { desktopPreferencesDialog_ = new DesktopPreferencesDialog(); + + // Should be used only one time + desktopPreferencesDialog_->setEditDesktopFolder(!lxqtRunning_); } desktopPreferencesDialog_.data()->selectPage(page); desktopPreferencesDialog_.data()->show(); diff --git a/pcmanfm/application.h b/pcmanfm/application.h index ccc80e4..f8e6fd3 100644 --- a/pcmanfm/application.h +++ b/pcmanfm/application.h @@ -34,6 +34,8 @@ class QScreen; +class QFileSystemWatcher; + namespace PCManFM { class DesktopWindow; @@ -115,7 +117,11 @@ protected: static void onVolumeAdded(GVolumeMonitor* monitor, GVolume* volume, Application* pThis); +private Q_SLOTS: + void onUserDirsChanged(); + private: + void initWatch(); void installSigtermHandler(); bool isPrimaryInstance; @@ -131,6 +137,12 @@ private: QTranslator translator; QTranslator qtTranslator; GVolumeMonitor* volumeMonitor_; + + QFileSystemWatcher *userDirsWatcher_; + QString userDirsFile_; + QString userDesktopFolder_; + bool lxqtRunning_; + int argc_; char** argv_; }; diff --git a/pcmanfm/desktop-folder.ui b/pcmanfm/desktop-folder.ui new file mode 100644 index 0000000..4e4829c --- /dev/null +++ b/pcmanfm/desktop-folder.ui @@ -0,0 +1,60 @@ + + + DesktopFolder + + + + 0 + 0 + 352 + 81 + + + + Form + + + + + + true + + + Desktop + + + + + + Desktop folder: + + + + + + + Image file + + + + + + Folder path + + + + + + + &Browse + + + + + + + + + + + diff --git a/pcmanfm/desktop-preferences.ui b/pcmanfm/desktop-preferences.ui index 2dc6622..37df3c1 100644 --- a/pcmanfm/desktop-preferences.ui +++ b/pcmanfm/desktop-preferences.ui @@ -6,7 +6,7 @@ 0 0 - 501 + 534 434 @@ -219,7 +219,7 @@ Advanced - + @@ -236,42 +236,6 @@ - - - - Desktop - - - - - - Desktop folder: - - - - - - - Image file - - - - - - Folder path - - - - - - - &Browse - - - - - - diff --git a/pcmanfm/desktoppreferencesdialog.cpp b/pcmanfm/desktoppreferencesdialog.cpp index 7ec912b..5836906 100644 --- a/pcmanfm/desktoppreferencesdialog.cpp +++ b/pcmanfm/desktoppreferencesdialog.cpp @@ -34,7 +34,11 @@ using namespace PCManFM; DesktopPreferencesDialog::DesktopPreferencesDialog(QWidget* parent, Qt::WindowFlags f): - QDialog(parent, f) { + QDialog(parent, f), + editDesktopFolderEnabled(false), + desktopFolderWidget(0), + desktopFolder() { + setAttribute(Qt::WA_DeleteOnClose); @@ -74,11 +78,6 @@ DesktopPreferencesDialog::DesktopPreferencesDialog(QWidget* parent, Qt::WindowFl qDebug("wallpaper: %s", settings.wallpaper().toUtf8().data()); ui.imageFile->setText(settings.wallpaper()); - connect(ui.browseDesktopFolder, &QPushButton::clicked, this, &DesktopPreferencesDialog::onBrowseDesktopFolderClicked); - QString desktopFolder = XdgDir::readDesktopDir(); - qDebug("desktop folder: %s", desktopFolder.toStdString().c_str()); - ui.desktopFolder->setText(desktopFolder); - ui.font->setFont(settings.desktopFont()); ui.backgroundColor->setColor(settings.desktopBgColor()); @@ -93,11 +92,28 @@ DesktopPreferencesDialog::DesktopPreferencesDialog(QWidget* parent, Qt::WindowFl DesktopPreferencesDialog::~DesktopPreferencesDialog() { } +void DesktopPreferencesDialog::setupDesktopFolderUi() +{ + desktopFolderWidget = new QWidget(); + uiDesktopFolder.setupUi(desktopFolderWidget); + ui.advancedPageLayout->insertWidget(1, desktopFolderWidget); + uiDesktopFolder.verticalLayout->setMargin(0); + + desktopFolder = XdgDir::readDesktopDir(); + qDebug("desktop folder: %s", desktopFolder.toStdString().c_str()); + + uiDesktopFolder.desktopFolder->setText(desktopFolder); + + connect(uiDesktopFolder.browseDesktopFolder, &QPushButton::clicked, + this, &DesktopPreferencesDialog::onBrowseDesktopFolderClicked); +} + void DesktopPreferencesDialog::applySettings() { Settings& settings = static_cast(qApp)->settings(); - XdgDir::setDesktopDir(ui.desktopFolder->text()); + if (editDesktopFolderEnabled) + XdgDir::setDesktopDir(uiDesktopFolder.desktopFolder->text()); settings.setWallpaper(ui.imageFile->text()); int mode = ui.wallpaperMode->itemData(ui.wallpaperMode->currentIndex()).toInt(); @@ -160,11 +176,12 @@ void DesktopPreferencesDialog::onBrowseDesktopFolderClicked() { QFileDialog dlg; dlg.setAcceptMode(QFileDialog::AcceptOpen); + dlg.setAcceptMode(QFileDialog::AcceptOpen); dlg.setFileMode(QFileDialog::DirectoryOnly); if (dlg.exec() == QDialog::Accepted) { QString dir; dir = dlg.selectedFiles().first(); - ui.desktopFolder->setText(dir); + uiDesktopFolder.desktopFolder->setText(dir); } } @@ -173,3 +190,10 @@ void DesktopPreferencesDialog::selectPage(QString name) { if(page) ui.tabWidget->setCurrentWidget(page); } + +void DesktopPreferencesDialog::setEditDesktopFolder(const bool enabled) +{ + editDesktopFolderEnabled = enabled; + if (editDesktopFolderEnabled) + setupDesktopFolderUi(); +} diff --git a/pcmanfm/desktoppreferencesdialog.h b/pcmanfm/desktoppreferencesdialog.h index cb04705..d5ead06 100644 --- a/pcmanfm/desktoppreferencesdialog.h +++ b/pcmanfm/desktoppreferencesdialog.h @@ -24,6 +24,8 @@ #include #include "ui_desktop-preferences.h" +#include "ui_desktop-folder.h" + namespace PCManFM { class DesktopPreferencesDialog : public QDialog { @@ -37,6 +39,9 @@ public: void selectPage(QString name); + // Should only be used one time. + void setEditDesktopFolder(const bool enabled); + protected Q_SLOTS: void onApplyClicked(); void onWallpaperModeChanged(int index); @@ -47,6 +52,13 @@ protected Q_SLOTS: private: Ui::DesktopPreferencesDialog ui; + Ui::DesktopFolder uiDesktopFolder; + + bool editDesktopFolderEnabled; + QWidget* desktopFolderWidget; + QString desktopFolder; + + void setupDesktopFolderUi(); }; } diff --git a/pcmanfm/main-win.ui b/pcmanfm/main-win.ui index df38284..c474541 100644 --- a/pcmanfm/main-win.ui +++ b/pcmanfm/main-win.ui @@ -15,8 +15,7 @@ - - + .. @@ -59,13 +58,22 @@ - - QFrame::StyledPanel - - - QFrame::Raised - + + 2 + + + 1 + + + 0 + + + 0 + + + 0 + @@ -98,7 +106,7 @@ 0 0 460 - 23 + 29 @@ -239,8 +247,7 @@ - - + .. Go &Up @@ -255,8 +262,7 @@ - - + .. &Home @@ -268,8 +274,7 @@ - - + .. &Reload @@ -281,8 +286,7 @@ - - + .. Go @@ -291,8 +295,7 @@ - - + .. Quit @@ -301,8 +304,7 @@ - - + .. &About @@ -311,8 +313,7 @@ - - + .. &New Window @@ -338,8 +339,7 @@ - - + .. &Computer @@ -348,8 +348,7 @@ - - + .. &Trash @@ -363,8 +362,7 @@ - - + .. &Desktop @@ -373,8 +371,7 @@ - - + .. &Add to Bookmarks @@ -425,8 +422,7 @@ - - + .. Cu&t @@ -438,8 +434,7 @@ - - + .. &Copy @@ -451,8 +446,7 @@ - - + .. &Paste @@ -533,8 +527,7 @@ - - + .. New &Tab @@ -549,8 +542,7 @@ - - + .. Go &Back @@ -565,8 +557,7 @@ - - + .. Go &Forward @@ -586,8 +577,7 @@ - - + .. &Delete @@ -672,8 +662,7 @@ - - + .. &Folder @@ -685,8 +674,7 @@ - - + .. &Blank File diff --git a/pcmanfm/translations/pcmanfm-qt.ts b/pcmanfm/translations/pcmanfm-qt.ts index bd16512..90044f4 100644 --- a/pcmanfm/translations/pcmanfm-qt.ts +++ b/pcmanfm/translations/pcmanfm-qt.ts @@ -4,39 +4,39 @@ AboutDialog - + About - + <html><head/><body><p><span style=" font-size:16pt; font-weight:600;">PCManFM</span></p></body></html> - + Lightweight file manager - + <html><head/><body><p><a href="http://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">http://lxqt.org/</span></a></p></body></html> - + Programming: * Hong Jen Yee (PCMan) <pcman.tw@gmail.com> - + Authors - + PCMan File Manager Copyright (C) 2009 - 2014 洪任諭 (Hong Jen Yee) @@ -57,7 +57,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< - + License @@ -65,691 +65,581 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< AutoRunDialog - + Removable medium is inserted - + <b>Removable medium is inserted</b> - + Type of medium: - + Detecting... - + Please select the action you want to perform: - DesktopPreferencesDialog - - - Desktop Preferences - - + DesktopFolder - - Background - - - - - Wallpaper mode: + + Form - - Wallpaper image file: + + Desktop - - Select background color: + + Desktop folder: - - + Image file - - Image file path - - - - - - &Browse - - - - - Label Text - - - - - Select text color: - - - - - Select shadow color: - - - - - Select font: - - - - - General - - - - - Window Manager - - - - - Show menus provided by window managers when desktop is clicked - - - - - Desktop - - - - - Desktop folder: - - - - + Folder path - - Advanced + + &Browse - FindFilesDialog - - - Find Files - - - - - Name/Location - - - - - File name patterns - - - - - Pattern: - - - - - - Case insensitive - - - - - - Use regular expression - - - - - Places to search - - - - - Add - - - - - Remove - - - - - Search in sub directories - - - - - Search hidden files - - + DesktopPreferencesDialog - - - File Type + + Desktop Preferences - - Only search for files of following types: + + Background - - Text files + + Wallpaper mode: - - Image files + + Wallpaper image file: - - Audio files + + Select background color: - - Video files + + Image file - - Documents + + Image file path - - Content + + &Browse - - File contains + + Label Text - - Properties + + Select text color: - - File Size + + Select shadow color: - - Bigger than: + + Select font: - - Smaller than: + + General - - Last Modified Time + + Window Manager - - Earlier than: + + Show menus provided by window managers when desktop is clicked - - Later than: + + Advanced MainWindow - + File Manager - + Go &Up - + Go Up - + Alt+Up - - Home + + &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 + + &Ascending - - Descending + + &Descending - - By File Name + + &By File Name - - By Modification Time + + By &Modification Time - - By File Type + + By File &Type - - By Owner + + By &Owner - - Folder First + + &Folder First - + + &Case Sensitive + + + + + By File &Size + + + + + &Close Window + + + + + &Folder + + + + + &Blank File + + + + 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 - - Case Sensitive - - - - - By File Size - - - - - Close Window - - - - + Edit Bookmarks - + Open &Terminal - + F4 - + Open as &Root - + &Edit Bookmarks - - Folder + + Ctrl+Shift+N - - Ctrl+Shift+N + + Ctrl+Alt+N - - Blank File + + &Find Files - - Ctrl+Alt+N + + F3 - + + Filter by string... + + + + &File - + C&reate New - + &Help - + &View - + &Sorting - + &Edit - + &Bookmarks - + &Go - + &Tool - + Main Toolbar @@ -757,99 +647,99 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< PCManFM::Application - + Name of configuration profile - + PROFILE - + Run PCManFM as a daemon - + Quit 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 - + Set mode of desktop wallpaper. MODE=(color|stretch|fit|center|tile) - + MODE - + Open Preferences dialog on the page with the specified name - + Files or directories to open - + [FILE1, FILE2,...] - - + + Error - + Terminal emulator is not set. @@ -870,32 +760,32 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< 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 - + Image Files @@ -916,28 +806,33 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< PCManFM::MainWindow - + + Clear text (Ctrl+K) + + + + Version: %1 - + &Move to Trash - + &Delete - - + + Error - + Switch user command is not set. @@ -968,31 +863,31 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< PCManFM::TabPage - + Error - + Free space: %1 (Total: %2) - + %n item(s) - + (%n hidden) - + %1 item(s) selected @@ -1018,339 +913,339 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< PreferencesDialog - + Preferences - + User Interface - + Behavior - - + + Thumbnail - + Volume - + Advanced - + 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 - + 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" - + Don't ask options on launch executable file - + User interface - + Treat backup files as hidden - + Always show full file names - + Show icons of hidden files shadowed - + Show in places - + Home - + Desktop - + Trash can - + Computer - + Applications - + Devices - + Network - + Do not generate thumbnails for image files exceeding this size: - + KB - + 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: - + Examples: "xterm -e %s" for terminal or "gksu %s" for switching user. %s = the command line you want to execute with terminal or su. - + 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 diff --git a/pcmanfm/translations/pcmanfm-qt_ar.ts b/pcmanfm/translations/pcmanfm-qt_ar.ts index ee73b02..4c6d8b3 100644 --- a/pcmanfm/translations/pcmanfm-qt_ar.ts +++ b/pcmanfm/translations/pcmanfm-qt_ar.ts @@ -4,27 +4,27 @@ AboutDialog - + About - + <html><head/><body><p><span style=" font-size:16pt; font-weight:600;">PCManFM</span></p></body></html> - + Lightweight file manager - + <html><head/><body><p><a href="http://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">http://lxqt.org/</span></a></p></body></html> - + PCMan File Manager Copyright (C) 2009 - 2014 洪任諭 (Hong Jen Yee) @@ -45,19 +45,19 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< - + Programming: * Hong Jen Yee (PCMan) <pcman.tw@gmail.com> - + Authors - + License @@ -65,691 +65,581 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< AutoRunDialog - + Removable medium is inserted - + <b>Removable medium is inserted</b> - + Type of medium: - + Detecting... - + Please select the action you want to perform: - DesktopPreferencesDialog - - - Desktop Preferences - - + DesktopFolder - - Background + + Form - - Wallpaper mode: - - - - - Wallpaper image file: + + Desktop - - Select background color: + + Desktop folder: - - + Image file - - Image file path - - - - - - &Browse - - - - - Label Text - - - - - Select text color: - - - - - Select shadow color: - - - - - Select font: - - - - - General - - - - - Window Manager - - - - - Show menus provided by window managers when desktop is clicked - - - - - Desktop - - - - - Desktop folder: - - - - + Folder path - - Advanced + + &Browse - FindFilesDialog - - - Find Files - - - - - Name/Location - - - - - File name patterns - - - - - Pattern: - - - - - - Case insensitive - - - - - - Use regular expression - - - - - Places to search - - - - - Add - - - - - Remove - - - - - Search in sub directories - - - - - Search hidden files - - + DesktopPreferencesDialog - - - File Type + + Desktop Preferences - - Only search for files of following types: + + Background - - Text files + + Wallpaper mode: - - Image files + + Wallpaper image file: - - Audio files + + Select background color: - - Video files + + Image file - - Documents + + Image file path - - Content + + &Browse - - File contains + + Label Text - - Properties + + Select text color: - - File Size + + Select shadow color: - - Bigger than: + + Select font: - - Smaller than: + + General - - Last Modified Time + + Window Manager - - Earlier than: + + Show menus provided by window managers when desktop is clicked - - Later than: + + Advanced MainWindow - + File Manager - + Go Up - + Alt+Up - - Home - - - - + Alt+Home - + Reload - + F5 - + + &Home + + + + &Reload - + Go - + Quit - + &About - + New Window - + Ctrl+N - + Show &Hidden - + Ctrl+H - + &Computer - + &Trash - + &Network - + &Desktop - + &Add to Bookmarks - + &Applications - + Ctrl+X - + &Copy - + Ctrl+C - + &Paste - + Ctrl+V - + Select &All - + Pr&eferences - - &Invert Selection + + &Ascending - - &Delete + + &Descending - - &Rename + + &By File Name - - Ctrl+A + + By &Modification Time - - Go &Up + + By File &Type - - &New Window + + By &Owner - - &Icon View + + &Folder First - - &Compact View + + &Invert Selection - - &Detailed List + + &Delete - - &Thumbnail View + + &Rename - - Cu&t + + &Case Sensitive - - Ascending + + By File &Size - - Descending + + &Close Window - - By File Name + + Ctrl+A - - By Modification Time + + Go &Up + + + + + &New Window + + + + + &Icon View + + + + + &Compact View - - By File Type + + &Detailed List - - By Owner + + &Thumbnail View - - Folder First + + Cu&t - + New &Tab - + New Tab - + Ctrl+T - + Go &Back - + Go Back - + Alt+Left - + Go &Forward - + Go Forward - + Alt+Right - + Del - + F2 - + C&lose Tab - + File &Properties - + &Folder Properties - - Folder - - - - + Ctrl+Shift+N - - Blank File - - - - + Ctrl+Alt+N - + C&reate New - + &Sorting - + Main Toolbar - + Ctrl+W - + Alt+Return - - Case Sensitive + + Edit Bookmarks - - By File Size + + Open &Terminal - - Close Window + + F4 - - Edit Bookmarks + + Open as &Root - - Open &Terminal + + &Edit Bookmarks - - F4 + + &Folder - - Open as &Root + + &Blank File - - &Edit Bookmarks + + &Find Files - + + F3 + + + + + Filter by string... + + + + &File - + &Help - + &View - + &Edit - + &Bookmarks - + &Go - + &Tool @@ -757,99 +647,99 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< PCManFM::Application - + Name of configuration profile - + PROFILE - + Run PCManFM as a daemon - + Quit 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 - + Set mode of desktop wallpaper. MODE=(color|stretch|fit|center|tile) - + MODE - + Open Preferences dialog on the page with the specified name - + Files or directories to open - + [FILE1, FILE2,...] - - + + Error - + Terminal emulator is not set. @@ -870,32 +760,32 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< 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 - + Image Files @@ -916,28 +806,33 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< PCManFM::MainWindow - + + Clear text (Ctrl+K) + + + + Version: %1 - + &Move to Trash - + &Delete - - + + Error - + Switch user command is not set. @@ -968,17 +863,17 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< PCManFM::TabPage - + Error - + Free space: %1 (Total: %2) - + %n item(s) @@ -990,7 +885,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< - + (%n hidden) @@ -1002,7 +897,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< - + %1 item(s) selected @@ -1028,339 +923,339 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< PreferencesDialog - + Preferences - + User Interface - + Behavior - - + + Thumbnail - + Volume - + Advanced - + 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 - + 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 - + 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" - + Don't ask options on launch executable file - + User interface - + Treat backup files as hidden - + Always show full file names - + Show icons of hidden files shadowed - + Show in places - + Home - + Desktop - + Trash can - + Computer - + Applications - + Devices - + Network - + Do not generate thumbnails for image files exceeding this size: - + KB - + 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 - + Run default application after creation from template - + Programs - + Terminal emulator: - + Examples: "xterm -e %s" for terminal or "gksu %s" for switching user. %s = the command line you want to execute with terminal or su. - + Use SI decimal prefixes instead of IEC binary prefixes diff --git a/pcmanfm/translations/pcmanfm-qt_cs_CZ.ts b/pcmanfm/translations/pcmanfm-qt_cs_CZ.ts index 1af843a..8202fa5 100644 --- a/pcmanfm/translations/pcmanfm-qt_cs_CZ.ts +++ b/pcmanfm/translations/pcmanfm-qt_cs_CZ.ts @@ -4,22 +4,22 @@ AboutDialog - + About O - + <html><head/><body><p><span style=" font-size:16pt; font-weight:600;">PCManFM</span></p></body></html> - + Lightweight file manager - + PCMan File Manager Copyright (C) 2009 - 2014 洪任諭 (Hong Jen Yee) @@ -40,24 +40,24 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< - + Programming: * Hong Jen Yee (PCMan) <pcman.tw@gmail.com> - + <html><head/><body><p><a href="http://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">http://lxqt.org/</span></a></p></body></html> - + Authors Autoři - + License Licence @@ -65,691 +65,625 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< AutoRunDialog - + Removable medium is inserted - + <b>Removable medium is inserted</b> - + Type of medium: - + Detecting... - + Please select the action you want to perform: - DesktopPreferencesDialog - - - Desktop Preferences - - + DesktopFolder - - Background + + Form - - Wallpaper mode: - - - - - Wallpaper image file: + + Desktop - - Select background color: + + Desktop folder: - - + Image file - - Image file path + + Folder path - - + &Browse - - - Label Text - - - - - Select text color: - - - - - Select shadow color: - - - - - Select font: - - - - - General - - - - - Window Manager - - - - - Show menus provided by window managers when desktop is clicked - - - - - Desktop - - - - - Desktop folder: - - - - - Folder path - - - - - Advanced - Pokročilé - - FindFilesDialog - - - Find Files - - - - - Name/Location - - - - - File name patterns - - - - - Pattern: - - - - - - Case insensitive - - - - - - Use regular expression - - - - - Places to search - - - - - Add - - - - - Remove - - - - - Search in sub directories - - - - - Search hidden files - - + DesktopPreferencesDialog - - - File Type + + Desktop Preferences - - Only search for files of following types: + + Background - - Text files + + Wallpaper mode: - - Image files + + Wallpaper image file: - - Audio files + + Select background color: - - Video files + + Image file - - Documents + + Image file path - - Content + + &Browse - - File contains + + Label Text - - Properties + + Select text color: - - File Size + + Select shadow color: - - Bigger than: + + Select font: - - Smaller than: + + General - - Last Modified Time + + Window Manager - - Earlier than: + + Show menus provided by window managers when desktop is clicked - - Later than: - + + Advanced + Pokročilé MainWindow - + File Manager Správce souborů - + Go Up Nahoru - + Alt+Up Alt+Nahoru - Home - Domů + Domů - + Alt+Home Alt+Home - + Reload Obnovit - + F5 F5 - + + &Home + + + + &Reload &Obnovit - + Go Jdi - + Quit ukončit - + &About &O programu - + New Window Nové okno - + Ctrl+N Ctrl+N - + Show &Hidden Zobrazit &skryté - + Ctrl+H Ctrl+H - + &Computer Počítač - + &Trash &Koš - + &Network Síť - + &Desktop Plocha - + &Add to Bookmarks Přidat k záložkám - + &Applications Programy - + Ctrl+X Ctrl+X - + &Copy Kopírovat - + Ctrl+C Ctrl+C - + &Paste Vložit - + Ctrl+V Ctrl+V - + Select &All Vybrat všechno - + Pr&eferences &Nastavení - + + &Ascending + + + + + &Descending + + + + + &By File Name + + + + + By &Modification Time + + + + + By File &Type + + + + + By &Owner + + + + + &Folder First + + + + &Invert Selection Invertovat výběr - + &Delete Smazat - + &Rename Přejmenovat - + + &Case Sensitive + + + + + By File &Size + + + + + &Close Window + + + + Ctrl+A Ctrl+A - + Go &Up Nahoru - + &New Window Nové &okno - + &Icon View Pohled s ikonami - + &Compact View Kompaktní pohled - + &Detailed List Seznam s podrobnostmi - + &Thumbnail View Pohled s náhledy - + Cu&t Vyjmout - Ascending - Vzestupně + Vzestupně - Descending - Sestupně + Sestupně - By File Name - Podle jména + Podle jména - By Modification Time - Podle času + Podle času - By File Type - Podle typu + Podle typu - By Owner - Podle vlastníka + Podle vlastníka - Folder First - Složky jako první + Složky jako první - + New &Tab Nový &panel - + New Tab Nový panel - + Ctrl+T Ctrl+T - + Go &Back Zpět - + Go Back Zpět - + Alt+Left Alt+Vlevo - + Go &Forward &Vpřed - + Go Forward Vpřed - + Alt+Right Alt+Vpravo - + Del - + F2 F2 - + C&lose Tab Zavřít panel - + File &Properties Vlastnosti souboru - + &Folder Properties Vlastnosti složky - - Folder - - - - + Ctrl+Shift+N - - Blank File - - - - + Ctrl+Alt+N - + C&reate New - + &Sorting Řadit - + Main Toolbar Hlavní panel - + Ctrl+W Ctrl+W - + Alt+Return Alt+Return - Case Sensitive - Rozlišovat velikost písmen + Rozlišovat velikost písmen - By File Size - Podle velikosti + Podle velikosti - Close Window - Zavřít okno + Zavřít okno - + Edit Bookmarks Upravit záložky - + Open &Terminal Otevřít &terminál - + F4 F4 - + Open as &Root Otevřít jako &Root - + &Edit Bookmarks Upravit záložky - + + &Folder + + + + + &Blank File + + + + + &Find Files + + + + + F3 + + + + + Filter by string... + + + + &File &Soubor - + &Help &Nápověda - + &View &Zobrazení - + &Edit Úpr&avy - + &Bookmarks Zál&ožky - + &Go &Jdi - + &Tool Nás&troje @@ -757,99 +691,99 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< PCManFM::Application - + Name of configuration profile - + PROFILE - + Run PCManFM as a daemon - + Quit 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 - + Set mode of desktop wallpaper. MODE=(color|stretch|fit|center|tile) - + MODE - + Open Preferences dialog on the page with the specified name - + Files or directories to open - + [FILE1, FILE2,...] - - + + Error - + Terminal emulator is not set. @@ -870,32 +804,32 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< 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 - + Image Files @@ -916,28 +850,33 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< PCManFM::MainWindow - + + Clear text (Ctrl+K) + + + + Version: %1 - + &Move to Trash - + &Delete Smazat - - + + Error - + Switch user command is not set. @@ -968,17 +907,17 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< PCManFM::TabPage - + Error - + Free space: %1 (Total: %2) - + %n item(s) @@ -987,7 +926,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< - + (%n hidden) @@ -996,7 +935,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< - + %1 item(s) selected @@ -1022,339 +961,339 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< PreferencesDialog - + Preferences - + User Interface Uživatelské rozhraní - + Behavior Chování - - + + Thumbnail Náhled - + Volume - + Advanced Pokročilé - + Icons - + 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 panelu: - + 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 - + 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 Zobrazovat náhledy souborů - + Only show thumbnails for local files Zobrazovat náhlet jen u lokálních souborů - + Display - + 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" - + Don't ask options on launch executable file - + User interface - + Treat backup files as hidden - + Always show full file names - + Show icons of hidden files shadowed - + Show in places - + Home Domů - + Desktop - + Trash can - + Computer - + Applications - + Devices - + Network - + Do not generate thumbnails for image files exceeding this size: Negenerovat náhledy obrázků přesahujících tuto velikost: - + KB - + 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 - + Run default application after creation from template - + Programs - + Terminal emulator: - + Examples: "xterm -e %s" for terminal or "gksu %s" for switching user. %s = the command line you want to execute with terminal or su. - + Use SI decimal prefixes instead of IEC binary prefixes diff --git a/pcmanfm/translations/pcmanfm-qt_de.ts b/pcmanfm/translations/pcmanfm-qt_de.ts index d445ef7..2637a38 100644 --- a/pcmanfm/translations/pcmanfm-qt_de.ts +++ b/pcmanfm/translations/pcmanfm-qt_de.ts @@ -4,22 +4,22 @@ AboutDialog - + About Über - + <html><head/><body><p><span style=" font-size:16pt; font-weight:600;">PCManFM</span></p></body></html> <html><head/><body><p><span style=" font-size:16pt; font-weight:600;">PCManFM</span></p></body></html> - + Lightweight file manager Ressourcen schonender Dateimanager - + PCMan File Manager Copyright (C) 2009 - 2014 洪任諭 (Hong Jen Yee) @@ -48,7 +48,7 @@ Die Veröffentlichung dieses Programms erfolgt in der Hoffnung, daß es Ihnen vo Sie sollten ein Exemplar der GNU General Public License zusammen mit diesem Programm erhalten haben. Falls nicht, schreiben Sie an die Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110, USA. - + Programming: * Hong Jen Yee (PCMan) <pcman.tw@gmail.com> @@ -56,17 +56,17 @@ Sie sollten ein Exemplar der GNU General Public License zusammen mit diesem Prog * Hong Jen Yee (PCMan) <pcman.tw@gmail.com> - + <html><head/><body><p><a href="http://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">http://lxqt.org/</span></a></p></body></html> <html><head/><body><p><a href="http://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">http://lxqt.org/</span></a></p></body></html> - + Authors Autoren - + License Lizenz @@ -74,128 +74,156 @@ Sie sollten ein Exemplar der GNU General Public License zusammen mit diesem Prog AutoRunDialog - + Removable medium is inserted Ein entfernbares Speichermedium wurde eingelegt - + <b>Removable medium is inserted</b> <b>Ein entfernbares Speichermedium wurde eingelegt</b> - + Type of medium: Art des Mediums: - + Detecting... Erkennungsvorgang... - + Please select the action you want to perform: Bitte wählen Sie die Handlung, welche Sie ausführen möchten: + + DesktopFolder + + + Form + + + + + Desktop + Schreibtisch + + + + Desktop folder: + Schreibtischordner: + + + + Image file + Bilddatei + + + + Folder path + Pfad des Ordners + + + + &Browse + &Suchen + + DesktopPreferencesDialog - + Desktop Preferences Schreibtischeinstellungen - + Background Hintergrund - + Wallpaper mode: Hintergrundbildmodus: - + Wallpaper image file: Hintergrundbild: - + Select background color: Hintergrundfarbe: - - + Image file Bilddatei - + Image file path Pfad zur Bilddatei - - + &Browse &Suchen - + Label Text Text - + Select text color: Farbe der Beschriftung: - + Select shadow color: Farbe des Schattens: - + Select font: Schrift für Beschriftung: - + General Allgemeines - + Window Manager Fenstermanager - + Show menus provided by window managers when desktop is clicked Beim Klicken auf den Schreibtisch die Menüs des Fenstermanagers anzeigen - Desktop not an ideal translation, see discussion in https://github.com/lxde/lxqt/issues/699 - Schreibtisch + Schreibtisch - Desktop folder: - Schreibtischordner: + Schreibtischordner: - Folder path - Pfad des Ordners + Pfad des Ordners - + Advanced Erweitert @@ -203,563 +231,600 @@ Sie sollten ein Exemplar der GNU General Public License zusammen mit diesem Prog FindFilesDialog - Find Files - Dateisuche + Dateisuche - Name/Location - Dateiname, Lokalisation + Dateiname, Lokalisation - File name patterns - Dateiname + Dateiname - Pattern: - Suchmuster: + Suchmuster: - - Case insensitive - Groß- und Kleinschreibung ignorieren + Groß- und Kleinschreibung ignorieren - - Use regular expression - Muster ist regulärer Ausdruck + Muster ist regulärer Ausdruck - Places to search - Lokalisation + Lokalisation - Add - Hinzufügen + Hinzufügen - Remove - Entfernen + Entfernen - Search in sub directories - Unterverzeichnisse einbeziehen + Unterverzeichnisse einbeziehen - Search hidden files - versteckte Dateien einbeziehen + versteckte Dateien einbeziehen - - File Type - Dateityp + Dateityp - Only search for files of following types: - Suche auf die folgenden Typen beschränken: + Suche auf die folgenden Typen beschränken: - Text files - Textdateien + Textdateien - Image files - Bilddateien + Bilddateien - Audio files - Audiodateien + Audiodateien - Video files - Videodateien + Videodateien - Documents - Dokumente + Dokumente - Content - Inhalt + Inhalt - File contains - Datei enthält + Datei enthält - Properties - Dateieigenschaften + Dateieigenschaften - File Size - Dateigröße + Dateigröße - Bigger than: - größer als: + größer als: - Smaller than: - kleiner als: + kleiner als: - Last Modified Time - Zeitpunkt der letzten Modifikation + Zeitpunkt der letzten Modifikation - Earlier than: - vor: + vor: - Later than: - nach: + nach: MainWindow - + File Manager Dateimanager - + Go Up Hoch - + Alt+Up Alt+Bild hoch - Home - Nutzerverzeichnis + Nutzerverzeichnis - + Alt+Home Alt+Pos1 - + Reload Neu laden - + F5 F5 - + + &Home + + + + &Reload Neu &laden - + Go Los - + Quit Verlassen - + &About &Über - + New Window Neues Fenster - + Ctrl+N Strg+N - + Show &Hidden &Versteckte anzeigen - + Ctrl+H Strg+H - + &Computer &Geräte - + &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 E&infügen - + Ctrl+V Strg+V - + Select &All &Alles markieren - + Pr&eferences &Einstellungen - + + &Ascending + + + + + &Descending + + + + + &By File Name + + + + + By &Modification Time + + + + + By File &Type + + + + + By &Owner + + + + + &Folder First + + + + &Invert Selection Auswahl &umkehren - + &Delete &Löschen - + &Rename Um&benennen - + + &Case Sensitive + + + + + By File &Size + + + + + &Close Window + + + + Ctrl+A Strg+A - + Go &Up &Übergeordneter Ordner - + &New Window Neues &Fenster - + &Icon View &Symbolansicht - + &Compact View &Listenansicht - + &Detailed List &Detailansicht - + &Thumbnail View &Miniaturansicht - + Cu&t &Ausschneiden - Ascending - Aufsteigend + Aufsteigend - Descending - Absteigend + Absteigend - By File Name - Nach Name + Nach Name - By Modification Time - Nach Änderungsdatum + Nach Änderungsdatum - By File Type - Nach Dateityp + Nach Dateityp - By Owner - Nach Besitzer + Nach Besitzer - Folder First - Ordner zuerst + Ordner zuerst - + New &Tab Neuer &Tab - + New Tab Neuer Tab - + Ctrl+T Strg+T - + Go &Back &Zurück - + Go Back Zurück - + Alt+Left Alt+Pfeil links - + Go &Forward &Vorwärts - + Go Forward Vorwärts - + Alt+Right Alt+Pfeil rechts - + Del Entf - + F2 F2 - + C&lose Tab Tab &schließen - + File &Properties &Dateieigenschaften - + &Folder Properties &Eigenschaften des aktuellen Ordners - Folder - Ordner + Ordner - + Ctrl+Shift+N Strg+Umschalt+N - Blank File - Leere Datei + Leere Datei - + Ctrl+Alt+N Strg+Alt+N - + C&reate New Neu e&rstellen - + &Sorting S&ortierung - + Main Toolbar Hauptwerkzeugleiste - + Ctrl+W Strg+W - + Alt+Return Alt+Return - Case Sensitive - Groß-/Kleinschreibung beachten + Groß-/Kleinschreibung beachten - By File Size - Nach Dateigröße + Nach Dateigröße - Close Window - Fenster schließen + Fenster schließen - + Edit Bookmarks Lesezeichen bearbeiten - + Open &Terminal &Terminal öffnen - + F4 F4 - + Open as &Root Als &Root öffnen - + &Edit Bookmarks &Lesezeichen bearbeiten - + + &Folder + + + + + &Blank File + + + + + &Find Files + + + + + F3 + F3 + + + + Filter by string... + + + + &File &Datei - + &Help &Hilfe - + &View &Ansicht - + &Edit &Bearbeiten - + &Bookmarks &Lesezeichen - + &Go &Gehe zu - + &Tool &Werkzeuge @@ -767,99 +832,99 @@ Sie sollten ein Exemplar der GNU General Public License zusammen mit diesem Prog PCManFM::Application - + Name of configuration profile Name des Konfigurationsprofils - + PROFILE PROFIL - + Run PCManFM as a daemon PCManFM als Daemon starten - + Quit PCManFM PCManFM beenden - + Launch desktop manager Verwaltung der Arbeitsfläche starten - + Turn off desktop manager if it's running Verwaltung der Arbeitsfläche beenden, falls aktiv - + Open desktop preference dialog on the page with the specified name Einstellungsdialog der Arbeitsfläche mit dem angegebenen Tab öffnen - - + + NAME NAME - + Open new window Neues Fenster öffnen - + Open Find Files utility Dateisuche öffnen - + Set desktop wallpaper from image FILE Angegebene DATEI als Hintergrundbild einstellen - + FILE DATEI - + Set mode of desktop wallpaper. MODE=(color|stretch|fit|center|tile) Hintergrundbildmodus einstellen. MODUS=(color|stretch|fit|center|tile) - + MODE MODUS - + Open Preferences dialog on the page with the specified name Einstellungsdialog auf dem angegebenen Tab öffnen - + Files or directories to open Zu öfnende Dateien oder Ordner - + [FILE1, FILE2,...] [DATEI1, DATEI2, ...] - - + + Error Fehler - + Terminal emulator is not set. Es ist kein Terminalemulator eingestellt. @@ -880,32 +945,32 @@ Sie sollten ein Exemplar der GNU General Public License zusammen mit diesem Prog PCManFM::DesktopPreferencesDialog - + Fill with background color only Nur mit Hintergrundfarbe füllen - + Stretch to fill the entire screen Auf Bildschirmgröße bringen - + Stretch to fit the screen In Bildschirm einpassen - + Center on the screen Zentriert - + Tile the image to fill the entire screen Nebeneinander - + Image Files Bilddateien @@ -926,28 +991,33 @@ Sie sollten ein Exemplar der GNU General Public License zusammen mit diesem Prog PCManFM::MainWindow - + + Clear text (Ctrl+K) + + + + 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. @@ -978,17 +1048,17 @@ Sie sollten ein Exemplar der GNU General Public License zusammen mit diesem Prog PCManFM::TabPage - + Error Fehler - + Free space: %1 (Total: %2) Freier Speicherplatz: %1 (Gesamt: %2) - + %n item(s) %n Objekt @@ -996,7 +1066,7 @@ Sie sollten ein Exemplar der GNU General Public License zusammen mit diesem Prog - + (%n hidden) (%n versteckt) @@ -1004,7 +1074,7 @@ Sie sollten ein Exemplar der GNU General Public License zusammen mit diesem Prog - + %1 item(s) selected %1 Objekte ausgewählt @@ -1030,318 +1100,318 @@ Sie sollten ein Exemplar der GNU General Public License zusammen mit diesem Prog PreferencesDialog - + Preferences Einstellungen - + User Interface Benutzeroberfläche - + Behavior Verhalten - - + + Thumbnail Vorschaubild - + Volume Datenträger - + Advanced Erweitert - + Icons Symbole - + Size of big icons: Größe für große Symbole: - + Size of small icons: Größe für kleine 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: Breite für neue Fenster: - + Default height of new windows: Höhe für neue Fenster: - + Always show the tab bar Tableiste 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 - + Browsing Durchstöbern - + Open files with single click Einfacher Klick zum Öffnen von Dateien - + Delay of auto-selection in single click mode (0 to disable) Wartezeit für die automatische Auswahl im Einzelklickmodus (0 zum Abschalten) - + Default view mode: Standardansicht: - + sec sec - + File Operations Handhabung von Dateien - + 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 - + Display Anzeige - + Bookmarks: Lesezeichen: - + Open in current tab Öffnen in aktuellem Tab - + Open in new tab Öffnen in neuem Tab - + Open in new window Öffnen in neuem Fenster - + 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 - + Don't ask options on launch executable file Beim Starten ausführbarer Dateien keine Optionen hierzu erfragen - + User interface Benutzeroberfläche - + Treat backup files as hidden Sicherungsdateien wie versteckte handhaben - + Always show full file names Dateinamen immer vollständig anzeigen - + Show icons of hidden files shadowed Icons versteckter Dateien schattiert anzeigen - + Show in places Unter "Orte" anzeigen - + Home Nutzerverzeichnis - + Desktop Schreibtisch - + Trash can Papierkorb - + Computer Rechner - + Applications Anwendungen - + Devices Geräte - + Network Netzwerk - + Do not generate thumbnails for image files exceeding this size: Keine Vorschaubilder erzeugen für Dateien größer als: - + KB KB - + 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: Wenn Wechseldatenträger entfernt werden: - + Close &tab containing removable medium Den Rei&ter des Wechseldatenträgers schließen - + Chan&ge folder in the tab to home folder Im Tab des Wechsledatenträgers das Nutze&rverzeichnis anzeigen - + 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 @@ -1354,12 +1424,12 @@ Sie sollten ein Exemplar der GNU General Public License zusammen mit diesem Prog Ändere Ordner im Tab zum Persönlichen Ordner - + Programs Programme - + Terminal emulator: Terminalemulator: @@ -1368,7 +1438,7 @@ Sie sollten ein Exemplar der GNU General Public License zusammen mit diesem Prog Befehl für Benutzerwechsel: - + Examples: "xterm -e %s" for terminal or "gksu %s" for switching user. %s = the command line you want to execute with terminal or su. Beispiele:"xterm -e %s" für Terminal oder "gksu %s" für Benutzerwechsel. @@ -1379,7 +1449,7 @@ Sie sollten ein Exemplar der GNU General Public License zusammen mit diesem Prog Archivmanagerintegration: - + Use SI decimal prefixes instead of IEC binary prefixes SI-Dezimalpräfixe anstatt IEC-Binärpräfixe verwenden diff --git a/pcmanfm/translations/pcmanfm-qt_el.ts b/pcmanfm/translations/pcmanfm-qt_el.ts index 421e84e..c7eb21a 100644 --- a/pcmanfm/translations/pcmanfm-qt_el.ts +++ b/pcmanfm/translations/pcmanfm-qt_el.ts @@ -4,27 +4,27 @@ AboutDialog - + About Σχετικά - + <html><head/><body><p><span style=" font-size:16pt; font-weight:600;">PCManFM</span></p></body></html> <html><head/><body><p><span style=" font-size:16pt; font-weight:600;">PCManFM</span></p></body></html> - + Lightweight file manager Ελαφρύς διαχειριστής αρχείων - + <html><head/><body><p><a href="http://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">http://lxqt.org/</span></a></p></body></html> <html><head/><body><p><a href="http://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">http://lxqt.org/</span></a></p></body></html> - + Programming: * Hong Jen Yee (PCMan) <pcman.tw@gmail.com> @@ -33,12 +33,12 @@ - + Authors Συγγραφείς - + PCMan File Manager Copyright (C) 2009 - 2014 洪任諭 (Hong Jen Yee) @@ -77,7 +77,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - + License Άδεια χρήσης @@ -85,127 +85,155 @@ USA. 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: Παρακαλώ επιλέξτε την ενέργεια που επιθυμείτε να πραγματοποιήσετε: + + DesktopFolder + + + Form + + + + + Desktop + Επιφάνεια εργασίας + + + + Desktop folder: + Φάκελος επιφάνειας εργασίας: + + + + Image file + Αρχείο εικόνας + + + + Folder path + Διαδρομή του φακέλου + + + + &Browse + &Περιήγηση + + DesktopPreferencesDialog - + Desktop Preferences Προτιμήσεις της επιφάνειας εργασίας - + Background Παρασκήνιο - + Wallpaper mode: Λειτουργία ταπετσαρίας: - + Wallpaper image file: Αρχείο εικόνας ταπετσαρίας: - + Select background color: Επιλέξτε το χρώμα του παρασκηνίου: - - + Image file Αρχείο εικόνας - + Image file path Διαδρομή αρχείου εικόνας - - + &Browse &Περιήγηση - + Label Text Ετικέτα κειμένου - + Select text color: Επιλέξτε το χρώμα του κειμένου: - + Select shadow color: Επιλέξτε το χρώμα της σκιάς: - + Select font: Επιλέξτε τη γραμματοσειρά: - + General Γενικά - + Window Manager Διαχειριστής παραθύρων - + Show menus provided by window managers when desktop is clicked Εμφάνιση των μενού των διαχειριστών παραθύρων με κλικ στην επιφάνεια εργασίας - Desktop - Επιφάνεια εργασίας + Επιφάνεια εργασίας - Desktop folder: - Φάκελος επιφάνειας εργασίας: + Φάκελος επιφάνειας εργασίας: - Folder path - Διαδρομή του φακέλου + Διαδρομή του φακέλου - + Advanced Προηγμένο @@ -213,563 +241,600 @@ USA. FindFilesDialog - Find Files - Αναζήτηση αρχείων + Αναζήτηση αρχείων - Name/Location - Όνομα/Τοποθεσία + Όνομα/Τοποθεσία - File name patterns - Σχηματομορφές ονομάτων αρχείων + Σχηματομορφές ονομάτων αρχείων - Pattern: - Σχηματομορφή: + Σχηματομορφή: - - Case insensitive - Δίχως διάκριση πεζών/κεφαλαίων + Δίχως διάκριση πεζών/κεφαλαίων - - Use regular expression - Χρήση κανονικής έκφρασης + Χρήση κανονικής έκφρασης - Places to search - Τοποθεσίες προς αναζήτηση + Τοποθεσίες προς αναζήτηση - Add - Προσθήκη + Προσθήκη - Remove - Αφαίρεση + Αφαίρεση - Search in sub directories - Αναζήτηση σε υποφακέλους + Αναζήτηση σε υποφακέλους - Search hidden files - Αναζήτηση κρυφών αρχείων + Αναζήτηση κρυφών αρχείων - - File Type - Τύπος αρχείου + Τύπος αρχείου - Only search for files of following types: - Αναζήτηση αρχείων μόνο για τους ακόλουθους τύπους: + Αναζήτηση αρχείων μόνο για τους ακόλουθους τύπους: - Text files - Αρχεία κειμένου + Αρχεία κειμένου - Image files - Αρχεία εικόνων + Αρχεία εικόνων - Audio files - Αρχεία ήχου + Αρχεία ήχου - Video files - Αρχεία βίντεο + Αρχεία βίντεο - Documents - Έγγραφα + Έγγραφα - Content - Περιεχόμενο + Περιεχόμενο - File contains - Αρχεία που περιέχουν + Αρχεία που περιέχουν - Properties - Ιδιότητες + Ιδιότητες - File Size - Μέγεθος αρχείων + Μέγεθος αρχείων - Bigger than: - Μεγαλύτερο από: + Μεγαλύτερο από: - Smaller than: - Μικρότερο από: + Μικρότερο από: - Last Modified Time - Χρόνος της τελευταίας τροποποίησης + Χρόνος της τελευταίας τροποποίησης - Earlier than: - Προγενέστερα από: + Προγενέστερα από: - Later than: - Αργότερα από: + Αργότερα από: MainWindow - + File Manager Διαχειριστής αρχείων - + Go &Up Μετάβαση &πάνω - + Go Up Μετάβαση πάνω - + Alt+Up Alt+Πάνω - Home - Προσωπικός φάκελος + Προσωπικός φάκελος - + + &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 File &Type + + + + + By &Owner + + + + + &Folder First + + + + + &Case Sensitive + + + + + By File &Size + + + + + &Close Window + + + + + &Folder + + + + + &Blank File + + + Ascending - Αύξουσα + Αύξουσα - Descending - Φθίνουσα + Φθίνουσα - By File Name - Ανά όνομα αρχείου + Ανά όνομα αρχείου - By Modification Time - Ανά χρόνο τροποποίησης + Ανά χρόνο τροποποίησης - By File Type - Ανά τύπο αρχείου + Ανά τύπο αρχείου - By Owner - Ανά ιδιοκτήτη + Ανά ιδιοκτήτη - Folder First - Πρώτα οι φάκελοι + Πρώτα οι φάκελοι - + 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 Ιδιότητες &φακέλου - Case Sensitive - Διάκριση πεζών/κεφαλαίων + Διάκριση πεζών/κεφαλαίων - By File Size - Ανά μέγεθος αρχείου + Ανά μέγεθος αρχείου - Close Window - Κλείσιμο παραθύρου + Κλείσιμο παραθύρου - + Edit Bookmarks Επεξεργασία σελιδοδεικτών - + Open &Terminal Άνοιγμα του &τερματικού - + F4 F4 - + Open as &Root Άνοιγμα ως δια&χειριστής - + &Edit Bookmarks Επε&ξεργασία σελιδοδεικτών - Folder - Φάκελος + Φάκελος - + Ctrl+Shift+N Ctrl+Shift+N - Blank File - Κενό αρχείο + Κενό αρχείο - + Ctrl+Alt+N Ctrl+Alt+N - + + &Find Files + + + + + F3 + F3 + + + + Filter by string... + + + + &File &Αρχείο - + C&reate New &Δημιουργία νέου - + &Help &Βοήθεια - + &View &Προβολή - + &Sorting &Ταξινόμηση - + &Edit &Επεξεργασία - + &Bookmarks &Σελιδοδείκτες - + &Go &Μετάβαση - + &Tool &Εργαλεία - + Main Toolbar Κύρια γραμμή εργαλείων @@ -777,99 +842,99 @@ USA. PCManFM::Application - + Name of configuration profile Όνομα διαμόρφωσης του προφίλ - + PROFILE ΠΡΟΦΙΛ - + Run PCManFM as a daemon Εκτέλεση του PCManFM ως δαίμονα - + 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 ΑΡΧΕΙΟ - + Set mode of desktop wallpaper. MODE=(color|stretch|fit|center|tile) Ορισμός της λειτουργίας της επιφάνειας ΛΕΙΤΟΥΡΓΙΑ=(χρώμα|τέντωμα|προσαρμογή|κέντρο|παράθεση) - + MODE ΛΕΙΤΟΥΡΓΙΑ - + Open Preferences dialog on the page with the specified name Άνοιγμα του διαλόγου προτιμήσεων στη σελίδα με το καθορισμένο όνομα - + Files or directories to open Αρχεία ή κατάλογοι προς άνοιγμα - + [FILE1, FILE2,...] [ΑΡΧΕΙΟ1, ΑΡΧΕΙΟ2,...] - - + + Error Σφάλμα - + Terminal emulator is not set. Δεν έχει οριστεί ο προσομοιωτής τερματικού. @@ -890,32 +955,32 @@ USA. 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 Παράθεση της εικόνας για πλήρωση ολόκληρης της οθόνης - + Image Files Αρχεία εικόνων @@ -936,28 +1001,33 @@ USA. PCManFM::MainWindow - + + Clear text (Ctrl+K) + + + + Version: %1 Έκδοση: %1 - + &Move to Trash &Μετακίνηση στα απορρίμματα - + &Delete &Διαγραφή - - + + Error Σφάλμα - + Switch user command is not set. Η εντολή εναλλαγής του χρήστη δεν έχει οριστεί. @@ -988,17 +1058,17 @@ USA. PCManFM::TabPage - + Error Σφάλμα - + Free space: %1 (Total: %2) Ελεύθερος χώρος: %1 (Σύνολο: %2) - + %n item(s) %n αντικείμενο(α) @@ -1006,7 +1076,7 @@ USA. - + (%n hidden) (%n κρυφό(ά)) @@ -1014,7 +1084,7 @@ USA. - + %1 item(s) selected Επιλέχτηκε %1 αντικείμενο(α) @@ -1040,340 +1110,340 @@ USA. PreferencesDialog - + Preferences Προτιμήσεις - + User Interface Περιβάλλον χρήστη - + Behavior Συμπεριφορά - - + + Thumbnail Εικόνες επισκόπησης - + Volume Χώροι αποθήκευσης - + Advanced Προηγμένα - + 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 Εμφάνιση - + 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" Επιβεβαίωση πριν την μετακίνηση των αρχείων στον κάδο απορριμμάτων - + Don't ask options on launch executable file Να μην ερωτώνται ενέργειες κατά το άνοιγμα ενός εκτελέσιμου αρχείου - + User interface Περιβάλλον χρήστη - + Treat backup files as hidden Διαχείριση των αρχείων αντιγράφων ασφαλείας ως κρυφά - + Always show full file names Να εμφανίζονται πάντα τα πλήρη ονόματα των αρχείων - + Show icons of hidden files shadowed Εμφάνιση των εικονιδίων των κρυφών αρχείων σε σκίαση - + Show in places Εμφάνιση στις τοποθεσίες - + Home Προσωπικός φάκελος - + Desktop Επιφάνεια εργασίας - + Trash can Απορρίμματα - + Computer Υπολογιστής - + Applications Εφαρμογές - + Devices Συσκευές - + Network Δίκτυο - + Do not generate thumbnails for image files exceeding this size: Να μην δημιουργούνται εικόνες επισκόπησης για αρχεία εικόνων που υπερβαίνουν αυτό το το μέγεθος: - + KB KB - + 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: Εντολή εναλλαγής &χρήστη: - + Examples: "xterm -e %s" for terminal or "gksu %s" for switching user. %s = the command line you want to execute with terminal or su. Παραδείγματα: "xterm -e %s" για το τερματικό ή "gksu %s" για την αλλαγή χρήστη. %s = η γραμμή εντολών που θέλετε να εκτελέσετε μέσω του τερματικού ή της su. - + 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 diff --git a/pcmanfm/translations/pcmanfm-qt_es.ts b/pcmanfm/translations/pcmanfm-qt_es.ts index 34383ba..6032b63 100644 --- a/pcmanfm/translations/pcmanfm-qt_es.ts +++ b/pcmanfm/translations/pcmanfm-qt_es.ts @@ -4,32 +4,32 @@ AboutDialog - + About Acerca de - + <html><head/><body><p><span style=" font-size:16pt; font-weight:600;">PCManFM</span></p></body></html> <html><head/><body><p><span style=" font-size:16pt; font-weight:600;">PCManFM</span></p></body></html> - + Lightweight file manager Administrador de archivos liviano - + <html><head/><body><p><a href="http://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">http://lxqt.org/</span></a></p></body></html> <html><head/><body><p><a href="http://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">http://lxqt.org/</span></a></p></body></html> - + Authors Autores - + Programming: * Hong Jen Yee (PCMan) <pcman.tw@gmail.com> @@ -38,12 +38,12 @@ - + License Licencia - + PCMan File Manager Copyright (C) 2009 - 2014 洪任諭 (Hong Jen Yee) @@ -83,127 +83,143 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. AutoRunDialog - + Removable medium is inserted Disco removible insertado - + <b>Removable medium is inserted</b> <b>Disco removible insertado</b> - + Type of medium: Tipo de disco: - + Detecting... Detectando... - + Please select the action you want to perform: Seleccione la acción que desea ejecutar: + + DesktopFolder + + + Form + + + + + Desktop + + + + + Desktop folder: + + + + + Image file + Archivo de imagen + + + + Folder path + + + + + &Browse + E&xaminar + + DesktopPreferencesDialog - + Desktop Preferences Preferencias de Escritorio - + General General - + Background Fondo - + Wallpaper mode: Modo de papel tapiz: - + Wallpaper image file: Imagen de papel tapiz: - + Select background color: Seleccione color de fondo: - - + Image file Archivo de imagen - + Image file path Ruta de archivo de imagen - - + &Browse E&xaminar - + Label Text Texto de etiquetas - + Select text color: Seleccione color de texto: - + Select shadow color: Seleccione color de sombra: - + Select font: Seleccione el tipo de letra: - + Window Manager - - Desktop - - - - - Desktop folder: - - - - - Folder path - - - - + Advanced Avanzado - + Show menus provided by window managers when desktop is clicked Mostrar menús de los administradores de ventanas cuando se hace click sobre el escritorio @@ -211,563 +227,592 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. FindFilesDialog - Find Files - Buscar archivos + Buscar archivos - Name/Location - Nombre/Posición + Nombre/Posición - File name patterns - Patrones de nombre de archivos + Patrones de nombre de archivos - Pattern: - Patrón: + Patrón: - - Case insensitive - No coincidir mayúsculas + No coincidir mayúsculas - - Use regular expression - Usar expresión regular + Usar expresión regular - Places to search - Lugares donde buscar + Lugares donde buscar - Add - Agregar + Agregar - Remove - Eliminar + Eliminar - Search in sub directories - Buscar en sub directorios + Buscar en sub directorios - Search hidden files - Buscar archivos ocultos + Buscar archivos ocultos - - File Type - Tipo de Archivo + Tipo de Archivo - Only search for files of following types: - Solo buscar archivos de los siguientes tipos: + Solo buscar archivos de los siguientes tipos: - Text files - Archivos de texto + Archivos de texto - Image files - Archivos de imágenes + Archivos de imágenes - Audio files - Archivos de audio + Archivos de audio - Video files - Archivos de video + Archivos de video - Documents - Documentos + Documentos - Content - Contenido + Contenido - File contains - Contenidos del archivo + Contenidos del archivo - Properties - Propiedades + Propiedades - File Size - Tamaño del Archivo + Tamaño del Archivo - Bigger than: - Mayor a: + Mayor a: - Smaller than: - Menor a: + Menor a: - Last Modified Time - Fecha de Modificación + Fecha de Modificación - Earlier than: - Antes de: + Antes de: - Later than: - Después de: + Después de: MainWindow - + File Manager Administrador de archivos - - Folder + + Ctrl+Shift+N - - Ctrl+Shift+N + + Ctrl+Alt+N - - Blank File + + &Find Files - - Ctrl+Alt+N + + F3 + F3 + + + + Filter by string... - + &File &Archivo - + C&reate New - + &Help Ay&uda - + &View &Ver - + &Sorting &Ordenar - + &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 + Carpeta personal - + + &Home + + + + Alt+Home Alt+Inicio - + &Reload &Recargar - + 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 ocultos - + Ctrl+H Ctrl+H - + &Computer &Sistema - + &Trash &Papelera - + &Network &Red - + &Desktop &Escritorio - + &Add to Bookmarks &Agregar a marcadores - + &Applications &Aplicaciones - + Reload Recargar - + &Icon View V&ista de Íconos - + &Compact View Vista &Compacta - + &Detailed List Lista &Detallada - + &Thumbnail View Vista de &Miniaturas - + 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 + + + + + &Descending + + + + + &By File Name + + + + + By &Modification Time + + + + + By File &Type + + + + + By &Owner + + + + + &Folder First + + + + + &Case Sensitive + + + + + By File &Size + + + + + &Close Window + + + + + &Folder + + + + + &Blank File + + + Ascending - Ascendente + Ascendente - Descending - Descendente + Descendente - By File Name - Por Nombre de Archivo + Por Nombre de Archivo - By Modification Time - Por Fecha de Modificación + Por Fecha de Modificación - By File Type - Por Tipo de Archivo + Por Tipo de Archivo - By Owner - Por Dueño + Por Dueño - Folder First - Carpetas Primero + Carpetas Primero - + 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 Selección - + &Delete &Eliminar - + Del Supr - + &Rename Cambia&r Nombre - + F2 F2 - + C&lose Tab &Cerrar Pestaña - + Ctrl+W Ctrl+W - + File &Properties Propiedades de &Archivo - + Alt+Return Alt+Enter - + &Folder Properties &Propiedades de &Carpeta - Case Sensitive - Coincidir Mayúsculas + Coincidir Mayúsculas - By File Size - Por Tamaño de Archivo + Por Tamaño de Archivo - Close Window - Cerrar Ventana + Cerrar Ventana - + Edit Bookmarks Editar Marcadores - + Open &Terminal Abrir &terminal - + F4 F4 - + Open as &Root Abrir como &root - + &Edit Bookmarks &Editar Marcadores @@ -775,99 +820,99 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. PCManFM::Application - + Name of configuration profile Nombre del perfil ce configuración - + PROFILE PERFIL - + Run PCManFM as a daemon Ejecutar PCManFM como un servicio - + Quit PCManFM Cerrar PCManFM - + Launch desktop manager Abrir administrador de escritorio - + Turn off desktop manager if it's running Cerrar administrador de escritorio si está en ejecución - + Open desktop preference dialog on the page with the specified name Abrir diálogo de preferencias de escritorio en la página especificada - - + + NAME NOMBRE - + Open new window Abrir nueva ventana - + Open Find Files utility Abrir búsqueda de archivos - + Set desktop wallpaper from image FILE Configurar papel tapiz desde un archivo - + FILE ARCHIVO - + Set mode of desktop wallpaper. MODE=(color|stretch|fit|center|tile) Definir modo de papel tapiz. MODO =(color|estirar|ajustar|centrar|repetir) - + MODE MODO - + Open Preferences dialog on the page with the specified name Abrir diálogo de preferencias en la página especificada - + Files or directories to open Archivos o directorios a abrir - + [FILE1, FILE2,...] [Archivo 1, Archivo 2,...] - - + + Error Error - + Terminal emulator is not set. El emulador de terminal no está configurado. @@ -888,32 +933,32 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. PCManFM::DesktopPreferencesDialog - + Fill with background color only Llenar solamente con el color de fondo - + Stretch to fill the entire screen Estirar para llenar la pantalla - + Stretch to fit the screen Estirar para ajustar a la pantalla - + Center on the screen Centrar en la pantalla - + Tile the image to fill the entire screen Repetir la imagen hasta llenar la pantalla - + Image Files Archivos de Imagen @@ -934,28 +979,33 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. PCManFM::MainWindow - + + Clear text (Ctrl+K) + + + + Version: %1 Versión: %1 - + &Move to Trash &Mover a la Papelera - + &Delete &Eliminar - - + + Error Error - + Switch user command is not set. El comando para cambiar de usuario no está definido. @@ -986,17 +1036,17 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. PCManFM::TabPage - + Error Error - + Free space: %1 (Total: %2) Espacio libre: %1 (Total %2) - + %n item(s) %n elemento @@ -1004,7 +1054,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - + (%n hidden) (%n oculto) @@ -1012,7 +1062,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - + %1 item(s) selected %1 elemento(s) seleccionado(s) @@ -1038,318 +1088,318 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. PreferencesDialog - + Preferences Preferencias - + User Interface Interfaz de Usuario - + Behavior Comportamiento - - + + Thumbnail Miniaturas - + Volume Volumen - + Advanced Avanzado - + Icons Íconos - + Size of big icons: Tamaño de íconos grandes: - + Size of small icons: Tamaño de íconos pequeños: - + Size of thumbnails: Tamaño de miniaturas: - + Size of side pane icons: Tamaño de íconos del panel lateral: - + Icon theme: Tema de íconos: - + Window Ventana - + Always show the tab bar Mostrar siempre la barra de pestañas - + Show 'Close' buttons on tabs Mostrar botones de 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 para nuevas ventanas: - + Default height of new windows: Altura para nuevas ventanas: - + Browsing Navegación - + Open files with single click Abrir archivos con un solo click - + Delay of auto-selection in single click mode (0 to disable) Demora de selección automática en modo de un click (0 para deshabilitar) - + Default view mode: Modo de visualización por defecto: - + sec seg - + File Operations Operaciones de Archivos - + Confirm before deleting files Confirmar antes de borrar - + Move deleted files to "trash bin" instead of erasing from disk. Mover archivos a la papelera en lugar de eliminarlos del disco. - + Show thumbnails of files Mostrar miniaturas de archivos - + Only show thumbnails for local files Solo mostrar miniaturas para archivos locales - + Display - + 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" - + Don't ask options on launch executable file - + User interface - + Treat backup files as hidden - + Always show full file names - + Show icons of hidden files shadowed - + Show in places - + Home Carpeta personal - + Desktop - + Trash can - + Computer - + Applications - + Devices - + Network - + Do not generate thumbnails for image files exceeding this size: No generar miniaturas para archivos de imágenes mayores a: - + KB KB - + Auto Mount Montar Automáticamente - + Mount mountable volumes automatically on program startup Montar discos removibles automáticamente al inicio - + Mount removable media automatically when they are inserted Montar discos removibles automáticamente cuando se insertan - + Show available options for removable media when they are inserted Mostrar opciones disponibles para los discos removibles al insertarlos - + When removable medium unmounted: Cuando se desconecta un disco removible: - + 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 - + Run default application after creation from template @@ -1362,12 +1412,12 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.Cambiar el directorio en la pestaña a la carpeta personal - + Programs Programas - + Terminal emulator: Emulador de terminal: @@ -1376,7 +1426,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.Comando para cambiar de usuario: - + Examples: "xterm -e %s" for terminal or "gksu %s" for switching user. %s = the command line you want to execute with terminal or su. Ejemplos: "xterm -e %s" para terminal o "gksu %s" para cambiar de usuario. @@ -1387,7 +1437,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.Integración con programas de archivo: - + Use SI decimal prefixes instead of IEC binary prefixes Usar prefijos decimales SI en lugar de prefijos binarios IEC diff --git a/pcmanfm/translations/pcmanfm-qt_fr.ts b/pcmanfm/translations/pcmanfm-qt_fr.ts index 015bc91..f191fde 100644 --- a/pcmanfm/translations/pcmanfm-qt_fr.ts +++ b/pcmanfm/translations/pcmanfm-qt_fr.ts @@ -4,27 +4,27 @@ AboutDialog - + About À propos - + <html><head/><body><p><span style=" font-size:16pt; font-weight:600;">PCManFM</span></p></body></html> <html><head/><body><p><span style=" font-size:16pt; font-weight:600;">PCManFM</span></p></body></html> - + Lightweight file manager Gestionnaire de fichiers léger - + <html><head/><body><p><a href="http://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">http://lxqt.org/</span></a></p></body></html> - + PCMan File Manager Copyright (C) 2009 - 2014 洪任諭 (Hong Jen Yee) @@ -70,7 +70,7 @@ Fifth Floor, Boston, MA 02110-1301, USA. {2009 ?} {2014 ?} {2 <html><head/><body><p><a href="http://pcmanfm.sourceforge.net/"><span style=" text-decoration: underline; color:#0000ff;">http://pcmanfm.sourceforge.net/</span></a></p></body></html> - + Programming: * Hong Jen Yee (PCMan) <pcman.tw@gmail.com> @@ -79,7 +79,7 @@ Hong Jen Yee (PCMan) <pcman.tw@gmail.com> - + Authors Auteurs @@ -124,7 +124,7 @@ Free Software Foundation, Inc.n 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - + License Licence @@ -132,691 +132,625 @@ Fifth Floor, Boston, MA 02110-1301, USA. AutoRunDialog - + Removable medium is inserted Un média amovible a été inséré - + <b>Removable medium is inserted</b> <b>Un média amovible a été inséré</b> - + Type of medium: Type de média : - + Detecting... Détection en cours... - + Please select the action you want to perform: Veuillez sélectionner l'action que vous voulez effectuer : + + DesktopFolder + + + Form + + + + + Desktop + + + + + Desktop folder: + + + + + Image file + Fichier image + + + + Folder path + + + + + &Browse + &Parcourir + + DesktopPreferencesDialog - + Desktop Preferences Préférences du bureau - + Background Arrière-plan - + Wallpaper mode: Mode du fond d'écran : - + Wallpaper image file: Fichier image du fond d'écran : - + Select background color: Sélectionnez la couleur d'arrière-plan : - - + Image file Fichier image - + Image file path Chemin du fichier image - - + &Browse &Parcourir - + Label Text Texte de l'étiquette - + Select text color: Sélectionnez la couleur du texte : - + Select shadow color: Sélectionnez la couleur de l'ombre : - + Select font: Sélectionnez la police : - + General Général - + Window Manager - + Show menus provided by window managers when desktop is clicked Afficher les menus fournis par les gestionnaires de fenêtres lorsqu'on clique sur le bureau - - Desktop - - - - - Desktop folder: - - - - - Folder path - - - - + Advanced Avancé - - FindFilesDialog - - - Find Files - - - - - Name/Location - - - - - File name patterns - - - - - Pattern: - - - - - - Case insensitive - - - - - - Use regular expression - - - - - Places to search - - - - - Add - - - - - Remove - - - - - Search in sub directories - - - - - Search hidden files - - - - - - File Type - - - - - Only search for files of following types: - - - - - Text files - - - - - Image files - - - - - Audio files - - - - - Video files - - - - - Documents - - - - - Content - - - - - File contains - - - - - Properties - - - - - File Size - - - - - Bigger than: - - - - - Smaller than: - - - - - Last Modified Time - - - - - Earlier than: - - - - - Later than: - - - MainWindow - + File Manager Gestionnaire de fichiers - + Go Up Monter - + Alt+Up Alt+Haut - Home - Page d'accueil + Page d'accueil - + Alt+Home Alt+Début / Origine - + Reload Recharger - + F5 F5 - + + &Home + + + + &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 &Applications - + 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 + + + + + &Descending + + + + + &By File Name + + + + + By &Modification Time + + + + + By File &Type + + + + + By &Owner + + + + + &Folder First + + + + &Invert Selection &Inverser la sélection - + &Delete &Supprimer - + &Rename &Renommer - + + &Case Sensitive + + + + + By File &Size + + + + + &Close Window + + + + 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 - Ascending - Ascendant + Ascendant - Descending - Descendant + Descendant - By File Name - Par nom de fichier + Par nom de fichier - By Modification Time - Par date de modification + Par date de modification - By File Type - Par type de fichier + Par type de fichier - By Owner - Par propriétaire + Par propriétaire - Folder First - Dossier en premier + Dossier en premier - + New &Tab Nouvel ongle&t - + New Tab Nouvel onglet - + Ctrl+T Ctrl+T - + Go &Back Re&culer - + Go Back Reculer - + 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 - - Folder - - - - + Ctrl+Shift+N - - Blank File - - - - + Ctrl+Alt+N - + C&reate New - + &Sorting Tri en cour&s - + Main Toolbar Barre d'outils principale - + Ctrl+W Ctrl+W - + Alt+Return Alt+Entrée - Case Sensitive - Sensible à la casse + Sensible à la casse - By File Size - Par taille de fichier + Par taille de fichier - Close Window - Fermer la fenêtre + Fermer la fenêtre - + 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 + + + + + &Blank File + + + + + &Find Files + + + + + F3 + F3 + + + + Filter by string... + + + + &File &Fichier - + &Help &Aide - + &View - + &Edit &Édition - + &Bookmarks &Signets - + &Go A&ller à… - + &Tool Ou&tils @@ -824,99 +758,99 @@ Fifth Floor, Boston, MA 02110-1301, USA. PCManFM::Application - + Name of configuration profile Nom du profil de configuration - + PROFILE PROFIL - + Run PCManFM as a daemon Lancer PCManFM comme démon - + Quit PCManFM Quitter PCManFM - + Launch desktop manager Lancer le gestionnaire de bureau - + Turn off desktop manager if it's running Éteindre le gestionnaire de bureau s'il fonctionne - + Open desktop preference dialog on the page with the specified name Ouvrir la boîte de dialogue des préférences du bureau sur la page avec le nom spécifié - - + + NAME NAME - + Set desktop wallpaper from image FILE Définir le fond d'écran de bureau depuis l'image FILE - + FILE FILE - + Set mode of desktop wallpaper. MODE=(color|stretch|fit|center|tile) Définir le mode de fond d'écran de bureau. MODE=(couleur|étirer|ajuster|centrer|découper) - + MODE MODE - + Open Preferences dialog on the page with the specified name Ouvrir la boîte de dialogue des préférences sur la page avec le nom spécifié - + Open new window Ouvrir une nouvelle fenêtre - + Open Find Files utility Ouvrir l'utilitaire de recherche de fichiers - + [FILE1, FILE2,...] [FILE1, FILE2, etc.] - + Files or directories to open - - + + Error Erreur - + Terminal emulator is not set. L'émulateur de terminal n'est pas défini. @@ -937,32 +871,32 @@ Fifth Floor, Boston, MA 02110-1301, USA. PCManFM::DesktopPreferencesDialog - + Fill with background color only Remplir seulement avec la couleur d'arrière-plan - + Stretch to fill the entire screen Étirer pour remplir l'écran entier - + Stretch to fit the screen Étirer pour remplir l'écran - + Center on the screen Centrer sur l’écran - + Tile the image to fill the entire screen Faire une mosaïque avec l'image pour remplir l'écran entier - + Image Files Fichiers image @@ -983,28 +917,33 @@ Fifth Floor, Boston, MA 02110-1301, USA. PCManFM::MainWindow - + + Clear text (Ctrl+K) + + + + 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 configurée. @@ -1035,17 +974,17 @@ Fifth Floor, Boston, MA 02110-1301, USA. PCManFM::TabPage - + Error Erreur - + Free space: %1 (Total: %2) Espace libre: %1 (total : %2) - + %n item(s) %n élément @@ -1053,7 +992,7 @@ Fifth Floor, Boston, MA 02110-1301, USA. - + (%n hidden) (%n caché) @@ -1061,7 +1000,7 @@ Fifth Floor, Boston, MA 02110-1301, USA. - + %1 item(s) selected %1 élément(s) sélectionné(s) @@ -1087,328 +1026,328 @@ Fifth Floor, Boston, MA 02110-1301, USA. PreferencesDialog - + Preferences Préférences - + User Interface Interface utilisateur - + Behavior Comportement - - + + Thumbnail Vignette - + Volume Volume - + Advanced Avancé - + Icons Icônes - + Size of big icons: Taille des grandes icônes : - + Size of small icons: Taille des petites icônes : - + Size of thumbnails: Taille des vignettes : - + Size of side pane icons: Taille des icônes de panneau latéral : - + Icon theme: Thème d'icônes : - + Window Fenêtre - + Default width of new windows: Largeur par défaut des nouvelles fenêtres : - + Default height of new windows: 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 le bouton « Fermer » sur les onglets - + Remember the size of the last closed window - + Browsing Navigation - + Open files with single click Ouvrir les fichiers avec un simple clic - + Delay of auto-selection in single click mode (0 to disable) - + Default view mode: Mode de vue par défaut : - + 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. Mettre les fichiers supprimés à la corbeille eu 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 - + Display - + 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" - + Don't ask options on launch executable file - + User interface - + Treat backup files as hidden - + Always show full file names - + Show icons of hidden files shadowed - + Show in places - + Home Page d'accueil - + Desktop - + Trash can - + Computer - + Applications - + Devices - + Network - + Do not generate thumbnails for image files exceeding this size: Ne pas générer de vignettes pour les fichiers image excédant cette taille : - + KB Ko - + 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 médias amovibles lorsqu'ils sont insérés - + Show available options for removable media when they are inserted Montrer les options disponibles pour les médias amovibles lorsqu'ils sont insérés - + 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 - + Run default application after creation from template - + Programs Programmes - + Terminal emulator: Émulateur de terminal : @@ -1417,7 +1356,7 @@ Fifth Floor, Boston, MA 02110-1301, USA. Commande de changement d'utilisateur : - + Examples: "xterm -e %s" for terminal or "gksu %s" for switching user. %s = the command line you want to execute with terminal or su. Exemples : « xterm -e %s » pour le terminal ; « gksu %s » pour changer d’utilisateur. @@ -1428,7 +1367,7 @@ Fifth Floor, Boston, MA 02110-1301, USA. Intégration du logiciel de compression de données : - + Use SI decimal prefixes instead of IEC binary prefixes Utiliser les préfixes de décimales du système international d'unités au lieu des préfixes binaires de l'IEC diff --git a/pcmanfm/translations/pcmanfm-qt_gl.ts b/pcmanfm/translations/pcmanfm-qt_gl.ts index 67c01cf..5815d8a 100644 --- a/pcmanfm/translations/pcmanfm-qt_gl.ts +++ b/pcmanfm/translations/pcmanfm-qt_gl.ts @@ -4,27 +4,27 @@ AboutDialog - + About Sobre - + <html><head/><body><p><span style=" font-size:16pt; font-weight:600;">PCManFM</span></p></body></html> <html><head/><body><p><span style=" font-size:16pt; font-weight:600;">PCManFM</span></p></body></html> - + Lightweight file manager Un xestor de xanelas lixeiro - + <html><head/><body><p><a href="http://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">http://lxqt.org/</span></a></p></body></html> - + PCMan File Manager Copyright (C) 2009 - 2014 洪任諭 (Hong Jen Yee) @@ -66,7 +66,7 @@ con este programa; se non é así, escriba á Free Software Foundation, Inc., <html><head/><body><p><a href="http://pcmanfm.sourceforge.net/"><span style=" text-decoration: underline; color:#0000ff;">http://pcmanfm.sourceforge.net/</span></a></p></body></html> - + Programming: * Hong Jen Yee (PCMan) <pcman.tw@gmail.com> @@ -75,7 +75,7 @@ con este programa; se non é así, escriba á Free Software Foundation, Inc., - + Authors Autores @@ -116,7 +116,7 @@ con este programa; se non é así, escriba á Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - + License Licenza @@ -124,691 +124,625 @@ con este programa; se non é así, escriba á Free Software Foundation, Inc., AutoRunDialog - + Removable medium is inserted Foi inserido un dispositivo removíbel - + <b>Removable medium is inserted</b> <b>Foi inserido un dispositivo removíbel</b> - + Type of medium: Tipo de dispositivo: - + Detecting... Detectando... - + Please select the action you want to perform: Escolla a acción que quere realizar: + + DesktopFolder + + + Form + + + + + Desktop + + + + + Desktop folder: + + + + + Image file + Ficheiro de imaxe + + + + Folder path + + + + + &Browse + &Examinar + + DesktopPreferencesDialog - + Desktop Preferences 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 - + Label Text Texto da etiqueta - + Select text color: Escoller a cor do texto: - + Select shadow color: Escoller a cor da sombra: - + Select font: Escoller o tipo de letra: - + General Xeral - + Window Manager - + Show menus provided by window managers when desktop is clicked Amosar os menús fornecidos polos xestores de xanelas cando se preme no escritorio - - Desktop - - - - - Desktop folder: - - - - - Folder path - - - - + Advanced Avanzado - - FindFilesDialog - - - Find Files - - - - - Name/Location - - - - - File name patterns - - - - - Pattern: - - - - - - Case insensitive - - - - - - Use regular expression - - - - - Places to search - - - - - Add - - - - - Remove - - - - - Search in sub directories - - - - - Search hidden files - - - - - - File Type - - - - - Only search for files of following types: - - - - - Text files - - - - - Image files - - - - - Audio files - - - - - Video files - - - - - Documents - - - - - Content - - - - - File contains - - - - - Properties - - - - - File Size - - - - - Bigger than: - - - - - Smaller than: - - - - - Last Modified Time - - - - - Earlier than: - - - - - Later than: - - - MainWindow - + File Manager Xestor de ficheiros - + Go Up Subir - + Alt+Up Alt+Frecha arriba - Home - Inicio + Inicio - + Alt+Home Alt+Inicio - + Reload Cargar de novo - + F5 F5 - + + &Home + + + + &Reload &Cargar de novo - + Go Ir para - + 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 + + + + + &Descending + + + + + &By File Name + + + + + By &Modification Time + + + + + By File &Type + + + + + By &Owner + + + + + &Folder First + + + + &Invert Selection &Inverter a selección - + &Delete &Eliminar - + &Rename &Renomear - + + &Case Sensitive + + + + + By File &Size + + + + + &Close Window + + + + 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 - Ascending - Ascendente + Ascendente - Descending - Descendente + Descendente - By File Name - Polo nome do ficheiro + Polo nome do ficheiro - By Modification Time - Pola data de modificación + Pola data de modificación - By File Type - Polo tipo do ficheiro + Polo tipo do ficheiro - By Owner - Polo propietario + Polo propietario - Folder First - Primeiro os cartafoles + Primeiro os cartafoles - + New &Tab Nova &lapela - + New Tab Nova lapela - + Ctrl+T Ctrl+T - + Go &Back A&trás - + Go Back Ir cara atrás - + Alt+Left Alt+Frecha esquerda - + Go &Forward Adian&te - + Go Forward Adiante - + Alt+Right Alt+Frecha dereita - + Del Supr - + F2 F2 - + C&lose Tab &Pechar a lapela - + File &Properties &Propiedades do ficheiro - + &Folder Properties Propiedades do &cartafol - - Folder - - - - + Ctrl+Shift+N - - Blank File - - - - + Ctrl+Alt+N - + C&reate New - + &Sorting &Ordenación - + Main Toolbar Barra de ferramentas principal - + Ctrl+W Ctrl+W - + Alt+Return Alt+Intro - Case Sensitive - Distinguindo maiúsculas de minúsculas + Distinguindo maiúsculas de minúsculas - By File Size - Polo tamaño do ficheiro + Polo tamaño do ficheiro - Close Window - Pechar a xanela + Pechar a xanela - + Edit Bookmarks Editar os marcadores - + Open &Terminal Abrir un &terminal - + F4 F4 - + Open as &Root Abrir como &root - + &Edit Bookmarks &Editar marcadores - + + &Folder + + + + + &Blank File + + + + + &Find Files + + + + + F3 + F3 + + + + Filter by string... + + + + &File &Ficheiro - + &Help &Axuda - + &View &Ver - + &Edit &Editar - + &Bookmarks &Marcadores - + &Go &Ir para - + &Tool &Ferramenta @@ -816,99 +750,99 @@ con este programa; se non é así, escriba á Free Software Foundation, Inc., PCManFM::Application - + Name of configuration profile Nome do perfil de configuración - + PROFILE PERFIL - + Run PCManFM as a daemon Executar PCManFM como un servizo - + Quit PCManFM Saír do PCManFM - + Launch desktop manager Iniciar o xestor de escritorio - + Turn off desktop manager if it's running Apagar o xestor de escritorio se está en execución - + Open desktop preference dialog on the page with the specified name Abrir o diálogo de preferencias do escritorio na páxina co nome especificado - - + + NAME NOME - + Set desktop wallpaper from image FILE Estabelecer o fondo de pantalla do escritorio desde o FICHEIRO de imaxe - + FILE FICHEIRO - + Set mode of desktop wallpaper. MODE=(color|stretch|fit|center|tile) Axuste o modo de fondo de escritorio. MODO=(color|stretch|fit|center|tile) - + MODE MODO - + Open Preferences dialog on the page with the specified name Abrir o diálogo de preferencias do escritorio na páxina co nome especificado - + Open new window Abrir unha nova xanela - + Open Find Files utility Abrir a utilidade de busca de ficheiros - + [FILE1, FILE2,...] [FICHEIRO1, FICHEIRO2,...] - + Files or directories to open - - + + Error Erro - + Terminal emulator is not set. Non foi estabelecido o emulador de terminal @@ -929,32 +863,32 @@ con este programa; se non é así, escriba á Free Software Foundation, Inc., PCManFM::DesktopPreferencesDialog - + Fill with background color only Encher só coa cor de fondo - + Stretch to fill the entire screen Estirar para encher a pantalla completa - + Stretch to fit the screen Estirar para adaptar á pantalla - + Center on the screen Centrar na pantalla - + Tile the image to fill the entire screen Facer mosaico coa imaxe para encher a pantalla completa - + Image Files Ficheiros de imaxe @@ -975,28 +909,33 @@ con este programa; se non é así, escriba á Free Software Foundation, Inc., PCManFM::MainWindow - + + Clear text (Ctrl+K) + + + + Version: %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. @@ -1027,17 +966,17 @@ con este programa; se non é así, escriba á Free Software Foundation, Inc., PCManFM::TabPage - + Error Erro - + Free space: %1 (Total: %2) Espazo libre: %1 (Total: %2) - + %n item(s) %n elemento @@ -1045,7 +984,7 @@ con este programa; se non é así, escriba á Free Software Foundation, Inc., - + (%n hidden)  (%n agochado) @@ -1053,7 +992,7 @@ con este programa; se non é así, escriba á Free Software Foundation, Inc., - + %1 item(s) selected Escolleu %1 elemento(s) @@ -1079,328 +1018,328 @@ con este programa; se non é así, escriba á Free Software Foundation, Inc., PreferencesDialog - + Preferences Preferencias - + User Interface Interface de usuario - + Behavior Comportamento - - + + Thumbnail Miniatura - + Volume Volume - + Advanced Avanzado - + 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 - + Browsing Navegando - + Open files with single click Abrir os ficheiros cun só clic - + Delay of auto-selection in single click mode (0 to disable) - + Default view mode: Modo de vista predeterminado: - + sec - + File Operations Operacións de ficheiro - + Confirm before deleting files Confirmar 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 - + Display - + 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" - + Don't ask options on launch executable file - + User interface - + Treat backup files as hidden - + Always show full file names - + Show icons of hidden files shadowed - + Show in places - + Home Inicio - + Desktop - + Trash can - + Computer - + Applications - + Devices - + Network - + Do not generate thumbnails for image files exceeding this size: Non xerar miniaturas dos ficheiros de imaxe se o tamaño excede de: - + KB  KB - + 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: - + 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 - + Run default application after creation from template - + Programs Programas - + Terminal emulator: Emulador de terminal: @@ -1409,7 +1348,7 @@ con este programa; se non é así, escriba á Free Software Foundation, Inc., Orde de cambio de usuario: - + Examples: "xterm -e %s" for terminal or "gksu %s" for switching user. %s = the command line you want to execute with terminal or su. Exemplos: «xterm -e %s» para o terminal ou «gksu %s» para cambiar de usuario. @@ -1420,7 +1359,7 @@ con este programa; se non é así, escriba á Free Software Foundation, Inc., Integración do «Archiver»: - + Use SI decimal prefixes instead of IEC binary prefixes Utilizar prefixos decimais SI no canto de prefixos binarios IEC diff --git a/pcmanfm/translations/pcmanfm-qt_hu.ts b/pcmanfm/translations/pcmanfm-qt_hu.ts index 3b7f744..8c6c6e4 100644 --- a/pcmanfm/translations/pcmanfm-qt_hu.ts +++ b/pcmanfm/translations/pcmanfm-qt_hu.ts @@ -4,22 +4,22 @@ AboutDialog - + About Rólunk - + <html><head/><body><p><span style=" font-size:16pt; font-weight:600;">PCManFM</span></p></body></html> - + Lightweight file manager Könnyed fájlkezelő - + PCMan File Manager Copyright (C) 2009 - 2014 洪任諭 (Hong Jen Yee) @@ -40,7 +40,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< - + Programming: * Hong Jen Yee (PCMan) <pcman.tw@gmail.com> @@ -48,17 +48,17 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< * Hong Jen Yee (PCMan) <pcman.tw@gmail.com> - + <html><head/><body><p><a href="http://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">http://lxqt.org/</span></a></p></body></html> - + Authors Szerzők - + License Licensz @@ -66,691 +66,637 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< AutoRunDialog - + Removable medium is inserted Új hordozható adathordozó észlelve - + <b>Removable medium is inserted</b> <b>Új hordozható adathordozó észlelve</b> - + Type of medium: Adathordozó fajtája: - + Detecting... Észlelés... - + Please select the action you want to perform: Válassz egy lehetőséget: + + DesktopFolder + + + Form + + + + + Desktop + Asztal + + + + Desktop folder: + Asztal mappa: + + + + Image file + Képfájl + + + + Folder path + Könyvtár útvonal + + + + &Browse + &Böngészés + + DesktopPreferencesDialog - + Desktop Preferences Asztal tulajdonságok - + Background Háttérkép - + Wallpaper mode: Tapéta mód: - + Wallpaper image file: Tapéta 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 - + Label Text Felirat - + Select text color: Szövegszín: - + Select shadow color: Árnyékszín: - + Select font: Betűtípus: - + General - + Window Manager Ablakkezelő - + Show menus provided by window managers when desktop is clicked Asztalra kattintva az ablakkezelő menüje látszik - Desktop - Asztal + Asztal - Desktop folder: - Asztal mappa: + Asztal mappa: - Folder path - Könyvtár útvonal + Könyvtár útvonal - + Advanced Haladó - - FindFilesDialog - - - Find Files - - - - - Name/Location - - - - - File name patterns - - - - - Pattern: - - - - - - Case insensitive - - - - - - Use regular expression - - - - - Places to search - - - - - Add - - - - - Remove - - - - - Search in sub directories - - - - - Search hidden files - - - - - - File Type - - - - - Only search for files of following types: - - - - - Text files - - - - - Image files - - - - - Audio files - - - - - Video files - - - - - Documents - - - - - Content - - - - - File contains - - - - - Properties - - - - - File Size - - - - - Bigger than: - - - - - Smaller than: - - - - - Last Modified Time - - - - - Earlier than: - - - - - Later than: - - - MainWindow - + File Manager Fájlkezelő - + Go Up Föl - + Alt+Up Alt+Föl - Home - Saját könyvtár + Saját könyvtár - + Alt+Home - + Reload Újratölt - + F5 - + + &Home + + + + &Reload Új&ratölt - + Go Ugrás - + Quit Kilép - + &About Ról&am - + New Window ÚJ ablak - + Ctrl+N - + Show &Hidden &Rejtettek - + Ctrl+H - + &Computer &Számítógép - + &Trash &Kuka - + &Network &Hálózat - + &Desktop A&sztal - + &Add to Bookmarks &Könyvjelzőkhöz - + &Applications &Alkalmazások - + Ctrl+X - + &Copy &Másol - + Ctrl+C - + &Paste &Beilleszt - + Ctrl+V - + Select &All &Mindet - + Pr&eferences B&eállítások - + + &Ascending + + + + + &Descending + + + + + &By File Name + + + + + By &Modification Time + + + + + By File &Type + + + + + By &Owner + + + + + &Folder First + + + + &Invert Selection K&ijelölés megfordítás - + &Delete &Töröl - + &Rename &Átnevez - + + &Case Sensitive + + + + + By File &Size + + + + + &Close Window + + + + Ctrl+A - + Go &Up &Föl - + &New Window &ÚJ ablak - + &Icon View &Ikonnézet - + &Compact View &Tömör nézet - + &Detailed List &Teljes lista - + &Thumbnail View &Bélyegképek - + Cu&t &Kivág - Ascending - Növekvő + Növekvő - Descending - Csökkenő + Csökkenő - By File Name - Név + Név - By Modification Time - Módosítási idő + Módosítási idő - By File Type - Típus + Típus - By Owner - Tulajdonos + Tulajdonos - Folder First - Mappák elől + Mappák elől - + New &Tab Új &fül - + New Tab Új fül - + Ctrl+T - + Go &Back &Vissza - + Go Back Vissza - + Alt+Left Alt+Bal - + Go &Forward &Előre - + Go Forward Előre - + Alt+Right Alt+Jobb - + Del - + F2 - + C&lose Tab Fü&l bezárás - + File &Properties &Fájljellemzők - + &Folder Properties &Mappajellemzők - - Folder - - - - + Ctrl+Shift+N - - Blank File - - - - + Ctrl+Alt+N - + C&reate New - + &Sorting &Rendezés - + Main Toolbar Eszközsáv - + Ctrl+W - + Alt+Return - Case Sensitive - Nagybetűérzékeny + Nagybetűérzékeny - By File Size - Fájlméret + Fájlméret - Close Window - Ablak bezárás + Ablak bezárás - + Edit Bookmarks Könyvjelzőkezelés - + Open &Terminal &Terminál - + F4 - + Open as &Root &Rendszergazdai megnyitás - + &Edit Bookmarks Könyvj&elzőkezelés - + + &Folder + + + + + &Blank File + + + + + &Find Files + + + + + F3 + + + + + Filter by string... + + + + &File &Fájl - + &Help &Súgó - + &View &Nézet - + &Edit Sz&erkeszt - + &Bookmarks &Könyvjelzők - + &Go U&grás - + &Tool &Eszközök @@ -758,99 +704,99 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< PCManFM::Application - + Name of configuration profile Beállítófájl neve - + PROFILE - + Run PCManFM as a daemon A PCManFM mint daemon fut - + Quit PCManFM PCManFM elhagyása - + Launch desktop manager Asztalkezelő indítás - + Turn off desktop manager if it's running Futó asztalkezelő lekapcsolása - + Open desktop preference dialog on the page with the specified name Asztalbeállító nyitása a megadott nevű lapon - - + + NAME - + Open new window Új ablak nyitás - + Open Find Files utility Fájlkereső indítása - + Set desktop wallpaper from image FILE A megadott FILE használata tapétaként - + FILE FILE - + Set mode of desktop wallpaper. MODE=(color|stretch|fit|center|tile) Tapéta mód. MODE=(color|stretch|fit|center|tile) - + MODE - + Open Preferences dialog on the page with the specified name Beállító nyitása a megadott nevű lapon - + Files or directories to open Megnyitandó fájlok vagy mappák - + [FILE1, FILE2,...] - - + + Error Hiba - + Terminal emulator is not set. A terminál emulátor beállítatlan. @@ -871,32 +817,32 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< PCManFM::DesktopPreferencesDialog - + Fill with background color only Kitöltés csak háttérszínnel - + Stretch to fill the entire screen Kitöltve - + Stretch to fit the screen Nyújtva - + Center on the screen Középre - + Tile the image to fill the entire screen Csempézve - + Image Files Képfájlok @@ -917,28 +863,33 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< PCManFM::MainWindow - + + Clear text (Ctrl+K) + + + + Version: %1 Verzió: %1 - + &Move to Trash &Kukába - + &Delete &Töröl - - + + Error Hiba - + Switch user command is not set. A felhasználót váltó alkalmazás beállítatlan. @@ -969,31 +920,31 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< PCManFM::TabPage - + Error Hiba - + Free space: %1 (Total: %2) Szabad: %1 (Összes: %2) - + %n item(s) %n elem - + (%n hidden) (%n rejtett) - + %1 item(s) selected %1 elem választva @@ -1019,318 +970,318 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< PreferencesDialog - + Preferences Beállítások - + User Interface Felhasználói felület - + Behavior Viselkedés - - + + Thumbnail Bélyegkép - + Volume Adathordozó - + Advanced Haladó - + Icons Ikonok - + Size of big icons: Nagy méret: - + Size of small icons: Kicsi méret: - + Size of thumbnails: Bélyegképméret: - + Size of side pane icons: Oldalsáv ikonméret: - + Icon theme: Ikon téma: - + Window Ablak - + Default width of new windows: Új ablak alapszélessége: - + Default height of new windows: Új ablak alapmagassága: - + Always show the tab bar Fülsáv mindig látható - + Show 'Close' buttons on tabs 'Bezár'gomb a fülön látszik - + Remember the size of the last closed window Utoljára bezárt ablak méretének megjegyzése - + Browsing Böngészés - + Open files with single click Megnyitás egy kattintásra - + 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 tilt) - + Default view mode: Alapértelmezett nézet: - + sec - + File Operations Fájlkezelések - + Confirm before deleting files Törlés előtti megerősítés - + Move deleted files to "trash bin" instead of erasing from disk. Törölt fájlok lemezről törlés helyett a kukába a kukába mennek. - + Show thumbnails of files Fájloknál - + Only show thumbnails for local files Csak helyi fájloknál - + Display - + 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" - + Don't ask options on launch executable file - + User interface - + Treat backup files as hidden - + Always show full file names - + Show icons of hidden files shadowed - + Show in places - + Home Saját könyvtár - + Desktop Asztal - + Trash can - + Computer - + Applications - + Devices - + Network - + Do not generate thumbnails for image files exceeding this size: Nincs, ha a fájl ennél nagyobb: - + KB - + Auto Mount Automata csatolás - + Mount mountable volumes automatically on program startup Csatolható eszközök automata csatolása induláskor - + Mount removable media automatically when they are inserted Cserélhető adathordozók automata csatolása behelyezéskor - + Show available options for removable media when they are inserted Cserélhető adathordozók behelyezéskor választás felkínálása - + When removable medium unmounted: Cserélhető adathordozó lecsatolásakor: - + 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 - + Run default application after creation from template @@ -1343,12 +1294,12 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< A fül a saját mappát fogja mutatni - + Programs Programok - + Terminal emulator: Terminálemulátor: @@ -1357,7 +1308,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< Felhasználó váltási parancs: - + Examples: "xterm -e %s" for terminal or "gksu %s" for switching user. %s = the command line you want to execute with terminal or su. Példa: "xterm -e %s" terminálhoz "gksu %s" felhasználóváltáshoz. @@ -1368,7 +1319,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< Csomagoló beépítés: - + Use SI decimal prefixes instead of IEC binary prefixes diff --git a/pcmanfm/translations/pcmanfm-qt_it.ts b/pcmanfm/translations/pcmanfm-qt_it.ts index 1a84dbb..2d3d05c 100644 --- a/pcmanfm/translations/pcmanfm-qt_it.ts +++ b/pcmanfm/translations/pcmanfm-qt_it.ts @@ -96,102 +96,130 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< Scegliere l'azione da eseguire: + + DesktopFolder + + + Form + + + + + Desktop + Scrivania + + + + Desktop folder: + Cartella scrivania: + + + + Image file + File immagine + + + + Folder path + Percorso + + + + &Browse + &Sfoglia + + DesktopPreferencesDialog - + Desktop Preferences Preferenze della scrivania - + Background Sfondo - + Wallpaper mode: Modalità sfondo: - + Wallpaper image file: File immagine sfondo: - + Select background color: Colore sfondo: - - + Image file File immagine - + Image file path Percorso al file immagine - - + &Browse &Sfoglia - + Label Text Testo etichette - + Select text color: Colore testo: - + Select shadow color: Colore dell'ombra: - + Select font: Carattere: - + General Generali - + Window Manager Gestore finestre - + Show menus provided by window managers when desktop is clicked Mostra il menu forniti dal gestore finestre quando si fa click sulla scrivania - Desktop - Scrivania + Scrivania - Desktop folder: - Cartella scrivania: + Cartella scrivania: - Folder path - Percorso + Percorso - + Advanced Avanzate @@ -199,397 +227,481 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< MainWindow - + File Manager Gestore file - + Go Up Vai su - + Alt+Up Alt+Su - Home - Cartella home + Cartella home - + Alt+Home Alt+Inizio - + Reload Ricarica - + F5 F5 - + + &Home + + + + &Reload &Ricarica - + Go Vai - + Quit Esci - + &About &Informazioni - + New Window Nuova finestra - + Ctrl+N Ctrl+N - + Show &Hidden Mostra 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 + + + + + &Descending + + + + + &By File Name + + + + + By &Modification Time + + + + + By File &Type + + + + + By &Owner + + + + + &Folder First + + + + &Invert Selection &Inverti selezione - + &Delete &Rimuovi - + &Rename &Rinomina - + 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 - Ascending - Crescente + Crescente - Descending - Decrescente + Decrescente - By File Name - Per nome file + Per nome file - By Modification Time - Per data modifica + Per data modifica - By File Type - Per tipo file + Per tipo file - By Owner - Per proprietario + Per proprietario - Folder First - Prima le cartelle + Prima le cartelle - + New &Tab Nuova sc&heda - + New Tab Nuova scheda - + Ctrl+T Ctrl+T - + Go &Back Vai in&dietro - + Go Back Va indietro - + Alt+Left Alt+Sinistra - + Go &Forward Vai &avanti - + Go Forward Va 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 + + + + + By File &Size + + + + + &Close Window + + + + + &Folder + + + + + Ctrl+Shift+N + + + + + &Blank File + + + + + Ctrl+Alt+N + + + + + &Find Files + + + + + F3 + F3 + + + + Filter by string... + + + + + C&reate New + + + + &Sorting &Ordinamento - + Main Toolbar Barra strumenti principale - + Ctrl+W Ctrl+W - + Alt+Return Alt+Invio - Case Sensitive - Distingui MAIUSCOLE/minuscole + Distingui MAIUSCOLE/minuscole - By File Size - Per dimensione file + Per dimensione file - Close Window - Chiudi finestra + Chiudi finestra - + Edit Bookmarks Modifica segnalibri - + Open &Terminal Apri &terminale - + F4 F4 - + Open as &Root Apri come &root - + &Edit Bookmarks &Modifica segnalibri - + &File &File - + &Help A&iuto - + &View &Visualizza - + &Edit &Modifica - + &Bookmarks &Segnalibri - + &Go &Vai - + &Tool S&trumenti @@ -597,100 +709,100 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< PCManFM::Application - + Name of configuration profile Nome del profilo di configurazione - + PROFILE PROFILO - + Run PCManFM as a daemon Esegue PCManFM come demone - + Quit PCManFM Esce da PCManFM - + Launch desktop manager Lancia il gestore della scrivania - + Turn off desktop manager if it's running Spegne il gestore della scrivania se è in esecuzione - + Open desktop preference dialog on the page with the specified name Apri le preferenze della scrivania alla pagina con il nome specificato - - + + NAME NOME - + Set desktop wallpaper from image FILE Imposta lo sfondo della scrivania con l'immagine dal FILE - + FILE FILE - + Set mode of desktop wallpaper. MODE=(color|stretch|fit|center|tile) Imposta la modalità dello sfondo della scrivania. MODO=(color|stretch|fit|center|tile) - + MODE MODE - + Open Preferences dialog on the page with the specified name where is that? Apri le preferenze alla pagina con il nome specificato - + Open new window Apri una nuova finestra - + Open Find Files utility Apri l'utilità di ricerca file - + [FILE1, FILE2,...] [FILE1, FILE2, ...] - + Files or directories to open Cartelle o file da aprire - - + + Error Errore - + Terminal emulator is not set. L'emulatore di terminale non è impostato. @@ -711,32 +823,32 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< PCManFM::DesktopPreferencesDialog - + Fill with background color only Riempi solo con il colore di sfondo - + Stretch to fill the entire screen Allarga per riempire tutto lo schermo - + Stretch to fit the screen Restringi per adattare allo schermo - + Center on the screen Centra nello schermo - + Tile the image to fill the entire screen Ripete l'immagine per riempire tutto lo schermo - + Image Files File immagine @@ -757,28 +869,33 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< PCManFM::MainWindow - + + Clear text (Ctrl+K) + + + + Version: %1 Versione:%1 - + &Move to Trash Cestin&a - + &Delete &Rimuovi - - + + Error Errore - + Switch user command is not set. Il comando per cambiare utente non è impostato. @@ -786,22 +903,22 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< PCManFM::PreferencesDialog - + Icon View Vista icone - + Compact Icon View Vista icone compatta - + Thumbnail View Vista miniature - + Detailed List View Vista elenco dettagliato @@ -809,17 +926,17 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< PCManFM::TabPage - + Error Errore - + Free space: %1 (Total: %2) Spazio libero: %1 (totale: %2) - + %n item(s) %n oggetto @@ -827,7 +944,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< - + (%n hidden)  (%n nascosto) @@ -835,7 +952,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< - + %1 item(s) selected %1 elementi selezionati @@ -843,17 +960,17 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< PCManFM::View - + 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 @@ -861,207 +978,328 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< PreferencesDialog - + Preferences Preferenze - + User Interface Interfaccia utente - + Behavior Comportamento - + + Thumbnail Miniatura - + Volume Periferiche - + Advanced Avanzate - + 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 dimensione della ultima finestra chiusa - + Browsing Navigazione - + Open files with single click Apri file con un click singolo - + Delay of auto-selection in single click mode (0 to disable) Ritardo per l'auto-selezione in modalità click singolo - + Default view mode: Modalità vista predefinita: - + sec 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 - + + Display + + + + + 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" + + + + + Don't ask options on launch executable file + + + + + User interface + + + + + Treat backup files as hidden + + + + + Always show full file names + + + + + Show icons of hidden files shadowed + + + + + Show in places + + + + + Home + Cartella home + + + + Desktop + Scrivania + + + + Trash can + + + + + Computer + + + + + Applications + + + + + Devices + + + + + Network + + + + Do not generate thumbnails for image files exceeding this size: Non generare miniature per file immagine più grandi di: - + KB  KB - + 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 + + + + + Show only user defined templates in menu + + + + + Show only one template for each MIME type + + + + + Run default application after creation from template + + + + Programs Programmi - + Terminal emulator: Emulatore di terminale: @@ -1070,7 +1308,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< Comando per cambiare utente: - + Examples: "xterm -e %s" for terminal or "gksu %s" for switching user. %s = the command line you want to execute with terminal or su. Esempi: "xterm -e %s" per il terminale o "gksu %s" per cambiare utente. @@ -1081,7 +1319,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< Integrazione con gli archivi: - + Use SI decimal prefixes instead of IEC binary prefixes Usa i prefissi decimali del SI invece di quelli binari dello IEC diff --git a/pcmanfm/translations/pcmanfm-qt_ja.ts b/pcmanfm/translations/pcmanfm-qt_ja.ts index cc9932e..1314ce1 100644 --- a/pcmanfm/translations/pcmanfm-qt_ja.ts +++ b/pcmanfm/translations/pcmanfm-qt_ja.ts @@ -4,27 +4,27 @@ AboutDialog - + About 情報 - + <html><head/><body><p><span style=" font-size:16pt; font-weight:600;">PCManFM</span></p></body></html> <html><head/><body><p><span style=" font-size:16pt; font-weight:600;">PCManFM</span></p></body></html> - + Lightweight file manager 軽量なファイルマネージャー - + <html><head/><body><p><a href="http://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">http://lxqt.org/</span></a></p></body></html> <html><head/><body><p><a href="http://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">http://lxqt.org/</span></a></p></body></html> - + PCMan File Manager Copyright (C) 2009 - 2014 洪任諭 (Hong Jen Yee) @@ -70,7 +70,7 @@ GNU 一般公衆利用許諾契約書の複製物を1部 <html><head/><body><p><a href="http://pcmanfm.sourceforge.net/"><span style=" text-decoration: underline; color:#0000ff;">http://pcmanfm.sourceforge.net/</span></a></p></body></html> - + Programming: * Hong Jen Yee (PCMan) <pcman.tw@gmail.com> @@ -79,7 +79,7 @@ GNU 一般公衆利用許諾契約書の複製物を1部 - + Authors 作者 @@ -125,7 +125,7 @@ GNU 一般公衆利用許諾契約書の複製物を1部 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.) - + License ライセンス @@ -133,691 +133,625 @@ GNU 一般公衆利用許諾契約書の複製物を1部 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: 実行させる処理を選んでください + + 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) - + Label Text ラベルテキスト - + Select text color: 文字色を選択 - + Select shadow color: 影の色を選択: - + Select font: フォントを選択 - + General 一般 - + Window Manager - + Show menus provided by window managers when desktop is clicked デスクトップのクリック時にウインドウマネージャーのメニューを表示 - - Desktop - - - - - Desktop folder: - - - - - Folder path - - - - + Advanced 高度 - - FindFilesDialog - - - Find Files - - - - - Name/Location - - - - - File name patterns - - - - - Pattern: - - - - - - Case insensitive - - - - - - Use regular expression - - - - - Places to search - - - - - Add - - - - - Remove - - - - - Search in sub directories - - - - - Search hidden files - - - - - - File Type - - - - - Only search for files of following types: - - - - - Text files - - - - - Image files - - - - - Audio files - - - - - Video files - - - - - Documents - - - - - Content - - - - - File contains - - - - - Properties - - - - - File Size - - - - - Bigger than: - - - - - Smaller than: - - - - - Last Modified Time - - - - - Earlier than: - - - - - Later than: - - - MainWindow - + File Manager ファイルマネージャー - + Go Up 上へ - + Alt+Up Alt+Up - Home - ホーム + ホーム - + Alt+Home Alt+Home - + Reload 再読込み - + F5 F5 - + + &Home + + + + &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 設定(&R) - + + &Ascending + + + + + &Descending + + + + + &By File Name + + + + + By &Modification Time + + + + + By File &Type + + + + + By &Owner + + + + + &Folder First + + + + &Invert Selection 選択を反転(&I) - + &Delete 削除(&D) - + &Rename 名前を変更(&R) - + + &Case Sensitive + + + + + By File &Size + + + + + &Close Window + + + + 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) - Ascending - 昇順 + 昇順 - Descending - 降順 + 降順 - By File Name - 名前 + 名前 - By Modification Time - 更新日時 + 更新日時 - By File Type - 種類 + 種類 - By Owner - 所有者 + 所有者 - Folder First - フォルダを先に + フォルダを先に - + 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) - - Folder - - - - + Ctrl+Shift+N - - Blank File - - - - + Ctrl+Alt+N - + C&reate New - + &Sorting ソート(&S) - + Main Toolbar メインツールバー - + Ctrl+W Ctrl+W - + Alt+Return Alt+Return - Case Sensitive - 大文字小文字を区別 + 大文字小文字を区別 - By File Size - サイズ + サイズ - Close Window - ウインドウを閉じる + ウインドウを閉じる - + Edit Bookmarks ブックマークを編集 - + Open &Terminal 端末で開く(&T) - + F4 F4 - + Open as &Root rootで開く(&R) - + &Edit Bookmarks ブックマークを編集 - + + &Folder + + + + + &Blank File + + + + + &Find Files + + + + + F3 + F3 + + + + Filter by string... + + + + &File ファイル(&F) - + &Help ヘルプ(&H) - + &View 表示(&V) - + &Edit 編集(&E) - + &Bookmarks ブックマーク(&B) - + &Go 開く(&G) - + &Tool ツール(&T) @@ -825,99 +759,99 @@ GNU 一般公衆利用許諾契約書の複製物を1部 PCManFM::Application - + Name of configuration profile 設定プロファイルの名前 - + PROFILE PROFILE - + Run PCManFM as a daemon PCManFMをデーモンとして実行 - + 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 NAME - + Set desktop wallpaper from image FILE 画像ファイルからデスクトップの壁紙を設定 - + FILE FILE - + Set mode of desktop wallpaper. MODE=(color|stretch|fit|center|tile) デスクトップの壁紙のモードを設定する。MODE=(color|stretch|fit|center|tile) - + MODE MODE - + Open Preferences dialog on the page with the specified name 特定の名前のページで設定ダイアログを開く - + Open new window 新しいウインドウを開く - + Open Find Files utility ファイル検索ユーティリティーを開く - + [FILE1, FILE2,...] [FILE1, FILE2,...] - + Files or directories to open 開くファイルまたはディレクトリー - - + + Error エラー - + Terminal emulator is not set. 端末エミュレーターを未設定です @@ -938,32 +872,32 @@ GNU 一般公衆利用許諾契約書の複製物を1部 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 画面全体に並べる - + Image Files 画像ファイル @@ -984,28 +918,33 @@ GNU 一般公衆利用許諾契約書の複製物を1部 PCManFM::MainWindow - + + Clear text (Ctrl+K) + + + + Version: %1 バージョン: %1 - + &Move to Trash ゴミ箱へ移動(&M) - + &Delete 削除(&D) - - + + Error エラー - + Switch user command is not set. ユーザー切替コマンドを未設定です @@ -1040,31 +979,31 @@ GNU 一般公衆利用許諾契約書の複製物を1部 PCManFM::TabPage - + Error エラー - + Free space: %1 (Total: %2) 空き領域: %1 (全体: %2) - + %n item(s) %n 個のアイテム - + (%n hidden) (%n 個の隠しアイテム) - + %1 item(s) selected %1 個のアイテムを選択 @@ -1090,288 +1029,288 @@ GNU 一般公衆利用許諾契約書の複製物を1部 PreferencesDialog - + Preferences 設定 - + User Interface ユーザーインターフェース - + Behavior 挙動 - + Display - - + + Thumbnail サムネイル - + Volume ボリューム - + Advanced 高度 - + 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" - + Don't ask options on launch executable file - + 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 直前に閉じたウインドウのサイズを記憶 - + 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. ディスクから削除せずに"ゴミ箱"へ入れる - + User interface - + Treat backup files as hidden - + Always show full file names - + Show icons of hidden files shadowed - + Show in places - + Home ホーム - + Desktop - + Trash can - + Computer - + Applications - + Devices - + Network - + Show thumbnails of files ファイルのサムネイルを表示 - + Templates - + Show only user defined templates in menu - + Show only one template for each MIME type - + 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: - + Archiver in&tegration: @@ -1384,7 +1323,7 @@ GNU 一般公衆利用許諾契約書の複製物を1部 そのタブのフォルダーをホームフォルダーに移動 - + Terminal emulator: 端末エミュレーター: @@ -1393,37 +1332,37 @@ GNU 一般公衆利用許諾契約書の複製物を1部 次のサイズ(KB)を超えるファイルのサムネイルを生成しない: - + 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 プログラム @@ -1436,7 +1375,7 @@ GNU 一般公衆利用許諾契約書の複製物を1部 ユーザーを切り替えるためのコマンド - + Examples: "xterm -e %s" for terminal or "gksu %s" for switching user. %s = the command line you want to execute with terminal or su. 例: 端末に "xterm -e %s" 、ユーザー切替に "gksu %s" @@ -1451,7 +1390,7 @@ GNU 一般公衆利用許諾契約書の複製物を1部 プログラムを実行する端末エミュレーターのコマンド: - + Use SI decimal prefixes instead of IEC binary prefixes IEC二進接頭辞の代わりに、SI十進接頭辞を用いる diff --git a/pcmanfm/translations/pcmanfm-qt_lt_LT.ts b/pcmanfm/translations/pcmanfm-qt_lt_LT.ts index fadd28e..371db4c 100644 --- a/pcmanfm/translations/pcmanfm-qt_lt_LT.ts +++ b/pcmanfm/translations/pcmanfm-qt_lt_LT.ts @@ -4,17 +4,17 @@ AboutDialog - + About Apie - + <html><head/><body><p><span style=" font-size:16pt; font-weight:600;">PCManFM</span></p></body></html> <html><head/><body><p><span style=" font-size:16pt; font-weight:600;">PCManFM</span></p></body></html> - + Lightweight file manager Lengva failų tvarkyklė @@ -23,7 +23,7 @@ <html><head/><body><p><a href="http://pcmanfm.sourceforge.net/"><span style=" text-decoration: underline; color:#0000ff;">http://pcmanfm.sourceforge.net/</span></a></p></body></html> - + Programming: * Hong Jen Yee (PCMan) <pcman.tw@gmail.com> @@ -32,7 +32,7 @@ - + Authors Autoriai @@ -65,12 +65,12 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - + License Licencija - + PCMan File Manager Copyright (C) 2009 - 2014 洪任諭 (Hong Jen Yee) @@ -91,7 +91,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< - + <html><head/><body><p><a href="http://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">http://lxqt.org/</span></a></p></body></html> @@ -99,691 +99,625 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< AutoRunDialog - + Removable medium is inserted Įdėta išimama laikmena - + <b>Removable medium is inserted</b> <b>Įdėta išimama laikmena</b> - + Type of medium: Laikmenos tipas: - + Detecting... Aptinkama... - + Please select the action you want to perform: Pasirinkite veiksmą kurį norite atlikti: + + DesktopFolder + + + Form + + + + + Desktop + + + + + Desktop folder: + + + + + Image file + Paveikslėlio failas + + + + Folder path + + + + + &Browse + &Naršyti + + DesktopPreferencesDialog - + Desktop Preferences Darbastalio nustatymai - + Background Fonas - + Wallpaper mode: Fono režimas: - + Wallpaper image file: Fono paveikslėlis: - + Select background color: Pasirinkite fono spalvą: - - + Image file Paveikslėlio failas - + Image file path Paveikslėlio kelias - - + &Browse &Naršyti - + Label Text Antraštė - + Select text color: Parinkite teksto spalvą: - + Select shadow color: Pasirinkite šešėlio spalvą: - + Select font: Pasirinkite šriftą: - + General Bendra - + Advanced Sudėtingesni - + Show menus provided by window managers when desktop is clicked - + Window Manager - - - Desktop - - - - - Desktop folder: - - - - - Folder path - - - - - FindFilesDialog - - - Find Files - - - - - Name/Location - - - - - File name patterns - - - - - Pattern: - - - - - - Case insensitive - - - - - - Use regular expression - - - - - Places to search - - - - - Add - - - - - Remove - - - - - Search in sub directories - - - - - Search hidden files - - - - - - File Type - - - - - Only search for files of following types: - - - - - Text files - - - - - Image files - - - - - Audio files - - - - - Video files - - - - - Documents - - - - - Content - - - - - File contains - - - - - Properties - - - - - File Size - - - - - Bigger than: - - - - - Smaller than: - - - - - Last Modified Time - - - - - Earlier than: - - - - - Later than: - - MainWindow - + File Manager Failų tvarkyklė - + Go Up Aukštyn - + Alt+Up Alt+Up - Home - Home (Namai) + Home (Namai) - + Alt+Home Alt+Home - + Reload Įkelti iš naujo - + F5 F5 - + + &Home + + + + &Reload Į&kelti iš naujo - + Go Eiti - + Quit Išeiti - + &About &Apie - + New Window Naujas langas - + Ctrl+N Ctrl+N - + Show &Hidden Rodyti &paslėptus - + Ctrl+H Ctrl+H - + &Computer &Kompiuteris - + &Trash Š&iukšlinė - + &Network &Tinklas - + &Desktop &Darbastalis - + &Add to Bookmarks Į&dėti į žymeles - + &Applications &Programos - + Ctrl+X Ctrl+X - + &Copy &Kopijuoti - + Ctrl+C Ctrl+C - + &Paste Į&klijuoti - + Ctrl+V Ctrl+V - + Select &All Pažymėti &viską - + Pr&eferences &Nustatymai - + + &Ascending + + + + + &Descending + + + + + &By File Name + + + + + By &Modification Time + + + + + By File &Type + + + + + By &Owner + + + + + &Folder First + + + + &Invert Selection Pasirinkti &atvirkščiai - + &Delete &Pašalinti - + &Rename &Pervadinti - + + &Case Sensitive + + + + + By File &Size + + + + + &Close Window + + + + Ctrl+A Ctrl+A - + Go &Up &Aukštyn - + &New Window &Naujas langas - + &Icon View &Piktogramų rodinys - + &Compact View &Glaustas rodinys - + &Detailed List &Detalaus sąrašo vaizdas - + &Thumbnail View &Miniatiūrų rodinys - + Cu&t Iš&kirpti - Ascending - Didėjančiai + Didėjančiai - Descending - Mažėjančiai + Mažėjančiai - By File Name - Pagal failo vardą + Pagal failo vardą - By Modification Time - Pagal keitimo datą + Pagal keitimo datą - By File Type - Pagal failo tipą + Pagal failo tipą - By Owner - Pagal savininką + Pagal savininką - Folder First - Pirmiausia aplankai + Pirmiausia aplankai - + New &Tab Nauja &kortelė - + New Tab Nauja kortelė - + Ctrl+T Ctrl+T - + Go &Back &Atgal - + Go Back Atgal - + Alt+Left Alt+Left - + Go &Forward &Pirmyn - + Go Forward Pirmyn - + Alt+Right Alt+Right - + Del Del - + F2 F2 - + C&lose Tab &Užverti kortelę - + File &Properties Failo &savybės - + &Folder Properties Aplanko sa&vybės - - Folder - - - - + Ctrl+Shift+N - - Blank File - - - - + Ctrl+Alt+N - + C&reate New - + &Sorting &Rikiavimas - + Ctrl+W Ctrl+W - + Alt+Return Alt+Return - Case Sensitive - Skirti raidžių dydį + Skirti raidžių dydį - By File Size - Pagal failo dydį + Pagal failo dydį - Close Window - Užverti langą + Užverti langą - + Edit Bookmarks Redaguoti žymeles - + Open &Terminal Atverti &terminalą - + F4 F4 - + Open as &Root Atverti &administratoriaus teisėmis - + &Edit Bookmarks &Redaguoti žymeles - + + &Folder + + + + + &Blank File + + + + + &Find Files + + + + + F3 + F3 + + + + Filter by string... + + + + &File &Failas - + &Help Ž&inynas - + &View &Rodymas - + &Edit &Taisa - + &Bookmarks Ž&ymelės - + &Go &Eiti - + &Tool Į&rankiai - + Main Toolbar @@ -791,99 +725,99 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< PCManFM::Application - + Name of configuration profile Konfigūracijos profilio pavadinimas - + PROFILE PROFILIS - + Run PCManFM as a daemon Paleisti PCManFM kaip demoną - + Quit PCManFM Užverti PCManFM - + Launch desktop manager Paleisti darbastalio tvarkyklę - + Turn off desktop manager if it's running Išjungti darbastalio tvarkyklę (jei ji veikia) - + Open desktop preference dialog on the page with the specified name Atverti nustatymų dialogą nurodytame puslapyje - - + + NAME PAVADINIMAS - + Set desktop wallpaper from image FILE Nustatyti darbastalio foną iš paveikslėlio FAILO - + FILE FAILAS - + Set mode of desktop wallpaper. MODE=(color|stretch|fit|center|tile) Darbastalio fono režimas. REŽIMAS=(color|stretch|fit|center|tile) - + MODE REŽIMAS - + Open Preferences dialog on the page with the specified name Atverti nustatymų dialogą nurodytame puslapyje - + Open new window Atverti naują langą - + Open Find Files utility Atverti failų paieškos įrankį - + [FILE1, FILE2,...] [FAILAS1, FAILAS2,...] - - + + Error Klaida - + Terminal emulator is not set. Nenustatytas terminalo emuliatorius. - + Files or directories to open @@ -904,32 +838,32 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< PCManFM::DesktopPreferencesDialog - + Fill with background color only Užpildyti tik fono spalva - + Stretch to fill the entire screen Ištempti per visą ekraną - + Stretch to fit the screen Sutalpinti ekrane - + Center on the screen Rodyti ekrano centre - + Tile the image to fill the entire screen Užpildyti ekraną paveikslėliais - + Image Files Paveikslėlių failai @@ -950,23 +884,28 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< PCManFM::MainWindow - + + Clear text (Ctrl+K) + + + + &Move to Trash &Perkelti į šiukšliadėžę - + &Delete &Pašalinti - - + + Error Klaida - + Switch user command is not set. Nenustatyta naudotojo perjungimo komanda. @@ -975,7 +914,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< Nenustatytas terminalo emuliatorius. - + Version: %1 @@ -1006,31 +945,31 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< PCManFM::TabPage - + Free space: %1 (Total: %2) Laisvos vietos: %1 (Iš viso: %2 ) - + %n item(s) %n elementas(-ai) - + (%n hidden) (%n paslėptas) - + Error Klaida - + %1 item(s) selected @@ -1056,168 +995,168 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< PreferencesDialog - + Preferences Nustatymai - + User Interface Naudotojo sąsaja - + Behavior Elgsena - + Display - - + + Thumbnail Miniatiūra - + Volume Tomas - + Advanced Papildomi - + 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" - + Don't ask options on launch executable file - + 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 skydelio piktogramų dydis: - + Icon theme: Piktogramų tema: - + Window Langas - + Default width of new windows: Numatytasis naujų langų plotis: - + Default height of new windows: Numatytasis naujų langų aukštis: - + Always show the tab bar Visada rodyti kortelių juostą - + Show 'Close' buttons on tabs Ant kortelių rodyti uždarymo mygtukus - + Browsing Naršymas - + Open files with single click Atverti failus vienu mygtuko paspaudimu - + Default view mode: Numatytas rodinys: - + File Operations Failų operacijos - + Confirm before deleting files Patvirtinti prieš ištrinant failus - + Move deleted files to "trash bin" instead of erasing from disk. Ištrintus failus perkelti į šiukšlinę, o ne ištrinti iš disko. - + Show thumbnails of files Rodyti failų miniatiūras - + Only show thumbnails for local files Miniatiūras rodyti tik vietiniams failams @@ -1226,27 +1165,27 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< Negeneruoti miniatiūrų, jei failas didesnis nei (KB): - + Auto Mount Automatinis prijungimas - + Mount mountable volumes automatically on program startup Paleidžiant programą automatiškai prijungti prijungiamus tomus - + Mount removable media automatically when they are inserted Prijungti išimamas laikmenas automatiškai jas įdėjus - + Show available options for removable media when they are inserted Prijungus išimamą laikmeną rodyti galimus veiksmus - + Programs Programos @@ -1259,7 +1198,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< Naudotojo perjungimo komanda: - + Examples: "xterm -e %s" for terminal or "gksu %s" for switching user. %s = the command line you want to execute with terminal or su. Pavyzdys: „xterm -e %s“ terminalui ar „gksu %s“ naudotojo perjungimui. @@ -1274,142 +1213,142 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< Terminalo emuliatoriaus komanda programoms: - + Use SI decimal prefixes instead of IEC binary prefixes Naudoti SI dešimtainius matmenis vietoj IEC dvejetainių matmenų - + Do not generate thumbnails for image files exceeding this size: - + KB - + Terminal emulator: - + When removable medium unmounted: - + Delay of auto-selection in single click mode (0 to disable) - + sec - + User interface - + Treat backup files as hidden - + Always show full file names - + Show icons of hidden files shadowed - + Remember the size of the last closed window - + Show in places - + Home Home (Namai) - + Desktop - + Trash can - + Computer - + Applications - + Devices - + Network - + 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 - + Run default application after creation from template diff --git a/pcmanfm/translations/pcmanfm-qt_pl.ts b/pcmanfm/translations/pcmanfm-qt_pl.ts index 5cfa013..315ab54 100644 --- a/pcmanfm/translations/pcmanfm-qt_pl.ts +++ b/pcmanfm/translations/pcmanfm-qt_pl.ts @@ -4,22 +4,22 @@ AboutDialog - + About O programie - + <html><head/><body><p><span style=" font-size:16pt; font-weight:600;">PCManFM</span></p></body></html> <html><head/><body><p><span style=" font-size:16pt; font-weight:600;">PCManFM</span></p></body></html> - + Lightweight file manager Lekki menedżer plików - + PCMan File Manager Copyright (C) 2009 - 2014 洪任諭 (Hong Jen Yee) @@ -40,7 +40,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< - + Programming: * Hong Jen Yee (PCMan) <pcman.tw@gmail.com> @@ -49,17 +49,17 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< - + <html><head/><body><p><a href="http://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">http://lxqt.org/</span></a></p></body></html> <html><head/><body><p><a href="http://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">http://lxqt.org/</span></a></p></body></html> - + Authors Autorzy - + License Licencja @@ -67,127 +67,155 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< AutoRunDialog - + Removable medium is inserted Wykryto nośnik wymienny - + <b>Removable medium is inserted</b> <b>Wykryto nośnik wymienny</b> - + Type of medium: Typ nośnika: - + Detecting... Wykrywanie... - + Please select the action you want to perform: Wybierz działanie, które chcesz wykonać: + + DesktopFolder + + + Form + + + + + Desktop + Pulpit + + + + Desktop folder: + Katalog Pulpitu: + + + + Image file + Plik obrazka + + + + Folder path + Ścieżka katalogu + + + + &Browse + &Wybierz + + DesktopPreferencesDialog - + Desktop Preferences 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 - + Label Text Tekst - + Select text color: Kolor tekstu: - + Select shadow color: Kolor cienia: - + Select font: Czcionka: - + General Wygląd - + Window Manager Menedżer Okien - + Show menus provided by window managers when desktop is clicked Wyświetlanie menu menedżera okien po kliknięciu na pulpicie - Desktop - Pulpit + Pulpit - Desktop folder: - Katalog Pulpitu: + Katalog Pulpitu: - Folder path - Ścieżka katalogu + Ścieżka katalogu - + Advanced Zaawansowane @@ -195,563 +223,600 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< FindFilesDialog - Find Files - Znajdź pliki + Znajdź pliki - Name/Location - Nazwa/Lokalizacja + Nazwa/Lokalizacja - File name patterns - Wzorce nazwy pliku + Wzorce nazwy pliku - Pattern: - Wzorzec: + Wzorzec: - - Case insensitive - Ignoruj wielkość liter + Ignoruj wielkość liter - - Use regular expression - Użyj wyrażeń regularnych + Użyj wyrażeń regularnych - Places to search - Szukaj w + Szukaj w - Add - Dodaj + Dodaj - Remove - Usuń + Usuń - Search in sub directories - Szukaj w podkatalogach + Szukaj w podkatalogach - Search hidden files - Szukaj wśród ukrytych plików + Szukaj wśród ukrytych plików - - File Type - Typ pliku + Typ pliku - Only search for files of following types: - Szukaj tylko plików o podanym typie: + Szukaj tylko plików o podanym typie: - Text files - Pliki tekstowe + Pliki tekstowe - Image files - Obrazy + Obrazy - Audio files - Pliki dźwiękowe + Pliki dźwiękowe - Video files - Pliki wideo + Pliki wideo - Documents - Dokumenty + Dokumenty - Content - Zawartość + Zawartość - File contains - Pliki zawierające + Pliki zawierające - Properties - Ustawienia + Ustawienia - File Size - Rozmiar pliku + Rozmiar pliku - Bigger than: - Większy niż: + Większy niż: - Smaller than: - Mniejszy niż: + Mniejszy niż: - Last Modified Time - Czas ostatniej modyfikacji + Czas ostatniej modyfikacji - Earlier than: - Wcześniejszy niż: + Wcześniejszy niż: - Later than: - Późniejszy niż: + Późniejszy niż: MainWindow - + File Manager Menedżer plików - + Go Up Katalog nadrzędny - + Alt+Up Alt+Góra - Home - Katalog użytkownika + Katalog użytkownika - + Alt+Home Alt+Home - + Reload Odśwież - + F5 F5 - + + &Home + + + + &Reload &Odśwież - + Go Przejdź - + Quit Zamknij - + &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 + + + + + &Descending + + + + + &By File Name + + + + + By &Modification Time + + + + + By File &Type + + + + + By &Owner + + + + + &Folder First + + + + &Invert Selection &Odwróć zaznaczenie - + &Delete &Usuń - + &Rename &Zmień nazwę - + + &Case Sensitive + + + + + By File &Size + + + + + &Close Window + + + + 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 W&ytnij - Ascending - Rosnąco + Rosnąco - Descending - Malejąco + Malejąco - By File Name - Według nazwy + Według nazwy - By Modification Time - Według czasu modyfikacji + Według czasu modyfikacji - By File Type - Według typu + Według typu - By Owner - Według właściciela + Według właściciela - Folder First - Najpierw katalogi + Najpierw katalogi - + 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 - Folder - Katalog + Katalog - + Ctrl+Shift+N Ctrl+Shift+N - Blank File - Pusty plik + Pusty plik - + Ctrl+Alt+N Ctrl+Alt+N - + C&reate New &Nowy - + &Sorting &Sortowanie - + Main Toolbar Pasek narzędziowy - + Ctrl+W Ctrl+W - + Alt+Return Alt+Return - Case Sensitive - Uwzględniaj wielkość liter + Uwzględniaj wielkość liter - By File Size - Według rozmiaru + Według rozmiaru - Close Window - Zamknij okno + Zamknij okno - + 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 + + + + + &Blank File + + + + + &Find Files + + + + + F3 + F3 + + + + Filter by string... + + + + &File &Plik - + &Help Po&moc - + &View &Widok - + &Edit &Edycja - + &Bookmarks &Zakładki - + &Go P&rzejdź - + &Tool &Narzędzia @@ -759,99 +824,99 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< PCManFM::Application - + Name of configuration profile Nazwa profilu konfiguracji - + PROFILE PROFIL - + Run PCManFM as a daemon Uruchom PCManFM jako daemon - + Quit PCManFM Zakończ PCManFM - + Launch desktop manager Uruchom menedżera pulpitu - + Turn off desktop manager if it's running Wyłądż menedżera pulpitu jeżeli jest uruchomiony - + Open desktop preference dialog on the page with the specified name - - + + NAME NAZWA - + Open new window Otwórz nowe okno - + Open Find Files utility - + Set desktop wallpaper from image FILE Ustaw tło pulpitu z obrazka PLIK - + FILE PLIK - + Set mode of desktop wallpaper. MODE=(color|stretch|fit|center|tile) Ustaw tryb tapety pulpitu. TRYB=(color|stretch|fit|center|tile) - + MODE TRYB - + Open Preferences dialog on the page with the specified name - + Files or directories to open Pliki lub katalogi do otwarcia - + [FILE1, FILE2,...] [PLIK1, PLIK2,...] - - + + Error Błąd - + Terminal emulator is not set. Nie ustawiono emulatora terminala. @@ -872,32 +937,32 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< PCManFM::DesktopPreferencesDialog - + Fill with background color only Wypełnij tylko kolorem - + Stretch to fill the entire screen Rozciągnij do rozmiaru ekranu - + Stretch to fit the screen Dopasuj do rozmiaru ekranu - + Center on the screen Wyśrodkuj - + Tile the image to fill the entire screen Sąsiadująco - + Image Files Pliki obrazków @@ -918,28 +983,33 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< PCManFM::MainWindow - + + Clear text (Ctrl+K) + + + + 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. @@ -970,17 +1040,17 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< PCManFM::TabPage - + Error Błąd - + Free space: %1 (Total: %2) Wolna przestrzeń: %1 (całkowita: %2) - + %n item(s) %n elementów @@ -989,7 +1059,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< - + (%n hidden) (%n ukrytych) @@ -998,7 +1068,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< - + %1 item(s) selected Zaznaczono %1 elementy @@ -1024,318 +1094,318 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< PreferencesDialog - + Preferences Preferencje - + User Interface Wyświetlanie - + Behavior Zachowanie - - + + Thumbnail Miniatury - + Volume Wolumen - + Advanced Zaawansowane - + 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 Pokaż przycisk 'Zamknij' na kartach - + Remember the size of the last closed window Pamiętaj rozmiar ostatnio zamkniętego okna - + Browsing Przeglądanie - + Open files with single click Otwórz pliki pojedynczym kliknięciem - + Delay of auto-selection in single click mode (0 to disable) Opóźnienie zaznaczania (0 aby wyłączyć) - + Default view mode: Domyślny tryb widoku: - + sec 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. Przenoszenie plików do "Kosza" zamiast usuwania z dysku - + Show thumbnails of files Wyświetl miniatury zawartości plików - + Only show thumbnails for local files Wyświetl miniatury zawartości tylko lokalnych plików - + Display - + Bookmarks: Zakładki: - + Open in current tab Otwórz w aktualnej zakładce - + Open in new tab Otwórz w nowej zakładce - + Open in new window Otwórz w nowym oknie - + Erase files on removable media instead of "trash can" creation - + Confirm before moving files into "trash can" Potwierdź przed przeniesieniem plików do "Kosza" - + Don't ask options on launch executable file - + User interface Wyświetlanie - + Treat backup files as hidden - + Always show full file names Zawsze wyświetlaj pełne nazwy plików - + Show icons of hidden files shadowed - + Show in places - + Home Katalog użytkownika - + Desktop Pulpit - + Trash can Kosz - + Computer Komputer - + Applications Aplikacje - + Devices Urządzenia - + Network Sieć - + Do not generate thumbnails for image files exceeding this size: Nie generuj miniatur dla plików większych niż: - + KB KB - + Auto Mount Automatyczne montowanie - + Mount mountable volumes automatically on program startup Montowanie wolumenów podczas uruchamiania programu - + Mount removable media automatically when they are inserted Montowanie nośników wymiennych po wsunięciu - + Show available options for removable media when they are inserted Wyświetlanie możliwych 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 zakładkę nośnika wymiennego - + Chan&ge folder in the tab to home folder Zmień katalog w zakładce na katalog użytkownika - + Switch &user command: - + Archiver in&tegration: Menedżer archiwów - + Templates Szablony - + Show only user defined templates in menu - + Show only one template for each MIME type Pokazuj tylko jeden szablon dla każdego typu MIME - + Run default application after creation from template @@ -1348,12 +1418,12 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< Przejście do katalogu użytkownika - + Programs Programy - + Terminal emulator: Emulator terminala: @@ -1362,7 +1432,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< Przełączanie użytkowników: - + Examples: "xterm -e %s" for terminal or "gksu %s" for switching user. %s = the command line you want to execute with terminal or su. Przykład: "xterm -e %s" dla terminala lub "gksu %s" dla przełączania użytkownika. @@ -1373,7 +1443,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< Menedżer archiwów: - + Use SI decimal prefixes instead of IEC binary prefixes Używanie dziesiętnych prefiksów SI zamiast binarnych IEC diff --git a/pcmanfm/translations/pcmanfm-qt_pt.ts b/pcmanfm/translations/pcmanfm-qt_pt.ts index 64e6163..c1e8fd5 100644 --- a/pcmanfm/translations/pcmanfm-qt_pt.ts +++ b/pcmanfm/translations/pcmanfm-qt_pt.ts @@ -4,27 +4,27 @@ AboutDialog - + About Sobre - + <html><head/><body><p><span style=" font-size:16pt; font-weight:600;">PCManFM</span></p></body></html> <html><head/><body><p><span style=" font-size:16pt; font-weight:600;">PCManFM</span></p></body></html> - + Lightweight file manager Gestor de ficheiros - + <html><head/><body><p><a href="http://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">http://lxqt.org/</span></a></p></body></html> <html><head/><body><p><a href="http://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">http://lxqt.org/</span></a></p></body></html> - + PCMan File Manager Copyright (C) 2009 - 2014 洪任諭 (Hong Jen Yee) @@ -65,7 +65,7 @@ Se tal facto não ocorreu, escreva para a Free Software Foundation, Inc., <html><head/><body><p><a href="http://pcmanfm.sourceforge.net/"><span style=" text-decoration: underline; color:#0000ff;">http://pcmanfm.sourceforge.net/</span></a></p></body></html> - + Programming: * Hong Jen Yee (PCMan) <pcman.tw@gmail.com> @@ -74,7 +74,7 @@ Se tal facto não ocorreu, escreva para a Free Software Foundation, Inc., - + Authors Autores @@ -115,7 +115,7 @@ Se tal facto não ocorreu, escreva para a Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - + License Licença @@ -123,692 +123,638 @@ Se tal facto não ocorreu, escreva para a Free Software Foundation, Inc., AutoRunDialog - + Removable medium is inserted Disco amovível inserido - + <b>Removable medium is inserted</b> <b>Disco amovível inserido</b> - + Type of medium: Tipo de disco: - + Detecting... A detetar... - + Please select the action you want to perform: Escolha a ação que pretende executar: + + DesktopFolder + + + Form + + + + + Desktop + Área de trabalho + + + + Desktop folder: + Pasta da área de trabalho: + + + + Image file + Ficheiro de imagem + + + + Folder path + Caminho da pasta + + + + &Browse + E&xplorar + + DesktopPreferencesDialog - + Desktop Preferences Preferências da área de trabalho - + Background Fundo - + Wallpaper mode: Modo de 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 - + Label Text Texto - + Select text color: Escolha a cor do texto: - + Select shadow color: Escolha a cor da sombra: - + Select font: Escolha o tipo de letra: - + General Geral - + Window Manager Gestor de janelas - + Show menus provided by window managers when desktop is clicked Mostrar menus disponibilizados pelo gestor de janelas ao clicar na área de trabalho - Desktop - Área de trabalho + Área de trabalho - Desktop folder: - Pasta da área de trabalho: + Pasta da área de trabalho: - Folder path - Caminho da pasta + Caminho da pasta - + Advanced Avançado - - FindFilesDialog - - - Find Files - - - - - Name/Location - - - - - File name patterns - - - - - Pattern: - - - - - - Case insensitive - - - - - - Use regular expression - - - - - Places to search - - - - - Add - - - - - Remove - - - - - Search in sub directories - - - - - Search hidden files - - - - - - File Type - - - - - Only search for files of following types: - - - - - Text files - - - - - Image files - - - - - Audio files - - - - - Video files - - - - - Documents - - - - - Content - - - - - File contains - - - - - Properties - - - - - File Size - - - - - Bigger than: - - - - - Smaller than: - - - - - Last Modified Time - - - - - Earlier than: - - - - - Later than: - - - MainWindow - + File Manager Gestor de ficheiros - + Go Up Subir - + Alt+Up Alt+Up - Home - Pasta pessoal + Pasta pessoal - + Alt+Home Alt+Home - + Reload Recarregar - + F5 F5 - + + &Home + + + + &Reload &Recarregar - + Go Ir - + Quit Sair - + &About &Sobre - + 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 + + + + + &Descending + + + + + &By File Name + + + + + By &Modification Time + + + + + By File &Type + + + + + By &Owner + + + + + &Folder First + + + + &Invert Selection &Inverter seleção - + &Delete E&liminar - + &Rename Muda&r nome - + + &Case Sensitive + + + + + By File &Size + + + + + &Close Window + + + + 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 - Ascending - Ascendente + Ascendente - Descending - Descendente + Descendente - By File Name - Por nome de ficheiro + Por nome de ficheiro - By Modification Time - Por data de modificação + Por data de modificação - By File Type - Por tipo de ficheiro + Por tipo de ficheiro - By Owner - Por dono + Por dono - Folder First - Pastas no início + Pastas no início - + 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 - - Folder - - - - + Ctrl+Shift+N - - Blank File - - - - + Ctrl+Alt+N - + C&reate New - + &Sorting &Ordenação - + Main Toolbar Barra principal - + Ctrl+W Ctrl+W - + Alt+Return Alt+Return - Case Sensitive - Diferenciar maiúsculas/minúsculas + Diferenciar maiúsculas/minúsculas - By File Size - Por tamanho de ficheiro + Por tamanho de ficheiro - Close Window - Fechar janela + Fechar janela - + Edit Bookmarks Editar marcadores - + Open &Terminal Abrir &terminal - + F4 F4 - + Open as &Root Abrir como &root - + &Edit Bookmarks &Editar marcadores - + + &Folder + + + + + &Blank File + + + + + &Find Files + + + + + F3 + F3 + + + + Filter by string... + + + + &File &Ficheiro - + &Help Aj&uda - + &View &Ver - + &Edit &Editar - + &Bookmarks &Marcadores - + &Go &Ir - + &Tool Ferramen&tas @@ -816,99 +762,99 @@ Se tal facto não ocorreu, escreva para a Free Software Foundation, Inc., PCManFM::Application - + Name of configuration profile Nome do perfil - + PROFILE Perfil - + Run PCManFM as a daemon Executar PCManFM como serviço - + Quit PCManFM Fechar PCManFM - + Launch desktop manager Abrir gestor da área de trabalho - + Turn off desktop manager if it's running Fechar gestor da área de trabalho se estiver em execução - + Open desktop preference dialog on the page with the specified name Abrir diálogo de preferências da área de trabalho na página especificada - - + + NAME Nome - + Set desktop wallpaper from image FILE Definir papel de parede com base num ficheiro - + FILE Ficheiro - + Set mode of desktop wallpaper. MODE=(color|stretch|fit|center|tile) Definir modo do papel de parede. Modo =(color|stretch|fit|center|tile) - + MODE Modo - + Open Preferences dialog on the page with the specified name Abrir diálogo de preferências na página especificada - + Open new window Abrir nova janela - + Open Find Files utility Abrir utilitário de procura de ficheiros - + [FILE1, FILE2,...] [Ficheiro1, ficheiro2,...] - + Files or directories to open Ficheiros ou diretórios a abrir - - + + Error Erro - + Terminal emulator is not set. O emulador de terminal não está definido. @@ -929,32 +875,32 @@ Se tal facto não ocorreu, escreva para a Free Software Foundation, Inc., PCManFM::DesktopPreferencesDialog - + Fill with background color only Preencher apenas com a cor de fundo - + Stretch to fill the entire screen Esticar para preencher o ecrã - + Stretch to fit the screen Esticar para ajustar ao ecrã - + Center on the screen Centrar no ecrã - + Tile the image to fill the entire screen Imagens em mosaico para preencher o ecrã - + Image Files Ficheiros de imagem @@ -975,28 +921,33 @@ Se tal facto não ocorreu, escreva para a Free Software Foundation, Inc., PCManFM::MainWindow - + + Clear text (Ctrl+K) + + + + Version: %1 Versão: %1 - + &Move to Trash &Mover para o lixo - + &Delete &Eliminar - - + + Error Erro - + Switch user command is not set. O comando para trocar de utilizador não está definido. @@ -1031,17 +982,17 @@ Se tal facto não ocorreu, escreva para a Free Software Foundation, Inc., PCManFM::TabPage - + Error Erro - + Free space: %1 (Total: %2) Espaço livre: %1 (Total: %2) - + %n item(s) %n item @@ -1049,7 +1000,7 @@ Se tal facto não ocorreu, escreva para a Free Software Foundation, Inc., - + (%n hidden) (%n oculto) @@ -1057,7 +1008,7 @@ Se tal facto não ocorreu, escreva para a Free Software Foundation, Inc., - + %1 item(s) selected %1 itens selecionados @@ -1083,288 +1034,288 @@ Se tal facto não ocorreu, escreva para a Free Software Foundation, Inc., PreferencesDialog - + Preferences Preferências - + User Interface Interface - + Behavior Comportamento - + Display - - + + Thumbnail Miniaturas - + Volume Volume - + Advanced Avançado - + 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" - + Don't ask options on launch executable file - + 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 no 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 janeas: - + Always show the tab bar Mostrar sempre barra de separadores - + Show 'Close' buttons on tabs Mostrar botão "Fechar" nos separadores - + Remember the size of the last closed window Memorizar tamanho da última janela fechada - + Browsing Navegação - + Open files with single click Abrir ficheiros com um clique - + Delay of auto-selection in single click mode (0 to disable) Atraso para seleçao automática no modo de um clique (0 para desativar) - + Default view mode: Modo de visualização: - + sec seg - + File Operations Operações de ficheiros - + Confirm before deleting files Confirmar antes de eliminar - + Move deleted files to "trash bin" instead of erasing from disk. Mover ficheiros para o lixo em vez de os eliminar do disco. - + User interface - + Treat backup files as hidden - + Always show full file names - + Show icons of hidden files shadowed - + Show in places - + Home Pasta pessoal - + Desktop Área de trabalho - + Trash can - + Computer - + Applications - + Devices - + Network - + Show thumbnails of files Mostrar miniaturas dos ficheiros - + Templates - + Show only user defined templates in menu - + Show only one template for each MIME type - + Run default application after creation from template - + Only show thumbnails for local files Mostrar 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: - + Archiver in&tegration: @@ -1377,7 +1328,7 @@ Se tal facto não ocorreu, escreva para a Free Software Foundation, Inc., Mudar o separador para a pasta pessoal - + Terminal emulator: Emulador de terminal: @@ -1386,37 +1337,37 @@ Se tal facto não ocorreu, escreva para a Free Software Foundation, Inc., Não gerar miniaturas para os ficheiros que excedam (KB): - + 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 - + Chan&ge folder in the tab to home folder - + Programs Programas @@ -1429,7 +1380,7 @@ Se tal facto não ocorreu, escreva para a Free Software Foundation, Inc., Comando para trocar de utilizador: - + Examples: "xterm -e %s" for terminal or "gksu %s" for switching user. %s = the command line you want to execute with terminal or su. Exemplo: "xterm -e %s" para terminal ou "gksu %s" para trocar de utilizador. @@ -1444,7 +1395,7 @@ Se tal facto não ocorreu, escreva para a Free Software Foundation, Inc., Comando do terminal para os programas: - + Use SI decimal prefixes instead of IEC binary prefixes Utilizar prefixos decimais SI em vez dos prefixos binários IEC diff --git a/pcmanfm/translations/pcmanfm-qt_ru.ts b/pcmanfm/translations/pcmanfm-qt_ru.ts index aea61d8..57d5c25 100644 --- a/pcmanfm/translations/pcmanfm-qt_ru.ts +++ b/pcmanfm/translations/pcmanfm-qt_ru.ts @@ -4,32 +4,32 @@ AboutDialog - + About О программе - + <html><head/><body><p><span style=" font-size:16pt; font-weight:600;">PCManFM</span></p></body></html> <html><head/><body><p><span style=" font-size:16pt; font-weight:600;">PCManFM</span></p></body></html> - + Lightweight file manager Легковесный диспетчер файлов - + <html><head/><body><p><a href="http://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">http://lxqt.org/</span></a></p></body></html> <html><head/><body><p><a href="http://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">http://lxqt.org/</span></a></p></body></html> - + Authors Авторы - + Programming: * Hong Jen Yee (PCMan) <pcman.tw@gmail.com> @@ -38,12 +38,12 @@ - + License Лицензия - + PCMan File Manager Copyright (C) 2009 - 2014 洪任諭 (Hong Jen Yee) @@ -85,127 +85,155 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Бостон, MA 02110-1301, 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: Выберите действие, которое хотите совершить: + + DesktopFolder + + + Form + + + + + Desktop + Рабочий стол + + + + Desktop folder: + Папка рабочего стола: + + + + Image file + Файл изображения + + + + Folder path + Путь к папке + + + + &Browse + &Обзор + + DesktopPreferencesDialog - + Desktop Preferences Настройки рабочего стола - + General Общие - + Background Фон - + Wallpaper mode: Режим обоев: - + Wallpaper image file: Файл изображения обоев: - + Select background color: Выбрать цвет фона: - - + Image file Файл изображения - + Image file path Путь к файлу изображения - - + &Browse &Обзор - + Label Text Текст ярлыков - + Select text color: Выбрать цвет текста: - + Select shadow color: Выбрать цвет тени: - + Select font: Выбрать шрифт: - + Window Manager Оконный менеджер - Desktop - Рабочий стол + Рабочий стол - Desktop folder: - Папка рабочего стола: + Папка рабочего стола: - Folder path - Путь к папке + Путь к папке - + Advanced Расширенные - + Show menus provided by window managers when desktop is clicked Показывать меню, предоставляемые оконными менеджерами по клику на рабочий стол @@ -213,573 +241,548 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Бостон, MA 02110-1301, FindFilesDialog - Find Files - Найnb файлы + Найnb файлы - Name/Location - Имя/расположение + Имя/расположение - File name patterns - Шаблоны имён файлов + Шаблоны имён файлов - Pattern: - Шаблон: + Шаблон: - - Case insensitive - Регистрочувствительный + Регистрочувствительный - - Use regular expression - Использовать регулярные выражения + Использовать регулярные выражения - Places to search - Места поиска + Места поиска - Add - Добавить + Добавить - Remove - Удалить + Удалить - Search in sub directories - Искать в подпапках + Искать в подпапках - Search hidden files - Искать скрытые файлы + Искать скрытые файлы - - File Type - Тип файла + Тип файла - Only search for files of following types: - Искать только следующие типы файлов: + Искать только следующие типы файлов: - Text files - Текстовые файлы + Текстовые файлы - Image files - Файлы изображений + Файлы изображений - Audio files - Аудиофайлы + Аудиофайлы - Video files - Видеофайлы + Видеофайлы - Documents - Документы + Документы - Content - Содержание + Содержание - File contains - Содержание файла + Содержание файла - Properties - Свойства + Свойства - File Size - Размер файла + Размер файла - Bigger than: - Больше чем: + Больше чем: - Smaller than: - Меньше чем: + Меньше чем: - Last Modified Time - Время последнего изменения + Время последнего изменения - Earlier than: - Раньше чем: + Раньше чем: - Later than: - Позже чем: + Позже чем: MainWindow - + File Manager Диспетчер файлов - + Ctrl+Shift+N - + Ctrl+Alt+N - + + Filter by string... + + + + &File &Файл - + C&reate New С&оздать новое - + &Help &Справка - + &View &Вид - + &Sorting &Сортировка - + &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 - + &Paste &Вставить - + Ctrl+V - + Select &All Выделить &всё - + Ctrl+A - + Pr&eferences &Настройки - + &Ascending По &возрастанию - + &Descending По &убыванию - + &By File Name &По имени файла - + By &Modification Time По времени &изменения - + By File &Type По &типу файла - + By &Owner По &владельцу - + &Folder First Сначала &папки - + &Case Sensitive &Регистрочувствительная - + By File &Size По &размеру файла - + &Close Window &Закрыть окно - + &Folder &Папка - + &Blank File &Пустой файл - + &Find Files &Найти файлы - + F3 - + 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 &Изменить закладки @@ -787,99 +790,99 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Бостон, MA 02110-1301, PCManFM::Application - + Name of configuration profile Имя профиля конфигурации - + PROFILE ПРОФИЛЬ - + Run PCManFM as a daemon Запустить PCManFM как демон - + 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 ИМЯ - + Set desktop wallpaper from image FILE Выбрать обои рабочего стола из ФАЙЛА изображения - + FILE ФАЙЛ - + Set mode of desktop wallpaper. MODE=(color|stretch|fit|center|tile) Выбрать режим обоев рабочего стола. РЕЖИМ=(цвет|растянуть|вместить|по центру|черепицей) - + MODE РЕЖИМ - + Open Preferences dialog on the page with the specified name Открыть диалог настроек на странице с указанным именем - + Open new window Открыть новое окно - + Open Find Files utility Открыть утилиту поиска файлов - + [FILE1, FILE2,...] [ФАЙЛ1, ФАЙЛ2,...] - + Files or directories to open Файлы или папки для открытия - - + + Error Ошибка - + Terminal emulator is not set. Эмулятор терминала не указан. @@ -900,32 +903,32 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Бостон, MA 02110-1301, 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 Плиточное заполнение всего экрана изображением - + Image Files Файлы изображений @@ -946,28 +949,33 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Бостон, MA 02110-1301, PCManFM::MainWindow - + + Clear text (Ctrl+K) + + + + Version: %1 Версия: %1 - + &Move to Trash &Переместить в корзину - + &Delete &Удалить - - + + Error Ошибка - + Switch user command is not set. Команда переключения пользователя не задана. @@ -998,17 +1006,17 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Бостон, MA 02110-1301, PCManFM::TabPage - + Error Ошибка - + Free space: %1 (Total: %2) Свободное место: %1 (всего: %2) - + %n item(s) %n объект @@ -1017,7 +1025,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Бостон, MA 02110-1301, - + (%n hidden) (%n скрыт) @@ -1026,7 +1034,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Бостон, MA 02110-1301, - + %1 item(s) selected %1 объекта(ов) выделено @@ -1052,340 +1060,340 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Бостон, MA 02110-1301, PreferencesDialog - + Preferences Настройки - + User Interface Интерфейс пользователя - + Behavior Поведение - - + + Thumbnail Эскизы - + Volume Том - + Advanced Расширенные - + 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 Вид - + 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" Просить подтверждения перед удалением файлов в «Корзину» - + Don't ask options on launch executable file Не предлагать варианты запуска исполняемых файлов - + User interface Интерфейс пользователя - + Treat backup files as hidden Рассматривать резервные файлы как скрытые - + Always show full file names Всегда показывать полные имена файлов - + Show icons of hidden files shadowed Показывать значки скрытых файлов затенёнными - + Show in places Показвать в «Местах» - + Home Домой - + Desktop Рабочий стол - + Trash can Корзина - + Computer Компьютер - + Applications Приложения - + Devices Устройства - + Network Сеть - + Do not generate thumbnails for image files exceeding this size: Не создавать эскизы для файлов изображений больших чем: - + KB КБ - + 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: Эмулятор терминала: - + Examples: "xterm -e %s" for terminal or "gksu %s" for switching user. %s = the command line you want to execute with terminal or su. Примеры: "xterm -e %s" для терминала или "gksu %s" для переключения пользователя. %s = командная строка,которую вы хотите выполнить с терминалом или su. - + Use SI decimal prefixes instead of IEC binary prefixes Использовать десятичные префиксы СИ вместо двоичных префиксов IEC diff --git a/pcmanfm/translations/pcmanfm-qt_ru_RU.ts b/pcmanfm/translations/pcmanfm-qt_ru_RU.ts index 5419802..ac70c87 100644 --- a/pcmanfm/translations/pcmanfm-qt_ru_RU.ts +++ b/pcmanfm/translations/pcmanfm-qt_ru_RU.ts @@ -4,32 +4,32 @@ AboutDialog - + About О программе - + <html><head/><body><p><span style=" font-size:16pt; font-weight:600;">PCManFM</span></p></body></html> <html><head/><body><p><span style=" font-size:16pt; font-weight:600;">PCManFM</span></p></body></html> - + Lightweight file manager Легковесный диспетчер файлов - + <html><head/><body><p><a href="http://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">http://lxqt.org/</span></a></p></body></html> <html><head/><body><p><a href="http://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">http://lxqt.org/</span></a></p></body></html> - + Authors Авторы - + Programming: * Hong Jen Yee (PCMan) <pcman.tw@gmail.com> @@ -38,12 +38,12 @@ - + License Лицензия - + PCMan File Manager Copyright (C) 2009 - 2014 洪任諭 (Hong Jen Yee) @@ -85,127 +85,155 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Бостон, MA 02110-1301, 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: Выберите действие, которое хотите совершить: + + DesktopFolder + + + Form + + + + + Desktop + Рабочий стол + + + + Desktop folder: + Папка рабочего стола: + + + + Image file + Файл изображения + + + + Folder path + Путь к папке + + + + &Browse + &Обзор + + DesktopPreferencesDialog - + Desktop Preferences Настройки рабочего стола - + General Общие - + Background Фон - + Wallpaper mode: Режим обоев: - + Wallpaper image file: Файл изображения обоев: - + Select background color: Выбрать цвет фона: - - + Image file Файл изображения - + Image file path Путь к файлу изображения - - + &Browse &Обзор - + Label Text Текст ярлыков - + Select text color: Выбрать цвет текста: - + Select shadow color: Выбрать цвет тени: - + Select font: Выбрать шрифт: - + Window Manager Оконный менеджер - Desktop - Рабочий стол + Рабочий стол - Desktop folder: - Папка рабочего стола: + Папка рабочего стола: - Folder path - Путь к папке + Путь к папке - + Advanced Расширенные - + Show menus provided by window managers when desktop is clicked Показывать меню, предоставляемые оконными менеджерами по клику на рабочий стол @@ -213,573 +241,548 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Бостон, MA 02110-1301, FindFilesDialog - Find Files - Найnb файлы + Найnb файлы - Name/Location - Имя/расположение + Имя/расположение - File name patterns - Шаблоны имён файлов + Шаблоны имён файлов - Pattern: - Шаблон: + Шаблон: - - Case insensitive - Регистрочувствительный + Регистрочувствительный - - Use regular expression - Использовать регулярные выражения + Использовать регулярные выражения - Places to search - Места поиска + Места поиска - Add - Добавить + Добавить - Remove - Удалить + Удалить - Search in sub directories - Искать в подпапках + Искать в подпапках - Search hidden files - Искать скрытые файлы + Искать скрытые файлы - - File Type - Тип файла + Тип файла - Only search for files of following types: - Искать только следующие типы файлов: + Искать только следующие типы файлов: - Text files - Текстовые файлы + Текстовые файлы - Image files - Файлы изображений + Файлы изображений - Audio files - Аудиофайлы + Аудиофайлы - Video files - Видеофайлы + Видеофайлы - Documents - Документы + Документы - Content - Содержание + Содержание - File contains - Содержание файла + Содержание файла - Properties - Свойства + Свойства - File Size - Размер файла + Размер файла - Bigger than: - Больше чем: + Больше чем: - Smaller than: - Меньше чем: + Меньше чем: - Last Modified Time - Время последнего изменения + Время последнего изменения - Earlier than: - Раньше чем: + Раньше чем: - Later than: - Позже чем: + Позже чем: MainWindow - + File Manager Диспетчер файлов - + Ctrl+Shift+N - + Ctrl+Alt+N - + + Filter by string... + + + + &File &Файл - + C&reate New С&оздать новое - + &Help &Справка - + &View &Вид - + &Sorting &Сортировка - + &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 - + &Paste &Вставить - + Ctrl+V - + Select &All Выделить &всё - + Ctrl+A - + Pr&eferences &Настройки - + &Ascending По &возрастанию - + &Descending По &убыванию - + &By File Name &По имени файла - + By &Modification Time По времени &изменения - + By File &Type По &типу файла - + By &Owner По &владельцу - + &Folder First Сначала &папки - + &Case Sensitive &Регистрочувствительная - + By File &Size По &размеру файла - + &Close Window &Закрыть окно - + &Folder &Папка - + &Blank File &Пустой файл - + &Find Files &Найти файлы - + F3 - + 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 &Изменить закладки @@ -787,99 +790,99 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Бостон, MA 02110-1301, PCManFM::Application - + Name of configuration profile Имя профиля конфигурации - + PROFILE ПРОФИЛЬ - + Run PCManFM as a daemon Запустить PCManFM как демон - + 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 ИМЯ - + Set desktop wallpaper from image FILE Выбрать обои рабочего стола из ФАЙЛА изображения - + FILE ФАЙЛ - + Set mode of desktop wallpaper. MODE=(color|stretch|fit|center|tile) Выбрать режим обоев рабочего стола. РЕЖИМ=(цвет|растянуть|вместить|по центру|черепицей) - + MODE РЕЖИМ - + Open Preferences dialog on the page with the specified name Открыть диалог настроек на странице с указанным именем - + Open new window Открыть новое окно - + Open Find Files utility Открыть утилиту поиска файлов - + [FILE1, FILE2,...] [ФАЙЛ1, ФАЙЛ2,...] - + Files or directories to open Файлы или папки для открытия - - + + Error Ошибка - + Terminal emulator is not set. Эмулятор терминала не указан. @@ -900,32 +903,32 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Бостон, MA 02110-1301, 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 Плиточное заполнение всего экрана изображением - + Image Files Файлы изображений @@ -946,28 +949,33 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Бостон, MA 02110-1301, PCManFM::MainWindow - + + Clear text (Ctrl+K) + + + + Version: %1 Версия: %1 - + &Move to Trash &Переместить в корзину - + &Delete &Удалить - - + + Error Ошибка - + Switch user command is not set. Команда переключения пользователя не задана. @@ -998,17 +1006,17 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Бостон, MA 02110-1301, PCManFM::TabPage - + Error Ошибка - + Free space: %1 (Total: %2) Свободное место: %1 (всего: %2) - + %n item(s) %n объект @@ -1017,7 +1025,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Бостон, MA 02110-1301, - + (%n hidden) (%n скрыт) @@ -1026,7 +1034,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Бостон, MA 02110-1301, - + %1 item(s) selected %1 объекта(ов) выделено @@ -1052,340 +1060,340 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Бостон, MA 02110-1301, PreferencesDialog - + Preferences Настройки - + User Interface Интерфейс пользователя - + Behavior Поведение - - + + Thumbnail Эскизы - + Volume Том - + Advanced Расширенные - + 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 Вид - + 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" Просить подтверждения перед удалением файлов в «Корзину» - + Don't ask options on launch executable file Не предлагать варианты запуска исполняемых файлов - + User interface Интерфейс пользователя - + Treat backup files as hidden Рассматривать резервные файлы как скрытые - + Always show full file names Всегда показывать полные имена файлов - + Show icons of hidden files shadowed Показывать значки скрытых файлов затенёнными - + Show in places Показвать в «Местах» - + Home Домой - + Desktop Рабочий стол - + Trash can Корзина - + Computer Компьютер - + Applications Приложения - + Devices Устройства - + Network Сеть - + Do not generate thumbnails for image files exceeding this size: Не создавать эскизы для файлов изображений больших чем: - + KB КБ - + 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: Эмулятор терминала: - + Examples: "xterm -e %s" for terminal or "gksu %s" for switching user. %s = the command line you want to execute with terminal or su. Примеры: "xterm -e %s" для терминала или "gksu %s" для переключения пользователя. %s = командная строка,которую вы хотите выполнить с терминалом или su. - + Use SI decimal prefixes instead of IEC binary prefixes Использовать десятичные префиксы СИ вместо двоичных префиксов IEC diff --git a/pcmanfm/translations/pcmanfm-qt_zh_TW.ts b/pcmanfm/translations/pcmanfm-qt_zh_TW.ts index f72a1e1..c14bb4a 100644 --- a/pcmanfm/translations/pcmanfm-qt_zh_TW.ts +++ b/pcmanfm/translations/pcmanfm-qt_zh_TW.ts @@ -4,22 +4,22 @@ AboutDialog - + About 關於 - + <html><head/><body><p><span style=" font-size:16pt; font-weight:600;">PCManFM</span></p></body></html> - + Lightweight file manager 輕量級檔案管理程式 - + PCMan File Manager Copyright (C) 2009 - 2014 洪任諭 (Hong Jen Yee) @@ -40,24 +40,24 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< - + Programming: * Hong Jen Yee (PCMan) <pcman.tw@gmail.com> - + <html><head/><body><p><a href="http://lxqt.org/"><span style=" text-decoration: underline; color:#0000ff;">http://lxqt.org/</span></a></p></body></html> - + Authors 作者 - + License 授權 @@ -65,461 +65,380 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< 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: 請選擇想要執行的動作: + + 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) - + Label Text 標籤文字 - + Select text color: 選擇文字顏色: - + Select shadow color: 選擇陰影顏色: - + Select font: 選擇字型: - + General 一般 - + Window Manager - + Show menus provided by window managers when desktop is clicked - - Desktop - - - - - Desktop folder: - - - - - Folder path - - - - + Advanced 進階 - - FindFilesDialog - - - Find Files - - - - - Name/Location - - - - - File name patterns - - - - - Pattern: - - - - - - Case insensitive - - - - - - Use regular expression - - - - - Places to search - - - - - Add - - - - - Remove - - - - - Search in sub directories - - - - - Search hidden files - - - - - - File Type - - - - - Only search for files of following types: - - - - - Text files - - - - - Image files - - - - - Audio files - - - - - Video files - - - - - Documents - - - - - Content - - - - - File contains - - - - - Properties - - - - - File Size - - - - - Bigger than: - - - - - Smaller than: - - - - - Last Modified Time - - - - - Earlier than: - - - - - Later than: - - - MainWindow - + File Manager 檔案管理程式 - + Go Up 往上一層 - + Alt+Up - Home - 家目錄 + 家目錄 - + Alt+Home - + Reload 重新讀取 - + F5 - + Go &Up 上一層(&U) - + + &Home + + + + &Reload 重新讀取(&) - + 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 + + + + + &Descending + + + + + &By File Name + + + + + By &Modification Time + + + + + By File &Type + + + + + By &Owner + + + + + &Folder First + + + + C&lose Tab 關閉(&L) - + File &Properties 檔案屬性(&P) - + &Folder Properties 資料夾屬性(&F) - - Folder + + &Case Sensitive - - Ctrl+Shift+N + + By File &Size - - Blank File + + &Close Window + + + + + Ctrl+Shift+N - + Ctrl+Alt+N - + C&reate New - + &Sorting 排序(&S) - + Main Toolbar @@ -544,52 +463,52 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< 剪下(&C) - + Ctrl+X - + &Copy 複製(&C) - + Ctrl+C - + &Paste 貼上(&P) - + Ctrl+V - + Select &All 全選(&A) - + Pr&eferences 偏好設定(&R) - + &Invert Selection 反向選取(&I) - + &Delete 刪除(&D) - + &Rename 重新命名(&R) @@ -598,7 +517,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< 全選 - + Ctrl+A @@ -607,82 +526,75 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< 偏好設定 - Ascending - 升冪排列 + 升冪排列 - Descending - 降冪排列 + 降冪排列 - By File Name - 依照檔名 + 依照檔名 - By Modification Time - 依照修改時間 + 依照修改時間 - By File Type - 依照檔案類型 + 依照檔案類型 - By Owner - 依照檔案擁有者 + 依照檔案擁有者 - Folder First - 資料夾優先 + 資料夾優先 - + New &Tab 新分頁(&T) - + New Tab 新分頁 - + Ctrl+T - + Go &Back 後退(&B) - + Go Back 後退 - + Alt+Left - + Go &Forward 前進(&F) - + Go Forward 前進 - + Alt+Right @@ -695,7 +607,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< 刪除 - + Del @@ -704,7 +616,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< 重新命名 - + F2 @@ -713,7 +625,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< 關閉分頁 - + Ctrl+W @@ -722,7 +634,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< 檔案屬性 - + Alt+Return @@ -731,57 +643,79 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< 資料夾屬性 - Case Sensitive - 區分大小寫 + 區分大小寫 - By File Size - 依照檔案大小 + 依照檔案大小 - Close Window - 關閉視窗 + 關閉視窗 - + Edit Bookmarks 編輯書籤 - + Open &Terminal 開啟終端機(&T) - + F4 - + Open as &Root 以系統管理員權限開啟(&R) - + &Edit Bookmarks 編輯書籤(&E) - + + &Folder + + + + + &Blank File + + + + + &Find Files + + + + + F3 + + + + + Filter by string... + + + + &File 檔案(&F) - + &Help 說明(&H) - + &View 檢視(&V) @@ -790,22 +724,22 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< 排序 - + &Edit 編輯(&E) - + &Bookmarks 書籤(&B) - + &Go 前往(&G) - + &Tool 工具(&T) @@ -813,99 +747,99 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< PCManFM::Application - + Name of configuration profile - + PROFILE - + Run PCManFM as a daemon - + Quit 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 - + Set mode of desktop wallpaper. MODE=(color|stretch|fit|center|tile) - + MODE - + Open Preferences dialog on the page with the specified name - + Files or directories to open - + [FILE1, FILE2,...] - - + + Error 錯誤 - + Terminal emulator is not set. 終端機模擬器尚未設定 @@ -926,32 +860,32 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< 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 連續拼貼鋪滿整個螢幕 - + Image Files 影像檔案 @@ -972,28 +906,33 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< PCManFM::MainWindow - + + Clear text (Ctrl+K) + + + + Version: %1 - + &Move to Trash 移動到垃圾桶(&M) - + &Delete 刪除(&D) - - + + Error 錯誤 - + Switch user command is not set. 切換使用者指令尚未設定 @@ -1028,31 +967,31 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< PCManFM::TabPage - + Error 錯誤 - + Free space: %1 (Total: %2) 可用空間 %1 (全部: %2) - + %n item(s) %n 個項目 - + (%n hidden) (%n 個隱藏) - + %1 item(s) selected @@ -1078,293 +1017,293 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< PreferencesDialog - + Preferences 偏好設定 - + User Interface 使用者界面 - + Behavior 行為 - + Display - - + + Thumbnail 縮圖 - + Volume 磁碟 - + Advanced 進階 - + 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" - + Don't ask options on launch executable file - + 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 - + 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. 將檔案移動到垃圾桶,而不直接刪除 - + User interface - + Treat backup files as hidden - + Always show full file names - + Show icons of hidden files shadowed - + Show in places - + Home 家目錄 - + Desktop - + Trash can - + Computer - + Applications - + Devices - + Network - + Show thumbnails of files 顯示檔案縮圖 - + Templates - + Show only user defined templates in menu - + Show only one template for each MIME type - + 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: @@ -1373,37 +1312,37 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< 不為超過指定大小的檔案產生縮圖 (KB) - + 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 程式 @@ -1416,7 +1355,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< 切換使用者的指令: - + Examples: "xterm -e %s" for terminal or "gksu %s" for switching user. %s = the command line you want to execute with terminal or su. 範例: 終端機指令可用 "xterm -e %s"而切換使用者指令可用 "gksu %s"。 @@ -1431,7 +1370,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< 用來執行程式的終端機模擬器指令: - + Use SI decimal prefixes instead of IEC binary prefixes