]> git.pld-linux.org Git - packages/gnome-terminal.git/commitdiff
Updated to 3.30.2 auto/th/gnome-terminal-3.30.2-1
authorJaroslaw Kruk <kruk.jaroslaw@gmail.com>
Sun, 20 Jan 2019 10:16:34 +0000 (11:16 +0100)
committerJaroslaw Kruk <kruk.jaroslaw@gmail.com>
Sun, 20 Jan 2019 10:16:34 +0000 (11:16 +0100)
gnome-terminal-transparency.patch
gnome-terminal.spec

index 3d72d8ba2e1bb7d13a6e33fa63fda9e0dbd7a82b..c8725e1eb434de14ae228341066cee1165b0a455 100644 (file)
@@ -1,4 +1,4 @@
-From 26e848e209265d6ebaca08d3fbbc4f9f9dd08c82 Mon Sep 17 00:00:00 2001
+From c9a5c9630248efe0bc34dfbd4f54c8d4f68d4ee6 Mon Sep 17 00:00:00 2001
 From: Debarshi Ray <debarshir@gnome.org>
 Date: Mon, 12 May 2014 14:57:18 +0200
 Subject: [PATCH 01/14] Restore transparency
 From: Debarshi Ray <debarshir@gnome.org>
 Date: Mon, 12 May 2014 14:57:18 +0200
 Subject: [PATCH 01/14] Restore transparency
@@ -13,20 +13,22 @@ was not restored.
 The transparency checkbox lost its mnemonic accelerator because 't'
 is already taken and using any other letter would make it hard to
 restore the translations of the string.
 The transparency checkbox lost its mnemonic accelerator because 't'
 is already taken and using any other letter would make it hard to
 restore the translations of the string.
+
+Some changes by Peter Weber <peter.weber@mailbox.org>
 ---
 ---
- src/org.gnome.Terminal.gschema.xml | 10 ++++++++
- src/profile-editor.c               | 11 +++++++++
- src/profile-preferences.ui         | 47 ++++++++++++++++++++++++++++++++++++++
- src/terminal-schemas.h             |  3 +++
- src/terminal-screen.c              | 22 +++++++++++++++++-
- src/terminal-window.c              |  7 ++++++
- 6 files changed, 99 insertions(+), 1 deletion(-)
+ src/org.gnome.Terminal.gschema.xml | 10 +++++++
+ src/preferences.ui                 | 47 ++++++++++++++++++++++++++++++
+ src/profile-editor.c               | 16 ++++++++++
+ src/terminal-schemas.h             |  3 ++
+ src/terminal-screen.c              | 22 +++++++++++++-
+ src/terminal-window.c              |  7 +++++
+ 6 files changed, 104 insertions(+), 1 deletion(-)
 
 diff --git a/src/org.gnome.Terminal.gschema.xml b/src/org.gnome.Terminal.gschema.xml
 
 diff --git a/src/org.gnome.Terminal.gschema.xml b/src/org.gnome.Terminal.gschema.xml
-index c68512b3f8f8..1b0121b8b85a 100644
+index 945b0bd661c5..c581f3cf2553 100644
 --- a/src/org.gnome.Terminal.gschema.xml
 +++ b/src/org.gnome.Terminal.gschema.xml
 --- a/src/org.gnome.Terminal.gschema.xml
 +++ b/src/org.gnome.Terminal.gschema.xml
-@@ -370,6 +370,16 @@
+@@ -400,6 +400,16 @@
        <default>'narrow'</default>
        <summary>Whether ambiguous-width characters are narrow or wide when using UTF-8 encoding</summary>
      </key>
        <default>'narrow'</default>
        <summary>Whether ambiguous-width characters are narrow or wide when using UTF-8 encoding</summary>
      </key>
@@ -43,36 +45,13 @@ index c68512b3f8f8..1b0121b8b85a 100644
    </schema>
  
    <!-- Keybinding settings -->
    </schema>
  
    <!-- Keybinding settings -->
-diff --git a/src/profile-editor.c b/src/profile-editor.c
-index 002561d77dcb..9b8a35c6b859 100644
---- a/src/profile-editor.c
-+++ b/src/profile-editor.c
-@@ -1215,7 +1215,18 @@ terminal_profile_edit (GSettings  *profile,
-                    "active-id",
-                    G_SETTINGS_BIND_GET | G_SETTINGS_BIND_SET);
-+  g_settings_bind (profile, TERMINAL_PROFILE_USE_TRANSPARENT_BACKGROUND,
-+                   gtk_builder_get_object (builder, "use-transparent-background"),
-+                   "active", G_SETTINGS_BIND_GET | G_SETTINGS_BIND_SET);
-+  g_settings_bind (profile, TERMINAL_PROFILE_USE_TRANSPARENT_BACKGROUND,
-+                   gtk_builder_get_object (builder, "background-transparent-scale"),
-+                   "sensitive", G_SETTINGS_BIND_GET | G_SETTINGS_BIND_NO_SENSITIVITY);
-+  g_settings_bind (profile, TERMINAL_PROFILE_BACKGROUND_TRANSPARENCY_PERCENT,
-+                   gtk_builder_get_object (builder, "background-transparent-adjustment"),
-+                   "value", G_SETTINGS_BIND_GET | G_SETTINGS_BIND_SET);
-+
-   /* Finished! */
-+
-   terminal_util_bind_mnemonic_label_sensitivity (editor);
-   terminal_util_dialog_focus_widget (editor, widget_name);
-diff --git a/src/profile-preferences.ui b/src/profile-preferences.ui
-index 5adcb5317e01..e1cb3470d0ee 100644
---- a/src/profile-preferences.ui
-+++ b/src/profile-preferences.ui
-@@ -23,6 +23,11 @@
-     <property name="step_increment">1</property>
-     <property name="page_increment">100</property>
+diff --git a/src/preferences.ui b/src/preferences.ui
+index 6259aac0f02f..f5c366f14e10 100644
+--- a/src/preferences.ui
++++ b/src/preferences.ui
+@@ -77,6 +77,11 @@
+     <property name="step_increment">0.05</property>
+     <property name="page_increment">0.25</property>
    </object>
 +  <object class="GtkAdjustment" id="background-transparent-adjustment">
 +    <property name="upper">100</property>
    </object>
 +  <object class="GtkAdjustment" id="background-transparent-adjustment">
 +    <property name="upper">100</property>
@@ -82,60 +61,87 @@ index 5adcb5317e01..e1cb3470d0ee 100644
    <object class="GtkListStore" id="cjk-ambiguous-width-model">
      <columns>
        <!-- column-name gchararray -->
    <object class="GtkListStore" id="cjk-ambiguous-width-model">
      <columns>
        <!-- column-name gchararray -->
-@@ -1036,6 +1041,48 @@
-                                 <property name="position">1</property>
-                               </packing>
-                             </child>
-+                            <child>
-+                              <object class="GtkBox" id="use-transparent-background-box">
-+                                <property name="visible">True</property>
-+                                <property name="can_focus">False</property>
-+                                <property name="orientation">horizontal</property>
-+                                <property name="spacing">12</property>
-+                                <child>
-+                                  <object class="GtkCheckButton" id="use-transparent-background">
-+                                    <property name="label" translatable="yes">Transparent background</property>
-+                                    <property name="visible">True</property>
-+                                    <property name="can_focus">True</property>
-+                                    <property name="receives_default">False</property>
-+                                    <property name="use_underline">True</property>
-+                                    <property name="xalign">0</property>
-+                                    <property name="draw_indicator">True</property>
-+                                  </object>
-+                                  <packing>
-+                                    <property name="expand">False</property>
-+                                    <property name="fill">False</property>
-+                                    <property name="position">0</property>
-+                                  </packing>
-+                                </child>
-+                                <child>
-+                                  <object class="GtkScale" id="background-transparent-scale">
-+                                    <property name="visible">True</property>
-+                                    <property name="can_focus">True</property>
-+                                    <property name="adjustment">background-transparent-adjustment</property>
-+                                    <property name="draw_value">False</property>
-+                                  </object>
-+                                  <packing>
-+                                    <property name="expand">True</property>
-+                                    <property name="fill">True</property>
-+                                    <property name="position">1</property>
-+                                  </packing>
-+                                </child>
-+                              </object>
-+                              <packing>
-+                                <property name="expand">True</property>
-+                                <property name="fill">True</property>
-+                                <property name="position">2</property>
-+                              </packing>
-+                            </child>
-                           </object>
-                         </child>
-                       </object>
+@@ -1317,6 +1322,48 @@
+                                             <property name="position">1</property>
+                                           </packing>
+                                         </child>
++                                        <child>
++                                          <object class="GtkBox" id="use-transparent-background-box">
++                                            <property name="visible">True</property>
++                                            <property name="can_focus">False</property>
++                                            <property name="orientation">horizontal</property>
++                                            <property name="spacing">12</property>
++                                            <child>
++                                              <object class="GtkCheckButton" id="use-transparent-background">
++                                                <property name="label" translatable="yes">Transparent background</property>
++                                                <property name="visible">True</property>
++                                                <property name="can_focus">True</property>
++                                                <property name="receives_default">False</property>
++                                                <property name="use_underline">True</property>
++                                                <property name="xalign">0</property>
++                                                <property name="draw_indicator">True</property>
++                                              </object>
++                                              <packing>
++                                                <property name="expand">False</property>
++                                                <property name="fill">False</property>
++                                                <property name="position">0</property>
++                                              </packing>
++                                            </child>
++                                            <child>
++                                              <object class="GtkScale" id="background-transparent-scale">
++                                                <property name="visible">True</property>
++                                                <property name="can_focus">True</property>
++                                                <property name="adjustment">background-transparent-adjustment</property>
++                                                <property name="draw_value">False</property>
++                                              </object>
++                                              <packing>
++                                                <property name="expand">True</property>
++                                                <property name="fill">True</property>
++                                                <property name="position">1</property>
++                                              </packing>
++                                            </child>
++                                          </object>
++                                          <packing>
++                                            <property name="expand">True</property>
++                                            <property name="fill">True</property>
++                                            <property name="position">2</property>
++                                          </packing>
++                                        </child>
+                                       </object>
+                                     </child>
+                                   </object>
+diff --git a/src/profile-editor.c b/src/profile-editor.c
+index eaad9182fed2..e03e35fc1bea 100644
+--- a/src/profile-editor.c
++++ b/src/profile-editor.c
+@@ -1254,6 +1254,22 @@ profile_prefs_load (const char *uuid, GSettings *profile)
+                                w,
+                                "active-id",
+                                G_SETTINGS_BIND_GET | G_SETTINGS_BIND_SET);
++
++  profile_prefs_settings_bind (profile,
++                               TERMINAL_PROFILE_USE_TRANSPARENT_BACKGROUND,
++                               gtk_builder_get_object (builder, "use-transparent-background"),
++                               "active",
++                               G_SETTINGS_BIND_GET | G_SETTINGS_BIND_SET);
++  profile_prefs_settings_bind (profile,
++                               TERMINAL_PROFILE_USE_TRANSPARENT_BACKGROUND,
++                               gtk_builder_get_object (builder, "background-transparent-scale"),
++                               "sensitive",
++                               G_SETTINGS_BIND_GET | G_SETTINGS_BIND_NO_SENSITIVITY);
++  profile_prefs_settings_bind (profile,
++                               TERMINAL_PROFILE_BACKGROUND_TRANSPARENCY_PERCENT,
++                               gtk_builder_get_object (builder, "background-transparent-adjustment"),
++                               "value",
++                               G_SETTINGS_BIND_GET | G_SETTINGS_BIND_SET);
+ }
+ /* Called once per Preferences window, to destroy stuff that doesn't depend on the profile being edited */
 diff --git a/src/terminal-schemas.h b/src/terminal-schemas.h
 diff --git a/src/terminal-schemas.h b/src/terminal-schemas.h
-index 4b734a3961d1..e434075d86af 100644
+index 5b0d8c3ed416..4da44232e491 100644
 --- a/src/terminal-schemas.h
 +++ b/src/terminal-schemas.h
 --- a/src/terminal-schemas.h
 +++ b/src/terminal-schemas.h
-@@ -69,6 +69,9 @@ G_BEGIN_DECLS
+@@ -73,6 +73,9 @@ G_BEGIN_DECLS
  #define TERMINAL_PROFILE_VISIBLE_NAME_KEY               "visible-name"
  #define TERMINAL_PROFILE_WORD_CHAR_EXCEPTIONS_KEY       "word-char-exceptions"
  
  #define TERMINAL_PROFILE_VISIBLE_NAME_KEY               "visible-name"
  #define TERMINAL_PROFILE_WORD_CHAR_EXCEPTIONS_KEY       "word-char-exceptions"
  
@@ -146,10 +152,10 @@ index 4b734a3961d1..e434075d86af 100644
  #define TERMINAL_SETTING_DEFAULT_SHOW_MENUBAR_KEY       "default-show-menubar"
  #define TERMINAL_SETTING_ENABLE_MENU_BAR_ACCEL_KEY      "menu-accelerator-enabled"
 diff --git a/src/terminal-screen.c b/src/terminal-screen.c
  #define TERMINAL_SETTING_DEFAULT_SHOW_MENUBAR_KEY       "default-show-menubar"
  #define TERMINAL_SETTING_ENABLE_MENU_BAR_ACCEL_KEY      "menu-accelerator-enabled"
 diff --git a/src/terminal-screen.c b/src/terminal-screen.c
-index 63f0ca28227c..6209dee51312 100644
+index a85fcefd40e1..26202e4555ea 100644
 --- a/src/terminal-screen.c
 +++ b/src/terminal-screen.c
 --- a/src/terminal-screen.c
 +++ b/src/terminal-screen.c
-@@ -829,7 +829,9 @@ terminal_screen_profile_changed_cb (GSettings     *profile,
+@@ -800,7 +800,9 @@ terminal_screen_profile_changed_cb (GSettings     *profile,
        prop_name == I_(TERMINAL_PROFILE_HIGHLIGHT_COLORS_SET_KEY) ||
        prop_name == I_(TERMINAL_PROFILE_HIGHLIGHT_BACKGROUND_COLOR_KEY) ||
        prop_name == I_(TERMINAL_PROFILE_HIGHLIGHT_FOREGROUND_COLOR_KEY) ||
        prop_name == I_(TERMINAL_PROFILE_HIGHLIGHT_COLORS_SET_KEY) ||
        prop_name == I_(TERMINAL_PROFILE_HIGHLIGHT_BACKGROUND_COLOR_KEY) ||
        prop_name == I_(TERMINAL_PROFILE_HIGHLIGHT_FOREGROUND_COLOR_KEY) ||
@@ -160,7 +166,7 @@ index 63f0ca28227c..6209dee51312 100644
      update_color_scheme (screen);
  
    if (!prop_name || prop_name == I_(TERMINAL_PROFILE_AUDIBLE_BELL_KEY))
      update_color_scheme (screen);
  
    if (!prop_name || prop_name == I_(TERMINAL_PROFILE_AUDIBLE_BELL_KEY))
-@@ -899,6 +901,8 @@ update_color_scheme (TerminalScreen *screen)
+@@ -877,6 +879,8 @@ update_color_scheme (TerminalScreen *screen)
    GdkRGBA *cursor_bgp = NULL, *cursor_fgp = NULL;
    GdkRGBA *highlight_bgp = NULL, *highlight_fgp = NULL;
    GtkStyleContext *context;
    GdkRGBA *cursor_bgp = NULL, *cursor_fgp = NULL;
    GdkRGBA *highlight_bgp = NULL, *highlight_fgp = NULL;
    GtkStyleContext *context;
@@ -169,7 +175,7 @@ index 63f0ca28227c..6209dee51312 100644
    gboolean use_theme_colors;
  
    context = gtk_widget_get_style_context (widget);
    gboolean use_theme_colors;
  
    context = gtk_widget_get_style_context (widget);
-@@ -940,6 +944,18 @@ update_color_scheme (TerminalScreen *screen)
+@@ -918,6 +922,18 @@ update_color_scheme (TerminalScreen *screen)
      }
  
    colors = terminal_g_settings_get_rgba_palette (priv->profile, TERMINAL_PROFILE_PALETTE_KEY, &n_colors);
      }
  
    colors = terminal_g_settings_get_rgba_palette (priv->profile, TERMINAL_PROFILE_PALETTE_KEY, &n_colors);
@@ -188,7 +194,7 @@ index 63f0ca28227c..6209dee51312 100644
    vte_terminal_set_colors (VTE_TERMINAL (screen), &fg, &bg,
                             colors, n_colors);
    vte_terminal_set_color_bold (VTE_TERMINAL (screen), boldp);
    vte_terminal_set_colors (VTE_TERMINAL (screen), &fg, &bg,
                             colors, n_colors);
    vte_terminal_set_color_bold (VTE_TERMINAL (screen), boldp);
-@@ -947,6 +963,10 @@ update_color_scheme (TerminalScreen *screen)
+@@ -925,6 +941,10 @@ update_color_scheme (TerminalScreen *screen)
    vte_terminal_set_color_cursor_foreground (VTE_TERMINAL (screen), cursor_fgp);
    vte_terminal_set_color_highlight (VTE_TERMINAL (screen), highlight_bgp);
    vte_terminal_set_color_highlight_foreground (VTE_TERMINAL (screen), highlight_fgp);
    vte_terminal_set_color_cursor_foreground (VTE_TERMINAL (screen), cursor_fgp);
    vte_terminal_set_color_highlight (VTE_TERMINAL (screen), highlight_bgp);
    vte_terminal_set_color_highlight_foreground (VTE_TERMINAL (screen), highlight_fgp);
@@ -200,19 +206,19 @@ index 63f0ca28227c..6209dee51312 100644
  
  static void
 diff --git a/src/terminal-window.c b/src/terminal-window.c
  
  static void
 diff --git a/src/terminal-window.c b/src/terminal-window.c
-index 2921c025596c..c41a73231bf4 100644
+index 4ed3647498b2..8fc70ce74252 100644
 --- a/src/terminal-window.c
 +++ b/src/terminal-window.c
 --- a/src/terminal-window.c
 +++ b/src/terminal-window.c
-@@ -2621,6 +2621,8 @@ terminal_window_init (TerminalWindow *window)
+@@ -2088,6 +2088,8 @@ terminal_window_init (TerminalWindow *window)
+   };
    TerminalWindowPrivate *priv;
    TerminalApp *app;
    TerminalWindowPrivate *priv;
    TerminalApp *app;
-   TerminalSettingsList *profiles_list;
 +  GdkScreen *screen;
 +  GdkVisual *visual;
    GSettings *gtk_debug_settings;
 +  GdkScreen *screen;
 +  GdkVisual *visual;
    GSettings *gtk_debug_settings;
-   GtkActionGroup *action_group;
-   GtkAction *action;
-@@ -2637,6 +2639,11 @@ terminal_window_init (TerminalWindow *window)
+   GtkWindowGroup *window_group;
+   //  GtkAccelGroup *accel_group;
+@@ -2102,6 +2104,11 @@ terminal_window_init (TerminalWindow *window)
  
    gtk_widget_init_template (GTK_WIDGET (window));
  
  
    gtk_widget_init_template (GTK_WIDGET (window));
  
@@ -225,10 +231,10 @@ index 2921c025596c..c41a73231bf4 100644
    uuid_unparse (u, uuidstr);
    priv->uuid = g_strdup (uuidstr);
 -- 
    uuid_unparse (u, uuidstr);
    priv->uuid = g_strdup (uuidstr);
 -- 
-2.12.0
+2.19.1
 
 
 
 
-From 35cdbfcc31e648b64de6d34d25ce4d76f790966b Mon Sep 17 00:00:00 2001
+From f10a426375c392add4ad9ce28bdfc17c27b2da23 Mon Sep 17 00:00:00 2001
 From: Lars Uebernickel <lars.uebernickel@canonical.com>
 Date: Wed, 28 May 2014 14:11:02 +0200
 Subject: [PATCH 02/14] window: Make the drawing robust across all themes
 From: Lars Uebernickel <lars.uebernickel@canonical.com>
 Date: Wed, 28 May 2014 14:11:02 +0200
 Subject: [PATCH 02/14] window: Make the drawing robust across all themes
@@ -248,13 +254,14 @@ https://bugzilla.gnome.org/show_bug.cgi?id=730016
  1 file changed, 21 insertions(+)
 
 diff --git a/src/terminal-window.c b/src/terminal-window.c
  1 file changed, 21 insertions(+)
 
 diff --git a/src/terminal-window.c b/src/terminal-window.c
-index c41a73231bf4..fb64fa89b3cc 100644
+index 8fc70ce74252..1707ada83ce8 100644
 --- a/src/terminal-window.c
 +++ b/src/terminal-window.c
 --- a/src/terminal-window.c
 +++ b/src/terminal-window.c
-@@ -2295,6 +2295,26 @@ terminal_window_realize (GtkWidget *widget)
+@@ -1944,6 +1944,26 @@ terminal_window_realize (GtkWidget *widget)
+   terminal_window_update_size (window);
  }
  
  }
  
- static gboolean
++static gboolean
 +terminal_window_draw (GtkWidget *widget,
 +                      cairo_t   *cr)
 +{
 +terminal_window_draw (GtkWidget *widget,
 +                      cairo_t   *cr)
 +{
@@ -274,11 +281,10 @@ index c41a73231bf4..fb64fa89b3cc 100644
 +  return GTK_WIDGET_CLASS (terminal_window_parent_class)->draw (widget, cr);
 +}
 +
 +  return GTK_WIDGET_CLASS (terminal_window_parent_class)->draw (widget, cr);
 +}
 +
-+static gboolean
+ static gboolean
  terminal_window_state_event (GtkWidget            *widget,
                               GdkEventWindowState  *event)
  terminal_window_state_event (GtkWidget            *widget,
                               GdkEventWindowState  *event)
- {
-@@ -2832,6 +2852,7 @@ terminal_window_class_init (TerminalWindowClass *klass)
+@@ -2255,6 +2275,7 @@ terminal_window_class_init (TerminalWindowClass *klass)
  
    widget_class->show = terminal_window_show;
    widget_class->realize = terminal_window_realize;
  
    widget_class->show = terminal_window_show;
    widget_class->realize = terminal_window_realize;
@@ -287,10 +293,10 @@ index c41a73231bf4..fb64fa89b3cc 100644
    widget_class->screen_changed = terminal_window_screen_changed;
    widget_class->style_updated = terminal_window_style_updated;
 -- 
    widget_class->screen_changed = terminal_window_screen_changed;
    widget_class->style_updated = terminal_window_style_updated;
 -- 
-2.12.0
+2.19.1
 
 
 
 
-From 3c9051b8b0c38ab8d7a6930808d98e3c9525fcf9 Mon Sep 17 00:00:00 2001
+From ab579d89948777e2e0267376d64cca79af6684d9 Mon Sep 17 00:00:00 2001
 From: "Owen W. Taylor" <otaylor@fishsoup.net>
 Date: Fri, 13 Nov 2015 15:16:42 +0100
 Subject: [PATCH 03/14] screen, window: Extra padding around transparent
 From: "Owen W. Taylor" <otaylor@fishsoup.net>
 Date: Fri, 13 Nov 2015 15:16:42 +0100
 Subject: [PATCH 03/14] screen, window: Extra padding around transparent
@@ -303,7 +309,7 @@ https://bugzilla.redhat.com/show_bug.cgi?id=1207943
  2 files changed, 49 insertions(+), 9 deletions(-)
 
 diff --git a/src/terminal-screen.c b/src/terminal-screen.c
  2 files changed, 49 insertions(+), 9 deletions(-)
 
 diff --git a/src/terminal-screen.c b/src/terminal-screen.c
-index 6209dee51312..043a7ae9c4b2 100644
+index 26202e4555ea..c0ce8a89126c 100644
 --- a/src/terminal-screen.c
 +++ b/src/terminal-screen.c
 @@ -139,6 +139,8 @@ static void terminal_screen_system_font_changed_cb (GSettings *,
 --- a/src/terminal-screen.c
 +++ b/src/terminal-screen.c
 @@ -139,6 +139,8 @@ static void terminal_screen_system_font_changed_cb (GSettings *,
@@ -315,7 +321,7 @@ index 6209dee51312..043a7ae9c4b2 100644
  static gboolean terminal_screen_do_exec (TerminalScreen *screen,
                                           FDSetupData    *data,
                                           GError **error);
  static gboolean terminal_screen_do_exec (TerminalScreen *screen,
                                           FDSetupData    *data,
                                           GError **error);
-@@ -484,6 +486,7 @@ terminal_screen_class_init (TerminalScreenClass *klass)
+@@ -475,6 +477,7 @@ terminal_screen_class_init (TerminalScreenClass *klass)
    widget_class->drag_data_received = terminal_screen_drag_data_received;
    widget_class->button_press_event = terminal_screen_button_press;
    widget_class->popup_menu = terminal_screen_popup_menu;
    widget_class->drag_data_received = terminal_screen_drag_data_received;
    widget_class->button_press_event = terminal_screen_button_press;
    widget_class->popup_menu = terminal_screen_popup_menu;
@@ -323,10 +329,11 @@ index 6209dee51312..043a7ae9c4b2 100644
  
    terminal_class->child_exited = terminal_screen_child_exited;
  
  
    terminal_class->child_exited = terminal_screen_child_exited;
  
-@@ -887,6 +890,32 @@ terminal_screen_profile_changed_cb (GSettings     *profile,
+@@ -864,6 +867,32 @@ terminal_screen_profile_changed_cb (GSettings     *profile,
+   g_object_thaw_notify (object);
  }
  
  }
  
- static void
++static void
 +update_toplevel_transparency (TerminalScreen *screen)
 +{
 +  GtkWidget *widget = GTK_WIDGET (screen);
 +update_toplevel_transparency (TerminalScreen *screen)
 +{
 +  GtkWidget *widget = GTK_WIDGET (screen);
@@ -352,11 +359,10 @@ index 6209dee51312..043a7ae9c4b2 100644
 +    }
 +}
 +
 +    }
 +}
 +
-+static void
+ static void
  update_color_scheme (TerminalScreen *screen)
  {
  update_color_scheme (TerminalScreen *screen)
  {
-   GtkWidget *widget = GTK_WIDGET (screen);
-@@ -964,9 +993,7 @@ update_color_scheme (TerminalScreen *screen)
+@@ -942,9 +971,7 @@ update_color_scheme (TerminalScreen *screen)
    vte_terminal_set_color_highlight (VTE_TERMINAL (screen), highlight_bgp);
    vte_terminal_set_color_highlight_foreground (VTE_TERMINAL (screen), highlight_fgp);
  
    vte_terminal_set_color_highlight (VTE_TERMINAL (screen), highlight_bgp);
    vte_terminal_set_color_highlight_foreground (VTE_TERMINAL (screen), highlight_fgp);
  
@@ -367,7 +373,7 @@ index 6209dee51312..043a7ae9c4b2 100644
  }
  
  static void
  }
  
  static void
-@@ -1585,6 +1612,13 @@ terminal_screen_do_popup (TerminalScreen *screen,
+@@ -1549,6 +1576,13 @@ terminal_screen_do_popup (TerminalScreen *screen,
    terminal_screen_popup_info_unref (info);
  }
  
    terminal_screen_popup_info_unref (info);
  }
  
@@ -382,10 +388,10 @@ index 6209dee51312..043a7ae9c4b2 100644
  terminal_screen_button_press (GtkWidget      *widget,
                                GdkEventButton *event)
 diff --git a/src/terminal-window.c b/src/terminal-window.c
  terminal_screen_button_press (GtkWidget      *widget,
                                GdkEventButton *event)
 diff --git a/src/terminal-window.c b/src/terminal-window.c
-index fb64fa89b3cc..f1b1c7d1038d 100644
+index 1707ada83ce8..a3c5a7fc2f46 100644
 --- a/src/terminal-window.c
 +++ b/src/terminal-window.c
 --- a/src/terminal-window.c
 +++ b/src/terminal-window.c
-@@ -2300,15 +2300,21 @@ terminal_window_draw (GtkWidget *widget,
+@@ -1950,15 +1950,21 @@ terminal_window_draw (GtkWidget *widget,
  {
    if (gtk_widget_get_app_paintable (widget))
      {
  {
    if (gtk_widget_get_app_paintable (widget))
      {
@@ -414,94 +420,120 @@ index fb64fa89b3cc..f1b1c7d1038d 100644
  
    return GTK_WIDGET_CLASS (terminal_window_parent_class)->draw (widget, cr);
 -- 
  
    return GTK_WIDGET_CLASS (terminal_window_parent_class)->draw (widget, cr);
 -- 
-2.12.0
+2.19.1
 
 
 
 
-From 4b4724401670d9006aca20b83d7027c8607c006d Mon Sep 17 00:00:00 2001
+From aa31c5189de74fba379426792f5d48c64515ba48 Mon Sep 17 00:00:00 2001
+From: Debarshi Ray <debarshir@gnome.org>
+Date: Mon, 27 Feb 2017 16:53:51 +0100
+Subject: [PATCH 04/14] screen: Silence -Wunused variable
+
+https://bugzilla.redhat.com/show_bug.cgi?id=1207943
+---
+ src/terminal-screen.c | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/src/terminal-screen.c b/src/terminal-screen.c
+index c0ce8a89126c..1b763a3890dd 100644
+--- a/src/terminal-screen.c
++++ b/src/terminal-screen.c
+@@ -908,7 +908,6 @@ update_color_scheme (TerminalScreen *screen)
+   GdkRGBA *cursor_bgp = NULL, *cursor_fgp = NULL;
+   GdkRGBA *highlight_bgp = NULL, *highlight_fgp = NULL;
+   GtkStyleContext *context;
+-  GtkWidget *toplevel;
+   gboolean transparent;
+   gboolean use_theme_colors;
+-- 
+2.19.1
+
+
+From b3c8ba6bd276defab38d05406d225f56b170db08 Mon Sep 17 00:00:00 2001
 From: Debarshi Ray <debarshir@gnome.org>
 Date: Tue, 17 Feb 2015 17:06:17 +0100
 Subject: [PATCH 11/14] Restore translations for setting a title and
  transparency
 
 ---
 From: Debarshi Ray <debarshir@gnome.org>
 Date: Tue, 17 Feb 2015 17:06:17 +0100
 Subject: [PATCH 11/14] Restore translations for setting a title and
  transparency
 
 ---
- po/am.po          | 12 ++++++------
- po/an.po          | 16 ++++++++--------
- po/ar.po          | 20 ++++++++++----------
- po/as.po          | 20 ++++++++++----------
+ po/am.po          |  8 ++++----
+ po/an.po          | 12 ++++++------
+ po/ar.po          | 16 ++++++++--------
+ po/as.po          | 16 ++++++++--------
  po/ast.po         |  8 ++++----
  po/ast.po         |  8 ++++----
- po/az.po          | 12 ++++++------
+ po/az.po          |  8 ++++----
  po/be.po          |  3 +++
  po/be@latin.po    |  8 ++++----
  po/be.po          |  3 +++
  po/be@latin.po    |  8 ++++----
- po/bg.po          | 12 ++++++++++++
+ po/bg.po          |  9 +++++++++
  po/bn.po          |  8 ++++----
  po/bn.po          |  8 ++++----
- po/bn_IN.po       | 15 +++++++++------
+ po/bn_IN.po       | 11 +++++++----
  po/br.po          |  6 +++---
  po/br.po          |  6 +++---
- po/bs.po          | 13 +++++++++++++
- po/ca.po          | 15 +++++++++++++++
- po/ca@valencia.po | 15 +++++++++++++++
- po/cs.po          | 15 +++++++++++++++
+ po/bs.po          | 1++++++++++
+ po/ca.po          | 1++++++++++++
+ po/ca@valencia.po | 1++++++++++++
+ po/cs.po          | 1++++++++++++
  po/cy.po          |  8 ++++----
  po/cy.po          |  8 ++++----
- po/da.po          | 20 ++++++++++----------
- po/de.po          | 20 ++++++++++----------
+ po/da.po          | 11 +++++++++++
+ po/de.po          | 12 ++++++++++++
  po/dz.po          |  8 ++++----
  po/dz.po          |  8 ++++----
- po/el.po          | 19 +++++++++++--------
+ po/el.po          | 15 +++++++++------
  po/en@shaw.po     |  8 ++++----
  po/en@shaw.po     |  8 ++++----
- po/en_CA.po       | 12 ++++++------
- po/en_GB.po       | 20 ++++++++++----------
- po/eo.po          | 12 ++++++------
- po/es.po          | 20 ++++++++++----------
+ po/en_CA.po       |  8 ++++----
+ po/en_GB.po       | 16 ++++++++--------
+ po/eo.po          |  8 ++++----
+ po/es.po          | 16 ++++++++--------
  po/et.po          |  3 +++
  po/et.po          |  3 +++
- po/eu.po          | 20 ++++++++++----------
- po/fa.po          | 19 +++++++++++--------
- po/fi.po          | 15 +++++++++++++++
- po/fr.po          | 15 +++++++++++++++
- po/fur.po         | 16 ++++++++++------
+ po/eu.po          | 16 ++++++++--------
+ po/fa.po          | 15 +++++++++------
+ po/fi.po          | 1++++++++++++
+ po/fr.po          | 1++++++++++++
+ po/fur.po         | 11 +++++++++--
  po/ga.po          |  3 +++
  po/ga.po          |  3 +++
- po/gl.po          | 20 ++++++++++----------
- po/gu.po          | 20 ++++++++++----------
- po/he.po          | 20 ++++++++++----------
- po/hi.po          | 21 ++++++++++-----------
- po/hr.po          | 13 +++++++++++++
- po/hu.po          | 19 +++++++++++--------
+ po/gl.po          | 16 ++++++++--------
+ po/gu.po          | 16 ++++++++--------
+ po/he.po          | 16 ++++++++--------
+ po/hi.po          | 17 ++++++++---------
+ po/hr.po          | 1++++++++++
+ po/hu.po          | 12 ++++++++++++
  po/hy.po          |  8 ++++----
  po/hy.po          |  8 ++++----
- po/id.po          | 15 +++++++++++++++
- po/it.po          | 15 +++++++++++++++
- po/ja.po          | 15 +++++++++++++++
- po/ka.po          | 10 +++++-----
- po/kk.po          | 15 +++++++++++++++
+ po/id.po          | 1++++++++++++
+ po/it.po          | 1++++++++++++
+ po/ja.po          | 1++++++++++++
+ po/ka.po          |  6 +++---
+ po/kk.po          | 1++++++++++++
  po/km.po          |  4 ++--
  po/km.po          |  4 ++--
- po/kn.po          | 19 +++++++++++--------
- po/ko.po          | 15 +++++++++++++++
+ po/kn.po          | 15 +++++++++------
+ po/ko.po          | 1++++++++++++
  po/ku.po          |  8 ++++----
  po/ku.po          |  8 ++++----
- po/lt.po          | 15 +++++++++++++++
- po/lv.po          | 18 ++++++++++++++++++
+ po/lt.po          | 1++++++++++++
+ po/lv.po          | 1++++++++++++++++
  po/mai.po         |  8 ++++----
  po/mai.po         |  8 ++++----
- po/mg.po          | 12 ++++++------
+ po/mg.po          |  8 ++++----
  po/mk.po          |  8 ++++----
  po/mk.po          |  8 ++++----
- po/ml.po          |  4 ++--
- po/mn.po          | 12 ++++++------
- po/mr.po          | 20 ++++++++++----------
- po/ms.po          | 12 ++++++------
- po/nb.po          | 15 +++++++++++++++
+ po/ml.po          |  3 +++
+ po/mn.po          |  8 ++++----
+ po/mr.po          | 16 ++++++++--------
+ po/ms.po          |  8 ++++----
+ po/nb.po          | 1++++++++++++
  po/nds.po         |  8 ++++----
  po/nds.po         |  8 ++++----
- po/ne.po          | 16 ++++++++--------
- po/nl.po          | 19 +++++++++++--------
+ po/ne.po          | 12 ++++++------
+ po/nl.po          | 12 ++++++++++++
  po/nn.po          |  8 ++++----
  po/nn.po          |  8 ++++----
- po/oc.po          | 16 ++++++++--------
+ po/oc.po          | 12 ++++++------
  po/or.po          |  4 ++--
  po/or.po          |  4 ++--
- po/pa.po          | 27 +++++++++++++--------------
+ po/pa.po          | 23 +++++++++++------------
  po/ps.po          |  8 ++++----
  po/ps.po          |  8 ++++----
- po/pt.po          | 20 ++++++++++----------
- po/pt_BR.po       | 19 +++++++++++--------
- po/ro.po          |  8 ++++----
- po/ru.po          | 19 +++++++++++++++++++
+ po/pt.po          | 16 ++++++++--------
+ po/pt_BR.po       | 15 +++++++++------
+ po/ro.po          |  4 ++--
+ po/ru.po          | 1++++++++++++++++
  po/rw.po          |  3 +--
  po/rw.po          |  3 +--
- po/si.po          | 12 ++++++------
- po/sk.po          | 15 +++++++++++++++
- po/sl.po          | 19 +++++++++++--------
+ po/si.po          |  8 ++++----
+ po/sk.po          | 1++++++++++++
+ po/sl.po          | 15 +++++++++------
  po/sq.po          |  8 ++++----
  po/sq.po          |  8 ++++----
- po/sr.po          | 26 ++++++++++++++------------
- po/sr@latin.po    | 26 ++++++++++++++------------
+ po/sr.po          | 22 ++++++++++++----------
+ po/sr@latin.po    | 22 ++++++++++++----------
  po/sv.po          | 12 ++++++++++++
  po/ta.po          | 27 +++++++++++++--------------
  po/te.po          | 27 +++++++++++++--------------
  po/sv.po          | 12 ++++++++++++
  po/ta.po          | 27 +++++++++++++--------------
  po/te.po          | 27 +++++++++++++--------------
@@ -510,16 +542,16 @@ Subject: [PATCH 11/14] Restore translations for setting a title and
  po/tr.po          | 12 ++++++++++++
  po/ug.po          |  4 ++--
  po/uk.po          | 20 ++++++++++----------
  po/tr.po          | 12 ++++++++++++
  po/ug.po          |  4 ++--
  po/uk.po          | 20 ++++++++++----------
- po/vi.po          | 19 +++++++++++--------
+ po/vi.po          | 15 +++++++++------
  po/wa.po          | 12 ++++++------
  po/xh.po          | 12 ++++++------
  po/wa.po          | 12 ++++++------
  po/xh.po          | 12 ++++++------
- po/zh_CN.po       | 19 +++++++++++--------
- po/zh_HK.po       | 19 +++++++++++--------
- po/zh_TW.po       | 19 +++++++++++--------
- 92 files changed, 829 insertions(+), 487 deletions(-)
+ po/zh_CN.po       | 15 +++++++++------
+ po/zh_HK.po       | 15 +++++++++------
+ po/zh_TW.po       | 15 +++++++++------
+ 92 files changed, 707 insertions(+), 371 deletions(-)
 
 diff --git a/po/am.po b/po/am.po
 
 diff --git a/po/am.po b/po/am.po
-index 3445d96da657..f28fc8bf8a2d 100644
+index 3445d96da657..ee992f0712a5 100644
 --- a/po/am.po
 +++ b/po/am.po
 @@ -214,8 +214,8 @@ msgid "<b>Background</b>"
 --- a/po/am.po
 +++ b/po/am.po
 @@ -214,8 +214,8 @@ msgid "<b>Background</b>"
@@ -544,19 +576,8 @@ index 3445d96da657..f28fc8bf8a2d 100644
  
  #: ../src/gnome-terminal.glade2.h:103
  msgid "_Update login records when command is launched"
  
  #: ../src/gnome-terminal.glade2.h:103
  msgid "_Update login records when command is launched"
-@@ -1969,8 +1969,8 @@ msgid "Change _Profile"
- msgstr "_ግለ መግለጫ"
- #: ../src/terminal-window.c:979
--msgid "_Set Title..."
--msgstr "አርእስት _ይምረጡ..."
-+msgid "_Set Title…"
-+msgstr "አርእስት _ይምረጡ…"
- #: ../src/terminal-window.c:986
- #, fuzzy
 diff --git a/po/an.po b/po/an.po
 diff --git a/po/an.po b/po/an.po
-index fcec2668aa11..53c7d2200c59 100644
+index fcec2668aa11..9e07cb682c57 100644
 --- a/po/an.po
 +++ b/po/an.po
 @@ -2241,8 +2241,8 @@ msgstr "_Zarrar a finestra"
 --- a/po/an.po
 +++ b/po/an.po
 @@ -2241,8 +2241,8 @@ msgstr "_Zarrar a finestra"
@@ -581,17 +602,6 @@ index fcec2668aa11..53c7d2200c59 100644
  
  #~ msgid "Switch to Tab 2"
  #~ msgstr "Cambiar a la pestanya 2"
  
  #~ msgid "Switch to Tab 2"
  #~ msgstr "Cambiar a la pestanya 2"
-@@ -2328,8 +2328,8 @@ msgstr "_Zarrar a finestra"
- #~ msgid "_Find..."
- #~ msgstr "_Mirar"
--#~ msgid "_Set Title…"
--#~ msgstr "E_stablir o titol…"
-+msgid "_Set Title…"
-+msgstr "E_stablir o titol…"
- #~ msgid "_Next Tab"
- #~ msgstr "Pestanya siguie_nt"
 @@ -2340,8 +2340,8 @@ msgstr "_Zarrar a finestra"
  #~ msgid "_Input Methods"
  #~ msgstr "Me_todos de dentrada"
 @@ -2340,8 +2340,8 @@ msgstr "_Zarrar a finestra"
  #~ msgid "_Input Methods"
  #~ msgstr "Me_todos de dentrada"
@@ -604,10 +614,10 @@ index fcec2668aa11..53c7d2200c59 100644
  #~ msgid "Keyboard Shortcuts"
  #~ msgstr "Alcorces de teclau"
 diff --git a/po/ar.po b/po/ar.po
  #~ msgid "Keyboard Shortcuts"
  #~ msgstr "Alcorces de teclau"
 diff --git a/po/ar.po b/po/ar.po
-index fa2b4b54ff13..0e78cd59896d 100644
+index 6f5e80cc2a66..53e15b97f312 100644
 --- a/po/ar.po
 +++ b/po/ar.po
 --- a/po/ar.po
 +++ b/po/ar.po
-@@ -2313,11 +2313,11 @@ msgstr "أغ_لق النافذة"
+@@ -2553,11 +2553,11 @@ msgstr "أغ_لق النافذة"
  #~ msgid "Default size:"
  #~ msgstr "الحجم المبدئي:"
  
  #~ msgid "Default size:"
  #~ msgstr "الحجم المبدئي:"
  
@@ -623,7 +633,7 @@ index fa2b4b54ff13..0e78cd59896d 100644
  
  #~ msgid "Title and Command"
  #~ msgstr "العنوان والأمر"
  
  #~ msgid "Title and Command"
  #~ msgstr "العنوان والأمر"
-@@ -2325,14 +2325,14 @@ msgstr "أغ_لق النافذة"
+@@ -2565,8 +2565,8 @@ msgstr "أغ_لق النافذة"
  #~ msgid "_Unlimited"
  #~ msgstr "_غير محدود"
  
  #~ msgid "_Unlimited"
  #~ msgstr "_غير محدود"
  
@@ -634,15 +644,7 @@ index fa2b4b54ff13..0e78cd59896d 100644
  
  #~ msgid "Current Locale"
  #~ msgstr "المحليّة الحالية"
  
  #~ msgid "Current Locale"
  #~ msgstr "المحليّة الحالية"
--#~ msgid "_Set Title…"
--#~ msgstr "اضبط ال_عنوان…"
-+msgid "_Set Title…"
-+msgstr "اضبط ال_عنوان…"
- #~ msgid "_Next Tab"
- #~ msgstr "اللسان ال_تالي"
-@@ -3108,8 +3108,8 @@ msgstr "أغ_لق النافذة"
+@@ -3309,8 +3309,8 @@ msgstr "أغ_لق النافذة"
  #~ msgid "Background image _scrolls"
  #~ msgstr "صورة الخلفية ت_لتف"
  
  #~ msgid "Background image _scrolls"
  #~ msgstr "صورة الخلفية ت_لتف"
  
@@ -654,7 +656,7 @@ index fa2b4b54ff13..0e78cd59896d 100644
  #~ msgid "S_hade transparent or image background:"
  #~ msgstr "_ظلل شفافية أو صورة الخلفية:"
 diff --git a/po/as.po b/po/as.po
  #~ msgid "S_hade transparent or image background:"
  #~ msgstr "_ظلل شفافية أو صورة الخلفية:"
 diff --git a/po/as.po b/po/as.po
-index 3fade2b8cb12..e0c8d9a8aa43 100644
+index 3fade2b8cb12..5b905340f89f 100644
 --- a/po/as.po
 +++ b/po/as.po
 @@ -2163,11 +2163,11 @@ msgstr "উইন্ডো বন্ধ কৰক (_l)"
 --- a/po/as.po
 +++ b/po/as.po
 @@ -2163,11 +2163,11 @@ msgstr "উইন্ডো বন্ধ কৰক (_l)"
@@ -673,7 +675,7 @@ index 3fade2b8cb12..e0c8d9a8aa43 100644
  
  #~ msgid "Title and Command"
  #~ msgstr "শীৰ্ষক আৰু কমান্ড"
  
  #~ msgid "Title and Command"
  #~ msgstr "শীৰ্ষক আৰু কমান্ড"
-@@ -2175,14 +2175,14 @@ msgstr "উইন্ডো বন্ধ কৰক (_l)"
+@@ -2175,8 +2175,8 @@ msgstr "উইন্ডো বন্ধ কৰক (_l)"
  #~ msgid "_Unlimited"
  #~ msgstr "অসীমিত (_U)"
  
  #~ msgid "_Unlimited"
  #~ msgstr "অসীমিত (_U)"
  
@@ -684,14 +686,6 @@ index 3fade2b8cb12..e0c8d9a8aa43 100644
  
  #~ msgid "Current Locale"
  #~ msgstr "বৰ্তমান স্থানীয়"
  
  #~ msgid "Current Locale"
  #~ msgstr "বৰ্তমান স্থানীয়"
--#~ msgid "_Set Title…"
--#~ msgstr "শীৰ্ষক নিৰ্ধাৰণ কৰক...(_S)"
-+msgid "_Set Title…"
-+msgstr "শীৰ্ষক নিৰ্ধাৰণ কৰক...(_S)"
- #~ msgid "_Next Tab"
- #~ msgstr "পৰবৰ্তী টেব (_N)"
 @@ -2979,8 +2979,8 @@ msgstr "উইন্ডো বন্ধ কৰক (_l)"
  #~ msgid "Background image _scrolls"
  #~ msgstr "পটভূমিৰ ছবি স্ক্ৰল কৰক (_s)"
 @@ -2979,8 +2979,8 @@ msgstr "উইন্ডো বন্ধ কৰক (_l)"
  #~ msgid "Background image _scrolls"
  #~ msgstr "পটভূমিৰ ছবি স্ক্ৰল কৰক (_s)"
@@ -730,7 +724,7 @@ index d1c6e7b8174a..4dc0892ed9c4 100644
  #: ../src/profile-preferences.glade.h:78
  msgid "_Underline color:"
 diff --git a/po/az.po b/po/az.po
  #: ../src/profile-preferences.glade.h:78
  msgid "_Underline color:"
 diff --git a/po/az.po b/po/az.po
-index 586c1e4d827b..08fbdb7b78e7 100644
+index 586c1e4d827b..4bd846797101 100644
 --- a/po/az.po
 +++ b/po/az.po
 @@ -218,8 +218,8 @@ msgid "<b>Background</b>"
 --- a/po/az.po
 +++ b/po/az.po
 @@ -218,8 +218,8 @@ msgid "<b>Background</b>"
@@ -755,28 +749,17 @@ index 586c1e4d827b..08fbdb7b78e7 100644
  
  #: ../src/gnome-terminal.glade2.h:103
  msgid "_Update login records when command is launched"
  
  #: ../src/gnome-terminal.glade2.h:103
  msgid "_Update login records when command is launched"
-@@ -2144,8 +2144,8 @@ msgid "Change _Profile"
- msgstr "_Profili Dəyişdir"
- #: ../src/terminal-window.c:979
--msgid "_Set Title..."
--msgstr "_Başlığı Dəyişdir..."
-+msgid "_Set Title…"
-+msgstr "_Başlığı Dəyişdir…"
- #: ../src/terminal-window.c:986
- msgid "Set _Character Encoding"
 diff --git a/po/be.po b/po/be.po
 diff --git a/po/be.po b/po/be.po
-index 1e45906547be..cd3fe0b7b6b2 100644
+index ce07d47995ca..3c65f9090ef4 100644
 --- a/po/be.po
 +++ b/po/be.po
 --- a/po/be.po
 +++ b/po/be.po
-@@ -2015,3 +2015,6 @@ msgstr ""
- msgid "C_lose Window"
- msgstr "_Закрыць акно"
+@@ -2392,3 +2392,6 @@ msgstr "_Закрыць акно"
  
  
+ #~ msgid "_Set Title…"
+ #~ msgstr "Прызначыць _загаловак..."
++
 +msgid "Transparent background"
 +msgstr "Празрысты фон"
 +msgid "Transparent background"
 +msgstr "Празрысты фон"
-+
 diff --git a/po/be@latin.po b/po/be@latin.po
 index 82ef0664ae1e..27e9877f96e8 100644
 --- a/po/be@latin.po
 diff --git a/po/be@latin.po b/po/be@latin.po
 index 82ef0664ae1e..27e9877f96e8 100644
 --- a/po/be@latin.po
@@ -804,11 +787,11 @@ index 82ef0664ae1e..27e9877f96e8 100644
  #: ../src/profile-preferences.glade.h:74
  msgid "_Update login records when command is launched"
 diff --git a/po/bg.po b/po/bg.po
  #: ../src/profile-preferences.glade.h:74
  msgid "_Update login records when command is launched"
 diff --git a/po/bg.po b/po/bg.po
-index f42c22c94678..b5e468464e5d 100644
+index 9a4f32e4b135..6ac17c17efb8 100644
 --- a/po/bg.po
 +++ b/po/bg.po
 --- a/po/bg.po
 +++ b/po/bg.po
-@@ -2281,3 +2281,15 @@ msgstr ""
- #: ../src/terminal-window.c:3727
+@@ -2305,3 +2305,12 @@ msgstr ""
+ #: ../src/terminal-window.c:3953
  msgid "C_lose Window"
  msgstr "_Затваряне на този прозорец"
 +
  msgid "C_lose Window"
  msgstr "_Затваряне на този прозорец"
 +
@@ -820,9 +803,6 @@ index f42c22c94678..b5e468464e5d 100644
 +
 +msgid "Set Title"
 +msgstr "Задаване на заглавие"
 +
 +msgid "Set Title"
 +msgstr "Задаване на заглавие"
-+
-+msgid "_Set Title…"
-+msgstr "_Задаване на заглавие…"
 diff --git a/po/bn.po b/po/bn.po
 index 4906009cf46f..f97d43b0e515 100644
 --- a/po/bn.po
 diff --git a/po/bn.po b/po/bn.po
 index 4906009cf46f..f97d43b0e515 100644
 --- a/po/bn.po
@@ -850,7 +830,7 @@ index 4906009cf46f..f97d43b0e515 100644
  #: ../src/profile-preferences.glade.h:77
  msgid "_Unlimited"
 diff --git a/po/bn_IN.po b/po/bn_IN.po
  #: ../src/profile-preferences.glade.h:77
  msgid "_Unlimited"
 diff --git a/po/bn_IN.po b/po/bn_IN.po
-index f196e5084797..b5b5e95b958b 100644
+index f196e5084797..0ac3caf77e73 100644
 --- a/po/bn_IN.po
 +++ b/po/bn_IN.po
 @@ -2296,8 +2296,8 @@ msgstr "উইন্ডো বন্ধ করুন (_l)"
 --- a/po/bn_IN.po
 +++ b/po/bn_IN.po
 @@ -2296,8 +2296,8 @@ msgstr "উইন্ডো বন্ধ করুন (_l)"
@@ -864,17 +844,6 @@ index f196e5084797..b5b5e95b958b 100644
  
  #~ msgid "Switch to Tab 2"
  #~ msgstr "ট্যাব ২-এ পরিবর্তন করুন"
  
  #~ msgid "Switch to Tab 2"
  #~ msgstr "ট্যাব ২-এ পরিবর্তন করুন"
-@@ -2344,8 +2344,8 @@ msgstr "উইন্ডো বন্ধ করুন (_l)"
- #~ msgid "_Close Window"
- #~ msgstr "উইন্ডো বন্ধ করুন (_C)"
--#~ msgid "_Set Title…"
--#~ msgstr "শিরোনাম নির্ধারণ করুন...(_S)"
-+msgid "_Set Title…"
-+msgstr "শিরোনাম নির্ধারণ করুন...(_S)"
- #~ msgid "_Next Tab"
- #~ msgstr "পরবর্তী ট্যাব (_N)"
 @@ -2356,5 +2356,8 @@ msgstr "উইন্ডো বন্ধ করুন (_l)"
  #~ msgid "_Input Methods"
  #~ msgstr "ইনপুট পদ্ধতি (_I)"
 @@ -2356,5 +2356,8 @@ msgstr "উইন্ডো বন্ধ করুন (_l)"
  #~ msgid "_Input Methods"
  #~ msgstr "ইনপুট পদ্ধতি (_I)"
@@ -911,7 +880,7 @@ index e16ea07dfc21..f4cbe857d5ca 100644
  
  #: ../src/profile-preferences.glade.h:74
 diff --git a/po/bs.po b/po/bs.po
  
  #: ../src/profile-preferences.glade.h:74
 diff --git a/po/bs.po b/po/bs.po
-index 49e710859ac9..7ab2207b63f3 100644
+index 49e710859ac9..8703552984b1 100644
 --- a/po/bs.po
 +++ b/po/bs.po
 @@ -680,6 +680,10 @@ msgstr "Kratica tastature za povećavanje fonta"
 --- a/po/bs.po
 +++ b/po/bs.po
 @@ -680,6 +680,10 @@ msgstr "Kratica tastature za povećavanje fonta"
@@ -925,7 +894,7 @@ index 49e710859ac9..7ab2207b63f3 100644
  #: ../src/org.gnome.Terminal.gschema.xml.h:78
  msgid "Keyboard shortcut to make font normal-size"
  msgstr "Kratica tastature za postavljanje fonta na normalnu veličinu"
  #: ../src/org.gnome.Terminal.gschema.xml.h:78
  msgid "Keyboard shortcut to make font normal-size"
  msgstr "Kratica tastature za postavljanje fonta na normalnu veličinu"
-@@ -2054,3 +2058,12 @@ msgstr ""
+@@ -2054,3 +2058,9 @@ msgstr ""
  #: ../src/terminal-window.c:3652
  msgid "C_lose Window"
  msgstr "_Zatvori prozor"
  #: ../src/terminal-window.c:3652
  msgid "C_lose Window"
  msgstr "_Zatvori prozor"
@@ -935,18 +904,14 @@ index 49e710859ac9..7ab2207b63f3 100644
 +
 +msgid "Set Title"
 +msgstr "Postavi naslov"
 +
 +msgid "Set Title"
 +msgstr "Postavi naslov"
-+
-+msgid "_Set Title..."
-+msgstr "_Postavi naslov..."
-\ No newline at end of file
 diff --git a/po/ca.po b/po/ca.po
 diff --git a/po/ca.po b/po/ca.po
-index 2c2c8cb2f031..321ed59f9657 100644
+index 4a612fcfc0ba..6091324a9547 100644
 --- a/po/ca.po
 +++ b/po/ca.po
 --- a/po/ca.po
 +++ b/po/ca.po
-@@ -2326,3 +2326,18 @@ msgstr "Tanca la _finestra"
+@@ -2333,3 +2333,15 @@ msgstr "Tanca la _finestra"
  
  
- #~ msgid "Whether to use a dark theme variant"
- #~ msgstr "Si s'ha d'utilitzar la variant de tema fosc"
+ #~ msgid "Open the terminal file manager Midnight Commander"
+ #~ msgstr "Obre el gestor de fitxers del terminal Midnight Commander"
 +
 +msgid "Transparent background"
 +msgstr "Fons transparent"
 +
 +msgid "Transparent background"
 +msgstr "Fons transparent"
@@ -959,17 +924,14 @@ index 2c2c8cb2f031..321ed59f9657 100644
 +
 +msgid "Set Title"
 +msgstr "Estableix el títol"
 +
 +msgid "Set Title"
 +msgstr "Estableix el títol"
-+
-+msgid "_Set Title…"
-+msgstr "_Estableix el títol…"
 diff --git a/po/ca@valencia.po b/po/ca@valencia.po
 diff --git a/po/ca@valencia.po b/po/ca@valencia.po
-index 2dafab8ca90d..1d6e809234d0 100644
+index a6e8fb4250dc..c9ed8508228d 100644
 --- a/po/ca@valencia.po
 +++ b/po/ca@valencia.po
 --- a/po/ca@valencia.po
 +++ b/po/ca@valencia.po
-@@ -2092,3 +2092,18 @@ msgstr ""
- #: ../src/terminal-window.c:3645
msgid "C_lose Window"
msgstr "Tanca la _finestra"
+@@ -2357,3 +2357,15 @@ msgstr "Tanca la _finestra"
#~ msgid "Whether to use a dark theme variant"
#~ msgstr "Si s'ha d'utilitzar la variant de tema fosc"
 +
 +msgid "Transparent background"
 +msgstr "Fons transparent"
 +
 +msgid "Transparent background"
 +msgstr "Fons transparent"
@@ -982,15 +944,12 @@ index 2dafab8ca90d..1d6e809234d0 100644
 +
 +msgid "Set Title"
 +msgstr "Estableix el títol"
 +
 +msgid "Set Title"
 +msgstr "Estableix el títol"
-+
-+msgid "_Set Title…"
-+msgstr "_Estableix el títol…"
 diff --git a/po/cs.po b/po/cs.po
 diff --git a/po/cs.po b/po/cs.po
-index 32f9c41f64db..15711e69573d 100644
+index ee33ed2a0103..2acf2aa99656 100644
 --- a/po/cs.po
 +++ b/po/cs.po
 --- a/po/cs.po
 +++ b/po/cs.po
-@@ -2264,3 +2264,18 @@ msgstr ""
- #: ../src/terminal-window.c:3852
+@@ -2310,3 +2310,15 @@ msgstr ""
+ #: ../src/terminal-window.c:3353
  msgid "C_lose Window"
  msgstr "_Zavřít okno"
 +
  msgid "C_lose Window"
  msgstr "_Zavřít okno"
 +
@@ -1005,9 +964,6 @@ index 32f9c41f64db..15711e69573d 100644
 +
 +msgid "Set Title"
 +msgstr "Nastavit záhlaví"
 +
 +msgid "Set Title"
 +msgstr "Nastavit záhlaví"
-+
-+msgid "_Set Title…"
-+msgstr "Na_stavit záhlaví…"
 diff --git a/po/cy.po b/po/cy.po
 index 644df82363f1..cd862feb50c0 100644
 --- a/po/cy.po
 diff --git a/po/cy.po b/po/cy.po
 index 644df82363f1..cd862feb50c0 100644
 --- a/po/cy.po
@@ -1035,102 +991,44 @@ index 644df82363f1..cd862feb50c0 100644
  #: ../src/profile-preferences.glade.h:74
  msgid "_Update login records when command is launched"
 diff --git a/po/da.po b/po/da.po
  #: ../src/profile-preferences.glade.h:74
  msgid "_Update login records when command is launched"
 diff --git a/po/da.po b/po/da.po
-index 6b49e78a90c0..194a59bbe53a 100644
+index 65cfb20d9ad3..8c5c97c7465a 100644
 --- a/po/da.po
 +++ b/po/da.po
 --- a/po/da.po
 +++ b/po/da.po
-@@ -2380,11 +2380,11 @@ msgstr "_Luk vindue"
#~ msgid "Default size:"
#~ msgstr "Standardstørrelse:"
+@@ -2325,3 +2325,14 @@ msgstr ""
msgid "C_lose Window"
msgstr "_Luk vindue"
  
  
--#~ msgid "Title"
--#~ msgstr "Titel"
 +msgid "Title"
 +msgstr "Titel"
 +msgid "Title"
 +msgstr "Titel"
--#~ msgid "_Title:"
--#~ msgstr "_Titel:"
++
 +msgid "_Title:"
 +msgstr "_Titel:"
 +msgid "_Title:"
 +msgstr "_Titel:"
- #~ msgid "Title and Command"
- #~ msgstr "Titel og kommando"
-@@ -2392,14 +2392,14 @@ msgstr "_Luk vindue"
- #~ msgid "_Unlimited"
- #~ msgstr "_Ubegrænset"
--#~ msgid "Set Title"
--#~ msgstr "Sæt titel"
++
 +msgid "Set Title"
 +msgstr "Sæt titel"
 +msgid "Set Title"
 +msgstr "Sæt titel"
- #~ msgid "Current Locale"
- #~ msgstr "Aktuel region"
--#~ msgid "_Set Title…"
--#~ msgstr "_Sæt titel …"
-+msgid "_Set Title…"
-+msgstr "_Sæt titel …"
- #~ msgid "What to do with dynamic title"
- #~ msgstr "Hvad der skal gøres med dynamisk titel"
-@@ -3195,8 +3195,8 @@ msgstr "_Luk vindue"
- #~ msgid "_Solid color"
- #~ msgstr "_Ensfarvet"
--#~ msgid "_Transparent background"
--#~ msgstr "_Gennemsigtig baggrund"
++
 +msgid "Transparent background"
 +msgstr "Gennemsigtig baggrund"
 +msgid "Transparent background"
 +msgstr "Gennemsigtig baggrund"
- #~ msgid ""
- #~ "You already have a profile called “%s”. Do you want to create another "
 diff --git a/po/de.po b/po/de.po
 diff --git a/po/de.po b/po/de.po
-index 89e42f696fe0..8ada2d9c3a78 100644
+index 205f69111437..61b0214daf5b 100644
 --- a/po/de.po
 +++ b/po/de.po
 --- a/po/de.po
 +++ b/po/de.po
-@@ -2440,23 +2440,23 @@ msgstr "Fenster _schließen"
- #~ msgid "Default size:"
- #~ msgstr "Vorgabegröße:"
--#~ msgid "Title"
--#~ msgstr "Titel"
+@@ -2342,3 +2342,15 @@ msgstr ""
+ #: ../src/terminal-window.c:3210
+ msgid "C_lose Window"
+ msgstr "Fenster _schließen"
++
 +msgid "Title"
 +msgstr "Titel"
 +msgid "Title"
 +msgstr "Titel"
--#~ msgid "_Title:"
--#~ msgstr "_Titel:"
++
 +msgid "_Title:"
 +msgstr "_Titel:"
 +msgid "_Title:"
 +msgstr "_Titel:"
- #~ msgid "Title and Command"
- #~ msgstr "Titel und Befehl"
--#~ msgid "Set Title"
--#~ msgstr "Titel festlegen"
++
 +msgid "Set Title"
 +msgstr "Titel festlegen"
 +msgid "Set Title"
 +msgstr "Titel festlegen"
- #~ msgid "Current Locale"
- #~ msgstr "Momentan verwendete Standorteinstellungen"
--#~ msgid "_Set Title…"
--#~ msgstr "T_itel festlegen …"
-+msgid "_Set Title…"
-+msgstr "T_itel festlegen …"
- #~ msgid "_Next Tab"
- #~ msgstr "_Nächster Reiter"
-@@ -3275,8 +3275,8 @@ msgstr "Fenster _schließen"
- #~ msgid "Background image _scrolls"
- #~ msgstr "Hintergrundbild _folgt Bildlauf"
--#~ msgid "_Transparent background"
--#~ msgstr "_Transparenter Hintergrund"
++
 +msgid "Transparent background"
 +msgstr "Transparenter Hintergrund"
 +msgid "Transparent background"
 +msgstr "Transparenter Hintergrund"
- #~ msgid "S_hade transparent or image background:"
- #~ msgstr "Transparenz und Bildhintergründe _abdunkeln:"
 diff --git a/po/dz.po b/po/dz.po
 index d97e6102b850..a768fe4adc54 100644
 --- a/po/dz.po
 diff --git a/po/dz.po b/po/dz.po
 index d97e6102b850..a768fe4adc54 100644
 --- a/po/dz.po
@@ -1158,10 +1056,10 @@ index d97e6102b850..a768fe4adc54 100644
  #: ../src/profile-preferences.glade.h:78
  #, fuzzy
 diff --git a/po/el.po b/po/el.po
  #: ../src/profile-preferences.glade.h:78
  #, fuzzy
 diff --git a/po/el.po b/po/el.po
-index 911f7bd0483b..4cdead9091a6 100644
+index a32f5b1684f6..7fa98b45e6f5 100644
 --- a/po/el.po
 +++ b/po/el.po
 --- a/po/el.po
 +++ b/po/el.po
-@@ -2440,23 +2440,23 @@ msgstr "Κ_λείσιμο παραθύρου"
+@@ -2710,17 +2710,17 @@ msgstr "Κ_λείσιμο παραθύρου"
  #~ msgid "Default size:"
  #~ msgstr "Προεπιλεγμένο μέγεθος:"
  
  #~ msgid "Default size:"
  #~ msgstr "Προεπιλεγμένο μέγεθος:"
  
@@ -1185,15 +1083,7 @@ index 911f7bd0483b..4cdead9091a6 100644
  
  #~ msgid "Current Locale"
  #~ msgstr "Τρέχουσα τοπική ρύθμιση"
  
  #~ msgid "Current Locale"
  #~ msgstr "Τρέχουσα τοπική ρύθμιση"
--#~ msgid "_Set Title…"
--#~ msgstr "_Ορισμός τίτλου…"
-+msgid "_Set Title…"
-+msgstr "_Ορισμός τίτλου…"
- #~ msgid "_Next Tab"
- #~ msgstr "_Επόμενη καρτέλα"
-@@ -2515,3 +2515,6 @@ msgstr "Κ_λείσιμο παραθύρου"
+@@ -2758,3 +2758,6 @@ msgstr "Κ_λείσιμο παραθύρου"
  
  #~ msgid "_Input Methods"
  #~ msgstr "_Μέθοδοι εισαγωγής"
  
  #~ msgid "_Input Methods"
  #~ msgstr "_Μέθοδοι εισαγωγής"
@@ -1227,7 +1117,7 @@ index 82b2d53401b2..28f5dc02575b 100644
  #: ../src/profile-preferences.glade.h:79
  msgid "_Underline color:"
 diff --git a/po/en_CA.po b/po/en_CA.po
  #: ../src/profile-preferences.glade.h:79
  msgid "_Underline color:"
 diff --git a/po/en_CA.po b/po/en_CA.po
-index 6c9e0cd73d63..ffff9caa8054 100644
+index 6c9e0cd73d63..db4aa891dd45 100644
 --- a/po/en_CA.po
 +++ b/po/en_CA.po
 @@ -219,8 +219,8 @@ msgid "<b>Background</b>"
 --- a/po/en_CA.po
 +++ b/po/en_CA.po
 @@ -219,8 +219,8 @@ msgid "<b>Background</b>"
@@ -1252,22 +1142,11 @@ index 6c9e0cd73d63..ffff9caa8054 100644
  
  #: ../src/gnome-terminal.glade2.h:87
  msgid "_Update login records when command is launched"
  
  #: ../src/gnome-terminal.glade2.h:87
  msgid "_Update login records when command is launched"
-@@ -2219,8 +2219,8 @@ msgid "Change _Profile"
- msgstr "Change _Profile"
- #: ../src/terminal-window.c:981
--msgid "_Set Title..."
--msgstr "_Set Title..."
-+msgid "_Set Title…"
-+msgstr "_Set Title…"
- #: ../src/terminal-window.c:988
- msgid "Set _Character Encoding"
 diff --git a/po/en_GB.po b/po/en_GB.po
 diff --git a/po/en_GB.po b/po/en_GB.po
-index 2fb1448eccbe..6130de0fa27b 100644
+index c9999e204f33..dfbff85bf907 100644
 --- a/po/en_GB.po
 +++ b/po/en_GB.po
 --- a/po/en_GB.po
 +++ b/po/en_GB.po
-@@ -2386,8 +2386,8 @@ msgstr "C_lose Window"
+@@ -2796,8 +2796,8 @@ msgstr "C_lose Window"
  #~ msgid "Default size:"
  #~ msgstr "Default size:"
  
  #~ msgid "Default size:"
  #~ msgstr "Default size:"
  
@@ -1278,29 +1157,18 @@ index 2fb1448eccbe..6130de0fa27b 100644
  
  #~ msgid "When terminal commands set their o_wn titles:"
  #~ msgstr "When terminal commands set their o_wn titles:"
  
  #~ msgid "When terminal commands set their o_wn titles:"
  #~ msgstr "When terminal commands set their o_wn titles:"
-@@ -2413,8 +2413,8 @@ msgstr "C_lose Window"
- #~ msgid "Close Window"
- #~ msgstr "Close Window"
+@@ -2814,8 +2814,8 @@ msgstr "C_lose Window"
+ #~ msgid "_Unlimited"
+ #~ msgstr "_Unlimited"
  
 -#~ msgid "Set Title"
 -#~ msgstr "Set Title"
 +msgid "Set Title"
 +msgstr "Set Title"
  
  
 -#~ msgid "Set Title"
 -#~ msgstr "Set Title"
 +msgid "Set Title"
 +msgstr "Set Title"
  
- #~ msgid "Switch to Tab 2"
- #~ msgstr "Switch to Tab 2"
-@@ -2461,8 +2461,8 @@ msgstr "C_lose Window"
- #~ msgid "_Close Window"
- #~ msgstr "_Close Window"
--#~ msgid "_Set Title…"
--#~ msgstr "_Set Title…"
-+msgid "_Set Title…"
-+msgstr "_Set Title…"
- #~ msgid "_Next Tab"
- #~ msgstr "_Next Tab"
-@@ -2473,8 +2473,8 @@ msgstr "C_lose Window"
+ #~ msgid "Switch to Tab 3"
+ #~ msgstr "Switch to Tab 3"
+@@ -2856,8 +2856,8 @@ msgstr "C_lose Window"
  #~ msgid "_Input Methods"
  #~ msgstr "_Input Methods"
  
  #~ msgid "_Input Methods"
  #~ msgstr "_Input Methods"
  
@@ -1311,7 +1179,7 @@ index 2fb1448eccbe..6130de0fa27b 100644
  
  #~ msgid "Add or Remove Terminal Encodings"
  #~ msgstr "Add or Remove Terminal Encodings"
  
  #~ msgid "Add or Remove Terminal Encodings"
  #~ msgstr "Add or Remove Terminal Encodings"
-@@ -3176,8 +3176,8 @@ msgstr "C_lose Window"
+@@ -3552,8 +3552,8 @@ msgstr "C_lose Window"
  #~ msgid "Background image _scrolls"
  #~ msgstr "Background image _scrolls"
  
  #~ msgid "Background image _scrolls"
  #~ msgstr "Background image _scrolls"
  
@@ -1323,7 +1191,7 @@ index 2fb1448eccbe..6130de0fa27b 100644
  #~ msgid "S_hade transparent or image background:"
  #~ msgstr "S_hade transparent or image background:"
 diff --git a/po/eo.po b/po/eo.po
  #~ msgid "S_hade transparent or image background:"
  #~ msgstr "S_hade transparent or image background:"
 diff --git a/po/eo.po b/po/eo.po
-index 567c08dc1da8..c538c13fe771 100644
+index 567c08dc1da8..c59f57c6a8d5 100644
 --- a/po/eo.po
 +++ b/po/eo.po
 @@ -2215,8 +2215,8 @@ msgstr "_Fermi la fenestron"
 --- a/po/eo.po
 +++ b/po/eo.po
 @@ -2215,8 +2215,8 @@ msgstr "_Fermi la fenestron"
@@ -1337,17 +1205,6 @@ index 567c08dc1da8..c538c13fe771 100644
  
  #~ msgid "Switch to Tab 2"
  #~ msgstr "Ŝalti al langeto 2"
  
  #~ msgid "Switch to Tab 2"
  #~ msgstr "Ŝalti al langeto 2"
-@@ -2287,8 +2287,8 @@ msgstr "_Fermi la fenestron"
- #~ msgid "_Find..."
- #~ msgstr "_Serĉi..."
--#~ msgid "_Set Title…"
--#~ msgstr "_Agordi titolon…"
-+msgid "_Set Title…"
-+msgstr "_Agordi titolon…"
- #~ msgid "_Next Tab"
- #~ msgstr "_Sekva langeto"
 @@ -2299,8 +2299,8 @@ msgstr "_Fermi la fenestron"
  #~ msgid "_Input Methods"
  #~ msgstr "_Enigmetodoj"
 @@ -2299,8 +2299,8 @@ msgstr "_Fermi la fenestron"
  #~ msgid "_Input Methods"
  #~ msgstr "_Enigmetodoj"
@@ -1360,10 +1217,10 @@ index 567c08dc1da8..c538c13fe771 100644
  #~ msgid "On the left side"
  #~ msgstr "Maldekstre"
 diff --git a/po/es.po b/po/es.po
  #~ msgid "On the left side"
  #~ msgstr "Maldekstre"
 diff --git a/po/es.po b/po/es.po
-index 7c6c37019412..c705f01daed0 100644
+index 142347b3720a..9325d95de22f 100644
 --- a/po/es.po
 +++ b/po/es.po
 --- a/po/es.po
 +++ b/po/es.po
-@@ -2492,23 +2492,23 @@ msgstr "_Cerrar ventana"
+@@ -2741,17 +2741,17 @@ msgstr "_Cerrar ventana"
  #~ msgid "Default size:"
  #~ msgstr "Tamaño predeterminado:"
  
  #~ msgid "Default size:"
  #~ msgstr "Tamaño predeterminado:"
  
@@ -1387,15 +1244,7 @@ index 7c6c37019412..c705f01daed0 100644
  
  #~ msgid "Current Locale"
  #~ msgstr "Configuración regional actual"
  
  #~ msgid "Current Locale"
  #~ msgstr "Configuración regional actual"
--#~ msgid "_Set Title…"
--#~ msgstr "E_stablecer título…"
-+msgid "_Set Title…"
-+msgstr "E_stablecer título…"
- #~ msgid "_Next Tab"
- #~ msgstr "Pestaña _siguiente"
-@@ -3373,8 +3373,8 @@ msgstr "_Cerrar ventana"
+@@ -3577,8 +3577,8 @@ msgstr "_Cerrar ventana"
  #~ msgid "_Solid color"
  #~ msgstr "Color _sólido"
  
  #~ msgid "_Solid color"
  #~ msgstr "Color _sólido"
  
@@ -1418,10 +1267,10 @@ index 4b1c2a7c67e4..770761168806 100644
 +msgid "Transparent background"
 +msgstr "Läbipaistev taust"
 diff --git a/po/eu.po b/po/eu.po
 +msgid "Transparent background"
 +msgstr "Läbipaistev taust"
 diff --git a/po/eu.po b/po/eu.po
-index 6e81231d5ba9..97f9467cc115 100644
+index f3aab7879a6f..543a121f6aac 100644
 --- a/po/eu.po
 +++ b/po/eu.po
 --- a/po/eu.po
 +++ b/po/eu.po
-@@ -2450,11 +2450,11 @@ msgstr "It_xi leihoa"
+@@ -2411,11 +2411,11 @@ msgstr "It_xi leihoa"
  #~ msgid "Default size:"
  #~ msgstr "Tamaina lehenetsia:"
  
  #~ msgid "Default size:"
  #~ msgstr "Tamaina lehenetsia:"
  
@@ -1437,7 +1286,7 @@ index 6e81231d5ba9..97f9467cc115 100644
  
  #~ msgid "Title and Command"
  #~ msgstr "Titulua eta komandoa"
  
  #~ msgid "Title and Command"
  #~ msgstr "Titulua eta komandoa"
-@@ -2462,14 +2462,14 @@ msgstr "It_xi leihoa"
+@@ -2423,8 +2423,8 @@ msgstr "It_xi leihoa"
  #~ msgid "_Unlimited"
  #~ msgstr "_Mugagabea"
  
  #~ msgid "_Unlimited"
  #~ msgstr "_Mugagabea"
  
@@ -1448,15 +1297,7 @@ index 6e81231d5ba9..97f9467cc115 100644
  
  #~ msgid "Current Locale"
  #~ msgstr "Uneko hizkuntza-ezarpena"
  
  #~ msgid "Current Locale"
  #~ msgstr "Uneko hizkuntza-ezarpena"
--#~ msgid "_Set Title…"
--#~ msgstr "_Ezarri titulua..."
-+msgid "_Set Title…"
-+msgstr "_Ezarri titulua..."
- #~ msgid "What to do with dynamic title"
- #~ msgstr "Zer egin titulu dinamikoarekin"
-@@ -3250,8 +3250,8 @@ msgstr "It_xi leihoa"
+@@ -3211,8 +3211,8 @@ msgstr "It_xi leihoa"
  #~ msgid "_Solid color"
  #~ msgstr "_Kolore solidoa"
  
  #~ msgid "_Solid color"
  #~ msgstr "_Kolore solidoa"
  
@@ -1468,10 +1309,10 @@ index 6e81231d5ba9..97f9467cc115 100644
  #~ msgid ""
  #~ "You already have a profile called “%s”. Do you want to create another "
 diff --git a/po/fa.po b/po/fa.po
  #~ msgid ""
  #~ "You already have a profile called “%s”. Do you want to create another "
 diff --git a/po/fa.po b/po/fa.po
-index cb551a1ecd07..bcc820444edd 100644
+index 8b0ca26eebe5..6079d0c40a1d 100644
 --- a/po/fa.po
 +++ b/po/fa.po
 --- a/po/fa.po
 +++ b/po/fa.po
-@@ -2363,8 +2363,8 @@ msgstr "_بستن پنجره"
+@@ -2402,8 +2402,8 @@ msgstr "_بستن پنجره"
  #~ msgid "Use custom default terminal si_ze"
  #~ msgstr "استفاده از اندازه‌ی _سفارشی پایانه‌ی پیش‌فرض"
  
  #~ msgid "Use custom default terminal si_ze"
  #~ msgstr "استفاده از اندازه‌ی _سفارشی پایانه‌ی پیش‌فرض"
  
@@ -1482,7 +1323,7 @@ index cb551a1ecd07..bcc820444edd 100644
  
  #~ msgid "When terminal commands set their o_wn titles:"
  #~ msgstr "وقتی که فرمان‌های پایانه عنوان‌های _خودشان را تنظیم می‌کنند:"
  
  #~ msgid "When terminal commands set their o_wn titles:"
  #~ msgstr "وقتی که فرمان‌های پایانه عنوان‌های _خودشان را تنظیم می‌کنند:"
-@@ -2387,8 +2387,8 @@ msgstr "_بستن پنجره"
+@@ -2426,8 +2426,8 @@ msgstr "_بستن پنجره"
  #~ msgid "Close Window"
  #~ msgstr "بستن پنجره"
  
  #~ msgid "Close Window"
  #~ msgstr "بستن پنجره"
  
@@ -1493,18 +1334,7 @@ index cb551a1ecd07..bcc820444edd 100644
  
  #~ msgid "Switch to Tab 2"
  #~ msgstr "تعویض به زبانه‌ی ۲"
  
  #~ msgid "Switch to Tab 2"
  #~ msgstr "تعویض به زبانه‌ی ۲"
-@@ -2435,8 +2435,8 @@ msgstr "_بستن پنجره"
- #~ msgid "_Close Window"
- #~ msgstr "بس_تن پنجره"
--#~ msgid "_Set Title…"
--#~ msgstr "_تنظیم عنوان..."
-+msgid "_Set Title…"
-+msgstr "_تنظیم عنوان..."
- #~ msgid "_Next Tab"
- #~ msgstr "زبانه‌ی _بعدی"
-@@ -2447,5 +2447,8 @@ msgstr "_بستن پنجره"
+@@ -2486,5 +2486,8 @@ msgstr "_بستن پنجره"
  #~ msgid "_Input Methods"
  #~ msgstr "روش‌های _ورودی"
  
  #~ msgid "_Input Methods"
  #~ msgstr "روش‌های _ورودی"
  
@@ -1516,10 +1346,10 @@ index cb551a1ecd07..bcc820444edd 100644
 +msgid "Transparent background"
 +msgstr "پس‌زمینه‌ی شفاف"
 diff --git a/po/fi.po b/po/fi.po
 +msgid "Transparent background"
 +msgstr "پس‌زمینه‌ی شفاف"
 diff --git a/po/fi.po b/po/fi.po
-index 63048bd8a459..841164d7ff38 100644
+index e284b406f040..6e7f402af7bd 100644
 --- a/po/fi.po
 +++ b/po/fi.po
 --- a/po/fi.po
 +++ b/po/fi.po
-@@ -2358,9 +2358,24 @@ msgstr "_Sulje ikkuna"
+@@ -2589,9 +2589,21 @@ msgstr "_Sulje ikkuna"
  #~ msgid "_Update login records when command is launched"
  #~ msgstr "_Päivitä kirjautumistallenne kun komento käynnistetään"
  
  #~ msgid "_Update login records when command is launched"
  #~ msgstr "_Päivitä kirjautumistallenne kun komento käynnistetään"
  
@@ -1541,14 +1371,11 @@ index 63048bd8a459..841164d7ff38 100644
 +
 +msgid "Set Title"
 +msgstr "Aseta otsikko"
 +
 +msgid "Set Title"
 +msgstr "Aseta otsikko"
-+
-+msgid "_Set Title…"
-+msgstr "Aseta otsikko…"
 diff --git a/po/fr.po b/po/fr.po
 diff --git a/po/fr.po b/po/fr.po
-index 7ce85fc1830e..45fcbdeb72cb 100644
+index 87a8e0ff46d4..2eacb4584f32 100644
 --- a/po/fr.po
 +++ b/po/fr.po
 --- a/po/fr.po
 +++ b/po/fr.po
-@@ -2320,3 +2320,18 @@ msgstr "Fermer _la fenêtre"
+@@ -2591,3 +2591,15 @@ msgstr "Fermer _la fenêtre"
  
  #~ msgid "_Same as text color"
  #~ msgstr "_Même couleur que le texte"
  
  #~ msgid "_Same as text color"
  #~ msgstr "_Même couleur que le texte"
@@ -1564,14 +1391,11 @@ index 7ce85fc1830e..45fcbdeb72cb 100644
 +
 +msgid "Set Title"
 +msgstr "Définir le titre"
 +
 +msgid "Set Title"
 +msgstr "Définir le titre"
-+
-+msgid "_Set Title…"
-+msgstr "_Modifier le titre…"
 diff --git a/po/fur.po b/po/fur.po
 diff --git a/po/fur.po b/po/fur.po
-index 8401c5680d55..71eb6c36ed5f 100644
+index 3f5429cfecd8..e637a6c0dc5f 100644
 --- a/po/fur.po
 +++ b/po/fur.po
 --- a/po/fur.po
 +++ b/po/fur.po
-@@ -631,6 +631,10 @@ msgstr ""
+@@ -454,6 +454,10 @@ msgstr ""
  msgid "Which encoding to use"
  msgstr "Codifiche di doprâ"
  
  msgid "Which encoding to use"
  msgstr "Codifiche di doprâ"
  
@@ -1579,21 +1403,20 @@ index 8401c5680d55..71eb6c36ed5f 100644
 +msgid "Transparent background"
 +msgstr "Fondâl trasparent"
 +
 +msgid "Transparent background"
 +msgstr "Fondâl trasparent"
 +
- #: ../src/org.gnome.Terminal.gschema.xml.h:63
+ #: ../src/org.gnome.Terminal.gschema.xml.h:68
  msgid ""
  "Whether ambiguous-width characters are narrow or wide when using UTF-8 "
  msgid ""
  "Whether ambiguous-width characters are narrow or wide when using UTF-8 "
-@@ -3088,8 +3092,8 @@ msgstr "_Siere barcon"
- #~ msgid "Close Tab"
- #~ msgstr "Siere schede"
+@@ -3371,6 +3375,9 @@ msgstr "_Siere barcon"
+ #~ msgid "The text you clicked on doesn't seem to be a valid OTP challenge."
+ #~ msgstr "Il test fracât nol samee jessi un OTP challenge."
  
  
--#~ msgid "Set Title"
--#~ msgstr "Imposte titul"
 +msgid "Set Title"
 +msgstr "Imposte titul"
 +msgid "Set Title"
 +msgstr "Imposte titul"
++
+ #~ msgid "Switch to Tab 3"
+ #~ msgstr "Passe a la schede 3"
  
  
- #~ msgid "Switch to Tab 2"
- #~ msgstr "Passe a la schede 2"
-@@ -3152,8 +3156,8 @@ msgstr "_Siere barcon"
+@@ -3426,8 +3433,8 @@ msgstr "_Siere barcon"
  #~ msgid "_Input Methods"
  #~ msgstr "_Cemût inserî test"
  
  #~ msgid "_Input Methods"
  #~ msgstr "_Cemût inserî test"
  
@@ -1604,17 +1427,6 @@ index 8401c5680d55..71eb6c36ed5f 100644
  
  #~ msgid ""
  #~ "text/plain dropped on terminal had wrong format (%d) or length (%d)\n"
  
  #~ msgid ""
  #~ "text/plain dropped on terminal had wrong format (%d) or length (%d)\n"
-@@ -3218,8 +3222,8 @@ msgstr "_Siere barcon"
- #~ msgid "Show Menu_bar"
- #~ msgstr "Mostre ba_re di menu"
--#~ msgid "_Set Title..."
--#~ msgstr "_Imposte titul..."
-+msgid "_Set Title…"
-+msgstr "_Imposte titul…"
- #~ msgid "_Next Tab"
- #~ msgstr "Schede di _dopo"
 diff --git a/po/ga.po b/po/ga.po
 index 93d5fa9d1481..feb87dce3d6b 100644
 --- a/po/ga.po
 diff --git a/po/ga.po b/po/ga.po
 index 93d5fa9d1481..feb87dce3d6b 100644
 --- a/po/ga.po
@@ -1627,10 +1439,10 @@ index 93d5fa9d1481..feb87dce3d6b 100644
 +msgid "Transparent background"
 +msgstr "Cúlra trédhearcach"
 diff --git a/po/gl.po b/po/gl.po
 +msgid "Transparent background"
 +msgstr "Cúlra trédhearcach"
 diff --git a/po/gl.po b/po/gl.po
-index 640d0a1cdb29..00a78d8dd547 100644
+index 4ae0f6a0935c..fa643dc89659 100644
 --- a/po/gl.po
 +++ b/po/gl.po
 --- a/po/gl.po
 +++ b/po/gl.po
-@@ -2393,23 +2393,23 @@ msgstr "P_echar a xanela"
+@@ -2678,17 +2678,17 @@ msgstr "P_echar a xanela"
  #~ msgid "Default size:"
  #~ msgstr "Tamaño predeterminado:"
  
  #~ msgid "Default size:"
  #~ msgstr "Tamaño predeterminado:"
  
@@ -1654,15 +1466,7 @@ index 640d0a1cdb29..00a78d8dd547 100644
  
  #~ msgid "Current Locale"
  #~ msgstr "Configuración rexional actual"
  
  #~ msgid "Current Locale"
  #~ msgstr "Configuración rexional actual"
--#~ msgid "_Set Title…"
--#~ msgstr "_Definir o título…"
-+msgid "_Set Title…"
-+msgstr "_Definir o título…"
- #~ msgid "_Next Tab"
- #~ msgstr "_Seguinte lapela"
-@@ -3256,8 +3256,8 @@ msgstr "P_echar a xanela"
+@@ -3502,8 +3502,8 @@ msgstr "P_echar a xanela"
  #~ msgid "Background image _scrolls"
  #~ msgstr "A imaxe de fondo _desprázase"
  
  #~ msgid "Background image _scrolls"
  #~ msgstr "A imaxe de fondo _desprázase"
  
@@ -1674,7 +1478,7 @@ index 640d0a1cdb29..00a78d8dd547 100644
  #~ msgid "S_hade transparent or image background:"
  #~ msgstr "_Sombra transparente ou imaxe de fondo:"
 diff --git a/po/gu.po b/po/gu.po
  #~ msgid "S_hade transparent or image background:"
  #~ msgstr "_Sombra transparente ou imaxe de fondo:"
 diff --git a/po/gu.po b/po/gu.po
-index 76b459cf8dc5..47e41333dd5a 100644
+index 76b459cf8dc5..485beeac98b7 100644
 --- a/po/gu.po
 +++ b/po/gu.po
 @@ -2155,8 +2155,8 @@ msgstr "વિન્ડો બંધ કરો (_l)"
 --- a/po/gu.po
 +++ b/po/gu.po
 @@ -2155,8 +2155,8 @@ msgstr "વિન્ડો બંધ કરો (_l)"
@@ -1699,17 +1503,6 @@ index 76b459cf8dc5..47e41333dd5a 100644
  
  #~ msgid "The shortcut key “%s” is already bound to the “%s” action"
  #~ msgstr "ટુંકાણ કી “%s“ એ પહેલાથી ક્રિયા “%s“ સાથે બંધાયેલી છે"
  
  #~ msgid "The shortcut key “%s” is already bound to the “%s” action"
  #~ msgstr "ટુંકાણ કી “%s“ એ પહેલાથી ક્રિયા “%s“ સાથે બંધાયેલી છે"
-@@ -2191,8 +2191,8 @@ msgstr "વિન્ડો બંધ કરો (_l)"
- #~ msgid "_Close Window"
- #~ msgstr "વિન્ડો બંધ કરો (_C)"
--#~ msgid "_Set Title…"
--#~ msgstr "શીર્ષકની ગોઠવણી કરો (_S)..."
-+msgid "_Set Title…"
-+msgstr "શીર્ષકની ગોઠવણી કરો (_S)..."
- #~ msgid "_Next Tab"
- #~ msgstr "પછીનું ટેબ (_N)"
 @@ -2203,8 +2203,8 @@ msgstr "વિન્ડો બંધ કરો (_l)"
  #~ msgid "_Input Methods"
  #~ msgstr "ઈનપુટ માટેની પધ્ધિતિઓ (_I)"
 @@ -2203,8 +2203,8 @@ msgstr "વિન્ડો બંધ કરો (_l)"
  #~ msgid "_Input Methods"
  #~ msgstr "ઈનપુટ માટેની પધ્ધિતિઓ (_I)"
@@ -1733,10 +1526,10 @@ index 76b459cf8dc5..47e41333dd5a 100644
  #~ msgid "No such profile \"%s\", using default profile\n"
  #~ msgstr "\"%s\" જેવી કોઈ રૂપરેખા નથી, મૂળભૂત રૂપરેખા વાપરી રહ્યા છે\n"
 diff --git a/po/he.po b/po/he.po
  #~ msgid "No such profile \"%s\", using default profile\n"
  #~ msgstr "\"%s\" જેવી કોઈ રૂપરેખા નથી, મૂળભૂત રૂપરેખા વાપરી રહ્યા છે\n"
 diff --git a/po/he.po b/po/he.po
-index 57cb2d0d110f..058d9e97780d 100644
+index 57cb2d0d110f..efe8fa100074 100644
 --- a/po/he.po
 +++ b/po/he.po
 --- a/po/he.po
 +++ b/po/he.po
-@@ -2333,23 +2333,23 @@ msgstr "סגירת ה_חלון"
+@@ -2333,17 +2333,17 @@ msgstr "סגירת ה_חלון"
  #~ msgid "Default size:"
  #~ msgstr "גודל בררת מחדל:"
  
  #~ msgid "Default size:"
  #~ msgstr "גודל בררת מחדל:"
  
@@ -1760,14 +1553,6 @@ index 57cb2d0d110f..058d9e97780d 100644
  
  #~ msgid "Current Locale"
  #~ msgstr "השפה הנוכחית"
  
  #~ msgid "Current Locale"
  #~ msgstr "השפה הנוכחית"
--#~ msgid "_Set Title…"
--#~ msgstr "הגדרת _כותרת..."
-+msgid "_Set Title…"
-+msgstr "הגדרת _כותרת..."
- #~ msgid "_Next Tab"
- #~ msgstr "הלשונית ה_באה"
 @@ -3194,8 +3194,8 @@ msgstr "סגירת ה_חלון"
  #~ msgid "_Solid color"
  #~ msgstr "צבע _אחיד"
 @@ -3194,8 +3194,8 @@ msgstr "סגירת ה_חלון"
  #~ msgid "_Solid color"
  #~ msgstr "צבע _אחיד"
@@ -1780,7 +1565,7 @@ index 57cb2d0d110f..058d9e97780d 100644
  #~ msgid "No such profile \"%s\", using default profile\n"
  #~ msgstr "No such profile \"%s\", using default profile\n"
 diff --git a/po/hi.po b/po/hi.po
  #~ msgid "No such profile \"%s\", using default profile\n"
  #~ msgstr "No such profile \"%s\", using default profile\n"
 diff --git a/po/hi.po b/po/hi.po
-index 2d7dc5b14008..acbff9a1a2ad 100644
+index 2d7dc5b14008..8d3d0529df61 100644
 --- a/po/hi.po
 +++ b/po/hi.po
 @@ -2267,9 +2267,8 @@ msgstr "विंडो बंद करें (_l)"
 --- a/po/hi.po
 +++ b/po/hi.po
 @@ -2267,9 +2267,8 @@ msgstr "विंडो बंद करें (_l)"
@@ -1806,17 +1591,6 @@ index 2d7dc5b14008..acbff9a1a2ad 100644
  
  #~ msgid "Switch to Tab 2"
  #~ msgstr "टैब 2 पर जाएँ"
  
  #~ msgid "Switch to Tab 2"
  #~ msgstr "टैब 2 पर जाएँ"
-@@ -2337,8 +2336,8 @@ msgstr "विंडो बंद करें (_l)"
- #~ msgid "_Close Window"
- #~ msgstr "विंडो बंद करें (_C)"
--#~ msgid "_Set Title…"
--#~ msgstr "शीर्षक नियत करें (_S)"
-+msgid "_Set Title…"
-+msgstr "शीर्षक नियत करें (_S)"
- #~ msgid "_Next Tab"
- #~ msgstr "अगला टेब  (_N)"
 @@ -2349,8 +2348,8 @@ msgstr "विंडो बंद करें (_l)"
  #~ msgid "_Input Methods"
  #~ msgstr "इनपुट विधियाँ (_I)"
 @@ -2349,8 +2348,8 @@ msgstr "विंडो बंद करें (_l)"
  #~ msgid "_Input Methods"
  #~ msgstr "इनपुट विधियाँ (_I)"
@@ -1840,13 +1614,13 @@ index 2d7dc5b14008..acbff9a1a2ad 100644
  #~ msgid "S/Key Challenge Response"
  #~ msgstr "एस/कुंजी चैलेंज प्रतिक्रिया"
 diff --git a/po/hr.po b/po/hr.po
  #~ msgid "S/Key Challenge Response"
  #~ msgstr "एस/कुंजी चैलेंज प्रतिक्रिया"
 diff --git a/po/hr.po b/po/hr.po
-index 099791b7db35..cf4ca6152ea6 100644
+index aec2eaa8bac1..207b5c774b32 100644
 --- a/po/hr.po
 +++ b/po/hr.po
 --- a/po/hr.po
 +++ b/po/hr.po
-@@ -2287,3 +2287,16 @@ msgstr ""
- #: ../src/terminal-window.c:3864
msgid "C_lose Window"
msgstr "_Zatvori prozor"
+@@ -2565,3 +2565,13 @@ msgstr "_Zatvori prozor"
#~ msgid "Use transparency from system theme"
#~ msgstr "Koristi prozirnost iz teme sustava"
 +
 +#: ../src/profile-preferences.glade.h:69
 +msgid "Transparent background"
 +
 +#: ../src/profile-preferences.glade.h:69
 +msgid "Transparent background"
@@ -1857,52 +1631,23 @@ index 099791b7db35..cf4ca6152ea6 100644
 +
 +msgid "Set Title"
 +msgstr "Postavi naslov"
 +
 +msgid "Set Title"
 +msgstr "Postavi naslov"
-+
-+msgid "_Set Title…"
-+msgstr "Postavi naslov"
 diff --git a/po/hu.po b/po/hu.po
 diff --git a/po/hu.po b/po/hu.po
-index a8956e0be645..ada3e12af699 100644
+index 401ae619d5d2..b6e96230111b 100644
 --- a/po/hu.po
 +++ b/po/hu.po
 --- a/po/hu.po
 +++ b/po/hu.po
-@@ -2384,11 +2384,11 @@ msgstr "_Ablak bezárása"
- #~ msgid "Default size:"
- #~ msgstr "Alapértelmezett méret:"
+@@ -2370,3 +2370,15 @@ msgstr "_Ablak bezárása"
  
  
--#~ msgid "Title"
--#~ msgstr "Cím"
+ #~ msgid "_Profile Preferences"
+ #~ msgstr "_Profil beállításai"
++
 +msgid "Title"
 +msgstr "Cím"
 +msgid "Title"
 +msgstr "Cím"
--#~ msgid "_Title:"
--#~ msgstr "_Cím:"
++
 +msgid "_Title:"
 +msgstr "_Cím:"
 +msgid "_Title:"
 +msgstr "_Cím:"
- #~ msgid "Title and Command"
- #~ msgstr "Cím és parancs"
-@@ -2396,14 +2396,14 @@ msgstr "_Ablak bezárása"
- #~ msgid "_Unlimited"
- #~ msgstr "_Végtelen"
--#~ msgid "Set Title"
--#~ msgstr "Cím beállítása"
++
 +msgid "Set Title"
 +msgstr "Cím beállítása"
 +msgid "Set Title"
 +msgstr "Cím beállítása"
- #~ msgid "Current Locale"
- #~ msgstr "Jelenlegi területi beállítás"
--#~ msgid "_Set Title…"
--#~ msgstr "_Cím beállítása…"
-+msgid "_Set Title…"
-+msgstr "_Cím beállítása…"
- #~ msgid "Always visible"
- #~ msgstr "Mindig látható"
-@@ -2708,3 +2708,6 @@ msgstr "_Ablak bezárása"
- #~ msgid "Background image"
- #~ msgstr "Háttérkép"
 +
 +msgid "Transparent background"
 +msgstr "Áttetsző háttér"
 +
 +msgid "Transparent background"
 +msgstr "Áttetsző háttér"
@@ -1933,13 +1678,13 @@ index aaf2d9b292da..4d466f164420 100644
  #: ../src/profile-preferences.glade.h:74
  msgid "_Update login records when command is launched"
 diff --git a/po/id.po b/po/id.po
  #: ../src/profile-preferences.glade.h:74
  msgid "_Update login records when command is launched"
 diff --git a/po/id.po b/po/id.po
-index a7e0d866e539..c03b4751a782 100644
+index 9198218c5aaa..9f2fbd0c9d4c 100644
 --- a/po/id.po
 +++ b/po/id.po
 --- a/po/id.po
 +++ b/po/id.po
-@@ -2268,3 +2268,18 @@ msgstr ""
- #: ../src/terminal-window.c:3852
msgid "C_lose Window"
msgstr "Tutup Jende_la"
+@@ -2548,3 +2548,15 @@ msgstr "Tutup Jende_la"
#~ msgid "_Add or Remove…"
#~ msgstr "T_ambah atau Hapus…"
 +
 +msgid "Transparent background"
 +msgstr "Latar belakang transparan"
 +
 +msgid "Transparent background"
 +msgstr "Latar belakang transparan"
@@ -1952,15 +1697,12 @@ index a7e0d866e539..c03b4751a782 100644
 +
 +msgid "Set Title"
 +msgstr "Atur Judul"
 +
 +msgid "Set Title"
 +msgstr "Atur Judul"
-+
-+msgid "_Set Title…"
-+msgstr "_Atur Judul…"
 diff --git a/po/it.po b/po/it.po
 diff --git a/po/it.po b/po/it.po
-index e0faef47298a..6b8d12538cb3 100644
+index 632667207c17..2cd93716f4f9 100644
 --- a/po/it.po
 +++ b/po/it.po
 --- a/po/it.po
 +++ b/po/it.po
-@@ -2374,3 +2374,18 @@ msgstr ""
- #: ../src/terminal-window.c:3852
+@@ -2348,3 +2348,15 @@ msgstr ""
+ #: ../src/terminal-window.c:3354
  msgid "C_lose Window"
  msgstr "Chiudi _finestra"
 +
  msgid "C_lose Window"
  msgstr "Chiudi _finestra"
 +
@@ -1975,17 +1717,14 @@ index e0faef47298a..6b8d12538cb3 100644
 +
 +msgid "Set Title"
 +msgstr "Imposta titolo"
 +
 +msgid "Set Title"
 +msgstr "Imposta titolo"
-+
-+msgid "_Set Title…"
-+msgstr "_Imposta titolo…"
 diff --git a/po/ja.po b/po/ja.po
 diff --git a/po/ja.po b/po/ja.po
-index b4f1fb99ee27..3e64b9d01077 100644
+index 9a18d3db624f..bbfd18e6ab24 100644
 --- a/po/ja.po
 +++ b/po/ja.po
 --- a/po/ja.po
 +++ b/po/ja.po
-@@ -2406,3 +2406,18 @@ msgstr "ウィンドウを閉じる(_L)"
#~ msgid "_Update login records when command is launched"
#~ msgstr "コマンドを実行した時にログイン記録を更新する(_U)"
+@@ -2096,3 +2096,15 @@ msgstr "この端末には未だ実行中のプロセスが存在しています
+ #: ../src/terminal-window.c:3953
msgid "C_lose Window"
msgstr "ウィンドウを閉じる(_L)"
 +
 +msgid "Transparent background"
 +msgstr "透過な画像にする"
 +
 +msgid "Transparent background"
 +msgstr "透過な画像にする"
@@ -1998,11 +1737,8 @@ index b4f1fb99ee27..3e64b9d01077 100644
 +
 +msgid "Set Title"
 +msgstr "タイトルを設定する"
 +
 +msgid "Set Title"
 +msgstr "タイトルを設定する"
-+
-+msgid "_Set Title…"
-+msgstr "タイトルを指定する(_S)…"
 diff --git a/po/ka.po b/po/ka.po
 diff --git a/po/ka.po b/po/ka.po
-index 2a0bc91fad40..f87c4496d591 100644
+index 2a0bc91fad40..c289e30eb4fa 100644
 --- a/po/ka.po
 +++ b/po/ka.po
 @@ -219,8 +219,8 @@ msgid "<b>Background</b>"
 --- a/po/ka.po
 +++ b/po/ka.po
 @@ -219,8 +219,8 @@ msgid "<b>Background</b>"
@@ -2025,22 +1761,11 @@ index 2a0bc91fad40..f87c4496d591 100644
  msgstr "გამჭირვალე"
  
  #: ../src/gnome-terminal.glade2.h:87
  msgstr "გამჭირვალე"
  
  #: ../src/gnome-terminal.glade2.h:87
-@@ -2193,8 +2193,8 @@ msgid "Change _Profile"
- msgstr "პროფილის _შეცვლა"
- #: ../src/terminal-window.c:981
--msgid "_Set Title..."
--msgstr "_სათაურის მითითება..."
-+msgid "_Set Title…"
-+msgstr "_სათაურის მითითება…"
- #: ../src/terminal-window.c:988
- msgid "Set _Character Encoding"
 diff --git a/po/kk.po b/po/kk.po
 diff --git a/po/kk.po b/po/kk.po
-index 99e1764b3961..06e617ecdbad 100644
+index 2811b7ec6239..d4239e5d12c5 100644
 --- a/po/kk.po
 +++ b/po/kk.po
 --- a/po/kk.po
 +++ b/po/kk.po
-@@ -2282,3 +2282,18 @@ msgstr "Терезені жа_бу"
+@@ -2547,3 +2547,15 @@ msgstr "Терезені жа_бу"
  
  #~ msgid "Be quiet"
  #~ msgstr "Тыныш болу"
  
  #~ msgid "Be quiet"
  #~ msgstr "Тыныш болу"
@@ -2056,9 +1781,6 @@ index 99e1764b3961..06e617ecdbad 100644
 +
 +msgid "Set Title"
 +msgstr "Атауын орнату"
 +
 +msgid "Set Title"
 +msgstr "Атауын орнату"
-+
-+msgid "_Set Title…"
-+msgstr "Атауын ор_нату…"
 diff --git a/po/km.po b/po/km.po
 index 352897d2963b..b6db9394a307 100644
 --- a/po/km.po
 diff --git a/po/km.po b/po/km.po
 index 352897d2963b..b6db9394a307 100644
 --- a/po/km.po
@@ -2075,7 +1797,7 @@ index 352897d2963b..b6db9394a307 100644
  #~ msgid "S_hade transparent or image background:"
  #~ msgstr "ដាក់​ស្រមោល​ផ្ទៃខាងក្រោយ​ថ្លា ឬ​ផ្ទៃខាងក្រោយ​​រូបភាព ៖"
 diff --git a/po/kn.po b/po/kn.po
  #~ msgid "S_hade transparent or image background:"
  #~ msgstr "ដាក់​ស្រមោល​ផ្ទៃខាងក្រោយ​ថ្លា ឬ​ផ្ទៃខាងក្រោយ​​រូបភាព ៖"
 diff --git a/po/kn.po b/po/kn.po
-index c887f88a2c87..3f3d7fe378b3 100644
+index c887f88a2c87..0fc1c3139258 100644
 --- a/po/kn.po
 +++ b/po/kn.po
 @@ -2261,8 +2261,8 @@ msgstr "ಕಿಟಕಿಯನ್ನು ಮುಚ್ಚು  (_l)"
 --- a/po/kn.po
 +++ b/po/kn.po
 @@ -2261,8 +2261,8 @@ msgstr "ಕಿಟಕಿಯನ್ನು ಮುಚ್ಚು  (_l)"
@@ -2100,17 +1822,6 @@ index c887f88a2c87..3f3d7fe378b3 100644
  
  #~ msgid "Switch to Tab 2"
  #~ msgstr "2 ನೆ ಟ್ಯಾಬ್‌ಗೆ ಬದಲಾಯಿಸಿ"
  
  #~ msgid "Switch to Tab 2"
  #~ msgstr "2 ನೆ ಟ್ಯಾಬ್‌ಗೆ ಬದಲಾಯಿಸಿ"
-@@ -2330,8 +2330,8 @@ msgstr "ಕಿಟಕಿಯನ್ನು ಮುಚ್ಚು  (_l)"
- #~ msgid "_Close Window"
- #~ msgstr "ಕಿಟಕಿಯನ್ನು ಮುಚ್ಚು (_C)"
--#~ msgid "_Set Title…"
--#~ msgstr "ಶೀರ್ಷಿಕೆಯನ್ನು ನೀಡು (_S)"
-+msgid "_Set Title…"
-+msgstr "ಶೀರ್ಷಿಕೆಯನ್ನು ನೀಡು (_S)"
- #~ msgid "_Next Tab"
- #~ msgstr "ಮುಂದಿನ ಟ್ಯಾಬ್‌ (_N)"
 @@ -2342,5 +2342,8 @@ msgstr "ಕಿಟಕಿಯನ್ನು ಮುಚ್ಚು  (_l)"
  #~ msgid "_Input Methods"
  #~ msgstr "ಇನ್‌ಪುಟ್ ಕ್ರಮಗಳು (_I)"
 @@ -2342,5 +2342,8 @@ msgstr "ಕಿಟಕಿಯನ್ನು ಮುಚ್ಚು  (_l)"
  #~ msgid "_Input Methods"
  #~ msgstr "ಇನ್‌ಪುಟ್ ಕ್ರಮಗಳು (_I)"
@@ -2123,13 +1834,13 @@ index c887f88a2c87..3f3d7fe378b3 100644
 +msgid "Transparent background"
 +msgstr "ಪಾರದರ್ಶಕ ಹಿನ್ನಲೆ"
 diff --git a/po/ko.po b/po/ko.po
 +msgid "Transparent background"
 +msgstr "ಪಾರದರ್ಶಕ ಹಿನ್ನಲೆ"
 diff --git a/po/ko.po b/po/ko.po
-index 938cba133e13..3a36107793e7 100644
+index d1be8c3fdab8..02de5aa11be1 100644
 --- a/po/ko.po
 +++ b/po/ko.po
 --- a/po/ko.po
 +++ b/po/ko.po
-@@ -2320,3 +2320,18 @@ msgstr "창 닫기(_L)"
+@@ -2292,3 +2292,15 @@ msgstr "창 닫기(_L)"
  
  
- #~ msgid "Whether to use a dark theme variant"
- #~ msgstr "어두운 테마를 사용할 지 여부"
+ #~ msgid "Verbose output"
+ #~ msgstr "많이 출력"
 +
 +msgid "Transparent background"
 +msgstr "투명한 배경"
 +
 +msgid "Transparent background"
 +msgstr "투명한 배경"
@@ -2142,9 +1853,6 @@ index 938cba133e13..3a36107793e7 100644
 +
 +msgid "Set Title"
 +msgstr "제목 설정"
 +
 +msgid "Set Title"
 +msgstr "제목 설정"
-+
-+msgid "_Set Title…"
-+msgstr "제목 설정(_S)…"
 diff --git a/po/ku.po b/po/ku.po
 index bc2bb7f03de4..d2a83a007097 100644
 --- a/po/ku.po
 diff --git a/po/ku.po b/po/ku.po
 index bc2bb7f03de4..d2a83a007097 100644
 --- a/po/ku.po
@@ -2172,10 +1880,10 @@ index bc2bb7f03de4..d2a83a007097 100644
  #: ../src/gnome-terminal.glade2.h:87
  msgid "_Update login records when command is launched"
 diff --git a/po/lt.po b/po/lt.po
  #: ../src/gnome-terminal.glade2.h:87
  msgid "_Update login records when command is launched"
 diff --git a/po/lt.po b/po/lt.po
-index e8362f8da02d..567fc6b0495d 100644
+index e8b7622e5d46..c6fe38021b6a 100644
 --- a/po/lt.po
 +++ b/po/lt.po
 --- a/po/lt.po
 +++ b/po/lt.po
-@@ -2296,3 +2296,18 @@ msgstr "_Užverti langą"
+@@ -2571,3 +2571,15 @@ msgstr "_Užverti langą"
  
  #~ msgid "Whether to use a dark theme variant"
  #~ msgstr "Ar naudoti tamsų temos variantą"
  
  #~ msgid "Whether to use a dark theme variant"
  #~ msgstr "Ar naudoti tamsų temos variantą"
@@ -2191,17 +1899,15 @@ index e8362f8da02d..567fc6b0495d 100644
 +
 +msgid "Set Title"
 +msgstr "Nustatyti pavadinimą"
 +
 +msgid "Set Title"
 +msgstr "Nustatyti pavadinimą"
-+
-+msgid "_Set Title…"
-+msgstr "_Nustatyti pavadinimą…"
 diff --git a/po/lv.po b/po/lv.po
 diff --git a/po/lv.po b/po/lv.po
-index 51105b99fe5e..f3323e1361b4 100644
+index 47d9e75b1ee8..a8dad3bc0d6b 100644
 --- a/po/lv.po
 +++ b/po/lv.po
 --- a/po/lv.po
 +++ b/po/lv.po
-@@ -2320,3 +2320,21 @@ msgstr ""
- msgid "C_lose Window"
- msgstr "Aizvērt _logu"
+@@ -2578,3 +2578,19 @@ msgstr "Aizvērt _logu"
  
  
+ #~ msgid "_Add or Remove…"
+ #~ msgstr "_Pievienot vai izņemt…"
++
 +msgid "Transparent background"
 +msgstr "Caurspīdīgs fons"
 +
 +msgid "Transparent background"
 +msgstr "Caurspīdīgs fons"
 +
@@ -2217,9 +1923,6 @@ index 51105b99fe5e..f3323e1361b4 100644
 +
 +msgid "Set Title"
 +msgstr "Iestatīt nosaukumu"
 +
 +msgid "Set Title"
 +msgstr "Iestatīt nosaukumu"
-+
-+msgid "_Set Title…"
-+msgstr "Ie_statīt nosaukumu…"
 diff --git a/po/mai.po b/po/mai.po
 index 715d0b9e1c82..0f31634e4f2e 100644
 --- a/po/mai.po
 diff --git a/po/mai.po b/po/mai.po
 index 715d0b9e1c82..0f31634e4f2e 100644
 --- a/po/mai.po
@@ -2247,7 +1950,7 @@ index 715d0b9e1c82..0f31634e4f2e 100644
  #: ../src/profile-preferences.glade.h:70
  msgid "_Update login records when command is launched"
 diff --git a/po/mg.po b/po/mg.po
  #: ../src/profile-preferences.glade.h:70
  msgid "_Update login records when command is launched"
 diff --git a/po/mg.po b/po/mg.po
-index 99fa0f5e4059..2ac0152b849d 100644
+index 99fa0f5e4059..a216602569af 100644
 --- a/po/mg.po
 +++ b/po/mg.po
 @@ -220,8 +220,8 @@ msgid "<b>Background</b>"
 --- a/po/mg.po
 +++ b/po/mg.po
 @@ -220,8 +220,8 @@ msgid "<b>Background</b>"
@@ -2272,17 +1975,6 @@ index 99fa0f5e4059..2ac0152b849d 100644
  
  #: ../src/gnome-terminal.glade2.h:87
  msgid "_Update login records when command is launched"
  
  #: ../src/gnome-terminal.glade2.h:87
  msgid "_Update login records when command is launched"
-@@ -2300,8 +2300,8 @@ msgid "Change _Profile"
- msgstr "Hanova _profil"
- #: ../src/terminal-window.c:1017
--msgid "_Set Title..."
--msgstr "_Hamaritra ny lohateny..."
-+msgid "_Set Title…"
-+msgstr "_Hamaritra ny lohateny…"
- #: ../src/terminal-window.c:1024
- msgid "Set _Character Encoding"
 diff --git a/po/mk.po b/po/mk.po
 index 4fe43192fe57..a5a874b49c59 100644
 --- a/po/mk.po
 diff --git a/po/mk.po b/po/mk.po
 index 4fe43192fe57..a5a874b49c59 100644
 --- a/po/mk.po
@@ -2310,22 +2002,18 @@ index 4fe43192fe57..a5a874b49c59 100644
  #: ../src/profile-preferences.glade.h:78
  #| msgid "_Text color:"
 diff --git a/po/ml.po b/po/ml.po
  #: ../src/profile-preferences.glade.h:78
  #| msgid "_Text color:"
 diff --git a/po/ml.po b/po/ml.po
-index cc1928dcda63..62abd2131499 100644
+index a23f4cc4f1ae..49caa9efe94f 100644
 --- a/po/ml.po
 +++ b/po/ml.po
 --- a/po/ml.po
 +++ b/po/ml.po
-@@ -2751,8 +2751,8 @@ msgstr "ടെര്‍മിനല്‍ അ_ടയ്ക്കുക"
- #~ msgid "_Solid color"
- #~ msgstr "_സോളിഡ് നിറം"
+@@ -2461,3 +2461,6 @@ msgstr "ജാലകം അടയ്ക്കുക (_l)"
  
  
--#~ msgid "_Transparent background"
--#~ msgstr "_പുറകിലുള്ളവ കാണാവുന്ന പശ്ചാത്തലം"
+ #~ msgid "_Unlimited"
+ #~ msgstr "പരിധിയില്ല (_U)"
++
 +msgid "Transparent background"
 +msgstr "പുറകിലുള്ളവ കാണാവുന്ന പശ്ചാത്തലം"
 +msgid "Transparent background"
 +msgstr "പുറകിലുള്ളവ കാണാവുന്ന പശ്ചാത്തലം"
- #~ msgid "S/Key Challenge Response"
- #~ msgstr "S/Key ചാലഞ്ച് മറുപടി"
 diff --git a/po/mn.po b/po/mn.po
 diff --git a/po/mn.po b/po/mn.po
-index 2f9d86072d1c..e67c1792bad5 100644
+index 2f9d86072d1c..09c4437d10f9 100644
 --- a/po/mn.po
 +++ b/po/mn.po
 @@ -217,8 +217,8 @@ msgid "<b>Background</b>"
 --- a/po/mn.po
 +++ b/po/mn.po
 @@ -217,8 +217,8 @@ msgid "<b>Background</b>"
@@ -2350,19 +2038,8 @@ index 2f9d86072d1c..e67c1792bad5 100644
  
  #: ../src/gnome-terminal.glade2.h:103
  msgid "_Update login records when command is launched"
  
  #: ../src/gnome-terminal.glade2.h:103
  msgid "_Update login records when command is launched"
-@@ -2095,8 +2095,8 @@ msgid "Change _Profile"
- msgstr "_Профил өөрчилөх"
- #: ../src/terminal-window.c:979
--msgid "_Set Title..."
--msgstr "Гарчиг _өгөх..."
-+msgid "_Set Title…"
-+msgstr "Гарчиг _өгөх…"
- #: ../src/terminal-window.c:986
- msgid "Set _Character Encoding"
 diff --git a/po/mr.po b/po/mr.po
 diff --git a/po/mr.po b/po/mr.po
-index 61997dafbd03..406d26b5c340 100644
+index 61997dafbd03..9c7dc77abd22 100644
 --- a/po/mr.po
 +++ b/po/mr.po
 @@ -2219,8 +2219,8 @@ msgstr "चौकट बंद करा (_l)"
 --- a/po/mr.po
 +++ b/po/mr.po
 @@ -2219,8 +2219,8 @@ msgstr "चौकट बंद करा (_l)"
@@ -2387,17 +2064,6 @@ index 61997dafbd03..406d26b5c340 100644
  
  #~ msgid "The shortcut key “%s” is already bound to the “%s” action"
  #~ msgstr "“%s” ही शार्टकट कि “%s” या कृतीशी संलग्न आहे"
  
  #~ msgid "The shortcut key “%s” is already bound to the “%s” action"
  #~ msgstr "“%s” ही शार्टकट कि “%s” या कृतीशी संलग्न आहे"
-@@ -2255,8 +2255,8 @@ msgstr "चौकट बंद करा (_l)"
- #~ msgid "_Close Window"
- #~ msgstr "चौकट बंद करा(_C)"
--#~ msgid "_Set Title…"
--#~ msgstr "शिर्षक सेट करा (_S)…"
-+msgid "_Set Title…"
-+msgstr "शिर्षक सेट करा (_S)…"
- #~ msgid "_Next Tab"
- #~ msgstr "पुढील टॅब(_N)"
 @@ -2267,8 +2267,8 @@ msgstr "चौकट बंद करा (_l)"
  #~ msgid "_Input Methods"
  #~ msgstr "इनपुट पध्दती (_I)"
 @@ -2267,8 +2267,8 @@ msgstr "चौकट बंद करा (_l)"
  #~ msgid "_Input Methods"
  #~ msgstr "इनपुट पध्दती (_I)"
@@ -2421,7 +2087,7 @@ index 61997dafbd03..406d26b5c340 100644
  #~ msgid "Disabled"
  #~ msgstr "अकार्यान्वीतित"
 diff --git a/po/ms.po b/po/ms.po
  #~ msgid "Disabled"
  #~ msgstr "अकार्यान्वीतित"
 diff --git a/po/ms.po b/po/ms.po
-index f2ebd4851d3b..4029548e813f 100644
+index f2ebd4851d3b..f3d44c9c6294 100644
 --- a/po/ms.po
 +++ b/po/ms.po
 @@ -227,8 +227,8 @@ msgstr "<b>LatarBelakang</b>"
 --- a/po/ms.po
 +++ b/po/ms.po
 @@ -227,8 +227,8 @@ msgstr "<b>LatarBelakang</b>"
@@ -2446,23 +2112,12 @@ index f2ebd4851d3b..4029548e813f 100644
  
  #: ../src/gnome-terminal.glade2.h:103
  msgid "_Update login records when command is launched"
  
  #: ../src/gnome-terminal.glade2.h:103
  msgid "_Update login records when command is launched"
-@@ -2151,8 +2151,8 @@ msgid "Change _Profile"
- msgstr "Tukar _Profil"
- #: ../src/terminal-window.c:979
--msgid "_Set Title..."
--msgstr "_Tetapkan Tajuk..."
-+msgid "_Set Title…"
-+msgstr "_Tetapkan Tajuk…"
- #: ../src/terminal-window.c:986
- msgid "Set _Character Encoding"
 diff --git a/po/nb.po b/po/nb.po
 diff --git a/po/nb.po b/po/nb.po
-index 7d7b8fde142c..ae09ef691aaf 100644
+index 683acfe5221e..3dc97ee17fec 100644
 --- a/po/nb.po
 +++ b/po/nb.po
 --- a/po/nb.po
 +++ b/po/nb.po
-@@ -2251,3 +2251,18 @@ msgstr ""
- #: ../src/terminal-window.c:3852
+@@ -2261,3 +2261,15 @@ msgstr ""
+ #: ../src/terminal-window.c:3210
  msgid "C_lose Window"
  msgstr "_Lukk vindu"
 +
  msgid "C_lose Window"
  msgstr "_Lukk vindu"
 +
@@ -2477,9 +2132,6 @@ index 7d7b8fde142c..ae09ef691aaf 100644
 +
 +msgid "Set Title"
 +msgstr "Sett tittel"
 +
 +msgid "Set Title"
 +msgstr "Sett tittel"
-+
-+msgid "_Set Title…"
-+msgstr "_Sett tittel …"
 diff --git a/po/nds.po b/po/nds.po
 index 82f930b1cc0c..d52fbd94eb58 100644
 --- a/po/nds.po
 diff --git a/po/nds.po b/po/nds.po
 index 82f930b1cc0c..d52fbd94eb58 100644
 --- a/po/nds.po
@@ -2507,7 +2159,7 @@ index 82f930b1cc0c..d52fbd94eb58 100644
  #: ../src/profile-preferences.glade.h:74
  msgid "_Update login records when command is launched"
 diff --git a/po/ne.po b/po/ne.po
  #: ../src/profile-preferences.glade.h:74
  msgid "_Update login records when command is launched"
 diff --git a/po/ne.po b/po/ne.po
-index 4fe16cc88a9a..2a033b8c17d4 100644
+index 4fe16cc88a9a..53fb89134be0 100644
 --- a/po/ne.po
 +++ b/po/ne.po
 @@ -2398,8 +2398,8 @@ msgstr "सञ्झ्याल बन्द गर्नुहोस्"
 --- a/po/ne.po
 +++ b/po/ne.po
 @@ -2398,8 +2398,8 @@ msgstr "सञ्झ्याल बन्द गर्नुहोस्"
@@ -2543,60 +2195,23 @@ index 4fe16cc88a9a..2a033b8c17d4 100644
  
  #~ msgid ""
  #~ "text/plain dropped on terminal had wrong format (%d) or length (%d)\n"
  
  #~ msgid ""
  #~ "text/plain dropped on terminal had wrong format (%d) or length (%d)\n"
-@@ -3282,8 +3282,8 @@ msgstr "सञ्झ्याल बन्द गर्नुहोस्"
- #~ msgid "Show Menu_bar"
- #~ msgstr "मेनुपट्टी देखाउनुहोस्"
--#~ msgid "_Set Title..."
--#~ msgstr "शीर्षक राख्नुहोस्..."
-+msgid "_Set Title…"
-+msgstr "शीर्षक राख्नुहोस्…"
- #~ msgid "_Next Tab"
- #~ msgstr "पछिल्लो ट्याब"
 diff --git a/po/nl.po b/po/nl.po
 diff --git a/po/nl.po b/po/nl.po
-index a51720be1610..0b6f3d7786ed 100644
+index 5f070152cade..560e472f0917 100644
 --- a/po/nl.po
 +++ b/po/nl.po
 --- a/po/nl.po
 +++ b/po/nl.po
-@@ -2218,11 +2218,11 @@ msgstr "Venster sl_uiten"
- #~ msgid "Default size:"
- #~ msgstr "Standaardgrootte:"
+@@ -2596,3 +2596,15 @@ msgstr "Venster sl_uiten"
  
  
--#~ msgid "Title"
--#~ msgstr "Titel"
+ #~ msgid "_Add or Remove…"
+ #~ msgstr "_Toevoegen of verwijderen…"
++
 +msgid "Title"
 +msgstr "Titel"
 +msgid "Title"
 +msgstr "Titel"
--#~ msgid "_Title:"
--#~ msgstr "_Titel:"
++
 +msgid "_Title:"
 +msgstr "_Titel:"
 +msgid "_Title:"
 +msgstr "_Titel:"
- #~ msgid "Title and Command"
- #~ msgstr "Titel en opdracht"
-@@ -2230,14 +2230,14 @@ msgstr "Venster sl_uiten"
- #~ msgid "_Unlimited"
- #~ msgstr "_Onbeperkt"
--#~ msgid "Set Title"
--#~ msgstr "Titel instellen"
++
 +msgid "Set Title"
 +msgstr "Titel instellen"
 +msgid "Set Title"
 +msgstr "Titel instellen"
- #~ msgid "Current Locale"
- #~ msgstr "Huidige locale"
--#~ msgid "_Set Title…"
--#~ msgstr "Titel _instellen…"
-+msgid "_Set Title…"
-+msgstr "Titel _instellen…"
- #~ msgid "_About Terminal"
- #~ msgstr "_Info over Terminal"
-@@ -2352,3 +2352,6 @@ msgstr "Venster sl_uiten"
- #~ msgid "Switch to Tab 12"
- #~ msgstr "Ga naar tab 12"
 +
 +msgid "Transparent background"
 +msgstr "Transparante achtergrond"
 +
 +msgid "Transparent background"
 +msgstr "Transparante achtergrond"
@@ -2627,10 +2242,10 @@ index 5aa43b113ed9..f892290c256f 100644
  #: ../src/profile-preferences.glade.h:74
  msgid "_Update login records when command is launched"
 diff --git a/po/oc.po b/po/oc.po
  #: ../src/profile-preferences.glade.h:74
  msgid "_Update login records when command is launched"
 diff --git a/po/oc.po b/po/oc.po
-index b1befba5b372..f51dffb01c07 100644
+index 9a6f6186019a..6e51ea2f8980 100644
 --- a/po/oc.po
 +++ b/po/oc.po
 --- a/po/oc.po
 +++ b/po/oc.po
-@@ -2549,8 +2549,8 @@ msgstr "Tampar _la fenèstra"
+@@ -2944,8 +2944,8 @@ msgstr "Tampar _la fenèstra"
  #~ msgid "Save as..."
  #~ msgstr "Enregistrar jos..."
  
  #~ msgid "Save as..."
  #~ msgstr "Enregistrar jos..."
  
@@ -2639,20 +2254,9 @@ index b1befba5b372..f51dffb01c07 100644
 +msgid "_Title:"
 +msgstr "_Títol :"
  
 +msgid "_Title:"
 +msgstr "_Títol :"
  
- #~ msgid "Move Tab _Right"
- #~ msgstr "Desplaçar l'onglet cap a _dreita"
-@@ -2558,8 +2558,8 @@ msgstr "Tampar _la fenèstra"
- #~ msgid "Move Tab _Left"
- #~ msgstr "Desplaçar l'onglet cap a _esquèrra"
--#~ msgid "_Set Title…"
--#~ msgstr "_Modificar lo títol…"
-+msgid "_Set Title…"
-+msgstr "_Modificar lo títol…"
  #~ msgid "_Detach tab"
  #~ msgstr "Des_tacar l'onglet"
  #~ msgid "_Detach tab"
  #~ msgstr "Des_tacar l'onglet"
-@@ -3019,8 +3019,8 @@ msgstr "Tampar _la fenèstra"
+@@ -3405,8 +3405,8 @@ msgstr "Tampar _la fenèstra"
  #~ msgid "_Use the system fixed width font"
  #~ msgstr "_Utilizar la poliça de chassa fixa del sistèma"
  
  #~ msgid "_Use the system fixed width font"
  #~ msgstr "_Utilizar la poliça de chassa fixa del sistèma"
  
@@ -2661,9 +2265,9 @@ index b1befba5b372..f51dffb01c07 100644
 +msgid "Set Title"
 +msgstr "Definir lo títol"
  
 +msgid "Set Title"
 +msgstr "Definir lo títol"
  
- #~ msgid "Switch to Previous Tab"
- #~ msgstr "Onglet precedent"
-@@ -3352,8 +3352,8 @@ msgstr "Tampar _la fenèstra"
+ #~ msgid "The shortcut key “%s” is already bound to the “%s” action"
+ #~ msgstr "L'acorchi de clavièr « %s » es ja atribuit a l'accion « %s »"
+@@ -3723,8 +3723,8 @@ msgstr "Tampar _la fenèstra"
  #~ msgid "Run;"
  #~ msgstr "Executar;Consòla;Shell;"
  
  #~ msgid "Run;"
  #~ msgstr "Executar;Consòla;Shell;"
  
@@ -2690,10 +2294,10 @@ index ec1e6bfb9a28..218acd712df6 100644
  #~ msgid "S_hade transparent or image background:"
  #~ msgstr "ଛାୟା ସ୍ବଚ୍ଛ କିମ୍ବା ଚିତ୍ର ପୃଷ୍ଠଭୂମି (_h):"
 diff --git a/po/pa.po b/po/pa.po
  #~ msgid "S_hade transparent or image background:"
  #~ msgstr "ଛାୟା ସ୍ବଚ୍ଛ କିମ୍ବା ଚିତ୍ର ପୃଷ୍ଠଭୂମି (_h):"
 diff --git a/po/pa.po b/po/pa.po
-index f1abdb6306f6..b10907ddc82a 100644
+index 1cb4b46dc2aa..2bdd01fecaab 100644
 --- a/po/pa.po
 +++ b/po/pa.po
 --- a/po/pa.po
 +++ b/po/pa.po
-@@ -2449,10 +2449,9 @@ msgstr "ਵਿੰਡੋ ਬੰਦ ਕਰੋ(_l)"
+@@ -2718,10 +2718,9 @@ msgstr "ਵਿੰਡੋ ਬੰਦ ਕਰੋ(_l)"
  #~ msgid "GNOME Terminal Client"
  #~ msgstr "ਗਨੋਮ ਟਰਮੀਨਲ ਕਲਾਇਟ"
  
  #~ msgid "GNOME Terminal Client"
  #~ msgstr "ਗਨੋਮ ਟਰਮੀਨਲ ਕਲਾਇਟ"
  
@@ -2707,7 +2311,7 @@ index f1abdb6306f6..b10907ddc82a 100644
  
  #~ msgid "Title for terminal"
  #~ msgstr "ਟਰਮੀਨਲ ਲਈ ਟਾਈਟਲ"
  
  #~ msgid "Title for terminal"
  #~ msgstr "ਟਰਮੀਨਲ ਲਈ ਟਾਈਟਲ"
-@@ -2497,11 +2496,11 @@ msgstr "ਵਿੰਡੋ ਬੰਦ ਕਰੋ(_l)"
+@@ -2766,11 +2765,11 @@ msgstr "ਵਿੰਡੋ ਬੰਦ ਕਰੋ(_l)"
  #~ msgid "Default size:"
  #~ msgstr "ਡਿਫਾਲਟ ਸਾਈਜ਼:"
  
  #~ msgid "Default size:"
  #~ msgstr "ਡਿਫਾਲਟ ਸਾਈਜ਼:"
  
@@ -2723,7 +2327,7 @@ index f1abdb6306f6..b10907ddc82a 100644
  
  #~ msgid "Title and Command"
  #~ msgstr "ਟਾਈਟਲ ਅਤੇ ਕਮਾਂਡ"
  
  #~ msgid "Title and Command"
  #~ msgstr "ਟਾਈਟਲ ਅਤੇ ਕਮਾਂਡ"
-@@ -2509,14 +2508,14 @@ msgstr "ਵਿੰਡੋ ਬੰਦ ਕਰੋ(_l)"
+@@ -2778,8 +2777,8 @@ msgstr "ਵਿੰਡੋ ਬੰਦ ਕਰੋ(_l)"
  #~ msgid "_Unlimited"
  #~ msgstr "ਬੇਅੰਤ(_U)"
  
  #~ msgid "_Unlimited"
  #~ msgstr "ਬੇਅੰਤ(_U)"
  
@@ -2734,15 +2338,7 @@ index f1abdb6306f6..b10907ddc82a 100644
  
  #~ msgid "Current Locale"
  #~ msgstr "ਮੌਜੂਦ ਲੋਕੇਲ"
  
  #~ msgid "Current Locale"
  #~ msgstr "ਮੌਜੂਦ ਲੋਕੇਲ"
--#~ msgid "_Set Title…"
--#~ msgstr "…ਟਾਈਟਲ ਦਿਓ(_S)"
-+msgid "_Set Title…"
-+msgstr "…ਟਾਈਟਲ ਦਿਓ(_S)"
- #~ msgid "What to do with dynamic title"
- #~ msgstr "ਡਾਇਨਾਮਿਕ ਟਾਈਟਲ ਦਾ ਕੀ ਕਰਨਾ ਹੈ"
-@@ -3326,8 +3325,8 @@ msgstr "ਵਿੰਡੋ ਬੰਦ ਕਰੋ(_l)"
+@@ -3559,8 +3558,8 @@ msgstr "ਵਿੰਡੋ ਬੰਦ ਕਰੋ(_l)"
  #~ msgid "_Solid color"
  #~ msgstr "ਇੱਕ ਰੰਗ ਵਰਤੋਂ(_S)"
  
  #~ msgid "_Solid color"
  #~ msgstr "ਇੱਕ ਰੰਗ ਵਰਤੋਂ(_S)"
  
@@ -2780,7 +2376,7 @@ index b25a2cb41712..3855b2f3423f 100644
  #: ../src/profile-preferences.glade.h:70
  msgid "_Update login records when command is launched"
 diff --git a/po/pt.po b/po/pt.po
  #: ../src/profile-preferences.glade.h:70
  msgid "_Update login records when command is launched"
 diff --git a/po/pt.po b/po/pt.po
-index 5181419ad973..40eb8227f333 100644
+index 5181419ad973..3df37f6d5bc7 100644
 --- a/po/pt.po
 +++ b/po/pt.po
 @@ -2360,11 +2360,11 @@ msgstr "Fechar jane_la"
 --- a/po/pt.po
 +++ b/po/pt.po
 @@ -2360,11 +2360,11 @@ msgstr "Fechar jane_la"
@@ -2799,7 +2395,7 @@ index 5181419ad973..40eb8227f333 100644
  
  #~ msgid "Title and Command"
  #~ msgstr "Título e comando"
  
  #~ msgid "Title and Command"
  #~ msgstr "Título e comando"
-@@ -2372,14 +2372,14 @@ msgstr "Fechar jane_la"
+@@ -2372,8 +2372,8 @@ msgstr "Fechar jane_la"
  #~ msgid "_Unlimited"
  #~ msgstr "_Ilimitado"
  
  #~ msgid "_Unlimited"
  #~ msgstr "_Ilimitado"
  
@@ -2810,14 +2406,6 @@ index 5181419ad973..40eb8227f333 100644
  
  #~ msgid "Current Locale"
  #~ msgstr "Configuração Regional Atual"
  
  #~ msgid "Current Locale"
  #~ msgstr "Configuração Regional Atual"
--#~ msgid "_Set Title…"
--#~ msgstr "_Definir o Título…"
-+msgid "_Set Title…"
-+msgstr "_Definir o Título…"
- #~ msgid "Always visible"
- #~ msgstr "Sempre visível"
 @@ -3160,8 +3160,8 @@ msgstr "Fechar jane_la"
  #~ msgid "Background image _scrolls"
  #~ msgstr "Imagem de fundo _rola"
 @@ -3160,8 +3160,8 @@ msgstr "Fechar jane_la"
  #~ msgid "Background image _scrolls"
  #~ msgstr "Imagem de fundo _rola"
@@ -2830,10 +2418,10 @@ index 5181419ad973..40eb8227f333 100644
  #~ msgid "S_hade transparent or image background:"
  #~ msgstr "Transparente som_breado ou imagem de fundo:"
 diff --git a/po/pt_BR.po b/po/pt_BR.po
  #~ msgid "S_hade transparent or image background:"
  #~ msgstr "Transparente som_breado ou imagem de fundo:"
 diff --git a/po/pt_BR.po b/po/pt_BR.po
-index b392e36849dd..d5af07610a1e 100644
+index c40dba26b08a..9be7eec414e9 100644
 --- a/po/pt_BR.po
 +++ b/po/pt_BR.po
 --- a/po/pt_BR.po
 +++ b/po/pt_BR.po
-@@ -2401,23 +2401,23 @@ msgstr "_Fechar janela"
+@@ -2687,17 +2687,17 @@ msgstr "_Fechar janela"
  #~ msgid "Default size:"
  #~ msgstr "Tamanho padrão:"
  
  #~ msgid "Default size:"
  #~ msgstr "Tamanho padrão:"
  
@@ -2857,15 +2445,7 @@ index b392e36849dd..d5af07610a1e 100644
  
  #~ msgid "Current Locale"
  #~ msgstr "Codificação atual"
  
  #~ msgid "Current Locale"
  #~ msgstr "Codificação atual"
--#~ msgid "_Set Title…"
--#~ msgstr "Definir _título…"
-+msgid "_Set Title…"
-+msgstr "Definir _título…"
- #~ msgid "_Next Tab"
- #~ msgstr "Pró_xima aba"
-@@ -3070,3 +3070,6 @@ msgstr "_Fechar janela"
+@@ -3323,3 +3323,6 @@ msgstr "_Fechar janela"
  #~ "terminal poderão usar. Essa é a paleta, na forma de uma lista de nomes de "
  #~ "cores separada por dois pontos. Os nomes de cores devem estar no formato "
  #~ "hexadecimal. Exemplo: \"#FF00FF\""
  #~ "terminal poderão usar. Essa é a paleta, na forma de uma lista de nomes de "
  #~ "cores separada por dois pontos. Os nomes de cores devem estar no formato "
  #~ "hexadecimal. Exemplo: \"#FF00FF\""
@@ -2873,39 +2453,28 @@ index b392e36849dd..d5af07610a1e 100644
 +msgid "Transparent background"
 +msgstr "Fundo transparente"
 diff --git a/po/ro.po b/po/ro.po
 +msgid "Transparent background"
 +msgstr "Fundo transparente"
 diff --git a/po/ro.po b/po/ro.po
-index 179dd77fd166..cf1b9986c923 100644
+index 53dd72be9c45..d694adf36934 100644
 --- a/po/ro.po
 +++ b/po/ro.po
 --- a/po/ro.po
 +++ b/po/ro.po
-@@ -1282,8 +1282,8 @@ msgid "_Base on:"
- msgstr "_Bazat pe:"
- #: ../src/profile-preferences.glade.h:1
--msgid "<b>Command</b>"
--msgstr "<b>Comandă</b>"
-+msgid "Command"
-+msgstr "Comandă"
- #: ../src/profile-preferences.glade.h:2
- msgid "<b>Foreground, Background, Bold and Underline</b>"
-@@ -1576,8 +1576,8 @@ msgid "_Text color:"
- msgstr "Culoare _text:"
+@@ -3412,8 +3412,8 @@ msgstr "Î_nchide fereastra"
+ #~ msgid "_Solid color"
+ #~ msgstr "Culoare _solidă"
  
  
- #: ../src/profile-preferences.glade.h:77
--msgid "_Transparent background"
--msgstr "Fundal _transparent"
+-#~ msgid "_Transparent background"
+-#~ msgstr "Fundal _transparent"
 +msgid "Transparent background"
 +msgstr "Fundal transparent"
  
 +msgid "Transparent background"
 +msgstr "Fundal transparent"
  
- #: ../src/profile-preferences.glade.h:78
msgid "_Underline color:"
+ #~ msgid "_Unlimited"
#~ msgstr "_Neliminat"
 diff --git a/po/ru.po b/po/ru.po
 diff --git a/po/ru.po b/po/ru.po
-index 84c4e76ed0bf..e8e53a7c88af 100644
+index fedc4d3ec51c..c08bffcb4d10 100644
 --- a/po/ru.po
 +++ b/po/ru.po
 --- a/po/ru.po
 +++ b/po/ru.po
-@@ -2274,3 +2274,22 @@ msgstr ""
- #: ../src/terminal-window.c:3852
msgid "C_lose Window"
msgstr "_Закрыть окно"
+@@ -2539,3 +2539,19 @@ msgstr "_Закрыть окно"
#~ msgid "_Add or Remove…"
#~ msgstr "_Добавить или удалить…"
 +
 +msgid "Transparent background"
 +msgstr "Прозрачный фон"
 +
 +msgid "Transparent background"
 +msgstr "Прозрачный фон"
@@ -2922,9 +2491,6 @@ index 84c4e76ed0bf..e8e53a7c88af 100644
 +
 +msgid "Set Title"
 +msgstr "Установить заголовок"
 +
 +msgid "Set Title"
 +msgstr "Установить заголовок"
-+
-+msgid "_Set Title…"
-+msgstr "_Установить заголовок…"
 diff --git a/po/rw.po b/po/rw.po
 index 012f64e325c3..5ff633f8b3c2 100644
 --- a/po/rw.po
 diff --git a/po/rw.po b/po/rw.po
 index 012f64e325c3..5ff633f8b3c2 100644
 --- a/po/rw.po
@@ -2947,7 +2513,7 @@ index 012f64e325c3..5ff633f8b3c2 100644
  msgstr "Umutwe..."
  
 diff --git a/po/si.po b/po/si.po
  msgstr "Umutwe..."
  
 diff --git a/po/si.po b/po/si.po
-index adca7d5acba9..adeea9e95544 100644
+index adca7d5acba9..6379cee7f0a3 100644
 --- a/po/si.po
 +++ b/po/si.po
 @@ -218,8 +218,8 @@ msgid "<b>Background</b>"
 --- a/po/si.po
 +++ b/po/si.po
 @@ -218,8 +218,8 @@ msgid "<b>Background</b>"
@@ -2972,22 +2538,11 @@ index adca7d5acba9..adeea9e95544 100644
  
  #: ../src/gnome-terminal.glade2.h:87
  msgid "_Update login records when command is launched"
  
  #: ../src/gnome-terminal.glade2.h:87
  msgid "_Update login records when command is launched"
-@@ -1973,8 +1973,8 @@ msgid "Change _Profile"
- msgstr "දැනට ඇති පැතිකඩ (_P)"
- #: ../src/terminal-window.c:1018
--msgid "_Set Title..."
--msgstr "සිරස්තලය සකසන්න... (_S)"
-+msgid "_Set Title…"
-+msgstr "සිරස්තලය සකසන්න… (_S)"
- #: ../src/terminal-window.c:1025
- msgid "Set _Character Encoding"
 diff --git a/po/sk.po b/po/sk.po
 diff --git a/po/sk.po b/po/sk.po
-index e56c5ddc6b1e..57fa93b2a288 100644
+index d0282159b459..01dd96a06939 100644
 --- a/po/sk.po
 +++ b/po/sk.po
 --- a/po/sk.po
 +++ b/po/sk.po
-@@ -2600,3 +2600,18 @@ msgstr "_Zavrieť okno"
+@@ -2916,3 +2916,15 @@ msgstr "_Zavrieť okno"
  #~ "\n"
  #~ "Viac informácii o jednotlivých príkazoch získate pomocou „%s PRÍKAZ --"
  #~ "help“.\n"
  #~ "\n"
  #~ "Viac informácii o jednotlivých príkazoch získate pomocou „%s PRÍKAZ --"
  #~ "help“.\n"
@@ -3003,14 +2558,11 @@ index e56c5ddc6b1e..57fa93b2a288 100644
 +
 +msgid "Set Title"
 +msgstr "Nastaviť titulok"
 +
 +msgid "Set Title"
 +msgstr "Nastaviť titulok"
-+
-+msgid "_Set Title…"
-+msgstr "_Nastaviť titulok…"
 diff --git a/po/sl.po b/po/sl.po
 diff --git a/po/sl.po b/po/sl.po
-index 754abb4ba4a2..015fc467de78 100644
+index db9cb98834fe..261abe9c1e64 100644
 --- a/po/sl.po
 +++ b/po/sl.po
 --- a/po/sl.po
 +++ b/po/sl.po
-@@ -2364,23 +2364,23 @@ msgstr "_Zapri okno"
+@@ -2663,17 +2663,17 @@ msgstr "_Zapri okno"
  #~ msgid "Default size:"
  #~ msgstr "Privzeta velikost:"
  
  #~ msgid "Default size:"
  #~ msgstr "Privzeta velikost:"
  
@@ -3034,15 +2586,7 @@ index 754abb4ba4a2..015fc467de78 100644
  
  #~ msgid "Current Locale"
  #~ msgstr "Trenutne jezikovne nastavitve"
  
  #~ msgid "Current Locale"
  #~ msgstr "Trenutne jezikovne nastavitve"
--#~ msgid "_Set Title…"
--#~ msgstr "_Določi naziv okna ..."
-+msgid "_Set Title…"
-+msgstr "_Določi naziv okna ..."
- #~ msgid "_Next Tab"
- #~ msgstr "_Naslednji zavihek"
-@@ -2525,3 +2525,6 @@ msgstr "_Zapri okno"
+@@ -2788,3 +2788,6 @@ msgstr "_Zapri okno"
  
  #~ msgid "_Profile Preferences…"
  #~ msgstr "Možnosti _profila ..."
  
  #~ msgid "_Profile Preferences…"
  #~ msgstr "Možnosti _profila ..."
@@ -3076,10 +2620,10 @@ index 158f6cb167cc..a3494fb70bd6 100644
  #: ../src/gnome-terminal.glade2.h:86
  msgid "_Update login records when command is launched"
 diff --git a/po/sr.po b/po/sr.po
  #: ../src/gnome-terminal.glade2.h:86
  msgid "_Update login records when command is launched"
 diff --git a/po/sr.po b/po/sr.po
-index a64522bc0178..05721742b3d6 100644
+index 8bf15f3250a4..81a73722c616 100644
 --- a/po/sr.po
 +++ b/po/sr.po
 --- a/po/sr.po
 +++ b/po/sr.po
-@@ -2378,10 +2378,9 @@ msgstr "_Затвори прозор"
+@@ -2576,10 +2576,9 @@ msgstr "_Затвори прозор"
  #~ msgid "GNOME Terminal Client"
  #~ msgstr "Клијент Гномовог терминала"
  
  #~ msgid "GNOME Terminal Client"
  #~ msgstr "Клијент Гномовог терминала"
  
@@ -3093,7 +2637,7 @@ index a64522bc0178..05721742b3d6 100644
  
  #~ msgid "Title for terminal"
  #~ msgstr "Наслов за терминал"
  
  #~ msgid "Title for terminal"
  #~ msgstr "Наслов за терминал"
-@@ -2427,11 +2426,11 @@ msgstr "_Затвори прозор"
+@@ -2625,11 +2624,11 @@ msgstr "_Затвори прозор"
  #~ msgid "Default size:"
  #~ msgstr "Основна величина:"
  
  #~ msgid "Default size:"
  #~ msgstr "Основна величина:"
  
@@ -3109,7 +2653,7 @@ index a64522bc0178..05721742b3d6 100644
  
  #~ msgid "Title and Command"
  #~ msgstr "Наслов и наредба"
  
  #~ msgid "Title and Command"
  #~ msgstr "Наслов и наредба"
-@@ -2439,14 +2438,14 @@ msgstr "_Затвори прозор"
+@@ -2637,8 +2636,8 @@ msgstr "_Затвори прозор"
  #~ msgid "_Unlimited"
  #~ msgstr "_Неограничено"
  
  #~ msgid "_Unlimited"
  #~ msgstr "_Неограничено"
  
@@ -3120,26 +2664,18 @@ index a64522bc0178..05721742b3d6 100644
  
  #~ msgid "Current Locale"
  #~ msgstr "Текући локалитет"
  
  #~ msgid "Current Locale"
  #~ msgstr "Текући локалитет"
+@@ -2648,3 +2647,6 @@ msgstr "_Затвори прозор"
  
  
--#~ msgid "_Set Title…"
--#~ msgstr "Постави _наслов…"
-+msgid "_Set Title…"
-+msgstr "Постави _наслов…"
- #~ msgid "Always visible"
- #~ msgstr "Увек видљив"
-@@ -2468,3 +2467,6 @@ msgstr "_Затвори прозор"
- #~ msgid "Close Window"
- #~ msgstr "Затвори прозор"
+ #~ msgid "Hidden"
+ #~ msgstr "Скривен"
 +
 +msgid "Transparent background"
 +msgstr "Провидна позадина"
 diff --git a/po/sr@latin.po b/po/sr@latin.po
 +
 +msgid "Transparent background"
 +msgstr "Провидна позадина"
 diff --git a/po/sr@latin.po b/po/sr@latin.po
-index f1416e3ddc02..c797affb900e 100644
+index 45dbad07fba7..852c47cc6ee5 100644
 --- a/po/sr@latin.po
 +++ b/po/sr@latin.po
 --- a/po/sr@latin.po
 +++ b/po/sr@latin.po
-@@ -2378,10 +2378,9 @@ msgstr "_Zatvori prozor"
+@@ -2576,10 +2576,9 @@ msgstr "_Zatvori prozor"
  #~ msgid "GNOME Terminal Client"
  #~ msgstr "Klijent Gnomovog terminala"
  
  #~ msgid "GNOME Terminal Client"
  #~ msgstr "Klijent Gnomovog terminala"
  
@@ -3153,7 +2689,7 @@ index f1416e3ddc02..c797affb900e 100644
  
  #~ msgid "Title for terminal"
  #~ msgstr "Naslov za terminal"
  
  #~ msgid "Title for terminal"
  #~ msgstr "Naslov za terminal"
-@@ -2427,11 +2426,11 @@ msgstr "_Zatvori prozor"
+@@ -2625,11 +2624,11 @@ msgstr "_Zatvori prozor"
  #~ msgid "Default size:"
  #~ msgstr "Osnovna veličina:"
  
  #~ msgid "Default size:"
  #~ msgstr "Osnovna veličina:"
  
@@ -3169,7 +2705,7 @@ index f1416e3ddc02..c797affb900e 100644
  
  #~ msgid "Title and Command"
  #~ msgstr "Naslov i naredba"
  
  #~ msgid "Title and Command"
  #~ msgstr "Naslov i naredba"
-@@ -2439,14 +2438,14 @@ msgstr "_Zatvori prozor"
+@@ -2637,8 +2636,8 @@ msgstr "_Zatvori prozor"
  #~ msgid "_Unlimited"
  #~ msgstr "_Neograničeno"
  
  #~ msgid "_Unlimited"
  #~ msgstr "_Neograničeno"
  
@@ -3180,26 +2716,18 @@ index f1416e3ddc02..c797affb900e 100644
  
  #~ msgid "Current Locale"
  #~ msgstr "Tekući lokalitet"
  
  #~ msgid "Current Locale"
  #~ msgstr "Tekući lokalitet"
+@@ -2648,3 +2647,6 @@ msgstr "_Zatvori prozor"
  
  
--#~ msgid "_Set Title…"
--#~ msgstr "Postavi _naslov…"
-+msgid "_Set Title…"
-+msgstr "Postavi _naslov…"
- #~ msgid "Always visible"
- #~ msgstr "Uvek vidljiv"
-@@ -2468,3 +2467,6 @@ msgstr "_Zatvori prozor"
- #~ msgid "Close Window"
- #~ msgstr "Zatvori prozor"
+ #~ msgid "Hidden"
+ #~ msgstr "Skriven"
 +
 +msgid "Transparent background"
 +msgstr "Providna pozadina"
 diff --git a/po/sv.po b/po/sv.po
 +
 +msgid "Transparent background"
 +msgstr "Providna pozadina"
 diff --git a/po/sv.po b/po/sv.po
-index 58ed1c8a9ffb..ebbd2d297151 100644
+index 8560fde55941..bd1030f519ab 100644
 --- a/po/sv.po
 +++ b/po/sv.po
 --- a/po/sv.po
 +++ b/po/sv.po
-@@ -2307,5 +2307,17 @@ msgstr "Stän_g fönster"
+@@ -2572,5 +2572,17 @@ msgstr "Stän_g fönster"
  #~ msgid "Unknown completion request for \"%s\""
  #~ msgstr "Okänd kompletteringsbegäran för \"%s\""
  
  #~ msgid "Unknown completion request for \"%s\""
  #~ msgstr "Okänd kompletteringsbegäran för \"%s\""
  
@@ -3432,10 +2960,10 @@ index 63263749655c..496da331bbf9 100644
  #~ msgid ""
  #~ "You already have a profile called “%s”. Do you want to create another "
 diff --git a/po/tr.po b/po/tr.po
  #~ msgid ""
  #~ "You already have a profile called “%s”. Do you want to create another "
 diff --git a/po/tr.po b/po/tr.po
-index 85a5c59ed059..1bee2df4d2de 100644
+index fa79334e08dc..5b988d7dbd4a 100644
 --- a/po/tr.po
 +++ b/po/tr.po
 --- a/po/tr.po
 +++ b/po/tr.po
-@@ -2307,3 +2307,15 @@ msgstr "_Pencereyi Kapat"
+@@ -2558,3 +2558,15 @@ msgstr "_Pencereyi Kapat"
  
  #~ msgid "_Same as text color"
  #~ msgstr "_Metin rengiyle aynı"
  
  #~ msgid "_Same as text color"
  #~ msgstr "_Metin rengiyle aynı"
@@ -3517,10 +3045,10 @@ index a08f25914d12..a4fbcbe6e474 100644
  #~ msgid "Switch to Tab 2"
  #~ msgstr "До вкладки 2"
 diff --git a/po/vi.po b/po/vi.po
  #~ msgid "Switch to Tab 2"
  #~ msgstr "До вкладки 2"
 diff --git a/po/vi.po b/po/vi.po
-index a5bc6ffcc17b..67625e6166d0 100644
+index 67eb9326545f..5a279ad647b6 100644
 --- a/po/vi.po
 +++ b/po/vi.po
 --- a/po/vi.po
 +++ b/po/vi.po
-@@ -2408,8 +2408,8 @@ msgstr "Đón_g cửa sổ"
+@@ -2673,8 +2673,8 @@ msgstr "Đón_g cửa sổ"
  #~ msgid "Default size:"
  #~ msgstr "Cỡ mặc định:"
  
  #~ msgid "Default size:"
  #~ msgstr "Cỡ mặc định:"
  
@@ -3531,29 +3059,18 @@ index a5bc6ffcc17b..67625e6166d0 100644
  
  #~ msgid "When terminal commands set their o_wn titles:"
  #~ msgstr "Khi câu lệnh thiết bị cuối tự đặt tựa đề _mình:"
  
  #~ msgid "When terminal commands set their o_wn titles:"
  #~ msgstr "Khi câu lệnh thiết bị cuối tự đặt tựa đề _mình:"
-@@ -2429,8 +2429,8 @@ msgstr "Đón_g cửa sổ"
- #~ msgid "Close Window"
- #~ msgstr "Đóng cửa sổ"
+@@ -2685,8 +2685,8 @@ msgstr "Đón_g cửa sổ"
+ #~ msgid "_Unlimited"
+ #~ msgstr "_Không hạn chế"
  
 -#~ msgid "Set Title"
 -#~ msgstr "Đặt tựa đề"
 +msgid "Set Title"
 +msgstr "Đặt tựa đề"
  
  
 -#~ msgid "Set Title"
 -#~ msgstr "Đặt tựa đề"
 +msgid "Set Title"
 +msgstr "Đặt tựa đề"
  
- #~ msgid "Switch to Tab 2"
- #~ msgstr "Chuyển sang Thanh 2"
-@@ -2477,8 +2477,8 @@ msgstr "Đón_g cửa sổ"
- #~ msgid "_Close Window"
- #~ msgstr "Đón_g cửa sổ"
--#~ msgid "_Set Title…"
--#~ msgstr "Đặt tự_a đề"
-+msgid "_Set Title…"
-+msgstr "Đặt tự_a đề"
- #~ msgid "_Next Tab"
- #~ msgstr "Thanh _sau"
-@@ -2489,8 +2489,8 @@ msgstr "Đón_g cửa sổ"
+ #~ msgid "Switch to Tab 3"
+ #~ msgstr "Chuyển sang Thanh 3"
+@@ -2727,8 +2727,8 @@ msgstr "Đón_g cửa sổ"
  #~ msgid "_Input Methods"
  #~ msgstr "K_iểu gõ"
  
  #~ msgid "_Input Methods"
  #~ msgstr "K_iểu gõ"
  
@@ -3564,7 +3081,7 @@ index a5bc6ffcc17b..67625e6166d0 100644
  
  #~ msgid "Disable connection to session manager"
  #~ msgstr "Tắt kết nối đến trình quản lý phiên làm việc"
  
  #~ msgid "Disable connection to session manager"
  #~ msgstr "Tắt kết nối đến trình quản lý phiên làm việc"
-@@ -2875,3 +2875,6 @@ msgstr "Đón_g cửa sổ"
+@@ -3113,3 +3113,6 @@ msgstr "Đón_g cửa sổ"
  #~ "Phím tắt để đặt lại thiết bị cuối. Dùng dạng chuỗi có cùng một khuôn dạng "
  #~ "với tập tin tài nguyên GTK+. Nếu bạn đặt tùy chọn là chuỗi “disabled” (bị "
  #~ "tắt), nghĩa là không có phím tắt cho hành động này."
  #~ "Phím tắt để đặt lại thiết bị cuối. Dùng dạng chuỗi có cùng một khuôn dạng "
  #~ "với tập tin tài nguyên GTK+. Nếu bạn đặt tùy chọn là chuỗi “disabled” (bị "
  #~ "tắt), nghĩa là không có phím tắt cho hành động này."
@@ -3646,10 +3163,10 @@ index 44a8e21c7842..12aa6d190d99 100644
  #: ../src/terminal-window.c:986
  msgid "Set _Character Encoding"
 diff --git a/po/zh_CN.po b/po/zh_CN.po
  #: ../src/terminal-window.c:986
  msgid "Set _Character Encoding"
 diff --git a/po/zh_CN.po b/po/zh_CN.po
-index f6ea45e6110a..d7bb3ed95ebc 100644
+index 6c80dcd1231a..51e5f9999176 100644
 --- a/po/zh_CN.po
 +++ b/po/zh_CN.po
 --- a/po/zh_CN.po
 +++ b/po/zh_CN.po
-@@ -2314,23 +2314,23 @@ msgstr "关闭窗口(_L)"
+@@ -2580,17 +2580,17 @@ msgstr "关闭窗口(_L)"
  #~ msgid "Default size:"
  #~ msgstr "默认大小:"
  
  #~ msgid "Default size:"
  #~ msgstr "默认大小:"
  
@@ -3673,15 +3190,7 @@ index f6ea45e6110a..d7bb3ed95ebc 100644
  
  #~ msgid "Current Locale"
  #~ msgstr "当前区域"
  
  #~ msgid "Current Locale"
  #~ msgstr "当前区域"
--#~ msgid "_Set Title…"
--#~ msgstr "设置标题(_S)..."
-+msgid "_Set Title…"
-+msgstr "设置标题(_S)..."
- #~ msgid "_Next Tab"
- #~ msgstr "后一标签页(_N)"
-@@ -2470,3 +2470,6 @@ msgstr "关闭窗口(_L)"
+@@ -2703,3 +2703,6 @@ msgstr "关闭窗口(_L)"
  
  #~ msgid "_Find..."
  #~ msgstr "查找(_F)..."
  
  #~ msgid "_Find..."
  #~ msgstr "查找(_F)..."
@@ -3689,10 +3198,10 @@ index f6ea45e6110a..d7bb3ed95ebc 100644
 +msgid "Transparent background"
 +msgstr "透明背景"
 diff --git a/po/zh_HK.po b/po/zh_HK.po
 +msgid "Transparent background"
 +msgstr "透明背景"
 diff --git a/po/zh_HK.po b/po/zh_HK.po
-index 61153529f0c7..3b269ea13a71 100644
+index 61153529f0c7..c366abddd1af 100644
 --- a/po/zh_HK.po
 +++ b/po/zh_HK.po
 --- a/po/zh_HK.po
 +++ b/po/zh_HK.po
-@@ -2114,23 +2114,23 @@ msgstr "關閉視窗(_L)"
+@@ -2114,17 +2114,17 @@ msgstr "關閉視窗(_L)"
  #~ msgid "Default size:"
  #~ msgstr "預設大小:"
  
  #~ msgid "Default size:"
  #~ msgstr "預設大小:"
  
@@ -3716,14 +3225,6 @@ index 61153529f0c7..3b269ea13a71 100644
  
  #~ msgid "Current Locale"
  #~ msgstr "目前的地區設定"
  
  #~ msgid "Current Locale"
  #~ msgstr "目前的地區設定"
--#~ msgid "_Set Title…"
--#~ msgstr "設定標題(_S)…"
-+msgid "_Set Title…"
-+msgstr "設定標題(_S)…"
- #~ msgid "_Next Tab"
- #~ msgstr "下一個分頁(_N)"
 @@ -2376,3 +2376,6 @@ msgstr "關閉視窗(_L)"
  
  #~ msgid "Show session management options"
 @@ -2376,3 +2376,6 @@ msgstr "關閉視窗(_L)"
  
  #~ msgid "Show session management options"
@@ -3732,10 +3233,10 @@ index 61153529f0c7..3b269ea13a71 100644
 +msgid "Transparent background"
 +msgstr "透明背景"
 diff --git a/po/zh_TW.po b/po/zh_TW.po
 +msgid "Transparent background"
 +msgstr "透明背景"
 diff --git a/po/zh_TW.po b/po/zh_TW.po
-index fb3fda0be7d6..bb73a0c743a9 100644
+index b9890ad91bdc..18e55e2e945c 100644
 --- a/po/zh_TW.po
 +++ b/po/zh_TW.po
 --- a/po/zh_TW.po
 +++ b/po/zh_TW.po
-@@ -2310,23 +2310,23 @@ msgstr "關閉視窗(_L)"
+@@ -2562,17 +2562,17 @@ msgstr "關閉視窗(_L)"
  #~ msgid "Default size:"
  #~ msgstr "預設大小:"
  
  #~ msgid "Default size:"
  #~ msgstr "預設大小:"
  
@@ -3759,18 +3260,12 @@ index fb3fda0be7d6..bb73a0c743a9 100644
  
  #~ msgid "Current Locale"
  #~ msgstr "目前的地區設定"
  
  #~ msgid "Current Locale"
  #~ msgstr "目前的地區設定"
--#~ msgid "_Set Title…"
--#~ msgstr "設定標題(_S)…"
-+msgid "_Set Title…"
-+msgstr "設定標題(_S)…"
- #~ msgid "_Next Tab"
- #~ msgstr "下一個分頁(_N)"
-@@ -2571,3 +2571,6 @@ msgstr "關閉視窗(_L)"
+@@ -2784,3 +2784,6 @@ msgstr "關閉視窗(_L)"
  
  #~ msgid "Show session management options"
  #~ msgstr "顯示作業階段管理選項"
 +
 +msgid "Transparent background"
 +msgstr "透明背景"
  
  #~ msgid "Show session management options"
  #~ msgstr "顯示作業階段管理選項"
 +
 +msgid "Transparent background"
 +msgstr "透明背景"
+-- 
+2.19.1
index 51f9b6575d80c07184bc3b69a22cdc003cf72f69..9ecc5b7483dd5f45d6c4dabcc0cc66e5769a9dd3 100644 (file)
@@ -6,15 +6,14 @@
 Summary:       GNOME Terminal
 Summary(pl.UTF-8):     Terminal dla GNOME
 Name:          gnome-terminal
 Summary:       GNOME Terminal
 Summary(pl.UTF-8):     Terminal dla GNOME
 Name:          gnome-terminal
-Version:       3.24.0
+Version:       3.30.2
 Release:       1
 License:       GPL v3+
 Group:         X11/Applications
 Release:       1
 License:       GPL v3+
 Group:         X11/Applications
-Source0:       http://ftp.gnome.org/pub/GNOME/sources/gnome-terminal/3.24/%{name}-%{version}.tar.xz
-# Source0-md5: f1b2a3e0d4e7eda8ad5ac6a08742e030
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/gnome-terminal/3.30/%{name}-%{version}.tar.xz
+# Source0-md5: debc2a025675312ad5ae33232f02c027
 Patch1:                %{name}-transparency.patch
 URL:           http://www.gnome.org/
 Patch1:                %{name}-transparency.patch
 URL:           http://www.gnome.org/
-BuildRequires: GConf2-devel >= 2.32.0
 BuildRequires: autoconf >= 2.53
 BuildRequires: automake >= 1:1.9
 BuildRequires: dconf-devel >= 0.14
 BuildRequires: autoconf >= 2.53
 BuildRequires: automake >= 1:1.9
 BuildRequires: dconf-devel >= 0.14
@@ -118,8 +117,7 @@ fi
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS
 %attr(755,root,root) %{_bindir}/gnome-terminal
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS
 %attr(755,root,root) %{_bindir}/gnome-terminal
-%attr(755,root,root) %{_libdir}/gnome-terminal-migration
-%attr(755,root,root) %{_libdir}/gnome-terminal-server
+%attr(755,root,root) %{_libexecdir}/gnome-terminal-server
 %{_datadir}/metainfo/org.gnome.Terminal.appdata.xml
 %{_datadir}/dbus-1/services/org.gnome.Terminal.service
 %{_datadir}/glib-2.0/schemas/org.gnome.Terminal.gschema.xml
 %{_datadir}/metainfo/org.gnome.Terminal.appdata.xml
 %{_datadir}/dbus-1/services/org.gnome.Terminal.service
 %{_datadir}/glib-2.0/schemas/org.gnome.Terminal.gschema.xml
This page took 0.386781 seconds and 4 git commands to generate.