diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 9e0d423..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-build
-.kdev4
diff --git a/libfm-qt/folderview.cpp b/libfm-qt/folderview.cpp
index fb7f26b..d584141 100644
--- a/libfm-qt/folderview.cpp
+++ b/libfm-qt/folderview.cpp
@@ -646,8 +646,13 @@ void FolderView::contextMenuEvent(QContextMenuEvent* event) {
 
 void FolderView::childMousePressEvent(QMouseEvent* event) {
   // called from mousePressEvent() of child view
-  if(event->button() == Qt::MiddleButton) {
+  Qt::MouseButton button = event->button();
+  if(button == Qt::MiddleButton) {
     emitClickedAt(MiddleClick, event->pos());
+  } else if (button == Qt::BackButton) {
+    Q_EMIT clickedBack();
+  } else if (button == Qt::ForwardButton) {
+    Q_EMIT clickedForward();
   }
 }
 
diff --git a/libfm-qt/folderview.h b/libfm-qt/folderview.h
index 61ff00a..69f004c 100644
--- a/libfm-qt/folderview.h
+++ b/libfm-qt/folderview.h
@@ -146,6 +146,8 @@ private Q_SLOTS:
 
 Q_SIGNALS:
   void clicked(int type, FmFileInfo* file);
+  void clickedBack();
+  void clickedForward();
   void selChanged(int n_sel);
   void sortChanged();
 
diff --git a/libfm-qt/translations/libfm-qt.ts b/libfm-qt/translations/libfm-qt.ts
index e5d7ed5..2d65b0e 100644
--- a/libfm-qt/translations/libfm-qt.ts
+++ b/libfm-qt/translations/libfm-qt.ts
@@ -299,6 +299,19 @@
         
     
 
+
+    Fm::CreateNewMenu
+    
+        
+        Folder
+        
+    
+    
+        
+        Blank File
+        
+    
+
 
     Fm::DirTreeModel
     
@@ -312,6 +325,24 @@
         
     
 
+
+    Fm::DirTreeView
+    
+        
+        Open in New T&ab
+        
+    
+    
+        
+        Open in New Win&dow
+        
+    
+    
+        
+        Open in Termina&l
+        
+    
+
 
     Fm::DndActionMenu
     
@@ -360,78 +391,83 @@ What do you want to do with it?
 
     Fm::FileMenu
     
-        
+        
         Open
         
     
     
-        
+        
         Open With...
         
     
     
-        
+        
         Other Applications
         
     
     
-        
-        &Restore
-        
-    
-    
-        
-        Cut
+        
+        Create &New
         
     
     
         
+        &Restore
+        
+    
+    
+        
+        Cut
+        
+    
+    
+        
         Copy
         
     
     
-        
+        
         Paste
         
     
     
-        
-        
+        
+        
         &Move to Trash
         
     
     
-        
+        
         Rename
         
     
     
-        
+        
         Extract to...
         
     
     
-        
+        
         Extract Here
         
     
     
-        
+        
         Compress
         
     
     
-        
+        
         Properties
         
     
     
-        
+        
         Output
         
     
     
-        
+        
         &Delete
         
     
@@ -595,7 +631,7 @@ Do you want to delete them instead?
 
     Fm::FolderMenu
     
-        
+        
         Create &New
         
     
@@ -630,57 +666,47 @@ 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
         
     
@@ -867,24 +893,24 @@ Modified: %3
 
     Fm::SidePane
     
-        
-        
+        
+        
         Places
         
     
     
-        
-        
+        
+        
         Directory Tree
         
     
     
-        
+        
         Shows list of common places, devices, and bookmarks in sidebar
         
     
     
-        
+        
         Shows tree of directories in sidebar
         
     
@@ -950,10 +976,10 @@ Modified: %3
         
     
     
+        
+        
         
         
-        
-        
         Error
         
     
diff --git a/libfm-qt/translations/libfm-qt_ar.ts b/libfm-qt/translations/libfm-qt_ar.ts
index b465df3..ff09aab 100644
--- a/libfm-qt/translations/libfm-qt_ar.ts
+++ b/libfm-qt/translations/libfm-qt_ar.ts
@@ -299,6 +299,19 @@
         
     
 
+
+    Fm::CreateNewMenu
+    
+        
+        Folder
+        
+    
+    
+        
+        Blank File
+        
+    
+
 
     Fm::DirTreeModel
     
@@ -312,6 +325,24 @@
         
     
 
+
+    Fm::DirTreeView
+    
+        
+        Open in New T&ab
+        
+    
+    
+        
+        Open in New Win&dow
+        
+    
+    
+        
+        Open in Termina&l
+        
+    
+
 
     Fm::DndActionMenu
     
@@ -360,78 +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
         
     
@@ -595,7 +631,7 @@ Do you want to delete them instead?
 
     Fm::FolderMenu
     
-        
+        
         Create &New
         
     
@@ -630,57 +666,47 @@ 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
         
     
@@ -867,24 +893,24 @@ Modified: %3
 
     Fm::SidePane
     
-        
-        
+        
+        
         Places
         
     
     
-        
-        
+        
+        
         Directory Tree
         
     
     
-        
+        
         Shows list of common places, devices, and bookmarks in sidebar
         
     
     
-        
+        
         Shows tree of directories in sidebar
         
     
@@ -940,10 +966,10 @@ Modified: %3
 
     QObject
     
+        
+        
         
         
-        
-        
         Error
         
     
diff --git a/libfm-qt/translations/libfm-qt_cs_CZ.ts b/libfm-qt/translations/libfm-qt_cs_CZ.ts
index 2a8475f..d15bbb0 100644
--- a/libfm-qt/translations/libfm-qt_cs_CZ.ts
+++ b/libfm-qt/translations/libfm-qt_cs_CZ.ts
@@ -299,6 +299,19 @@
         
     
 
+
+    Fm::CreateNewMenu
+    
+        
+        Folder
+        
+    
+    
+        
+        Blank File
+        
+    
+
 
     Fm::DirTreeModel
     
@@ -312,6 +325,24 @@
         
     
 
+
+    Fm::DirTreeView
+    
+        
+        Open in New T&ab
+        
+    
+    
+        
+        Open in New Win&dow
+        
+    
+    
+        
+        Open in Termina&l
+        
+    
+
 
     Fm::DndActionMenu
     
@@ -360,78 +391,83 @@ What do you want to do with it?
 
     Fm::FileMenu
     
-        
+        
         Open
         Otevřít
     
     
-        
+        
+        Create &New
+        
+    
+    
+        
         &Restore
         
     
     
-        
+        
         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
     
@@ -595,7 +631,7 @@ Do you want to delete them instead?
 
     Fm::FolderMenu
     
-        
+        
         Create &New
         
     
@@ -630,57 +666,47 @@ 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
         
     
@@ -875,24 +901,24 @@ Modified: %3
 
     Fm::SidePane
     
-        
-        
+        
+        
         Places
         Místa
     
     
-        
-        
+        
+        
         Directory Tree
         Strom adresářů
     
     
-        
+        
         Shows list of common places, devices, and bookmarks in sidebar
         
     
     
-        
+        
         Shows tree of directories in sidebar
         
     
@@ -948,10 +974,10 @@ Modified: %3
 
     QObject
     
+        
+        
         
         
-        
-        
         Error
         Chyba
     
diff --git a/libfm-qt/translations/libfm-qt_de.ts b/libfm-qt/translations/libfm-qt_de.ts
index d9f6daf..0c51fbb 100644
--- a/libfm-qt/translations/libfm-qt_de.ts
+++ b/libfm-qt/translations/libfm-qt_de.ts
@@ -1,6 +1,6 @@
 
 
-
+
 
     AppChooserDialog
     
@@ -66,7 +66,7 @@
     
         
         Edit Bookmarks
-        Favoriten bearbeiten
+        Lesezeichen bearbeiten
     
     
         
@@ -305,6 +305,19 @@
         Wählen Sie eine Anwendung für Dateien vom Typ "%1"
     
 
+
+    Fm::CreateNewMenu
+    
+        
+        Folder
+        Ordner
+    
+    
+        
+        Blank File
+        Leere Datei
+    
+
 
     Fm::DirTreeModel
     
@@ -318,6 +331,24 @@
         <Keine Unterverzeichnisse>
     
 
+
+    Fm::DirTreeView
+    
+        
+        Open in New T&ab
+        Öffnen in neuem T&ab
+    
+    
+        
+        Open in New Win&dow
+        Öffnen in neuem &Fenster
+    
+    
+        
+        Open in Termina&l
+        Öffnen in Termina&l
+    
+
 
     Fm::DndActionMenu
     
@@ -346,7 +377,7 @@
     
         
         New bookmark
-        Neuer Favorit
+        Neues Lesezeichen
     
 
 
@@ -367,78 +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
     
@@ -603,7 +639,7 @@ Sollen die Dateien stattdessen gelöscht werden?
 
     Fm::FolderMenu
     
-        
+        
         Create &New
         &Neu erstellen
     
@@ -638,57 +674,55 @@ Sollen die Dateien stattdessen gelöscht werden?
         Ordner&eigenschaften
     
     
-        
         Folder
-        Ordner
+        Ordner
     
     
-        
         Blank File
-        Leere Datei
+        Leere Datei
     
     
-        
+        
         By File Name
         Nach Dateiname
     
     
-        
+        
         By Modification Time
         Nach Änderungsdatum
     
     
-        
+        
         By File Size
         Nach Dateigröße
     
     
-        
+        
         By File Type
         Nach Typ
     
     
-        
+        
         By File Owner
         Nach Besitzer
     
     
-        
+        
         Ascending
         Aufsteigend
     
     
-        
+        
         Descending
         Absteigend
     
     
-        
+        
         Folder First
         Ordner zuerst
     
     
-        
+        
         Case Sensitive
         Groß-/ Kleinschreibung beachten
     
@@ -782,7 +816,7 @@ Sollen die Dateien stattdessen gelöscht werden?
     
         
         Bookmarks
-        Favoriten
+        Lesezeichen
     
 
 
@@ -803,32 +837,32 @@ Sollen die Dateien stattdessen gelöscht werden?
     
         
         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
     
     
         
@@ -887,24 +921,24 @@ 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 Favoriten in der Seitenleiste
+        Zeigt eine Liste diverser Orte, Geräte und Lesezeichen in der Seitenleiste
     
     
-        
+        
         Shows tree of directories in sidebar
         Zeigt einen Verzeichnisbaum in der Seitenleiste
     
@@ -960,10 +994,10 @@ Geändert: %3
 
     QObject
     
+        
+        
         
         
-        
-        
         Error
         Fehler
     
@@ -980,7 +1014,7 @@ Geändert: %3
     
         
         Create Folder
-        
+        Ordner erstellen
     
     
         
diff --git a/libfm-qt/translations/libfm-qt_el.ts b/libfm-qt/translations/libfm-qt_el.ts
new file mode 100644
index 0000000..44e1eb5
--- /dev/null
+++ b/libfm-qt/translations/libfm-qt_el.ts
@@ -0,0 +1,1056 @@
+
+
+
+
+    AppChooserDialog
+    
+        
+        Choose an Application
+        Επιλέξτε μια εφαρμογή
+    
+    
+        
+        Installed Applications
+        Εγκατεστημένες εφαρμογές
+    
+    
+        
+        Custom Command
+        Προσαρμοσμένη εντολή
+    
+    
+        
+        Command line to execute:
+        Γραμμή εντολών προς εκτέλεση:
+    
+    
+        
+        Application name:
+        Όνομα της εφαρμογής:
+    
+    
+        
+        <b>These special codes can be used in the command line:</b>
+<ul>
+<li><b>%f</b>: Represents a single file name</li>
+<li><b>%F</b>: Represents multiple file names</li>
+<li><b>%u</b>: Represents a single URI of the file</li>
+<li><b>%U</b>: Represents multiple URIs</li>
+</ul>
+        <b>Αυτοί οι ειδικοί κωδικοί μπορούν να χρησιμοποιηθούν στη γραμμή εντολών:</b>
+<ul>
+<li><b>%f</b>: Αναπαριστά ένα όνομα αρχείου</li>
+<li><b>%F</b>: Αναπαριστά πολλαπλά ονόματα αρχείων</li>
+<li><b>%u</b>: Αναπαριστά ένα URI του αρχείου</li>
+<li><b>%U</b>: Αναπαριστά πολλαπλά URI</li>
+</ul>
+    
+    
+        
+        Keep terminal window open after command execution
+        Διατήρηση του παραθύρου του τερματικού ανοιχτό μετά την εκτέλεση της εντολής
+    
+    
+        
+        Execute in terminal emulator
+        Εκτέλεση στον προσομοιωτή τερματικού
+    
+    
+        
+        Set selected application as default action of this file type
+        Ορίστε την επιλεγμένη εφαρμογή ως την εξ ορισμού ενέργεια για αυτού του τύπου αρχεία
+    
+
+
+    EditBookmarksDialog
+    
+        
+        Edit Bookmarks
+        Επεξεργασία σελιδοδεικτών
+    
+    
+        
+        Name
+        Όνομα
+    
+    
+        
+        Location
+        Τοποθεσία
+    
+    
+        
+        &Add Item
+        &Προσθήκη αντικειμένου
+    
+    
+        
+        &Remove Item
+        &Αφαίρεση αντικειμένου
+    
+    
+        
+        Use drag and drop to reorder the items
+        Χρησιμοποιήστε τη μεταφορά και απόθεση για αναδιάταξη των αντικειμένων
+    
+
+
+    ExecFileDialog
+    
+        
+        Execute file
+        Εκτέλεση του αρχείου
+    
+    
+        
+        &Open
+        Ά&νοιγμα
+    
+    
+        
+        E&xecute
+        &Εκτέλεση
+    
+    
+        
+        Execute in &Terminal
+        Εκτέλεση στο &τερματικό
+    
+    
+        
+        Cancel
+        Ακύρωση
+    
+
+
+    FileOperationDialog
+    
+        
+        Destination:
+        Προορισμός:
+    
+    
+        
+        Processing:
+        Επεξεργασία:
+    
+    
+        
+        Preparing...
+        Προετοιμασία...
+    
+    
+        
+        Progress
+        Πρόοδος
+    
+    
+        
+        Time remaining:
+        Υπολειπόμενος χρόνος:
+    
+
+
+    FilePropsDialog
+    
+        
+        File Properties
+        Ιδιότητες του αρχείου
+    
+    
+        
+        General
+        Γενικά
+    
+    
+        
+        Location:
+        Τοποθεσία:
+    
+    
+        
+        File type:
+        Τύπος αρχείου:
+    
+    
+        
+        Mime type:
+        Τύπος Mime:
+    
+    
+        
+        File size:
+        Μέγεθος αρχείου:
+    
+    
+        
+        On-disk size:
+        Μέγεθος στον δίσκο:
+    
+    
+        
+        Last modified:
+        Τελευταία τροποποίηση:
+    
+    
+        
+        Link target:
+        Προορισμός συνδέσμου:
+    
+    
+        
+        Open With:
+        Άνοιγμα με:
+    
+    
+        
+        Last accessed:
+        Τελευταία προσπέλαση:
+    
+    
+        
+        Permissions
+        Άδειες
+    
+    
+        
+        Ownership
+        Ιδιοκτησία
+    
+    
+        
+        
+        
+        Group:
+        Ομάδα:
+    
+    
+        
+        
+        
+        Owner:
+        Ιδιοκτήτης:
+    
+    
+        
+        Access Control
+        Έλεγχος πρόσβασης
+    
+    
+        
+        
+        Other:
+        Άλλο:
+    
+    
+        
+        Make the file executable
+        Ορισμός ως εκτελέσιμο
+    
+    
+        
+        
+        
+        Read
+        Ανάγνωση
+    
+    
+        
+        
+        
+        Write
+        Εγγραφή
+    
+    
+        
+        
+        
+        Execute
+        Εκτέλεση
+    
+    
+        
+        Sticky
+        Κολλημένο
+    
+    
+        
+        SetUID
+        SetUID
+    
+    
+        
+        SetGID
+        SetGID
+    
+    
+        
+        Advanced Mode
+        Προηγμένη λειτουργία
+    
+
+
+    Fm::AppChooserComboBox
+    
+        
+        Customize
+        Προσαρμοσμένο
+    
+
+
+    Fm::AppChooserDialog
+    
+        
+        Select an application to open "%1" files
+        Επιλέξτε μια εφαρμογή για το άνοιγμα των αρχείων «%1»
+    
+
+
+    Fm::DirTreeModel
+    
+        
+        Loading...
+        Φόρτωση...
+    
+    
+        
+        <No sub folders>
+        <No sub folders>
+    
+
+
+    Fm::DndActionMenu
+    
+        
+        Copy here
+        Αντιγραφή εδώ
+    
+    
+        
+        Move here
+        Μετακίνηση εδώ
+    
+    
+        
+        Create symlink here
+        Δημιουργία συμβολικού δεσμού εδώ
+    
+    
+        
+        Cancel
+        Ακύρωση
+    
+
+
+    Fm::EditBookmarksDialog
+    
+        
+        New bookmark
+        Νέος σελιδοδείκτης
+    
+
+
+    Fm::ExecFileDialog
+    
+        
+        This text file '%1' seems to be an executable script.
+What do you want to do with it?
+        Το αρχείο κειμένου «%1» φαίνεται ότι είναι ένα εκτελέσιμο σενάριο.
+Τι θέλετε να κάνετε με αυτό;
+    
+    
+        
+        This file '%1' is executable. Do you want to execute it?
+        Αυτό το αρχείο «%1» είναι εκτελέσιμο. Θέλετε να το εκτελέσετε;
+    
+
+
+    Fm::FileMenu
+    
+        
+        Open
+        Άνοιγμα
+    
+    
+        
+        Open With...
+        Άνοιγμα με...
+    
+    
+        
+        Other Applications
+        Άλλες εφαρμογές
+    
+    
+        
+        &Restore
+        &Επαναφορά
+    
+    
+        
+        Cut
+        Αποκοπή
+    
+    
+        
+        Copy
+        Αντιγραφή
+    
+    
+        
+        Paste
+        Επικόλληση
+    
+    
+        
+        
+        &Move to Trash
+        &Μετακίνηση στα απορρίμματα
+    
+    
+        
+        Rename
+        Μετονομασία
+    
+    
+        
+        Extract to...
+        Εξαγωγή σε...
+    
+    
+        
+        Extract Here
+        Εξαγωγή εδώ
+    
+    
+        
+        Compress
+        Συμπίεση
+    
+    
+        
+        Properties
+        Ιδιότητες
+    
+    
+        
+        Output
+        Έξοδος
+    
+    
+        
+        &Delete
+        &Διαγραφή
+    
+
+
+    Fm::FileOperation
+    
+        
+        Error
+        Σφάλμα
+    
+    
+        
+        Some files cannot be moved to trash can because the underlying file systems don't support this operation.
+Do you want to delete them instead?
+        Μερικά αρχεία δεν μπορούν να μετακινηθούν στον κάδο απορριμμάτων διότι το υποκείμενο αρχείο συστήματος δεν υποστηρίζει αυτήν την ενέργεια.
+Θέλετε αντί αυτού να το διαγράψετε;
+    
+    
+        
+        
+        Confirm
+        Επιβεβαίωση
+    
+    
+        
+        Do you want to delete the selected files?
+        Επιθυμείτε την διαγραφή των επιλεγμένων αρχείων;
+    
+    
+        
+        Do you want to move the selected files to trash can?
+        Επιθυμείτε την μετακίνηση των επιλεγμένων αρχείων στον κάδο απορριμμάτων;
+    
+
+
+    Fm::FileOperationDialog
+    
+        
+        Move files
+        Μετακίνηση των αρχείων
+    
+    
+        
+        Moving the following files to destination folder:
+        Μετακίνηση των ακολούθων αρχείων στον φάκελο προορισμού:
+    
+    
+        
+        Copy Files
+        Αντιγραφή των αρχείων
+    
+    
+        
+        Copying the following files to destination folder:
+        Αντιγραφή των ακολούθων αρχείων στον φάκελο προορισμού:
+    
+    
+        
+        Trash Files
+        Ρίψη των αρχείων στα απορρίμματα
+    
+    
+        
+        Moving the following files to trash can:
+        Μετακίνηση των ακολούθων αρχείων στον κάδο απορριμμάτων:
+    
+    
+        
+        Delete Files
+        Διαγραφή των αρχείων
+    
+    
+        
+        Deleting the following files
+        Διαγραφή των ακολούθων αρχείων
+    
+    
+        
+        Create Symlinks
+        Δημιουργία συμβολικών δεσμών
+    
+    
+        
+        Creating symlinks for the following files:
+        Δημιουργία συμβολικών δεσμών για τα ακόλουθα αρχεία:
+    
+    
+        
+        Change Attributes
+        Αλλαγή ιδιοχαρακτηριστικών
+    
+    
+        
+        Changing attributes of the following files:
+        Αλλαγή των ιδιοχαρακτηριστικών των ακολούθων αρχείων:
+    
+    
+        
+        Restore Trashed Files
+        Επαναφορά των αρχείων από τον κάδο απορριμμάτων
+    
+    
+        
+        Restoring the following files from trash can:
+        Επαναφέρονται τα παρακάτω αρχεία από τον κάδο απορριμμάτων:
+    
+    
+        
+        Error
+        Σφάλμα
+    
+
+
+    Fm::FilePropsDialog
+    
+        
+        View folder content
+        Προβολή των περιεχομένων του φακέλου
+    
+    
+        
+        View and modify folder content
+        Προβολή και τροποποίηση των περιεχομένων του φακέλου
+    
+    
+        
+        Read
+        Ανάγνωση
+    
+    
+        
+        Read and write
+        Ανάγνωση και εγγραφή
+    
+    
+        
+        Forbidden
+        Απαγορευμένο
+    
+    
+        
+        Files of different types
+        Αρχεία διαφορετικού τύπου
+    
+    
+        
+        Multiple Files
+        Πολλαπλά αρχεία
+    
+    
+        
+        Apply changes
+        Εφαρμογή των αλλαγών
+    
+    
+        
+        Do you want to recursively apply these changes to all files and sub-folders?
+        Θέλετε να εφαρμόσετε αναδρομικά αυτές τις αλλαγές σε όλα τα αρχεία και υποφακέλους;
+    
+
+
+    Fm::FolderMenu
+    
+        
+        Create &New
+        Δημιουργία &νέου
+    
+    
+        
+        &Paste
+        Επι&κόλληση
+    
+    
+        
+        Select &All
+        Επιλογή ό&λων
+    
+    
+        
+        Invert Selection
+        Αντιστροφή επιλογής
+    
+    
+        
+        Sorting
+        Ταξινόμηση
+    
+    
+        
+        Show Hidden
+        Εμφάνιση των κρυφών
+    
+    
+        
+        Folder Pr&operties
+        Ι&διότητες του φακέλου
+    
+    
+        
+        Folder
+        Φάκελος
+    
+    
+        
+        Blank File
+        Κενό αρχείο
+    
+    
+        
+        By File Name
+        Ανά όνομα αρχείου
+    
+    
+        
+        By Modification Time
+        Ανά χρόνο τροποποίησης
+    
+    
+        
+        By File Size
+        Ανά μέγεθος αρχείου
+    
+    
+        
+        By File Type
+        Ανά τύπο αρχείου
+    
+    
+        
+        By File Owner
+        Ανά ιδιοκτήτη αρχείου
+    
+    
+        
+        Ascending
+        Αύξουσα
+    
+    
+        
+        Descending
+        Φθίνουσα
+    
+    
+        
+        Folder First
+        Οι φάκελοι πρώτα
+    
+    
+        
+        Case Sensitive
+        Διάκριση πεζών/κεφαλαίων
+    
+
+
+    Fm::FolderModel
+    
+        
+        Name
+        Όνομα
+    
+    
+        
+        Type
+        Τύπος
+    
+    
+        
+        Size
+        Μέγεθος
+    
+    
+        
+        Modified
+        Τροποποιήθηκε
+    
+    
+        
+        Owner
+        Ιδιοκτήτης
+    
+
+
+    Fm::FontButton
+    
+        
+        Bold
+        Έντονα
+    
+    
+        
+        Italic
+        Πλάγια
+    
+
+
+    Fm::MountOperationPasswordDialog
+    
+        
+        &Connect
+        &Σύνδεση
+    
+
+
+    Fm::PlacesModel
+    
+        
+        Places
+        Τοποθεσίες
+    
+    
+        
+        Desktop
+        Επιφάνεια εργασίας
+    
+    
+        
+        Computer
+        Υπολογιστής
+    
+    
+        
+        Applications
+        Εφαρμογές
+    
+    
+        
+        Network
+        Δίκτυο
+    
+    
+        
+        Devices
+        Συσκευές
+    
+    
+        
+        Bookmarks
+        Σελιδοδείκτες
+    
+    
+        
+        Trash
+        Απορρίμματα
+    
+
+
+    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
+        Εξαγωγή
+    
+
+
+    Fm::RenameDialog
+    
+        
+        
+        Type: %1
+Size: %2
+Modified: %3
+        Τύπος: %1
+Μέγεθος: %2
+Τροποποιήθηκε: %3
+    
+    
+        
+        Type: %1
+Modified: %2
+        Τύπος: %1
+Τροποποιήθηκε: %2
+    
+    
+        
+        Type: %1
+Modified: %3
+        Τύπος: %1
+Τροποποιήθηκε: %3
+    
+    
+        
+        &Overwrite
+        &Αντικατάσταση
+    
+    
+        
+        &Rename
+        &Μετονομασία
+    
+
+
+    Fm::SidePane
+    
+        
+        
+        Places
+        Τοποθεσίες
+    
+    
+        
+        
+        Directory Tree
+        Δέντρο καταλόγων
+    
+    
+        
+        Shows list of common places, devices, and bookmarks in sidebar
+        Εμφανίζει τη λίστα με τις κοινές τοποθεσίες, συσκευές, και σελιδοδείκτες στην πλευρική στήλη
+    
+    
+        
+        Shows tree of directories in sidebar
+        Εμφανίζει ένα δέντρο των καταλόγων στην πλευρική στήλη
+    
+
+
+    MountOperationPasswordDialog
+    
+        
+        Mount
+        Προσάρτηση
+    
+    
+        
+        Connect &anonymously
+        &Ανώνυμη σύνδεση
+    
+    
+        
+        Connect as u&ser:
+        Σύνδεση ως &χρήστης:
+    
+    
+        
+        &Username:
+        Όνομα χ&ρήστη:
+    
+    
+        
+        &Password:
+        &Κωδικός πρόσβασης:
+    
+    
+        
+        &Domain:
+        &Τομέας:
+    
+    
+        
+        Forget password &immediately
+        &Λήθη του κωδικού πρόσβασης άμεσα
+    
+    
+        
+        Remember password until you &logout
+        Απομνημόνευση του κωδικού πρόσβασης &μέχρι να αποσυνδεθείτε
+    
+    
+        
+        Remember &forever
+        Απομνημόνευση ε&σαεί
+    
+
+
+    QObject
+    
+        
+        Rename File
+        Μετονομασία αρχείου
+    
+    
+        
+        Please enter a new name:
+        Παρακαλώ εισαγάγετε ένα νέο όνομα:
+    
+    
+        
+        
+        
+        
+        Error
+        Σφάλμα
+    
+    
+        
+        Create Folder
+        Δημιουργία φακέλου
+    
+    
+        
+        Create File
+        Δημιουργία αρχείου
+    
+    
+        
+        Please enter a new file name:
+        Παρακαλώ εισαγάγετε ένα νέο όνομα αρχείου:
+    
+    
+        
+        New text file
+        Νέο αρχείο κειμένου
+    
+    
+        
+        Please enter a new folder name:
+        Παρακαλώ εισαγάγετε ένα νέο όνομα φακέλου:
+    
+    
+        
+        New folder
+        Νέος φάκελος
+    
+    
+        
+        Enter a name for the new %1:
+        Εισαγάγετε ένα όνομα για το νέο %1:
+    
+
+
+    RenameDialog
+    
+        
+        Confirm to replace files
+        Επιβεβαίωση αντικατάστασης των αρχείων
+    
+    
+        
+        <html><head/><body><p><span style=" font-weight:600;">There is already a file with the same name in this location.</span></p><p>Do you want to replace the existing file?</p></body></html>
+        <html><head/><body><p><span style=" font-weight:600;">Υπάρχει ήδη ένα αρχείο με το ίδιο όνομα στην συγκεκριμένη τοποθεσία.</span></p><p>Θέλετε να αντικαταστήσετε το υπάρχον αρχείο;</p></body></html>
+    
+    
+        
+        dest
+        προορισμός
+    
+    
+        
+        with the following file?
+        με το παρακάτω αρχείο;
+    
+    
+        
+        src file info
+        πληροφορίες αρχείου πηγής
+    
+    
+        
+        dest file info
+        πληροφορίες αρχείου προορισμού
+    
+    
+        
+        src
+        πηγή
+    
+    
+        
+        &File name:
+        &Όνομα αρχείου:
+    
+    
+        
+        Apply this option to all existing files
+        Εφαρμογή της επιλογής σε όλα τα υπάρχοντα αρχεία
+    
+
+
diff --git a/libfm-qt/translations/libfm-qt_es.ts b/libfm-qt/translations/libfm-qt_es.ts
index 0e8abd6..0d8ae4f 100644
--- a/libfm-qt/translations/libfm-qt_es.ts
+++ b/libfm-qt/translations/libfm-qt_es.ts
@@ -305,6 +305,19 @@
         Seleccione una aplicación para abrir archivos "%1"
     
 
+
+    Fm::CreateNewMenu
+    
+        
+        Folder
+        Directorio
+    
+    
+        
+        Blank File
+        Archivo Vacío
+    
+
 
     Fm::DirTreeModel
     
@@ -318,6 +331,24 @@
         <No hay subdirectorios>
     
 
+
+    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
         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
     
@@ -603,7 +639,7 @@ Do you want to delete them instead?
 
     Fm::FolderMenu
     
-        
+        
         Create &New
         Crear &Nuevo
     
@@ -638,57 +674,55 @@ Do you want to delete them instead?
         Pr&opiedades del directorio
     
     
-        
         Folder
-        Directorio
+        Directorio
     
     
-        
         Blank File
-        Archivo Vacío
+        Archivo Vacío
     
     
-        
+        
         By File Name
         Por nombre de archivo
     
     
-        
+        
         By Modification Time
         Por fecha de modificación
     
     
-        
+        
         By File Size
         Por tamaño de archivo
     
     
-        
+        
         By File Type
         Por tipo de archivo
     
     
-        
+        
         By File Owner
         Por dueño del archivo
     
     
-        
+        
         Ascending
         Ascendente
     
     
-        
+        
         Descending
         Descendente
     
     
-        
+        
         Folder First
         Primero Directorios
     
     
-        
+        
         Case Sensitive
         Coincidir mayúsculas
     
@@ -887,24 +921,24 @@ 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
     
@@ -960,10 +994,10 @@ Modificado: %3
 
     QObject
     
+        
+        
         
         
-        
-        
         Error
         Error
     
diff --git a/libfm-qt/translations/libfm-qt_fr.ts b/libfm-qt/translations/libfm-qt_fr.ts
index 3890a10..7b6ed6f 100644
--- a/libfm-qt/translations/libfm-qt_fr.ts
+++ b/libfm-qt/translations/libfm-qt_fr.ts
@@ -299,6 +299,19 @@
         
     
 
+
+    Fm::CreateNewMenu
+    
+        
+        Folder
+        Dossier
+    
+    
+        
+        Blank File
+        
+    
+
 
     Fm::DirTreeModel
     
@@ -312,6 +325,24 @@
         
     
 
+
+    Fm::DirTreeView
+    
+        
+        Open in New T&ab
+        
+    
+    
+        
+        Open in New Win&dow
+        
+    
+    
+        
+        Open in Termina&l
+        
+    
+
 
     Fm::DndActionMenu
     
@@ -360,7 +391,7 @@ What do you want to do with it?
 
     Fm::FileMenu
     
-        
+        
         Open
         Ouvrir
     
@@ -369,73 +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
     
@@ -600,7 +636,7 @@ Voulez-vous plutôt les supprimer ?
 
     Fm::FolderMenu
     
-        
+        
         Create &New
         Créer un &nouveau
     
@@ -635,61 +671,55 @@ Voulez-vous plutôt les supprimer ?
         Pr&opriétés du dossier
     
     
-        
         Folder
-        Dossier
+        Dossier
     
     
         File
         Fichier
     
     
-        
-        Blank File
-        
-    
-    
-        
+        
         By File Name
         Par nom de fichier
     
     
-        
+        
         By Modification Time
         Par date de modification
     
     
-        
+        
         By File Size
         Par taille de fichier
     
     
-        
+        
         By File Type
         Par type de fichier
     
     
-        
+        
         By File Owner
         Par propriétaire de fichier
     
     
-        
+        
         Ascending
         Ascendant
     
     
-        
+        
         Descending
         Descendant
     
     
-        
+        
         Folder First
         Dossier en premier
     
     
-        
+        
         Case Sensitive
         Sensible à la casse
     
@@ -888,24 +918,24 @@ Modification : %3
 
     Fm::SidePane
     
-        
-        
+        
+        
         Places
         Emplacements
     
     
-        
-        
+        
+        
         Directory Tree
         
     
     
-        
+        
         Shows list of common places, devices, and bookmarks in sidebar
         
     
     
-        
+        
         Shows tree of directories in sidebar
         
     
@@ -961,10 +991,10 @@ Modification : %3
 
     QObject
     
+        
+        
         
         
-        
-        
         Error
         Erreur
     
diff --git a/libfm-qt/translations/libfm-qt_gl.ts b/libfm-qt/translations/libfm-qt_gl.ts
index a7007c0..0b2eaa3 100644
--- a/libfm-qt/translations/libfm-qt_gl.ts
+++ b/libfm-qt/translations/libfm-qt_gl.ts
@@ -299,6 +299,19 @@
         
     
 
+
+    Fm::CreateNewMenu
+    
+        
+        Folder
+        Cartafol
+    
+    
+        
+        Blank File
+        
+    
+
 
     Fm::DirTreeModel
     
@@ -312,6 +325,24 @@
         
     
 
+
+    Fm::DirTreeView
+    
+        
+        Open in New T&ab
+        
+    
+    
+        
+        Open in New Win&dow
+        
+    
+    
+        
+        Open in Termina&l
+        
+    
+
 
     Fm::DndActionMenu
     
@@ -360,7 +391,7 @@ What do you want to do with it?
 
     Fm::FileMenu
     
-        
+        
         Open
         Abrir
     
@@ -369,73 +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
     
@@ -600,7 +636,7 @@ Desexa eliminalos no seu canto?
 
     Fm::FolderMenu
     
-        
+        
         Create &New
         Crear &novo
     
@@ -635,61 +671,55 @@ Desexa eliminalos no seu canto?
         Pr&opiedades do cartafol
     
     
-        
         Folder
-        Cartafol
+        Cartafol
     
     
         File
         Ficheiro
     
     
-        
-        Blank File
-        
-    
-    
-        
+        
         By File Name
         Polo nome do ficheiro
     
     
-        
+        
         By Modification Time
         Pola data de modificación
     
     
-        
+        
         By File Size
         Polo tamaño do ficheiro
     
     
-        
+        
         By File Type
         Polo tipo do ficheiro
     
     
-        
+        
         By File Owner
         Polo propietario do ficheiro
     
     
-        
+        
         Ascending
         Ascendente
     
     
-        
+        
         Descending
         Descendente
     
     
-        
+        
         Folder First
         Primeiro os cartafoles
     
     
-        
+        
         Case Sensitive
         Distinguindo maiúsculas de minúsculas
     
@@ -888,24 +918,24 @@ Modificado: %3
 
     Fm::SidePane
     
-        
-        
+        
+        
         Places
         Lugares
     
     
-        
-        
+        
+        
         Directory Tree
         
     
     
-        
+        
         Shows list of common places, devices, and bookmarks in sidebar
         
     
     
-        
+        
         Shows tree of directories in sidebar
         
     
@@ -961,10 +991,10 @@ Modificado: %3
 
     QObject
     
+        
+        
         
         
-        
-        
         Error
         Erro
     
diff --git a/libfm-qt/translations/libfm-qt_hu.ts b/libfm-qt/translations/libfm-qt_hu.ts
index 98cabf2..05ee103 100644
--- a/libfm-qt/translations/libfm-qt_hu.ts
+++ b/libfm-qt/translations/libfm-qt_hu.ts
@@ -305,6 +305,19 @@
         Alkalmazás választás a "%1" fájl megnyitásához
     
 
+
+    Fm::CreateNewMenu
+    
+        
+        Folder
+        Mappa
+    
+    
+        
+        Blank File
+        Üres fájl
+    
+
 
     Fm::DirTreeModel
     
@@ -318,6 +331,24 @@
         <Nincs almappa>
     
 
+
+    Fm::DirTreeView
+    
+        
+        Open in New T&ab
+        
+    
+    
+        
+        Open in New Win&dow
+        
+    
+    
+        
+        Open in Termina&l
+        
+    
+
 
     Fm::DndActionMenu
     
@@ -367,78 +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
     
@@ -603,7 +639,7 @@ Töröljük őket véglegesen?
 
     Fm::FolderMenu
     
-        
+        
         Create &New
         &Új létrehozása
     
@@ -639,57 +675,55 @@ Töröljük őket véglegesen?
         Mappatulajd&onságok
     
     
-        
         Folder
-        Mappa
+        Mappa
     
     
-        
         Blank File
-        Üres fájl
+        Üres fájl
     
     
-        
+        
         By File Name
         Név
     
     
-        
+        
         By Modification Time
         Módosítási idő
     
     
-        
+        
         By File Size
         Méret
     
     
-        
+        
         By File Type
         Típus
     
     
-        
+        
         By File Owner
         Tulajdonos
     
     
-        
+        
         Ascending
         Emelkedő
     
     
-        
+        
         Descending
         Csökkenő
     
     
-        
+        
         Folder First
         Mappák elől
     
     
-        
+        
         Case Sensitive
         Nagybetűérzékeny
     
@@ -888,24 +922,24 @@ 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
     
@@ -961,10 +995,10 @@ Módosítva: %3
 
     QObject
     
+        
+        
         
         
-        
-        
         Error
         Hiba
     
diff --git a/libfm-qt/translations/libfm-qt_it.ts b/libfm-qt/translations/libfm-qt_it.ts
index cf36a62..b1380b3 100644
--- a/libfm-qt/translations/libfm-qt_it.ts
+++ b/libfm-qt/translations/libfm-qt_it.ts
@@ -299,6 +299,19 @@
         
     
 
+
+    Fm::CreateNewMenu
+    
+        
+        Folder
+        Cartella
+    
+    
+        
+        Blank File
+        
+    
+
 
     Fm::DirTreeModel
     
@@ -312,6 +325,24 @@
         
     
 
+
+    Fm::DirTreeView
+    
+        
+        Open in New T&ab
+        
+    
+    
+        
+        Open in New Win&dow
+        
+    
+    
+        
+        Open in Termina&l
+        
+    
+
 
     Fm::DndActionMenu
     
@@ -360,7 +391,7 @@ What do you want to do with it?
 
     Fm::FileMenu
     
-        
+        
         Open
         Apri
     
@@ -369,73 +400,78 @@ What do you want to do with it?
         ApriCon
     
     
-        
+        
         Cut
         Taglia
     
     
-        
+        
         Copy
         Copia
     
     
-        
+        
         Paste
         Incolla
     
     
-        
-        
+        
+        
         &Move to Trash
         Cestin&a
     
     
-        
+        
         Output
         
     
     
-        
+        
         &Delete
         &Rimuovi
     
     
-        
+        
         Rename
         Rinomina
     
     
-        
+        
         Open With...
         
     
     
-        
+        
         Other Applications
         
     
     
-        
+        
+        Create &New
+        Crea &nuovo
+    
+    
+        
         &Restore
         
     
     
-        
+        
         Extract to...
         Estrai in...
     
     
-        
+        
         Extract Here
         Estrai qui
     
     
-        
+        
         Compress
         Comprimi
     
     
-        
+        
         Properties
         Proprietà
     
@@ -600,7 +636,7 @@ Vuoi invece eliminarli?
 
     Fm::FolderMenu
     
-        
+        
         Create &New
         Crea &nuovo
     
@@ -635,61 +671,55 @@ Vuoi invece eliminarli?
         Pr&oprietà cartella
     
     
-        
         Folder
-        Cartella
+        Cartella
     
     
         File
         File
     
     
-        
-        Blank File
-        
-    
-    
-        
+        
         By File Name
         Per nome file
     
     
-        
+        
         By Modification Time
         Per data modifica
     
     
-        
+        
         By File Size
         Per dimensione file
     
     
-        
+        
         By File Type
         Per tipo file
     
     
-        
+        
         By File Owner
         Per proprietario file
     
     
-        
+        
         Ascending
         Crescente
     
     
-        
+        
         Descending
         Decrescente
     
     
-        
+        
         Folder First
         Prima le cartelle
     
     
-        
+        
         Case Sensitive
         Distingui MAIUSCOLE/minuscole
     
@@ -888,24 +918,24 @@ Ultima modifica: %3
 
     Fm::SidePane
     
-        
-        
+        
+        
         Places
         Luoghi
     
     
-        
-        
+        
+        
         Directory Tree
         
     
     
-        
+        
         Shows list of common places, devices, and bookmarks in sidebar
         
     
     
-        
+        
         Shows tree of directories in sidebar
         
     
@@ -961,10 +991,10 @@ Ultima modifica: %3
 
     QObject
     
+        
+        
         
         
-        
-        
         Error
         Errore
     
diff --git a/libfm-qt/translations/libfm-qt_ja.ts b/libfm-qt/translations/libfm-qt_ja.ts
index 53d546d..9bd3331 100644
--- a/libfm-qt/translations/libfm-qt_ja.ts
+++ b/libfm-qt/translations/libfm-qt_ja.ts
@@ -305,6 +305,19 @@
         ファイルを開くアプリケーションを選択
     
 
+
+    Fm::CreateNewMenu
+    
+        
+        Folder
+        フォルダー
+    
+    
+        
+        Blank File
+        空のファイル
+    
+
 
     Fm::DirTreeModel
     
@@ -318,6 +331,24 @@
         <サブフォルダーなし>
     
 
+
+    Fm::DirTreeView
+    
+        
+        Open in New T&ab
+        
+    
+    
+        
+        Open in New Win&dow
+        
+    
+    
+        
+        Open in Termina&l
+        
+    
+
 
     Fm::DndActionMenu
     
@@ -368,7 +399,7 @@ What do you want to do with it?
 
     Fm::FileMenu
     
-        
+        
         Open
         開く
     
@@ -377,73 +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
         プロパティー
     
@@ -608,7 +644,7 @@ Do you want to delete them instead?
 
     Fm::FolderMenu
     
-        
+        
         Create &New
         新規作成 (&N)
     
@@ -643,61 +679,59 @@ Do you want to delete them instead?
         フォルダのプロパティー(&O)
     
     
-        
         Folder
-        フォルダー
+        フォルダー
     
     
         File
         ファイル
     
     
-        
         Blank File
-        空のファイル
+        空のファイル
     
     
-        
+        
         By File Name
         名前
     
     
-        
+        
         By Modification Time
         更新時刻
     
     
-        
+        
         By File Size
         サイズ
     
     
-        
+        
         By File Type
         種類
     
     
-        
+        
         By File Owner
         所有者
     
     
-        
+        
         Ascending
         昇順
     
     
-        
+        
         Descending
         降順
     
     
-        
+        
         Folder First
         フォルダーを先に
     
     
-        
+        
         Case Sensitive
         大文字小文字を区別
     
@@ -896,24 +930,24 @@ Modified: %3
 
     Fm::SidePane
     
-        
-        
+        
+        
         Places
         場所
     
     
-        
-        
+        
+        
         Directory Tree
         ディレクトリーツリー
     
     
-        
+        
         Shows list of common places, devices, and bookmarks in sidebar
         サイドバーに、一般的な場所およびデバイス、ブックマークのリストを表示
     
     
-        
+        
         Shows tree of directories in sidebar
         サイドバーにディレクトリーツリーを表示
     
@@ -969,10 +1003,10 @@ Modified: %3
 
     QObject
     
+        
+        
         
         
-        
-        
         Error
         エラー
     
diff --git a/libfm-qt/translations/libfm-qt_lt_LT.ts b/libfm-qt/translations/libfm-qt_lt_LT.ts
index 414a968..514ccba 100644
--- a/libfm-qt/translations/libfm-qt_lt_LT.ts
+++ b/libfm-qt/translations/libfm-qt_lt_LT.ts
@@ -299,6 +299,19 @@
         
     
 
+
+    Fm::CreateNewMenu
+    
+        
+        Folder
+        Aplankas
+    
+    
+        
+        Blank File
+        
+    
+
 
     Fm::DirTreeModel
     
@@ -312,6 +325,24 @@
         
     
 
+
+    Fm::DirTreeView
+    
+        
+        Open in New T&ab
+        
+    
+    
+        
+        Open in New Win&dow
+        
+    
+    
+        
+        Open in Termina&l
+        
+    
+
 
     Fm::DndActionMenu
     
@@ -365,7 +396,7 @@ What do you want to do with it?
 
     Fm::FileMenu
     
-        
+        
         Open
         Atverti
     
@@ -374,73 +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
         
     
@@ -610,7 +646,7 @@ Ar norite vietoje to juos pašalinti visam laikui?
 
     Fm::FolderMenu
     
-        
+        
         Create &New
         &Kurti naują
     
@@ -645,64 +681,58 @@ Ar norite vietoje to juos pašalinti visam laikui?
         Failo &savybės
     
     
-        
         Folder
-        Aplankas
+        Aplankas
     
     
         File
         Failas
     
     
-        
+        
         By File Name
         Pagal failo vardą
     
     
-        
+        
         By Modification Time
         Pagal keitimo datą
     
     
-        
+        
         By File Size
         Pagal failo dydį
     
     
-        
+        
         By File Type
         Pagal failo tipą
     
     
-        
+        
         By File Owner
         Pagal failo savininką
     
     
-        
+        
         Ascending
         Didėjančiai
     
     
-        
+        
         Descending
         Mažėjančiai
     
     
-        
+        
         Folder First
         Pirmiausia aplankai
     
     
-        
+        
         Case Sensitive
         Skirti raidžių dydį
     
-    
-        
-        Blank File
-        
-    
 
 
     Fm::FolderModel
@@ -899,24 +929,24 @@ Keista: %2 {1
 
     Fm::SidePane
     
-        
-        
+        
+        
         Places
         
     
     
-        
-        
+        
+        
         Directory Tree
         
     
     
-        
+        
         Shows list of common places, devices, and bookmarks in sidebar
         
     
     
-        
+        
         Shows tree of directories in sidebar
         
     
@@ -972,10 +1002,10 @@ Keista: %2 {1
 
     QObject
     
+        
+        
         
         
-        
-        
         Error
         Klaida
     
diff --git a/libfm-qt/translations/libfm-qt_pl.ts b/libfm-qt/translations/libfm-qt_pl.ts
index 003dd8a..73db024 100644
--- a/libfm-qt/translations/libfm-qt_pl.ts
+++ b/libfm-qt/translations/libfm-qt_pl.ts
@@ -305,6 +305,19 @@
         WYbierz program do otwarcia "%1" plików
     
 
+
+    Fm::CreateNewMenu
+    
+        
+        Folder
+        Katalog
+    
+    
+        
+        Blank File
+        Pusty plik
+    
+
 
     Fm::DirTreeModel
     
@@ -318,6 +331,24 @@
         <Brak katalogów>
     
 
+
+    Fm::DirTreeView
+    
+        
+        Open in New T&ab
+        
+    
+    
+        
+        Open in New Win&dow
+        
+    
+    
+        
+        Open in Termina&l
+        
+    
+
 
     Fm::DndActionMenu
     
@@ -367,78 +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
     
@@ -603,7 +639,7 @@ Czy zamiast tego usunąć te pliki?
 
     Fm::FolderMenu
     
-        
+        
         Create &New
         Utwórz &nowy
     
@@ -638,57 +674,55 @@ Czy zamiast tego usunąć te pliki?
         Właściwości &katalogu
     
     
-        
         Folder
-        Katalog
+        Katalog
     
     
-        
         Blank File
-        Pusty plik
+        Pusty plik
     
     
-        
+        
         By File Name
         Według nazwy
     
     
-        
+        
         By Modification Time
         Według czasu modyfikacji
     
     
-        
+        
         By File Size
         Według rozmiaru
     
     
-        
+        
         By File Type
         Według typu
     
     
-        
+        
         By File Owner
         Wedłuh właściciela pliku
     
     
-        
+        
         Ascending
         Rosnąco
     
     
-        
+        
         Descending
         Malejąco
     
     
-        
+        
         Folder First
         Najpierw katalogi
     
     
-        
+        
         Case Sensitive
         Uwzględnij wielkość liter
     
@@ -887,24 +921,24 @@ 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
     
@@ -960,10 +994,10 @@ Zmodyfikowany: %3
 
     QObject
     
+        
+        
         
         
-        
-        
         Error
         Błąd
     
diff --git a/libfm-qt/translations/libfm-qt_pt.ts b/libfm-qt/translations/libfm-qt_pt.ts
index 7f23c95..c8d43e9 100644
--- a/libfm-qt/translations/libfm-qt_pt.ts
+++ b/libfm-qt/translations/libfm-qt_pt.ts
@@ -305,6 +305,19 @@
         Selecione uma aplicação para abrir os ficheiros %1
     
 
+
+    Fm::CreateNewMenu
+    
+        
+        Folder
+        Pasta
+    
+    
+        
+        Blank File
+        Ficheiro vazio
+    
+
 
     Fm::DirTreeModel
     
@@ -318,6 +331,24 @@
         <Não existem subpastas>
     
 
+
+    Fm::DirTreeView
+    
+        
+        Open in New T&ab
+        
+    
+    
+        
+        Open in New Win&dow
+        
+    
+    
+        
+        Open in Termina&l
+        
+    
+
 
     Fm::DndActionMenu
     
@@ -367,7 +398,7 @@ O que pretende fazer com o ficheiro?
 
     Fm::FileMenu
     
-        
+        
         Open
         Abrir
     
@@ -376,73 +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
     
@@ -607,7 +643,7 @@ Eliminar permanentemente?
 
     Fm::FolderMenu
     
-        
+        
         Create &New
         Criar &novo(a)
     
@@ -642,61 +678,59 @@ Eliminar permanentemente?
         Pr&opriedades da pasta
     
     
-        
         Folder
-        Pasta
+        Pasta
     
     
         File
         Ficheiro
     
     
-        
         Blank File
-        Ficheiro vazio
+        Ficheiro vazio
     
     
-        
+        
         By File Name
         Por nome de ficheiro
     
     
-        
+        
         By Modification Time
         Por data de modificação
     
     
-        
+        
         By File Size
         Por tamanho de ficheiro
     
     
-        
+        
         By File Type
         Por tipo de ficheiro
     
     
-        
+        
         By File Owner
         Por dono de ficheiro
     
     
-        
+        
         Ascending
         Ascendente
     
     
-        
+        
         Descending
         Descendente
     
     
-        
+        
         Folder First
         Pastas no início
     
     
-        
+        
         Case Sensitive
         Diferenciar capitalização
     
@@ -895,24 +929,24 @@ 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
     
@@ -968,10 +1002,10 @@ Modificado: %3
 
     QObject
     
+        
+        
         
         
-        
-        
         Error
         Erro
     
diff --git a/libfm-qt/translations/libfm-qt_ru.ts b/libfm-qt/translations/libfm-qt_ru.ts
index daa6d57..446064d 100644
--- a/libfm-qt/translations/libfm-qt_ru.ts
+++ b/libfm-qt/translations/libfm-qt_ru.ts
@@ -305,6 +305,19 @@
         Выберите приложение, чтобы открыть "%1" файлов
     
 
+
+    Fm::CreateNewMenu
+    
+        
+        Folder
+        Папку
+    
+    
+        
+        Blank File
+        Пустой файл
+    
+
 
     Fm::DirTreeModel
     
@@ -318,6 +331,24 @@
         <Нет подпапок>
     
 
+
+    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
         &Удалить
     
@@ -603,7 +639,7 @@ Do you want to delete them instead?
 
     Fm::FolderMenu
     
-        
+        
         Create &New
         &Создать
     
@@ -638,57 +674,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
         Регистрочувствительность
     
@@ -887,24 +921,24 @@ Modified: %3
 
     Fm::SidePane
     
-        
-        
+        
+        
         Places
         Места
     
     
-        
-        
+        
+        
         Directory Tree
         Дерево папок
     
     
-        
+        
         Shows list of common places, devices, and bookmarks in sidebar
         Показывает список обычных мест, устройств и закладок в боковой панели
     
     
-        
+        
         Shows tree of directories in sidebar
         Показывает дерево папок в боковой панели
     
@@ -960,10 +994,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 f6f2585..ef36a0e 100644
--- a/libfm-qt/translations/libfm-qt_ru_RU.ts
+++ b/libfm-qt/translations/libfm-qt_ru_RU.ts
@@ -305,6 +305,19 @@
         Выберите приложение, чтобы открыть "%1" файлов
     
 
+
+    Fm::CreateNewMenu
+    
+        
+        Folder
+        Папку
+    
+    
+        
+        Blank File
+        Пустой файл
+    
+
 
     Fm::DirTreeModel
     
@@ -318,6 +331,24 @@
         <Нет подпапок>
     
 
+
+    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
         &Удалить
     
@@ -603,7 +639,7 @@ Do you want to delete them instead?
 
     Fm::FolderMenu
     
-        
+        
         Create &New
         &Создать
     
@@ -638,57 +674,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
         Регистрочувствительность
     
@@ -887,24 +921,24 @@ Modified: %3
 
     Fm::SidePane
     
-        
-        
+        
+        
         Places
         Места
     
     
-        
-        
+        
+        
         Directory Tree
         Дерево папок
     
     
-        
+        
         Shows list of common places, devices, and bookmarks in sidebar
         Показывает список обычных мест, устройств и закладок в боковой панели
     
     
-        
+        
         Shows tree of directories in sidebar
         Показывает дерево папок в боковой панели
     
@@ -960,10 +994,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 7573a16..4d705e7 100644
--- a/libfm-qt/translations/libfm-qt_zh_TW.ts
+++ b/libfm-qt/translations/libfm-qt_zh_TW.ts
@@ -305,6 +305,19 @@
         選取用來開啟「%1」檔案的應用程式
     
 
+
+    Fm::CreateNewMenu
+    
+        
+        Folder
+        資料夾
+    
+    
+        
+        Blank File
+        空白檔案
+    
+
 
     Fm::DirTreeModel
     
@@ -318,6 +331,24 @@
         <沒有子資料夾>
     
 
+
+    Fm::DirTreeView
+    
+        
+        Open in New T&ab
+        
+    
+    
+        
+        Open in New Win&dow
+        
+    
+    
+        
+        Open in Termina&l
+        
+    
+
 
     Fm::DndActionMenu
     
@@ -367,7 +398,7 @@ What do you want to do with it?
 
     Fm::FileMenu
     
-        
+        
         Open
         開啟
     
@@ -376,48 +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)
     
@@ -426,27 +462,27 @@ What do you want to do with it?
         刪除
     
     
-        
+        
         Rename
         重新命名
     
     
-        
+        
         Extract to...
         解壓縮到...
     
     
-        
+        
         Extract Here
         在此解壓縮
     
     
-        
+        
         Compress
         壓縮
     
     
-        
+        
         Properties
         屬性
     
@@ -611,7 +647,7 @@ Do you want to delete them instead?
 
     Fm::FolderMenu
     
-        
+        
         Create &New
         新建(&N)
     
@@ -646,61 +682,59 @@ Do you want to delete them instead?
         資料夾屬性(&O)
     
     
-        
         Folder
-        資料夾
+        資料夾
     
     
         File
         檔案
     
     
-        
         Blank File
-        空白檔案
+        空白檔案
     
     
-        
+        
         By File Name
         依照檔名
     
     
-        
+        
         By Modification Time
         依照修改時間
     
     
-        
+        
         By File Size
         依照檔案大小
     
     
-        
+        
         By File Type
         依照檔案型態
     
     
-        
+        
         By File Owner
         依照檔案所有者
     
     
-        
+        
         Ascending
         升冪排列
     
     
-        
+        
         Descending
         降冪排列
     
     
-        
+        
         Folder First
         資料夾優先
     
     
-        
+        
         Case Sensitive
         區分大小寫
     
@@ -899,24 +933,24 @@ Modified: %3
 
     Fm::SidePane
     
-        
-        
+        
+        
         Places
         位置
     
     
-        
-        
+        
+        
         Directory Tree
         目錄樹
     
     
-        
+        
         Shows list of common places, devices, and bookmarks in sidebar
         
     
     
-        
+        
         Shows tree of directories in sidebar
         
     
@@ -972,10 +1006,10 @@ Modified: %3
 
     QObject
     
+        
+        
         
         
-        
-        
         Error
         錯誤
     
diff --git a/pcmanfm/pcmanfm-qt-desktop-pref.desktop.in b/pcmanfm/pcmanfm-qt-desktop-pref.desktop.in
index c3c0cdf..03aab56 100644
--- a/pcmanfm/pcmanfm-qt-desktop-pref.desktop.in
+++ b/pcmanfm/pcmanfm-qt-desktop-pref.desktop.in
@@ -5,5 +5,5 @@ GenericName=Desktop Settings
 Comment=Change wallpapers and behavior of desktop manager
 Exec=pcmanfm-qt --desktop-pref=general
 Icon=user-desktop
-Categories=Qt;DesktopSettings;
+Categories=Settings;Qt;DesktopSettings;
 StartupNotify=true
diff --git a/pcmanfm/tabpage.cpp b/pcmanfm/tabpage.cpp
index a07bae7..0d5b603 100644
--- a/pcmanfm/tabpage.cpp
+++ b/pcmanfm/tabpage.cpp
@@ -57,6 +57,8 @@ TabPage::TabPage(FmPath* path, QWidget* parent):
   // newView->setColumnWidth(Fm::FolderModel::ColumnName, 200);
   connect(folderView_, &View::openDirRequested, this, &TabPage::onOpenDirRequested);
   connect(folderView_, &View::selChanged, this, &TabPage::onSelChanged);
+  connect(folderView_, &View::clickedBack, this, &TabPage::backward);
+  connect(folderView_, &View::clickedForward, this, &TabPage::forward);
 
   // FIXME: this is very dirty
   folderView_->setModel(proxyModel_);
diff --git a/pcmanfm/translations/pcmanfm-qt-desktop-pref_el.desktop b/pcmanfm/translations/pcmanfm-qt-desktop-pref_el.desktop
new file mode 100644
index 0000000..a1a3ed0
--- /dev/null
+++ b/pcmanfm/translations/pcmanfm-qt-desktop-pref_el.desktop
@@ -0,0 +1,3 @@
+Name[el]=Επιφάνεια εργασίας
+GenericName[el]=Ρυθμίσεις της επιφάνειας εργασίας
+Comment[el]=Αλλαγή της ταπετσαρίας και της συμπεριφοράς του διαχειριστή της επιφάνειας εργασίας
diff --git a/pcmanfm/translations/pcmanfm-qt.ts b/pcmanfm/translations/pcmanfm-qt.ts
index f5db1b0..bd16512 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,27 +65,27 @@ 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:
         
     
@@ -93,522 +93,663 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.<
 
     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
         
     
 
+
+    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
         
     
     
-        
+        
         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
         
     
     
-        
+        
         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
         
     
     
-        
+        
         Blank File
         
     
     
-        
+        
         Ctrl+Alt+N
         
     
     
-        
+        
         &File
         
     
     
-        
+        
         C&reate New
         
     
     
-        
+        
         &Help
         
     
     
-        
+        
         &View
         
     
     
-        
+        
         &Sorting
         
     
     
-        
+        
         &Edit
         
     
     
-        
+        
         &Bookmarks
         
     
     
-        
+        
         &Go
         
     
     
-        
+        
         &Tool
         
     
     
-        
+        
         Main Toolbar
         
     
@@ -616,99 +757,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.
         
     
@@ -775,28 +916,28 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.<
 
     PCManFM::MainWindow
     
-        
+        
         Version: %1
         
     
     
-        
+        
         &Move to Trash
         
     
     
-        
+        
         &Delete
         
     
     
-        
-        
+        
+        
         Error
         
     
     
-        
+        
         Switch user command is not set.
         
     
@@ -804,22 +945,22 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.<
 
     PCManFM::PreferencesDialog
     
-        
+        
         Icon View
         
     
     
-        
+        
         Compact Icon View
         
     
     
-        
+        
         Thumbnail View
         
     
     
-        
+        
         Detailed List View
         
     
@@ -859,17 +1000,17 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.<
 
     PCManFM::View
     
-        
+        
         Open in New T&ab
         
     
     
-        
+        
         Open in New Win&dow
         
     
     
-        
+        
         Open in Termina&l
         
     
@@ -877,218 +1018,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 2fa566c..ee73b02 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,27 +65,27 @@ 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:
         
     
@@ -93,522 +93,663 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.<
 
     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
         
     
 
+
+    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
         
     
     
-        
+        
         &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
         
     
     
-        
+        
         &Delete
         
     
     
-        
+        
         &Rename
         
     
     
-        
+        
         Ctrl+A
         
     
     
-        
+        
         Go &Up
         
     
     
-        
+        
         &New Window
         
     
     
-        
+        
         &Icon View
         
     
     
-        
+        
         &Compact View
         
     
     
-        
+        
         &Detailed List
         
     
     
-        
+        
         &Thumbnail View
         
     
     
-        
+        
         Cu&t
         
     
     
-        
+        
         Ascending
         
     
     
-        
+        
         Descending
         
     
     
-        
+        
         By File Name
         
     
     
-        
+        
         By Modification Time
         
     
     
-        
+        
         By File Type
         
     
     
-        
+        
         By Owner
         
     
     
-        
+        
         Folder First
         
     
     
-        
+        
         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
         
     
     
-        
+        
         By File Size
         
     
     
-        
+        
         Close Window
         
     
     
-        
+        
         Edit Bookmarks
         
     
     
-        
+        
         Open &Terminal
         
     
     
-        
+        
         F4
         
     
     
-        
+        
         Open as &Root
         
     
     
-        
+        
         &Edit Bookmarks
         
     
     
-        
+        
         &File
         
     
     
-        
+        
         &Help
         
     
     
-        
+        
         &View
         
     
     
-        
+        
         &Edit
         
     
     
-        
+        
         &Bookmarks
         
     
     
-        
+        
         &Go
         
     
     
-        
+        
         &Tool
         
     
@@ -616,99 +757,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.
         
     
@@ -775,28 +916,28 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.<
 
     PCManFM::MainWindow
     
-        
+        
         Version: %1
         
     
     
-        
+        
         &Move to Trash
         
     
     
-        
+        
         &Delete
         
     
     
-        
-        
+        
+        
         Error
         
     
     
-        
+        
         Switch user command is not set.
         
     
@@ -804,22 +945,22 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.<
 
     PCManFM::PreferencesDialog
     
-        
+        
         Icon View
         
     
     
-        
+        
         Compact Icon View
         
     
     
-        
+        
         Thumbnail View
         
     
     
-        
+        
         Detailed List View
         
     
@@ -869,17 +1010,17 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.<
 
     PCManFM::View
     
-        
+        
         Open in New T&ab
         
     
     
-        
+        
         Open in New Win&dow
         
     
     
-        
+        
         Open in Termina&l
         
     
@@ -887,218 +1028,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 f28f3db..1af843a 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,27 +65,27 @@ 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:
         
     
@@ -93,522 +93,663 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.<
 
     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
         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
+        
+    
+    
+        
+        
+        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
         Správce souborů
     
     
-        
+        
         Go Up
         Nahoru
     
     
-        
+        
         Alt+Up
         Alt+Nahoru
     
     
-        
+        
         Home
         Domů
     
     
-        
+        
         Alt+Home
         Alt+Home
     
     
-        
+        
         Reload
         Obnovit
     
     
-        
+        
         F5
         F5
     
     
-        
+        
         &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í
     
     
-        
+        
         &Invert Selection
         Invertovat výběr
     
     
-        
+        
         &Delete
         Smazat
     
     
-        
+        
         &Rename
         Přejmenovat
     
     
-        
+        
         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ě
     
     
-        
+        
         Descending
         Sestupně
     
     
-        
+        
         By File Name
         Podle jména
     
     
-        
+        
         By Modification Time
         Podle času
     
     
-        
+        
         By File Type
         Podle typu
     
     
-        
+        
         By Owner
         Podle vlastníka
     
     
-        
+        
         Folder First
         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
     
     
-        
+        
         By File Size
         Podle velikosti
     
     
-        
+        
         Close Window
         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
     
     
-        
+        
         &File
         &Soubor
     
     
-        
+        
         &Help
         &Nápověda
     
     
-        
+        
         &View
         &Zobrazení
     
     
-        
+        
         &Edit
         Úpr&avy
     
     
-        
+        
         &Bookmarks
         Zál&ožky
     
     
-        
+        
         &Go
         &Jdi
     
     
-        
+        
         &Tool
         Nás&troje
     
@@ -616,99 +757,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.
         
     
@@ -775,28 +916,28 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.<
 
     PCManFM::MainWindow
     
-        
+        
         Version: %1
         
     
     
-        
+        
         &Move to Trash
         
     
     
-        
+        
         &Delete
         Smazat
     
     
-        
-        
+        
+        
         Error
         
     
     
-        
+        
         Switch user command is not set.
         
     
@@ -804,22 +945,22 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.<
 
     PCManFM::PreferencesDialog
     
-        
+        
         Icon View
         
     
     
-        
+        
         Compact Icon View
         
     
     
-        
+        
         Thumbnail View
         
     
     
-        
+        
         Detailed List View
         
     
@@ -863,17 +1004,17 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.<
 
     PCManFM::View
     
-        
+        
         Open in New T&ab
         
     
     
-        
+        
         Open in New Win&dow
         
     
     
-        
+        
         Open in Termina&l
         
     
@@ -881,218 +1022,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 56c99be..d445ef7 100644
--- a/pcmanfm/translations/pcmanfm-qt_de.ts
+++ b/pcmanfm/translations/pcmanfm-qt_de.ts
@@ -1,25 +1,25 @@
 
 
-
+
 
     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,27 +74,27 @@ 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:
     
@@ -102,522 +102,664 @@ Sie sollten ein Exemplar der GNU General Public License zusammen mit diesem Prog
 
     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
     
     
-        
+        
         Desktop folder:
-        
+        Schreibtischordner:
     
     
-        
+        
         Folder path
-        
+        Pfad des Ordners
     
     
-        
+        
         Advanced
         Erweitert
     
 
+
+    FindFilesDialog
+    
+        
+        Find Files
+        Dateisuche
+    
+    
+        
+        Name/Location
+        Dateiname, Lokalisation
+    
+    
+        
+        File name patterns
+        Dateiname
+    
+    
+        
+        Pattern:
+        Suchmuster:
+    
+    
+        
+        
+        Case insensitive
+        Groß- und Kleinschreibung ignorieren
+    
+    
+        
+        
+        Use regular expression
+        Muster ist regulärer Ausdruck
+    
+    
+        
+        Places to search
+        Lokalisation
+    
+    
+        
+        Add
+        Hinzufügen
+    
+    
+        
+        Remove
+        Entfernen
+    
+    
+        
+        Search in sub directories
+        Unterverzeichnisse einbeziehen
+    
+    
+        
+        Search hidden files
+        versteckte Dateien einbeziehen
+    
+    
+        
+        
+        File Type
+        Dateityp
+    
+    
+        
+        Only search for files of following types:
+        Suche auf die folgenden Typen beschränken:
+    
+    
+        
+        Text files
+        Textdateien
+    
+    
+        
+        Image files
+        Bilddateien
+    
+    
+        
+        Audio files
+        Audiodateien
+    
+    
+        
+        Video files
+        Videodateien
+    
+    
+        
+        Documents
+        Dokumente
+    
+    
+        
+        Content
+        Inhalt
+    
+    
+        
+        File contains
+        Datei enthält
+    
+    
+        
+        Properties
+        Dateieigenschaften
+    
+    
+        
+        File Size
+        Dateigröße
+    
+    
+        
+        Bigger than:
+        größer als:
+    
+    
+        
+        Smaller than:
+        kleiner als:
+    
+    
+        
+        Last Modified Time
+        Zeitpunkt der letzten Modifikation
+    
+    
+        
+        Earlier than:
+        vor:
+    
+    
+        
+        Later than:
+        nach:
+    
+
 
     MainWindow
     
-        
+        
         File Manager
         Dateimanager
     
     
-        
+        
         Go Up
-        Go Up
+        Hoch
     
     
-        
+        
         Alt+Up
-        Alt+Up
+        Alt+Bild hoch
     
     
-        
+        
         Home
-        Home
+        Nutzerverzeichnis
     
     
-        
+        
         Alt+Home
-        Alt+Home
+        Alt+Pos1
     
     
-        
+        
         Reload
-        Ordner neu laden
+        Neu laden
     
     
-        
+        
         F5
         F5
     
     
-        
+        
         &Reload
-        Ordner neu &laden
+        Neu &laden
     
     
-        
+        
         Go
-        Gehe zu
+        Los
     
     
-        
+        
         Quit
-        Fenster schließen
+        Verlassen
     
     
-        
+        
         &About
         &Über
     
     
-        
+        
         New Window
         Neues Fenster
     
     
-        
+        
         Ctrl+N
-        Ctrl+N
+        Strg+N
     
     
-        
+        
         Show &Hidden
         &Versteckte anzeigen
     
     
-        
+        
         Ctrl+H
-        Ctrl+H
+        Strg+H
     
     
-        
+        
         &Computer
         &Geräte
     
     
-        
+        
         &Trash
         &Papierkorb
     
     
-        
+        
         &Network
         &Netzwerk
     
     
-        
+        
         &Desktop
         Schreib&tisch
     
     
-        
+        
         &Add to Bookmarks
-        Zu Favoriten &hinzufügen
+        Zu Lesezeichen &hinzufügen
     
     
-        
+        
         &Applications
         &Anwendungen
     
     
-        
+        
         Ctrl+X
-        Ctrl+X
+        Strg+X
     
     
-        
+        
         &Copy
         &Kopieren
     
     
-        
+        
         Ctrl+C
-        Ctrl+C
+        Strg+C
     
     
-        
+        
         &Paste
         E&infügen
     
     
-        
+        
         Ctrl+V
-        Ctrl+V
+        Strg+V
     
     
-        
+        
         Select &All
         &Alles markieren
     
     
-        
+        
         Pr&eferences
         &Einstellungen
     
     
-        
+        
         &Invert Selection
         Auswahl &umkehren
     
     
-        
+        
         &Delete
         &Löschen
     
     
-        
+        
         &Rename
         Um&benennen
     
     
-        
+        
         Ctrl+A
-        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
     
     
-        
+        
         Descending
         Absteigend
     
     
-        
+        
         By File Name
         Nach Name
     
     
-        
+        
         By Modification Time
         Nach Änderungsdatum
     
     
-        
+        
         By File Type
         Nach Dateityp
     
     
-        
+        
         By Owner
         Nach Besitzer
     
     
-        
+        
         Folder First
         Ordner zuerst
     
     
-        
+        
         New &Tab
-        Neuer &Reiter
+        Neuer &Tab
     
     
-        
+        
         New Tab
-        Neuer Reiter
+        Neuer Tab
     
     
-        
+        
         Ctrl+T
-        Ctrl+T
+        Strg+T
     
     
-        
+        
         Go &Back
         &Zurück
     
     
-        
+        
         Go Back
         Zurück
     
     
-        
+        
         Alt+Left
-        Alt+Left
+        Alt+Pfeil links
     
     
-        
+        
         Go &Forward
         &Vorwärts
     
     
-        
+        
         Go Forward
         Vorwärts
     
     
-        
+        
         Alt+Right
-        Alt+Right
+        Alt+Pfeil rechts
     
     
-        
+        
         Del
-        Del
+        Entf
     
     
-        
+        
         F2
         F2
     
     
-        
+        
         C&lose Tab
-        Reiter &schließen
+        Tab &schließen
     
     
-        
+        
         File &Properties
         &Dateieigenschaften
     
     
-        
+        
         &Folder Properties
         &Eigenschaften des aktuellen Ordners
     
     
-        
+        
         Folder
-        
+        Ordner
     
     
-        
+        
         Ctrl+Shift+N
-        
+        Strg+Umschalt+N
     
     
-        
+        
         Blank File
-        
+        Leere Datei
     
     
-        
+        
         Ctrl+Alt+N
-        
+        Strg+Alt+N
     
     
-        
+        
         C&reate New
-        
+        Neu e&rstellen
     
     
-        
+        
         &Sorting
         S&ortierung
     
     
-        
+        
         Main Toolbar
         Hauptwerkzeugleiste
     
     
-        
+        
         Ctrl+W
-        Ctrl+W
+        Strg+W
     
     
-        
+        
         Alt+Return
         Alt+Return
     
     
-        
+        
         Case Sensitive
         Groß-/Kleinschreibung beachten
     
     
-        
+        
         By File Size
         Nach Dateigröße
     
     
-        
+        
         Close Window
         Fenster schließen
     
     
-        
+        
         Edit Bookmarks
-        Favoriten bearbeiten
+        Lesezeichen bearbeiten
     
     
-        
+        
         Open &Terminal
         &Terminal öffnen
     
     
-        
+        
         F4
         F4
     
     
-        
+        
         Open as &Root
         Als &Root öffnen
     
     
-        
+        
         &Edit Bookmarks
-        &Favoriten bearbeiten
+        &Lesezeichen bearbeiten
     
     
-        
+        
         &File
         &Datei
     
     
-        
+        
         &Help
         &Hilfe
     
     
-        
+        
         &View
         &Ansicht
     
     
-        
+        
         &Edit
         &Bearbeiten
     
     
-        
+        
         &Bookmarks
-        &Favoriten
+        &Lesezeichen
     
     
-        
+        
         &Go
         &Gehe zu
     
     
-        
+        
         &Tool
         &Werkzeuge
     
@@ -625,99 +767,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 Reiter öffnen
+        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 Reiter öffnen
+        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.
     
@@ -727,7 +869,7 @@ Sie sollten ein Exemplar der GNU General Public License zusammen mit diesem Prog
     
         
         Open in file manager
-        In Dateimanager öffnen
+        Öffnen in Dateimanager
     
     
         
@@ -745,12 +887,12 @@ Sie sollten ein Exemplar der GNU General Public License zusammen mit diesem Prog
     
         
         Stretch to fill the entire screen
-        Gefüllt
+        Auf Bildschirmgröße bringen
     
     
         
         Stretch to fit the screen
-        Gestreckt
+        In Bildschirm einpassen
     
     
         
@@ -784,28 +926,28 @@ Sie sollten ein Exemplar der GNU General Public License zusammen mit diesem Prog
 
     PCManFM::MainWindow
     
-        
+        
         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.
     
@@ -813,22 +955,22 @@ Sie sollten ein Exemplar der GNU General Public License zusammen mit diesem Prog
 
     PCManFM::PreferencesDialog
     
-        
+        
         Icon View
         Symbolansicht
     
     
-        
+        
         Compact Icon View
         Kleine Symbolansicht
     
     
-        
+        
         Thumbnail View
         Miniaturansicht
     
     
-        
+        
         Detailed List View
         Detaillierte Listenansicht
     
@@ -870,217 +1012,338 @@ Sie sollten ein Exemplar der GNU General Public License zusammen mit diesem Prog
 
     PCManFM::View
     
-        
+        
         Open in New T&ab
-        In einem neuen &Reiter öffnen
+        Öffnen in neuem &Tab
     
     
-        
+        
         Open in New Win&dow
-        In einem neuen &Fenster öffnen
+        Öffnen in neuem &Fenster
     
     
-        
+        
         Open in Termina&l
-        Im &Terminal öffnen
+        Öffnen in &Terminal
     
 
 
     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
-        Reiterleiste immer anzeigen
+        Tableiste immer anzeigen
     
     
-        
+        
         Show 'Close' buttons on tabs	
-        'Schließen'-Knopf an Reitern zeigen
+        '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
-        Dateioperationen
+        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 ausgeworfen:
+        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
     
     
         Close tab containing removable medium
@@ -1091,12 +1354,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:
     
@@ -1105,7 +1368,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.
@@ -1116,7 +1379,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.desktop b/pcmanfm/translations/pcmanfm-qt_el.desktop
new file mode 100644
index 0000000..7665191
--- /dev/null
+++ b/pcmanfm/translations/pcmanfm-qt_el.desktop
@@ -0,0 +1,4 @@
+Name[el]=Διαχειριστής αρχείων PCManFM
+GenericName[el]=Διαχειριστής αρχείων
+Comment[el]=Περιήγηση του συστήματος αρχείων και διαχείριση των αρχείων
+
diff --git a/pcmanfm/translations/pcmanfm-qt_el.ts b/pcmanfm/translations/pcmanfm-qt_el.ts
new file mode 100644
index 0000000..421e84e
--- /dev/null
+++ b/pcmanfm/translations/pcmanfm-qt_el.ts
@@ -0,0 +1,1381 @@
+
+
+
+
+    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>
+
+        Προγραμματισμός:
+* Hong Jen Yee (PCMan) <pcman.tw@gmail.com>
+
+    
+    
+        
+        Authors
+        Συγγραφείς
+    
+    
+        
+        PCMan File Manager
+
+Copyright (C) 2009 - 2014 洪任諭 (Hong Jen Yee)
+
+This program is free software; you can redistribute it and/or
+modify it under the terms of the GNU General Public License
+as published by the Free Software Foundation; either version 2
+of the License, or (at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program; if not, write to the Free Software
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
+        Διαχειριστής αρχείων PCMan
+
+Πνευματικά δικαιώματα (C) 2009 - 2014 洪任諭 (Hong Jen Yee)
+
+Αυτό το πρόγραμμα είναι ένα ελεύθερο λογισμικό· επιτρέπεται
+η αναδιανομή ή/και η τροποποίησή του υπό τους όρους της άδειας
+GNU Γενική Άδεια Χρήσης όπως έχουν δημοσιευθεί από το
+«Free Software Foundation», είτε την έκδοση 2 αυτής της άδειας
+ή (σύμφωνα με την επιλογή σας) οποιαδήποτε μεταγενέστερη έκδοση.
+
+Αυτό το πρόγραμμα διανέμεται με την ελπίδα πως θα είναι χρήσιμο,
+αλλά ΧΩΡΙΣ ΚΑΜΙΑ ΕΓΓΥΗΣΗ, χωρίς ακόμη και την υπονοούμενη εγγύηση
+ΕΜΠΟΡΕΥΣΙΜΟΤΗΤΑΣ ή ΚΑΤΑΛΛΗΛΟΤΗΤΑΣ ΓΙΑ ΣΥΓΚΕΚΡΙΜΕΝΟ ΣΚΟΠΟ.
+Δείτε την GNU Γενική Άδεια Χρήσης για περισσότερες λεπτομέρειες.
+
+Θα πρέπει να έχετε παραλάβει ένα αντίγραφο της GNU Γενικής Άδειας Χρήσης
+μαζί με αυτό το πρόγραμμα. Αν όχι, γράψτε στο Free Software
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+USA.
+    
+    
+        
+        License
+        Άδεια χρήσης
+    
+
+
+    AutoRunDialog
+    
+        
+        Removable medium is inserted
+        Εισήχθη ένα αφαιρούμενο μέσο
+    
+    
+        
+        <b>Removable medium is inserted</b>
+        <b>Εισήχθη ένα αφαιρούμενο μέσο</b>
+    
+    
+        
+        Type of medium:
+        Τύπος του μέσου:
+    
+    
+        
+        Detecting...
+        Εντοπισμός...
+    
+    
+        
+        Please select the action you want to perform:
+        Παρακαλώ επιλέξτε την ενέργεια που επιθυμείτε να πραγματοποιήσετε:
+    
+
+
+    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
+        Προηγμένο
+    
+
+
+    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
+        Προσωπικός φάκελος
+    
+    
+        
+        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
+        Πρώτα οι φάκελοι
+    
+    
+        
+        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
+    
+    
+        
+        &File
+        &Αρχείο
+    
+    
+        
+        C&reate New
+        &Δημιουργία νέου
+    
+    
+        
+        &Help
+        &Βοήθεια
+    
+    
+        
+        &View
+        &Προβολή
+    
+    
+        
+        &Sorting
+        &Ταξινόμηση
+    
+    
+        
+        &Edit
+        &Επεξεργασία
+    
+    
+        
+        &Bookmarks
+        &Σελιδοδείκτες
+    
+    
+        
+        &Go
+        &Μετάβαση
+    
+    
+        
+        &Tool
+        &Εργαλεία
+    
+    
+        
+        Main Toolbar
+        Κύρια γραμμή εργαλείων
+    
+
+
+    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.
+        Δεν έχει οριστεί ο προσομοιωτής τερματικού.
+    
+
+
+    PCManFM::AutoRunDialog
+    
+        
+        Open in file manager
+        Άνοιγμα στο διαχειριστή αρχείων
+    
+    
+        
+        Removable Disk
+        Αφαιρούμενος δίσκος
+    
+
+
+    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
+        Αρχεία εικόνων
+    
+
+
+    PCManFM::DesktopWindow
+    
+        
+        Stic&k to Current Position
+        &Παραμονή στην τρέχουσα θέση
+    
+    
+        
+        Desktop Preferences
+        Ιδιότητες της επιφάνειας εργασίας
+    
+
+
+    PCManFM::MainWindow
+    
+        
+        Version: %1
+        Έκδοση: %1
+    
+    
+        
+        &Move to Trash
+        &Μετακίνηση στα απορρίμματα
+    
+    
+        
+        &Delete
+        &Διαγραφή
+    
+    
+        
+        
+        Error
+        Σφάλμα
+    
+    
+        
+        Switch user command is not set.
+        Η εντολή εναλλαγής του χρήστη δεν έχει οριστεί.
+    
+
+
+    PCManFM::PreferencesDialog
+    
+        
+        Icon View
+        Προβολή εικονιδίων
+    
+    
+        
+        Compact Icon View
+        Συμπαγής προβολή εικονιδίων
+    
+    
+        
+        Thumbnail View
+        Προβολή εικόνων επισκόπησης
+    
+    
+        
+        Detailed List View
+        Αναλυτική προβολή λίστας
+    
+
+
+    PCManFM::TabPage
+    
+        
+        Error
+        Σφάλμα
+    
+    
+        
+        Free space: %1 (Total: %2)
+        Ελεύθερος χώρος: %1 (Σύνολο: %2)
+    
+    
+        
+        %n item(s)
+        
+            %n αντικείμενο(α)
+            %n αντικείμενο(α)
+        
+    
+    
+        
+         (%n hidden)
+        
+             (%n κρυφό(ά))
+             (%n κρυφό(ά))
+        
+    
+    
+        
+        %1 item(s) selected
+        Επιλέχτηκε %1 αντικείμενο(α) 
+    
+
+
+    PCManFM::View
+    
+        
+        Open in New T&ab
+        Άνοιγμα σε νέα &καρτέλα
+    
+    
+        
+        Open in New Win&dow
+        Άνοιγμα σε νέο &παράθυρο
+    
+    
+        
+        Open in Termina&l
+        Άνοιγμα στο &τερματικό
+    
+
+
+    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 aeb950c..34383ba 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,27 +83,27 @@ 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:
     
@@ -111,99 +111,99 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
     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,533 +211,563 @@ 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
         
     
     
-        
+        
         Blank File
         
     
     
-        
+        
         Ctrl+Alt+N
         
     
     
-        
+        
         &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
     
     
-        
+        
         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
         Ascendente
     
     
-        
+        
         Descending
         Descendente
     
     
-        
+        
         By File Name
         Por Nombre de Archivo
     
     
-        
+        
         By Modification Time
         Por Fecha de Modificación
     
     
-        
+        
         By File Type
         Por Tipo de Archivo
     
     
-        
+        
         By Owner
         Por Dueño
     
     
-        
+        
         Folder First
         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
     
     
-        
+        
         By File Size
         Por Tamaño de Archivo
     
     
-        
+        
         Close Window
         Cerrar Ventana
     
     
-        
+        
         Edit Bookmarks
         Editar Marcadores
     
     
-        
+        
         Open &Terminal
         Abrir &terminal
     
     
-        
+        
         F4
         F4
     
     
-        
+        
         Open as &Root
         Abrir como &root
     
     
-        
+        
         &Edit Bookmarks
         &Editar Marcadores
     
@@ -745,99 +775,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.
     
@@ -904,28 +934,28 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
     PCManFM::MainWindow
     
-        
+        
         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.
     
@@ -933,22 +963,22 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
     PCManFM::PreferencesDialog
     
-        
+        
         Icon View
         Vista de Íconos
     
     
-        
+        
         Compact Icon View
         Vista Compacta de Íconos
     
     
-        
+        
         Thumbnail View
         Vista de Miniaturas
     
     
-        
+        
         Detailed List View
         Lista Detallada
     
@@ -990,17 +1020,17 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
     PCManFM::View
     
-        
+        
         Open in New T&ab
         &Abrir en Nueva Pestaña
     
     
-        
+        
         Open in New Win&dow
         Abrir en Nueva &Ventana
     
     
-        
+        
         Open in Termina&l
         Abrir en Termina&l
     
@@ -1008,200 +1038,321 @@ 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
+        
+    
     
         Close tab containing removable medium
         Cerrar la pestaña que contiene al disco removible
@@ -1211,12 +1362,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:
     
@@ -1225,7 +1376,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.
@@ -1236,7 +1387,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 4f68537..015bc91 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,27 +132,27 @@ 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 :
     
@@ -160,522 +160,663 @@ Fifth Floor, Boston, MA 02110-1301, USA.
 
     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
     
     
-        
+        
         Alt+Home
         Alt+Début / Origine
     
     
-        
+        
         Reload
         Recharger
     
     
-        
+        
         F5
         F5
     
     
-        
+        
         &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
     
     
-        
+        
         &Invert Selection
         &Inverser la sélection
     
     
-        
+        
         &Delete
         &Supprimer
     
     
-        
+        
         &Rename
         &Renommer
     
     
-        
+        
         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
     
     
-        
+        
         Descending
         Descendant
     
     
-        
+        
         By File Name
         Par nom de fichier
     
     
-        
+        
         By Modification Time
         Par date de modification
     
     
-        
+        
         By File Type
         Par type de fichier
     
     
-        
+        
         By Owner
         Par propriétaire
     
     
-        
+        
         Folder First
         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
     
     
-        
+        
         By File Size
         Par taille de fichier
     
     
-        
+        
         Close Window
         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
     
     
-        
+        
         &File
         &Fichier
     
     
-        
+        
         &Help
         &Aide
     
     
-        
+        
         &View
         
     
     
-        
+        
         &Edit
         &Édition
     
     
-        
+        
         &Bookmarks
         &Signets
     
     
-        
+        
         &Go
         A&ller à…
     
     
-        
+        
         &Tool
         Ou&tils
     
@@ -683,99 +824,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.
     
@@ -842,28 +983,28 @@ Fifth Floor, Boston, MA 02110-1301, USA.
 
     PCManFM::MainWindow
     
-        
+        
         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.
     
@@ -871,22 +1012,22 @@ Fifth Floor, Boston, MA 02110-1301, USA.
 
     PCManFM::PreferencesDialog
     
-        
+        
         Icon View
         Vue en icônes
     
     
-        
+        
         Compact Icon View
         Vue en icônes compacte
     
     
-        
+        
         Thumbnail View
         Vue en vignettes
     
     
-        
+        
         Detailed List View
         Vue en liste détaillée
     
@@ -928,17 +1069,17 @@ Fifth Floor, Boston, MA 02110-1301, USA.
 
     PCManFM::View
     
-        
+        
         Open in New T&ab
         Ouvrir dans un nouvel ongle&t
     
     
-        
+        
         Open in New Win&dow
         Ouvrir &dans une nouvelle fenêtre
     
     
-        
+        
         Open in Termina&l
         Ouvrir dans &le terminal
     
@@ -946,207 +1087,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 :
     
@@ -1155,7 +1417,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.
@@ -1166,7 +1428,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 0f08ba0..67c01cf 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,27 +124,27 @@ 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:
     
@@ -152,522 +152,663 @@ con este programa; se non é así, escriba á Free Software Foundation, Inc.,
 
     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
     
     
-        
+        
         Alt+Home
         Alt+Inicio
     
     
-        
+        
         Reload
         Cargar de novo
     
     
-        
+        
         F5
         F5
     
     
-        
+        
         &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
     
     
-        
+        
         &Invert Selection
         &Inverter a selección
     
     
-        
+        
         &Delete
         &Eliminar
     
     
-        
+        
         &Rename
         &Renomear
     
     
-        
+        
         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
     
     
-        
+        
         Descending
         Descendente
     
     
-        
+        
         By File Name
         Polo nome do ficheiro
     
     
-        
+        
         By Modification Time
         Pola data de modificación
     
     
-        
+        
         By File Type
         Polo tipo do ficheiro
     
     
-        
+        
         By Owner
         Polo propietario
     
     
-        
+        
         Folder First
         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
     
     
-        
+        
         By File Size
         Polo tamaño do ficheiro
     
     
-        
+        
         Close Window
         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
     
     
-        
+        
         &File
         &Ficheiro
     
     
-        
+        
         &Help
         &Axuda
     
     
-        
+        
         &View
         &Ver
     
     
-        
+        
         &Edit
         &Editar
     
     
-        
+        
         &Bookmarks
         &Marcadores
     
     
-        
+        
         &Go
         &Ir para
     
     
-        
+        
         &Tool
         &Ferramenta
     
@@ -675,99 +816,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
     
@@ -834,28 +975,28 @@ con este programa; se non é así, escriba á Free Software Foundation, Inc.,
 
     PCManFM::MainWindow
     
-        
+        
         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.
     
@@ -863,22 +1004,22 @@ con este programa; se non é así, escriba á Free Software Foundation, Inc.,
 
     PCManFM::PreferencesDialog
     
-        
+        
         Icon View
         Vista en Iconas
     
     
-        
+        
         Compact Icon View
         Vista compacta en iconas
     
     
-        
+        
         Thumbnail View
         Vista de miniaturas
     
     
-        
+        
         Detailed List View
         Ver como lista detallada
     
@@ -920,17 +1061,17 @@ con este programa; se non é así, escriba á Free Software Foundation, Inc.,
 
     PCManFM::View
     
-        
+        
         Open in New T&ab
         Abrir nunha nova l&apela
     
     
-        
+        
         Open in New Win&dow
         Abrir nunha nova xa&nela
     
     
-        
+        
         Open in Termina&l
         Abrir nun termina&l
     
@@ -938,207 +1079,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:
     
@@ -1147,7 +1409,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.
@@ -1158,7 +1420,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 e4f6e26..3b7f744 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,27 +66,27 @@ 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:
     
@@ -94,522 +94,663 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.<
 
     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
         Fő
     
     
-        
+        
         Window Manager
         Ablakkezelő
     
     
-        
+        
         Show menus provided by window managers when desktop is clicked
         Asztalra kattintva az ablakkezelő menüje látszik
     
     
-        
+        
         Desktop
         Asztal
     
     
-        
+        
         Desktop folder:
         Asztal mappa:
     
     
-        
+        
         Folder path
         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
     
     
-        
+        
         Alt+Home
         
     
     
-        
+        
         Reload
         Újratölt
     
     
-        
+        
         F5
         
     
     
-        
+        
         &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
     
     
-        
+        
         &Invert Selection
         K&ijelölés megfordítás
     
     
-        
+        
         &Delete
         &Töröl
     
     
-        
+        
         &Rename
         &Átnevez
     
     
-        
+        
         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ő
     
     
-        
+        
         Descending
         Csökkenő
     
     
-        
+        
         By File Name
         Név
     
     
-        
+        
         By Modification Time
         Módosítási idő
     
     
-        
+        
         By File Type
         Típus
     
     
-        
+        
         By Owner
         Tulajdonos
     
     
-        
+        
         Folder First
         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
     
     
-        
+        
         By File Size
         Fájlméret
     
     
-        
+        
         Close Window
         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
     
     
-        
+        
         &File
         &Fájl
     
     
-        
+        
         &Help
         &Súgó
     
     
-        
+        
         &View
         &Nézet
     
     
-        
+        
         &Edit
         Sz&erkeszt
     
     
-        
+        
         &Bookmarks
         &Könyvjelzők
     
     
-        
+        
         &Go
         U&grás
     
     
-        
+        
         &Tool
         &Eszközök
     
@@ -617,99 +758,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.
     
@@ -776,28 +917,28 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.<
 
     PCManFM::MainWindow
     
-        
+        
         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.
     
@@ -805,22 +946,22 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.<
 
     PCManFM::PreferencesDialog
     
-        
+        
         Icon View
         Ikon
     
     
-        
+        
         Compact Icon View
         Kicsi ikon
     
     
-        
+        
         Thumbnail View
         Bélyegkép
     
     
-        
+        
         Detailed List View
         Részletes
     
@@ -860,17 +1001,17 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.<
 
     PCManFM::View
     
-        
+        
         Open in New T&ab
         Nyi&tás új fülön
     
     
-        
+        
         Open in New Win&dow
         Nyitás új a&blakban
     
     
-        
+        
         Open in Termina&l
         Nyitás terminá&lban
     
@@ -878,200 +1019,321 @@ 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
+        
+    
     
         Close tab containing removable medium
         Cserélhető adathordozó fülének bezárása
@@ -1081,12 +1343,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:
     
@@ -1095,7 +1357,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.
@@ -1106,7 +1368,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 5e8981e..16c7a9d 100644
--- a/pcmanfm/translations/pcmanfm-qt_it.ts
+++ b/pcmanfm/translations/pcmanfm-qt_it.ts
@@ -4,27 +4,27 @@
 
     AboutDialog
     
-        
+        
         About
         Informazioni
     
     
-        
+        
         <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
         Gestore file leggero
     
     
-        
+        
         <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)
@@ -49,7 +49,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.<
         <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>
 
@@ -58,12 +58,12 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.<
 
     
     
-        
+        
         Authors
         Autori
     
     
-        
+        
         License
         Licenza
     
@@ -71,27 +71,27 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.<
 
     AutoRunDialog
     
-        
+        
         Removable medium is inserted
         Supporto removibile inserito
     
     
-        
+        
         <b>Removable medium is inserted</b>
         <b>Supporto removibile inserito</b>
     
     
-        
+        
         Type of medium:
         Tipo di supporto:
     
     
-        
+        
         Detecting...
         Rilevamento...
     
     
-        
+        
         Please select the action you want to perform:
         Scegliere l'azione da eseguire:
     
@@ -99,522 +99,663 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.<
 
     DesktopPreferencesDialog
     
-        
+        
         Desktop Preferences
         Preferenze della scrivania
     
     
-        
+        
         Background
         Sfondo
     
     
-        
+        
         Wallpaper mode:
         Modalità sfondo:
     
     
-        
+        
         Wallpaper image file:
         File immagine sfondo:
     
     
-        
+        
         Select background color:
         Scegliere colore sfondo:
     
     
-        
-        
+        
+        
         Image file
         File immagine
     
     
-        
+        
         Image file path
         Percorso file immagine
     
     
-        
-        
+        
+        
         &Browse
         &Sfoglia
     
     
-        
+        
         Label Text
         Testo etichette
     
     
-        
+        
         Select  text color:
         Scegliere colore testo:
     
     
-        
+        
         Select shadow color:
         Scegliere colore ombra:
     
     
-        
+        
         Select font:
         Scegliere 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 clic sulla scrivania
     
     
-        
+        
         Desktop
         Scrivania
     
     
-        
+        
         Desktop folder:
         Cartella scrivania:
     
     
-        
+        
         Folder path
         Percorso
     
     
-        
+        
         Advanced
         Avanzate
     
 
+
+    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
         Gestore file
     
     
-        
+        
         Go Up
         Vai su
     
     
-        
+        
         Alt+Up
         Alt+Su
     
     
-        
+        
         Home
         Cartella home
     
     
-        
+        
         Alt+Home
         Alt+Inizio
     
     
-        
+        
         Reload
         Ricarica
     
     
-        
+        
         F5
         F5
     
     
-        
+        
         &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
     
     
-        
+        
         &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
     
     
-        
+        
         Descending
         Decrescente
     
     
-        
+        
         By File Name
         Per nome file
     
     
-        
+        
         By Modification Time
         Per data modifica
     
     
-        
+        
         By File Type
         Per tipo file
     
     
-        
+        
         By Owner
         Per proprietario
     
     
-        
+        
         Folder First
         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
     
     
-        
+        
         Folder
         
     
     
-        
+        
         Ctrl+Shift+N
         
     
     
-        
+        
         Blank File
         
     
     
-        
+        
         Ctrl+Alt+N
         
     
     
-        
+        
         C&reate New
         
     
     
-        
+        
         &Sorting
         &Ordinamento
     
     
-        
+        
         Main Toolbar
         Barra strumenti principale
     
     
-        
+        
         Ctrl+W
         Ctrl+W
     
     
-        
+        
         Alt+Return
         Alt+Invio
     
     
-        
+        
         Case Sensitive
         Distingui MAIUSCOLE/minuscole
     
     
-        
+        
         By File Size
         Per dimensione file
     
     
-        
+        
         Close Window
         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
     
@@ -622,99 +763,99 @@ 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
         Apre 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
         Apre le Preferenze alla pagina con il nome specificato
     
     
-        
+        
         Open new window
         Apre una nuova finestra
     
     
-        
+        
         Open Find Files utility
         Apre 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.
     
@@ -781,28 +922,28 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.<
 
     PCManFM::MainWindow
     
-        
+        
         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.
     
@@ -810,22 +951,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
     
@@ -867,17 +1008,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
         Apre una nuova &finestra
     
     
-        
+        
         Open in Termina&l
         Apri nel termina&le
     
@@ -885,207 +1026,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
         Volume
     
     
-        
+        
         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 clic 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 montabili 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:
     
@@ -1094,7 +1356,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.
@@ -1105,7 +1367,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 b4659bf..cc9932e 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,27 +133,27 @@ 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:
         実行させる処理を選んでください
     
@@ -161,522 +161,663 @@ GNU 一般公衆利用許諾契約書の複製物を1部
 
     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
     
     
-        
+        
         &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)
     
     
-        
+        
         &Invert Selection
         選択を反転(&I)
     
     
-        
+        
         &Delete
         削除(&D)
     
     
-        
+        
         &Rename
         名前を変更(&R)
     
     
-        
+        
         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
         ブックマークを編集
     
     
-        
+        
         &File
         ファイル(&F)
     
     
-        
+        
         &Help
         ヘルプ(&H)
     
     
-        
+        
         &View
         表示(&V)
     
     
-        
+        
         &Edit
         編集(&E)
     
     
-        
+        
         &Bookmarks
         ブックマーク(&B)
     
     
-        
+        
         &Go
         開く(&G)
     
     
-        
+        
         &Tool
         ツール(&T)
     
@@ -684,99 +825,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.
         端末エミュレーターを未設定です
     
@@ -843,28 +984,28 @@ GNU 一般公衆利用許諾契約書の複製物を1部
 
     PCManFM::MainWindow
     
-        
+        
         Version: %1
         バージョン: %1
     
     
-        
+        
         &Move to Trash
         ゴミ箱へ移動(&M)
     
     
-        
+        
         &Delete
         削除(&D)
     
     
-        
-        
+        
+        
         Error
         エラー
     
     
-        
+        
         Switch user command is not set.
         ユーザー切替コマンドを未設定です
     
@@ -876,22 +1017,22 @@ GNU 一般公衆利用許諾契約書の複製物を1部
 
     PCManFM::PreferencesDialog
     
-        
+        
         Icon View
         アイコン表示
     
     
-        
+        
         Compact Icon View
         小さなアイコン表示
     
     
-        
+        
         Thumbnail View
         サムネイル表示
     
     
-        
+        
         Detailed List View
         詳細なリスト表示
     
@@ -931,17 +1072,17 @@ GNU 一般公衆利用許諾契約書の複製物を1部
 
     PCManFM::View
     
-        
+        
         Open in New T&ab
         新しいタブを開く(&T)
     
     
-        
+        
         Open in New Win&dow
         新しいウインドウを開く(&D)
     
     
-        
+        
         Open in Termina&l
         端末内で開く(&L)
     
@@ -949,167 +1090,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:
         
     
@@ -1122,7 +1384,7 @@ GNU 一般公衆利用許諾契約書の複製物を1部
         そのタブのフォルダーをホームフォルダーに移動
     
     
-        
+        
         Terminal emulator:
         端末エミュレーター:
     
@@ -1131,37 +1393,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
         プログラム
     
@@ -1174,7 +1436,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"
@@ -1189,7 +1451,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 cf3b053..fadd28e 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,27 +99,27 @@ 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:
     
@@ -127,522 +127,663 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.<
 
     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)
     
     
-        
+        
         Alt+Home
         Alt+Home
     
     
-        
+        
         Reload
         Įkelti iš naujo
     
     
-        
+        
         F5
         F5
     
     
-        
+        
         &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
     
     
-        
+        
         &Invert Selection
         Pasirinkti &atvirkščiai
     
     
-        
+        
         &Delete
         &Pašalinti
     
     
-        
+        
         &Rename
         &Pervadinti
     
     
-        
+        
         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
     
     
-        
+        
         Descending
         Mažėjančiai
     
     
-        
+        
         By File Name
         Pagal failo vardą
     
     
-        
+        
         By Modification Time
         Pagal keitimo datą
     
     
-        
+        
         By File Type
         Pagal failo tipą
     
     
-        
+        
         By Owner
         Pagal savininką
     
     
-        
+        
         Folder First
         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į
     
     
-        
+        
         By File Size
         Pagal failo dydį
     
     
-        
+        
         Close Window
         Užverti langą
     
     
-        
+        
         Edit Bookmarks
         Redaguoti žymeles
     
     
-        
+        
         Open &Terminal
         Atverti &terminalą
     
     
-        
+        
         F4
         F4
     
     
-        
+        
         Open as &Root
         Atverti &administratoriaus teisėmis
     
     
-        
+        
         &Edit Bookmarks
         &Redaguoti žymeles
     
     
-        
+        
         &File
         &Failas
     
     
-        
+        
         &Help
         Ž&inynas
     
     
-        
+        
         &View
         &Rodymas
     
     
-        
+        
         &Edit
         &Taisa
     
     
-        
+        
         &Bookmarks
         Ž&ymelės
     
     
-        
+        
         &Go
         &Eiti
     
     
-        
+        
         &Tool
         Į&rankiai
     
     
-        
+        
         Main Toolbar
         
     
@@ -650,99 +791,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
         
     
@@ -809,23 +950,23 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.<
 
     PCManFM::MainWindow
     
-        
+        
         &Move to Trash
         &Perkelti į šiukšliadėžę
     
     
-        
+        
         &Delete
         &Pašalinti
     
     
-        
-        
+        
+        
         Error
         Klaida
     
     
-        
+        
         Switch user command is not set.
         Nenustatyta naudotojo perjungimo komanda.
     
@@ -834,7 +975,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.<
         Nenustatytas terminalo emuliatorius.
     
     
-        
+        
         Version: %1
         
     
@@ -842,22 +983,22 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.<
 
     PCManFM::PreferencesDialog
     
-        
+        
         Icon View
         Piktogramų peržiūra
     
     
-        
+        
         Compact Icon View
         Kompaktiškas piktogramų rodinys
     
     
-        
+        
         Thumbnail View
         Miniatiūrų rodinys
     
     
-        
+        
         Detailed List View
         Išsamus sąrašas
     
@@ -897,17 +1038,17 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.<
 
     PCManFM::View
     
-        
+        
         Open in New T&ab
         
     
     
-        
+        
         Open in New Win&dow
         
     
     
-        
+        
         Open in Termina&l
         
     
@@ -915,127 +1056,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
     
@@ -1044,27 +1226,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
     
@@ -1077,7 +1259,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.
@@ -1092,64 +1274,144 @@ 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 146567c..5cfa013 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,27 +67,27 @@ 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ć:
     
@@ -95,522 +95,663 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.<
 
     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
     
     
-        
+        
         Desktop folder:
         Katalog Pulpitu:
     
     
-        
+        
         Folder path
         Ścieżka katalogu
     
     
-        
+        
         Advanced
         Zaawansowane
     
 
+
+    FindFilesDialog
+    
+        
+        Find Files
+        Znajdź pliki
+    
+    
+        
+        Name/Location
+        Nazwa/Lokalizacja
+    
+    
+        
+        File name patterns
+        Wzorce nazwy pliku
+    
+    
+        
+        Pattern:
+        Wzorzec:
+    
+    
+        
+        
+        Case insensitive
+        Ignoruj wielkość liter
+    
+    
+        
+        
+        Use regular expression
+        Użyj wyrażeń regularnych
+    
+    
+        
+        Places to search
+        Szukaj w
+    
+    
+        
+        Add
+        Dodaj
+    
+    
+        
+        Remove
+        Usuń
+    
+    
+        
+        Search in sub directories
+        Szukaj w podkatalogach
+    
+    
+        
+        Search hidden files
+        Szukaj wśród ukrytych plików
+    
+    
+        
+        
+        File Type
+        Typ pliku
+    
+    
+        
+        Only search for files of following types:
+        Szukaj tylko plików o podanym typie:
+    
+    
+        
+        Text files
+        Pliki tekstowe
+    
+    
+        
+        Image files
+        Obrazy
+    
+    
+        
+        Audio files
+        Pliki dźwiękowe
+    
+    
+        
+        Video files
+        Pliki wideo
+    
+    
+        
+        Documents
+        Dokumenty
+    
+    
+        
+        Content
+        Zawartość
+    
+    
+        
+        File contains
+        Pliki zawierające
+    
+    
+        
+        Properties
+        Ustawienia
+    
+    
+        
+        File Size
+        Rozmiar pliku
+    
+    
+        
+        Bigger than:
+        Większy niż:
+    
+    
+        
+        Smaller than:
+        Mniejszy niż:
+    
+    
+        
+        Last Modified Time
+        Czas ostatniej modyfikacji
+    
+    
+        
+        Earlier than:
+        Wcześniejszy niż:
+    
+    
+        
+        Later than:
+        Późniejszy niż:
+    
+
 
     MainWindow
     
-        
+        
         File Manager
         Menedżer plików
     
     
-        
+        
         Go Up
         Katalog nadrzędny
     
     
-        
+        
         Alt+Up
         Alt+Góra
     
     
-        
+        
         Home
         Katalog użytkownika
     
     
-        
+        
         Alt+Home
         Alt+Home
     
     
-        
+        
         Reload
         Odśwież
     
     
-        
+        
         F5
         F5
     
     
-        
+        
         &Reload
         &Odśwież
     
     
-        
+        
         Go
         Przejdź
     
     
-        
+        
         Quit
         Zamknij
     
     
-        
+        
         &About
         &O programie
     
     
-        
+        
         New Window
         Nowe okno
     
     
-        
+        
         Ctrl+N
         Ctrl+N
     
     
-        
+        
         Show &Hidden
-        Wyświetlanie &ukrytych plików
+        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
     
     
-        
+        
         &Invert Selection
         &Odwróć zaznaczenie
     
     
-        
+        
         &Delete
         &Usuń
     
     
-        
+        
         &Rename
         &Zmień nazwę
     
     
-        
+        
         Ctrl+A
         Ctrl+A
     
     
-        
+        
         Go &Up
         Do &góry
     
     
-        
+        
         &New Window
         &Nowe okno
     
     
-        
+        
         &Icon View
-        Widok &ikon
+        &Ikony
     
     
-        
+        
         &Compact View
         Lista &zwarta
     
     
-        
+        
         &Detailed List
         Lista &szczegółowa
     
     
-        
+        
         &Thumbnail View
         &Miniatury
     
     
-        
+        
         Cu&t
         W&ytnij
     
     
-        
+        
         Ascending
         Rosnąco
     
     
-        
+        
         Descending
         Malejąco
     
     
-        
+        
         By File Name
         Według nazwy
     
     
-        
+        
         By Modification Time
         Według czasu modyfikacji
     
     
-        
+        
         By File Type
         Według typu
     
     
-        
+        
         By Owner
         Według właściciela
     
     
-        
+        
         Folder First
         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
     
     
-        
+        
         Ctrl+Shift+N
-        
+        Ctrl+Shift+N
     
     
-        
+        
         Blank File
-        
+        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
     
     
-        
+        
         By File Size
         Według rozmiaru
     
     
-        
+        
         Close Window
         Zamknij okno
     
     
-        
+        
         Edit Bookmarks
         Edytuj zakładki
     
     
-        
+        
         Open &Terminal
-        Otwórz położenie w &terminalu
+        Otwórz w &terminalu
     
     
-        
+        
         F4
         F4
     
     
-        
+        
         Open as &Root
         Otwórz jako &Root
     
     
-        
+        
         &Edit Bookmarks
         Edytuj &Zakładki
     
     
-        
+        
         &File
         &Plik
     
     
-        
+        
         &Help
         Po&moc
     
     
-        
+        
         &View
         &Widok
     
     
-        
+        
         &Edit
         &Edycja
     
     
-        
+        
         &Bookmarks
         &Zakładki
     
     
-        
+        
         &Go
         P&rzejdź
     
     
-        
+        
         &Tool
         &Narzędzia
     
@@ -618,99 +759,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.
     
@@ -733,22 +874,22 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.<
     
         
         Fill with background color only
-        Wypełnienie kolorem
+        Wypełnij tylko kolorem
     
     
         
         Stretch to fill the entire screen
-        Rozciągnięcie do rozmiaru ekranu 
+        Rozciągnij do rozmiaru ekranu
     
     
         
         Stretch to fit the screen
-        Dopasowanie do rozmiaru ekranu
+        Dopasuj do rozmiaru ekranu
     
     
         
         Center on the screen
-        Wyśrodkowanie
+        Wyśrodkuj
     
     
         
@@ -777,28 +918,28 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.<
 
     PCManFM::MainWindow
     
-        
+        
         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.
     
@@ -806,22 +947,22 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.<
 
     PCManFM::PreferencesDialog
     
-        
+        
         Icon View
-        Widok ikon
+        Ikony
     
     
-        
+        
         Compact Icon View
         Lista zwarta
     
     
-        
+        
         Thumbnail View
         Miniatury
     
     
-        
+        
         Detailed List View
         Lista szczegółowa
     
@@ -865,17 +1006,17 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.<
 
     PCManFM::View
     
-        
+        
         Open in New T&ab
         Otwórz w nowej &karcie
     
     
-        
+        
         Open in New Win&dow
         Otwórz w nowym &oknie
     
     
-        
+        
         Open in Termina&l
         Otwórz w &terminalu
     
@@ -883,198 +1024,319 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.<
 
     PreferencesDialog
     
-        
+        
         Preferences
         Preferencje
     
     
-        
+        
         User Interface
         Wyświetlanie
     
     
-        
+        
         Behavior
         Zachowanie
     
     
-        
+        
+        
         Thumbnail
         Miniatury
     
     
-        
+        
         Volume
-        Wolumeny
+        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
-        Otwieranie plików jednokrotnym kliknięciem
+        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
-        sek
+         s
     
     
-        
+        
         File Operations
         Operacje na plikach
     
     
-        
+        
         Confirm before deleting files
-        Potwierdzenie usuwania plików
+        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świetlanie miniatur zawartości plików
+        Wyświetl miniatury zawartości plików
     
     
-        
+        
         Only show thumbnails for local files
-        Wyświetlanie miniatur tylko lokalnych plików
+        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:
-        Pomijanie generowania miniatur plików większych niż:
+        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
+        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
         
     
     
@@ -1086,12 +1348,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:
     
@@ -1100,7 +1362,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.
@@ -1111,7 +1373,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 9df8507..64e6163 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,27 +123,27 @@ 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:
     
@@ -151,523 +151,664 @@ Se tal facto não ocorreu, escreva para a Free Software Foundation, Inc.,
 
     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
     
     
-        
+        
         Desktop folder:
         Pasta da área de trabalho:
     
     
-        
+        
         Folder path
         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
     
     
-        
+        
         Alt+Home
         Alt+Home
     
     
-        
+        
         Reload
         Recarregar
     
     
-        
+        
         F5
         F5
     
     
-        
+        
         &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
     
     
-        
+        
         &Invert Selection
         &Inverter seleção
     
     
-        
+        
         &Delete
         E&liminar
     
     
-        
+        
         &Rename
         Muda&r nome
     
     
-        
+        
         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
     
     
-        
+        
         Descending
         Descendente
     
     
-        
+        
         By File Name
         Por nome de ficheiro
     
     
-        
+        
         By Modification Time
         Por data de modificação
     
     
-        
+        
         By File Type
         Por tipo de ficheiro
     
     
-        
+        
         By Owner
         Por dono
     
     
-        
+        
         Folder First
         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
     
     
-        
+        
         By File Size
         Por tamanho de ficheiro
     
     
-        
+        
         Close Window
         Fechar janela
     
     
-        
+        
         Edit Bookmarks
         Editar marcadores
     
     
-        
+        
         Open &Terminal
         Abrir &terminal
     
     
-        
+        
         F4
         F4
     
     
-        
+        
         Open as &Root
         Abrir como &root
     
     
-        
+        
         &Edit Bookmarks
         &Editar marcadores
     
     
-        
+        
         &File
         &Ficheiro
     
     
-        
+        
         &Help
         Aj&uda
     
     
-        
+        
         &View
         &Ver
     
     
-        
+        
         &Edit
         &Editar
     
     
-        
+        
         &Bookmarks
         &Marcadores
     
     
-        
+        
         &Go
         &Ir
     
     
-        
+        
         &Tool
         Ferramen&tas
     
@@ -675,99 +816,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.
     
@@ -834,28 +975,28 @@ Se tal facto não ocorreu, escreva para a Free Software Foundation, Inc.,
 
     PCManFM::MainWindow
     
-        
+        
         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.
     
@@ -867,22 +1008,22 @@ Se tal facto não ocorreu, escreva para a Free Software Foundation, Inc.,
 
     PCManFM::PreferencesDialog
     
-        
+        
         Icon View
         Vista de ícones
     
     
-        
+        
         Compact Icon View
         Vista compacta de ícones
     
     
-        
+        
         Thumbnail View
         Vista de miniaturas
     
     
-        
+        
         Detailed List View
         Lista detalhada
     
@@ -924,17 +1065,17 @@ Se tal facto não ocorreu, escreva para a Free Software Foundation, Inc.,
 
     PCManFM::View
     
-        
+        
         Open in New T&ab
         Abrir em novo sep&arador
     
     
-        
+        
         Open in New Win&dow
         Abrir em &nova janela
     
     
-        
+        
         Open in Termina&l
         Abrir no termina&l
     
@@ -942,167 +1083,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:
         
     
@@ -1115,7 +1377,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:
     
@@ -1124,37 +1386,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
     
@@ -1167,7 +1429,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.
@@ -1182,7 +1444,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_zh_TW.ts b/pcmanfm/translations/pcmanfm-qt_zh_TW.ts
index 796da31..f72a1e1 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,27 +65,27 @@ 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:
         請選擇想要執行的動作:
     
@@ -93,292 +93,433 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.<
 
     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)
     
     
-        
+        
         &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)
     
     
-        
+        
         C&lose Tab
         關閉(&L)
     
     
-        
+        
         File &Properties
         檔案屬性(&P)
     
     
-        
+        
         &Folder Properties
         資料夾屬性(&F)
     
     
-        
+        
         Folder
         
     
     
-        
+        
         Ctrl+Shift+N
         
     
     
-        
+        
         Blank File
         
     
     
-        
+        
         Ctrl+Alt+N
         
     
     
-        
+        
         C&reate New
         
     
     
-        
+        
         &Sorting
         排序(&S)
     
     
-        
+        
         Main Toolbar
         
     
@@ -403,52 +544,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)
     
@@ -457,7 +598,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.<
         全選
     
     
-        
+        
         Ctrl+A
         
     
@@ -466,82 +607,82 @@ 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
         
     
@@ -554,7 +695,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.<
         刪除
     
     
-        
+        
         Del
         
     
@@ -563,7 +704,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.<
         重新命名
     
     
-        
+        
         F2
         
     
@@ -572,7 +713,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.<
         關閉分頁
     
     
-        
+        
         Ctrl+W
         
     
@@ -581,7 +722,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.<
         檔案屬性
     
     
-        
+        
         Alt+Return
         
     
@@ -590,57 +731,57 @@ 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)
     
     
-        
+        
         &File
         檔案(&F)
     
     
-        
+        
         &Help
         說明(&H)
     
     
-        
+        
         &View
         檢視(&V)
     
@@ -649,22 +790,22 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.<
         排序
     
     
-        
+        
         &Edit
         編輯(&E)
     
     
-        
+        
         &Bookmarks
         書籤(&B)
     
     
-        
+        
         &Go
         前往(&G)
     
     
-        
+        
         &Tool
         工具(&T)
     
@@ -672,99 +813,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.
         終端機模擬器尚未設定
     
@@ -831,28 +972,28 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.<
 
     PCManFM::MainWindow
     
-        
+        
         Version: %1
         
     
     
-        
+        
         &Move to Trash
         移動到垃圾桶(&M)
     
     
-        
+        
         &Delete
         刪除(&D)
     
     
-        
-        
+        
+        
         Error
         錯誤
     
     
-        
+        
         Switch user command is not set.
         切換使用者指令尚未設定
     
@@ -864,22 +1005,22 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.<
 
     PCManFM::PreferencesDialog
     
-        
+        
         Icon View
         圖示檢視
     
     
-        
+        
         Compact Icon View
         簡易檢視
     
     
-        
+        
         Thumbnail View
         縮圖檢視
     
     
-        
+        
         Detailed List View
         詳細清單檢視
     
@@ -919,17 +1060,17 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.<
 
     PCManFM::View
     
-        
+        
         Open in New T&ab
         
     
     
-        
+        
         Open in New Win&dow
         
     
     
-        
+        
         Open in Termina&l
         
     
@@ -937,172 +1078,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:
         
     
@@ -1111,37 +1373,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
         程式
     
@@ -1154,7 +1416,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"。
@@ -1169,7 +1431,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.<
         用來執行程式的終端機模擬器指令:
     
     
-        
+        
         Use SI decimal prefixes instead of IEC binary prefixes