[Xfce4-commits] <thunar:master> Fix several compiler warnings (mostly shadowed stuff, missing includes).

Jannis Pohlmann jannis at xfce.org
Fri Aug 21 21:02:01 CEST 2009


Updating branch refs/heads/master
         to 1a153f7455b19a2558d8c64a45fccf7101935933 (commit)
       from 561a0fa3545c339ee7f8e3fff67277a777823977 (commit)

commit 1a153f7455b19a2558d8c64a45fccf7101935933
Author: Jannis Pohlmann <jannis at xfce.org>
Date:   Fri Aug 21 21:00:25 2009 +0200

    Fix several compiler warnings (mostly shadowed stuff, missing includes).

 .../tex-open-terminal/tex-open-terminal-plugin.c   |   14 +-
 po/Thunar.pot                                      | 3213 --------------------
 thunar/Makefile.am                                 |   10 +-
 thunar/sexy-url-label.c                            |    6 +-
 thunar/thunar-application.c                        |    8 +-
 thunar/thunar-chooser-dialog.c                     |    4 +-
 thunar/thunar-column-editor.c                      |    8 +-
 thunar/thunar-column-model.c                       |   19 +-
 thunar/thunar-dbus-service.c                       |    3 +-
 thunar/thunar-dnd.c                                |    6 +-
 thunar/thunar-file.c                               |   14 +-
 thunar/thunar-file.h                               |    2 -
 thunar/thunar-gio-extensions.c                     |    2 +-
 thunar/thunar-io-jobs-util.c                       |    3 +-
 thunar/thunar-io-jobs-util.h                       |    2 +-
 thunar/thunar-io-jobs.c                            |   49 +-
 thunar/thunar-shortcuts-model.c                    |   80 +-
 thunar/thunar-standard-view.c                      |   44 +-
 thunar/thunar-transfer-job.c                       |   16 +-
 thunar/thunar-tree-model.c                         |    5 +-
 thunar/thunar-tree-view.c                          |   30 +-
 thunarx/thunarx-renamer.c                          |    6 +-
 22 files changed, 172 insertions(+), 3372 deletions(-)

diff --git a/examples/tex-open-terminal/tex-open-terminal-plugin.c b/examples/tex-open-terminal/tex-open-terminal-plugin.c
index aa8525f..a7a541f 100644
--- a/examples/tex-open-terminal/tex-open-terminal-plugin.c
+++ b/examples/tex-open-terminal/tex-open-terminal-plugin.c
@@ -26,11 +26,19 @@
 
 
 
+G_MODULE_EXPORT void thunar_extension_initialize (ThunarxProviderPlugin *plugin);
+G_MODULE_EXPORT void thunar_extension_shutdown   (void);
+G_MODULE_EXPORT void thunar_extension_list_types (const GType         **types,
+                                                  gint                 *n_types);
+
+
+
+
 static GType type_list[1];
 
 
 
-G_MODULE_EXPORT void
+void
 thunar_extension_initialize (ThunarxProviderPlugin *plugin)
 {
   const gchar *mismatch;
@@ -54,7 +62,7 @@ thunar_extension_initialize (ThunarxProviderPlugin *plugin)
 
 
 
-G_MODULE_EXPORT void
+void
 thunar_extension_shutdown (void)
 {
   g_message ("Shutting down TexOpenTerminal extension");
@@ -62,7 +70,7 @@ thunar_extension_shutdown (void)
 
 
 
-G_MODULE_EXPORT void
+void
 thunar_extension_list_types (const GType **types,
                              gint         *n_types)
 {
diff --git a/po/Thunar.pot b/po/Thunar.pot
deleted file mode 100644
index a9ef0fc..0000000
--- a/po/Thunar.pot
+++ /dev/null
@@ -1,3213 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-08-21 17:56+0200\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
-"Language-Team: LANGUAGE <LL at li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
-
-#: ../thunar/main.c:58
-msgid "Open the bulk rename dialog"
-msgstr ""
-
-#: ../thunar/main.c:60
-msgid "Run in daemon mode"
-msgstr ""
-
-#: ../thunar/main.c:62
-msgid "Run in daemon mode (not supported)"
-msgstr ""
-
-#: ../thunar/main.c:66
-msgid "Quit a running Thunar instance"
-msgstr ""
-
-#: ../thunar/main.c:68
-msgid "Quit a running Thunar instance (not supported)"
-msgstr ""
-
-#: ../thunar/main.c:70
-msgid "Print version information and exit"
-msgstr ""
-
-#. setup application name
-#: ../thunar/main.c:124
-msgid "Thunar"
-msgstr ""
-
-#. initialize Gtk+
-#: ../thunar/main.c:141
-msgid "[FILES...]"
-msgstr ""
-
-#: ../thunar/main.c:148
-#, c-format
-msgid "Thunar: Failed to open display: %s\n"
-msgstr ""
-
-#. yep, there's an error, so print it
-#: ../thunar/main.c:153
-#, c-format
-msgid "Thunar: %s\n"
-msgstr ""
-
-#: ../thunar/main.c:164
-msgid "The Thunar development team. All rights reserved."
-msgstr ""
-
-#: ../thunar/main.c:165
-msgid "Written by Benedikt Meurer <benny at xfce.org>."
-msgstr ""
-
-#: ../thunar/main.c:166
-#, c-format
-msgid "Please report bugs to <%s>."
-msgstr ""
-
-#: ../thunar/thunar-abstract-icon-view.c:117
-msgid "Arran_ge Items"
-msgstr ""
-
-#: ../thunar/thunar-abstract-icon-view.c:122
-msgid "Sort By _Name"
-msgstr ""
-
-#: ../thunar/thunar-abstract-icon-view.c:122
-msgid "Keep items sorted by their name"
-msgstr ""
-
-#: ../thunar/thunar-abstract-icon-view.c:123
-msgid "Sort By _Size"
-msgstr ""
-
-#: ../thunar/thunar-abstract-icon-view.c:123
-msgid "Keep items sorted by their size"
-msgstr ""
-
-#: ../thunar/thunar-abstract-icon-view.c:124
-msgid "Sort By _Type"
-msgstr ""
-
-#: ../thunar/thunar-abstract-icon-view.c:124
-msgid "Keep items sorted by their type"
-msgstr ""
-
-#: ../thunar/thunar-abstract-icon-view.c:125
-msgid "Sort By Modification _Date"
-msgstr ""
-
-#: ../thunar/thunar-abstract-icon-view.c:125
-msgid "Keep items sorted by their modification date"
-msgstr ""
-
-#: ../thunar/thunar-abstract-icon-view.c:130
-msgid "_Ascending"
-msgstr ""
-
-#: ../thunar/thunar-abstract-icon-view.c:130
-msgid "Sort items in ascending order"
-msgstr ""
-
-#: ../thunar/thunar-abstract-icon-view.c:131
-msgid "_Descending"
-msgstr ""
-
-#: ../thunar/thunar-abstract-icon-view.c:131
-msgid "Sort items in descending order"
-msgstr ""
-
-#. display an error message to the user
-#: ../thunar/thunar-application.c:390
-msgid "Failed to launch operation"
-msgstr ""
-
-#. failed to launch exo-eject, inform the user about this
-#: ../thunar/thunar-application.c:594
-#, c-format
-msgid "Failed to execute \"%s\""
-msgstr ""
-
-#. tell the user that we were unable to launch the file specified
-#: ../thunar/thunar-application.c:1104 ../thunar/thunar-application.c:1228
-#: ../thunar/thunar-launcher.c:1107 ../thunar/thunar-location-entry.c:451
-#: ../thunar/thunar-location-entry.c:479
-#: ../thunar/thunar-shortcuts-view.c:1236 ../thunar/thunar-window.c:1429
-#, c-format
-msgid "Failed to open \"%s\""
-msgstr ""
-
-#: ../thunar/thunar-application.c:1232
-#, c-format
-msgid "Failed to open \"%s\": %s"
-msgstr ""
-
-#: ../thunar/thunar-application.c:1307 ../thunar/thunar-application.c:1340
-msgid "Copying files..."
-msgstr ""
-
-#: ../thunar/thunar-application.c:1374
-msgid "Creating symbolic links..."
-msgstr ""
-
-#: ../thunar/thunar-application.c:1415
-msgid "Moving files..."
-msgstr ""
-
-#: ../thunar/thunar-application.c:1487
-#, c-format
-msgid ""
-"Are you sure that you want to\n"
-"permanently delete \"%s\"?"
-msgstr ""
-
-#: ../thunar/thunar-application.c:1492
-#, c-format
-msgid ""
-"Are you sure that you want to permanently\n"
-"delete the selected file?"
-msgid_plural ""
-"Are you sure that you want to permanently\n"
-"delete the %u selected files?"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../thunar/thunar-application.c:1512
-msgid "If you delete a file, it is permanently lost."
-msgstr ""
-
-#: ../thunar/thunar-application.c:1522
-msgid "Deleting files..."
-msgstr ""
-
-#: ../thunar/thunar-application.c:1557
-msgid "Moving files into the trash..."
-msgstr ""
-
-#: ../thunar/thunar-application.c:1596
-msgid "Creating files..."
-msgstr ""
-
-#: ../thunar/thunar-application.c:1635
-msgid "Creating directories..."
-msgstr ""
-
-#: ../thunar/thunar-application.c:1673
-msgid "Remove all files and folders from the Trash?"
-msgstr ""
-
-#. append the "Empty Trash" menu action
-#. add the "Empty Trash" menu item
-#: ../thunar/thunar-application.c:1678 ../thunar/thunar-location-buttons.c:173
-#: ../thunar/thunar-shortcuts-view.c:834 ../thunar/thunar-tree-view.c:1142
-#: ../thunar/thunar-window.c:291 ../plugins/thunar-tpa/main.c:49
-msgid "_Empty Trash"
-msgstr ""
-
-#: ../thunar/thunar-application.c:1682
-msgid ""
-"If you choose to empty the Trash, all items in it will be permanently lost. "
-"Please note that you can also delete them separately."
-msgstr ""
-
-#: ../thunar/thunar-application.c:1699
-msgid "Emptying the Trash..."
-msgstr ""
-
-#: ../thunar/thunar-application.c:1745
-#, c-format
-msgid "Failed to determine the original path for \"%s\""
-msgstr ""
-
-#. display an error dialog
-#: ../thunar/thunar-application.c:1762
-#, c-format
-msgid "Could not restore \"%s\""
-msgstr ""
-
-#: ../thunar/thunar-application.c:1770
-msgid "Restoring files..."
-msgstr ""
-
-#. tell the user that it didn't work
-#: ../thunar/thunar-chooser-button.c:268 ../thunar/thunar-chooser-dialog.c:499
-#, c-format
-msgid "Failed to set default application for \"%s\""
-msgstr ""
-
-#: ../thunar/thunar-chooser-button.c:340
-msgid "No application selected"
-msgstr ""
-
-#: ../thunar/thunar-chooser-button.c:347
-#, c-format
-msgid ""
-"The selected application is used to open this and other files of type \"%s\"."
-msgstr ""
-
-#. add the "Other Application..." choice
-#: ../thunar/thunar-chooser-button.c:459
-msgid "_Other Application..."
-msgstr ""
-
-#: ../thunar/thunar-chooser-dialog.c:219 ../thunar/thunar-launcher.c:173
-msgid "Open With"
-msgstr ""
-
-#. create the "Custom command" expand
-#: ../thunar/thunar-chooser-dialog.c:291
-msgid "Use a _custom command:"
-msgstr ""
-
-#: ../thunar/thunar-chooser-dialog.c:292
-msgid ""
-"Use a custom command for an application that is not available from the above "
-"application list."
-msgstr ""
-
-#. create the "Custom command" button
-#: ../thunar/thunar-chooser-dialog.c:311
-msgid "_Browse..."
-msgstr ""
-
-#. create the "Use as default for this kind of file" button
-#: ../thunar/thunar-chooser-dialog.c:317
-msgid "Use as _default for this kind of file"
-msgstr ""
-
-#. display an error to the user
-#: ../thunar/thunar-chooser-dialog.c:472
-#, c-format
-msgid "Failed to add new application \"%s\""
-msgstr ""
-
-#: ../thunar/thunar-chooser-dialog.c:526
-#, c-format
-msgid "Failed to execute application \"%s\""
-msgstr ""
-
-#. append the "Remove Launcher" item
-#: ../thunar/thunar-chooser-dialog.c:598
-msgid "_Remove Launcher"
-msgstr ""
-
-#. update the header label
-#: ../thunar/thunar-chooser-dialog.c:683
-#, c-format
-msgid "Open <i>%s</i> and other files of type \"%s\" with:"
-msgstr ""
-
-#: ../thunar/thunar-chooser-dialog.c:691
-#, c-format
-msgid ""
-"Browse the file system to select an application to open files of type \"%s\"."
-msgstr ""
-
-#: ../thunar/thunar-chooser-dialog.c:697
-#, c-format
-msgid ""
-"Change the default application for files of type \"%s\" to the selected "
-"application."
-msgstr ""
-
-#: ../thunar/thunar-chooser-dialog.c:744
-#, c-format
-msgid "Are you sure that you want to remove \"%s\"?"
-msgstr ""
-
-#: ../thunar/thunar-chooser-dialog.c:750
-msgid ""
-"This will remove the application launcher that appears in the file context "
-"menu, but will not uninstall the application itself.\n"
-"\n"
-"You can only remove application launchers that were created using the custom "
-"command box in the \"Open With\" dialog of the file manager."
-msgstr ""
-
-#. display an error to the user
-#: ../thunar/thunar-chooser-dialog.c:765
-#, c-format
-msgid "Failed to remove \"%s\""
-msgstr ""
-
-#: ../thunar/thunar-chooser-dialog.c:791
-#: ../plugins/thunar-uca/thunar-uca-editor.c:492
-msgid "Select an Application"
-msgstr ""
-
-#: ../thunar/thunar-chooser-dialog.c:801
-#: ../thunar/thunar-renamer-dialog.c:1090
-#: ../plugins/thunar-uca/thunar-uca-editor.c:502
-msgid "All Files"
-msgstr ""
-
-#: ../thunar/thunar-chooser-dialog.c:806
-#: ../plugins/thunar-uca/thunar-uca-editor.c:507
-msgid "Executable Files"
-msgstr ""
-
-#: ../thunar/thunar-chooser-dialog.c:821
-#: ../plugins/thunar-uca/thunar-uca-editor.c:522
-msgid "Perl Scripts"
-msgstr ""
-
-#: ../thunar/thunar-chooser-dialog.c:827
-#: ../plugins/thunar-uca/thunar-uca-editor.c:528
-msgid "Python Scripts"
-msgstr ""
-
-#: ../thunar/thunar-chooser-dialog.c:833
-#: ../plugins/thunar-uca/thunar-uca-editor.c:534
-msgid "Ruby Scripts"
-msgstr ""
-
-#: ../thunar/thunar-chooser-dialog.c:839
-#: ../plugins/thunar-uca/thunar-uca-editor.c:540
-msgid "Shell Scripts"
-msgstr ""
-
-#: ../thunar/thunar-chooser-model.c:279
-msgid "None available"
-msgstr ""
-
-#: ../thunar/thunar-chooser-model.c:315
-msgid "Recommended Applications"
-msgstr ""
-
-#: ../thunar/thunar-chooser-model.c:332
-msgid "Other Applications"
-msgstr ""
-
-#. tell the user that we cannot paste
-#: ../thunar/thunar-clipboard-manager.c:359
-msgid "There is nothing on the clipboard to paste"
-msgstr ""
-
-#: ../thunar/thunar-column-editor.c:154
-msgid "Configure Columns in the Detailed List View"
-msgstr ""
-
-#: ../thunar/thunar-column-editor.c:172
-msgid "Visible Columns"
-msgstr ""
-
-#. create the top label for the column editor dialog
-#: ../thunar/thunar-column-editor.c:185
-msgid ""
-"Choose the order of information to appear in the\n"
-"detailed list view."
-msgstr ""
-
-#. create the "Move Up" button
-#: ../thunar/thunar-column-editor.c:226
-msgid "Move _Up"
-msgstr ""
-
-#. create the "Move Down" button
-#: ../thunar/thunar-column-editor.c:236
-msgid "Move Dow_n"
-msgstr ""
-
-#. create the "Show" button
-#: ../thunar/thunar-column-editor.c:246
-msgid "_Show"
-msgstr ""
-
-#. create the "Hide" button
-#: ../thunar/thunar-column-editor.c:252
-msgid "Hi_de"
-msgstr ""
-
-#. create the "Use Default" button
-#: ../thunar/thunar-column-editor.c:263
-msgid "Use De_fault"
-msgstr ""
-
-#: ../thunar/thunar-column-editor.c:272
-msgid "Column Sizing"
-msgstr ""
-
-#. create the label that explains the column sizing option
-#: ../thunar/thunar-column-editor.c:285
-msgid ""
-"By default columns will be automatically expanded if\n"
-"needed to ensure the text is fully visible. If you dis-\n"
-"able this behavior below the file manager will always\n"
-"use the user defined column widths."
-msgstr ""
-
-#. create the "Automatically expand columns as needed" button
-#: ../thunar/thunar-column-editor.c:294
-msgid "Automatically _expand columns as needed"
-msgstr ""
-
-#. the file_time is invalid
-#. reset page title
-#. tell the user that we're unable to determine the file info
-#: ../thunar/thunar-column-model.c:896 ../thunar/thunar-list-model.c:734
-#: ../thunar/thunar-list-model.c:762
-#: ../thunar/thunar-permissions-chooser.c:274 ../thunar/thunar-util.c:255
-#: ../plugins/thunar-apr/thunar-apr-desktop-page.c:469
-#: ../plugins/thunar-apr/thunar-apr-image-page.c:287
-#: ../plugins/thunar-apr/thunar-apr-image-page.c:288
-#: ../plugins/thunar-uca/thunar-uca-editor.c:624
-msgid "Unknown"
-msgstr ""
-
-#: ../thunar/thunar-compact-view.c:136
-msgid "Compact directory listing"
-msgstr ""
-
-#: ../thunar/thunar-compact-view.c:137
-msgid "Compact view"
-msgstr ""
-
-#: ../thunar/thunar-create-dialog.c:162
-msgid "C_reate"
-msgstr ""
-
-#: ../thunar/thunar-create-dialog.c:177 ../thunar/thunar-dialogs.c:110
-msgid "Enter the new name:"
-msgstr ""
-
-#. display an error message
-#: ../thunar/thunar-create-dialog.c:495
-#, c-format
-msgid "Cannot convert filename \"%s\" to the local encoding"
-msgstr ""
-
-#: ../thunar/thunar-dbus-service.c:395
-#, c-format
-msgid "Invalid filename \"%s\""
-msgstr ""
-
-#. LaunchFiles() invoked without a valid working directory
-#: ../thunar/thunar-dbus-service.c:724
-#, c-format
-msgid "The working directory must be an absolute path"
-msgstr ""
-
-#. LaunchFiles() invoked with an empty filename list
-#: ../thunar/thunar-dbus-service.c:732
-#, c-format
-msgid "Atleast one filename must be specified"
-msgstr ""
-
-#: ../thunar/thunar-details-view.c:131
-msgid "Configure _Columns..."
-msgstr ""
-
-#: ../thunar/thunar-details-view.c:131
-msgid "Configure the columns in the detailed list view"
-msgstr ""
-
-#: ../thunar/thunar-details-view.c:418
-msgid "Detailed directory listing"
-msgstr ""
-
-#: ../thunar/thunar-details-view.c:419
-msgid "Details view"
-msgstr ""
-
-#. create a new dialog window
-#: ../thunar/thunar-dialogs.c:82
-#, c-format
-msgid "Rename \"%s\""
-msgstr ""
-
-#: ../thunar/thunar-dialogs.c:89
-msgid "_Rename"
-msgstr ""
-
-#: ../thunar/thunar-dialogs.c:229
-msgid "translator-credits"
-msgstr ""
-
-#. display an error message to the user
-#. tell the user that we failed
-#: ../thunar/thunar-dialogs.c:356 ../thunar/thunar-renamer-dialog.c:976
-msgid "Failed to open the documentation browser"
-msgstr ""
-
-#: ../thunar/thunar-dialogs.c:453
-msgid "_Yes"
-msgstr ""
-
-#: ../thunar/thunar-dialogs.c:457
-msgid "Yes to _all"
-msgstr ""
-
-#: ../thunar/thunar-dialogs.c:461
-msgid "_No"
-msgstr ""
-
-#: ../thunar/thunar-dialogs.c:465
-msgid "N_o to all"
-msgstr ""
-
-#: ../thunar/thunar-dialogs.c:469
-msgid "_Retry"
-msgstr ""
-
-#: ../thunar/thunar-dialogs.c:474
-msgid "_Cancel"
-msgstr ""
-
-#. setup the confirmation dialog
-#: ../thunar/thunar-dialogs.c:548
-msgid "Confirm to replace files"
-msgstr ""
-
-#: ../thunar/thunar-dialogs.c:554
-msgid "_Skip"
-msgstr ""
-
-#: ../thunar/thunar-dialogs.c:555
-msgid "Replace _All"
-msgstr ""
-
-#: ../thunar/thunar-dialogs.c:556
-msgid "_Replace"
-msgstr ""
-
-#: ../thunar/thunar-dialogs.c:588
-#, c-format
-msgid "This folder already contains a symbolic link \"%s\"."
-msgstr ""
-
-#: ../thunar/thunar-dialogs.c:593
-#, c-format
-msgid "This folder already contains a folder \"%s\"."
-msgstr ""
-
-#: ../thunar/thunar-dialogs.c:598
-#, c-format
-msgid "This folder already contains a file \"%s\"."
-msgstr ""
-
-#: ../thunar/thunar-dialogs.c:610
-msgid "ReplaceDialogPart1|Do you want to replace the link"
-msgstr ""
-
-#: ../thunar/thunar-dialogs.c:612
-msgid "ReplaceDialogPart1|Do you want to replace the existing folder"
-msgstr ""
-
-#: ../thunar/thunar-dialogs.c:614
-msgid "ReplaceDialogPart1|Do you want to replace the existing file"
-msgstr ""
-
-#.
-#. Fourth box (size, volume, free space)
-#.
-#: ../thunar/thunar-dialogs.c:631 ../thunar/thunar-dialogs.c:662
-#: ../thunar/thunar-properties-dialog.c:442
-msgid "Size:"
-msgstr ""
-
-#: ../thunar/thunar-dialogs.c:631 ../thunar/thunar-dialogs.c:662
-#: ../thunar/thunar-properties-dialog.c:403
-msgid "Modified:"
-msgstr ""
-
-#: ../thunar/thunar-dialogs.c:641
-msgid "ReplaceDialogPart2|with the following link?"
-msgstr ""
-
-#: ../thunar/thunar-dialogs.c:643
-msgid "ReplaceDialogPart2|with the following folder?"
-msgstr ""
-
-#: ../thunar/thunar-dialogs.c:645
-msgid "ReplaceDialogPart2|with the following file?"
-msgstr ""
-
-#: ../thunar/thunar-dnd.c:71
-msgid "_Copy here"
-msgstr ""
-
-#: ../thunar/thunar-dnd.c:71
-msgid "_Move here"
-msgstr ""
-
-#: ../thunar/thunar-dnd.c:71
-msgid "_Link here"
-msgstr ""
-
-#. display an error to the user
-#. display an error message to the user
-#: ../thunar/thunar-dnd.c:253 ../thunar/thunar-launcher.c:589
-#, c-format
-msgid "Failed to execute file \"%s\""
-msgstr ""
-
-#: ../thunar/thunar-enum-types.c:45
-msgid "Name only"
-msgstr ""
-
-#: ../thunar/thunar-enum-types.c:46
-msgid "Suffix only"
-msgstr ""
-
-#: ../thunar/thunar-enum-types.c:47
-msgid "Name and Suffix"
-msgstr ""
-
-#: ../thunar/thunar-enum-types.c:115
-#: ../plugins/thunar-sbr/thunar-sbr-enum-types.c:135
-msgid "Date Accessed"
-msgstr ""
-
-#: ../thunar/thunar-enum-types.c:116
-#: ../plugins/thunar-sbr/thunar-sbr-enum-types.c:136
-msgid "Date Modified"
-msgstr ""
-
-#: ../thunar/thunar-enum-types.c:117
-msgid "Group"
-msgstr ""
-
-#: ../thunar/thunar-enum-types.c:118
-msgid "MIME Type"
-msgstr ""
-
-#: ../thunar/thunar-enum-types.c:119 ../thunar/thunar-renamer-dialog.c:442
-#: ../thunarx/thunarx-renamer.c:177
-msgid "Name"
-msgstr ""
-
-#: ../thunar/thunar-enum-types.c:120
-msgid "Owner"
-msgstr ""
-
-#.
-#. Permissions chooser
-#.
-#: ../thunar/thunar-enum-types.c:121 ../thunar/thunar-properties-dialog.c:515
-msgid "Permissions"
-msgstr ""
-
-#: ../thunar/thunar-enum-types.c:122
-msgid "Size"
-msgstr ""
-
-#: ../thunar/thunar-enum-types.c:123
-msgid "Type"
-msgstr ""
-
-#: ../thunar/thunar-enum-types.c:124
-msgid "File"
-msgstr ""
-
-#: ../thunar/thunar-enum-types.c:125
-msgid "File Name"
-msgstr ""
-
-#: ../thunar/thunar-exec.c:562
-#, c-format
-msgid "Unknown error"
-msgstr ""
-
-#: ../thunar/thunar-file.c:952
-#, c-format
-msgid "The root folder has no parent"
-msgstr ""
-
-#: ../thunar/thunar-file.c:1012
-#, c-format
-msgid "Failed to parse the desktop file: %s"
-msgstr ""
-
-#: ../thunar/thunar-file.c:1050
-#, c-format
-msgid "No Exec field specified"
-msgstr ""
-
-#: ../thunar/thunar-file.c:1071
-#, c-format
-msgid "No URL field specified"
-msgstr ""
-
-#: ../thunar/thunar-file.c:1077
-#, c-format
-msgid "Invalid desktop file"
-msgstr ""
-
-#. create the "back" action
-#: ../thunar/thunar-history.c:193
-msgid "Back"
-msgstr ""
-
-#: ../thunar/thunar-history.c:193
-msgid "Go to the previous visited folder"
-msgstr ""
-
-#. create the "forward" action
-#: ../thunar/thunar-history.c:199
-msgid "Forward"
-msgstr ""
-
-#: ../thunar/thunar-history.c:199
-msgid "Go to the next visited folder"
-msgstr ""
-
-#: ../thunar/thunar-icon-factory.c:681
-#, c-format
-msgid "Failed to load fallback icon from \"%s\" (%s). Check your installation!"
-msgstr ""
-
-#: ../thunar/thunar-icon-view.c:198
-msgid "Icon based directory listing"
-msgstr ""
-
-#: ../thunar/thunar-icon-view.c:199
-msgid "Icon view"
-msgstr ""
-
-#: ../thunar/thunar-io-jobs.c:160 ../thunar/thunar-io-jobs.c:297
-#, c-format
-msgid "The file \"%s\" already exists"
-msgstr ""
-
-#: ../thunar/thunar-io-jobs.c:183
-#, c-format
-msgid "Failed to create empty file \"%s\": %s"
-msgstr ""
-
-#: ../thunar/thunar-io-jobs.c:320
-#, c-format
-msgid "Failed to create directory \"%s\": %s"
-msgstr ""
-
-#. tell the user that we're preparing to unlink the files
-#: ../thunar/thunar-io-jobs.c:384
-msgid "Preparing..."
-msgstr ""
-
-#: ../thunar/thunar-io-jobs.c:446
-#, c-format
-msgid "Could not delete file \"%s\": %s"
-msgstr ""
-
-#: ../thunar/thunar-io-jobs.c:594
-#, c-format
-msgid "Could not create symbolic link to \"%s\" because it is not a local file"
-msgstr ""
-
-#. generate a useful error message
-#: ../thunar/thunar-io-jobs.c:781
-#, c-format
-msgid "Failed to change the owner of \"%s\": %s"
-msgstr ""
-
-#: ../thunar/thunar-io-jobs.c:782
-#, c-format
-msgid "Failed to change the group of \"%s\": %s"
-msgstr ""
-
-#: ../thunar/thunar-io-jobs.c:938
-#, c-format
-msgid "Failed to change the permissions of \"%s\": %s"
-msgstr ""
-
-#. Copy/link name for n <= 3
-#: ../thunar/thunar-io-jobs-util.c:36
-#, c-format
-msgid "copy of %s"
-msgstr ""
-
-#: ../thunar/thunar-io-jobs-util.c:36 ../thunar/thunar-list-model.c:779
-#: ../thunar/thunar-properties-dialog.c:907
-#, c-format
-msgid "link to %s"
-msgstr ""
-
-#: ../thunar/thunar-io-jobs-util.c:37
-#, c-format
-msgid "another copy of %s"
-msgstr ""
-
-#: ../thunar/thunar-io-jobs-util.c:37
-#, c-format
-msgid "another link to %s"
-msgstr ""
-
-#: ../thunar/thunar-io-jobs-util.c:38
-#, c-format
-msgid "third copy of %s"
-msgstr ""
-
-#: ../thunar/thunar-io-jobs-util.c:38
-#, c-format
-msgid "third link to %s"
-msgstr ""
-
-#. Fallback copy/link name for n >= 4
-#: ../thunar/thunar-io-jobs-util.c:41
-#, c-format
-msgid "%uth copy of %s"
-msgstr ""
-
-#: ../thunar/thunar-io-jobs-util.c:41
-#, c-format
-msgid "%uth link to %s"
-msgstr ""
-
-#: ../thunar/thunar-job.c:277
-#, c-format
-msgid ""
-"The file \"%s\" already exists. Would you like to replace it?\n"
-"\n"
-"If you replace an existing file, its contents will be overwritten."
-msgstr ""
-
-#: ../thunar/thunar-job.c:357
-msgid "Do you want to overwrite it?"
-msgstr ""
-
-#: ../thunar/thunar-job.c:411
-msgid "Do you want to create it?"
-msgstr ""
-
-#: ../thunar/thunar-job.c:513
-msgid "Do you want to skip it?"
-msgstr ""
-
-#. append the "Open" menu action
-#: ../thunar/thunar-launcher.c:170 ../thunar/thunar-launcher.c:846
-#: ../thunar/thunar-location-buttons.c:170
-#: ../thunar/thunar-shortcuts-view.c:785 ../thunar/thunar-tree-view.c:1092
-msgid "_Open"
-msgstr ""
-
-#. append the "Open in New Window" menu action
-#: ../thunar/thunar-launcher.c:171 ../thunar/thunar-location-buttons.c:171
-#: ../thunar/thunar-shortcuts-view.c:796 ../thunar/thunar-tree-view.c:1104
-msgid "Open in New Window"
-msgstr ""
-
-#: ../thunar/thunar-launcher.c:171
-msgid "Open the selected directory in a new window"
-msgstr ""
-
-#: ../thunar/thunar-launcher.c:172 ../thunar/thunar-launcher.c:174
-msgid "Open With Other _Application..."
-msgstr ""
-
-#: ../thunar/thunar-launcher.c:172 ../thunar/thunar-launcher.c:174
-#: ../thunar/thunar-launcher.c:929
-msgid "Choose another application with which to open the selected file"
-msgstr ""
-
-#: ../thunar/thunar-launcher.c:680
-#, c-format
-msgid "Failed to open file \"%s\""
-msgstr ""
-
-#. we can just tell that n files failed to open
-#: ../thunar/thunar-launcher.c:686
-#, c-format
-msgid "Failed to open %d file"
-msgid_plural "Failed to open %d files"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../thunar/thunar-launcher.c:725
-msgid "Are you sure you want to open all folders?"
-msgstr ""
-
-#: ../thunar/thunar-launcher.c:727
-#, c-format
-msgid "This will open %d separate file manager window."
-msgid_plural "This will open %d separate file manager windows."
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../thunar/thunar-launcher.c:731
-#, c-format
-msgid "Open %d New Window"
-msgid_plural "Open %d New Windows"
-msgstr[0] ""
-msgstr[1] ""
-
-#. turn "Open" into "Open in n New Windows"
-#: ../thunar/thunar-launcher.c:824
-#, c-format
-msgid "Open in %d New Window"
-msgid_plural "Open in %d New Windows"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../thunar/thunar-launcher.c:825
-#, c-format
-msgid "Open the selected directory in %d new window"
-msgid_plural "Open the selected directories in %d new windows"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../thunar/thunar-launcher.c:845
-msgid "_Open in New Window"
-msgstr ""
-
-#: ../thunar/thunar-launcher.c:848
-msgid "Open the selected file"
-msgid_plural "Open the selected files"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../thunar/thunar-launcher.c:897
-msgid "_Execute"
-msgstr ""
-
-#: ../thunar/thunar-launcher.c:898
-msgid "Execute the selected file"
-msgid_plural "Execute the selected files"
-msgstr[0] ""
-msgstr[1] ""
-
-#. turn the "Open" action into "Open With DEFAULT"
-#: ../thunar/thunar-launcher.c:904
-#, c-format
-msgid "_Open With \"%s\""
-msgstr ""
-
-#: ../thunar/thunar-launcher.c:905 ../thunar/thunar-launcher.c:991
-#, c-format
-msgid "Use \"%s\" to open the selected file"
-msgid_plural "Use \"%s\" to open the selected files"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../thunar/thunar-launcher.c:928
-msgid "_Open With Other Application..."
-msgstr ""
-
-#: ../thunar/thunar-launcher.c:937
-msgid "_Open With Default Applications"
-msgstr ""
-
-#: ../thunar/thunar-launcher.c:938
-msgid "Open the selected file with the default application"
-msgid_plural "Open the selected files with the default applications"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../thunar/thunar-launcher.c:990
-#, c-format
-msgid "Open With \"%s\""
-msgstr ""
-
-#: ../thunar/thunar-launcher.c:1425 ../thunar/thunar-location-entry.c:703
-#: ../thunar/thunar-shortcuts-view.c:1266
-#: ../thunar/thunar-shortcuts-view.c:1488 ../thunar/thunar-tree-view.c:1889
-#, c-format
-msgid "Failed to mount \"%s\""
-msgstr ""
-
-#: ../thunar/thunar-launcher.c:1544
-msgid "Desktop (Create Link)"
-msgid_plural "Desktop (Create Links)"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../thunar/thunar-launcher.c:1545
-msgid "Create a link to the selected file on the desktop"
-msgid_plural "Create links to the selected files on the desktop"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../thunar/thunar-launcher.c:1582 ../thunar/thunar-launcher.c:1639
-#, c-format
-msgid "Send the selected file to \"%s\""
-msgid_plural "Send the selected files to \"%s\""
-msgstr[0] ""
-msgstr[1] ""
-
-#. generate a text which includes the size of all items in the folder
-#: ../thunar/thunar-list-model.c:2263
-#, c-format
-msgid "%d item (%s), Free space: %s"
-msgid_plural "%d items (%s), Free space: %s"
-msgstr[0] ""
-msgstr[1] ""
-
-#. just the standard text
-#: ../thunar/thunar-list-model.c:2272
-#, c-format
-msgid "%d item, Free space: %s"
-msgid_plural "%d items, Free space: %s"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../thunar/thunar-list-model.c:2280
-#, c-format
-msgid "%d item"
-msgid_plural "%d items"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../thunar/thunar-list-model.c:2299
-#, c-format
-msgid "\"%s\" broken link"
-msgstr ""
-
-#: ../thunar/thunar-list-model.c:2303
-#, c-format
-msgid "\"%s\" (%s) link to %s"
-msgstr ""
-
-#: ../thunar/thunar-list-model.c:2308
-#, c-format
-msgid "\"%s\" shortcut"
-msgstr ""
-
-#: ../thunar/thunar-list-model.c:2312
-#, c-format
-msgid "\"%s\" mountable"
-msgstr ""
-
-#: ../thunar/thunar-list-model.c:2319
-#, c-format
-msgid "\"%s\" (%s) %s"
-msgstr ""
-
-#. TRANSLATORS: Try to come up with a short translation of "Original Path" (which is the path
-#. * where the trashed file/folder was located before it was moved to the trash), otherwise the
-#. * properties dialog width will be messed up.
-#.
-#: ../thunar/thunar-list-model.c:2331 ../thunar/thunar-properties-dialog.c:364
-msgid "Original Path:"
-msgstr ""
-
-#. append the image dimensions to the statusbar text
-#: ../thunar/thunar-list-model.c:2344
-#: ../plugins/thunar-apr/thunar-apr-image-page.c:151
-msgid "Image Size:"
-msgstr ""
-
-#: ../thunar/thunar-list-model.c:2363
-#, c-format
-msgid "%d item selected (%s)"
-msgid_plural "%d items selected (%s)"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../thunar/thunar-list-model.c:2368
-#, c-format
-msgid "%d item selected"
-msgid_plural "%d items selected"
-msgstr[0] ""
-msgstr[1] ""
-
-#. append the "Create Folder" menu action
-#: ../thunar/thunar-location-buttons.c:172
-#: ../thunar/thunar-standard-view.c:339 ../thunar/thunar-tree-view.c:1158
-msgid "Create _Folder..."
-msgstr ""
-
-#: ../thunar/thunar-location-buttons.c:173 ../thunar/thunar-window.c:291
-msgid "Delete all files and folders in the Trash"
-msgstr ""
-
-#: ../thunar/thunar-location-buttons.c:174
-#: ../thunar/thunar-standard-view.c:345
-msgid "Paste Into Folder"
-msgstr ""
-
-#: ../thunar/thunar-location-buttons.c:175
-#: ../thunar/thunar-renamer-dialog.c:186 ../thunar/thunar-standard-view.c:340
-msgid "_Properties..."
-msgstr ""
-
-#: ../thunar/thunar-location-buttons.c:276
-msgid "Spacing"
-msgstr ""
-
-#: ../thunar/thunar-location-buttons.c:277
-msgid "The amount of space between the path buttons"
-msgstr ""
-
-#: ../thunar/thunar-location-buttons.c:1273
-#, c-format
-msgid "Open \"%s\" in this window"
-msgstr ""
-
-#: ../thunar/thunar-location-buttons.c:1279
-#, c-format
-msgid "Open \"%s\" in a new window"
-msgstr ""
-
-#: ../thunar/thunar-location-buttons.c:1284
-#, c-format
-msgid "Create a new folder in \"%s\""
-msgstr ""
-
-#: ../thunar/thunar-location-buttons.c:1296
-#, c-format
-msgid ""
-"Move or copy files previously selected by a Cut or Copy command into \"%s\""
-msgstr ""
-
-#: ../thunar/thunar-location-buttons.c:1302
-#, c-format
-msgid "View the properties of the folder \"%s\""
-msgstr ""
-
-#: ../thunar/thunar-location-buttons.c:1338
-#: ../thunar/thunar-standard-view.c:1838 ../thunar/thunar-tree-view.c:1566
-msgid "New Folder"
-msgstr ""
-
-#: ../thunar/thunar-location-buttons.c:1339
-#: ../thunar/thunar-standard-view.c:1839 ../thunar/thunar-tree-view.c:1567
-msgid "Create New Folder"
-msgstr ""
-
-#: ../thunar/thunar-location-dialog.c:87
-msgid "Open Location"
-msgstr ""
-
-#: ../thunar/thunar-location-dialog.c:101
-msgid "_Location:"
-msgstr ""
-
-#: ../thunar/thunar-location-entry.c:444
-#, c-format
-msgid "File does not exist"
-msgstr ""
-
-#: ../thunar/thunar-location-entry.c:788
-#, c-format
-msgid "Failed to determine the mount point of \"%s\""
-msgstr ""
-
-#: ../thunar/thunar-misc-jobs.c:84
-#, c-format
-msgid "No templates installed"
-msgstr ""
-
-#: ../thunar/thunar-path-entry.c:260
-msgid "Icon size"
-msgstr ""
-
-#: ../thunar/thunar-path-entry.c:261
-msgid "The icon size for the path entry"
-msgstr ""
-
-#. 0000
-#: ../thunar/thunar-permissions-chooser.c:247
-msgid "None"
-msgstr ""
-
-#. 0002
-#: ../thunar/thunar-permissions-chooser.c:249
-msgid "Write only"
-msgstr ""
-
-#. 0004
-#: ../thunar/thunar-permissions-chooser.c:251
-msgid "Read only"
-msgstr ""
-
-#. 0006
-#: ../thunar/thunar-permissions-chooser.c:253
-msgid "Read & Write"
-msgstr ""
-
-#: ../thunar/thunar-permissions-chooser.c:264
-msgid "Owner:"
-msgstr ""
-
-#: ../thunar/thunar-permissions-chooser.c:282
-#: ../thunar/thunar-permissions-chooser.c:323
-msgid "Access:"
-msgstr ""
-
-#: ../thunar/thunar-permissions-chooser.c:305
-msgid "Group:"
-msgstr ""
-
-#: ../thunar/thunar-permissions-chooser.c:346
-msgid "Others:"
-msgstr ""
-
-#: ../thunar/thunar-permissions-chooser.c:369
-msgid "Program:"
-msgstr ""
-
-#: ../thunar/thunar-permissions-chooser.c:375
-msgid "Allow this file to _run as a program"
-msgstr ""
-
-#: ../thunar/thunar-permissions-chooser.c:395
-msgid ""
-"Allowing untrusted programs to run\n"
-"presents a security risk to your system."
-msgstr ""
-
-#: ../thunar/thunar-permissions-chooser.c:410
-msgid ""
-"The folder permissions are inconsistent, you\n"
-"may not be able to work with files in this folder."
-msgstr ""
-
-#: ../thunar/thunar-permissions-chooser.c:423
-msgid "Correct folder permissions..."
-msgstr ""
-
-#: ../thunar/thunar-permissions-chooser.c:424
-msgid "Click here to automatically fix the folder permissions."
-msgstr ""
-
-#: ../thunar/thunar-permissions-chooser.c:435
-msgid "Please wait..."
-msgstr ""
-
-#: ../thunar/thunar-permissions-chooser.c:440
-msgid "Stop applying permissions recursively."
-msgstr ""
-
-#. allocate the question dialog
-#: ../thunar/thunar-permissions-chooser.c:555
-msgid "Question"
-msgstr ""
-
-#: ../thunar/thunar-permissions-chooser.c:579
-msgid "Apply recursively?"
-msgstr ""
-
-#: ../thunar/thunar-permissions-chooser.c:585
-msgid ""
-"Do you want to apply your changes recursively to\n"
-"all files and subfolders below the selected folder?"
-msgstr ""
-
-#: ../thunar/thunar-permissions-chooser.c:590
-msgid "Do _not ask me again"
-msgstr ""
-
-#: ../thunar/thunar-permissions-chooser.c:591
-msgid ""
-"If you select this option your choice will be remembered and you won't be "
-"asked again. You can use the preferences dialog to alter your choice "
-"afterwards."
-msgstr ""
-
-#: ../thunar/thunar-permissions-chooser.c:888
-msgid "Unknown file owner"
-msgstr ""
-
-#: ../thunar/thunar-permissions-chooser.c:1018
-msgid "Correct folder permissions automatically?"
-msgstr ""
-
-#: ../thunar/thunar-permissions-chooser.c:1020
-msgid "Correct folder permissions"
-msgstr ""
-
-#: ../thunar/thunar-permissions-chooser.c:1022
-msgid ""
-"The folder permissions will be reset to a consistent state. Only users "
-"allowed to read the contents of this folder will be allowed to enter the "
-"folder afterwards."
-msgstr ""
-
-#: ../thunar/thunar-preferences-dialog.c:225
-msgid "File Manager Preferences"
-msgstr ""
-
-#.
-#. Display
-#.
-#: ../thunar/thunar-preferences-dialog.c:242
-msgid "Display"
-msgstr ""
-
-#: ../thunar/thunar-preferences-dialog.c:252
-msgid "Default View"
-msgstr ""
-
-#: ../thunar/thunar-preferences-dialog.c:264
-msgid "View _new folders using:"
-msgstr ""
-
-#: ../thunar/thunar-preferences-dialog.c:269
-#: ../thunar/thunar-preferences-dialog.c:297
-msgid "Icon View"
-msgstr ""
-
-#: ../thunar/thunar-preferences-dialog.c:270
-msgid "Detailed List View"
-msgstr ""
-
-#: ../thunar/thunar-preferences-dialog.c:271
-msgid "Compact List View"
-msgstr ""
-
-#: ../thunar/thunar-preferences-dialog.c:272
-msgid "Last Active View"
-msgstr ""
-
-#: ../thunar/thunar-preferences-dialog.c:280
-msgid "Sort _folders before files"
-msgstr ""
-
-#: ../thunar/thunar-preferences-dialog.c:282
-msgid "Select this option to list folders before files when you sort a folder."
-msgstr ""
-
-#: ../thunar/thunar-preferences-dialog.c:286
-msgid "_Show thumbnails"
-msgstr ""
-
-#: ../thunar/thunar-preferences-dialog.c:288
-msgid ""
-"Select this option to display previewable files within a folder as "
-"automatically generated thumbnail icons."
-msgstr ""
-
-#: ../thunar/thunar-preferences-dialog.c:309
-msgid "_Text beside icons"
-msgstr ""
-
-#: ../thunar/thunar-preferences-dialog.c:311
-msgid ""
-"Select this option to place the icon captions for items beside the icon "
-"rather than below the icon."
-msgstr ""
-
-#: ../thunar/thunar-preferences-dialog.c:320
-msgid "Date"
-msgstr ""
-
-#: ../thunar/thunar-preferences-dialog.c:332
-#: ../plugins/thunar-sbr/thunar-sbr-date-renamer.c:223
-msgid "_Format:"
-msgstr ""
-
-#.
-#. Side Pane
-#.
-#: ../thunar/thunar-preferences-dialog.c:353
-msgid "Side Pane"
-msgstr ""
-
-#: ../thunar/thunar-preferences-dialog.c:363
-msgid "Shortcuts Pane"
-msgstr ""
-
-#: ../thunar/thunar-preferences-dialog.c:375
-msgid "_Icon Size:"
-msgstr ""
-
-#: ../thunar/thunar-preferences-dialog.c:380
-#: ../thunar/thunar-preferences-dialog.c:422
-msgid "Very Small"
-msgstr ""
-
-#: ../thunar/thunar-preferences-dialog.c:381
-#: ../thunar/thunar-preferences-dialog.c:423
-msgid "Smaller"
-msgstr ""
-
-#: ../thunar/thunar-preferences-dialog.c:382
-#: ../thunar/thunar-preferences-dialog.c:424
-msgid "Small"
-msgstr ""
-
-#: ../thunar/thunar-preferences-dialog.c:383
-#: ../thunar/thunar-preferences-dialog.c:425
-msgid "Normal"
-msgstr ""
-
-#: ../thunar/thunar-preferences-dialog.c:384
-#: ../thunar/thunar-preferences-dialog.c:426
-msgid "Large"
-msgstr ""
-
-#: ../thunar/thunar-preferences-dialog.c:385
-#: ../thunar/thunar-preferences-dialog.c:427
-msgid "Larger"
-msgstr ""
-
-#: ../thunar/thunar-preferences-dialog.c:386
-#: ../thunar/thunar-preferences-dialog.c:428
-msgid "Very Large"
-msgstr ""
-
-#: ../thunar/thunar-preferences-dialog.c:394
-msgid "Show Icon _Emblems"
-msgstr ""
-
-#: ../thunar/thunar-preferences-dialog.c:396
-msgid ""
-"Select this option to display icon emblems in the shortcuts pane for all "
-"folders for which emblems have been defined in the folders properties dialog."
-msgstr ""
-
-#: ../thunar/thunar-preferences-dialog.c:405
-msgid "Tree Pane"
-msgstr ""
-
-#: ../thunar/thunar-preferences-dialog.c:417
-msgid "Icon _Size:"
-msgstr ""
-
-#: ../thunar/thunar-preferences-dialog.c:436
-msgid "Show Icon E_mblems"
-msgstr ""
-
-#: ../thunar/thunar-preferences-dialog.c:438
-msgid ""
-"Select this option to display icon emblems in the tree pane for all folders "
-"for which emblems have been defined in the folders properties dialog."
-msgstr ""
-
-#.
-#. Behavior
-#.
-#: ../thunar/thunar-preferences-dialog.c:447
-msgid "Behavior"
-msgstr ""
-
-#: ../thunar/thunar-preferences-dialog.c:457
-msgid "Navigation"
-msgstr ""
-
-#: ../thunar/thunar-preferences-dialog.c:469
-msgid "_Single click to activate items"
-msgstr ""
-
-#: ../thunar/thunar-preferences-dialog.c:489
-msgid ""
-"Specify the d_elay before an item gets selected\n"
-"when the mouse pointer is paused over it:"
-msgstr ""
-
-#: ../thunar/thunar-preferences-dialog.c:501
-msgid ""
-"When single-click activation is enabled, pausing the mouse pointer over an "
-"item will automatically select that item after the chosen delay. You can "
-"disable this behavior by moving the slider to the left-most position. This "
-"behavior may be useful when single clicks activate items, and you want only "
-"to select the item without activating it."
-msgstr ""
-
-#: ../thunar/thunar-preferences-dialog.c:519
-msgid "Disabled"
-msgstr ""
-
-#: ../thunar/thunar-preferences-dialog.c:525
-msgid "Medium"
-msgstr ""
-
-#: ../thunar/thunar-preferences-dialog.c:531
-msgid "Long"
-msgstr ""
-
-#: ../thunar/thunar-preferences-dialog.c:537
-msgid "_Double click to activate items"
-msgstr ""
-
-#.
-#. Advanced
-#.
-#: ../thunar/thunar-preferences-dialog.c:547
-msgid "Advanced"
-msgstr ""
-
-#: ../thunar/thunar-preferences-dialog.c:557
-msgid "Folder Permissions"
-msgstr ""
-
-#: ../thunar/thunar-preferences-dialog.c:569
-msgid ""
-"When changing the permissions of a folder, you\n"
-"can also apply the changes to the contents of the\n"
-"folder. Select the default behavior below:"
-msgstr ""
-
-#: ../thunar/thunar-preferences-dialog.c:577
-msgid "Ask everytime"
-msgstr ""
-
-#: ../thunar/thunar-preferences-dialog.c:578
-msgid "Apply to Folder Only"
-msgstr ""
-
-#: ../thunar/thunar-preferences-dialog.c:579
-msgid "Apply to Folder and Contents"
-msgstr ""
-
-#: ../thunar/thunar-preferences-dialog.c:589
-msgid "Volume Management"
-msgstr ""
-
-#. add check button to enable/disable auto mounting
-#: ../thunar/thunar-preferences-dialog.c:605
-msgid "Enable _Volume Management"
-msgstr ""
-
-#. TRANSLATORS: Make sure you place the <a>...</a>-link on the first line, otherwise the user will be unable to click on it
-#: ../thunar/thunar-preferences-dialog.c:615
-msgid ""
-"<a href=\"volman-config:\">Configure</a> the management of removable drives\n"
-"and media (i.e. how cameras should be handled)."
-msgstr ""
-
-#. tell the user that we failed to come up with the thunar-volman configuration dialog
-#: ../thunar/thunar-preferences-dialog.c:674
-msgid "Failed to display the volume management settings"
-msgstr ""
-
-#: ../thunar/thunar-progress-dialog.c:402
-#, c-format
-msgid "(%lu hour remaining)"
-msgid_plural "(%lu hours remaining)"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../thunar/thunar-progress-dialog.c:407
-#, c-format
-msgid "(%lu minute remaining)"
-msgid_plural "(%lu minutes remaining)"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../thunar/thunar-progress-dialog.c:412
-#, c-format
-msgid "(%lu second remaining)"
-msgid_plural "(%lu seconds remaining)"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../thunar/thunar-properties-dialog.c:261
-msgid "General"
-msgstr ""
-
-#: ../thunar/thunar-properties-dialog.c:285
-msgid "Name:"
-msgstr ""
-
-#.
-#. Second box (kind, open with, link target)
-#.
-#: ../thunar/thunar-properties-dialog.c:310
-msgid "Kind:"
-msgstr ""
-
-#: ../thunar/thunar-properties-dialog.c:332
-msgid "Open With:"
-msgstr ""
-
-#: ../thunar/thunar-properties-dialog.c:346
-msgid "Link Target:"
-msgstr ""
-
-#.
-#. Third box (deleted, modified, accessed)
-#.
-#: ../thunar/thunar-properties-dialog.c:389
-msgid "Deleted:"
-msgstr ""
-
-#: ../thunar/thunar-properties-dialog.c:417
-msgid "Accessed:"
-msgstr ""
-
-#: ../thunar/thunar-properties-dialog.c:455
-msgid "Volume:"
-msgstr ""
-
-#: ../thunar/thunar-properties-dialog.c:479
-msgid "Free Space:"
-msgstr ""
-
-#.
-#. Emblem chooser
-#.
-#: ../thunar/thunar-properties-dialog.c:504
-msgid "Emblems"
-msgstr ""
-
-#. display an error message
-#: ../thunar/thunar-properties-dialog.c:658
-#: ../thunar/thunar-standard-view.c:2217 ../thunar/thunar-tree-view.c:1669
-#, c-format
-msgid "Failed to rename \"%s\""
-msgstr ""
-
-#. allocate the icon chooser
-#. allocate the chooser dialog
-#: ../thunar/thunar-properties-dialog.c:742
-#: ../plugins/thunar-uca/thunar-uca-editor.c:627
-#, c-format
-msgid "Select an Icon for \"%s\""
-msgstr ""
-
-#. tell the user that we failed to change the icon of the .desktop file
-#: ../thunar/thunar-properties-dialog.c:768
-#, c-format
-msgid "Failed to change icon of \"%s\""
-msgstr ""
-
-#. update the properties dialog title
-#: ../thunar/thunar-properties-dialog.c:857
-#, c-format
-msgid "%s - Properties"
-msgstr ""
-
-#: ../thunar/thunar-properties-dialog.c:905
-msgid "broken link"
-msgstr ""
-
-#: ../thunar/thunar-renamer-dialog.c:179 ../thunar/thunar-window.c:288
-msgid "_File"
-msgstr ""
-
-#: ../thunar/thunar-renamer-dialog.c:180 ../thunar/thunar-window.c:290
-msgid "_Send To"
-msgstr ""
-
-#: ../thunar/thunar-renamer-dialog.c:181 ../thunar/thunar-standard-view.c:337
-msgid "File Context Menu"
-msgstr ""
-
-#: ../thunar/thunar-renamer-dialog.c:182
-msgid "_Add Files..."
-msgstr ""
-
-#: ../thunar/thunar-renamer-dialog.c:182
-msgid "Include additional files in the list of files to be renamed"
-msgstr ""
-
-#: ../thunar/thunar-renamer-dialog.c:184
-msgid "Clear"
-msgstr ""
-
-#: ../thunar/thunar-renamer-dialog.c:184
-msgid "Clear the file list below"
-msgstr ""
-
-#: ../thunar/thunar-renamer-dialog.c:185 ../thunar/thunar-window.c:317
-msgid "_About"
-msgstr ""
-
-#: ../thunar/thunar-renamer-dialog.c:185
-msgid "Display information about Thunar Bulk Rename"
-msgstr ""
-
-#: ../thunar/thunar-renamer-dialog.c:186 ../thunar/thunar-standard-view.c:340
-msgid "View the properties of the selected file"
-msgstr ""
-
-#: ../thunar/thunar-renamer-dialog.c:373
-#: ../thunar/thunar-renamer-dialog.c:1829
-#: ../Thunar-bulk-rename.desktop.in.in.h:2
-msgid "Rename Multiple Files"
-msgstr ""
-
-#. add the "Rename Files" button
-#: ../thunar/thunar-renamer-dialog.c:381
-msgid "_Rename Files"
-msgstr ""
-
-#: ../thunar/thunar-renamer-dialog.c:384
-msgid ""
-"Click here to actually rename the files listed above to their new names."
-msgstr ""
-
-#: ../thunar/thunar-renamer-dialog.c:458
-msgid "New Name"
-msgstr ""
-
-#: ../thunar/thunar-renamer-dialog.c:523
-msgid "Click here to view the documentation for the selected rename operation."
-msgstr ""
-
-#. TRANSLATORS: You can test this string by temporarily removing thunar-sbr.* from $libdir/thunarx-2/,
-#. *              and opening the multi rename dialog by selecting multiple files and pressing F2.
-#.
-#: ../thunar/thunar-renamer-dialog.c:633
-msgid ""
-"No renamer modules were found on your system. Please check your\n"
-"installation or contact your system administrator. If you install Thunar\n"
-"from source, be sure to enable the \"Simple Builtin Renamers\" plugin."
-msgstr ""
-
-#. allocate the file chooser
-#: ../thunar/thunar-renamer-dialog.c:1079
-msgid "Select files to rename"
-msgstr ""
-
-#: ../thunar/thunar-renamer-dialog.c:1095
-msgid "Audio Files"
-msgstr ""
-
-#: ../thunar/thunar-renamer-dialog.c:1100
-msgid "Image Files"
-msgstr ""
-
-#: ../thunar/thunar-renamer-dialog.c:1105
-msgid "Video Files"
-msgstr ""
-
-#. just popup the about dialog
-#: ../thunar/thunar-renamer-dialog.c:1235
-#: ../Thunar-bulk-rename.desktop.in.in.h:1
-msgid "Bulk Rename"
-msgstr ""
-
-#: ../thunar/thunar-renamer-dialog.c:1236
-msgid ""
-"Thunar Bulk Rename is a powerful and extensible\n"
-"tool to rename multiple files at once."
-msgstr ""
-
-#: ../thunar/thunar-renamer-dialog.c:1676
-msgid "Remove File"
-msgid_plural "Remove Files"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../thunar/thunar-renamer-dialog.c:1678
-msgid "Remove the selected file from the list of files to be renamed"
-msgid_plural "Remove the selected files from the list of files to be renamed"
-msgstr[0] ""
-msgstr[1] ""
-
-#. change title to reflect the standalone status
-#: ../thunar/thunar-renamer-dialog.c:1829
-msgid "Bulk Rename - Rename Multiple Files"
-msgstr ""
-
-#: ../thunar/thunar-renamer-progress.c:214
-#, c-format
-msgid "Failed to rename \"%s\" to \"%s\"."
-msgstr ""
-
-#: ../thunar/thunar-renamer-progress.c:221
-msgid ""
-"You can either choose to skip this file and continue to rename the remaining "
-"files, or revert the previously renamed files to their previous names, or "
-"cancel the operation without reverting previous changes."
-msgstr ""
-
-#: ../thunar/thunar-renamer-progress.c:226
-msgid "_Revert Changes"
-msgstr ""
-
-#: ../thunar/thunar-renamer-progress.c:227
-#: ../thunar/thunar-renamer-progress.c:236
-msgid "_Skip This File"
-msgstr ""
-
-#: ../thunar/thunar-renamer-progress.c:233
-msgid ""
-"Do you want to skip this file and continue to rename the remaining files?"
-msgstr ""
-
-#: ../thunar/thunar-shortcuts-model.c:340
-msgid "Desktop"
-msgstr ""
-
-#: ../thunar/thunar-shortcuts-pane.c:413
-msgid "Side Pane (Create Shortcut)"
-msgid_plural "Side Pane (Create Shortcuts)"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../thunar/thunar-shortcuts-pane.c:415
-msgid "Add the selected folder to the shortcuts side pane"
-msgid_plural "Add the selected folders to the shortcuts side pane"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../thunar/thunar-shortcuts-view.c:277
-msgid "File System"
-msgstr ""
-
-#. append the "Mount Volume" menu action
-#: ../thunar/thunar-shortcuts-view.c:810 ../thunar/thunar-tree-view.c:1118
-msgid "_Mount Volume"
-msgstr ""
-
-#. append the "Eject Volume" menu action
-#: ../thunar/thunar-shortcuts-view.c:820 ../thunar/thunar-tree-view.c:1128
-msgid "E_ject Volume"
-msgstr ""
-
-#. append the remove menu item
-#: ../thunar/thunar-shortcuts-view.c:891
-msgid "_Remove Shortcut"
-msgstr ""
-
-#. append the rename menu item
-#: ../thunar/thunar-shortcuts-view.c:906
-msgid "Re_name Shortcut"
-msgstr ""
-
-#: ../thunar/thunar-shortcuts-view.c:1170
-#, c-format
-msgid "The path \"%s\" does not refer to a directory"
-msgstr ""
-
-#. display an error message to the user
-#: ../thunar/thunar-shortcuts-view.c:1187
-msgid "Failed to add new shortcut"
-msgstr ""
-
-#: ../thunar/thunar-shortcuts-view.c:1372
-#: ../thunar/thunar-shortcuts-view.c:1409 ../thunar/thunar-tree-view.c:1745
-#: ../thunar/thunar-tree-view.c:1782
-#, c-format
-msgid "Failed to eject \"%s\""
-msgstr ""
-
-#: ../thunar/thunar-size-label.c:180
-msgid "Click here to stop calculating the total size of the folder."
-msgstr ""
-
-#. tell the user that the operation was canceled
-#: ../thunar/thunar-size-label.c:301
-msgid "Calculation aborted"
-msgstr ""
-
-#. tell the user that we started calculation
-#: ../thunar/thunar-size-label.c:398
-msgid "Calculating..."
-msgstr ""
-
-#: ../thunar/thunar-size-label.c:410
-#, c-format
-msgid "%s Bytes"
-msgstr ""
-
-#: ../thunar/thunar-size-label.c:502
-#, c-format
-msgid "%u item, totalling %s"
-msgid_plural "%u items, totalling %s"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../thunar/thunar-standard-view.c:338
-msgid "Folder Context Menu"
-msgstr ""
-
-#: ../thunar/thunar-standard-view.c:339
-msgid "Create an empty folder within the current folder"
-msgstr ""
-
-#. append the "Cut" menu action
-#: ../thunar/thunar-standard-view.c:341 ../thunar/thunar-tree-view.c:1179
-msgid "Cu_t"
-msgstr ""
-
-#. append the "Copy" menu action
-#: ../thunar/thunar-standard-view.c:342 ../thunar/thunar-tree-view.c:1191
-msgid "_Copy"
-msgstr ""
-
-#: ../thunar/thunar-standard-view.c:343
-msgid "_Paste"
-msgstr ""
-
-#: ../thunar/thunar-standard-view.c:343
-msgid "Move or copy files previously selected by a Cut or Copy command"
-msgstr ""
-
-#. append the "Delete" menu action
-#: ../thunar/thunar-standard-view.c:344 ../thunar/thunar-tree-view.c:1226
-msgid "_Delete"
-msgstr ""
-
-#: ../thunar/thunar-standard-view.c:345
-msgid ""
-"Move or copy files previously selected by a Cut or Copy command into the "
-"selected folder"
-msgstr ""
-
-#: ../thunar/thunar-standard-view.c:346
-msgid "Select _all Files"
-msgstr ""
-
-#: ../thunar/thunar-standard-view.c:346
-msgid "Select all files in this window"
-msgstr ""
-
-#: ../thunar/thunar-standard-view.c:347
-msgid "Select _by Pattern..."
-msgstr ""
-
-#: ../thunar/thunar-standard-view.c:347
-msgid "Select all files that match a certain pattern"
-msgstr ""
-
-#: ../thunar/thunar-standard-view.c:348
-msgid "Du_plicate"
-msgstr ""
-
-#: ../thunar/thunar-standard-view.c:349 ../thunar/thunar-standard-view.c:3468
-msgid "Ma_ke Link"
-msgid_plural "Ma_ke Links"
-msgstr[0] ""
-msgstr[1] ""
-
-#. append the "Rename" menu action
-#: ../thunar/thunar-standard-view.c:350 ../thunar/thunar-tree-view.c:1250
-msgid "_Rename..."
-msgstr ""
-
-#: ../thunar/thunar-standard-view.c:351
-msgid "_Restore"
-msgstr ""
-
-#. add the "Create Document" sub menu action
-#: ../thunar/thunar-standard-view.c:613
-msgid "Create _Document"
-msgstr ""
-
-#: ../thunar/thunar-standard-view.c:1310
-msgid "Loading folder contents..."
-msgstr ""
-
-#: ../thunar/thunar-standard-view.c:1794
-msgid "New Empty File"
-msgstr ""
-
-#: ../thunar/thunar-standard-view.c:1795
-msgid "New Empty File..."
-msgstr ""
-
-#. generate a title for the create dialog
-#: ../thunar/thunar-standard-view.c:1884
-#, c-format
-msgid "Create Document from template \"%s\""
-msgstr ""
-
-#: ../thunar/thunar-standard-view.c:2083
-msgid "Select by Pattern"
-msgstr ""
-
-#: ../thunar/thunar-standard-view.c:2089
-msgid "_Select"
-msgstr ""
-
-#: ../thunar/thunar-standard-view.c:2098
-msgid "_Pattern:"
-msgstr ""
-
-#. tell the user that the file name provided by the X Direct Save source is invalid
-#: ../thunar/thunar-standard-view.c:2584
-msgid "Invalid filename provided by XDS drag site"
-msgstr ""
-
-#. display an error dialog to the user
-#: ../thunar/thunar-standard-view.c:2763
-#, c-format
-msgid "Failed to create a link for the URL \"%s\""
-msgstr ""
-
-#: ../thunar/thunar-standard-view.c:3101
-#, c-format
-msgid "Failed to open directory \"%s\""
-msgstr ""
-
-#: ../thunar/thunar-standard-view.c:3428
-msgid "Prepare the selected file to be moved with a Paste command"
-msgid_plural "Prepare the selected files to be moved with a Paste command"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../thunar/thunar-standard-view.c:3436
-msgid "Prepare the selected file to be copied with a Paste command"
-msgid_plural "Prepare the selected files to be copied with a Paste command"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../thunar/thunar-standard-view.c:3447
-msgid "Delete the selected file"
-msgid_plural "Delete the selected files"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../thunar/thunar-standard-view.c:3461
-msgid "Duplicate the selected file"
-msgid_plural "Duplicate each selected file"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../thunar/thunar-standard-view.c:3470
-msgid "Create a symbolic link for the selected file"
-msgid_plural "Create a symbolic link for each selected file"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../thunar/thunar-standard-view.c:3478
-msgid "Rename the selected file"
-msgid_plural "Rename the selected files"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../thunar/thunar-standard-view.c:3486
-msgid "Restore the selected file"
-msgid_plural "Restore the selected files"
-msgstr[0] ""
-msgstr[1] ""
-
-#. add the "Empty File" item
-#: ../thunar/thunar-templates-action.c:505
-msgid "_Empty File"
-msgstr ""
-
-#: ../thunar/thunar-transfer-job.c:648
-msgid "Collecting files..."
-msgstr ""
-
-#. update progress information
-#: ../thunar/thunar-transfer-job.c:675
-#, c-format
-msgid "Trying to restore \"%s\""
-msgstr ""
-
-#: ../thunar/thunar-transfer-job.c:700
-#, c-format
-msgid ""
-"The folder \"%s\" does not exist anymore but is required to restore the file "
-"\"%s\" from the trash"
-msgstr ""
-
-#: ../thunar/thunar-transfer-job.c:725
-#, c-format
-msgid "Failed to restore the folder \"%s\""
-msgstr ""
-
-#. update progress information
-#: ../thunar/thunar-transfer-job.c:742
-#, c-format
-msgid "Trying to move \"%s\""
-msgstr ""
-
-#. update progress information
-#: ../thunar/thunar-transfer-job.c:767
-#, c-format
-msgid "Could not move \"%s\" directly. Collecting files for copying..."
-msgstr ""
-
-#: ../thunar/thunar-trash-action.c:175
-msgid "T_rash"
-msgstr ""
-
-#: ../thunar/thunar-trash-action.c:176
-msgid "Display the contents of the trash can"
-msgstr ""
-
-#: ../thunar/thunar-tree-model.c:638
-msgid "Loading..."
-msgstr ""
-
-#. append the "Paste Into Folder" menu action
-#: ../thunar/thunar-tree-view.c:1208
-msgid "_Paste Into Folder"
-msgstr ""
-
-#. append the "Properties" menu action
-#: ../thunar/thunar-tree-view.c:1309
-msgid "P_roperties..."
-msgstr ""
-
-#: ../thunar/thunar-util.c:108
-#, c-format
-msgid "Invalid path"
-msgstr ""
-
-#: ../thunar/thunar-util.c:144
-#, c-format
-msgid "Unknown user \"%s\""
-msgstr ""
-
-#. TRANSLATORS: file was modified less than one day ago
-#: ../thunar/thunar-util.c:204
-msgid "Today"
-msgstr ""
-
-#. TRANSLATORS: file was modified less than one day ago
-#: ../thunar/thunar-util.c:209
-#, c-format
-msgid "Today at %X"
-msgstr ""
-
-#. TRANSLATORS: file was modified less than two days ago
-#: ../thunar/thunar-util.c:217
-msgid "Yesterday"
-msgstr ""
-
-#. TRANSLATORS: file was modified less than two days ago
-#: ../thunar/thunar-util.c:222
-#, c-format
-msgid "Yesterday at %X"
-msgstr ""
-
-#. Days from last week
-#: ../thunar/thunar-util.c:230
-#, c-format
-msgid "%A at %X"
-msgstr ""
-
-#. Any other date
-#: ../thunar/thunar-util.c:235
-#, c-format
-msgid "%x at %X"
-msgstr ""
-
-#: ../thunar/thunar-window.c:289
-msgid "Open New _Window"
-msgstr ""
-
-#: ../thunar/thunar-window.c:289
-msgid "Open a new Thunar window for the displayed location"
-msgstr ""
-
-#: ../thunar/thunar-window.c:292
-msgid "Close _All Windows"
-msgstr ""
-
-#: ../thunar/thunar-window.c:292
-msgid "Close all Thunar windows"
-msgstr ""
-
-#: ../thunar/thunar-window.c:293
-msgid "_Close"
-msgstr ""
-
-#: ../thunar/thunar-window.c:293
-msgid "Close this window"
-msgstr ""
-
-#: ../thunar/thunar-window.c:294
-msgid "_Edit"
-msgstr ""
-
-#: ../thunar/thunar-window.c:295
-msgid "Pr_eferences..."
-msgstr ""
-
-#: ../thunar/thunar-window.c:295
-msgid "Edit Thunars Preferences"
-msgstr ""
-
-#: ../thunar/thunar-window.c:296
-msgid "_View"
-msgstr ""
-
-#: ../thunar/thunar-window.c:297
-msgid "_Reload"
-msgstr ""
-
-#: ../thunar/thunar-window.c:297
-msgid "Reload the current folder"
-msgstr ""
-
-#: ../thunar/thunar-window.c:298
-msgid "_Location Selector"
-msgstr ""
-
-#: ../thunar/thunar-window.c:299
-msgid "_Side Pane"
-msgstr ""
-
-#: ../thunar/thunar-window.c:300
-msgid "Zoom I_n"
-msgstr ""
-
-#: ../thunar/thunar-window.c:300
-msgid "Show the contents in more detail"
-msgstr ""
-
-#: ../thunar/thunar-window.c:301
-msgid "Zoom _Out"
-msgstr ""
-
-#: ../thunar/thunar-window.c:301
-msgid "Show the contents in less detail"
-msgstr ""
-
-#: ../thunar/thunar-window.c:302
-msgid "Normal Si_ze"
-msgstr ""
-
-#: ../thunar/thunar-window.c:302
-msgid "Show the contents at the normal size"
-msgstr ""
-
-#: ../thunar/thunar-window.c:303
-msgid "_Go"
-msgstr ""
-
-#: ../thunar/thunar-window.c:304
-msgid "Open _Parent"
-msgstr ""
-
-#: ../thunar/thunar-window.c:304
-msgid "Open the parent folder"
-msgstr ""
-
-#: ../thunar/thunar-window.c:305
-msgid "_Home"
-msgstr ""
-
-#: ../thunar/thunar-window.c:305
-msgid "Go to the home folder"
-msgstr ""
-
-#: ../thunar/thunar-window.c:306
-msgid "Go to the desktop folder"
-msgstr ""
-
-#: ../thunar/thunar-window.c:307
-msgid "Go to the documents folder"
-msgstr ""
-
-#: ../thunar/thunar-window.c:308
-msgid "Go to the downloads folder"
-msgstr ""
-
-#: ../thunar/thunar-window.c:309
-msgid "Go to the music folder"
-msgstr ""
-
-#: ../thunar/thunar-window.c:310
-msgid "Go to the pictures folder"
-msgstr ""
-
-#: ../thunar/thunar-window.c:311
-msgid "Go to the videos folder"
-msgstr ""
-
-#: ../thunar/thunar-window.c:312
-msgid "Go to the public folder"
-msgstr ""
-
-#: ../thunar/thunar-window.c:313
-msgid "T_emplates"
-msgstr ""
-
-#: ../thunar/thunar-window.c:313
-msgid "Go to the templates folder"
-msgstr ""
-
-#: ../thunar/thunar-window.c:314
-msgid "_Open Location..."
-msgstr ""
-
-#: ../thunar/thunar-window.c:314
-msgid "Specify a location to open"
-msgstr ""
-
-#: ../thunar/thunar-window.c:315
-msgid "_Help"
-msgstr ""
-
-#: ../thunar/thunar-window.c:316
-msgid "_Contents"
-msgstr ""
-
-#: ../thunar/thunar-window.c:316
-msgid "Display Thunar user manual"
-msgstr ""
-
-#: ../thunar/thunar-window.c:317
-msgid "Display information about Thunar"
-msgstr ""
-
-#: ../thunar/thunar-window.c:322
-msgid "Show _Hidden Files"
-msgstr ""
-
-#: ../thunar/thunar-window.c:322
-msgid "Toggles the display of hidden files in the current window"
-msgstr ""
-
-#: ../thunar/thunar-window.c:323
-msgid "_Pathbar Style"
-msgstr ""
-
-#: ../thunar/thunar-window.c:323
-msgid "Modern approach with buttons that correspond to folders"
-msgstr ""
-
-#: ../thunar/thunar-window.c:324
-msgid "_Toolbar Style"
-msgstr ""
-
-#: ../thunar/thunar-window.c:324
-msgid "Traditional approach with location bar and navigation buttons"
-msgstr ""
-
-#: ../thunar/thunar-window.c:325
-msgid "_Shortcuts"
-msgstr ""
-
-#: ../thunar/thunar-window.c:325
-msgid "Toggles the visibility of the shortcuts pane"
-msgstr ""
-
-#: ../thunar/thunar-window.c:326
-msgid "_Tree"
-msgstr ""
-
-#: ../thunar/thunar-window.c:326
-msgid "Toggles the visibility of the tree pane"
-msgstr ""
-
-#: ../thunar/thunar-window.c:327
-msgid "St_atusbar"
-msgstr ""
-
-#: ../thunar/thunar-window.c:327
-msgid "Change the visibility of this window's statusbar"
-msgstr ""
-
-#.
-#. * add view options
-#.
-#: ../thunar/thunar-window.c:732
-msgid "View as _Icons"
-msgstr ""
-
-#: ../thunar/thunar-window.c:732
-msgid "Display folder content in an icon view"
-msgstr ""
-
-#: ../thunar/thunar-window.c:739
-msgid "View as _Detailed List"
-msgstr ""
-
-#: ../thunar/thunar-window.c:739
-msgid "Display folder content in a detailed list view"
-msgstr ""
-
-#: ../thunar/thunar-window.c:746
-msgid "View as _Compact List"
-msgstr ""
-
-#: ../thunar/thunar-window.c:746
-msgid "Display folder content in a compact list view"
-msgstr ""
-
-#. add the label with the root warning
-#: ../thunar/thunar-window.c:808
-msgid "Warning, you are using the root account, you may harm your system."
-msgstr ""
-
-#: ../thunar/thunar-window.c:1403
-#, c-format
-msgid "Failed to launch \"%s\""
-msgstr ""
-
-#: ../thunar/thunar-window.c:1876
-msgid "Failed to open parent folder"
-msgstr ""
-
-#. display an error to the user
-#: ../thunar/thunar-window.c:1901
-msgid "Failed to open the home folder"
-msgstr ""
-
-#: ../thunar/thunar-window.c:1960
-#, c-format
-msgid "Failed to open folder \"%s\""
-msgstr ""
-
-#. display the "About Templates" dialog
-#: ../thunar/thunar-window.c:2074
-msgid "About Templates"
-msgstr ""
-
-#: ../thunar/thunar-window.c:2096
-msgid "All files in this folder will appear in the \"Create Document\" menu."
-msgstr ""
-
-#: ../thunar/thunar-window.c:2103
-msgid ""
-"If you frequently create certain kinds  of documents, make a copy of one and "
-"put it in this folder. Thunar will add an entry for this document in the "
-"\"Create Document\" menu.\n"
-"\n"
-"You can then select the entry from the \"Create Document\" menu and a copy "
-"of the document will be created in the directory you are viewing."
-msgstr ""
-
-#: ../thunar/thunar-window.c:2115
-msgid "Do _not display this message again"
-msgstr ""
-
-#. display an error to the user
-#: ../thunar/thunar-window.c:2158
-msgid "Failed to display the contents of the trash can"
-msgstr ""
-
-#: ../thunar/thunar-window.c:2200
-msgid ""
-"Thunar is a fast and easy to use file manager\n"
-"for the Xfce Desktop Environment."
-msgstr ""
-
-#. set window title and icon
-#: ../thunar/thunar-window.c:2239 ../Thunar.desktop.in.in.h:2
-#: ../thunar/thunar-settings.desktop.in.h:2
-msgid "File Manager"
-msgstr ""
-
-#: ../thunarx/thunarx-property-page.c:137
-msgid "Label"
-msgstr ""
-
-#: ../thunarx/thunarx-property-page.c:138
-msgid "Text of the page's label"
-msgstr ""
-
-#: ../thunarx/thunarx-property-page.c:150
-msgid "Label widget"
-msgstr ""
-
-#: ../thunarx/thunarx-property-page.c:151
-msgid "A widget to display in place of the usual page label"
-msgstr ""
-
-#: ../thunarx/thunarx-provider-plugin.c:79
-msgid "Resident"
-msgstr ""
-
-#: ../thunarx/thunarx-provider-plugin.c:80
-msgid "Don't unload the plugin from memory"
-msgstr ""
-
-#: ../thunarx/thunarx-renamer.c:162
-msgid "Help URL"
-msgstr ""
-
-#: ../thunarx/thunarx-renamer.c:163
-msgid "The URL to the documentation of the renamer"
-msgstr ""
-
-#: ../thunarx/thunarx-renamer.c:178
-msgid "The user visible name of the renamer"
-msgstr ""
-
-#: ../plugins/thunar-apr/thunar-apr-desktop-page.c:158
-msgid "Description:"
-msgstr ""
-
-#: ../plugins/thunar-apr/thunar-apr-desktop-page.c:165
-msgid ""
-"The generic name of the entry, for example \"Web Browser\" in case of "
-"Firefox."
-msgstr ""
-
-#: ../plugins/thunar-apr/thunar-apr-desktop-page.c:181
-msgid "Command:"
-msgstr ""
-
-#: ../plugins/thunar-apr/thunar-apr-desktop-page.c:188
-msgid "The program to execute, possibly with arguments."
-msgstr ""
-
-#: ../plugins/thunar-apr/thunar-apr-desktop-page.c:203
-msgid "URL:"
-msgstr ""
-
-#: ../plugins/thunar-apr/thunar-apr-desktop-page.c:210
-msgid "The URL to access."
-msgstr ""
-
-#: ../plugins/thunar-apr/thunar-apr-desktop-page.c:225
-msgid "Comment:"
-msgstr ""
-
-#: ../plugins/thunar-apr/thunar-apr-desktop-page.c:232
-msgid ""
-"Tooltip for the entry, for example \"View sites on the Internet\" in case of "
-"Firefox. Should not be redundant with the name or the description."
-msgstr ""
-
-#: ../plugins/thunar-apr/thunar-apr-desktop-page.c:252
-msgid "Options:"
-msgstr ""
-
-#: ../plugins/thunar-apr/thunar-apr-desktop-page.c:258
-msgid "Use _startup notification"
-msgstr ""
-
-#: ../plugins/thunar-apr/thunar-apr-desktop-page.c:259
-msgid ""
-"Select this option to enable startup notification when the command is run "
-"from the file manager or the menu. Not every application supports startup "
-"notification."
-msgstr ""
-
-#: ../plugins/thunar-apr/thunar-apr-desktop-page.c:266
-msgid "Run in _terminal"
-msgstr ""
-
-#: ../plugins/thunar-apr/thunar-apr-desktop-page.c:267
-msgid "Select this option to run the command in a terminal window."
-msgstr ""
-
-#: ../plugins/thunar-apr/thunar-apr-desktop-page.c:342
-msgid "Launcher"
-msgstr ""
-
-#: ../plugins/thunar-apr/thunar-apr-desktop-page.c:344
-msgid "Link"
-msgstr ""
-
-#: ../plugins/thunar-apr/thunar-apr-desktop-page.c:555
-#, c-format
-msgid "Failed to save \"%s\"."
-msgstr ""
-
-#: ../plugins/thunar-apr/thunar-apr-image-page.c:49
-msgid "Date Taken:"
-msgstr ""
-
-#: ../plugins/thunar-apr/thunar-apr-image-page.c:50
-msgid "Camera Brand:"
-msgstr ""
-
-#: ../plugins/thunar-apr/thunar-apr-image-page.c:51
-msgid "Camera Model:"
-msgstr ""
-
-#: ../plugins/thunar-apr/thunar-apr-image-page.c:52
-msgid "Exposure Time:"
-msgstr ""
-
-#: ../plugins/thunar-apr/thunar-apr-image-page.c:53
-msgid "Exposure Program:"
-msgstr ""
-
-#: ../plugins/thunar-apr/thunar-apr-image-page.c:54
-msgid "Aperture Value:"
-msgstr ""
-
-#: ../plugins/thunar-apr/thunar-apr-image-page.c:55
-msgid "Metering Mode:"
-msgstr ""
-
-#: ../plugins/thunar-apr/thunar-apr-image-page.c:56
-msgid "Flash Fired:"
-msgstr ""
-
-#: ../plugins/thunar-apr/thunar-apr-image-page.c:57
-msgid "Focal Length:"
-msgstr ""
-
-#: ../plugins/thunar-apr/thunar-apr-image-page.c:58
-msgid "Shutter Speed:"
-msgstr ""
-
-#: ../plugins/thunar-apr/thunar-apr-image-page.c:59
-msgid "ISO Speed Ratings:"
-msgstr ""
-
-#: ../plugins/thunar-apr/thunar-apr-image-page.c:60
-msgid "Software:"
-msgstr ""
-
-#: ../plugins/thunar-apr/thunar-apr-image-page.c:116
-msgid "Image"
-msgstr ""
-
-#: ../plugins/thunar-apr/thunar-apr-image-page.c:131
-msgid "Image Type:"
-msgstr ""
-
-#. update the "Image Size" label
-#: ../plugins/thunar-apr/thunar-apr-image-page.c:245
-#, c-format
-msgid "%dx%d pixel"
-msgid_plural "%dx%d pixels"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../plugins/thunar-sbr/thunar-sbr-case-renamer.c:119
-msgid "Con_vert to:"
-msgstr ""
-
-#: ../plugins/thunar-sbr/thunar-sbr-case-renamer.c:264
-msgid "Uppercase / Lowercase"
-msgstr ""
-
-#: ../plugins/thunar-sbr/thunar-sbr-date-renamer.c:202
-msgid "Insert _time:"
-msgstr ""
-
-#: ../plugins/thunar-sbr/thunar-sbr-date-renamer.c:231
-msgid ""
-"The format describes the date and time parts to insert into the file name. "
-"For example, %Y will be substituted with the year, %m with the month and %d "
-"with the day. See the documentation of the date utility for additional "
-"information."
-msgstr ""
-
-#: ../plugins/thunar-sbr/thunar-sbr-date-renamer.c:250
-#: ../plugins/thunar-sbr/thunar-sbr-insert-renamer.c:199
-msgid "_At position:"
-msgstr ""
-
-#: ../plugins/thunar-sbr/thunar-sbr-date-renamer.c:602
-msgid "Insert Date / Time"
-msgstr ""
-
-#: ../plugins/thunar-sbr/thunar-sbr-enum-types.c:93
-msgid "lowercase"
-msgstr ""
-
-#: ../plugins/thunar-sbr/thunar-sbr-enum-types.c:94
-msgid "UPPERCASE"
-msgstr ""
-
-#: ../plugins/thunar-sbr/thunar-sbr-enum-types.c:95
-msgid "Camelcase"
-msgstr ""
-
-#: ../plugins/thunar-sbr/thunar-sbr-enum-types.c:101
-msgid "Insert"
-msgstr ""
-
-#: ../plugins/thunar-sbr/thunar-sbr-enum-types.c:102
-msgid "Overwrite"
-msgstr ""
-
-#: ../plugins/thunar-sbr/thunar-sbr-enum-types.c:108
-msgid "1, 2, 3, ..."
-msgstr ""
-
-#: ../plugins/thunar-sbr/thunar-sbr-enum-types.c:109
-msgid "01, 02, 03, ..."
-msgstr ""
-
-#: ../plugins/thunar-sbr/thunar-sbr-enum-types.c:110
-msgid "001, 002, 003, ..."
-msgstr ""
-
-#: ../plugins/thunar-sbr/thunar-sbr-enum-types.c:111
-msgid "0001, 0002, 0003, ..."
-msgstr ""
-
-#: ../plugins/thunar-sbr/thunar-sbr-enum-types.c:112
-msgid "a, b, c, d, ..."
-msgstr ""
-
-#: ../plugins/thunar-sbr/thunar-sbr-enum-types.c:118
-msgid "From the front (left)"
-msgstr ""
-
-#: ../plugins/thunar-sbr/thunar-sbr-enum-types.c:119
-msgid "From the back (right)"
-msgstr ""
-
-#: ../plugins/thunar-sbr/thunar-sbr-enum-types.c:125
-msgid "Old Name - Text - Number"
-msgstr ""
-
-#: ../plugins/thunar-sbr/thunar-sbr-enum-types.c:126
-msgid "Number - Text - Old Name"
-msgstr ""
-
-#: ../plugins/thunar-sbr/thunar-sbr-enum-types.c:127
-msgid "Text - Number"
-msgstr ""
-
-#: ../plugins/thunar-sbr/thunar-sbr-enum-types.c:128
-msgid "Number - Text"
-msgstr ""
-
-#: ../plugins/thunar-sbr/thunar-sbr-enum-types.c:134
-msgid "Current"
-msgstr ""
-
-#: ../plugins/thunar-sbr/thunar-sbr-enum-types.c:138
-msgid "Date Picture Taken"
-msgstr ""
-
-#: ../plugins/thunar-sbr/thunar-sbr-insert-renamer.c:181
-#: ../plugins/thunar-sbr/thunar-sbr-number-renamer.c:260
-msgid "_Text:"
-msgstr ""
-
-#: ../plugins/thunar-sbr/thunar-sbr-insert-renamer.c:387
-msgid "Insert / Overwrite"
-msgstr ""
-
-#: ../plugins/thunar-sbr/thunar-sbr-number-renamer.c:186
-msgid "_Number Format:"
-msgstr ""
-
-#: ../plugins/thunar-sbr/thunar-sbr-number-renamer.c:216
-msgid "_Start With:"
-msgstr ""
-
-#: ../plugins/thunar-sbr/thunar-sbr-number-renamer.c:232
-msgid "Text _Format:"
-msgstr ""
-
-#: ../plugins/thunar-sbr/thunar-sbr-number-renamer.c:535
-msgid "Numbering"
-msgstr ""
-
-#: ../plugins/thunar-sbr/thunar-sbr-remove-renamer.c:177
-msgid "Remove _From Position:"
-msgstr ""
-
-#: ../plugins/thunar-sbr/thunar-sbr-remove-renamer.c:212
-msgid "_To Position:"
-msgstr ""
-
-#: ../plugins/thunar-sbr/thunar-sbr-remove-renamer.c:428
-msgid "Remove Characters"
-msgstr ""
-
-#: ../plugins/thunar-sbr/thunar-sbr-replace-renamer.c:209
-msgid "_Search For:"
-msgstr ""
-
-#. reset to default tooltip
-#: ../plugins/thunar-sbr/thunar-sbr-replace-renamer.c:217
-#: ../plugins/thunar-sbr/thunar-sbr-replace-renamer.c:652
-msgid "Enter the text to search for in the file names."
-msgstr ""
-
-#: ../plugins/thunar-sbr/thunar-sbr-replace-renamer.c:229
-msgid "Regular _Expression"
-msgstr ""
-
-#: ../plugins/thunar-sbr/thunar-sbr-replace-renamer.c:231
-msgid ""
-"If you enable this option, the pattern will be treated as a regular "
-"expression and matched using the Perl-compatible regular expressions (PCRE). "
-"Check the documentation for details about the regular expression syntax."
-msgstr ""
-
-#: ../plugins/thunar-sbr/thunar-sbr-replace-renamer.c:238
-msgid "Replace _With:"
-msgstr ""
-
-#: ../plugins/thunar-sbr/thunar-sbr-replace-renamer.c:246
-msgid ""
-"Enter the text that should be used as replacement for the pattern above."
-msgstr ""
-
-#: ../plugins/thunar-sbr/thunar-sbr-replace-renamer.c:258
-msgid "C_ase Sensitive Search"
-msgstr ""
-
-#: ../plugins/thunar-sbr/thunar-sbr-replace-renamer.c:260
-msgid ""
-"If you enable this option, the pattern will be searched in a case-sensitive "
-"manner. The default is to use a case-insensitive search."
-msgstr ""
-
-#. setup a tooltip with the error message
-#: ../plugins/thunar-sbr/thunar-sbr-replace-renamer.c:620
-#, c-format
-msgid "Invalid regular expression, at character position %ld: %s"
-msgstr ""
-
-#: ../plugins/thunar-sbr/thunar-sbr-replace-renamer.c:670
-msgid "Search & Replace"
-msgstr ""
-
-#: ../plugins/thunar-sendto-email/main.c:196
-#, c-format
-msgid "Send \"%s\" as compressed archive?"
-msgstr ""
-
-#: ../plugins/thunar-sendto-email/main.c:199
-#: ../plugins/thunar-sendto-email/main.c:218
-msgid "Send _directly"
-msgstr ""
-
-#: ../plugins/thunar-sendto-email/main.c:200
-msgid "Send com_pressed"
-msgstr ""
-
-#: ../plugins/thunar-sendto-email/main.c:202
-msgid ""
-"When sending a file via email, you can either choose to send the file "
-"directly, as is, or compress the file before attaching it to an email. It is "
-"highly recommended to compress large files before sending them."
-msgstr ""
-
-#: ../plugins/thunar-sendto-email/main.c:213
-#, c-format
-msgid "Send %d file as compressed archive?"
-msgid_plural "Send %d files as compressed archive?"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../plugins/thunar-sendto-email/main.c:219
-msgid "Send as _archive"
-msgstr ""
-
-#: ../plugins/thunar-sendto-email/main.c:221
-msgid ""
-"When sending multiple files via email, you can either choose to send the "
-"files directly, attaching multiple files to an email, or send all files "
-"compressed into a single archive file and attach the archive. It is highly "
-"recommended to send multiple large files as archive."
-msgstr ""
-
-#. allocate the progress dialog
-#. setup the label
-#: ../plugins/thunar-sendto-email/main.c:270
-#: ../plugins/thunar-sendto-email/main.c:295
-msgid "Compressing files..."
-msgstr ""
-
-#. tell the user that the command failed
-#: ../plugins/thunar-sendto-email/main.c:320
-#, c-format
-msgid "ZIP command terminated with error %d"
-msgstr ""
-
-#: ../plugins/thunar-sendto-email/main.c:408
-msgid "Failed to create temporary directory"
-msgstr ""
-
-#: ../plugins/thunar-sendto-email/main.c:470
-#: ../plugins/thunar-sendto-email/main.c:481
-#, c-format
-msgid "Failed to create symbolic link for \"%s\""
-msgstr ""
-
-#. tell the user that we failed to compress the file(s)
-#: ../plugins/thunar-sendto-email/main.c:505
-#, c-format
-msgid "Failed to compress %d file"
-msgid_plural "Failed to compress %d files"
-msgstr[0] ""
-msgstr[1] ""
-
-#. tell the user that we failed
-#: ../plugins/thunar-sendto-email/main.c:656
-msgid "Failed to compose new email"
-msgstr ""
-
-#: ../plugins/thunar-sendto-email/thunar-sendto-email.desktop.in.in.h:1
-msgid "Mail Recipient"
-msgstr ""
-
-#. tell the user that we failed to connect to the trash
-#. display an error message to the user
-#: ../plugins/thunar-tpa/thunar-tpa-icon.c:272
-#: ../plugins/thunar-tpa/thunar-tpa-icon.c:317
-#: ../plugins/thunar-tpa/thunar-tpa-icon.c:346
-#: ../plugins/thunar-tpa/thunar-tpa-icon.c:380
-msgid "Failed to connect to the Trash"
-msgstr ""
-
-#. tell the user whether the trash is full or empty
-#: ../plugins/thunar-tpa/thunar-tpa-icon.c:287
-msgid "Trash contains files"
-msgstr ""
-
-#: ../plugins/thunar-tpa/thunar-tpa-icon.c:287
-msgid "Trash is empty"
-msgstr ""
-
-#: ../plugins/thunar-tpa/thunar-tpa.desktop.in.in.h:1
-msgid "Display the trash can"
-msgstr ""
-
-#: ../plugins/thunar-tpa/thunar-tpa.desktop.in.in.h:2
-msgid "Trash Applet"
-msgstr ""
-
-#: ../plugins/thunar-uca/thunar-uca-chooser.c:125
-msgid "Custom Actions"
-msgstr ""
-
-#: ../plugins/thunar-uca/thunar-uca-chooser.c:141
-msgid ""
-"You can configure custom actions that will appear in the\n"
-"file managers context menus for certain kinds of files."
-msgstr ""
-
-#: ../plugins/thunar-uca/thunar-uca-chooser.c:187
-msgid "Add a new custom action."
-msgstr ""
-
-#: ../plugins/thunar-uca/thunar-uca-chooser.c:197
-msgid "Edit the currently selected action."
-msgstr ""
-
-#: ../plugins/thunar-uca/thunar-uca-chooser.c:207
-msgid "Delete the currently selected action."
-msgstr ""
-
-#: ../plugins/thunar-uca/thunar-uca-chooser.c:217
-msgid "Move the currently selected action up by one row."
-msgstr ""
-
-#: ../plugins/thunar-uca/thunar-uca-chooser.c:227
-msgid "Move the currently selected action down by one row."
-msgstr ""
-
-#: ../plugins/thunar-uca/thunar-uca-chooser.c:363
-msgid "Edit Action"
-msgstr ""
-
-#: ../plugins/thunar-uca/thunar-uca-chooser.c:363
-msgid "Create Action"
-msgstr ""
-
-#: ../plugins/thunar-uca/thunar-uca-chooser.c:412
-msgid "Failed to save actions to disk."
-msgstr ""
-
-#: ../plugins/thunar-uca/thunar-uca-chooser.c:463
-#, c-format
-msgid ""
-"Are you sure that you want to delete\n"
-"action \"%s\"?"
-msgstr ""
-
-#: ../plugins/thunar-uca/thunar-uca-chooser.c:464
-msgid "If you delete a custom action, it is permanently lost."
-msgstr ""
-
-#.
-#. Basic
-#.
-#: ../plugins/thunar-uca/thunar-uca-editor.c:135
-msgid "Basic"
-msgstr ""
-
-#: ../plugins/thunar-uca/thunar-uca-editor.c:144
-msgid "_Name:"
-msgstr ""
-
-#: ../plugins/thunar-uca/thunar-uca-editor.c:149
-msgid "The name of the action that will be displayed in the context menu."
-msgstr ""
-
-#: ../plugins/thunar-uca/thunar-uca-editor.c:162
-msgid "_Description:"
-msgstr ""
-
-#: ../plugins/thunar-uca/thunar-uca-editor.c:167
-msgid ""
-"The description of the action that will be displayed as tooltip in the "
-"statusbar when selecting the item from the context menu."
-msgstr ""
-
-#: ../plugins/thunar-uca/thunar-uca-editor.c:180
-msgid "_Command:"
-msgstr ""
-
-#: ../plugins/thunar-uca/thunar-uca-editor.c:189
-msgid ""
-"The command (including the necessary parameters) to perform the action. See "
-"the command parameter legend below for a list of supported parameter "
-"variables, which will be substituted when launching the command. When upper-"
-"case letters (e.g. %F, %D, %N) are used, the action will be applicable even "
-"if more than one item is selected. Else the action will only be applicable "
-"if exactly one item is selected."
-msgstr ""
-
-#: ../plugins/thunar-uca/thunar-uca-editor.c:200
-msgid "Browse the file system to select an application to use for this action."
-msgstr ""
-
-#: ../plugins/thunar-uca/thunar-uca-editor.c:216
-msgid "_Icon:"
-msgstr ""
-
-#. setup a label to tell that no icon was selected
-#: ../plugins/thunar-uca/thunar-uca-editor.c:224
-#: ../plugins/thunar-uca/thunar-uca-editor.c:724
-msgid "No icon"
-msgstr ""
-
-#: ../plugins/thunar-uca/thunar-uca-editor.c:225
-msgid ""
-"Click this button to select an icon file that will be displayed in the "
-"context menu in addition to the action name chosen above."
-msgstr ""
-
-#: ../plugins/thunar-uca/thunar-uca-editor.c:256
-msgid ""
-"The following command parameters will be\n"
-"substituted when launching the action:"
-msgstr ""
-
-#: ../plugins/thunar-uca/thunar-uca-editor.c:294
-msgid "the path to the first selected file"
-msgstr ""
-
-#: ../plugins/thunar-uca/thunar-uca-editor.c:306
-msgid "the paths to all selected files"
-msgstr ""
-
-#: ../plugins/thunar-uca/thunar-uca-editor.c:318
-#, c-format
-msgid "directory containing the file that is passed in %f"
-msgstr ""
-
-#: ../plugins/thunar-uca/thunar-uca-editor.c:330
-#, c-format
-msgid "directories containing the files that are passed in %F"
-msgstr ""
-
-#: ../plugins/thunar-uca/thunar-uca-editor.c:342
-msgid "the first selected filename (without path)"
-msgstr ""
-
-#: ../plugins/thunar-uca/thunar-uca-editor.c:354
-msgid "the selected filenames (without paths)"
-msgstr ""
-
-#: ../plugins/thunar-uca/thunar-uca-editor.c:368
-msgid "Appearance Conditions"
-msgstr ""
-
-#: ../plugins/thunar-uca/thunar-uca-editor.c:376
-msgid "_File Pattern:"
-msgstr ""
-
-#: ../plugins/thunar-uca/thunar-uca-editor.c:381
-msgid ""
-"Enter a list of patterns that will be used to determine whether this action "
-"should be displayed for a selected file. If you specify more than one "
-"pattern here, the list items must be separated with semicolons (e.g. *.txt;*."
-"doc)."
-msgstr ""
-
-#: ../plugins/thunar-uca/thunar-uca-editor.c:400
-msgid "Appears if selection contains:"
-msgstr ""
-
-#: ../plugins/thunar-uca/thunar-uca-editor.c:413
-msgid "_Directories"
-msgstr ""
-
-#: ../plugins/thunar-uca/thunar-uca-editor.c:417
-msgid "_Audio Files"
-msgstr ""
-
-#: ../plugins/thunar-uca/thunar-uca-editor.c:421
-msgid "_Image Files"
-msgstr ""
-
-#: ../plugins/thunar-uca/thunar-uca-editor.c:425
-msgid "_Text Files"
-msgstr ""
-
-#: ../plugins/thunar-uca/thunar-uca-editor.c:430
-msgid "_Video Files"
-msgstr ""
-
-#: ../plugins/thunar-uca/thunar-uca-editor.c:434
-msgid "_Other Files"
-msgstr ""
-
-#: ../plugins/thunar-uca/thunar-uca-editor.c:451
-msgid ""
-"This page lists the conditions under which the\n"
-"action will appear in the file managers context\n"
-"menus. The file patterns are specified as a list\n"
-"of simple file patterns separated by semicolons\n"
-"(e.g. *.txt;*.doc). For an action to appear in the\n"
-"context menu of a file or folder, atleast one of\n"
-"these patterns must match the name of the file\n"
-"or folder. Additionally, you can specify that the\n"
-"action should only appear for certain kinds of\n"
-"files."
-msgstr ""
-
-#: ../plugins/thunar-uca/thunar-uca-model.c:786
-#, c-format
-msgid "Unknown element <%s>"
-msgstr ""
-
-#: ../plugins/thunar-uca/thunar-uca-model.c:804
-#, c-format
-msgid "End element handler called while in root context"
-msgstr ""
-
-#: ../plugins/thunar-uca/thunar-uca-model.c:892
-#, c-format
-msgid "Unknown closing element <%s>"
-msgstr ""
-
-#: ../plugins/thunar-uca/thunar-uca-model.c:1333
-#, c-format
-msgid "Failed to determine save location for uca.xml"
-msgstr ""
-
-#: ../plugins/thunar-uca/thunar-uca-model.c:1448
-#, c-format
-msgid "Command not configured"
-msgstr ""
-
-#: ../plugins/thunar-uca/thunar-uca-provider.c:190
-msgid "Configure c_ustom actions..."
-msgstr ""
-
-#: ../plugins/thunar-uca/thunar-uca-provider.c:191
-msgid ""
-"Setup custom actions that will appear in the file managers context menus"
-msgstr ""
-
-#: ../plugins/thunar-uca/thunar-uca-provider.c:408
-#, c-format
-msgid "Failed to launch action \"%s\"."
-msgstr ""
-
-#: ../plugins/thunar-uca/uca.xml.in.h:1
-msgid "Example for a custom action"
-msgstr ""
-
-#: ../plugins/thunar-uca/uca.xml.in.h:2
-msgid "Open Terminal Here"
-msgstr ""
-
-#: ../plugins/thunar-wallpaper/twp-provider.c:161
-msgid "Set as wallpaper"
-msgstr ""
-
-#: ../Thunar.desktop.in.in.h:1
-msgid "Browse the filesystem with the file manager"
-msgstr ""
-
-#: ../Thunar.desktop.in.in.h:3
-msgid "Thunar File Manager"
-msgstr ""
-
-#: ../Thunar-folder-handler.desktop.in.in.h:1
-msgid "Open Folder"
-msgstr ""
-
-#: ../Thunar-folder-handler.desktop.in.in.h:2
-msgid "Open Folder with Thunar"
-msgstr ""
-
-#: ../Thunar-folder-handler.desktop.in.in.h:3
-msgid "Open the specified folders in Thunar"
-msgstr ""
-
-#: ../thunar/thunar-settings.desktop.in.h:1
-msgid "Configure the Thunar file manager"
-msgstr ""
diff --git a/thunar/Makefile.am b/thunar/Makefile.am
index e6c34a3..241c739 100644
--- a/thunar/Makefile.am
+++ b/thunar/Makefile.am
@@ -373,15 +373,21 @@ thunar-window-ui.h: Makefile $(srcdir)/thunar-window-ui.xml
 thunar-marshal.h: stamp-thunar-marshal.h
 	@true
 stamp-thunar-marshal.h: thunar-marshal.list Makefile
-	( cd $(srcdir) && glib-genmarshal \
+	cd $(srcdir) \
+	&& echo "#ifndef __THUNAR_MARSHAL_H__" > xgen-tmh \
+	&& echo "#define __THUNAR_MARSHAL_H__" >> xgen-tmh \
+	&& ( glib-genmarshal \
 		--prefix=_thunar_marshal \
 		--header thunar-marshal.list ) >> xgen-tmh \
+	&& echo "#endif /* !__THUNAR_MARSHAL_H__ */" >> xgen-tmh \
 	&& ( cmp -s xgen-tmh thunar-marshal.h || cp xgen-tmh thunar-marshal.h ) \
 	&& rm -f xgen-tmh \
 	&& echo timestamp > $(@F)
 
 thunar-marshal.c: thunar-marshal.list Makefile
-	( cd $(srcdir) && glib-genmarshal \
+	cd $(srcdir) \
+	&& echo "#include <thunar/thunar-marshal.h>" > xgen-tmc \
+	&& ( glib-genmarshal \
 		--prefix=_thunar_marshal \
 		--body thunar-marshal.list ) >> xgen-tmc \
 	&& cp xgen-tmc thunar-marshal.c \
diff --git a/thunar/sexy-url-label.c b/thunar/sexy-url-label.c
index b69fc9a..0830b41 100644
--- a/thunar/sexy-url-label.c
+++ b/thunar/sexy-url-label.c
@@ -218,7 +218,7 @@ sexy_url_label_motion_notify_event(GtkWidget *widget, GdkEventMotion *event)
 	GdkModifierType state;
 	gboolean found = FALSE;
 	GList *l;
-	int index, trailing;
+	int idx, trailing;
 	int x, y;
 	SexyUrlLabelLink *link = NULL;
 
@@ -234,13 +234,13 @@ sexy_url_label_motion_notify_event(GtkWidget *widget, GdkEventMotion *event)
 	if (pango_layout_xy_to_index(layout,
 								 (x - priv->layout_x) * PANGO_SCALE,
 								 (y - priv->layout_y) * PANGO_SCALE,
-								 &index, &trailing))
+								 &idx, &trailing))
 	{
 		for (l = priv->links; l != NULL; l = l->next)
 		{
 			link = (SexyUrlLabelLink *)l->data;
 
-			if (index >= link->start && index <= link->end)
+			if (idx >= link->start && idx <= link->end)
 			{
 				found = TRUE;
 				break;
diff --git a/thunar/thunar-application.c b/thunar/thunar-application.c
index 0d64a1d..239f4da 100644
--- a/thunar/thunar-application.c
+++ b/thunar/thunar-application.c
@@ -356,7 +356,7 @@ thunar_application_collect_and_launch (ThunarApplication *application,
   GError *err = NULL;
   GList  *target_file_list = NULL;
   GList  *lp;
-  gchar  *basename;
+  gchar  *base_name;
 
   /* check if we have anything to operate on */
   if (G_UNLIKELY (source_file_list == NULL))
@@ -373,9 +373,9 @@ thunar_application_collect_and_launch (ThunarApplication *application,
         }
       else
         {
-          basename = g_file_get_basename (lp->data);
-          file = g_file_resolve_relative_path (target_file, basename);
-          g_free (basename);
+          base_name = g_file_get_basename (lp->data);
+          file = g_file_resolve_relative_path (target_file, base_name);
+          g_free (base_name);
 
           /* add to the target file list */
           target_file_list = thunar_g_file_list_prepend (target_file_list, file);
diff --git a/thunar/thunar-chooser-dialog.c b/thunar/thunar-chooser-dialog.c
index 081bf1f..d1a29b8 100644
--- a/thunar/thunar-chooser-dialog.c
+++ b/thunar/thunar-chooser-dialog.c
@@ -569,7 +569,7 @@ thunar_chooser_dialog_selection_func (GtkTreeSelection *selection,
 static gboolean
 thunar_chooser_dialog_context_menu (ThunarChooserDialog *dialog,
                                     guint                button,
-                                    guint32              time)
+                                    guint32              timestamp)
 {
   GtkTreeSelection *selection;
   GtkTreeModel     *model;
@@ -607,7 +607,7 @@ thunar_chooser_dialog_context_menu (ThunarChooserDialog *dialog,
   gtk_widget_show (image);
 
   /* run the menu on the dialog's screen (takes over the floating of menu) */
-  thunar_gtk_menu_run (GTK_MENU (menu), GTK_WIDGET (dialog), NULL, NULL, button, time);
+  thunar_gtk_menu_run (GTK_MENU (menu), GTK_WIDGET (dialog), NULL, NULL, button, timestamp);
 
   /* clean up */
   g_object_unref (app_info);
diff --git a/thunar/thunar-column-editor.c b/thunar/thunar-column-editor.c
index f09e1d6..3b6fa0a 100644
--- a/thunar/thunar-column-editor.c
+++ b/thunar/thunar-column-editor.c
@@ -474,7 +474,7 @@ thunar_column_editor_update_buttons (ThunarColumnEditor *column_editor)
   GtkTreeIter       iter;
   gboolean          mutable;
   gboolean          visible;
-  gint              index;
+  gint              idx;
 
   /* determine the selected row */
   selection = gtk_tree_view_get_selection (GTK_TREE_VIEW (column_editor->tree_view));
@@ -486,9 +486,9 @@ thunar_column_editor_update_buttons (ThunarColumnEditor *column_editor)
         return;
 
       /* update the "Move Up"/"Move Down" buttons */
-      index = gtk_tree_path_get_indices (path)[0];
-      gtk_widget_set_sensitive (column_editor->up_button, (index > 0));
-      gtk_widget_set_sensitive (column_editor->down_button, (index + 1 < gtk_tree_model_iter_n_children (model, NULL)));
+      idx = gtk_tree_path_get_indices (path)[0];
+      gtk_widget_set_sensitive (column_editor->up_button, (idx > 0));
+      gtk_widget_set_sensitive (column_editor->down_button, (idx + 1 < gtk_tree_model_iter_n_children (model, NULL)));
 
       /* update the "Show"/"Hide" buttons */
       gtk_tree_model_get (model, &iter, THUNAR_COLUMN_MODEL_COLUMN_MUTABLE, &mutable, THUNAR_COLUMN_MODEL_COLUMN_VISIBLE, &visible, -1);
diff --git a/thunar/thunar-column-model.c b/thunar/thunar-column-model.c
index c12a5cb..3961ce4 100644
--- a/thunar/thunar-column-model.c
+++ b/thunar/thunar-column-model.c
@@ -47,7 +47,7 @@ static void               thunar_column_model_finalize                (GObject
 static GtkTreeModelFlags  thunar_column_model_get_flags               (GtkTreeModel           *tree_model);
 static gint               thunar_column_model_get_n_columns           (GtkTreeModel           *tree_model);
 static GType              thunar_column_model_get_column_type         (GtkTreeModel           *tree_model,  
-                                                                       gint                    index);
+                                                                       gint                    idx);
 static gboolean           thunar_column_model_get_iter                (GtkTreeModel           *tree_model,
                                                                        GtkTreeIter            *iter,
                                                                        GtkTreePath            *path);
@@ -55,7 +55,7 @@ static GtkTreePath       *thunar_column_model_get_path                (GtkTreeMo
                                                                        GtkTreeIter            *iter);
 static void               thunar_column_model_get_value               (GtkTreeModel           *tree_model,
                                                                        GtkTreeIter            *iter,
-                                                                       gint                    index,
+                                                                       gint                    idx,
                                                                        GValue                 *value);
 static gboolean           thunar_column_model_iter_next               (GtkTreeModel           *tree_model,
                                                                        GtkTreeIter            *iter);
@@ -272,9 +272,9 @@ thunar_column_model_get_n_columns (GtkTreeModel *tree_model)
 
 static GType
 thunar_column_model_get_column_type (GtkTreeModel *tree_model,  
-                                     gint          index)
+                                     gint          idx)
 {
-  switch (index)
+  switch (idx)
     {
     case THUNAR_COLUMN_MODEL_COLUMN_NAME:
       return G_TYPE_STRING;
@@ -331,14 +331,14 @@ thunar_column_model_get_path (GtkTreeModel *tree_model,
 static void
 thunar_column_model_get_value (GtkTreeModel *tree_model,
                                GtkTreeIter  *iter,
-                               gint          index,
+                               gint          idx,
                                GValue       *value)
 {
   ThunarColumnModel *column_model = THUNAR_COLUMN_MODEL (tree_model);
   ThunarColumn       column;
 
   _thunar_return_if_fail (THUNAR_IS_COLUMN_MODEL (column_model));
-  _thunar_return_if_fail (index < THUNAR_COLUMN_MODEL_N_COLUMNS);
+  _thunar_return_if_fail (idx < THUNAR_COLUMN_MODEL_N_COLUMNS);
   _thunar_return_if_fail (iter->stamp == column_model->stamp);
 
   /* determine the column from the iterator */
@@ -347,7 +347,7 @@ thunar_column_model_get_value (GtkTreeModel *tree_model,
   /* resolve the column according to the order */
   column = column_model->order[column];
 
-  switch (index)
+  switch (idx)
     {
     case THUNAR_COLUMN_MODEL_COLUMN_NAME:
       g_value_init (value, G_TYPE_STRING);
@@ -899,7 +899,6 @@ thunar_column_model_get_column_name (ThunarColumnModel *column_model,
 
   _thunar_return_val_if_fail (THUNAR_IS_COLUMN_MODEL (column_model), NULL);
   _thunar_return_val_if_fail (column < THUNAR_N_VISIBLE_COLUMNS, NULL);
-  _thunar_return_val_if_fail (column >= 0, NULL);
 
   /* determine the column name from the ThunarColumn enum type */
   klass = g_type_class_ref (THUNAR_TYPE_COLUMN);
@@ -929,7 +928,6 @@ thunar_column_model_get_column_visible (ThunarColumnModel *column_model,
 {
   _thunar_return_val_if_fail (THUNAR_IS_COLUMN_MODEL (column_model), FALSE);
   _thunar_return_val_if_fail (column < THUNAR_N_VISIBLE_COLUMNS, FALSE);
-  _thunar_return_val_if_fail (column >= 0, FALSE);
   return column_model->visible[column];
 }
 
@@ -955,7 +953,6 @@ thunar_column_model_set_column_visible (ThunarColumnModel *column_model,
 
   _thunar_return_if_fail (THUNAR_IS_COLUMN_MODEL (column_model));
   _thunar_return_if_fail (column < THUNAR_N_VISIBLE_COLUMNS);
-  _thunar_return_if_fail (column >= 0);
 
   /* cannot change the visibility of the name column */
   if (G_UNLIKELY (column == THUNAR_COLUMN_NAME))
@@ -1010,7 +1007,6 @@ thunar_column_model_get_column_width (ThunarColumnModel *column_model,
 {
   _thunar_return_val_if_fail (THUNAR_IS_COLUMN_MODEL (column_model), -1);
   _thunar_return_val_if_fail (column < THUNAR_N_VISIBLE_COLUMNS, -1);
-  _thunar_return_val_if_fail (column >= 0, -1);
   return column_model->width[column];
 }
 
@@ -1032,7 +1028,6 @@ thunar_column_model_set_column_width (ThunarColumnModel *column_model,
 {
   _thunar_return_if_fail (THUNAR_IS_COLUMN_MODEL (column_model));
   _thunar_return_if_fail (column < THUNAR_N_VISIBLE_COLUMNS);
-  _thunar_return_if_fail (column >= 0);
   _thunar_return_if_fail (width >= 0);
 
   /* check if we have a new width */
diff --git a/thunar/thunar-dbus-service.c b/thunar/thunar-dbus-service.c
index a1dfc5f..8a332fe 100644
--- a/thunar/thunar-dbus-service.c
+++ b/thunar/thunar-dbus-service.c
@@ -176,7 +176,8 @@ thunar_dbus_service_class_init (ThunarDBusServiceClass *klass)
   gobject_class->finalize = thunar_dbus_service_finalize;
 
   /* install the D-BUS info for our class */
-  dbus_g_object_type_install_info (G_TYPE_FROM_CLASS (klass), &dbus_glib_thunar_dbus_service_object_info);
+  dbus_g_object_type_install_info (G_TYPE_FROM_CLASS (klass), 
+                                   &dbus_glib_thunar_dbus_service_object_info);
 
   /**
    * ThunarDBusService::trash-changed:
diff --git a/thunar/thunar-dnd.c b/thunar/thunar-dnd.c
index a64cf5d..6d60501 100644
--- a/thunar/thunar-dnd.c
+++ b/thunar/thunar-dnd.c
@@ -46,7 +46,7 @@ dnd_action_selected (GtkWidget     *item,
  * @widget    : the widget on which the drop was performed.
  * @folder    : the #ThunarFile to which the @path_list is being dropped.
  * @path_list : the #GFile<!---->s of the files being dropped to @file.
- * @time      : the time of the drop event.
+ * @timestamp : the time of the drop event.
  * @actions   : the list of actions supported for the drop.
  *
  * Pops up a menu that asks the user to choose one of the
@@ -64,7 +64,7 @@ GdkDragAction
 thunar_dnd_ask (GtkWidget    *widget,
                 ThunarFile   *folder,
                 GList        *path_list,
-                guint         time,
+                guint         timestamp,
                 GdkDragAction dnd_actions)
 {
   static const GdkDragAction dnd_action_items[] = { GDK_ACTION_COPY, GDK_ACTION_MOVE, GDK_ACTION_LINK };
@@ -175,7 +175,7 @@ thunar_dnd_ask (GtkWidget    *widget,
   gtk_widget_show (item);
 
   /* run the menu on the widget's screen (takes over the floating reference of menu) */
-  thunar_gtk_menu_run (GTK_MENU (menu), widget, NULL, NULL, 3, time);
+  thunar_gtk_menu_run (GTK_MENU (menu), widget, NULL, NULL, 3, timestamp);
 
   /* cleanup */
   g_object_unref (G_OBJECT (factory));
diff --git a/thunar/thunar-file.c b/thunar/thunar-file.c
index bc3722e..cdd2efb 100644
--- a/thunar/thunar-file.c
+++ b/thunar/thunar-file.c
@@ -739,7 +739,7 @@ thunar_file_load (ThunarFile   *file,
   GKeyFile *key_file;
   GError   *err = NULL;
   GFile    *thumbnail_dir;
-  gchar    *basename;
+  gchar    *base_name;
   gchar    *md5_hash;
   gchar    *thumbnail_dir_path;
   gchar    *uri = NULL;
@@ -899,10 +899,10 @@ thunar_file_load (ThunarFile   *file,
   /* determine thumbnail path */
   uri = g_file_get_uri (file->gfile);
   md5_hash = g_compute_checksum_for_string (G_CHECKSUM_MD5, uri, -1);
-  basename = g_strdup_printf ("%s.png", md5_hash);
+  base_name = g_strdup_printf ("%s.png", md5_hash);
   file->thumbnail_path = g_build_filename (xfce_get_homedir (), ".thumbnails", 
-                                           "normal", basename, NULL);
-  g_free (basename);
+                                           "normal", base_name, NULL);
+  g_free (base_name);
   g_free (md5_hash);
   g_free (uri);
 
@@ -2266,7 +2266,7 @@ thunar_file_get_deletion_date (const ThunarFile *file,
                                ThunarDateStyle   date_style)
 {
   const gchar *date;
-  time_t       time;
+  time_t       deletion_time;
 
   _thunar_return_val_if_fail (THUNAR_IS_FILE (file), NULL);
   _thunar_return_val_if_fail (G_IS_FILE_INFO (file->info), NULL);
@@ -2276,10 +2276,10 @@ thunar_file_get_deletion_date (const ThunarFile *file,
     return NULL;
 
   /* try to parse the DeletionDate (RFC 3339 string) */
-  time = thunar_util_time_from_rfc3339 (date);
+  deletion_time = thunar_util_time_from_rfc3339 (date);
 
   /* humanize the time value */
-  return thunar_util_humanize_file_time (time, date_style);
+  return thunar_util_humanize_file_time (deletion_time, date_style);
 }
 
 
diff --git a/thunar/thunar-file.h b/thunar/thunar-file.h
index 683b888..1a760e0 100644
--- a/thunar/thunar-file.h
+++ b/thunar/thunar-file.h
@@ -160,8 +160,6 @@ GdkDragAction     thunar_file_accepts_drop         (ThunarFile             *file
                                                     GdkDragContext         *context,
                                                     GdkDragAction          *suggested_action_return);
 
-const gchar      *thunar_file_get_display_name     (const ThunarFile       *file);
-
 guint64           thunar_file_get_date             (const ThunarFile       *file,
                                                     ThunarFileDateType      date_type);
 
diff --git a/thunar/thunar-gio-extensions.c b/thunar/thunar-gio-extensions.c
index 7b8714a..f26e4ce 100644
--- a/thunar/thunar-gio-extensions.c
+++ b/thunar/thunar-gio-extensions.c
@@ -69,7 +69,7 @@ thunar_g_file_new_for_user_special_dir (GUserDirectory dir)
 {
   const gchar *path;
 
-  _thunar_return_val_if_fail (dir >= 0 && dir < G_USER_N_DIRECTORIES, NULL);
+  _thunar_return_val_if_fail (dir < G_USER_N_DIRECTORIES, NULL);
 
   path = g_get_user_special_dir (dir);
   if (path == NULL)
diff --git a/thunar/thunar-io-jobs-util.c b/thunar/thunar-io-jobs-util.c
index 8367df8..bd577f7 100644
--- a/thunar/thunar-io-jobs-util.c
+++ b/thunar/thunar-io-jobs-util.c
@@ -25,6 +25,7 @@
 #include <gio/gio.h>
 
 #include <thunar/thunar-gio-extensions.h>
+#include <thunar/thunar-io-jobs-util.h>
 #include <thunar/thunar-job.h>
 #include <thunar/thunar-private.h>
 
@@ -72,7 +73,7 @@ GFile *
 thunar_io_jobs_util_next_duplicate_file (ThunarJob *job,
                                          GFile     *file,
                                          gboolean   copy,
-                                         gint       n,
+                                         guint      n,
                                          GError   **error)
 {
   GFileInfo *info;
diff --git a/thunar/thunar-io-jobs-util.h b/thunar/thunar-io-jobs-util.h
index d5eb11d..2ff2896 100644
--- a/thunar/thunar-io-jobs-util.h
+++ b/thunar/thunar-io-jobs-util.h
@@ -28,7 +28,7 @@ G_BEGIN_DECLS
 GFile *thunar_io_jobs_util_next_duplicate_file (ThunarJob *job,
                                                 GFile     *file,
                                                 gboolean   copy,
-                                                gint       n,
+                                                guint      n,
                                                 GError   **error) G_GNUC_MALLOC G_GNUC_WARN_UNUSED_RESULT;
 
 G_END_DECLS
diff --git a/thunar/thunar-io-jobs.c b/thunar/thunar-io-jobs.c
index 27b7725..cea44ce 100644
--- a/thunar/thunar-io-jobs.c
+++ b/thunar/thunar-io-jobs.c
@@ -27,6 +27,7 @@
 #include <thunar/thunar-enum-types.h>
 #include <thunar/thunar-gio-extensions.h>
 #include <thunar/thunar-io-scan-directory.h>
+#include <thunar/thunar-io-jobs.h>
 #include <thunar/thunar-job.h>
 #include <thunar/thunar-private.h>
 #include <thunar/thunar-simple-job.h>
@@ -89,7 +90,7 @@ _thunar_io_jobs_create (ThunarJob   *job,
   GError            *err = NULL;
   GList             *file_list;
   GList             *lp;
-  gchar             *basename;
+  gchar             *base_name;
   gchar             *display_name;
   
   _thunar_return_val_if_fail (THUNAR_IS_JOB (job), FALSE);
@@ -150,9 +151,9 @@ again:
                 }
               else
                 {
-                  basename = g_file_get_basename (lp->data);
-                  display_name = g_filename_display_name (basename);
-                  g_free (basename);
+                  base_name = g_file_get_basename (lp->data);
+                  display_name = g_filename_display_name (base_name);
+                  g_free (base_name);
                 }
 
               /* ask the user whether he wants to overwrite the existing file */
@@ -174,9 +175,9 @@ again:
           else 
             {
               /* determine display name of the file */
-              basename = g_file_get_basename (lp->data);
-              display_name = g_filename_display_basename (basename);
-              g_free (basename);
+              base_name = g_file_get_basename (lp->data);
+              display_name = g_filename_display_basename (base_name);
+              g_free (base_name);
 
               /* ask the user whether to skip/retry this path (cancels the job if not) */
               response = thunar_job_ask_skip (THUNAR_JOB (job), 
@@ -233,7 +234,7 @@ _thunar_io_jobs_mkdir (ThunarJob   *job,
   GError           *err = NULL;
   GList            *file_list;
   GList            *lp;
-  gchar            *basename;
+  gchar            *base_name;
   gchar            *display_name;
 
   _thunar_return_val_if_fail (THUNAR_IS_JOB (job), FALSE);
@@ -287,9 +288,9 @@ again:
                 }
               else
                 {
-                  basename = g_file_get_basename (lp->data);
-                  display_name = g_filename_display_name (basename);
-                  g_free (basename);
+                  base_name = g_file_get_basename (lp->data);
+                  display_name = g_filename_display_name (base_name);
+                  g_free (base_name);
                 }
 
               /* ask the user whether he wants to overwrite the existing file */
@@ -311,9 +312,9 @@ again:
           else
             {
               /* determine the display name of the file */
-              basename = g_file_get_basename (lp->data);
-              display_name = g_filename_display_basename (basename);
-              g_free (basename);
+              base_name = g_file_get_basename (lp->data);
+              display_name = g_filename_display_basename (base_name);
+              g_free (base_name);
 
               /* ask the user whether to skip/retry this path (cancels the job if not) */
               response = thunar_job_ask_skip (THUNAR_JOB (job), 
@@ -369,7 +370,7 @@ _thunar_io_jobs_unlink (ThunarJob   *job,
   GError           *err = NULL;
   GList            *file_list;
   GList            *lp;
-  gchar            *basename;
+  gchar            *base_name;
   gchar            *display_name;
 
   _thunar_return_val_if_fail (THUNAR_IS_JOB (job), FALSE);
@@ -436,9 +437,9 @@ again:
             }
           else
             {
-              basename = g_file_get_basename (lp->data);
-              display_name = g_filename_display_name (basename);
-              g_free (basename);
+              base_name = g_file_get_basename (lp->data);
+              display_name = g_filename_display_name (base_name);
+              g_free (base_name);
             }
 
           /* ask the user whether he wants to skip this file */
@@ -524,7 +525,7 @@ _thunar_io_jobs_link (ThunarJob   *job,
   GList            *sp;
   GList            *target_file_list;
   GList            *tp;
-  gchar            *basename;
+  gchar            *base_name;
   gchar            *display_name;
   gchar            *source_path;
 
@@ -588,13 +589,13 @@ again:
         }
       else
         {
-          basename = g_file_get_basename (sp->data);
-          display_name = g_filename_display_name (basename);
+          base_name = g_file_get_basename (sp->data);
+          display_name = g_filename_display_name (base_name);
           g_set_error (&err, G_IO_ERROR, G_IO_ERROR_NOT_SUPPORTED,
                        _("Could not create symbolic link to \"%s\" "
                          "because it is not a local file"), display_name);
           g_free (display_name);
-          g_free (basename);
+          g_free (base_name);
         }
     }
 
@@ -1090,7 +1091,7 @@ thunar_io_jobs_list_directory (GFile *directory)
 
 
 
-gboolean
+static gboolean
 _thunar_io_jobs_rename_notify (ThunarFile *file)
 {
   _thunar_return_val_if_fail (THUNAR_IS_FILE (file), FALSE);
@@ -1106,7 +1107,7 @@ _thunar_io_jobs_rename_notify (ThunarFile *file)
 
 
 
-gboolean
+static gboolean
 _thunar_io_jobs_rename (ThunarJob   *job,
                         GValueArray *param_values,
                         GError     **error)
diff --git a/thunar/thunar-shortcuts-model.c b/thunar/thunar-shortcuts-model.c
index 5ef7eb7..e442afc 100644
--- a/thunar/thunar-shortcuts-model.c
+++ b/thunar/thunar-shortcuts-model.c
@@ -75,7 +75,7 @@ static void               thunar_shortcuts_model_finalize           (GObject
 static GtkTreeModelFlags  thunar_shortcuts_model_get_flags          (GtkTreeModel              *tree_model);
 static gint               thunar_shortcuts_model_get_n_columns      (GtkTreeModel              *tree_model);
 static GType              thunar_shortcuts_model_get_column_type    (GtkTreeModel              *tree_model,
-                                                                     gint                       index);
+                                                                     gint                       idx);
 static gboolean           thunar_shortcuts_model_get_iter           (GtkTreeModel              *tree_model,
                                                                      GtkTreeIter               *iter,
                                                                      GtkTreePath               *path);
@@ -457,9 +457,9 @@ thunar_shortcuts_model_get_n_columns (GtkTreeModel *tree_model)
 
 static GType
 thunar_shortcuts_model_get_column_type (GtkTreeModel *tree_model,
-                                        gint          index)
+                                        gint          idx)
 {
-  switch (index)
+  switch (idx)
     {
     case THUNAR_SHORTCUTS_MODEL_COLUMN_NAME:
       return G_TYPE_STRING;
@@ -512,15 +512,15 @@ thunar_shortcuts_model_get_path (GtkTreeModel *tree_model,
                                  GtkTreeIter  *iter)
 {
   ThunarShortcutsModel *model = THUNAR_SHORTCUTS_MODEL (tree_model);
-  gint                   index;
+  gint                  idx;
 
   _thunar_return_val_if_fail (THUNAR_IS_SHORTCUTS_MODEL (model), NULL);
   _thunar_return_val_if_fail (iter->stamp == model->stamp, NULL);
 
   /* lookup the list item in the shortcuts list */
-  index = g_list_position (model->shortcuts, iter->user_data);
-  if (G_LIKELY (index >= 0))
-    return gtk_tree_path_new_from_indices (index, -1);
+  idx = g_list_position (model->shortcuts, iter->user_data);
+  if (G_LIKELY (idx >= 0))
+    return gtk_tree_path_new_from_indices (idx, -1);
 
   return NULL;
 }
@@ -779,17 +779,17 @@ thunar_shortcuts_model_remove_shortcut (ThunarShortcutsModel *model,
                                         ThunarShortcut       *shortcut)
 {
   GtkTreePath *path;
-  gint         index;
+  gint         idx;
 
   /* determine the index of the shortcut */
-  index = g_list_index (model->shortcuts, shortcut);
-  if (G_LIKELY (index >= 0))
+  idx = g_list_index (model->shortcuts, shortcut);
+  if (G_LIKELY (idx >= 0))
     {
       /* unlink the shortcut from the model */
       model->shortcuts = g_list_remove (model->shortcuts, shortcut);
 
       /* tell everybody that we have lost a shortcut */
-      path = gtk_tree_path_new_from_indices (index, -1);
+      path = gtk_tree_path_new_from_indices (idx, -1);
       gtk_tree_model_row_deleted (GTK_TREE_MODEL (model), path);
       gtk_tree_path_free (path);
 
@@ -1004,13 +1004,13 @@ thunar_shortcuts_model_monitor (GFileMonitor     *monitor,
   ThunarShortcut       *shortcut;
   GtkTreePath          *path;
   GList                *lp;
-  gint                  index;
+  gint                  idx;
 
   _thunar_return_if_fail (THUNAR_IS_SHORTCUTS_MODEL (model));
   _thunar_return_if_fail (model->monitor == monitor);
 
   /* drop all existing user-defined shortcuts from the model */
-  for (index = 0, lp = model->shortcuts; lp != NULL; )
+  for (idx = 0, lp = model->shortcuts; lp != NULL; )
     {
       /* grab the shortcut */
       shortcut = THUNAR_SHORTCUT (lp->data);
@@ -1025,7 +1025,7 @@ thunar_shortcuts_model_monitor (GFileMonitor     *monitor,
           model->shortcuts = g_list_remove (model->shortcuts, shortcut);
           
           /* tell everybody that we have lost a shortcut */
-          path = gtk_tree_path_new_from_indices (index, -1);
+          path = gtk_tree_path_new_from_indices (idx, -1);
           gtk_tree_model_row_deleted (GTK_TREE_MODEL (model), path);
           gtk_tree_path_free (path);
 
@@ -1034,7 +1034,7 @@ thunar_shortcuts_model_monitor (GFileMonitor     *monitor,
         }
       else
         {
-          ++index;
+          ++idx;
         }
     }
 
@@ -1111,7 +1111,7 @@ thunar_shortcuts_model_file_changed (ThunarFile           *file,
   GtkTreePath    *path;
   GtkTreeIter     iter;
   GList          *lp;
-  gint            index;
+  gint            idx;
 
   _thunar_return_if_fail (THUNAR_IS_FILE (file));
   _thunar_return_if_fail (THUNAR_IS_SHORTCUTS_MODEL (model));
@@ -1126,14 +1126,14 @@ thunar_shortcuts_model_file_changed (ThunarFile           *file,
       return;
     }
 
-  for (index = 0, lp = model->shortcuts; lp != NULL; ++index, lp = lp->next)
+  for (idx = 0, lp = model->shortcuts; lp != NULL; ++idx, lp = lp->next)
     {
       shortcut = THUNAR_SHORTCUT (lp->data);
       if (shortcut->file == file)
         {
           GTK_TREE_ITER_INIT (iter, model->stamp, lp);
 
-          path = gtk_tree_path_new_from_indices (index, -1);
+          path = gtk_tree_path_new_from_indices (idx, -1);
           gtk_tree_model_row_changed (GTK_TREE_MODEL (model), path, &iter);
           gtk_tree_path_free (path);
           break;
@@ -1180,7 +1180,7 @@ thunar_shortcuts_model_volume_changed (GVolumeMonitor       *volume_monitor,
   GtkTreePath    *path;
   GtkTreeIter     iter;
   GList          *lp;
-  gint            index;
+  gint            idx;
 
   _thunar_return_if_fail (G_IS_VOLUME_MONITOR (volume_monitor));
   _thunar_return_if_fail (model->volume_monitor == volume_monitor);
@@ -1198,7 +1198,7 @@ thunar_shortcuts_model_volume_changed (GVolumeMonitor       *volume_monitor,
           model->hidden_volumes = g_list_delete_link (model->hidden_volumes, lp);
 
           /* find the insert position */
-          for (index = 0, lp = model->shortcuts; lp != NULL; ++index, lp = lp->next)
+          for (idx = 0, lp = model->shortcuts; lp != NULL; ++idx, lp = lp->next)
             {
               shortcut = THUNAR_SHORTCUT (lp->data);
               if (shortcut->type == THUNAR_SHORTCUT_SEPARATOR
@@ -1212,7 +1212,7 @@ thunar_shortcuts_model_volume_changed (GVolumeMonitor       *volume_monitor,
           shortcut->volume = volume;
 
           /* the volume is present now, so we have to display it */
-          path = gtk_tree_path_new_from_indices (index, -1);
+          path = gtk_tree_path_new_from_indices (idx, -1);
           thunar_shortcuts_model_add_shortcut (model, shortcut, path);
           gtk_tree_path_free (path);
         }
@@ -1220,9 +1220,9 @@ thunar_shortcuts_model_volume_changed (GVolumeMonitor       *volume_monitor,
   else
     {
       /* lookup the shortcut that contains the given volume */
-      for (index = 0, lp = model->shortcuts; 
+      for (idx = 0, lp = model->shortcuts; 
            shortcut == NULL && lp != NULL; 
-           ++index, lp = lp->next)
+           ++idx, lp = lp->next)
         {
           if (THUNAR_SHORTCUT (lp->data)->volume == volume)
             shortcut = lp->data;
@@ -1248,7 +1248,7 @@ thunar_shortcuts_model_volume_changed (GVolumeMonitor       *volume_monitor,
           GTK_TREE_ITER_INIT (iter, model->stamp, lp);
 
           /* tell the view that the volume has changed in some way */
-          path = gtk_tree_path_new_from_indices (index, -1);
+          path = gtk_tree_path_new_from_indices (idx, -1);
           gtk_tree_model_row_changed (GTK_TREE_MODEL (model), path, &iter);
           gtk_tree_path_free (path);
         }
@@ -1536,7 +1536,7 @@ thunar_shortcuts_model_move (ThunarShortcutsModel *model,
   gint            *order;
   gint             index_src;
   gint             index_dst;
-  gint             index;
+  gint             idx;
 
   _thunar_return_if_fail (THUNAR_IS_SHORTCUTS_MODEL (model));
   _thunar_return_if_fail (gtk_tree_path_get_depth (src_path) > 0);
@@ -1553,47 +1553,47 @@ thunar_shortcuts_model_move (ThunarShortcutsModel *model,
 
   /* generate the order for the rows prior the dst/src rows */
   order = g_newa (gint, g_list_length (model->shortcuts));
-  for (index = 0, lp = model->shortcuts; index < index_src && index < index_dst; ++index, lp = lp->next)
-    order[index] = index;
+  for (idx = 0, lp = model->shortcuts; idx < index_src && idx < index_dst; ++idx, lp = lp->next)
+    order[idx] = idx;
 
-  if (index == index_src)
+  if (idx == index_src)
     {
       shortcut = THUNAR_SHORTCUT (lp->data);
 
-      for (; index < index_dst; ++index, lp = lp->next)
+      for (; idx < index_dst; ++idx, lp = lp->next)
         {
           lp->data = lp->next->data;
-          order[index] = index + 1;
+          order[idx] = idx + 1;
         }
 
       lp->data = shortcut;
-      order[index++] = index_src;
+      order[idx++] = index_src;
     }
   else
     {
-      for (; index < index_src; ++index, lp = lp->next)
+      for (; idx < index_src; ++idx, lp = lp->next)
         ;
 
-      _thunar_assert (index == index_src);
+      _thunar_assert (idx == index_src);
 
       shortcut = THUNAR_SHORTCUT (lp->data);
 
-      for (; index > index_dst; --index, lp = lp->prev)
+      for (; idx > index_dst; --idx, lp = lp->prev)
         {
           lp->data = lp->prev->data;
-          order[index] = index - 1;
+          order[idx] = idx - 1;
         }
 
-      _thunar_assert (index == index_dst);
+      _thunar_assert (idx == index_dst);
 
       lp->data = shortcut;
-      order[index] = index_src;
-      index = index_src + 1;
+      order[idx] = index_src;
+      idx = index_src + 1;
     }
 
   /* generate the remaining order */
-  for (; index < (gint) g_list_length (model->shortcuts); ++index)
-    order[index] = index;
+  for (; idx < (gint) g_list_length (model->shortcuts); ++idx)
+    order[idx] = idx;
 
   /* tell all listeners about the reordering just performed */
   path = gtk_tree_path_new ();
diff --git a/thunar/thunar-standard-view.c b/thunar/thunar-standard-view.c
index f30d66c..28aa848 100644
--- a/thunar/thunar-standard-view.c
+++ b/thunar/thunar-standard-view.c
@@ -149,7 +149,7 @@ static GdkDragAction        thunar_standard_view_get_dest_actions           (Thu
                                                                              GdkDragContext           *context,
                                                                              gint                      x,
                                                                              gint                      y,
-                                                                             guint                     time,
+                                                                             guint                     timestamp,
                                                                              ThunarFile              **file_return);
 static ThunarFile          *thunar_standard_view_get_drop_file              (ThunarStandardView       *standard_view,
                                                                              gint                      x,
@@ -211,7 +211,7 @@ static gboolean             thunar_standard_view_drag_drop                  (Gtk
                                                                              GdkDragContext           *context,
                                                                              gint                      x,
                                                                              gint                      y,
-                                                                             guint                     time,
+                                                                             guint                     timestamp,
                                                                              ThunarStandardView       *standard_view);
 static void                 thunar_standard_view_drag_data_received         (GtkWidget                *view,
                                                                              GdkDragContext           *context,
@@ -219,17 +219,17 @@ static void                 thunar_standard_view_drag_data_received         (Gtk
                                                                              gint                      y,
                                                                              GtkSelectionData         *selection_data,
                                                                              guint                     info,
-                                                                             guint                     time,
+                                                                             guint                     timestamp,
                                                                              ThunarStandardView       *standard_view);
 static void                 thunar_standard_view_drag_leave                 (GtkWidget                *view,
                                                                              GdkDragContext           *context,
-                                                                             guint                     time,
+                                                                             guint                     timestamp,
                                                                              ThunarStandardView       *standard_view);
 static gboolean             thunar_standard_view_drag_motion                (GtkWidget                *view,
                                                                              GdkDragContext           *context,
                                                                              gint                      x,
                                                                              gint                      y,
-                                                                             guint                     time,
+                                                                             guint                     timestamp,
                                                                              ThunarStandardView       *standard_view);
 static void                 thunar_standard_view_drag_begin                 (GtkWidget                *view,
                                                                              GdkDragContext           *context,
@@ -238,7 +238,7 @@ static void                 thunar_standard_view_drag_data_get              (Gtk
                                                                              GdkDragContext           *context,
                                                                              GtkSelectionData         *selection_data,
                                                                              guint                     info,
-                                                                             guint                     time,
+                                                                             guint                     timestamp,
                                                                              ThunarStandardView       *standard_view);
 static void                 thunar_standard_view_drag_data_delete           (GtkWidget                *view,
                                                                              GdkDragContext           *context,
@@ -2526,7 +2526,7 @@ thunar_standard_view_drag_drop (GtkWidget          *view,
                                 GdkDragContext     *context,
                                 gint                x,
                                 gint                y,
-                                guint               time,
+                                guint               timestamp,
                                 ThunarStandardView *standard_view)
 {
   ThunarFile *file = NULL;
@@ -2605,7 +2605,7 @@ thunar_standard_view_drag_drop (GtkWidget          *view,
   /* request the drag data from the source (initiates
    * saving in case of XdndDirectSave).
    */
-  gtk_drag_get_data (view, context, target, time);
+  gtk_drag_get_data (view, context, target, timestamp);
 
   /* we'll call gtk_drag_finish() later */
   return TRUE;
@@ -2644,7 +2644,7 @@ thunar_standard_view_drag_data_received (GtkWidget          *view,
                                          gint                y,
                                          GtkSelectionData   *selection_data,
                                          guint               info,
-                                         guint               time,
+                                         guint               timestamp,
                                          ThunarStandardView *standard_view)
 {
   GdkDragAction actions;
@@ -2782,12 +2782,12 @@ thunar_standard_view_drag_data_received (GtkWidget          *view,
       else if (G_LIKELY (info == TARGET_TEXT_URI_LIST))
         {
           /* determine the drop position */
-          actions = thunar_standard_view_get_dest_actions (standard_view, context, x, y, time, &file);
+          actions = thunar_standard_view_get_dest_actions (standard_view, context, x, y, timestamp, &file);
           if (G_LIKELY ((actions & (GDK_ACTION_COPY | GDK_ACTION_MOVE | GDK_ACTION_LINK)) != 0))
             {
               /* ask the user what to do with the drop data */
               action = (context->action == GDK_ACTION_ASK)
-                     ? thunar_dnd_ask (GTK_WIDGET (standard_view), file, standard_view->priv->drop_file_list, time, actions)
+                     ? thunar_dnd_ask (GTK_WIDGET (standard_view), file, standard_view->priv->drop_file_list, timestamp, actions)
                      : context->action;
 
               /* perform the requested action */
@@ -2804,10 +2804,10 @@ thunar_standard_view_drag_data_received (GtkWidget          *view,
         }
 
       /* tell the peer that we handled the drop */
-      gtk_drag_finish (context, succeed, FALSE, time);
+      gtk_drag_finish (context, succeed, FALSE, timestamp);
 
       /* disable the highlighting and release the drag data */
-      thunar_standard_view_drag_leave (view, context, time, standard_view);
+      thunar_standard_view_drag_leave (view, context, timestamp, standard_view);
     }
 }
 
@@ -2816,7 +2816,7 @@ thunar_standard_view_drag_data_received (GtkWidget          *view,
 static void
 thunar_standard_view_drag_leave (GtkWidget          *widget,
                                  GdkDragContext     *context,
-                                 guint               time,
+                                 guint               timestamp,
                                  ThunarStandardView *standard_view)
 {
   /* reset the drop-file for the icon renderer */
@@ -2852,7 +2852,7 @@ thunar_standard_view_drag_motion (GtkWidget          *view,
                                   GdkDragContext     *context,
                                   gint                x,
                                   gint                y,
-                                  guint               time,
+                                  guint               timestamp,
                                   ThunarStandardView *standard_view)
 {
   GdkDragAction action = 0;
@@ -2908,16 +2908,16 @@ thunar_standard_view_drag_motion (GtkWidget          *view,
       else
         {
           /* request the drag data from the source */
-          gtk_drag_get_data (view, context, target, time);
+          gtk_drag_get_data (view, context, target, timestamp);
         }
 
       /* tell Gdk whether we can drop here */
-      gdk_drag_status (context, action, time);
+      gdk_drag_status (context, action, timestamp);
     }
   else
     {
       /* check whether we can drop at (x,y) */
-      thunar_standard_view_get_dest_actions (standard_view, context, x, y, time, NULL);
+      thunar_standard_view_get_dest_actions (standard_view, context, x, y, timestamp, NULL);
     }
 
   /* start the drag autoscroll timer if not already running */
@@ -2972,7 +2972,7 @@ thunar_standard_view_drag_data_get (GtkWidget          *view,
                                     GdkDragContext     *context,
                                     GtkSelectionData   *selection_data,
                                     guint               info,
-                                    guint               time,
+                                    guint               timestamp,
                                     ThunarStandardView *standard_view)
 {
   gchar *uri_string;
@@ -3252,7 +3252,7 @@ thunar_standard_view_drag_timer_destroy (gpointer user_data)
  * @standard_view : a #ThunarStandardView instance.
  * @button        : the mouse button which triggered the context menu or %0 if
  *                  the event wasn't triggered by a pointer device.
- * @time          : the event time.
+ * @timestamp     : the event time.
  *
  * Invoked by derived classes (and only by derived classes!) whenever the user
  * requests to open a context menu, e.g. by right-clicking on a file/folder or by
@@ -3261,7 +3261,7 @@ thunar_standard_view_drag_timer_destroy (gpointer user_data)
 void
 thunar_standard_view_context_menu (ThunarStandardView *standard_view,
                                    guint               button,
-                                   guint32             time)
+                                   guint32             timestamp)
 {
   GtkWidget *menu;
   GList     *selected_items;
@@ -3279,7 +3279,7 @@ thunar_standard_view_context_menu (ThunarStandardView *standard_view,
 
   /* run the menu on the view's screen (figuring out whether to use the file or the folder context menu) */
   menu = gtk_ui_manager_get_widget (standard_view->ui_manager, (selected_items != NULL) ? "/file-context-menu" : "/folder-context-menu");
-  thunar_gtk_menu_run (GTK_MENU (menu), GTK_WIDGET (standard_view), NULL, NULL, button, time);
+  thunar_gtk_menu_run (GTK_MENU (menu), GTK_WIDGET (standard_view), NULL, NULL, button, timestamp);
 
   /* release the additional reference on the view */
   g_object_unref (G_OBJECT (standard_view));
diff --git a/thunar/thunar-transfer-job.c b/thunar/thunar-transfer-job.c
index 0fbc5de..6d5a5f7 100644
--- a/thunar/thunar-transfer-job.c
+++ b/thunar/thunar-transfer-job.c
@@ -495,7 +495,7 @@ thunar_transfer_job_copy_node (ThunarTransferJob  *job,
   GFileInfo        *info;
   GError           *err = NULL;
   GFile            *real_target_file = NULL;
-  gchar            *basename;
+  gchar            *base_name;
 
   _thunar_return_if_fail (THUNAR_IS_TRANSFER_JOB (job));
   _thunar_return_if_fail (node != NULL && G_IS_FILE (node->source_file));
@@ -513,9 +513,9 @@ thunar_transfer_job_copy_node (ThunarTransferJob  *job,
       /* guess the target file for this node (unless already provided) */
       if (G_LIKELY (target_file == NULL))
         {
-          basename = g_file_get_basename (node->source_file);
-          target_file = g_file_get_child (target_parent_file, basename);
-          g_free (basename);
+          base_name = g_file_get_basename (node->source_file);
+          target_file = g_file_get_child (target_parent_file, base_name);
+          g_free (base_name);
         }
       else
         target_file = g_object_ref (target_file);
@@ -636,7 +636,7 @@ thunar_transfer_job_execute (ExoJob  *job,
   GList              *tnext;
   GList              *tp;
   GFile              *target_parent;
-  gchar              *basename;
+  gchar              *base_name;
   gchar              *parent_display_name;
 
   _thunar_return_val_if_fail (THUNAR_IS_TRANSFER_JOB (job), FALSE);
@@ -691,9 +691,9 @@ thunar_transfer_job_execute (ExoJob  *job,
           if (G_LIKELY (!parent_exists))
             {
               /* determine the display name of the parent */
-              basename = g_file_get_basename (target_parent);
-              parent_display_name = g_filename_display_name (basename);
-              g_free (basename);
+              base_name = g_file_get_basename (target_parent);
+              parent_display_name = g_filename_display_name (base_name);
+              g_free (base_name);
 
               /* ask the user whether he wants to create the parent folder because its gone */
               response = thunar_job_ask_create (THUNAR_JOB (job),
diff --git a/thunar/thunar-tree-model.c b/thunar/thunar-tree-model.c
index 0ae4082..e52c8c5 100644
--- a/thunar/thunar-tree-model.c
+++ b/thunar/thunar-tree-model.c
@@ -1503,12 +1503,15 @@ thunar_tree_model_item_load_idle (gpointer user_data)
   GMount              *mount;
   GFile               *mount_point;
   GList               *files;
+#ifndef NDEBUG
+  GNode               *node;
+#endif
 
   _thunar_return_val_if_fail (item->folder == NULL, FALSE);
 
 #ifndef NDEBUG
       /* find the node in the tree */
-      GNode *node = g_node_find (item->model->root, G_POST_ORDER, G_TRAVERSE_ALL, item);
+      node = g_node_find (item->model->root, G_POST_ORDER, G_TRAVERSE_ALL, item);
 
       /* debug check to make sure the node is empty or contains a dummy node.
        * if this is not true, the node already contains sub folders which means
diff --git a/thunar/thunar-tree-view.c b/thunar/thunar-tree-view.c
index 83dc7e2..9e8f218 100644
--- a/thunar/thunar-tree-view.c
+++ b/thunar/thunar-tree-view.c
@@ -751,7 +751,7 @@ thunar_tree_view_drag_data_received (GtkWidget        *widget,
                                      gint              y,
                                      GtkSelectionData *selection_data,
                                      guint             info,
-                                     guint             time)
+                                     guint             timestamp)
 {
   ThunarTreeView *view = THUNAR_TREE_VIEW (widget);
   GdkDragAction   actions;
@@ -777,12 +777,12 @@ thunar_tree_view_drag_data_received (GtkWidget        *widget,
       view->drop_occurred = FALSE;
 
       /* determine the drop position */
-      actions = thunar_tree_view_get_dest_actions (view, context, x, y, time, &file);
+      actions = thunar_tree_view_get_dest_actions (view, context, x, y, timestamp, &file);
       if (G_LIKELY ((actions & (GDK_ACTION_COPY | GDK_ACTION_MOVE | GDK_ACTION_LINK)) != 0))
         {
           /* ask the user what to do with the drop data */
           action = (context->action == GDK_ACTION_ASK)
-                 ? thunar_dnd_ask (GTK_WIDGET (view), file, view->drop_file_list, time, actions)
+                 ? thunar_dnd_ask (GTK_WIDGET (view), file, view->drop_file_list, timestamp, actions)
                  : context->action;
 
           /* perform the requested action */
@@ -795,10 +795,10 @@ thunar_tree_view_drag_data_received (GtkWidget        *widget,
         g_object_unref (G_OBJECT (file));
 
       /* tell the peer that we handled the drop */
-      gtk_drag_finish (context, succeed, FALSE, time);
+      gtk_drag_finish (context, succeed, FALSE, timestamp);
 
       /* disable the highlighting and release the drag data */
-      thunar_tree_view_drag_leave (GTK_WIDGET (view), context, time);
+      thunar_tree_view_drag_leave (GTK_WIDGET (view), context, timestamp);
     }
 }
 
@@ -809,7 +809,7 @@ thunar_tree_view_drag_drop (GtkWidget      *widget,
                             GdkDragContext *context,
                             gint            x,
                             gint            y,
-                            guint           time)
+                            guint           timestamp)
 {
   ThunarTreeView *view = THUNAR_TREE_VIEW (widget);
   GdkAtom         target;
@@ -824,7 +824,7 @@ thunar_tree_view_drag_drop (GtkWidget      *widget,
       view->drop_occurred = TRUE;
 
       /* request the drag data from the source. */
-      gtk_drag_get_data (widget, context, target, time);
+      gtk_drag_get_data (widget, context, target, timestamp);
     }
   else
     {
@@ -842,7 +842,7 @@ thunar_tree_view_drag_motion (GtkWidget      *widget,
                               GdkDragContext *context,
                               gint            x,
                               gint            y,
-                              guint           time)
+                              guint           timestamp)
 {
   ThunarTreeView *view = THUNAR_TREE_VIEW (widget);
   GdkAtom         target;
@@ -865,15 +865,15 @@ thunar_tree_view_drag_motion (GtkWidget      *widget,
       g_object_set (G_OBJECT (view->icon_renderer), "drop-file", NULL, NULL);
 
       /* request the drag data from the source */
-      gtk_drag_get_data (widget, context, target, time);
+      gtk_drag_get_data (widget, context, target, timestamp);
 
       /* tell Gdk that we don't know whether we can drop */
-      gdk_drag_status (context, 0, time);
+      gdk_drag_status (context, 0, timestamp);
     }
   else
     {
       /* check if we can drop here */
-      thunar_tree_view_get_dest_actions (view, context, x, y, time, NULL);
+      thunar_tree_view_get_dest_actions (view, context, x, y, timestamp, NULL);
     }
 
   /* start the drag autoscroll timer if not already running */
@@ -892,7 +892,7 @@ thunar_tree_view_drag_motion (GtkWidget      *widget,
 static void
 thunar_tree_view_drag_leave (GtkWidget      *widget,
                              GdkDragContext *context,
-                             guint           time)
+                             guint           timestamp)
 {
   ThunarTreeView *view = THUNAR_TREE_VIEW (widget);
 
@@ -912,7 +912,7 @@ thunar_tree_view_drag_leave (GtkWidget      *widget,
     }
 
   /* call the parent's handler */
-  (*GTK_WIDGET_CLASS (thunar_tree_view_parent_class)->drag_leave) (widget, context, time);
+  (*GTK_WIDGET_CLASS (thunar_tree_view_parent_class)->drag_leave) (widget, context, timestamp);
 }
 
 
@@ -1335,7 +1335,7 @@ thunar_tree_view_get_dest_actions (ThunarTreeView *view,
                                    GdkDragContext *context,
                                    gint            x,
                                    gint            y,
-                                   guint           time,
+                                   guint           timestamp,
                                    ThunarFile    **file_return)
 {
   GdkDragAction actions = 0;
@@ -1386,7 +1386,7 @@ thunar_tree_view_get_dest_actions (ThunarTreeView *view,
   g_object_set (G_OBJECT (view->icon_renderer), "drop-file", file, NULL);
 
   /* tell Gdk whether we can drop here */
-  gdk_drag_status (context, action, time);
+  gdk_drag_status (context, action, timestamp);
 
   /* return the file if requested */
   if (G_LIKELY (file_return != NULL))
diff --git a/thunarx/thunarx-renamer.c b/thunarx/thunarx-renamer.c
index 2c0d209..61d212f 100644
--- a/thunarx/thunarx-renamer.c
+++ b/thunarx/thunarx-renamer.c
@@ -527,7 +527,7 @@ thunarx_renamer_set_name (ThunarxRenamer *renamer,
  *            determined.
  * @text    : the part of the filename to which the
  *            @renamer should be applied.
- * @index   : the index of the file in the list, used
+ * @idx     : the index of the file in the list, used
  *            for renamers that work on numbering.
  *
  * Determines the replacement for @text (which is the relevant
@@ -543,12 +543,12 @@ gchar*
 thunarx_renamer_process (ThunarxRenamer  *renamer,
                          ThunarxFileInfo *file,
                          const gchar     *text,
-                         guint            index)
+                         guint            idx)
 {
   g_return_val_if_fail (THUNARX_IS_FILE_INFO (file), NULL);
   g_return_val_if_fail (THUNARX_IS_RENAMER (renamer), NULL);
   g_return_val_if_fail (g_utf8_validate (text, -1, NULL), NULL);
-  return (*THUNARX_RENAMER_GET_CLASS (renamer)->process) (renamer, file, text, index);
+  return (*THUNARX_RENAMER_GET_CLASS (renamer)->process) (renamer, file, text, idx);
 }
 
 



More information about the Xfce4-commits mailing list