summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO39
-rw-r--r--PKGBUILD81
-rw-r--r--package.changelog82
-rw-r--r--transparency.patch1429
4 files changed, 1144 insertions, 487 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2736724e43e7..46cbc4ffc273 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,27 +1,36 @@
pkgbase = gnome-terminal-transparency
- pkgdesc = The GNOME Terminal Emulator, with background transparency
- pkgver = 3.36.1.1
- pkgrel = 2
+ pkgdesc = The GNOME Terminal Emulator with background transparency
+ pkgver = 3.52.0
+ pkgrel = 1
url = https://wiki.gnome.org/Apps/Terminal
changelog = package.changelog
arch = x86_64
- groups = gnome
- license = GPL
- makedepends = itstool
+ groups = gnome-extra
+ license = GPL-3.0-or-later
+ license = CC-BY-SA-3.0
+ license = GPL-3.0-only
+ license = GFDL-1.3-only
makedepends = docbook-xsl
- makedepends = libnautilus-extension
- makedepends = appstream-glib
makedepends = gnome-shell
- makedepends = vala
+ makedepends = libnautilus-extension
+ makedepends = meson
+ makedepends = python-packaging
makedepends = yelp-tools
- depends = vte3>=0.60.1
+ depends = dconf
+ depends = glib2
depends = gsettings-desktop-schemas
- provides = gnome-terminal=3.36.1.1
+ depends = gtk3
+ depends = hicolor-icon-theme
+ depends = libhandy
+ depends = libx11
+ depends = pango
+ depends = vte3
+ optdepends = libnautilus-extension: Nautilus integration
+ provides = gnome-terminal=3.52.0
conflicts = gnome-terminal
- source = https://download.gnome.org/sources/gnome-terminal/3.36/gnome-terminal-3.36.1.1.tar.xz
+ source = https://gitlab.gnome.org/GNOME/gnome-terminal/-/archive/3.52.0/gnome-terminal-3.52.0.tar.gz
source = transparency.patch
- sha256sums = f3d708a1e76d77c1c85b126f6e003220a15d4a46a50fd8070e1a3aabe678a376
- sha256sums = 85b9f671915468eaf9ebebd63c449e91992c0ebb8db616e1c7da48c3cf38aea4
+ b2sums = 46d8544ac788489654af47a201c145164ad788051cbde49dd7300ee981b2008f523a1e6ed21b20e9a871856f42e3b556cd79154ce7a97ade4be5aea270fea310
+ b2sums = b870f36f7f09fdd50f69cbbbf9060abd0643af23d8e3156c94b53bad3554453e0a41f13ab78754a92beee2d0e093ba58bbe76089af25d54f49f85bf61d387411
pkgname = gnome-terminal-transparency
-
diff --git a/PKGBUILD b/PKGBUILD
index 3c890f01190e..439fcf58c983 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,53 +1,84 @@
-# Maintainer: Peter Weber <peter.weber@mailbox.org>
+# Maintainer: Peter Weber <peter.weber@mailbox.org>
# Contributor: Manuel Hüsers <manuel.huesers@uni-ol.de>
# Contributor: Fernando Fernandez <fernando@softwareperonista.com.ar>
+# Contributor: Fabian Bornschein <fabiscafe@archlinux.org>
# Contributor: Jan de Groot <jgc@archlinux.org>
-# Contributor: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
+# Contributor: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
# upstream patches:
# https://src.fedoraproject.org/cgit/rpms/gnome-terminal.git
# https://github.com/debarshiray/gnome-terminal
pkgname=gnome-terminal-transparency
_pkgname=gnome-terminal
-pkgver=3.36.1.1
-pkgrel=2
-pkgdesc="The GNOME Terminal Emulator, with background transparency"
+pkgver=3.52.0
+pkgrel=1
+pkgdesc="The GNOME Terminal Emulator with background transparency"
url="https://wiki.gnome.org/Apps/Terminal"
arch=(x86_64)
-license=(GPL)
-depends=('vte3>=0.60.1' gsettings-desktop-schemas)
-makedepends=(itstool docbook-xsl libnautilus-extension appstream-glib
- gnome-shell vala yelp-tools)
+license=(
+ # Program
+ GPL-3.0-or-later
+
+ # Documentation
+ CC-BY-SA-3.0
+ GPL-3.0-only
+
+ # Appstream-data
+ GFDL-1.3-only
+)
+depends=(
+ dconf
+ glib2
+ gsettings-desktop-schemas
+ gtk3
+ hicolor-icon-theme
+ libhandy
+ libx11
+ pango
+ vte3
+)
+makedepends=(
+ docbook-xsl
+ gnome-shell
+ libnautilus-extension
+ meson
+ python-packaging
+ yelp-tools
+)
+optdepends=(
+ "libnautilus-extension: Nautilus integration"
+)
provides=("$_pkgname=$pkgver")
conflicts=("$_pkgname")
-groups=(gnome)
+groups=(gnome-extra)
changelog=package.changelog
-source=(https://download.gnome.org/sources/$_pkgname/${pkgver:0:4}/$_pkgname-$pkgver.tar.xz
- transparency.patch)
-sha256sums=('f3d708a1e76d77c1c85b126f6e003220a15d4a46a50fd8070e1a3aabe678a376'
- '85b9f671915468eaf9ebebd63c449e91992c0ebb8db616e1c7da48c3cf38aea4')
+source=(
+ https://gitlab.gnome.org/GNOME/$_pkgname/-/archive/$pkgver/$_pkgname-$pkgver.tar.gz
+ transparency.patch
+)
+b2sums=(
+ '46d8544ac788489654af47a201c145164ad788051cbde49dd7300ee981b2008f523a1e6ed21b20e9a871856f42e3b556cd79154ce7a97ade4be5aea270fea310'
+ 'b870f36f7f09fdd50f69cbbbf9060abd0643af23d8e3156c94b53bad3554453e0a41f13ab78754a92beee2d0e093ba58bbe76089af25d54f49f85bf61d387411'
+)
prepare() {
cd $_pkgname-$pkgver
patch -Np1 -i ../transparency.patch
- # autogen.sh not in tarball
- autoreconf -fiv
}
build() {
- cd $_pkgname-$pkgver
- ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
- --libexecdir=/usr/lib --disable-static --with-nautilus-extension
- sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
- make
+ local meson_options=(
+ -D b_lto=false
+ )
+
+ arch-meson $_pkgname-$pkgver build "${meson_options[@]}"
+ meson compile -C build
}
check() {
- cd $_pkgname-$pkgver
- make check
+ meson test -C build --print-errorlogs
}
package() {
- cd $_pkgname-$pkgver
- make DESTDIR="$pkgdir" install
+ meson install -C build --destdir "$pkgdir"
}
diff --git a/package.changelog b/package.changelog
index 9ea56a585e8e..6b28ac242ab0 100644
--- a/package.changelog
+++ b/package.changelog
@@ -1,3 +1,85 @@
+2024-03-29
+ upstream upgrade: 3.50.1 -> 3.52.0
+
+2023-12-18
+ upstream upgrade: 3.48.2 -> 3.50.1
+
+2023-10-08
+ upstream update: 3.48.1 -> 3.48.2
+
+2023-05-09
+ upstream update: 3.48.0 -> 3.48.1
+
+2023-03-26
+ upstream upgrade: 3.46.8 -> 3.48.0
+
+2023-02-19
+ upstream update: 3.46.7 -> 3.46.8
+ remove debug option
+
+2022-12-03
+ upstream update: 3.46.6 -> 3.46.7
+
+2022-11-29
+ upstream update: 3.46.4 -> 3.46.6
+
+2022-11-08
+ improve maintainability
+
+2022-11-06
+ upstream upgrade: 3.44.1 -> 3.46.4
+
+2022-05-29
+ upstream update: 3.44.0 -> 3.44.1
+
+2022-04-11
+ upstream upgrade: 3.42.2 -> 3.44.0
+ added debug option
+ requires vte3 without specific version
+
+2022-01-23
+ upstream update: 3.42.1 -> 3.42.2
+ build fix for meson
+
+2021-11-12
+ upstream update: 3.40.3 -> 3.42.1
+ migration from autotools to meson
+
+2021-07-11
+ upstream update: 3.40.2 -> 3.40.3
+
+2021-06-10
+ upstream update: 3.40.1 -> 3.40.2
+
+2021-05-02
+ upstream update: 3.40.0 -> 3.40.1
+ rebase patches
+
+2021-04-10
+ remove leftover patch files
+
+2021-04-10
+ upstream upgrade: 3.38.3 -> 3.40.0
+ requires vte3 >= 0.64.0
+
+2021-02-14
+ upstream update: 3.38.2 -> 3.38.3
+
+2021-01-10
+ upstream update: 3.38.1 -> 3.38.2
+
+2020-10-29
+ add patches "environment fixes"
+ change description
+
+2020-10-10
+ upstream upgrade: 3.36.2 -> 3.38.1
+ requires vte3 >= 0.62.1
+
+2020-04-26
+ upstream update: 3.36.1.1 -> 3.36.2
+ requires vte3 >= 0.60.2
+
2020-04-07
readd "uk.po"
diff --git a/transparency.patch b/transparency.patch
index 6830c3769dbc..66d53703a65c 100644
--- a/transparency.patch
+++ b/transparency.patch
@@ -1,7 +1,7 @@
-From 81806dda39f0c8c42f009534f0f7c8ea2adbe263 Mon Sep 17 00:00:00 2001
+From 8180f4fe12837287dfeb8ca1618e1b40940566f1 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/16] Restore transparency
+Subject: [PATCH 1/4] Restore transparency
The transparency settings were removed as a side effect of
2bff4b63ed3ceef6055e35563e9b0b33ad57349d
@@ -18,17 +18,17 @@ Some changes by Peter Weber <peter.weber@mailbox.org>
---
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(-)
+ src/profile-editor.cc | 19 ++++++++++++
+ src/terminal-schemas.hh | 3 ++
+ src/terminal-screen.cc | 22 +++++++++++++-
+ src/terminal-window.cc | 7 +++++
+ 6 files changed, 107 insertions(+), 1 deletion(-)
diff --git a/src/org.gnome.Terminal.gschema.xml b/src/org.gnome.Terminal.gschema.xml
-index be6205d6a3be..0a1d8eaf5fed 100644
+index eb2dd009..97bc6943 100644
--- a/src/org.gnome.Terminal.gschema.xml
+++ b/src/org.gnome.Terminal.gschema.xml
-@@ -344,6 +344,16 @@
+@@ -355,6 +355,16 @@
<default>'narrow'</default>
<summary>Whether ambiguous-width characters are narrow or wide when using UTF-8 encoding</summary>
</key>
@@ -46,7 +46,7 @@ index be6205d6a3be..0a1d8eaf5fed 100644
<!-- Keybinding settings -->
diff --git a/src/preferences.ui b/src/preferences.ui
-index a6cf07d2e8c1..6526c4ff4832 100644
+index 6ca5502d..706d8146 100644
--- a/src/preferences.ui
+++ b/src/preferences.ui
@@ -95,6 +95,11 @@
@@ -61,7 +61,7 @@ index a6cf07d2e8c1..6526c4ff4832 100644
<object class="GtkListStore" id="cjk-ambiguous-width-model">
<columns>
<!-- column-name gchararray -->
-@@ -1399,6 +1404,48 @@
+@@ -1436,6 +1441,48 @@
<property name="position">1</property>
</packing>
</child>
@@ -110,38 +110,41 @@ index a6cf07d2e8c1..6526c4ff4832 100644
</object>
</child>
</object>
-diff --git a/src/profile-editor.c b/src/profile-editor.c
-index f2e8bd45cfe2..6038a9c60949 100644
---- a/src/profile-editor.c
-+++ b/src/profile-editor.c
-@@ -1389,6 +1389,22 @@ profile_prefs_load (const char *uuid, GSettings *profile)
- w,
- "active-id",
- G_SETTINGS_BIND_GET | G_SETTINGS_BIND_SET);
+diff --git a/src/profile-editor.cc b/src/profile-editor.cc
+index 542b2ed1..2cccb2aa 100644
+--- a/src/profile-editor.cc
++++ b/src/profile-editor.cc
+@@ -1518,6 +1518,25 @@ profile_prefs_load (const char *uuid, GSettings *profile)
+ GSettingsBindFlags(G_SETTINGS_BIND_GET |
+ G_SETTINGS_BIND_SET));
+ gtk_widget_set_visible (w, (vte_get_feature_flags() & VTE_FEATURE_FLAG_SIXEL) != 0);
+
+ 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);
++ GSettingsBindFlags(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);
++ GSettingsBindFlags(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);
++ GSettingsBindFlags(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
-index 05e9f8198549..c9e7c895d700 100644
---- a/src/terminal-schemas.h
-+++ b/src/terminal-schemas.h
-@@ -75,6 +75,9 @@ G_BEGIN_DECLS
+diff --git a/src/terminal-schemas.hh b/src/terminal-schemas.hh
+index 4e661244..aa109078 100644
+--- a/src/terminal-schemas.hh
++++ b/src/terminal-schemas.hh
+@@ -79,6 +79,9 @@ G_BEGIN_DECLS
#define TERMINAL_PROFILE_VISIBLE_NAME_KEY "visible-name"
#define TERMINAL_PROFILE_WORD_CHAR_EXCEPTIONS_KEY "word-char-exceptions"
@@ -149,13 +152,13 @@ index 05e9f8198549..c9e7c895d700 100644
+#define TERMINAL_PROFILE_BACKGROUND_TRANSPARENCY_PERCENT "background-transparency-percent"
+
#define TERMINAL_SETTING_CONFIRM_CLOSE_KEY "confirm-close"
+ #define TERMINAL_SETTING_CONTEXT_INFO_KEY "context-info"
#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 33fbb5dfbdb9..1a6ec56f8f5f 100644
---- a/src/terminal-screen.c
-+++ b/src/terminal-screen.c
-@@ -1058,7 +1058,9 @@ terminal_screen_profile_changed_cb (GSettings *profile,
+diff --git a/src/terminal-screen.cc b/src/terminal-screen.cc
+index 43450928..97eac67c 100644
+--- a/src/terminal-screen.cc
++++ b/src/terminal-screen.cc
+@@ -1059,7 +1059,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) ||
@@ -166,16 +169,16 @@ index 33fbb5dfbdb9..1a6ec56f8f5f 100644
update_color_scheme (screen);
if (!prop_name || prop_name == I_(TERMINAL_PROFILE_AUDIBLE_BELL_KEY))
-@@ -1139,6 +1141,8 @@ update_color_scheme (TerminalScreen *screen)
- GdkRGBA *cursor_bgp = NULL, *cursor_fgp = NULL;
- GdkRGBA *highlight_bgp = NULL, *highlight_fgp = NULL;
+@@ -1147,6 +1149,8 @@ update_color_scheme (TerminalScreen *screen)
+ GdkRGBA *cursor_bgp = nullptr, *cursor_fgp = nullptr;
+ GdkRGBA *highlight_bgp = nullptr, *highlight_fgp = nullptr;
GtkStyleContext *context;
+ GtkWidget *toplevel;
+ gboolean transparent;
gboolean use_theme_colors;
context = gtk_widget_get_style_context (widget);
-@@ -1182,6 +1186,18 @@ update_color_scheme (TerminalScreen *screen)
+@@ -1190,6 +1194,18 @@ update_color_scheme (TerminalScreen *screen)
}
colors = terminal_g_settings_get_rgba_palette (priv->profile, TERMINAL_PROFILE_PALETTE_KEY, &n_colors);
@@ -194,22 +197,22 @@ index 33fbb5dfbdb9..1a6ec56f8f5f 100644
vte_terminal_set_colors (VTE_TERMINAL (screen), &fg, &bg,
colors, n_colors);
vte_terminal_set_color_bold (VTE_TERMINAL (screen), boldp);
-@@ -1189,6 +1205,10 @@ update_color_scheme (TerminalScreen *screen)
+@@ -1197,6 +1213,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);
+
+ toplevel = gtk_widget_get_toplevel (GTK_WIDGET (screen));
-+ if (toplevel != NULL && gtk_widget_is_toplevel (toplevel))
++ if (toplevel != nullptr && gtk_widget_is_toplevel (toplevel))
+ gtk_widget_set_app_paintable (toplevel, transparent);
}
static void
-diff --git a/src/terminal-window.c b/src/terminal-window.c
-index 7a8953c50388..a3d77bf6719d 100644
---- a/src/terminal-window.c
-+++ b/src/terminal-window.c
-@@ -2094,6 +2094,8 @@ terminal_window_init (TerminalWindow *window)
+diff --git a/src/terminal-window.cc b/src/terminal-window.cc
+index 36eb7ce7..a41d2de2 100644
+--- a/src/terminal-window.cc
++++ b/src/terminal-window.cc
+@@ -2173,6 +2173,8 @@ terminal_window_init (TerminalWindow *window)
};
TerminalWindowPrivate *priv;
TerminalApp *app;
@@ -218,26 +221,26 @@ index 7a8953c50388..a3d77bf6719d 100644
GSettings *gtk_debug_settings;
GtkWindowGroup *window_group;
// GtkAccelGroup *accel_group;
-@@ -2109,6 +2111,11 @@ terminal_window_init (TerminalWindow *window)
+@@ -2188,6 +2190,11 @@ terminal_window_init (TerminalWindow *window)
gtk_widget_init_template (GTK_WIDGET (window));
+ screen = gtk_widget_get_screen (GTK_WIDGET (window));
+ visual = gdk_screen_get_rgba_visual (screen);
-+ if (visual != NULL)
++ if (visual != nullptr)
+ gtk_widget_set_visual (GTK_WIDGET (window), visual);
+
uuid_generate (u);
uuid_unparse (u, uuidstr);
priv->uuid = g_strdup (uuidstr);
--
-2.24.1
+2.44.0
-From d28e50c368947701929b7572a2227e03683fa4d5 Mon Sep 17 00:00:00 2001
+From 6a7853a538ea67fdd0e527240d201c7c17b9a615 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/16] window: Make the drawing robust across all themes
+Subject: [PATCH 2/4] window: Make the drawing robust across all themes
There are lots of themes out there in the wild that do not specify a
background-color for all widgets and the default is transparent. This
@@ -250,14 +253,14 @@ can avoid this by ensuring that the window always renders a background.
https://bugzilla.gnome.org/show_bug.cgi?id=730016
---
- src/terminal-window.c | 21 +++++++++++++++++++++
+ src/terminal-window.cc | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
-diff --git a/src/terminal-window.c b/src/terminal-window.c
-index a3d77bf6719d..36d155a9e420 100644
---- a/src/terminal-window.c
-+++ b/src/terminal-window.c
-@@ -1953,6 +1953,26 @@ terminal_window_realize (GtkWidget *widget)
+diff --git a/src/terminal-window.cc b/src/terminal-window.cc
+index a41d2de2..11d93419 100644
+--- a/src/terminal-window.cc
++++ b/src/terminal-window.cc
+@@ -2003,6 +2003,26 @@ terminal_window_realize (GtkWidget *widget)
terminal_window_update_size (window);
}
@@ -284,7 +287,7 @@ index a3d77bf6719d..36d155a9e420 100644
static gboolean
terminal_window_state_event (GtkWidget *widget,
GdkEventWindowState *event)
-@@ -2270,6 +2290,7 @@ terminal_window_class_init (TerminalWindowClass *klass)
+@@ -2368,6 +2388,7 @@ terminal_window_class_init (TerminalWindowClass *klass)
widget_class->show = terminal_window_show;
widget_class->realize = terminal_window_realize;
@@ -293,26 +296,26 @@ index a3d77bf6719d..36d155a9e420 100644
widget_class->screen_changed = terminal_window_screen_changed;
widget_class->style_updated = terminal_window_style_updated;
--
-2.24.1
+2.44.0
-From edcd4a939930d43593266632962ca7ec80a57cc1 Mon Sep 17 00:00:00 2001
+From 42c2ed1350a1e1c1c53e031f4546af1237ff0b10 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/16] screen, window: Extra padding around transparent
+Subject: [PATCH 3/4] screen, window: Extra padding around transparent
terminals in Wayland
https://bugzilla.redhat.com/show_bug.cgi?id=1207943
---
- src/terminal-screen.c | 41 +++++++++++++++++++++++++++++++++++++----
- src/terminal-window.c | 18 ++++++++++++------
+ src/terminal-screen.cc | 41 +++++++++++++++++++++++++++++++++++++----
+ src/terminal-window.cc | 18 ++++++++++++------
2 files changed, 49 insertions(+), 10 deletions(-)
-diff --git a/src/terminal-screen.c b/src/terminal-screen.c
-index 1a6ec56f8f5f..5b5556cd8b2f 100644
---- a/src/terminal-screen.c
-+++ b/src/terminal-screen.c
-@@ -154,6 +154,8 @@ static void terminal_screen_system_font_changed_cb (GSettings *,
+diff --git a/src/terminal-screen.cc b/src/terminal-screen.cc
+index 97eac67c..c264e681 100644
+--- a/src/terminal-screen.cc
++++ b/src/terminal-screen.cc
+@@ -156,6 +156,8 @@ static void terminal_screen_system_font_changed_cb (GSettings *,
static gboolean terminal_screen_popup_menu (GtkWidget *widget);
static gboolean terminal_screen_button_press (GtkWidget *widget,
GdkEventButton *event);
@@ -321,7 +324,7 @@ index 1a6ec56f8f5f..5b5556cd8b2f 100644
static void terminal_screen_child_exited (VteTerminal *terminal,
int status);
-@@ -620,6 +622,7 @@ terminal_screen_class_init (TerminalScreenClass *klass)
+@@ -599,6 +601,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;
@@ -329,7 +332,7 @@ index 1a6ec56f8f5f..5b5556cd8b2f 100644
terminal_class->child_exited = terminal_screen_child_exited;
-@@ -1126,6 +1129,32 @@ terminal_screen_profile_changed_cb (GSettings *profile,
+@@ -1134,6 +1137,32 @@ terminal_screen_profile_changed_cb (GSettings *profile,
g_object_thaw_notify (object);
}
@@ -342,7 +345,7 @@ index 1a6ec56f8f5f..5b5556cd8b2f 100644
+ GtkWidget *toplevel;
+
+ toplevel = gtk_widget_get_toplevel (widget);
-+ if (toplevel != NULL && gtk_widget_is_toplevel (toplevel))
++ if (toplevel != nullptr && gtk_widget_is_toplevel (toplevel))
+ {
+ gboolean transparent;
+
@@ -362,26 +365,26 @@ index 1a6ec56f8f5f..5b5556cd8b2f 100644
static void
update_color_scheme (TerminalScreen *screen)
{
-@@ -1141,7 +1170,6 @@ update_color_scheme (TerminalScreen *screen)
- GdkRGBA *cursor_bgp = NULL, *cursor_fgp = NULL;
- GdkRGBA *highlight_bgp = NULL, *highlight_fgp = NULL;
+@@ -1149,7 +1178,6 @@ update_color_scheme (TerminalScreen *screen)
+ GdkRGBA *cursor_bgp = nullptr, *cursor_fgp = nullptr;
+ GdkRGBA *highlight_bgp = nullptr, *highlight_fgp = nullptr;
GtkStyleContext *context;
- GtkWidget *toplevel;
gboolean transparent;
gboolean use_theme_colors;
-@@ -1206,9 +1234,7 @@ update_color_scheme (TerminalScreen *screen)
+@@ -1214,9 +1242,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);
- toplevel = gtk_widget_get_toplevel (GTK_WIDGET (screen));
-- if (toplevel != NULL && gtk_widget_is_toplevel (toplevel))
+- if (toplevel != nullptr && gtk_widget_is_toplevel (toplevel))
- gtk_widget_set_app_paintable (toplevel, transparent);
+ update_toplevel_transparency (screen);
}
static void
-@@ -1791,6 +1817,13 @@ terminal_screen_do_popup (TerminalScreen *screen,
+@@ -1758,6 +1784,13 @@ terminal_screen_do_popup (TerminalScreen *screen,
terminal_screen_popup_info_unref (info);
}
@@ -395,11 +398,11 @@ index 1a6ec56f8f5f..5b5556cd8b2f 100644
static gboolean
terminal_screen_button_press (GtkWidget *widget,
GdkEventButton *event)
-diff --git a/src/terminal-window.c b/src/terminal-window.c
-index 36d155a9e420..c0219d872725 100644
---- a/src/terminal-window.c
-+++ b/src/terminal-window.c
-@@ -1959,15 +1959,21 @@ terminal_window_draw (GtkWidget *widget,
+diff --git a/src/terminal-window.cc b/src/terminal-window.cc
+index 11d93419..61857bfe 100644
+--- a/src/terminal-window.cc
++++ b/src/terminal-window.cc
+@@ -2009,15 +2009,21 @@ terminal_window_draw (GtkWidget *widget,
{
if (gtk_widget_get_app_paintable (widget))
{
@@ -428,112 +431,111 @@ index 36d155a9e420..c0219d872725 100644
return GTK_WIDGET_CLASS (terminal_window_parent_class)->draw (widget, cr);
--
-2.24.1
+2.44.0
-From 441a3383dab6b081eddd5a46f41d938d0f5aa8d3 Mon Sep 17 00:00:00 2001
+From aedf7c02a50633d67323b6d5cb51d3c6f6aa9175 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/16] Restore translations for setting a title and
- transparency
+Subject: [PATCH 4/4] Restore translations for setting a title and transparency
---
- po/am.po | 8 ++++----
- po/an.po | 12 ++++++------
- po/ar.po | 16 ++++++++--------
- po/as.po | 16 ++++++++--------
- po/ast.po | 8 ++++----
- po/az.po | 8 ++++----
- po/be.po | 3 +++
- po/be@latin.po | 8 ++++----
- po/bg.po | 9 +++++++++
- po/bn.po | 8 ++++----
- po/bn_IN.po | 11 +++++++----
- po/br.po | 6 +++---
- po/bs.po | 10 ++++++++++
- po/ca.po | 12 ++++++++++++
- po/ca@valencia.po | 12 ++++++++++++
- po/cs.po | 12 ++++++++++++
- po/cy.po | 8 ++++----
- po/da.po | 12 ++++++++++++
- po/de.po | 12 ++++++++++++
- po/dz.po | 8 ++++----
- po/el.po | 15 +++++++++------
- po/en@shaw.po | 8 ++++----
- po/en_CA.po | 8 ++++----
- po/en_GB.po | 16 ++++++++--------
- po/eo.po | 8 ++++----
- po/es.po | 16 ++++++++--------
- po/et.po | 3 +++
- po/eu.po | 12 ++++++++++++
- po/fa.po | 15 +++++++++------
- po/fi.po | 12 ++++++++++++
- po/fr.po | 12 ++++++++++++
- po/fur.po | 11 +++++++++--
- po/ga.po | 3 +++
- po/gl.po | 12 ++++++++++++
- po/gu.po | 16 ++++++++--------
- po/he.po | 16 ++++++++--------
- po/hi.po | 17 ++++++++---------
- po/hr.po | 10 ++++++++++
- po/hu.po | 12 ++++++++++++
- po/hy.po | 8 ++++----
- po/id.po | 12 ++++++++++++
- po/it.po | 12 ++++++++++++
- po/ja.po | 12 ++++++++++++
- po/ka.po | 6 +++---
- po/kk.po | 12 ++++++++++++
- po/km.po | 4 ++--
- po/kn.po | 15 +++++++++------
- po/ko.po | 12 ++++++++++++
- po/ku.po | 8 ++++----
- po/lt.po | 12 ++++++++++++
- po/lv.po | 16 ++++++++++++++++
- po/mai.po | 8 ++++----
- po/mg.po | 8 ++++----
- po/mk.po | 8 ++++----
- po/ml.po | 3 +++
- po/mn.po | 8 ++++----
- po/mr.po | 16 ++++++++--------
- po/ms.po | 4 ++--
- po/nb.po | 12 ++++++++++++
- po/nds.po | 8 ++++----
- po/ne.po | 12 ++++++------
- po/nl.po | 12 ++++++++++++
- po/nn.po | 8 ++++----
- po/oc.po | 12 ++++++------
- po/or.po | 4 ++--
- po/pa.po | 23 +++++++++++------------
- po/ps.po | 8 ++++----
- po/pt.po | 16 ++++++++--------
- po/pt_BR.po | 15 +++++++++------
- po/ro.po | 4 ++--
- po/ru.po | 16 ++++++++++++++++
- po/rw.po | 3 +--
- po/si.po | 8 ++++----
- po/sk.po | 12 ++++++++++++
- po/sl.po | 15 +++++++++------
- po/sq.po | 8 ++++----
- po/sr.po | 22 ++++++++++++----------
- po/sr@latin.po | 22 ++++++++++++----------
- po/sv.po | 12 ++++++++++++
- po/ta.po | 27 +++++++++++++--------------
- po/te.po | 27 +++++++++++++--------------
- po/tg.po | 16 ++++++++--------
- po/th.po | 20 ++++++++++----------
- po/tr.po | 12 ++++++++++++
- po/ug.po | 4 ++--
- po/uk.po | 15 +++++++++++++++
- po/vi.po | 15 +++++++++------
- po/wa.po | 12 ++++++------
- po/xh.po | 12 ++++++------
- po/zh_CN.po | 15 +++++++++------
- po/zh_HK.po | 15 +++++++++------
- po/zh_TW.po | 15 +++++++++------
- 92 files changed, 719 insertions(+), 343 deletions(-)
+ po/am.po | 8 +-
+ po/an.po | 12 +-
+ po/ar.po | 16 +-
+ po/as.po | 16 +-
+ po/ast.po | 8 +-
+ po/az.po | 8 +-
+ po/be.po | 3 +
+ po/be@latin.po | 8 +-
+ po/bg.po | 9 +
+ po/bn.po | 8 +-
+ po/bn_IN.po | 11 +-
+ po/br.po | 6 +-
+ po/bs.po | 10 +
+ po/ca.po | 12 +
+ po/ca@valencia.po | 12 +
+ po/cs.po | 12 +-
+ po/cy.po | 8 +-
+ po/da.po | 12 +
+ po/de.po | 12 +
+ po/dz.po | 8 +-
+ po/el.po | 15 +-
+ po/en@shaw.po | 8 +-
+ po/en_CA.po | 8 +-
+ po/en_GB.po | 16 +-
+ po/eo.po | 8 +-
+ po/es.po | 16 +-
+ po/et.po | 3 +
+ po/eu.po | 12 +
+ po/fa.po | 18 +-
+ po/fi.po | 12 +
+ po/fr.po | 24 ++
+ po/fur.po | 11 +-
+ po/ga.po | 3 +
+ po/gl.po | 15 +-
+ po/gu.po | 16 +-
+ po/he.po | 16 +-
+ po/hi.po | 17 +-
+ po/hr.po | 10 +
+ po/hu.po | 12 +
+ po/hy.po | 8 +-
+ po/id.po | 12 +
+ po/it.po | 12 +
+ po/ja.po | 12 +
+ po/ka.po | 5 +
+ po/kk.po | 12 +
+ po/km.po | 4 +-
+ po/kn.po | 15 +-
+ po/ko.po | 12 +
+ po/ku.po | 8 +-
+ po/lt.po | 12 +
+ po/lv.po | 16 ++
+ po/mai.po | 8 +-
+ po/mg.po | 8 +-
+ po/mk.po | 8 +-
+ po/ml.po | 3 +
+ po/mn.po | 8 +-
+ po/mr.po | 16 +-
+ po/ms.po | 4 +-
+ po/nb.po | 12 +
+ po/nds.po | 8 +-
+ po/ne.po | 11 +-
+ po/nl.po | 12 +
+ po/nn.po | 8 +-
+ po/oc.po | 12 +-
+ po/or.po | 4 +-
+ po/pa.po | 23 +-
+ po/ps.po | 8 +-
+ po/pt.po | 16 +-
+ po/pt_BR.po | 12 +
+ po/ro.po | 4 +-
+ po/ru.po | 16 ++
+ po/rw.po | 3 +-
+ po/si.po | 8 +-
+ po/sk.po | 12 +
+ po/sl.po | 559 +---------------------------------------------
+ po/sq.po | 8 +-
+ po/sr.po | 22 +-
+ po/sr@latin.po | 22 +-
+ po/sv.po | 12 +
+ po/ta.po | 27 ++-
+ po/te.po | 27 ++-
+ po/tg.po | 16 +-
+ po/th.po | 20 +-
+ po/tr.po | 12 +
+ po/ug.po | 4 +-
+ po/uk.po | 15 ++
+ po/vi.po | 15 +-
+ po/wa.po | 12 +-
+ po/xh.po | 12 +-
+ po/zh_CN.po | 15 +-
+ po/zh_HK.po | 15 +-
+ po/zh_TW.po | 15 +-
+ 92 files changed, 734 insertions(+), 885 deletions(-)
diff --git a/po/am.po b/po/am.po
-index 3445d96da657..ee992f0712a5 100644
+index 3445d96d..ee992f07 100644
--- a/po/am.po
+++ b/po/am.po
@@ -214,8 +214,8 @@ msgid "<b>Background</b>"
@@ -559,7 +561,7 @@ index 3445d96da657..ee992f0712a5 100644
#: ../src/gnome-terminal.glade2.h:103
msgid "_Update login records when command is launched"
diff --git a/po/an.po b/po/an.po
-index fcec2668aa11..9e07cb682c57 100644
+index fcec2668..9e07cb68 100644
--- a/po/an.po
+++ b/po/an.po
@@ -2241,8 +2241,8 @@ msgstr "_Zarrar a finestra"
@@ -596,7 +598,7 @@ index fcec2668aa11..9e07cb682c57 100644
#~ msgid "Keyboard Shortcuts"
#~ msgstr "Alcorces de teclau"
diff --git a/po/ar.po b/po/ar.po
-index fac62fd10680..f77804d8aec4 100644
+index fac62fd1..f77804d8 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -2574,11 +2574,11 @@ msgstr "أغ_لق النافذة"
@@ -638,7 +640,7 @@ index fac62fd10680..f77804d8aec4 100644
#~ msgid "S_hade transparent or image background:"
#~ msgstr "_ظلل شفافية أو صورة الخلفية:"
diff --git a/po/as.po b/po/as.po
-index 3fade2b8cb12..5b905340f89f 100644
+index 3fade2b8..5b905340 100644
--- a/po/as.po
+++ b/po/as.po
@@ -2163,11 +2163,11 @@ msgstr "উইন্ডো বন্ধ কৰক (_l)"
@@ -680,7 +682,7 @@ index 3fade2b8cb12..5b905340f89f 100644
#~ msgid "S_hade transparent or image background:"
#~ msgstr "স্বচ্ছ বা ছবিৰ সৈতে পটভূমি ছায়া আচ্ছন্ন কৰক (_h):"
diff --git a/po/ast.po b/po/ast.po
-index d1c6e7b8174a..4dc0892ed9c4 100644
+index d1c6e7b8..4dc0892e 100644
--- a/po/ast.po
+++ b/po/ast.po
@@ -1304,8 +1304,8 @@ msgid "_Base on:"
@@ -706,7 +708,7 @@ index d1c6e7b8174a..4dc0892ed9c4 100644
#: ../src/profile-preferences.glade.h:78
msgid "_Underline color:"
diff --git a/po/az.po b/po/az.po
-index 586c1e4d827b..4bd846797101 100644
+index 586c1e4d..4bd84679 100644
--- a/po/az.po
+++ b/po/az.po
@@ -218,8 +218,8 @@ msgid "<b>Background</b>"
@@ -732,7 +734,7 @@ index 586c1e4d827b..4bd846797101 100644
#: ../src/gnome-terminal.glade2.h:103
msgid "_Update login records when command is launched"
diff --git a/po/be.po b/po/be.po
-index 298ec2d6ae0c..50f46093a712 100644
+index 298ec2d6..50f46093 100644
--- a/po/be.po
+++ b/po/be.po
@@ -2635,3 +2635,6 @@ msgstr "_Закрыць акно"
@@ -743,7 +745,7 @@ index 298ec2d6ae0c..50f46093a712 100644
+msgid "Transparent background"
+msgstr "Празрысты фон"
diff --git a/po/be@latin.po b/po/be@latin.po
-index 82ef0664ae1e..27e9877f96e8 100644
+index 82ef0664..27e9877f 100644
--- a/po/be@latin.po
+++ b/po/be@latin.po
@@ -1146,8 +1146,8 @@ msgid "_Base on:"
@@ -769,13 +771,13 @@ 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
-index 9a4f32e4b135..6ac17c17efb8 100644
+index 499d7fb7..6cf7cda3 100644
--- a/po/bg.po
+++ b/po/bg.po
-@@ -2305,3 +2305,12 @@ msgstr ""
- #: ../src/terminal-window.c:3953
- msgid "C_lose Window"
- msgstr "_Затваряне на този прозорец"
+@@ -2481,3 +2481,12 @@ msgstr "_Затваряне на този прозорец"
+ #, c-format
+ msgid "Failed to parse arguments: %s\n"
+ msgstr "Аргументите не могат да бъдат анализирани: %s\n"
+
+msgid "Transparent background"
+msgstr "Прозрачен фон"
@@ -786,7 +788,7 @@ index 9a4f32e4b135..6ac17c17efb8 100644
+msgid "Set Title"
+msgstr "Задаване на заглавие"
diff --git a/po/bn.po b/po/bn.po
-index 4906009cf46f..f97d43b0e515 100644
+index 4906009c..f97d43b0 100644
--- a/po/bn.po
+++ b/po/bn.po
@@ -1217,8 +1217,8 @@ msgid "_Base on:"
@@ -812,21 +814,21 @@ index 4906009cf46f..f97d43b0e515 100644
#: ../src/profile-preferences.glade.h:77
msgid "_Unlimited"
diff --git a/po/bn_IN.po b/po/bn_IN.po
-index f196e5084797..0ac3caf77e73 100644
+index 96f28aae..fdd0ef72 100644
--- a/po/bn_IN.po
+++ b/po/bn_IN.po
-@@ -2296,8 +2296,8 @@ msgstr "উইন্ডো বন্ধ করুন (_l)"
- #~ msgid "Close Window"
- #~ msgstr "উইন্ডো বন্ধ করুন"
+@@ -2894,8 +2894,8 @@ msgstr "উইন্ডো বন্ধ করুন (_l)"
+ #~ msgid "_Unlimited"
+ #~ msgstr "সীমাহীন (_U)"
-#~ msgid "Set Title"
-#~ msgstr "শিরোনাম নির্ধারণ করুন"
+msgid "Set Title"
+msgstr "শিরোনাম নির্ধারণ করুন"
- #~ msgid "Switch to Tab 2"
- #~ msgstr "ট্যাব ২-এ পরিবর্তন করুন"
-@@ -2356,5 +2356,8 @@ msgstr "উইন্ডো বন্ধ করুন (_l)"
+ #~ msgid "Switch to Tab 3"
+ #~ msgstr "ট্যাব ৩-এ পরিবর্তন করুন"
+@@ -2936,5 +2936,8 @@ msgstr "উইন্ডো বন্ধ করুন (_l)"
#~ msgid "_Input Methods"
#~ msgstr "ইনপুট পদ্ধতি (_I)"
@@ -838,7 +840,7 @@ index f196e5084797..0ac3caf77e73 100644
+msgid "Transparent background"
+msgstr "স্বচ্চ পটভূমি "
diff --git a/po/br.po b/po/br.po
-index e16ea07dfc21..f4cbe857d5ca 100644
+index e16ea07d..f4cbe857 100644
--- a/po/br.po
+++ b/po/br.po
@@ -958,8 +958,8 @@ msgid "_Base on:"
@@ -862,7 +864,7 @@ index e16ea07dfc21..f4cbe857d5ca 100644
#: ../src/profile-preferences.glade.h:74
diff --git a/po/bs.po b/po/bs.po
-index 49e710859ac9..8703552984b1 100644
+index e18510c4..17724733 100644
--- a/po/bs.po
+++ b/po/bs.po
@@ -680,6 +680,10 @@ msgstr "Kratica tastature za povećavanje fonta"
@@ -887,13 +889,13 @@ index 49e710859ac9..8703552984b1 100644
+msgid "Set Title"
+msgstr "Postavi naslov"
diff --git a/po/ca.po b/po/ca.po
-index d8e04df44eb7..fe8535547ebe 100644
+index 82859f65..6d0b484e 100644
--- a/po/ca.po
+++ b/po/ca.po
-@@ -2454,3 +2454,15 @@ msgstr "Tanca la _finestra"
-
- #~ msgid "_Detach Tab"
- #~ msgstr "_Separa la pestanya"
+@@ -2512,3 +2512,15 @@ msgstr "Tanca la _finestra"
+ #, c-format
+ msgid "Failed to parse arguments: %s\n"
+ msgstr "Ha fallat l'anàlisi dels arguments: %s\n"
+
+msgid "Transparent background"
+msgstr "Fons transparent"
@@ -907,7 +909,7 @@ index d8e04df44eb7..fe8535547ebe 100644
+msgid "Set Title"
+msgstr "Estableix el títol"
diff --git a/po/ca@valencia.po b/po/ca@valencia.po
-index a6e8fb4250dc..c9ed8508228d 100644
+index a6e8fb42..c9ed8508 100644
--- a/po/ca@valencia.po
+++ b/po/ca@valencia.po
@@ -2357,3 +2357,15 @@ msgstr "Tanca la _finestra"
@@ -927,17 +929,18 @@ index a6e8fb4250dc..c9ed8508228d 100644
+msgid "Set Title"
+msgstr "Estableix el títol"
diff --git a/po/cs.po b/po/cs.po
-index d592ea40910c..7e394112d4a6 100644
+index 8f3d7dcc..65f5da9c 100644
--- a/po/cs.po
+++ b/po/cs.po
-@@ -2297,3 +2297,15 @@ msgstr ""
- #: ../src/terminal-window.c:3225
- msgid "C_lose Window"
- msgstr "_Zavřít okno"
-+
+@@ -2484,6 +2484,14 @@ msgstr "Selhala analýza argumentů: %s\n"
+
+ #~ msgid "Armenian"
+ #~ msgstr "Arménské"
+msgid "Transparent background"
+msgstr "Průsvitné pozadí"
-+
+
+-#~ msgid "Georgian"
+-#~ msgstr "Gruzínské"
+msgid "Title"
+msgstr "Záhlaví"
+
@@ -947,7 +950,7 @@ index d592ea40910c..7e394112d4a6 100644
+msgid "Set Title"
+msgstr "Nastavit záhlaví"
diff --git a/po/cy.po b/po/cy.po
-index 644df82363f1..cd862feb50c0 100644
+index 644df823..cd862feb 100644
--- a/po/cy.po
+++ b/po/cy.po
@@ -1167,8 +1167,8 @@ msgid "_Base on:"
@@ -973,10 +976,10 @@ 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
-index 31d145f37174..ebfaaae38ecf 100644
+index f3fbaec7..352fcf1c 100644
--- a/po/da.po
+++ b/po/da.po
-@@ -2434,3 +2434,15 @@ msgstr "_Luk vindue"
+@@ -2517,3 +2517,15 @@ msgstr "Kunne ikke fortolke argumenter: %s\n"
#~ msgid "_Detach Tab"
#~ msgstr "_Løsriv faneblad"
@@ -993,10 +996,10 @@ index 31d145f37174..ebfaaae38ecf 100644
+msgid "Transparent background"
+msgstr "Gennemsigtig baggrund"
diff --git a/po/de.po b/po/de.po
-index a5f4846745e9..8d9a3bb05d49 100644
+index e8abfa53..454da162 100644
--- a/po/de.po
+++ b/po/de.po
-@@ -2507,3 +2507,15 @@ msgstr "Fenster _schließen"
+@@ -2613,3 +2613,15 @@ msgstr "Einlesen der Argumente schlug fehl: %s\n"
#~ msgid "_Quit"
#~ msgstr "_Beenden"
@@ -1013,7 +1016,7 @@ index a5f4846745e9..8d9a3bb05d49 100644
+msgid "Transparent background"
+msgstr "Transparenter Hintergrund"
diff --git a/po/dz.po b/po/dz.po
-index d97e6102b850..a768fe4adc54 100644
+index d97e6102..a768fe4a 100644
--- a/po/dz.po
+++ b/po/dz.po
@@ -1255,8 +1255,8 @@ msgid "_Base on:"
@@ -1039,10 +1042,10 @@ index d97e6102b850..a768fe4adc54 100644
#: ../src/profile-preferences.glade.h:78
#, fuzzy
diff --git a/po/el.po b/po/el.po
-index 99c9a629b472..15f683b5a625 100644
+index 6ec773a0..258c9e84 100644
--- a/po/el.po
+++ b/po/el.po
-@@ -2735,17 +2735,17 @@ msgstr "Κ_λείσιμο παραθύρου"
+@@ -2940,17 +2940,17 @@ msgstr "Αποτυχία ανάλυσης των ορισμάτων: %s\n"
#~ msgid "Default size:"
#~ msgstr "Προεπιλεγμένο μέγεθος:"
@@ -1066,7 +1069,7 @@ index 99c9a629b472..15f683b5a625 100644
#~ msgid "Current Locale"
#~ msgstr "Τρέχουσα τοπική ρύθμιση"
-@@ -2783,3 +2783,6 @@ msgstr "Κ_λείσιμο παραθύρου"
+@@ -2988,3 +2988,6 @@ msgstr "Αποτυχία ανάλυσης των ορισμάτων: %s\n"
#~ msgid "_Input Methods"
#~ msgstr "_Μέθοδοι εισαγωγής"
@@ -1074,7 +1077,7 @@ index 99c9a629b472..15f683b5a625 100644
+msgid "Transparent background"
+msgstr "Διάφανο παρασκήνιο"
diff --git a/po/en@shaw.po b/po/en@shaw.po
-index 82b2d53401b2..28f5dc02575b 100644
+index 5bdb3925..6fb8a7e1 100644
--- a/po/en@shaw.po
+++ b/po/en@shaw.po
@@ -1212,8 +1212,8 @@ msgid "_Base on:"
@@ -1100,7 +1103,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
-index 6c9e0cd73d63..db4aa891dd45 100644
+index 6c9e0cd7..db4aa891 100644
--- a/po/en_CA.po
+++ b/po/en_CA.po
@@ -219,8 +219,8 @@ msgid "<b>Background</b>"
@@ -1126,10 +1129,10 @@ index 6c9e0cd73d63..db4aa891dd45 100644
#: ../src/gnome-terminal.glade2.h:87
msgid "_Update login records when command is launched"
diff --git a/po/en_GB.po b/po/en_GB.po
-index 4f75ff1425df..7edfb0a08396 100644
+index 2d112348..675cdb3d 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
-@@ -2807,8 +2807,8 @@ msgstr "C_lose Window"
+@@ -2858,8 +2858,8 @@ msgstr "Failed to parse arguments: %s\n"
#~ msgid "Default size:"
#~ msgstr "Default size:"
@@ -1140,7 +1143,7 @@ index 4f75ff1425df..7edfb0a08396 100644
#~ msgid "When terminal commands set their o_wn titles:"
#~ msgstr "When terminal commands set their o_wn titles:"
-@@ -2825,8 +2825,8 @@ msgstr "C_lose Window"
+@@ -2876,8 +2876,8 @@ msgstr "Failed to parse arguments: %s\n"
#~ msgid "_Unlimited"
#~ msgstr "_Unlimited"
@@ -1151,7 +1154,7 @@ index 4f75ff1425df..7edfb0a08396 100644
#~ msgid "Switch to Tab 3"
#~ msgstr "Switch to Tab 3"
-@@ -2867,8 +2867,8 @@ msgstr "C_lose Window"
+@@ -2918,8 +2918,8 @@ msgstr "Failed to parse arguments: %s\n"
#~ msgid "_Input Methods"
#~ msgstr "_Input Methods"
@@ -1162,7 +1165,7 @@ index 4f75ff1425df..7edfb0a08396 100644
#~ msgid "Add or Remove Terminal Encodings"
#~ msgstr "Add or Remove Terminal Encodings"
-@@ -3563,8 +3563,8 @@ msgstr "C_lose Window"
+@@ -3614,8 +3614,8 @@ msgstr "Failed to parse arguments: %s\n"
#~ msgid "Background image _scrolls"
#~ msgstr "Background image _scrolls"
@@ -1174,10 +1177,10 @@ index 4f75ff1425df..7edfb0a08396 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
-index 2956aa8c3f6d..a91669d7a5e0 100644
+index 0e83b981..0d98ea57 100644
--- a/po/eo.po
+++ b/po/eo.po
-@@ -2663,8 +2663,8 @@ msgstr "_Fermi la fenestron"
+@@ -2827,8 +2827,8 @@ msgstr "_Fermi la fenestron"
#~ msgid "_Font:"
#~ msgstr "_Tiparo:"
@@ -1188,7 +1191,7 @@ index 2956aa8c3f6d..a91669d7a5e0 100644
#~ msgid "Switch to Tab 3"
#~ msgstr "Ŝalti al langeto 3"
-@@ -2726,8 +2726,8 @@ msgstr "_Fermi la fenestron"
+@@ -2890,8 +2890,8 @@ msgstr "_Fermi la fenestron"
#~ msgid "_Input Methods"
#~ msgstr "_Enigmetodoj"
@@ -1200,10 +1203,10 @@ index 2956aa8c3f6d..a91669d7a5e0 100644
#~ msgid "On the left side"
#~ msgstr "Maldekstre"
diff --git a/po/es.po b/po/es.po
-index 2792ab4d1729..35d80bf8b1ad 100644
+index d59135a1..9fa46d54 100644
--- a/po/es.po
+++ b/po/es.po
-@@ -2864,17 +2864,17 @@ msgstr "_Cerrar ventana"
+@@ -2945,17 +2945,17 @@ msgstr "Falló al analizar los argumentos: %s\n"
#~ msgid "Default size:"
#~ msgstr "Tamaño predeterminado:"
@@ -1227,7 +1230,7 @@ index 2792ab4d1729..35d80bf8b1ad 100644
#~ msgid "Current Locale"
#~ msgstr "Configuración regional actual"
-@@ -3700,8 +3700,8 @@ msgstr "_Cerrar ventana"
+@@ -3782,8 +3782,8 @@ msgstr "Falló al analizar los argumentos: %s\n"
#~ msgid "_Solid color"
#~ msgstr "Color _sólido"
@@ -1239,7 +1242,7 @@ index 2792ab4d1729..35d80bf8b1ad 100644
#~ msgid "No such profile \"%s\", using default profile\n"
#~ msgstr "No existe el perfil «%s», usando el perfil predeterminado\n"
diff --git a/po/et.po b/po/et.po
-index 4b1c2a7c67e4..770761168806 100644
+index 4b1c2a7c..77076116 100644
--- a/po/et.po
+++ b/po/et.po
@@ -1747,3 +1747,6 @@ msgstr "Su_lge aken"
@@ -1250,10 +1253,10 @@ index 4b1c2a7c67e4..770761168806 100644
+msgid "Transparent background"
+msgstr "Läbipaistev taust"
diff --git a/po/eu.po b/po/eu.po
-index c37a2b2c6de2..e982592eb140 100644
+index def9dff3..71ec9df4 100644
--- a/po/eu.po
+++ b/po/eu.po
-@@ -2306,3 +2306,15 @@ msgstr "It_xi leihoa"
+@@ -2400,3 +2400,15 @@ msgstr "Huts egin du argumentuak analizatzean: %s\n"
#~ msgid "_Detach Tab"
#~ msgstr "_Desuztartu fitxa"
@@ -1270,21 +1273,24 @@ index c37a2b2c6de2..e982592eb140 100644
+msgid "Transparent background"
+msgstr "Atzeko plano gardena"
diff --git a/po/fa.po b/po/fa.po
-index 01b58df6b687..c5c7c3c7c35b 100644
+index e3a35ae3..e4f135f8 100644
--- a/po/fa.po
+++ b/po/fa.po
-@@ -2716,8 +2716,8 @@ msgstr "_بستن پنجره"
- #~ msgid "Use custom default terminal si_ze"
- #~ msgstr "استفاده از اندازه‌ی _سفارشی پایانه‌ی پیش‌فرض"
+@@ -2819,8 +2819,11 @@ msgstr "تجزیهٔ آرگومان‌ها ممکن نبود: %s\n"
+ #~ msgid "_Font:"
+ #~ msgstr "_قلم:"
-#~ msgid "Title"
-#~ msgstr "عنوان"
++#~ msgid "Use custom default terminal si_ze"
++#~ msgstr "استفاده از اندازه‌ی _سفارشی پایانه‌ی پیش‌فرض"
++
+msgid "Title"
+msgstr "عنوان"
#~ msgid "When terminal commands set their o_wn titles:"
#~ msgstr "وقتی که فرمان‌های پایانه عنوان‌های _خودشان را تنظیم می‌کنند:"
-@@ -2731,8 +2731,8 @@ msgstr "_بستن پنجره"
+@@ -2834,8 +2837,8 @@ msgstr "تجزیهٔ آرگومان‌ها ممکن نبود: %s\n"
#~ msgid "_Unlimited"
#~ msgstr "_نامحدود"
@@ -1295,7 +1301,7 @@ index 01b58df6b687..c5c7c3c7c35b 100644
#~ msgid "Switch to Tab 3"
#~ msgstr "تعویض به زبانه‌ی ۳"
-@@ -2773,5 +2773,8 @@ msgstr "_بستن پنجره"
+@@ -2876,5 +2879,8 @@ msgstr "تجزیهٔ آرگومان‌ها ممکن نبود: %s\n"
#~ msgid "_Input Methods"
#~ msgstr "روش‌های _ورودی"
@@ -1307,10 +1313,10 @@ index 01b58df6b687..c5c7c3c7c35b 100644
+msgid "Transparent background"
+msgstr "پس‌زمینه‌ی شفاف"
diff --git a/po/fi.po b/po/fi.po
-index 056943256725..bbb7ade1bb6b 100644
+index 30e6d7cf..de92a033 100644
--- a/po/fi.po
+++ b/po/fi.po
-@@ -2724,9 +2724,21 @@ msgstr "_Sulje ikkuna"
+@@ -2808,9 +2808,21 @@ msgstr "Virhe tulkittaessa argumentteja: %s\n"
#~ msgid "_Update login records when command is launched"
#~ msgstr "_Päivitä kirjautumistallenne kun komento käynnistetään"
@@ -1333,13 +1339,25 @@ index 056943256725..bbb7ade1bb6b 100644
+msgid "Set Title"
+msgstr "Aseta otsikko"
diff --git a/po/fr.po b/po/fr.po
-index f24e886dc948..5a9f9b5cde5c 100644
+index 60db7700..71628caa 100644
--- a/po/fr.po
+++ b/po/fr.po
-@@ -2485,3 +2485,15 @@ msgstr "Fermer _la fenêtre"
+@@ -2569,3 +2569,27 @@ msgstr "Impossible d’analyser les paramètres : %s\n"
- #~ msgid "_Detach Tab"
- #~ msgstr "_Détacher l’onglet"
+ #~ msgid "Icelandic"
+ #~ msgstr "Islandais"
++
++#~ msgid "Set _Character Encoding"
++#~ msgstr "_Définir le codage des caractères"
++
++#~ msgid "Move Tab _Left"
++#~ msgstr "Déplacer l’onglet vers la _gauche"
++
++#~ msgid "Move Tab _Right"
++#~ msgstr "Déplacer l’onglet vers la _droite"
++
++#~ msgid "_Detach Tab"
++#~ msgstr "_Détacher l’onglet"
+
+msgid "Transparent background"
+msgstr "Arrière-plan transparent"
@@ -1353,10 +1371,10 @@ index f24e886dc948..5a9f9b5cde5c 100644
+msgid "Set Title"
+msgstr "Définir le titre"
diff --git a/po/fur.po b/po/fur.po
-index d8e254f5545a..21158b2fa64c 100644
+index bfcab11d..4a7aed17 100644
--- a/po/fur.po
+++ b/po/fur.po
-@@ -466,6 +466,10 @@ msgstr ""
+@@ -571,6 +571,10 @@ msgstr ""
msgid "Which encoding to use"
msgstr "Codifiche di doprâ"
@@ -1364,10 +1382,10 @@ index d8e254f5545a..21158b2fa64c 100644
+msgid "Transparent background"
+msgstr "Fondâl trasparent"
+
- #: ../src/org.gnome.Terminal.gschema.xml.h:70
+ #: src/org.gnome.Terminal.gschema.xml:350
msgid ""
"Whether ambiguous-width characters are narrow or wide when using UTF-8 "
-@@ -3427,6 +3431,9 @@ msgstr "_Siere barcon"
+@@ -3613,6 +3617,9 @@ msgstr "Analisi dai argoments falide: %s\n"
#~ 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."
@@ -1377,7 +1395,7 @@ index d8e254f5545a..21158b2fa64c 100644
#~ msgid "Switch to Tab 3"
#~ msgstr "Passe a la schede 3"
-@@ -3482,8 +3489,8 @@ msgstr "_Siere barcon"
+@@ -3668,8 +3675,8 @@ msgstr "Analisi dai argoments falide: %s\n"
#~ msgid "_Input Methods"
#~ msgstr "_Cemût inserî test"
@@ -1386,10 +1404,10 @@ index d8e254f5545a..21158b2fa64c 100644
+msgid "_Title:"
+msgstr "_Titul:"
- #~ 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"
+ #~ msgstr ""
diff --git a/po/ga.po b/po/ga.po
-index 93d5fa9d1481..feb87dce3d6b 100644
+index 93d5fa9d..feb87dce 100644
--- a/po/ga.po
+++ b/po/ga.po
@@ -1925,3 +1925,6 @@ msgstr "_Dún Fuinneog"
@@ -1400,27 +1418,32 @@ index 93d5fa9d1481..feb87dce3d6b 100644
+msgid "Transparent background"
+msgstr "Cúlra trédhearcach"
diff --git a/po/gl.po b/po/gl.po
-index 89b7501d2358..0761a31a8d1f 100644
+index c0dc3349..adea6024 100644
--- a/po/gl.po
+++ b/po/gl.po
-@@ -2418,3 +2418,15 @@ msgstr ""
- #: src/terminal-window.c:3224
- msgid "C_lose Window"
- msgstr "P_echar a xanela"
-+
+@@ -2500,11 +2500,14 @@ msgstr "P_echar a xanela"
+ msgid "Failed to parse arguments: %s\n"
+ msgstr "Produciuse un erro ao analizar os argumentos: %s\n"
+
+-#~ msgid "org.gnome.Terminal"
+-#~ msgstr "org.gnome.Terminal"
+msgid "Title"
+msgstr "Título"
-+
+
+-#~ msgid "Armenian"
+-#~ msgstr "Armenio"
+msgid "_Title:"
+msgstr "_Título:"
-+
+
+-#~ msgid "Georgian"
+-#~ msgstr "Xeorxiano"
+msgid "Set Title"
+msgstr "Definir o título"
+
+msgid "Transparent background"
+msgstr "Fondo transparente"
diff --git a/po/gu.po b/po/gu.po
-index 76b459cf8dc5..485beeac98b7 100644
+index 76b459cf..485beeac 100644
--- a/po/gu.po
+++ b/po/gu.po
@@ -2155,8 +2155,8 @@ msgstr "વિન્ડો બંધ કરો (_l)"
@@ -1468,10 +1491,10 @@ index 76b459cf8dc5..485beeac98b7 100644
#~ msgid "No such profile \"%s\", using default profile\n"
#~ msgstr "\"%s\" જેવી કોઈ રૂપરેખા નથી, મૂળભૂત રૂપરેખા વાપરી રહ્યા છે\n"
diff --git a/po/he.po b/po/he.po
-index 57cb2d0d110f..efe8fa100074 100644
+index 0950c6be..5cbaddb9 100644
--- a/po/he.po
+++ b/po/he.po
-@@ -2333,17 +2333,17 @@ msgstr "סגירת ה_חלון"
+@@ -2828,17 +2828,17 @@ msgstr "Failed to parse arguments: %s\n"
#~ msgid "Default size:"
#~ msgstr "גודל בררת מחדל:"
@@ -1495,7 +1518,7 @@ index 57cb2d0d110f..efe8fa100074 100644
#~ msgid "Current Locale"
#~ msgstr "השפה הנוכחית"
-@@ -3194,8 +3194,8 @@ msgstr "סגירת ה_חלון"
+@@ -3650,8 +3650,8 @@ msgstr "Failed to parse arguments: %s\n"
#~ msgid "_Solid color"
#~ msgstr "צבע _אחיד"
@@ -1507,7 +1530,7 @@ index 57cb2d0d110f..efe8fa100074 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
-index 2d7dc5b14008..8d3d0529df61 100644
+index 2d7dc5b1..8d3d0529 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -2267,9 +2267,8 @@ msgstr "विंडो बंद करें (_l)"
@@ -1556,10 +1579,10 @@ index 2d7dc5b14008..8d3d0529df61 100644
#~ msgid "S/Key Challenge Response"
#~ msgstr "एस/कुंजी चैलेंज प्रतिक्रिया"
diff --git a/po/hr.po b/po/hr.po
-index 881b7cc7f3f3..3d2cba35a617 100644
+index aa384812..4a28d9ae 100644
--- a/po/hr.po
+++ b/po/hr.po
-@@ -2710,3 +2710,13 @@ msgstr "_Zatvori prozor"
+@@ -2771,3 +2771,13 @@ msgstr "Greška u obradi argumenata: %s\n"
#~ msgid "Use transparency from system theme"
#~ msgstr "Koristi prozirnost iz teme sustava"
@@ -1574,13 +1597,13 @@ index 881b7cc7f3f3..3d2cba35a617 100644
+msgid "Set Title"
+msgstr "Postavi naslov"
diff --git a/po/hu.po b/po/hu.po
-index b498f34e8983..5e2250e6196e 100644
+index d20e10fb..a9043fe1 100644
--- a/po/hu.po
+++ b/po/hu.po
-@@ -2410,3 +2410,15 @@ msgstr ""
- #: src/terminal-window.c:3224
- msgid "C_lose Window"
- msgstr "_Ablak bezárása"
+@@ -2486,3 +2486,15 @@ msgstr "_Ablak bezárása"
+ #, c-format
+ msgid "Failed to parse arguments: %s\n"
+ msgstr "A paraméterek feldolgozása meghiúsult: %s\n"
+
+msgid "Title"
+msgstr "Cím"
@@ -1594,7 +1617,7 @@ index b498f34e8983..5e2250e6196e 100644
+msgid "Transparent background"
+msgstr "Áttetsző háttér"
diff --git a/po/hy.po b/po/hy.po
-index aaf2d9b292da..4d466f164420 100644
+index aaf2d9b2..4d466f16 100644
--- a/po/hy.po
+++ b/po/hy.po
@@ -757,8 +757,8 @@ msgid "_Base on:"
@@ -1620,10 +1643,10 @@ 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
-index 9d37f273ac6b..764008affd95 100644
+index c5deea8b..7de90500 100644
--- a/po/id.po
+++ b/po/id.po
-@@ -2415,3 +2415,15 @@ msgstr "Tutup Jende_la"
+@@ -2509,3 +2509,15 @@ msgstr "Gagal mengurai argumen: \"%s\"\n"
#~ msgid "_Detach Tab"
#~ msgstr "_Pisahkan Tab"
@@ -1640,13 +1663,13 @@ index 9d37f273ac6b..764008affd95 100644
+msgid "Set Title"
+msgstr "Atur Judul"
diff --git a/po/it.po b/po/it.po
-index e08dfae8009c..b224bbdc1f3a 100644
+index c559a981..a69b00e5 100644
--- a/po/it.po
+++ b/po/it.po
-@@ -2434,3 +2434,15 @@ msgstr ""
- #: src/terminal-window.c:3224
- msgid "C_lose Window"
- msgstr "Chiudi _finestra"
+@@ -2428,3 +2428,15 @@ msgstr "Chiudi _finestra"
+ #, c-format
+ msgid "Failed to parse arguments: %s\n"
+ msgstr "Analisi degli argomenti non riuscita: %s\n"
+
+msgid "Transparent background"
+msgstr "Sfondo trasparente"
@@ -1660,10 +1683,10 @@ index e08dfae8009c..b224bbdc1f3a 100644
+msgid "Set Title"
+msgstr "Imposta titolo"
diff --git a/po/ja.po b/po/ja.po
-index 69608253837f..87d927431d7a 100644
+index ab72bc42..690281a6 100644
--- a/po/ja.po
+++ b/po/ja.po
-@@ -2481,3 +2481,15 @@ msgstr "ウィンドウを閉じる(_L)"
+@@ -2534,3 +2534,15 @@ msgstr "ウィンドウを閉じる(_L)"
#~ msgid "_Incremental Search…"
#~ msgstr "インクリメンタル検索(_I)…"
@@ -1680,34 +1703,26 @@ index 69608253837f..87d927431d7a 100644
+msgid "Set Title"
+msgstr "タイトルを設定する"
diff --git a/po/ka.po b/po/ka.po
-index e0dd79f280a2..887d395ce150 100644
+index ed2d747e..abd30d4b 100644
--- a/po/ka.po
+++ b/po/ka.po
-@@ -219,8 +219,8 @@ msgid "<b>Background</b>"
- msgstr "<b>ფონი</b>"
-
- #: ../src/gnome-terminal.glade2.h:3
--msgid "<b>Command</b>"
--msgstr "<b>ბრძანება</b>"
-+msgid "Command"
-+msgstr "ბრძანება"
+@@ -179,6 +179,11 @@ msgstr "პროფილის ადამიანისთვის-სა
+ msgid "Human-readable name of the profile."
+ msgstr "პროფილის ადამიანისთვის-სასიამოვნო წასაკითხი სახელი."
- #: ../src/gnome-terminal.glade2.h:4
- msgid "<b>Compatibility</b>"
-@@ -569,7 +569,7 @@ msgstr "_ტექსტის ფერი:"
-
- #: ../src/gnome-terminal.glade2.h:86
- #, fuzzy
--msgid "_Transparent background"
++#: ../src/gnome-terminal.glade2.h:86
++#, fuzzy
+msgid "Transparent background"
- msgstr "გამჭირვალე"
-
- #: ../src/gnome-terminal.glade2.h:87
++msgstr "გამჭირვალე"
++
+ #: src/org.gnome.Terminal.gschema.xml:139
+ msgid "Default color of text in the terminal"
+ msgstr "ტერმინალის ტექსტის ნაგულისხმები ფერი"
diff --git a/po/kk.po b/po/kk.po
-index ac7eff8587dc..258d7de5cb46 100644
+index 34ce6b2a..5d415eb3 100644
--- a/po/kk.po
+++ b/po/kk.po
-@@ -2557,3 +2557,15 @@ msgstr "Терезені жа_бу"
+@@ -2741,3 +2741,15 @@ msgstr "Аргументтерді өндеу қатемен аяқталды: %
#~ msgid "Be quiet"
#~ msgstr "Тыныш болу"
@@ -1724,7 +1739,7 @@ index ac7eff8587dc..258d7de5cb46 100644
+msgid "Set Title"
+msgstr "Атауын орнату"
diff --git a/po/km.po b/po/km.po
-index 352897d2963b..b6db9394a307 100644
+index 352897d2..b6db9394 100644
--- a/po/km.po
+++ b/po/km.po
@@ -2909,8 +2909,8 @@ msgstr "បិទ​បង្អួច"
@@ -1739,7 +1754,7 @@ index 352897d2963b..b6db9394a307 100644
#~ msgid "S_hade transparent or image background:"
#~ msgstr "ដាក់​ស្រមោល​ផ្ទៃខាងក្រោយ​ថ្លា ឬ​ផ្ទៃខាងក្រោយ​​រូបភាព ៖"
diff --git a/po/kn.po b/po/kn.po
-index c887f88a2c87..0fc1c3139258 100644
+index c887f88a..0fc1c313 100644
--- a/po/kn.po
+++ b/po/kn.po
@@ -2261,8 +2261,8 @@ msgstr "ಕಿಟಕಿಯನ್ನು ಮುಚ್ಚು (_l)"
@@ -1776,10 +1791,10 @@ index c887f88a2c87..0fc1c3139258 100644
+msgid "Transparent background"
+msgstr "ಪಾರದರ್ಶಕ ಹಿನ್ನಲೆ"
diff --git a/po/ko.po b/po/ko.po
-index 4e322035a8dd..51f955189dd2 100644
+index d30b5fd7..627ca437 100644
--- a/po/ko.po
+++ b/po/ko.po
-@@ -2445,3 +2445,15 @@ msgstr "창 닫기(_L)"
+@@ -2537,3 +2537,15 @@ msgstr "인자 파싱에 실패했습니다: %s\n"
#~ msgid "Verbose output"
#~ msgstr "많이 출력"
@@ -1796,7 +1811,7 @@ index 4e322035a8dd..51f955189dd2 100644
+msgid "Set Title"
+msgstr "제목 설정"
diff --git a/po/ku.po b/po/ku.po
-index bc2bb7f03de4..d2a83a007097 100644
+index bc2bb7f0..d2a83a00 100644
--- a/po/ku.po
+++ b/po/ku.po
@@ -223,8 +223,8 @@ msgid "<b>Background</b>"
@@ -1822,10 +1837,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
-index 6fc6ac62c742..d57a5bde8007 100644
+index 8473eef9..9a242ad2 100644
--- a/po/lt.po
+++ b/po/lt.po
-@@ -2715,3 +2715,15 @@ msgstr "_Užverti langą"
+@@ -2796,3 +2796,15 @@ msgstr "Nepavyko apdoroti argumentų: %s\n"
#~ msgid "Whether to use a dark theme variant"
#~ msgstr "Ar naudoti tamsų temos variantą"
@@ -1842,10 +1857,10 @@ index 6fc6ac62c742..d57a5bde8007 100644
+msgid "Set Title"
+msgstr "Nustatyti pavadinimą"
diff --git a/po/lv.po b/po/lv.po
-index 8c9c00c87fd2..87aecdde0dba 100644
+index dd601873..1544e268 100644
--- a/po/lv.po
+++ b/po/lv.po
-@@ -2539,3 +2539,19 @@ msgstr "Aizvērt _logu"
+@@ -2715,3 +2715,19 @@ msgstr "Neizdevās parsēt parametrus — “%s”\n"
#~ msgid "_Add or Remove…"
#~ msgstr "_Pievienot vai izņemt…"
@@ -1866,7 +1881,7 @@ index 8c9c00c87fd2..87aecdde0dba 100644
+msgid "Set Title"
+msgstr "Iestatīt nosaukumu"
diff --git a/po/mai.po b/po/mai.po
-index 715d0b9e1c82..0f31634e4f2e 100644
+index 715d0b9e..0f31634e 100644
--- a/po/mai.po
+++ b/po/mai.po
@@ -1044,8 +1044,8 @@ msgid "_Base on:"
@@ -1892,7 +1907,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
-index 99fa0f5e4059..a216602569af 100644
+index 99fa0f5e..a2166025 100644
--- a/po/mg.po
+++ b/po/mg.po
@@ -220,8 +220,8 @@ msgid "<b>Background</b>"
@@ -1918,7 +1933,7 @@ index 99fa0f5e4059..a216602569af 100644
#: ../src/gnome-terminal.glade2.h:87
msgid "_Update login records when command is launched"
diff --git a/po/mk.po b/po/mk.po
-index 4fe43192fe57..a5a874b49c59 100644
+index 4fe43192..a5a874b4 100644
--- a/po/mk.po
+++ b/po/mk.po
@@ -863,8 +863,8 @@ msgid "_Base on:"
@@ -1944,7 +1959,7 @@ index 4fe43192fe57..a5a874b49c59 100644
#: ../src/profile-preferences.glade.h:78
#| msgid "_Text color:"
diff --git a/po/ml.po b/po/ml.po
-index 296149701e1f..e3bce1225738 100644
+index 29614970..e3bce122 100644
--- a/po/ml.po
+++ b/po/ml.po
@@ -2577,3 +2577,6 @@ msgstr "ജാലകം അടയ്ക്കുക (_l)"
@@ -1955,7 +1970,7 @@ index 296149701e1f..e3bce1225738 100644
+msgid "Transparent background"
+msgstr "പുറകിലുള്ളവ കാണാവുന്ന പശ്ചാത്തലം"
diff --git a/po/mn.po b/po/mn.po
-index 2f9d86072d1c..09c4437d10f9 100644
+index 2f9d8607..09c4437d 100644
--- a/po/mn.po
+++ b/po/mn.po
@@ -217,8 +217,8 @@ msgid "<b>Background</b>"
@@ -1981,7 +1996,7 @@ index 2f9d86072d1c..09c4437d10f9 100644
#: ../src/gnome-terminal.glade2.h:103
msgid "_Update login records when command is launched"
diff --git a/po/mr.po b/po/mr.po
-index 61997dafbd03..9c7dc77abd22 100644
+index 61997daf..9c7dc77a 100644
--- a/po/mr.po
+++ b/po/mr.po
@@ -2219,8 +2219,8 @@ msgstr "चौकट बंद करा (_l)"
@@ -2029,7 +2044,7 @@ index 61997dafbd03..9c7dc77abd22 100644
#~ msgid "Disabled"
#~ msgstr "अकार्यान्वीतित"
diff --git a/po/ms.po b/po/ms.po
-index 114f0d4e50c2..5d3f2e011f1c 100644
+index 114f0d4e..5d3f2e01 100644
--- a/po/ms.po
+++ b/po/ms.po
@@ -2717,8 +2717,8 @@ msgstr "T_utup Tetingkap"
@@ -2044,13 +2059,13 @@ index 114f0d4e50c2..5d3f2e011f1c 100644
#~ msgid "_Update login records when command is launched"
#~ msgstr "_Kemaskini rekod logmasuk bila arahan dilancarkan"
diff --git a/po/nb.po b/po/nb.po
-index 683acfe5221e..3dc97ee17fec 100644
+index 99cb5599..5b1a79ad 100644
--- a/po/nb.po
+++ b/po/nb.po
-@@ -2261,3 +2261,15 @@ msgstr ""
- #: ../src/terminal-window.c:3210
- msgid "C_lose Window"
- msgstr "_Lukk vindu"
+@@ -2436,3 +2436,15 @@ msgstr "_Lukk vindu"
+ #, c-format
+ msgid "Failed to parse arguments: %s\n"
+ msgstr "Klarte ikke å lese argumenter: %s\n"
+
+msgid "Transparent background"
+msgstr "Gjennomsiktig bakgrunn"
@@ -2064,7 +2079,7 @@ index 683acfe5221e..3dc97ee17fec 100644
+msgid "Set Title"
+msgstr "Sett tittel"
diff --git a/po/nds.po b/po/nds.po
-index 82f930b1cc0c..d52fbd94eb58 100644
+index 82f930b1..d52fbd94 100644
--- a/po/nds.po
+++ b/po/nds.po
@@ -748,8 +748,8 @@ msgid "_Base on:"
@@ -2090,10 +2105,10 @@ 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
-index 4fe16cc88a9a..53fb89134be0 100644
+index 992d7bad..7c560b83 100644
--- a/po/ne.po
+++ b/po/ne.po
-@@ -2398,8 +2398,8 @@ msgstr "सञ्झ्याल बन्द गर्नुहोस्"
+@@ -2745,8 +2745,8 @@ msgstr "%sतर्कहरू पार्स गर्न असफल\n"
#~ msgid "_None (use solid color)"
#~ msgstr "कुनै पनि होइन (एउटै रङ प्रयोग गर्नुहोस्)"
@@ -2104,18 +2119,17 @@ index 4fe16cc88a9a..53fb89134be0 100644
#~ msgid "_Use the system fixed width font"
#~ msgstr "प्रणाली निश्चित गरिएको फन्ट चौडाइ प्रयोग गर्नुहोस्"
-@@ -3052,8 +3052,8 @@ msgstr "सञ्झ्याल बन्द गर्नुहोस्"
- #~ msgid "Close Tab"
- #~ msgstr "ट्याब बन्द गर्नुहोस्"
+@@ -3338,6 +3338,9 @@ msgstr "%sतर्कहरू पार्स गर्न असफल\n"
+ #~ msgid "The text you clicked on doesn't seem to be a valid OTP challenge."
+ #~ msgstr "तपाईँले क्लिक गरेको पाठ वैध OTP चुनौती नहुने देखिन्छ ।"
--#~ msgid "Set Title"
--#~ msgstr "शीर्षक सेट गर्नुहोस्"
+msgid "Set Title"
+msgstr "शीर्षक सेट गर्नुहोस्"
++
+ #~ msgid "Switch to Tab 3"
+ #~ msgstr "ट्याब ३ मा स्विच गर्नुहोस्"
- #~ msgid "Switch to Tab 2"
- #~ msgstr "ट्याब २ मा स्विच गर्नुहोस्"
-@@ -3232,8 +3232,8 @@ msgstr "सञ्झ्याल बन्द गर्नुहोस्"
+@@ -3477,8 +3480,8 @@ msgstr "%sतर्कहरू पार्स गर्न असफल\n"
#~ msgid "_Input Methods"
#~ msgstr "आगत विधि"
@@ -2124,13 +2138,13 @@ index 4fe16cc88a9a..53fb89134be0 100644
+msgid "_Title:"
+msgstr "शीर्षक:"
- #~ 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"
+ #~ msgstr "टर्मिनलमा छोडिएको पाठ/सादा गलत ढाँचा (%d) वा लम्बाइ (%d)को थियो\n"
diff --git a/po/nl.po b/po/nl.po
-index 005ec063a4bb..4f6a56a1cffa 100644
+index d7f15cc8..7383215f 100644
--- a/po/nl.po
+++ b/po/nl.po
-@@ -2747,3 +2747,15 @@ msgstr "Venster sl_uiten"
+@@ -2840,3 +2840,15 @@ msgstr "Argumenten ontleden is mislukt: %s\n"
#~ msgid "_Add or Remove…"
#~ msgstr "_Toevoegen of verwijderen…"
@@ -2147,7 +2161,7 @@ index 005ec063a4bb..4f6a56a1cffa 100644
+msgid "Transparent background"
+msgstr "Transparante achtergrond"
diff --git a/po/nn.po b/po/nn.po
-index 5aa43b113ed9..f892290c256f 100644
+index 5aa43b11..f892290c 100644
--- a/po/nn.po
+++ b/po/nn.po
@@ -1149,8 +1149,8 @@ msgid "_Base on:"
@@ -2173,10 +2187,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
-index 9a6f6186019a..6e51ea2f8980 100644
+index 4563b354..0ecd5919 100644
--- a/po/oc.po
+++ b/po/oc.po
-@@ -2944,8 +2944,8 @@ msgstr "Tampar _la fenèstra"
+@@ -3057,8 +3057,8 @@ msgstr "Impossible d'analisar los paramètres : %s\n"
#~ msgid "Save as..."
#~ msgstr "Enregistrar jos..."
@@ -2187,7 +2201,7 @@ index 9a6f6186019a..6e51ea2f8980 100644
#~ msgid "_Detach tab"
#~ msgstr "Des_tacar l'onglet"
-@@ -3405,8 +3405,8 @@ msgstr "Tampar _la fenèstra"
+@@ -3518,8 +3518,8 @@ msgstr "Impossible d'analisar los paramètres : %s\n"
#~ msgid "_Use the system fixed width font"
#~ msgstr "_Utilizar la poliça de chassa fixa del sistèma"
@@ -2198,7 +2212,7 @@ index 9a6f6186019a..6e51ea2f8980 100644
#~ 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"
+@@ -3833,8 +3833,8 @@ msgstr "Impossible d'analisar los paramètres : %s\n"
#~ msgid "Run;"
#~ msgstr "Executar;Consòla;Shell;"
@@ -2210,7 +2224,7 @@ index 9a6f6186019a..6e51ea2f8980 100644
#~ msgid ""
#~ "A subset of possible encodings are presented in the Encoding submenu. "
diff --git a/po/or.po b/po/or.po
-index ec1e6bfb9a28..218acd712df6 100644
+index ec1e6bfb..218acd71 100644
--- a/po/or.po
+++ b/po/or.po
@@ -2705,8 +2705,8 @@ msgstr "ଶୀର୍ଷକ (_T):"
@@ -2225,7 +2239,7 @@ index ec1e6bfb9a28..218acd712df6 100644
#~ msgid "S_hade transparent or image background:"
#~ msgstr "ଛାୟା ସ୍ବଚ୍ଛ କିମ୍ବା ଚିତ୍ର ପୃଷ୍ଠଭୂମି (_h):"
diff --git a/po/pa.po b/po/pa.po
-index 1cb4b46dc2aa..2bdd01fecaab 100644
+index 1cb4b46d..2bdd01fe 100644
--- a/po/pa.po
+++ b/po/pa.po
@@ -2718,10 +2718,9 @@ msgstr "ਵਿੰਡੋ ਬੰਦ ਕਰੋ(_l)"
@@ -2281,7 +2295,7 @@ index 1cb4b46dc2aa..2bdd01fecaab 100644
#~ msgid "S/Key Challenge Response"
#~ msgstr "S/ਸਵਿੱਚ ਚੈਲੰਜ਼ ਜਵਾਬ"
diff --git a/po/ps.po b/po/ps.po
-index b25a2cb41712..3855b2f3423f 100644
+index b25a2cb4..3855b2f3 100644
--- a/po/ps.po
+++ b/po/ps.po
@@ -810,8 +810,8 @@ msgid "_Base on:"
@@ -2307,10 +2321,10 @@ 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
-index 5181419ad973..3df37f6d5bc7 100644
+index e2e65775..b9a3981b 100644
--- a/po/pt.po
+++ b/po/pt.po
-@@ -2360,11 +2360,11 @@ msgstr "Fechar jane_la"
+@@ -2874,11 +2874,11 @@ msgstr "Falha ao processar argumentos: %s\n"
#~ msgid "Default size:"
#~ msgstr "Tamanho predefinido:"
@@ -2326,7 +2340,7 @@ index 5181419ad973..3df37f6d5bc7 100644
#~ msgid "Title and Command"
#~ msgstr "Título e comando"
-@@ -2372,8 +2372,8 @@ msgstr "Fechar jane_la"
+@@ -2886,8 +2886,8 @@ msgstr "Falha ao processar argumentos: %s\n"
#~ msgid "_Unlimited"
#~ msgstr "_Ilimitado"
@@ -2337,7 +2351,7 @@ index 5181419ad973..3df37f6d5bc7 100644
#~ msgid "Current Locale"
#~ msgstr "Configuração Regional Atual"
-@@ -3160,8 +3160,8 @@ msgstr "Fechar jane_la"
+@@ -3642,8 +3642,8 @@ msgstr "Falha ao processar argumentos: %s\n"
#~ msgid "Background image _scrolls"
#~ msgstr "Imagem de fundo _rola"
@@ -2349,45 +2363,30 @@ index 5181419ad973..3df37f6d5bc7 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
-index d5f10e4f2cbd..cd2f908fb579 100644
+index 4fac562a..117f63bb 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
-@@ -2831,17 +2831,17 @@ msgstr "_Fechar janela"
- #~ msgid "Default size:"
- #~ msgstr "Tamanho padrão:"
-
--#~ msgid "Title"
--#~ msgstr "Título"
+@@ -2423,3 +2423,15 @@ msgstr "_Fechar janela"
+ #, c-format
+ msgid "Failed to parse arguments: %s\n"
+ msgstr "Falha ao analisar os argumentos: %s\n"
++
+msgid "Title"
+msgstr "Título"
-
--#~ msgid "_Title:"
--#~ msgstr "_Título:"
++
+msgid "_Title:"
+msgstr "_Título:"
-
- #~ msgid "Title and Command"
- #~ msgstr "Título e comando"
-
--#~ msgid "Set Title"
--#~ msgstr "Definir título"
++
+msgid "Set Title"
+msgstr "Definir título"
-
- #~ msgid "Current Locale"
- #~ msgstr "Codificação atual"
-@@ -3467,3 +3467,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\""
+
+msgid "Transparent background"
+msgstr "Fundo transparente"
diff --git a/po/ro.po b/po/ro.po
-index e76d6df41aae..49fd8401e70d 100644
+index 627aea90..14d04172 100644
--- a/po/ro.po
+++ b/po/ro.po
-@@ -3484,8 +3484,8 @@ msgstr "Î_nchide fereastra"
+@@ -3545,8 +3545,8 @@ msgstr "Parsarea argumentelor a eșuat: %s\n"
#~ msgid "_Solid color"
#~ msgstr "Culoare _solidă"
@@ -2399,10 +2398,10 @@ index e76d6df41aae..49fd8401e70d 100644
#~ msgid "_Unlimited"
#~ msgstr "_Neliminat"
diff --git a/po/ru.po b/po/ru.po
-index d6f6dd4f8279..814ba613679f 100644
+index 038243fb..143aa084 100644
--- a/po/ru.po
+++ b/po/ru.po
-@@ -2552,3 +2552,19 @@ msgstr "_Закрыть окно"
+@@ -2781,3 +2781,19 @@ msgstr "Не удалось разобрать аргументы: %s\n"
#~ msgid "_Add or Remove…"
#~ msgstr "_Добавить или удалить…"
@@ -2423,7 +2422,7 @@ index d6f6dd4f8279..814ba613679f 100644
+msgid "Set Title"
+msgstr "Установить заголовок"
diff --git a/po/rw.po b/po/rw.po
-index 012f64e325c3..5ff633f8b3c2 100644
+index 012f64e3..5ff633f8 100644
--- a/po/rw.po
+++ b/po/rw.po
@@ -749,7 +749,7 @@ msgstr "Ibara ry'Inyandiko..."
@@ -2444,7 +2443,7 @@ index 012f64e325c3..5ff633f8b3c2 100644
msgstr "Umutwe..."
diff --git a/po/si.po b/po/si.po
-index adca7d5acba9..6379cee7f0a3 100644
+index adca7d5a..6379cee7 100644
--- a/po/si.po
+++ b/po/si.po
@@ -218,8 +218,8 @@ msgid "<b>Background</b>"
@@ -2470,10 +2469,10 @@ index adca7d5acba9..6379cee7f0a3 100644
#: ../src/gnome-terminal.glade2.h:87
msgid "_Update login records when command is launched"
diff --git a/po/sk.po b/po/sk.po
-index 06ffff4ee055..ab62c01f8f85 100644
+index e6745075..20d303c8 100644
--- a/po/sk.po
+++ b/po/sk.po
-@@ -3048,3 +3048,15 @@ msgstr "_Zavrieť okno"
+@@ -3086,3 +3086,15 @@ msgstr "_Zavrieť okno"
#~ "\n"
#~ "Viac informácii o jednotlivých príkazoch získate pomocou „%s PRÍKAZ --"
#~ "help“.\n"
@@ -2490,42 +2489,577 @@ index 06ffff4ee055..ab62c01f8f85 100644
+msgid "Set Title"
+msgstr "Nastaviť titulok"
diff --git a/po/sl.po b/po/sl.po
-index 2335257b8cf4..417872b90c2c 100644
+index eeb90d91..e49a4879 100644
--- a/po/sl.po
+++ b/po/sl.po
-@@ -2699,17 +2699,17 @@ msgstr "_Zapri okno"
- #~ msgid "Default size:"
- #~ msgstr "Privzeta velikost:"
+@@ -2462,557 +2462,14 @@ msgstr "_Zapri okno"
+ msgid "Failed to parse arguments: %s\n"
+ msgstr "Napaka med razčlenjevanjem argumentov: %s\n"
--#~ msgid "Title"
--#~ msgstr "Naslov"
+-#~ msgid "org.gnome.Terminal"
+-#~ msgstr "org.gnome.Terminal"
+msgid "Title"
+msgstr "Naslov"
--#~ msgid "_Title:"
--#~ msgstr "_Naziv:"
+-#~ msgid "Armenian"
+-#~ msgstr "Armenski"
+msgid "_Title:"
+msgstr "_Naziv:"
- #~ msgid "Title and Command"
- #~ msgstr "Naziv in ukaz"
-
--#~ msgid "Set Title"
--#~ msgstr "Določitev naziva okna"
+-#~ msgid "Georgian"
+-#~ msgstr "Gruzijski"
+msgid "Set Title"
+msgstr "Določitev naziva okna"
- #~ msgid "Current Locale"
- #~ msgstr "Trenutne jezikovne nastavitve"
-@@ -2824,3 +2824,6 @@ msgstr "_Zapri okno"
-
- #~ msgid "_Profile Preferences…"
- #~ msgstr "Možnosti _profila ..."
-+
+-#~ msgid "Whether to allow bold text"
+-#~ msgstr "Ali naj se dovoli krepko besedilo"
+-
+-#~ msgid "If true, allow applications in the terminal to make text boldface."
+-#~ msgstr ""
+-#~ "Izbrana možnost omogoča, da programi izpišejo krepko oblikovano besedilo"
+-
+-#~ msgid "Hindi"
+-#~ msgstr "Hindujski"
+-
+-#~ msgid "Persian"
+-#~ msgstr "Perzijski"
+-
+-#~ msgid "Gujarati"
+-#~ msgstr "Gujaratski"
+-
+-#~ msgid "Gurmukhi"
+-#~ msgstr "Gurmukijski"
+-
+-#~ msgid "Icelandic"
+-#~ msgstr "Islandski"
+-
+-#~ msgid "Set _Character Encoding"
+-#~ msgstr "Določi nabor _znakov"
+-
+-#~ msgid "Move Tab _Left"
+-#~ msgstr "Premakni zavihek _levo"
+-
+-#~ msgid "Move Tab _Right"
+-#~ msgstr "Premakni zavihek _desno"
+-
+-#~ msgid "_Detach Tab"
+-#~ msgstr "_Odpni zavihek"
+-
+-#~ msgid "Whether to show menubar in new windows/tabs"
+-#~ msgstr "Ali naj bo v novih oknih ali zavihkih vidna menijska vrstica"
+-
+-#~ msgid "True if the menubar should be shown in new window"
+-#~ msgstr ""
+-#~ "Izbrana možnost določa, da bo v novih oknih prikazana menijska vrstica"
+-
+-#~ msgid "_Quit"
+-#~ msgstr "_Končaj"
+-
+-#~ msgid "Unnamed"
+-#~ msgstr "Neimenovan"
+-
+-#~ msgid "Open in _Midnight Commander"
+-#~ msgstr "Odpri s programom _Midnight Commander"
+-
+-#~ msgid ""
+-#~ "Open the currently selected folder in the terminal file manager Midnight "
+-#~ "Commander"
+-#~ msgstr ""
+-#~ "Odpri trenutno izbrano mapo v terminalu s programom Midnight Commander"
+-
+-#~ msgid ""
+-#~ "Open the currently open folder in the terminal file manager Midnight "
+-#~ "Commander"
+-#~ msgstr ""
+-#~ "Odpri trenutno odprto mapo v terminalu s programom Midnight Commander"
+-
+-#~ msgid "Open _Midnight Commander"
+-#~ msgstr "Odpri program _Midnight Commander"
+-
+-#~ msgid "Open the terminal file manager Midnight Commander"
+-#~ msgstr "V terminalu odpri program Midnight Commander"
+-
+-#~ msgid "Verbose output"
+-#~ msgstr "Podroben izpis"
+-
+-#~ msgid "Output options:"
+-#~ msgstr "Možnosti izpisa:"
+-
+-#~ msgid "Show output options"
+-#~ msgstr "Prikaže možnosti odvoda"
+-
+-#~ msgid "“%s” is not a valid application ID"
+-#~ msgstr "»%s« ni veljaven ID programa"
+-
+-#~ msgid "Server application ID"
+-#~ msgstr "ID programa strežnika"
+-
+-#~ msgid "ID"
+-#~ msgstr "ID"
+-
+-#~ msgid "Show completions"
+-#~ msgstr "Pokaži dopolnjevanje"
+-
+-#~ msgid "Global options:"
+-#~ msgstr "Splošne možnosti:"
+-
+-#~ msgid "Show global options"
+-#~ msgstr "Pokaže splošne možnosti"
+-
+-#~ msgid "FD passing of stdin is not supported"
+-#~ msgstr "Sklic FD na standardni vhod ni podprt"
+-
+-#~ msgid "FD passing of stdout is not supported"
+-#~ msgstr "Sklic FD na standardni izhod ni podprt"
+-
+-#~ msgid "FD passing of stderr is not supported"
+-#~ msgstr "Sklic FD na standardno napako ni podprt"
+-
+-#~ msgid "Invalid argument “%s” to --fd option"
+-#~ msgstr "Neveljaven argument »%s« za možnost --fd"
+-
+-#~ msgid "Forward stdin"
+-#~ msgstr "Posreduj standardni vhod"
+-
+-#~ msgid "Forward stdout"
+-#~ msgstr "Posreduj standardni izhod"
+-
+-#~ msgid "Forward stderr"
+-#~ msgstr "Posreduj standardno napako"
+-
+-#~ msgid "Exec options:"
+-#~ msgstr "Možnosti izvajanja:"
+-
+-#~ msgid "Show exec options"
+-#~ msgstr "Prikaže možnosti izvajanja"
+-
+-#~ msgid "Maximise the window"
+-#~ msgstr "Razpni okno"
+-
+-#~ msgid "Window options:"
+-#~ msgstr "Možnosti okna:"
+-
+-#~ msgid "Show window options"
+-#~ msgstr "Pokaži možnosti okna"
+-
+-#~ msgid "Zoom value “%s” is outside allowed range"
+-#~ msgstr "Vrednost približanja »%s« je izven veljavnega območja"
+-
+-#~ msgid "UUID"
+-#~ msgstr "UUID"
+-
+-#~ msgid "Terminal options:"
+-#~ msgstr "Možnosti terminala:"
+-
+-#~ msgid "Processing options:"
+-#~ msgstr "Možnosti opravil:"
+-
+-#~ msgid "Show processing options"
+-#~ msgstr "Prikaže možnosti opravil"
+-
+-#~ msgid "Missing argument"
+-#~ msgstr "Manjka argument"
+-
+-#~ msgid "Unknown command “%s”"
+-#~ msgstr "Neznan ukaz »%s«"
+-
+-#~ msgid "“%s” needs the command to run as arguments after “--”"
+-#~ msgstr "»%s« zahteva ukaz za zagon ukaza kot argument za '--'"
+-
+-#~ msgid "Extraneous arguments after “--”"
+-#~ msgstr "Dodatni argument za » -- «"
+-
+-#~ msgid "GTerminal"
+-#~ msgstr "GTerminal"
+-
+-#~ msgid "Error processing arguments: %s\n"
+-#~ msgstr "Napaka med obdelavo argumentov: %s\n"
+-
+-#~ msgid "Keyboard shortcut to create a new profile"
+-#~ msgstr "Tipkovna bližnjica za ustvarjanje novega profila"
+-
+-#~ msgid "Keyboard shortcut to open the current profile’s Preferences dialog"
+-#~ msgstr "Tipkovna bližnjica za odpiranje pogovornega okna lastnosti profila"
+-
+-#~ msgid "List of available encodings"
+-#~ msgstr "Seznam razpoložljivih znakovnih naborov"
+-
+-#~ msgid ""
+-#~ "A subset of possible encodings are presented in the Encoding submenu. "
+-#~ "This is a list of encodings to appear there."
+-#~ msgstr ""
+-#~ "Podrejeni izbor razpoložljivih naborov znakov je prikazan v podmeniju "
+-#~ "kodiranja. Seznam je prikazan spodaj."
+-
+-#~ msgid "_Profile used when launching a new terminal:"
+-#~ msgstr "Profil, ki naj se _uporabi ob zagonu novega terminala:"
+-
+-#~ msgid "E_ncodings shown in menu:"
+-#~ msgstr "Nabori _prikazani v meniju:"
+-
+-#~ msgid "Profile Editor"
+-#~ msgstr "Urejevalnik profilov"
+-
+-#~ msgid "_Profile name:"
+-#~ msgstr "Ime _profila:"
+-
+-#~ msgid "_Rewrap on resize"
+-#~ msgstr "_Samodejno prelomi"
+-
+-#~ msgid ""
+-#~ "<b>Note:</b> Terminal applications have these colors available to them."
+-#~ msgstr "<b>Opomba:</b> programi terminala imajo na voljo te barve."
+-
+-#~ msgid ""
+-#~ "<b>Note:</b> These options may cause some applications to behave "
+-#~ "incorrectly. They are only here to allow you to work around certain "
+-#~ "applications and operating systems that expect different terminal "
+-#~ "behavior."
+-#~ msgstr ""
+-#~ "<b>Opomba:</b> Te možnosti lahko vplivajo na nepravilno delovanje "
+-#~ "nekaterih programov. Tu so le zato, da lahko delate z določenimi programi "
+-#~ "in operacijskimi sistemi, ki pričakujejo drugačno delovanje terminala."
+-
+-#~ msgid "New Terminal in New Tab"
+-#~ msgstr "Nov terminal v novem zavihku"
+-
+-#~ msgid "New Terminal in New Window"
+-#~ msgstr "Nov terminal v novem oknu"
+-
+-#~ msgid "Close All Terminals"
+-#~ msgstr "Zapri vsa okna terminala"
+-
+-#~ msgid "Clear Find Highlight"
+-#~ msgstr "Počisti poudarjanje iskanja"
+-
+-#~ msgid "Detach Terminal"
+-#~ msgstr "Odpni terminal"
+-
+-#~ msgid "User Defined"
+-#~ msgstr "Prikrojeno"
+-
+-#~ msgid "Click button to choose profile"
+-#~ msgstr "Kliknite gumb za izbiro profila"
+-
+-#~ msgid "Profile list"
+-#~ msgstr "Seznam profilov"
+-
+-#~ msgid "Show"
+-#~ msgstr "Pokaži"
+-
+-#~ msgid "_Encoding"
+-#~ msgstr "_Nabor znakov"
+-
+-#~ msgid "_Profile Preferences"
+-#~ msgstr "_Možnosti profila"
+-
+-#~ msgid "Switch to this tab"
+-#~ msgstr "Preklopi na ta zavihek"
+-
+-#~ msgid "_%u. %s"
+-#~ msgstr "_%u. %s"
+-
+-#~ msgid "_%c. %s"
+-#~ msgstr "_%c. %s"
+-
+-#~ msgid "Open _Terminal"
+-#~ msgstr "Odpri _terminal"
+-
+-#~ msgid "Open Ta_b"
+-#~ msgstr "Odpri za_vihek"
+-
+-#~ msgid "New _Profile"
+-#~ msgstr "Nov _profil"
+-
+-#~ msgid "_Close All Terminals"
+-#~ msgstr "_Zapri vsa okna terminala"
+-
+-#~ msgid "Pre_ferences"
+-#~ msgstr "_Možnosti"
+-
+-#~ msgid "Find Ne_xt"
+-#~ msgstr "Najdi _naslednje"
+-
+-#~ msgid "Find Pre_vious"
+-#~ msgstr "Najdi _predhodne"
+-
+-#~ msgid "Go to _Line…"
+-#~ msgstr "Skoči v _vrstico ..."
+-
+-#~ msgid "_Incremental Search…"
+-#~ msgstr "_Postopno iskanje ..."
+-
+-#~ msgid "_Add or Remove…"
+-#~ msgstr "_Dodaj ali odstrani ..."
+-
+-#~ msgid "_Next Terminal"
+-#~ msgstr "_Naslednji terminal"
+-
+-#~ msgid ""
+-#~ "Default color of bold text in the terminal, as a color specification (can "
+-#~ "be HTML-style hex digits, or a color name such as \"red\"). This is "
+-#~ "ignored if bold_color_same_as_fg is true."
+-#~ msgstr ""
+-#~ "Privzeta barva krepkega besedila terminala. Določena je lahko kot HTML, "
+-#~ "šestnajstiško ali pa z imenom (\"red\" za rdečo). Možnost je prezrta "
+-#~ "kadar barva krepkega besedila enaka običajnemu besedilu."
+-
+-#~ msgid "_Custom font"
+-#~ msgstr "Pisava po _meri"
+-
+-#~ msgid "_Text color:"
+-#~ msgstr "Barva _besedila:"
+-
+-#~ msgid "_Background color:"
+-#~ msgstr "Barva _ozadja:"
+-
+-#~ msgid "_Same as text color"
+-#~ msgstr "Enako barvi _besedila"
+-
+-#~ msgid "Bol_d color:"
+-#~ msgstr "Barva krepkega besedila:"
+-
+-#~ msgid "Search _backwards"
+-#~ msgstr "Poišči _nazaj"
+-
+-#~ msgid ""
+-#~ "Possible values are \"close\" to close the terminal, and \"restart\" to "
+-#~ "restart the command."
+-#~ msgstr ""
+-#~ "Mogoče vrednosti so \"close\" (zapri) za zapiranje terminala in "
+-#~ "\"restart\" (ponovni zagon) za vnovičen zagon ukaza."
+-
+-#~ msgid "shell;prompt;command;commandline;"
+-#~ msgstr "lupina;ukaz;ukazna vrstica;terminal;"
+-
+-#~ msgid ""
+-#~ "If true, the system login records utmp and wtmp will be updated when the "
+-#~ "command inside the terminal is launched."
+-#~ msgstr ""
+-#~ "Izbrana možnost omogoča, da bosta prijavna zapisa utmp in wtmp "
+-#~ "posodobljena, ko se bo zagnal ukaz znotraj terminala."
+-
+-#~ msgid "_Update login records when command is launched"
+-#~ msgstr "Posodobi prijavne zapise, ko je _ukaz zagnan"
+-
+-#~ msgid "Unknown completion request for \"%s\""
+-#~ msgstr "Neznana zahteva za dokončanje \"%s\""
+-
+-#~ msgid "Missing command"
+-#~ msgstr "Manjka ukaz"
+-
+-#~ msgid "Whether to use a dark theme variant"
+-#~ msgstr "Ali naj se uporabi temna tema okna"
+-
+-#~ msgid "Use _dark theme variant"
+-#~ msgstr "Uporabi _temno temo"
+-
+-#~ msgid "Set the terminal title"
+-#~ msgstr "Nastavi naziv terminala"
+-
+-#~ msgid "_Use the system fixed width font"
+-#~ msgstr "_Uporabi sistemsko pisavo določene širine"
+-
+-#~ msgid "_Font:"
+-#~ msgstr "_Pisava:"
+-
+-#~ msgid "_Unlimited"
+-#~ msgstr "_Neomejeno"
+-
+-#~ msgid ""
+-#~ "Commands:\n"
+-#~ " help Shows this information\n"
+-#~ " run Create a new terminal running the specified command\n"
+-#~ " shell Create a new terminal running the user shell\n"
+-#~ "\n"
+-#~ "Use \"%s COMMAND --help\" to get help on each command.\n"
+-#~ msgstr ""
+-#~ "Ukazi:\n"
+-#~ " help Pokaže podrobnosti pomoči\n"
+-#~ " run Ustvari nov terminalno okno z izvedenim določenim ukazom\n"
+-#~ " shell Ustvari nov terminalno okno z uporabniško lupino\n"
+-#~ "\n"
+-#~ "Uporaba \"%s UKAZ --help\" za več podrobnosti o ukazu.\n"
+-
+-#~ msgid "Be quiet"
+-#~ msgstr "Brez sporočanja"
+-
+-#~ msgid "GNOME Terminal Client"
+-#~ msgstr "Terminalski odjemalec GNOME"
+-
+-#~ msgid "Show server options"
+-#~ msgstr "Pokaže možnosti strežnika"
+-
+-#~ msgctxt "title"
+-#~ msgid "'Terminal'"
+-#~ msgstr "'Terminal'"
+-
+-#~ msgid "Title for terminal"
+-#~ msgstr "Naziv terminala"
+-
+-#~ msgid ""
+-#~ "Title to display for the terminal window or tab. This title may be "
+-#~ "replaced by or combined with the title set by the application inside the "
+-#~ "terminal, depending on the title_mode setting."
+-#~ msgstr ""
+-#~ "Naziv, ki naj bo prikazan v zavihku ali oknu terminala. Naziv lahko "
+-#~ "spremeni program zagnan znotraj terminala, to pa določa ključ title_mode."
+-
+-#~ msgid "Characters that are considered \"part of a word\""
+-#~ msgstr "Znaki, ki pripadajo besedam"
+-
+-#~ msgid ""
+-#~ "When selecting text by word, sequences of these characters are considered "
+-#~ "single words. Ranges can be given as \"A-Z\". Literal hyphen (not "
+-#~ "expressing a range) should be the first character given."
+-#~ msgstr ""
+-#~ "Kadar se izbira besedilo po besedi, se nize teh znakov obravnava kot dele "
+-#~ "besede. Lahko so podani intervali v obliki \"A-Z\". Pomišljaj, ki ne "
+-#~ "predstavlja intervala, mora biti prvi podani znak."
+-
+-#~ msgid "Whether to use custom terminal size for new windows"
+-#~ msgstr "Ali naj se za nova okna uporabi privzeta velikost terminalnega okna"
+-
+-#~ msgid ""
+-#~ "If true, newly created terminal windows will have custom size specified "
+-#~ "by default_size_columns and default_size_rows."
+-#~ msgstr ""
+-#~ "Izbrana možnost omogoča, da bo pri novo ustvarjenem terminalu privzeto "
+-#~ "uporabljena velikost po meri s podatki privzete velikosti stolpcev in "
+-#~ "vrstic."
+-
+-#~ msgid "Default size:"
+-#~ msgstr "Privzeta velikost:"
+-
+-#~ msgid "Title"
+-#~ msgstr "Naslov"
+-
+-#~ msgid "_Title:"
+-#~ msgstr "_Naziv:"
+-
+-#~ msgid "Title and Command"
+-#~ msgstr "Naziv in ukaz"
+-
+-#~ msgid "Set Title"
+-#~ msgstr "Določitev naziva okna"
+-
+-#~ msgid "Current Locale"
+-#~ msgstr "Trenutne jezikovne nastavitve"
+-
+-#~ msgid "Visible only when necessary"
+-#~ msgstr "Vidno po potrebi"
+-
+-#~ msgid "Hidden"
+-#~ msgstr "Skrito"
+-
+-#~ msgid "_About Terminal"
+-#~ msgstr "_O programu"
+-
+-#~ msgid "What to do with dynamic title"
+-#~ msgstr "Kaj narediti z dinamičnim nazivom"
+-
+-#~ msgid ""
+-#~ "If the application in the terminal sets the title (most typically people "
+-#~ "have their shell set up to do this), the dynamically-set title can erase "
+-#~ "the configured title, go before it, go after it, or replace it. The "
+-#~ "possible values are \"replace\", \"before\", \"after\", and \"ignore\"."
+-#~ msgstr ""
+-#~ "V primeru, da program nastavi naziv terminala (to je običajna nastavitev) "
+-#~ "lahko dinamično izbran naziv izbriše prej določeno nastavitev naziva, je "
+-#~ "postavljen pred njim, za njim, ali pa ga zamenja. Možne vrednosti so "
+-#~ "\"replace\" (zamenjaj), \"before\" (pred), \"after\" (za) in "
+-#~ "\"ignore\" (prezri)."
+-
+-#~ msgid "When terminal commands set their o_wn titles:"
+-#~ msgstr "Ko terminalski ukazi določajo lastne naslove:"
+-
+-#~ msgid "The shortcut key “%s” is already bound to the “%s” action"
+-#~ msgstr "Tipkovna bližnjica “%s” je že povezana z dejanjem “%s”"
+-
+-#~ msgid "_Input Methods"
+-#~ msgstr "_Načini vnosa"
+-
+-#~ msgid "Keyboard shortcut to switch to tab 1"
+-#~ msgstr "Tipkovna bližnjica za preklop na zavihek 1"
+-
+-#~ msgid "Keyboard shortcut to switch to tab 2"
+-#~ msgstr "Tipkovna bližnjica za preklop na zavihek 2"
+-
+-#~ msgid "Keyboard shortcut to switch to tab 3"
+-#~ msgstr "Tipkovna bližnjica za preklop na zavihek 3"
+-
+-#~ msgid "Keyboard shortcut to switch to tab 4"
+-#~ msgstr "Tipkovna bližnjica za preklop na zavihek 4"
+-
+-#~ msgid "Keyboard shortcut to switch to tab 5"
+-#~ msgstr "Tipkovna bližnjica za preklop na zavihek 5"
+-
+-#~ msgid "Keyboard shortcut to switch to tab 6"
+-#~ msgstr "Tipkovna bližnjica za preklop na zavihek 6"
+-
+-#~ msgid "Keyboard shortcut to switch to tab 7"
+-#~ msgstr "Tipkovna bližnjica za preklop na zavihek 7"
+-
+-#~ msgid "Keyboard shortcut to switch to tab 8"
+-#~ msgstr "Tipkovna bližnjica za preklop na zavihek 8"
+-
+-#~ msgid "Keyboard shortcut to switch to tab 9"
+-#~ msgstr "Tipkovna bližnjica za preklop na zavihek 9"
+-
+-#~ msgid "Keyboard shortcut to switch to tab 10"
+-#~ msgstr "Tipkovna bližnjica za preklop na zavihek 10"
+-
+-#~ msgid "Keyboard shortcut to switch to tab 11"
+-#~ msgstr "Tipkovna bližnjica za preklop na zavihek 11"
+-
+-#~ msgid "Keyboard shortcut to switch to tab 12"
+-#~ msgstr "Tipkovna bližnjica za preklop na zavihek 12"
+-
+-#~ msgid "Switch to Tab 3"
+-#~ msgstr "Preklopi na zavihek 3"
+-
+-#~ msgid "Switch to Tab 4"
+-#~ msgstr "Preklopi na zavihek 4"
+-
+-#~ msgid "Switch to Tab 5"
+-#~ msgstr "Preklopi na zavihek 5"
+-
+-#~ msgid "Switch to Tab 6"
+-#~ msgstr "Preklopi na zavihek 6"
+-
+-#~ msgid "Switch to Tab 7"
+-#~ msgstr "Preklopi na zavihek 7"
+-
+-#~ msgid "Switch to Tab 8"
+-#~ msgstr "Preklopi na zavihek 8"
+-
+-#~ msgid "Switch to Tab 9"
+-#~ msgstr "Preklopi na zavihek 9"
+-
+-#~ msgid "Switch to Tab 10"
+-#~ msgstr "Preklopi na zavihek 10"
+-
+-#~ msgid "Switch to Tab 11"
+-#~ msgstr "Preklopi na zavihek 11"
+-
+-#~ msgid "Switch to Tab 12"
+-#~ msgstr "Preklopi na zavihek 12"
+-
+-#~ msgid "Keybindings"
+-#~ msgstr "Tipkovne bližnjice"
+-
+-#~ msgid "Foreground, Background, Bold and Underline"
+-#~ msgstr "Pisava, ozadje, krepko in podčrtano besedilo"
+-
+-#~ msgid "New _Profile…"
+-#~ msgstr "Nov _profil ..."
+-
+-#~ msgid "_Profile Preferences…"
+-#~ msgstr "Možnosti _profila ..."
+msgid "Transparent background"
+msgstr "Prosojno ozadje"
diff --git a/po/sq.po b/po/sq.po
-index 158f6cb167cc..a3494fb70bd6 100644
+index 158f6cb1..a3494fb7 100644
--- a/po/sq.po
+++ b/po/sq.po
@@ -225,8 +225,8 @@ msgid "<b>Background</b>"
@@ -2551,10 +3085,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
-index 9b3545059f1f..04d2fb625b4d 100644
+index 25b5d6b9..c625b185 100644
--- a/po/sr.po
+++ b/po/sr.po
-@@ -2719,10 +2719,9 @@ msgstr "_Затвори прозор"
+@@ -2804,10 +2804,9 @@ msgstr "Нисам успео да обрадим аргументе: %s\n"
#~ msgid "GNOME Terminal Client"
#~ msgstr "Клијент Гномовог терминала"
@@ -2568,7 +3102,7 @@ index 9b3545059f1f..04d2fb625b4d 100644
#~ msgid "Title for terminal"
#~ msgstr "Наслов за терминал"
-@@ -2768,11 +2767,11 @@ msgstr "_Затвори прозор"
+@@ -2853,11 +2852,11 @@ msgstr "Нисам успео да обрадим аргументе: %s\n"
#~ msgid "Default size:"
#~ msgstr "Основна величина:"
@@ -2584,7 +3118,7 @@ index 9b3545059f1f..04d2fb625b4d 100644
#~ msgid "Title and Command"
#~ msgstr "Наслов и наредба"
-@@ -2780,8 +2779,8 @@ msgstr "_Затвори прозор"
+@@ -2865,8 +2864,8 @@ msgstr "Нисам успео да обрадим аргументе: %s\n"
#~ msgid "_Unlimited"
#~ msgstr "_Неограничено"
@@ -2595,7 +3129,7 @@ index 9b3545059f1f..04d2fb625b4d 100644
#~ msgid "Current Locale"
#~ msgstr "Текући локалитет"
-@@ -2791,3 +2790,6 @@ msgstr "_Затвори прозор"
+@@ -2876,3 +2875,6 @@ msgstr "Нисам успео да обрадим аргументе: %s\n"
#~ msgid "Hidden"
#~ msgstr "Скривен"
@@ -2603,7 +3137,7 @@ index 9b3545059f1f..04d2fb625b4d 100644
+msgid "Transparent background"
+msgstr "Провидна позадина"
diff --git a/po/sr@latin.po b/po/sr@latin.po
-index 45dbad07fba7..852c47cc6ee5 100644
+index 45dbad07..852c47cc 100644
--- a/po/sr@latin.po
+++ b/po/sr@latin.po
@@ -2576,10 +2576,9 @@ msgstr "_Zatvori prozor"
@@ -2655,10 +3189,10 @@ index 45dbad07fba7..852c47cc6ee5 100644
+msgid "Transparent background"
+msgstr "Providna pozadina"
diff --git a/po/sv.po b/po/sv.po
-index 47810e8ed084..58785b0cb82f 100644
+index 1e4e6054..72450042 100644
--- a/po/sv.po
+++ b/po/sv.po
-@@ -2710,5 +2710,17 @@ msgstr "Stän_g fönster"
+@@ -2839,5 +2839,17 @@ msgstr "Misslyckades med att tolka argument: %s\n"
#~ msgid "Unknown completion request for \"%s\""
#~ msgstr "Okänd kompletteringsbegäran för \"%s\""
@@ -2677,7 +3211,7 @@ index 47810e8ed084..58785b0cb82f 100644
+msgid "_Set Title…"
+msgstr "A_nge titel..."
diff --git a/po/ta.po b/po/ta.po
-index 80aa2f684eec..afd335b0faf0 100644
+index 80aa2f68..afd335b0 100644
--- a/po/ta.po
+++ b/po/ta.po
@@ -2171,10 +2171,9 @@ msgstr "_l சாளரத்தை மூடவும்"
@@ -2744,7 +3278,7 @@ index 80aa2f684eec..afd335b0faf0 100644
#~ msgid "No such profile \"%s\", using default profile\n"
#~ msgstr "\"%s\" என்ற வரியுரு கிடையாது, முன்னிருப்பு வரியுரு பயன்படுத்தப்படும்\n"
diff --git a/po/te.po b/po/te.po
-index 82c0e0fc8f54..0dd3d871f639 100644
+index 82c0e0fc..0dd3d871 100644
--- a/po/te.po
+++ b/po/te.po
@@ -2055,10 +2055,9 @@ msgstr "కిటికీని మూసివేయి (_l)"
@@ -2808,7 +3342,7 @@ index 82c0e0fc8f54..0dd3d871f639 100644
#~ msgid "S_hade transparent or image background:"
#~ msgstr "పారదర్శకంగా మారు లేదా చిత్రము బ్యాక్‌గ్రౌండ్ కు మారు(_h):"
diff --git a/po/tg.po b/po/tg.po
-index e3feef658e1e..6371c036626f 100644
+index e3feef65..6371c036 100644
--- a/po/tg.po
+++ b/po/tg.po
@@ -2158,23 +2158,23 @@ msgstr "П_ӯшонидани равзана"
@@ -2844,7 +3378,7 @@ index e3feef658e1e..6371c036626f 100644
#~ msgid "_Next Tab"
#~ msgstr "_Варақаи навбатӣ"
diff --git a/po/th.po b/po/th.po
-index 63263749655c..496da331bbf9 100644
+index 63263749..496da331 100644
--- a/po/th.po
+++ b/po/th.po
@@ -2308,23 +2308,23 @@ msgstr "ปิ_ดหน้าต่าง"
@@ -2891,13 +3425,13 @@ 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
-index 868ad445e6a4..660225ffd360 100644
+index 371873b2..61f658db 100644
--- a/po/tr.po
+++ b/po/tr.po
-@@ -2703,3 +2703,15 @@ msgstr "_Pencereyi Kapat"
-
- #~ msgid "_Same as text color"
- #~ msgstr "_Metin rengiyle aynı"
+@@ -2467,3 +2467,15 @@ msgstr "_Pencereyi Kapat"
+ #, c-format
+ msgid "Failed to parse arguments: %s\n"
+ msgstr "Bağımsız değişkenler ayrıştırılamadı: %s\n"
+
+msgid "Transparent background"
+msgstr "Şeffaf arkaplan"
@@ -2911,7 +3445,7 @@ index 868ad445e6a4..660225ffd360 100644
+msgid "_Set Title…"
+msgstr "_Başlığı Ata..."
diff --git a/po/ug.po b/po/ug.po
-index 313f76b98eae..be6089762082 100644
+index 313f76b9..be608976 100644
--- a/po/ug.po
+++ b/po/ug.po
@@ -2616,8 +2616,8 @@ msgstr "ماۋزۇ (_T):"
@@ -2926,13 +3460,13 @@ index 313f76b98eae..be6089762082 100644
#~ msgid ""
#~ "You already have a profile called “%s”. Do you want to create another "
diff --git a/po/uk.po b/po/uk.po
-index a7eb5ab5b9c1..9c6667ba0399 100644
+index 6484716b..de2b483d 100644
--- a/po/uk.po
+++ b/po/uk.po
-@@ -2399,3 +2399,18 @@ msgstr ""
- #: src/terminal-window.c:3224
- msgid "C_lose Window"
- msgstr "Закр_ити вікно"
+@@ -2491,3 +2491,18 @@ msgstr "Не вдається визначити аргументи: %s\n"
+
+ #~ msgid "Georgian"
+ #~ msgstr "Грузинське"
+
+msgid "Title"
+msgstr "Заголовок"
@@ -2949,10 +3483,10 @@ index a7eb5ab5b9c1..9c6667ba0399 100644
+msgid "Transparent background"
+msgstr "Прозоре тло"
diff --git a/po/vi.po b/po/vi.po
-index d5f27612f4be..8bb576b6d875 100644
+index 5304429b..af014ff2 100644
--- a/po/vi.po
+++ b/po/vi.po
-@@ -2703,8 +2703,8 @@ msgstr "Đón_g cửa sổ"
+@@ -2852,8 +2852,8 @@ msgstr "Đón_g cửa sổ"
#~ msgid "Default size:"
#~ msgstr "Cỡ mặc định:"
@@ -2963,7 +3497,7 @@ index d5f27612f4be..8bb576b6d875 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:"
-@@ -2715,8 +2715,8 @@ msgstr "Đón_g cửa sổ"
+@@ -2864,8 +2864,8 @@ msgstr "Đón_g cửa sổ"
#~ msgid "_Unlimited"
#~ msgstr "_Không hạn chế"
@@ -2974,7 +3508,7 @@ index d5f27612f4be..8bb576b6d875 100644
#~ msgid "Switch to Tab 3"
#~ msgstr "Chuyển sang Thanh 3"
-@@ -2757,8 +2757,8 @@ msgstr "Đón_g cửa sổ"
+@@ -2906,8 +2906,8 @@ msgstr "Đón_g cửa sổ"
#~ msgid "_Input Methods"
#~ msgstr "K_iểu gõ"
@@ -2985,7 +3519,7 @@ index d5f27612f4be..8bb576b6d875 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"
-@@ -3143,3 +3143,6 @@ msgstr "Đón_g cửa sổ"
+@@ -3292,3 +3292,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."
@@ -2993,7 +3527,7 @@ index d5f27612f4be..8bb576b6d875 100644
+msgid "Transparent background"
+msgstr "Nền trong suốt"
diff --git a/po/wa.po b/po/wa.po
-index 2a29945bbc74..4f1c57c71e94 100644
+index 2a29945b..4f1c57c7 100644
--- a/po/wa.po
+++ b/po/wa.po
@@ -224,8 +224,8 @@ msgid "<b>Background</b>"
@@ -3030,7 +3564,7 @@ index 2a29945bbc74..4f1c57c71e94 100644
#: ../src/terminal-window.c:1020
msgid "Set _Character Encoding"
diff --git a/po/xh.po b/po/xh.po
-index cb78ec67db2d..a4f3b4ddcfb6 100644
+index cb78ec67..a4f3b4dd 100644
--- a/po/xh.po
+++ b/po/xh.po
@@ -217,8 +217,8 @@ msgid "<b>Background</b>"
@@ -3067,10 +3601,10 @@ index cb78ec67db2d..a4f3b4ddcfb6 100644
#: ../src/terminal-window.c:986
msgid "Set _Character Encoding"
diff --git a/po/zh_CN.po b/po/zh_CN.po
-index 76110839f611..c2fd7ce5fd50 100644
+index f68c7ce5..a3be00e1 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
-@@ -2599,17 +2599,17 @@ msgstr "关闭窗口(_L)"
+@@ -2805,17 +2805,17 @@ msgstr "无法处理参数:%s\n"
#~ msgid "Default size:"
#~ msgstr "默认大小:"
@@ -3094,7 +3628,7 @@ index 76110839f611..c2fd7ce5fd50 100644
#~ msgid "Current Locale"
#~ msgstr "当前区域"
-@@ -2722,3 +2722,6 @@ msgstr "关闭窗口(_L)"
+@@ -2928,3 +2928,6 @@ msgstr "无法处理参数:%s\n"
#~ msgid "_Find..."
#~ msgstr "查找(_F)..."
@@ -3102,7 +3636,7 @@ index 76110839f611..c2fd7ce5fd50 100644
+msgid "Transparent background"
+msgstr "透明背景"
diff --git a/po/zh_HK.po b/po/zh_HK.po
-index 61153529f0c7..c366abddd1af 100644
+index 61153529..c366abdd 100644
--- a/po/zh_HK.po
+++ b/po/zh_HK.po
@@ -2114,17 +2114,17 @@ msgstr "關閉視窗(_L)"
@@ -3137,10 +3671,10 @@ index 61153529f0c7..c366abddd1af 100644
+msgid "Transparent background"
+msgstr "透明背景"
diff --git a/po/zh_TW.po b/po/zh_TW.po
-index 0ef3bb80be49..5c162706fa7b 100644
+index d692f648..4bdaac8a 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
-@@ -2710,17 +2710,17 @@ msgstr "關閉視窗(_L)"
+@@ -2735,17 +2735,17 @@ msgstr "關閉視窗(_L)"
#~ msgid "Default size:"
#~ msgstr "預設大小:"
@@ -3164,7 +3698,7 @@ index 0ef3bb80be49..5c162706fa7b 100644
#~ msgid "Current Locale"
#~ msgstr "目前的地區設定"
-@@ -2932,3 +2932,6 @@ msgstr "關閉視窗(_L)"
+@@ -2957,3 +2957,6 @@ msgstr "關閉視窗(_L)"
#~ msgid "Show session management options"
#~ msgstr "顯示作業階段管理選項"
@@ -3172,4 +3706,5 @@ index 0ef3bb80be49..5c162706fa7b 100644
+msgid "Transparent background"
+msgstr "透明背景"
--
-2.24.1
+2.44.0
+