Update to 3.15.92

- Rebase the translations for transparency strings
This commit is contained in:
Debarshi Ray 2015-03-17 13:13:54 +01:00
parent 01b1868497
commit 14c93d7614
4 changed files with 102 additions and 99 deletions

1
.gitignore vendored
View File

@ -48,3 +48,4 @@ gnome-terminal-2.31.3.tar.bz2
/gnome-terminal-3.14.1.tar.xz /gnome-terminal-3.14.1.tar.xz
/gnome-terminal-3.14.2.tar.xz /gnome-terminal-3.14.2.tar.xz
/gnome-terminal-3.15.90.tar.xz /gnome-terminal-3.15.90.tar.xz
/gnome-terminal-3.15.92.tar.xz

View File

@ -1,4 +1,4 @@
From aa7451ad6a9b4ea0f4d624320dba41d69d0cb8c9 Mon Sep 17 00:00:00 2001 From 8ea762f5d96275e322490081d6fe7324484534a1 Mon Sep 17 00:00:00 2001
From: Debarshi Ray <debarshir@gnome.org> From: Debarshi Ray <debarshir@gnome.org>
Date: Mon, 12 May 2014 14:57:18 +0200 Date: Mon, 12 May 2014 14:57:18 +0200
Subject: [PATCH 1/3] Restore transparency Subject: [PATCH 1/3] Restore transparency
@ -44,10 +44,10 @@ index e480155..051bdc4 100644
<!-- Keybinding settings --> <!-- Keybinding settings -->
diff --git a/src/profile-editor.c b/src/profile-editor.c diff --git a/src/profile-editor.c b/src/profile-editor.c
index 8e5732d..dac5341 100644 index 3e8ccaf..f09b6bc 100644
--- a/src/profile-editor.c --- a/src/profile-editor.c
+++ b/src/profile-editor.c +++ b/src/profile-editor.c
@@ -1099,7 +1099,18 @@ terminal_profile_edit (GSettings *profile, @@ -1106,7 +1106,18 @@ terminal_profile_edit (GSettings *profile,
"active-id", "active-id",
G_SETTINGS_BIND_GET | G_SETTINGS_BIND_SET); G_SETTINGS_BIND_GET | G_SETTINGS_BIND_SET);
@ -67,7 +67,7 @@ index 8e5732d..dac5341 100644
terminal_util_dialog_focus_widget (editor, widget_name); terminal_util_dialog_focus_widget (editor, widget_name);
diff --git a/src/profile-preferences.ui b/src/profile-preferences.ui diff --git a/src/profile-preferences.ui b/src/profile-preferences.ui
index 488e777..6f27fe7 100644 index eb2fa26..7f8a471 100644
--- a/src/profile-preferences.ui --- a/src/profile-preferences.ui
+++ b/src/profile-preferences.ui +++ b/src/profile-preferences.ui
@@ -23,6 +23,11 @@ @@ -23,6 +23,11 @@
@ -191,7 +191,7 @@ index 17ffdb2..0fcbf52 100644
#define TERMINAL_SETTING_DEFAULT_SHOW_MENUBAR_KEY "default-show-menubar" #define TERMINAL_SETTING_DEFAULT_SHOW_MENUBAR_KEY "default-show-menubar"
#define TERMINAL_SETTING_ENABLE_MENU_BAR_ACCEL_KEY "menu-accelerator-enabled" #define TERMINAL_SETTING_ENABLE_MENU_BAR_ACCEL_KEY "menu-accelerator-enabled"
diff --git a/src/terminal-screen.c b/src/terminal-screen.c diff --git a/src/terminal-screen.c b/src/terminal-screen.c
index 8813295..62c9f5e 100644 index df3fdde..48174c2 100644
--- a/src/terminal-screen.c --- a/src/terminal-screen.c
+++ b/src/terminal-screen.c +++ b/src/terminal-screen.c
@@ -750,7 +750,9 @@ terminal_screen_profile_changed_cb (GSettings *profile, @@ -750,7 +750,9 @@ terminal_screen_profile_changed_cb (GSettings *profile,
@ -241,7 +241,7 @@ index 8813295..62c9f5e 100644
static void static void
diff --git a/src/terminal-window.c b/src/terminal-window.c diff --git a/src/terminal-window.c b/src/terminal-window.c
index d147ed8..fe9dc7e 100644 index 12cae4f..366e4f8 100644
--- a/src/terminal-window.c --- a/src/terminal-window.c
+++ b/src/terminal-window.c +++ b/src/terminal-window.c
@@ -2549,6 +2549,8 @@ terminal_window_init (TerminalWindow *window) @@ -2549,6 +2549,8 @@ terminal_window_init (TerminalWindow *window)
@ -269,7 +269,7 @@ index d147ed8..fe9dc7e 100644
2.1.0 2.1.0
From 4a8ac3ede3918c5e3a0a23345cc5e62d5fbedec0 Mon Sep 17 00:00:00 2001 From 662fba4310abed796250e7acab64bce7545096df Mon Sep 17 00:00:00 2001
From: Lars Uebernickel <lars.uebernickel@canonical.com> From: Lars Uebernickel <lars.uebernickel@canonical.com>
Date: Wed, 28 May 2014 14:11:02 +0200 Date: Wed, 28 May 2014 14:11:02 +0200
Subject: [PATCH 2/3] window: Make the drawing robust across all themes Subject: [PATCH 2/3] window: Make the drawing robust across all themes
@ -289,7 +289,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=730016
1 file changed, 21 insertions(+) 1 file changed, 21 insertions(+)
diff --git a/src/terminal-window.c b/src/terminal-window.c diff --git a/src/terminal-window.c b/src/terminal-window.c
index fe9dc7e..f239c1d 100644 index 366e4f8..2458656 100644
--- a/src/terminal-window.c --- a/src/terminal-window.c
+++ b/src/terminal-window.c +++ b/src/terminal-window.c
@@ -2189,6 +2189,26 @@ terminal_window_realize (GtkWidget *widget) @@ -2189,6 +2189,26 @@ terminal_window_realize (GtkWidget *widget)
@ -331,7 +331,7 @@ index fe9dc7e..f239c1d 100644
2.1.0 2.1.0
From 682e352be0541c33d63c1d7c4ecebd515773859f Mon Sep 17 00:00:00 2001 From f6a4b0b297d987ce3bc53ade36dae84ab3fad612 Mon Sep 17 00:00:00 2001
From: Debarshi Ray <debarshir@gnome.org> From: Debarshi Ray <debarshir@gnome.org>
Date: Tue, 17 Feb 2015 17:06:17 +0100 Date: Tue, 17 Feb 2015 17:06:17 +0100
Subject: [PATCH 3/3] Restore translations for transparency Subject: [PATCH 3/3] Restore translations for transparency
@ -346,7 +346,7 @@ Subject: [PATCH 3/3] Restore translations for transparency
po/be@latin.po | 4 ++-- po/be@latin.po | 4 ++--
po/bg.po | 3 +++ po/bg.po | 3 +++
po/bn_IN.po | 3 +++ po/bn_IN.po | 3 +++
po/bs.po | 4 ++-- po/bs.po | 4 ++++
po/ca.po | 3 +++ po/ca.po | 3 +++
po/ca@valencia.po | 3 +++ po/ca@valencia.po | 3 +++
po/cs.po | 3 +++ po/cs.po | 3 +++
@ -411,7 +411,7 @@ Subject: [PATCH 3/3] Restore translations for transparency
po/sq.po | 4 ++-- po/sq.po | 4 ++--
po/sr.po | 3 +++ po/sr.po | 3 +++
po/sr@latin.po | 3 +++ po/sr@latin.po | 3 +++
po/sv.po | 4 ++-- po/sv.po | 3 +++
po/ta.po | 4 ++-- po/ta.po | 4 ++--
po/te.po | 4 ++-- po/te.po | 4 ++--
po/th.po | 4 ++-- po/th.po | 4 ++--
@ -424,7 +424,7 @@ Subject: [PATCH 3/3] Restore translations for transparency
po/zh_CN.po | 3 +++ po/zh_CN.po | 3 +++
po/zh_HK.po | 3 +++ po/zh_HK.po | 3 +++
po/zh_TW.po | 3 +++ po/zh_TW.po | 3 +++
87 files changed, 205 insertions(+), 106 deletions(-) 87 files changed, 208 insertions(+), 102 deletions(-)
diff --git a/po/am.po b/po/am.po diff --git a/po/am.po b/po/am.po
index 27a7e96..04a8ad9 100644 index 27a7e96..04a8ad9 100644
@ -528,11 +528,11 @@ index 1e057c7..1d22a58 100644
#: ../src/profile-preferences.glade.h:74 #: ../src/profile-preferences.glade.h:74
msgid "_Update login records when command is launched" msgid "_Update login records when command is launched"
diff --git a/po/bg.po b/po/bg.po diff --git a/po/bg.po b/po/bg.po
index dccd7e0..31ff48c 100644 index 1a0d446..f16200a 100644
--- a/po/bg.po --- a/po/bg.po
+++ b/po/bg.po +++ b/po/bg.po
@@ -2103,3 +2103,6 @@ msgstr "" @@ -2101,3 +2101,6 @@ msgstr ""
#: ../src/terminal-window.c:3645 #: ../src/terminal-window.c:3652
msgid "C_lose Window" msgid "C_lose Window"
msgstr "_Затваряне на този прозорец" msgstr "_Затваряне на този прозорец"
+ +
@ -550,33 +550,33 @@ index c74246a..d65b322 100644
+msgid "Transparent background" +msgid "Transparent background"
+msgstr "স্বচ্চ পটভূমি " +msgstr "স্বচ্চ পটভূমি "
diff --git a/po/bs.po b/po/bs.po diff --git a/po/bs.po b/po/bs.po
index 31db864..e02cd1c 100644 index 49e7108..fccfa86 100644
--- a/po/bs.po --- a/po/bs.po
+++ b/po/bs.po +++ b/po/bs.po
@@ -620,8 +620,8 @@ msgid "_Text color:" @@ -680,6 +680,10 @@ msgstr "Kratica tastature za povećavanje fonta"
msgstr "Boja _teksta:" msgid "Keyboard shortcut to make font smaller"
msgstr "Kratica tastature za smanjivanje fonta"
#: ../src/gnome-terminal.glade2.h:102 +#: ../src/gnome-terminal.glade2.h:102
-msgid "_Transparent background"
-msgstr "_Providna pozadina"
+msgid "Transparent background" +msgid "Transparent background"
+msgstr "Providna pozadina" +msgstr "Providna pozadina"
+
#: ../src/gnome-terminal.glade2.h:103 #: ../src/org.gnome.Terminal.gschema.xml.h:78
msgid "_Update login records when command is launched" msgid "Keyboard shortcut to make font normal-size"
msgstr "Kratica tastature za postavljanje fonta na normalnu veličinu"
diff --git a/po/ca.po b/po/ca.po diff --git a/po/ca.po b/po/ca.po
index 917b700..ab21a12 100644 index 567b344..156eed1 100644
--- a/po/ca.po --- a/po/ca.po
+++ b/po/ca.po +++ b/po/ca.po
@@ -2102,3 +2102,6 @@ msgstr "" @@ -2111,3 +2111,6 @@ msgstr "Tanca la _finestra"
#: ../src/terminal-window.c:3645
msgid "C_lose Window" #~ msgid "Use _dark theme variant"
msgstr "Tanca la _finestra" #~ msgstr "Utilitza la variant de tema _fosc"
+ +
+msgid "Transparent background" +msgid "Transparent background"
+msgstr "Fons transparent" +msgstr "Fons transparent"
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 22917ab..f7a4f48 100644 index 1c279a0..4073f71 100644
--- a/po/ca@valencia.po --- a/po/ca@valencia.po
+++ b/po/ca@valencia.po +++ b/po/ca@valencia.po
@@ -2092,3 +2092,6 @@ msgstr "" @@ -2092,3 +2092,6 @@ msgstr ""
@ -587,11 +587,11 @@ index 22917ab..f7a4f48 100644
+msgid "Transparent background" +msgid "Transparent background"
+msgstr "Fons transparent" +msgstr "Fons transparent"
diff --git a/po/cs.po b/po/cs.po diff --git a/po/cs.po b/po/cs.po
index 75a7cbb..a7b654f 100644 index f1e8c44..912b4df 100644
--- a/po/cs.po --- a/po/cs.po
+++ b/po/cs.po +++ b/po/cs.po
@@ -2062,3 +2062,6 @@ msgstr "" @@ -2063,3 +2063,6 @@ msgstr ""
#: ../src/terminal-window.c:3643 #: ../src/terminal-window.c:3652
msgid "C_lose Window" msgid "C_lose Window"
msgstr "_Zavřít okno" msgstr "_Zavřít okno"
+ +
@ -613,10 +613,10 @@ index 06d0e3c..2491bd1 100644
#: ../src/profile-preferences.glade.h:74 #: ../src/profile-preferences.glade.h:74
msgid "_Update login records when command is launched" msgid "_Update login records when command is launched"
diff --git a/po/da.po b/po/da.po diff --git a/po/da.po b/po/da.po
index a6600c9..c3731b2 100644 index 74b7d0b..af69a6b 100644
--- a/po/da.po --- a/po/da.po
+++ b/po/da.po +++ b/po/da.po
@@ -2971,8 +2971,8 @@ msgstr "_Luk vindue" @@ -2987,8 +2987,8 @@ msgstr "_Luk vindue"
#~ msgid "_Solid color" #~ msgid "_Solid color"
#~ msgstr "_Ensfarvet" #~ msgstr "_Ensfarvet"
@ -628,7 +628,7 @@ index a6600c9..c3731b2 100644
#~ msgid "" #~ msgid ""
#~ "You already have a profile called “%s”. Do you want to create another " #~ "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 61b9fc1..9e91981 100644 index d4ac23f..81c7149 100644
--- a/po/de.po --- a/po/de.po
+++ b/po/de.po +++ b/po/de.po
@@ -3045,8 +3045,8 @@ msgstr "Fenster _schließen" @@ -3045,8 +3045,8 @@ msgstr "Fenster _schließen"
@ -658,10 +658,10 @@ index ecb8fd5..290934a 100644
#: ../src/profile-preferences.glade.h:78 #: ../src/profile-preferences.glade.h:78
#, fuzzy #, fuzzy
diff --git a/po/el.po b/po/el.po diff --git a/po/el.po b/po/el.po
index 8367eae..dc5978d 100644 index b81802c..a32ae26 100644
--- a/po/el.po --- a/po/el.po
+++ b/po/el.po +++ b/po/el.po
@@ -2278,3 +2278,6 @@ msgstr "Κ_λείσιμο παραθύρου" @@ -2289,3 +2289,6 @@ msgstr "Κ_λείσιμο παραθύρου"
#~ msgid "_Input Methods" #~ msgid "_Input Methods"
#~ msgstr "_Μέθοδοι εισαγωγής" #~ msgstr "_Μέθοδοι εισαγωγής"
@ -714,10 +714,10 @@ index 4d38486..69e7113 100644
#~ msgid "S_hade transparent or image background:" #~ msgid "S_hade transparent or image background:"
#~ msgstr "S_hade transparent or image background:" #~ msgstr "S_hade transparent or image background:"
diff --git a/po/es.po b/po/es.po diff --git a/po/es.po b/po/es.po
index e142e44..2eb2155 100644 index be73e63..a0d5e7f 100644
--- a/po/es.po --- a/po/es.po
+++ b/po/es.po +++ b/po/es.po
@@ -3097,8 +3097,8 @@ msgstr "_Cerrar ventana" @@ -3101,8 +3101,8 @@ msgstr "_Cerrar ventana"
#~ msgid "_Solid color" #~ msgid "_Solid color"
#~ msgstr "Color _sólido" #~ msgstr "Color _sólido"
@ -777,13 +777,13 @@ index 3954f3f..11d7e6e 100644
+msgid "Transparent background" +msgid "Transparent background"
+msgstr "Läpinäkyvä tausta" +msgstr "Läpinäkyvä tausta"
diff --git a/po/fr.po b/po/fr.po diff --git a/po/fr.po b/po/fr.po
index 77580d2..cf7190b 100644 index fd28f38..babd28d 100644
--- a/po/fr.po --- a/po/fr.po
+++ b/po/fr.po +++ b/po/fr.po
@@ -2119,3 +2119,6 @@ msgstr "" @@ -2135,3 +2135,6 @@ msgstr "Fermer _la fenêtre"
#: ../src/terminal-window.c:3645
msgid "C_lose Window" #~ msgid "Use _dark theme variant"
msgstr "Fermer _la fenêtre" #~ msgstr "Utiliser une variante de thème _foncée"
+ +
+msgid "Transparent background" +msgid "Transparent background"
+msgstr "Arrière-plan transparent" +msgstr "Arrière-plan transparent"
@ -814,10 +814,10 @@ index 93d5fa9..feb87dc 100644
+msgid "Transparent background" +msgid "Transparent background"
+msgstr "Cúlra trédhearcach" +msgstr "Cúlra trédhearcach"
diff --git a/po/gl.po b/po/gl.po diff --git a/po/gl.po b/po/gl.po
index 9eb9769..37fc735 100644 index 5c5792a..ebad883 100644
--- a/po/gl.po --- a/po/gl.po
+++ b/po/gl.po +++ b/po/gl.po
@@ -3039,8 +3039,8 @@ msgstr "P_echar a xanela" @@ -3055,8 +3055,8 @@ msgstr "P_echar a xanela"
#~ msgid "Background image _scrolls" #~ msgid "Background image _scrolls"
#~ msgstr "A imaxe de fondo _desprázase" #~ msgstr "A imaxe de fondo _desprázase"
@ -844,7 +844,7 @@ index 0bcb195..f72a807 100644
#~ msgid "No such profile \"%s\", using default profile\n" #~ msgid "No such profile \"%s\", using default profile\n"
#~ msgstr "\"%s\" જેવી કોઈ રૂપરેખા નથી, મૂળભૂત રૂપરેખા વાપરી રહ્યા છે\n" #~ msgstr "\"%s\" જેવી કોઈ રૂપરેખા નથી, મૂળભૂત રૂપરેખા વાપરી રહ્યા છે\n"
diff --git a/po/he.po b/po/he.po diff --git a/po/he.po b/po/he.po
index 9c36866..6a161c5 100644 index 0d9dfe0..ff4cc33 100644
--- a/po/he.po --- a/po/he.po
+++ b/po/he.po +++ b/po/he.po
@@ -3007,8 +3007,8 @@ msgstr "סגירת ה_חלון" @@ -3007,8 +3007,8 @@ msgstr "סגירת ה_חלון"
@ -889,10 +889,10 @@ index cb48c52..747cf48 100644
#: ../src/profile-preferences.glade.h:70 #: ../src/profile-preferences.glade.h:70
msgid "_Update login records when command is launched" msgid "_Update login records when command is launched"
diff --git a/po/hu.po b/po/hu.po diff --git a/po/hu.po b/po/hu.po
index f0c897b..2ed253b 100644 index ad585ef..b9a481b 100644
--- a/po/hu.po --- a/po/hu.po
+++ b/po/hu.po +++ b/po/hu.po
@@ -2505,3 +2505,6 @@ msgstr "_Ablak bezárása" @@ -2509,3 +2509,6 @@ msgstr "_Ablak bezárása"
#~ msgid "Background type" #~ msgid "Background type"
#~ msgstr "Háttér típusa" #~ msgstr "Háttér típusa"
@ -965,10 +965,10 @@ index 8415e88..3717b7e 100644
#: ../src/gnome-terminal.glade2.h:87 #: ../src/gnome-terminal.glade2.h:87
diff --git a/po/kk.po b/po/kk.po diff --git a/po/kk.po b/po/kk.po
index 15a28c0..3f7fd7c 100644 index dba7503..f7ac993 100644
--- a/po/kk.po --- a/po/kk.po
+++ b/po/kk.po +++ b/po/kk.po
@@ -2001,3 +2001,6 @@ msgstr "Терезені жа_бу" @@ -2030,3 +2030,6 @@ msgstr "Терезені жа_бу"
#~ msgid "Be quiet" #~ msgid "Be quiet"
#~ msgstr "Тыныш болу" #~ msgstr "Тыныш болу"
@ -987,13 +987,13 @@ index c887f88..e899ef3 100644
+msgid "Transparent background" +msgid "Transparent background"
+msgstr "ಪಾರದರ್ಶಕ ಹಿನ್ನಲೆ" +msgstr "ಪಾರದರ್ಶಕ ಹಿನ್ನಲೆ"
diff --git a/po/ko.po b/po/ko.po diff --git a/po/ko.po b/po/ko.po
index 61ffb3c..a2c9bdf 100644 index 947c613..9d03cdd 100644
--- a/po/ko.po --- a/po/ko.po
+++ b/po/ko.po +++ b/po/ko.po
@@ -2063,3 +2063,6 @@ msgstr "" @@ -2079,3 +2079,6 @@ msgstr "창 닫기(_L)"
#: ../src/terminal-window.c:3645
msgid "C_lose Window" #~ msgid "Use _dark theme variant"
msgstr "창 닫기(_L)" #~ msgstr "어두운 테마 사용(_D)"
+ +
+msgid "Transparent background" +msgid "Transparent background"
+msgstr "투명한 배경" +msgstr "투명한 배경"
@ -1013,18 +1013,18 @@ index 221825b..96e3581 100644
#: ../src/gnome-terminal.glade2.h:87 #: ../src/gnome-terminal.glade2.h:87
msgid "_Update login records when command is launched" msgid "_Update login records when command is launched"
diff --git a/po/lt.po b/po/lt.po diff --git a/po/lt.po b/po/lt.po
index ceae59e..59288f6 100644 index 6189d72..d355f78 100644
--- a/po/lt.po --- a/po/lt.po
+++ b/po/lt.po +++ b/po/lt.po
@@ -2072,3 +2072,6 @@ msgstr "" @@ -2087,3 +2087,6 @@ msgstr "_Užverti langą"
#: ../src/terminal-window.c:3645
msgid "C_lose Window" #~ msgid "Use _dark theme variant"
msgstr "_Užverti langą" #~ msgstr "Nau_doti tamsų temos variantą"
+ +
+msgid "Transparent background" +msgid "Transparent background"
+msgstr "Permatomas fonas" +msgstr "Permatomas fonas"
diff --git a/po/lv.po b/po/lv.po diff --git a/po/lv.po b/po/lv.po
index db25603..43ff9e8 100644 index a50f529..b29541f 100644
--- a/po/lv.po --- a/po/lv.po
+++ b/po/lv.po +++ b/po/lv.po
@@ -3016,8 +3016,8 @@ msgstr "Aizvērt _logu" @@ -3016,8 +3016,8 @@ msgstr "Aizvērt _logu"
@ -1144,7 +1144,7 @@ index 5b663aa..38a2afe 100644
#: ../src/gnome-terminal.glade2.h:103 #: ../src/gnome-terminal.glade2.h:103
msgid "_Update login records when command is launched" msgid "_Update login records when command is launched"
diff --git a/po/nb.po b/po/nb.po diff --git a/po/nb.po b/po/nb.po
index 74525bf..d1fc90b 100644 index 2894433..145589e 100644
--- a/po/nb.po --- a/po/nb.po
+++ b/po/nb.po +++ b/po/nb.po
@@ -2054,3 +2054,6 @@ msgstr "" @@ -2054,3 +2054,6 @@ msgstr ""
@ -1170,7 +1170,7 @@ index 98a1287..94fd757 100644
#: ../src/profile-preferences.glade.h:74 #: ../src/profile-preferences.glade.h:74
msgid "_Update login records when command is launched" msgid "_Update login records when command is launched"
diff --git a/po/ne.po b/po/ne.po diff --git a/po/ne.po b/po/ne.po
index b5041bb..894ed29 100644 index 4fe16cc..d9a90ad 100644
--- a/po/ne.po --- a/po/ne.po
+++ b/po/ne.po +++ b/po/ne.po
@@ -2398,8 +2398,8 @@ msgstr "सञ्झ्याल बन्द गर्नुहोस्" @@ -2398,8 +2398,8 @@ msgstr "सञ्झ्याल बन्द गर्नुहोस्"
@ -1185,7 +1185,7 @@ index b5041bb..894ed29 100644
#~ msgid "_Use the system fixed width font" #~ msgid "_Use the system fixed width font"
#~ msgstr "प्रणाली निश्चित गरिएको फन्ट चौडाइ प्रयोग गर्नुहोस्" #~ msgstr "प्रणाली निश्चित गरिएको फन्ट चौडाइ प्रयोग गर्नुहोस्"
diff --git a/po/nl.po b/po/nl.po diff --git a/po/nl.po b/po/nl.po
index f130c9d..43790ea 100644 index a51720b..111b032 100644
--- a/po/nl.po --- a/po/nl.po
+++ b/po/nl.po +++ b/po/nl.po
@@ -2352,3 +2352,6 @@ msgstr "Venster sl_uiten" @@ -2352,3 +2352,6 @@ msgstr "Venster sl_uiten"
@ -1256,11 +1256,11 @@ index 9c95b66..5e5b8ba 100644
#~ msgid "S/Key Challenge Response" #~ msgid "S/Key Challenge Response"
#~ msgstr "S/ਸਵਿੱਚ ਚੈਲੰਜ਼ ਜਵਾਬ" #~ msgstr "S/ਸਵਿੱਚ ਚੈਲੰਜ਼ ਜਵਾਬ"
diff --git a/po/pl.po b/po/pl.po diff --git a/po/pl.po b/po/pl.po
index 6777466..85b6882d 100644 index ea0254a..f1604a2 100644
--- a/po/pl.po --- a/po/pl.po
+++ b/po/pl.po +++ b/po/pl.po
@@ -2093,3 +2093,6 @@ msgstr "" @@ -2091,3 +2091,6 @@ msgstr ""
#: ../src/terminal-window.c:3645 #: ../src/terminal-window.c:3652
msgid "C_lose Window" msgid "C_lose Window"
msgstr "_Zamknij okno" msgstr "_Zamknij okno"
+ +
@ -1297,10 +1297,10 @@ index 68bb2dd..9078dcb 100644
#~ msgid "S_hade transparent or image background:" #~ msgid "S_hade transparent or image background:"
#~ msgstr "Transparente som_breado ou imagem de fundo:" #~ msgstr "Transparente som_breado ou imagem de fundo:"
diff --git a/po/pt_BR.po b/po/pt_BR.po diff --git a/po/pt_BR.po b/po/pt_BR.po
index 89b63ca..9441126 100644 index 8fac135..b79275c 100644
--- a/po/pt_BR.po --- a/po/pt_BR.po
+++ b/po/pt_BR.po +++ b/po/pt_BR.po
@@ -2850,3 +2850,6 @@ msgstr "_Fechar janela" @@ -2865,3 +2865,6 @@ msgstr "_Fechar janela"
#~ "poderão usar. Essa é a paleta, na forma de uma lista de nomes de cores " #~ "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 " #~ "separada por dois pontos. Os nomes de cores devem estar no formato "
#~ "hexadecimal. Exemplo: \"#FF00FF\"" #~ "hexadecimal. Exemplo: \"#FF00FF\""
@ -1323,11 +1323,11 @@ index 179dd77..f7fc7ae 100644
#: ../src/profile-preferences.glade.h:78 #: ../src/profile-preferences.glade.h:78
msgid "_Underline color:" msgid "_Underline color:"
diff --git a/po/ru.po b/po/ru.po diff --git a/po/ru.po b/po/ru.po
index 8826be2..ce38a7f 100644 index d3b9023..fa6d923 100644
--- a/po/ru.po --- a/po/ru.po
+++ b/po/ru.po +++ b/po/ru.po
@@ -2062,3 +2062,6 @@ msgstr "" @@ -2078,3 +2078,6 @@ msgstr ""
#: ../src/terminal-window.c:3649 #: ../src/terminal-window.c:3652
msgid "C_lose Window" msgid "C_lose Window"
msgstr "_Закрыть окно" msgstr "_Закрыть окно"
+ +
@ -1362,10 +1362,10 @@ index 81dbf65..5cb0e5a 100644
#: ../src/gnome-terminal.glade2.h:87 #: ../src/gnome-terminal.glade2.h:87
msgid "_Update login records when command is launched" msgid "_Update login records when command is launched"
diff --git a/po/sk.po b/po/sk.po diff --git a/po/sk.po b/po/sk.po
index 678b061..f5d9a0f 100644 index 0c6911a..d9d067d 100644
--- a/po/sk.po --- a/po/sk.po
+++ b/po/sk.po +++ b/po/sk.po
@@ -2338,3 +2338,6 @@ msgstr "_Zavrieť okno" @@ -2354,3 +2354,6 @@ msgstr "_Zavrieť okno"
#~ "\n" #~ "\n"
#~ "Viac informácii o jednotlivých príkazoch získate pomocou „%s PRÍKAZ --" #~ "Viac informácii o jednotlivých príkazoch získate pomocou „%s PRÍKAZ --"
#~ "help“.\n" #~ "help“.\n"
@ -1373,7 +1373,7 @@ index 678b061..f5d9a0f 100644
+msgid "Transparent background" +msgid "Transparent background"
+msgstr "Priehľadné pozadie" +msgstr "Priehľadné pozadie"
diff --git a/po/sl.po b/po/sl.po diff --git a/po/sl.po b/po/sl.po
index 3a2a9b7..197723d 100644 index 3a7ee4a..4f6ce0d 100644
--- a/po/sl.po --- a/po/sl.po
+++ b/po/sl.po +++ b/po/sl.po
@@ -2316,3 +2316,6 @@ msgstr "_Zapri okno" @@ -2316,3 +2316,6 @@ msgstr "_Zapri okno"
@ -1399,7 +1399,7 @@ index e59c0b6..6fb4090 100644
#: ../src/gnome-terminal.glade2.h:86 #: ../src/gnome-terminal.glade2.h:86
msgid "_Update login records when command is launched" msgid "_Update login records when command is launched"
diff --git a/po/sr.po b/po/sr.po diff --git a/po/sr.po b/po/sr.po
index e6478cf..2beab9b 100644 index 26c317e..674c469 100644
--- a/po/sr.po --- a/po/sr.po
+++ b/po/sr.po +++ b/po/sr.po
@@ -2080,3 +2080,6 @@ msgstr "_Затвори прозор" @@ -2080,3 +2080,6 @@ msgstr "_Затвори прозор"
@ -1410,7 +1410,7 @@ index e6478cf..2beab9b 100644
+msgid "Transparent background" +msgid "Transparent background"
+msgstr "Провидна позадина" +msgstr "Провидна позадина"
diff --git a/po/sr@latin.po b/po/sr@latin.po diff --git a/po/sr@latin.po b/po/sr@latin.po
index 60c9c1d..adab17f 100644 index 6b55abb..cfe6baa 100644
--- a/po/sr@latin.po --- a/po/sr@latin.po
+++ b/po/sr@latin.po +++ b/po/sr@latin.po
@@ -2082,3 +2082,6 @@ msgstr "_Zatvori prozor" @@ -2082,3 +2082,6 @@ msgstr "_Zatvori prozor"
@ -1421,20 +1421,18 @@ index 60c9c1d..adab17f 100644
+msgid "Transparent background" +msgid "Transparent background"
+msgstr "Providna pozadina" +msgstr "Providna pozadina"
diff --git a/po/sv.po b/po/sv.po diff --git a/po/sv.po b/po/sv.po
index 21ff2b9..0b24314 100644 index 8f64ba2..b0d6fcb 100644
--- a/po/sv.po --- a/po/sv.po
+++ b/po/sv.po +++ b/po/sv.po
@@ -2822,8 +2822,8 @@ msgstr "Stän_g fönster" @@ -2080,5 +2080,8 @@ msgstr "Stän_g fönster"
#~ msgid "Background image _scrolls" #~ msgid "Unknown completion request for \"%s\""
#~ msgstr "Bakgrundsbilden _rullar" #~ msgstr "Okänd kompletteringsbegäran för \"%s\""
-#~ msgid "_Transparent background"
-#~ msgstr "_Genomskinlig bakgrund"
+msgid "Transparent background" +msgid "Transparent background"
+msgstr "Genomskinlig bakgrund" +msgstr "Genomskinlig bakgrund"
+
#~ msgid "S_hade transparent or image background:" #~ msgid "Missing command"
#~ msgstr "För_mörka genomskinlig bakgrund eller bildbakgrund:" #~ msgstr "Kommando saknas"
diff --git a/po/ta.po b/po/ta.po diff --git a/po/ta.po b/po/ta.po
index 80aa2f6..61185b4 100644 index 80aa2f6..61185b4 100644
--- a/po/ta.po --- a/po/ta.po
@ -1507,10 +1505,10 @@ index 1673bb3..e21e61e 100644
#~ msgid "" #~ msgid ""
#~ "You already have a profile called “%s”. Do you want to create another " #~ "You already have a profile called “%s”. Do you want to create another "
diff --git a/po/uk.po b/po/uk.po diff --git a/po/uk.po b/po/uk.po
index af6b833..1667442 100644 index a8db018..414c413 100644
--- a/po/uk.po --- a/po/uk.po
+++ b/po/uk.po +++ b/po/uk.po
@@ -2957,8 +2957,8 @@ msgstr "Закр_ити вікно" @@ -2946,8 +2946,8 @@ msgstr "Закр_ити вікно"
#~ msgid "_Solid color" #~ msgid "_Solid color"
#~ msgstr "_Суцільний колір" #~ msgstr "_Суцільний колір"
@ -1522,10 +1520,10 @@ index af6b833..1667442 100644
#~ msgid "Switch to Tab 2" #~ msgid "Switch to Tab 2"
#~ msgstr "До вкладки 2" #~ msgstr "До вкладки 2"
diff --git a/po/vi.po b/po/vi.po diff --git a/po/vi.po b/po/vi.po
index 029fa17..d27cdf0 100644 index e943917..87846ac 100644
--- a/po/vi.po --- a/po/vi.po
+++ b/po/vi.po +++ b/po/vi.po
@@ -2657,3 +2657,6 @@ msgstr "Đón_g cửa sổ" @@ -2671,3 +2671,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 " #~ "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ị " #~ "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." #~ "tắt), nghĩa là không có phím tắt cho hành động này."
@ -1563,7 +1561,7 @@ index e5981c6..7f9f804 100644
#: ../src/gnome-terminal.glade2.h:103 #: ../src/gnome-terminal.glade2.h:103
msgid "_Update login records when command is launched" msgid "_Update login records when command is launched"
diff --git a/po/zh_CN.po b/po/zh_CN.po diff --git a/po/zh_CN.po b/po/zh_CN.po
index 00a6b21..b9e7e04 100644 index 2f688ae..95d7b20 100644
--- a/po/zh_CN.po --- a/po/zh_CN.po
+++ b/po/zh_CN.po +++ b/po/zh_CN.po
@@ -2266,3 +2266,6 @@ msgstr "关闭窗口(_L)" @@ -2266,3 +2266,6 @@ msgstr "关闭窗口(_L)"
@ -1574,7 +1572,7 @@ index 00a6b21..b9e7e04 100644
+msgid "Transparent background" +msgid "Transparent background"
+msgstr "透明背景" +msgstr "透明背景"
diff --git a/po/zh_HK.po b/po/zh_HK.po diff --git a/po/zh_HK.po b/po/zh_HK.po
index 8ef69ea..ef644ec 100644 index eb0ede7..aceb184 100644
--- a/po/zh_HK.po --- a/po/zh_HK.po
+++ b/po/zh_HK.po +++ b/po/zh_HK.po
@@ -2376,3 +2376,6 @@ msgstr "關閉視窗(_L)" @@ -2376,3 +2376,6 @@ msgstr "關閉視窗(_L)"
@ -1585,10 +1583,10 @@ index 8ef69ea..ef644ec 100644
+msgid "Transparent background" +msgid "Transparent background"
+msgstr "透明背景" +msgstr "透明背景"
diff --git a/po/zh_TW.po b/po/zh_TW.po diff --git a/po/zh_TW.po b/po/zh_TW.po
index 9ffd491..ba6ea35 100644 index e009290..f208482 100644
--- a/po/zh_TW.po --- a/po/zh_TW.po
+++ b/po/zh_TW.po +++ b/po/zh_TW.po
@@ -2376,3 +2376,6 @@ msgstr "關閉視窗(_L)" @@ -2381,3 +2381,6 @@ msgstr "關閉視窗(_L)"
#~ msgid "Show session management options" #~ msgid "Show session management options"
#~ msgstr "顯示作業階段管理選項" #~ msgstr "顯示作業階段管理選項"

View File

@ -7,8 +7,8 @@
Summary: Terminal emulator for GNOME Summary: Terminal emulator for GNOME
Name: gnome-terminal Name: gnome-terminal
Version: 3.15.90 Version: 3.15.92
Release: 2%{?dist} Release: 1%{?dist}
License: GPLv3+ and GFDL License: GPLv3+ and GFDL
Group: User Interface/Desktops Group: User Interface/Desktops
URL: http://www.gnome.org/ URL: http://www.gnome.org/
@ -109,6 +109,10 @@ fi
%{_libdir}/nautilus/extensions-3.0/libterminal-nautilus.so %{_libdir}/nautilus/extensions-3.0/libterminal-nautilus.so
%changelog %changelog
* Tue Mar 17 2015 Debarshi Ray <rishi@fedoraproject.org> - 3.15.92-1
- Update to 3.15.92
- Rebase the translations for transparency strings
* Mon Mar 16 2015 Debarshi Ray <rishi@fedoraproject.org> - 3.15.90-2 * Mon Mar 16 2015 Debarshi Ray <rishi@fedoraproject.org> - 3.15.90-2
- Withdraw the notification on focus-in-event - Withdraw the notification on focus-in-event

View File

@ -1 +1 @@
3bef6f12fb46340989981a8535353e90 gnome-terminal-3.15.90.tar.xz c97dd6f9532f652434e0d4455df3861c gnome-terminal-3.15.92.tar.xz