From 2dbbd4dc1b01376ed748ac6a9ba2a46dfd431e08 Mon Sep 17 00:00:00 2001 From: rbuj Date: Mon, 19 Aug 2019 11:19:22 +0200 Subject: Remove comments that are not written to translators from pot file --- src/file-manager/fm-directory-view.c | 12 ++++++------ src/file-manager/fm-icon-view.c | 8 ++++---- src/file-manager/fm-list-view.c | 4 ++-- src/file-manager/fm-properties-window.c | 2 +- 4 files changed, 13 insertions(+), 13 deletions(-) (limited to 'src') diff --git a/src/file-manager/fm-directory-view.c b/src/file-manager/fm-directory-view.c index c2e92438..bb0963fc 100644 --- a/src/file-manager/fm-directory-view.c +++ b/src/file-manager/fm-directory-view.c @@ -2329,7 +2329,7 @@ fm_directory_view_display_selection_info (FMDirectoryView *view) if (!folder_item_count_known) { folder_item_count_str = g_strdup (""); } else { - /* translators: this is preceded with a string of form 'N folders' (N more than 1) */ + /* Translators: this is preceded with a string of form 'N folders' (N more than 1) */ folder_item_count_str = g_strdup_printf (ngettext(" (containing a total of %'d item)", " (containing a total of %'d items)", folder_item_count), @@ -2368,7 +2368,7 @@ fm_directory_view_display_selection_info (FMDirectoryView *view) else size_string = g_format_size(non_folder_size); - /* This is marked for translation in case a localiser + /* Translators: This is marked for translation in case a localiser * needs to use something other than parentheses. The * first message gives the number of items selected; * the message in parentheses the size of those items. @@ -7403,7 +7403,7 @@ static const GtkActionEntry directory_view_entries[] = { G_CALLBACK (action_new_folder_callback) }, /* name, icon name, label */ { "No Templates", NULL, N_("No templates installed") }, /* name, icon name */ { "New Empty File", NULL, - /* translators: this is used to indicate that a file doesn't contain anything */ + /* Translators: this is used to indicate that a file doesn't contain anything */ /* label, accelerator */ N_("_Empty File"), NULL, /* tooltip */ N_("Create a new empty file inside this folder"), G_CALLBACK (action_new_empty_file_callback) }, @@ -7441,7 +7441,7 @@ static const GtkActionEntry directory_view_entries[] = { G_CALLBACK (action_other_application_callback) }, /* name, icon name */ { "Open Scripts Folder", NULL, /* label, accelerator */ N_("_Open Scripts Folder"), NULL, - /* tooltip */ N_("Show the folder containing the scripts that appear in this menu"), + /* tooltip */ N_("Show the folder containing the scripts that appear in this menu"), G_CALLBACK (action_open_scripts_folder_callback) }, /* name, icon name */ { "Empty Trash", CAJA_ICON_TRASH, /* label, accelerator */ N_("E_mpty Trash"), NULL, @@ -10897,7 +10897,7 @@ fm_directory_view_handle_text_drop (FMDirectoryView *view, fm_directory_view_new_file_with_initial_contents ( view, target_uri != NULL ? target_uri : container_uri, - /* Translator: This is the filename used for when you dnd text to a directory */ + /* Translators: This is the filename used for when you dnd text to a directory */ _("dropped text.txt"), text, length, &pos); @@ -10941,7 +10941,7 @@ fm_directory_view_handle_raw_drop (FMDirectoryView *view, filename = g_file_get_basename (direct_save_full); } if (filename == NULL) { - /* Translator: This is the filename used for when you dnd raw + /* Translators: This is the filename used for when you dnd raw * data to a directory, if the source didn't supply a name. */ filename = _("dropped data"); diff --git a/src/file-manager/fm-icon-view.c b/src/file-manager/fm-icon-view.c index 8ed42cd5..a8008a77 100644 --- a/src/file-manager/fm-icon-view.c +++ b/src/file-manager/fm-icon-view.c @@ -3431,10 +3431,10 @@ fm_icon_view_supports_uri (const char *uri, static CajaViewInfo fm_icon_view = { FM_ICON_VIEW_ID, - /* translators: this is used in the view selection dropdown + /* Translators: this is used in the view selection dropdown * of navigation windows and in the preferences dialog */ N_("Icon View"), - /* translators: this is used in the view menu */ + /* Translators: this is used in the view menu */ N_("_Icons"), N_("The icon view encountered an error."), N_("The icon view encountered an error while starting up."), @@ -3446,10 +3446,10 @@ static CajaViewInfo fm_icon_view = static CajaViewInfo fm_compact_view = { FM_COMPACT_VIEW_ID, - /* translators: this is used in the view selection dropdown + /* Translators: this is used in the view selection dropdown * of navigation windows and in the preferences dialog */ N_("Compact View"), - /* translators: this is used in the view menu */ + /* Translators: this is used in the view menu */ N_("_Compact"), N_("The compact view encountered an error."), N_("The compact view encountered an error while starting up."), diff --git a/src/file-manager/fm-list-view.c b/src/file-manager/fm-list-view.c index 5fbad58e..6b4bda03 100644 --- a/src/file-manager/fm-list-view.c +++ b/src/file-manager/fm-list-view.c @@ -3493,10 +3493,10 @@ fm_list_view_supports_uri (const char *uri, static CajaViewInfo fm_list_view = { FM_LIST_VIEW_ID, - /* translators: this is used in the view selection dropdown + /* Translators: this is used in the view selection dropdown * of navigation windows and in the preferences dialog */ N_("List View"), - /* translators: this is used in the view menu */ + /* Translators: this is used in the view menu */ N_("_List"), N_("The list view encountered an error."), N_("The list view encountered an error while starting up."), diff --git a/src/file-manager/fm-properties-window.c b/src/file-manager/fm-properties-window.c index 24674bea..e5b820b7 100644 --- a/src/file-manager/fm-properties-window.c +++ b/src/file-manager/fm-properties-window.c @@ -4141,7 +4141,7 @@ permission_combo_update (FMPropertiesWindow *window, str = g_string_new (""); if (!(all_perm & PERMISSION_READ)) { - /* translators: this gets concatenated to "no read", + /* Translators: this gets concatenated to "no read", * "no access", etc. (see following strings) */ g_string_append (str, _("no ")); -- cgit v1.2.1