[Xfce4-commits] [apps/catfish] 01/01: Switch to a Stack/Switcher on the Preferences dialog, apply a few focus improvements
noreply at xfce.org
noreply at xfce.org
Wed Jan 1 14:13:31 CET 2020
This is an automated email from the git hooks/post-receive script.
b l u e s a b r e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository apps/catfish.
commit 407cf89cbd713d453c7b6e445ba7e8dd61b434bd
Author: Sean Davis <smd.seandavis at gmail.com>
Date: Wed Jan 1 08:13:25 2020 -0500
Switch to a Stack/Switcher on the Preferences dialog, apply a few focus improvements
---
data/ui/CatfishPreferences.ui | 73 +++++++++++++++++--------------------------
po/be.po | 8 ++---
po/bg.po | 4 +--
po/ca.po | 8 ++---
po/catfish.pot | 6 ++--
po/cs.po | 8 ++---
po/da.po | 8 ++---
po/de.po | 8 ++---
po/es.po | 8 ++---
po/eu.po | 6 ++--
po/fr.po | 8 ++---
po/gl.po | 8 ++---
po/hr.po | 8 ++---
po/hu.po | 8 ++---
po/ie.po | 8 ++---
po/it.po | 8 ++---
po/ja.po | 8 ++---
po/ko.po | 8 ++---
po/lt.po | 8 ++---
po/ms.po | 8 ++---
po/nb.po | 8 ++---
po/nl.po | 6 ++--
po/pl.po | 8 ++---
po/pt.po | 8 ++---
po/pt_BR.po | 8 ++---
po/ru.po | 8 ++---
po/sk.po | 6 ++--
po/sl.po | 6 ++--
po/sq.po | 8 ++---
po/sr.po | 8 ++---
po/th.po | 8 ++---
po/tr.po | 8 ++---
po/zh_CN.po | 8 ++---
po/zh_TW.po | 8 ++---
34 files changed, 153 insertions(+), 170 deletions(-)
diff --git a/data/ui/CatfishPreferences.ui b/data/ui/CatfishPreferences.ui
index 5374d52..6c4a846 100644
--- a/data/ui/CatfishPreferences.ui
+++ b/data/ui/CatfishPreferences.ui
@@ -3,26 +3,26 @@
<interface>
<requires lib="gtk+" version="3.20"/>
<requires lib="catfish_preferences" version="1.0"/>
- <object class="GtkListStore" id="liststore1">
- <columns>
- <!-- column-name path -->
- <column type="gchararray"/>
- </columns>
- </object>
<object class="CatfishPrefsDialog" id="catfish_preferences">
<property name="can_focus">False</property>
<property name="title" translatable="yes">Catfish Preferences</property>
- <property name="default_width">500</property>
- <property name="default_height">400</property>
+ <property name="default_width">400</property>
+ <property name="default_height">310</property>
<property name="icon_name">catfish</property>
<property name="type_hint">dialog</property>
<child type="titlebar">
<object class="GtkHeaderBar" id="hbar">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="title" translatable="yes">Catfish Preferences</property>
<property name="show_close_button">True</property>
<property name="decoration_layout">:close</property>
+ <child type="title">
+ <object class="GtkStackSwitcher" id="catfish_prefs_stack_switcher">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="stack">catfish_prefs_stack</property>
+ </object>
+ </child>
</object>
</child>
<action-widgets>
@@ -59,15 +59,15 @@
</packing>
</child>
<child>
- <object class="GtkNotebook" id="catfish_prefs_notebook">
+ <object class="GtkStack" id="catfish_prefs_stack">
<property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="border_width">6</property>
+ <property name="can_focus">False</property>
+ <property name="border_width">12</property>
+ <property name="transition_type">slide-left-right</property>
<child>
<object class="GtkBox" id="catfish_prefs_notebook_layout">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="border_width">12</property>
<property name="orientation">vertical</property>
<property name="spacing">18</property>
<child>
@@ -97,13 +97,13 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
- <property name="active">True</property>
<property name="draw_indicator">False</property>
<signal name="toggled" handler="on_wl_titlebar_toggled" swapped="no"/>
<child>
<object class="GtkBox" id="wl_titlebar_box">
<property name="visible">True</property>
- <property name="can_focus">False</property>
+ <property name="can_focus">True</property>
+ <property name="has_focus">True</property>
<property name="orientation">vertical</property>
<property name="spacing">6</property>
<child>
@@ -148,13 +148,12 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
- <property name="active">True</property>
<property name="draw_indicator">False</property>
<property name="group">wl_titlebar</property>
<child>
<object class="GtkBox" id="wl_headerbar_box">
<property name="visible">True</property>
- <property name="can_focus">False</property>
+ <property name="can_focus">True</property>
<property name="orientation">vertical</property>
<property name="spacing">6</property>
<child>
@@ -330,23 +329,15 @@
</packing>
</child>
</object>
- </child>
- <child type="tab">
- <object class="GtkLabel" id="catfish_prefs_notebook_tab1">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label" translatable="yes">_Appearance</property>
- <property name="use_underline">True</property>
- </object>
<packing>
- <property name="tab_fill">False</property>
+ <property name="name">appearance</property>
+ <property name="title" translatable="yes">Appearance</property>
</packing>
</child>
<child>
<object class="GtkBox" id="catfish_prefs_advanced_layout">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="border_width">12</property>
<property name="orientation">vertical</property>
<property name="spacing">18</property>
<child>
@@ -375,6 +366,8 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="model">liststore1</property>
+ <property name="enable_search">False</property>
+ <property name="search_column">0</property>
<child internal-child="selection">
<object class="GtkTreeSelection" id="exclude_treeview_sel"/>
</child>
@@ -520,27 +513,11 @@
</child>
</object>
<packing>
+ <property name="name">advanced</property>
+ <property name="title" translatable="yes">Advanced</property>
<property name="position">1</property>
</packing>
</child>
- <child type="tab">
- <object class="GtkLabel" id="catfish_prefs_notebook_tab2">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label" translatable="yes">A_dvanced</property>
- <property name="use_underline">True</property>
- </object>
- <packing>
- <property name="position">1</property>
- <property name="tab_fill">False</property>
- </packing>
- </child>
- <child>
- <placeholder/>
- </child>
- <child type="tab">
- <placeholder/>
- </child>
</object>
<packing>
<property name="expand">True</property>
@@ -560,4 +537,10 @@
<widget name="wl_headerbar_visible"/>
</widgets>
</object>
+ <object class="GtkListStore" id="liststore1">
+ <columns>
+ <!-- column-name path -->
+ <column type="gchararray"/>
+ </columns>
+ </object>
</interface>
diff --git a/po/be.po b/po/be.po
index ae8d4d0..a62f4f3 100644
--- a/po/be.po
+++ b/po/be.po
@@ -82,8 +82,8 @@ msgid "Display Options"
msgstr "Параметры адлюстравання"
#: ../data/ui/CatfishPreferences.ui.h:10
-msgid "_Appearance"
-msgstr "_Выгляд"
+msgid "Appearance"
+msgstr "Выгляд"
#: ../data/ui/CatfishPreferences.ui.h:11
msgid "Path"
@@ -118,8 +118,8 @@ msgid "Miscellaneous"
msgstr "Рознае"
#: ../data/ui/CatfishPreferences.ui.h:19
-msgid "A_dvanced"
-msgstr "_Дадаткова"
+msgid "Advanced"
+msgstr "Дадаткова"
#: ../data/ui/CatfishWindow.ui.h:1
msgid "_Open"
diff --git a/po/bg.po b/po/bg.po
index c8e6e71..c9a654d 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -85,7 +85,7 @@ msgid "Display Options"
msgstr "Показване на опциите"
#: ../data/ui/CatfishPreferences.ui.h:10
-msgid "_Appearance"
+msgid "Appearance"
msgstr "Външен вид"
#: ../data/ui/CatfishPreferences.ui.h:11
@@ -121,7 +121,7 @@ msgid "Miscellaneous"
msgstr "Разни"
#: ../data/ui/CatfishPreferences.ui.h:19
-msgid "A_dvanced"
+msgid "Advanced"
msgstr "Разширени"
#: ../data/ui/CatfishWindow.ui.h:1
diff --git a/po/ca.po b/po/ca.po
index 0cf243b..4be4321 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -84,8 +84,8 @@ msgid "Display Options"
msgstr "Opcions de visualització"
#: ../data/ui/CatfishPreferences.ui.h:10
-msgid "_Appearance"
-msgstr "_Aparença"
+msgid "Appearance"
+msgstr "Aparença"
#: ../data/ui/CatfishPreferences.ui.h:11
msgid "Path"
@@ -120,8 +120,8 @@ msgid "Miscellaneous"
msgstr "Miscel·lània"
#: ../data/ui/CatfishPreferences.ui.h:19
-msgid "A_dvanced"
-msgstr "A_vançat"
+msgid "Advanced"
+msgstr "Avançat"
#: ../data/ui/CatfishWindow.ui.h:1
msgid "_Open"
diff --git a/po/catfish.pot b/po/catfish.pot
index 3a2d884..34869c5 100644
--- a/po/catfish.pot
+++ b/po/catfish.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-12-28 16:24-0500\n"
+"POT-Creation-Date: 2020-01-01 08:11-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
"Language-Team: LANGUAGE <LL at li.org>\n"
@@ -72,7 +72,7 @@ msgid "Display Options"
msgstr ""
#: ../data/ui/CatfishPreferences.ui.h:10
-msgid "_Appearance"
+msgid "Appearance"
msgstr ""
#: ../data/ui/CatfishPreferences.ui.h:11
@@ -108,7 +108,7 @@ msgid "Miscellaneous"
msgstr ""
#: ../data/ui/CatfishPreferences.ui.h:19
-msgid "A_dvanced"
+msgid "Advanced"
msgstr ""
#: ../data/ui/CatfishWindow.ui.h:1
diff --git a/po/cs.po b/po/cs.po
index cbf70a0..b6fb1f1 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -85,8 +85,8 @@ msgid "Display Options"
msgstr "Možnosti displeje"
#: ../data/ui/CatfishPreferences.ui.h:10
-msgid "_Appearance"
-msgstr "_Vzhled"
+msgid "Appearance"
+msgstr "Vzhled"
#: ../data/ui/CatfishPreferences.ui.h:11
msgid "Path"
@@ -121,8 +121,8 @@ msgid "Miscellaneous"
msgstr "Ostatní"
#: ../data/ui/CatfishPreferences.ui.h:19
-msgid "A_dvanced"
-msgstr "Po_kročilé"
+msgid "Advanced"
+msgstr "Pokročilé"
#: ../data/ui/CatfishWindow.ui.h:1
msgid "_Open"
diff --git a/po/da.po b/po/da.po
index 53d47b4..c45c59e 100644
--- a/po/da.po
+++ b/po/da.po
@@ -83,8 +83,8 @@ msgid "Display Options"
msgstr "Vis valgmuligheder"
#: ../data/ui/CatfishPreferences.ui.h:10
-msgid "_Appearance"
-msgstr "_Udseende"
+msgid "Appearance"
+msgstr "Udseende"
#: ../data/ui/CatfishPreferences.ui.h:11
msgid "Path"
@@ -119,8 +119,8 @@ msgid "Miscellaneous"
msgstr "Diverse"
#: ../data/ui/CatfishPreferences.ui.h:19
-msgid "A_dvanced"
-msgstr "_Avanceret"
+msgid "Advanced"
+msgstr "Avanceret"
#: ../data/ui/CatfishWindow.ui.h:1
msgid "_Open"
diff --git a/po/de.po b/po/de.po
index 9d225d8..a53dcb8 100644
--- a/po/de.po
+++ b/po/de.po
@@ -86,8 +86,8 @@ msgid "Display Options"
msgstr "Anzeigeoptionen"
#: ../data/ui/CatfishPreferences.ui.h:10
-msgid "_Appearance"
-msgstr "A_ussehen"
+msgid "Appearance"
+msgstr "Aussehen"
#: ../data/ui/CatfishPreferences.ui.h:11
msgid "Path"
@@ -122,8 +122,8 @@ msgid "Miscellaneous"
msgstr "Sonstiges"
#: ../data/ui/CatfishPreferences.ui.h:19
-msgid "A_dvanced"
-msgstr "_Erweitert"
+msgid "Advanced"
+msgstr "Erweitert"
#: ../data/ui/CatfishWindow.ui.h:1
msgid "_Open"
diff --git a/po/es.po b/po/es.po
index 954b9cf..1e8d96d 100644
--- a/po/es.po
+++ b/po/es.po
@@ -88,8 +88,8 @@ msgid "Display Options"
msgstr "Opciones de visualización"
#: ../data/ui/CatfishPreferences.ui.h:10
-msgid "_Appearance"
-msgstr "_Apariencia"
+msgid "Appearance"
+msgstr "Apariencia"
#: ../data/ui/CatfishPreferences.ui.h:11
msgid "Path"
@@ -124,8 +124,8 @@ msgid "Miscellaneous"
msgstr "Miscelánea"
#: ../data/ui/CatfishPreferences.ui.h:19
-msgid "A_dvanced"
-msgstr "A_vanzado"
+msgid "Advanced"
+msgstr "Avanzado"
#: ../data/ui/CatfishWindow.ui.h:1
msgid "_Open"
diff --git a/po/eu.po b/po/eu.po
index 70f4b7c..0242e76 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -84,8 +84,8 @@ msgid "Display Options"
msgstr "Aukerak erakutsi"
#: ../data/ui/CatfishPreferences.ui.h:10
-msgid "_Appearance"
-msgstr "_Itxura"
+msgid "Appearance"
+msgstr "Itxura"
#: ../data/ui/CatfishPreferences.ui.h:11
msgid "Path"
@@ -120,7 +120,7 @@ msgid "Miscellaneous"
msgstr "Bestelakoak"
#: ../data/ui/CatfishPreferences.ui.h:19
-msgid "A_dvanced"
+msgid "Advanced"
msgstr "Aurreratua"
#: ../data/ui/CatfishWindow.ui.h:1
diff --git a/po/fr.po b/po/fr.po
index 95b077b..a5b1a40 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -91,8 +91,8 @@ msgid "Display Options"
msgstr "Options d’affichage"
#: ../data/ui/CatfishPreferences.ui.h:10
-msgid "_Appearance"
-msgstr "_Apparence"
+msgid "Appearance"
+msgstr "Apparence"
#: ../data/ui/CatfishPreferences.ui.h:11
msgid "Path"
@@ -127,8 +127,8 @@ msgid "Miscellaneous"
msgstr "Divers"
#: ../data/ui/CatfishPreferences.ui.h:19
-msgid "A_dvanced"
-msgstr "A_vancé"
+msgid "Advanced"
+msgstr "Avancé"
#: ../data/ui/CatfishWindow.ui.h:1
msgid "_Open"
diff --git a/po/gl.po b/po/gl.po
index b33dcd5..b52a142 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -84,8 +84,8 @@ msgid "Display Options"
msgstr "Opcións de visualización"
#: ../data/ui/CatfishPreferences.ui.h:10
-msgid "_Appearance"
-msgstr "_Aparencia"
+msgid "Appearance"
+msgstr "Aparencia"
#: ../data/ui/CatfishPreferences.ui.h:11
msgid "Path"
@@ -120,8 +120,8 @@ msgid "Miscellaneous"
msgstr "Miscelánea"
#: ../data/ui/CatfishPreferences.ui.h:19
-msgid "A_dvanced"
-msgstr "_Avanzado"
+msgid "Advanced"
+msgstr "Avanzado"
#: ../data/ui/CatfishWindow.ui.h:1
msgid "_Open"
diff --git a/po/hr.po b/po/hr.po
index fb9b353..06af72e 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -86,8 +86,8 @@ msgid "Display Options"
msgstr "Opcije prikaza"
#: ../data/ui/CatfishPreferences.ui.h:10
-msgid "_Appearance"
-msgstr "_Izgled"
+msgid "Appearance"
+msgstr "Izgled"
#: ../data/ui/CatfishPreferences.ui.h:11
msgid "Path"
@@ -122,8 +122,8 @@ msgid "Miscellaneous"
msgstr "Razno"
#: ../data/ui/CatfishPreferences.ui.h:19
-msgid "A_dvanced"
-msgstr "N_apredno"
+msgid "Advanced"
+msgstr "Napredno"
#: ../data/ui/CatfishWindow.ui.h:1
msgid "_Open"
diff --git a/po/hu.po b/po/hu.po
index 94045c4..83bb12f 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -85,8 +85,8 @@ msgid "Display Options"
msgstr "Megjelenítési beállítások"
#: ../data/ui/CatfishPreferences.ui.h:10
-msgid "_Appearance"
-msgstr "_Megjelenés"
+msgid "Appearance"
+msgstr "Megjelenés"
#: ../data/ui/CatfishPreferences.ui.h:11
msgid "Path"
@@ -121,8 +121,8 @@ msgid "Miscellaneous"
msgstr "Egyéb"
#: ../data/ui/CatfishPreferences.ui.h:19
-msgid "A_dvanced"
-msgstr "_Speciális"
+msgid "Advanced"
+msgstr "Speciális"
#: ../data/ui/CatfishWindow.ui.h:1
msgid "_Open"
diff --git a/po/ie.po b/po/ie.po
index f9d6ce2..56f0a2e 100644
--- a/po/ie.po
+++ b/po/ie.po
@@ -81,8 +81,8 @@ msgid "Display Options"
msgstr ""
#: ../data/ui/CatfishPreferences.ui.h:10
-msgid "_Appearance"
-msgstr "_Aspecte"
+msgid "Appearance"
+msgstr "Aspecte"
#: ../data/ui/CatfishPreferences.ui.h:11
msgid "Path"
@@ -117,8 +117,8 @@ msgid "Miscellaneous"
msgstr "Diversi"
#: ../data/ui/CatfishPreferences.ui.h:19
-msgid "A_dvanced"
-msgstr "A_vansat"
+msgid "Advanced"
+msgstr "Avansat"
#: ../data/ui/CatfishWindow.ui.h:1
msgid "_Open"
diff --git a/po/it.po b/po/it.po
index d32a00c..3802554 100644
--- a/po/it.po
+++ b/po/it.po
@@ -84,8 +84,8 @@ msgid "Display Options"
msgstr "Opzioni di visualizzazione"
#: ../data/ui/CatfishPreferences.ui.h:10
-msgid "_Appearance"
-msgstr "_Aspetto"
+msgid "Appearance"
+msgstr "Aspetto"
#: ../data/ui/CatfishPreferences.ui.h:11
msgid "Path"
@@ -120,8 +120,8 @@ msgid "Miscellaneous"
msgstr "Varie"
#: ../data/ui/CatfishPreferences.ui.h:19
-msgid "A_dvanced"
-msgstr "A_vanzate"
+msgid "Advanced"
+msgstr "Avanzate"
#: ../data/ui/CatfishWindow.ui.h:1
msgid "_Open"
diff --git a/po/ja.po b/po/ja.po
index 63d4661..4a7cc41 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -85,8 +85,8 @@ msgid "Display Options"
msgstr "表示オプション"
#: ../data/ui/CatfishPreferences.ui.h:10
-msgid "_Appearance"
-msgstr "外観(_A)"
+msgid "Appearance"
+msgstr "外観"
#: ../data/ui/CatfishPreferences.ui.h:11
msgid "Path"
@@ -121,8 +121,8 @@ msgid "Miscellaneous"
msgstr "その他"
#: ../data/ui/CatfishPreferences.ui.h:19
-msgid "A_dvanced"
-msgstr "高度な設定(_D)"
+msgid "Advanced"
+msgstr "高度な設定"
#: ../data/ui/CatfishWindow.ui.h:1
msgid "_Open"
diff --git a/po/ko.po b/po/ko.po
index dab5cc0..23d0360 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -85,8 +85,8 @@ msgid "Display Options"
msgstr "표시 옵션"
#: ../data/ui/CatfishPreferences.ui.h:10
-msgid "_Appearance"
-msgstr "모양새(_A)"
+msgid "Appearance"
+msgstr "모양새"
#: ../data/ui/CatfishPreferences.ui.h:11
msgid "Path"
@@ -121,8 +121,8 @@ msgid "Miscellaneous"
msgstr "기타"
#: ../data/ui/CatfishPreferences.ui.h:19
-msgid "A_dvanced"
-msgstr "고급(_D)"
+msgid "Advanced"
+msgstr "고급"
#: ../data/ui/CatfishWindow.ui.h:1
msgid "_Open"
diff --git a/po/lt.po b/po/lt.po
index 794e2c1..75d4659 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -85,8 +85,8 @@ msgid "Display Options"
msgstr "Rodymo parametrai"
#: ../data/ui/CatfishPreferences.ui.h:10
-msgid "_Appearance"
-msgstr "_Išvaizda"
+msgid "Appearance"
+msgstr "Išvaizda"
#: ../data/ui/CatfishPreferences.ui.h:11
msgid "Path"
@@ -121,8 +121,8 @@ msgid "Miscellaneous"
msgstr "Įvairūs"
#: ../data/ui/CatfishPreferences.ui.h:19
-msgid "A_dvanced"
-msgstr "Išplės_tiniai"
+msgid "Advanced"
+msgstr "Išplėstiniai"
#: ../data/ui/CatfishWindow.ui.h:1
msgid "_Open"
diff --git a/po/ms.po b/po/ms.po
index 7a66565..a0337e4 100644
--- a/po/ms.po
+++ b/po/ms.po
@@ -83,8 +83,8 @@ msgid "Display Options"
msgstr "Pilihan Paparan"
#: ../data/ui/CatfishPreferences.ui.h:10
-msgid "_Appearance"
-msgstr "Penampi_lan"
+msgid "Appearance"
+msgstr "Penampilan"
#: ../data/ui/CatfishPreferences.ui.h:11
msgid "Path"
@@ -119,8 +119,8 @@ msgid "Miscellaneous"
msgstr "Pelbagai"
#: ../data/ui/CatfishPreferences.ui.h:19
-msgid "A_dvanced"
-msgstr "_Lanjutan"
+msgid "Advanced"
+msgstr "Lanjutan"
#: ../data/ui/CatfishWindow.ui.h:1
msgid "_Open"
diff --git a/po/nb.po b/po/nb.po
index fc0e3bc..93dddde 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -85,8 +85,8 @@ msgid "Display Options"
msgstr "Visningsinnstillinger"
#: ../data/ui/CatfishPreferences.ui.h:10
-msgid "_Appearance"
-msgstr "_Utseende"
+msgid "Appearance"
+msgstr "Utseende"
#: ../data/ui/CatfishPreferences.ui.h:11
msgid "Path"
@@ -121,8 +121,8 @@ msgid "Miscellaneous"
msgstr "Ymse"
#: ../data/ui/CatfishPreferences.ui.h:19
-msgid "A_dvanced"
-msgstr "A_vansert"
+msgid "Advanced"
+msgstr "Avansert"
#: ../data/ui/CatfishWindow.ui.h:1
msgid "_Open"
diff --git a/po/nl.po b/po/nl.po
index 2c0a31a..cfc4364 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -86,8 +86,8 @@ msgid "Display Options"
msgstr "Weergaveopties"
#: ../data/ui/CatfishPreferences.ui.h:10
-msgid "_Appearance"
-msgstr "_Uiterlijk"
+msgid "Appearance"
+msgstr "Uiterlijk"
#: ../data/ui/CatfishPreferences.ui.h:11
msgid "Path"
@@ -122,7 +122,7 @@ msgid "Miscellaneous"
msgstr "Varia"
#: ../data/ui/CatfishPreferences.ui.h:19
-msgid "A_dvanced"
+msgid "Advanced"
msgstr "Geavanceerd"
#: ../data/ui/CatfishWindow.ui.h:1
diff --git a/po/pl.po b/po/pl.po
index eb187e8..84518c9 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -86,8 +86,8 @@ msgid "Display Options"
msgstr "Opcje wyświetlania"
#: ../data/ui/CatfishPreferences.ui.h:10
-msgid "_Appearance"
-msgstr "_Wygląd"
+msgid "Appearance"
+msgstr "Wygląd"
#: ../data/ui/CatfishPreferences.ui.h:11
msgid "Path"
@@ -122,8 +122,8 @@ msgid "Miscellaneous"
msgstr "Różne"
#: ../data/ui/CatfishPreferences.ui.h:19
-msgid "A_dvanced"
-msgstr "Z_aawansowane"
+msgid "Advanced"
+msgstr "Zaawansowane"
#: ../data/ui/CatfishWindow.ui.h:1
msgid "_Open"
diff --git a/po/pt.po b/po/pt.po
index 3b4a576..89747f5 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -87,8 +87,8 @@ msgid "Display Options"
msgstr "Opções de exibição"
#: ../data/ui/CatfishPreferences.ui.h:10
-msgid "_Appearance"
-msgstr "_Aparência"
+msgid "Appearance"
+msgstr "Aparência"
#: ../data/ui/CatfishPreferences.ui.h:11
msgid "Path"
@@ -123,8 +123,8 @@ msgid "Miscellaneous"
msgstr "Diversos"
#: ../data/ui/CatfishPreferences.ui.h:19
-msgid "A_dvanced"
-msgstr "A_vançado"
+msgid "Advanced"
+msgstr "Avançado"
#: ../data/ui/CatfishWindow.ui.h:1
msgid "_Open"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index adb925f..9c99c0a 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -87,8 +87,8 @@ msgid "Display Options"
msgstr "Opções de exibição"
#: ../data/ui/CatfishPreferences.ui.h:10
-msgid "_Appearance"
-msgstr "_Aparência"
+msgid "Appearance"
+msgstr "Aparência"
#: ../data/ui/CatfishPreferences.ui.h:11
msgid "Path"
@@ -123,8 +123,8 @@ msgid "Miscellaneous"
msgstr "Diversos"
#: ../data/ui/CatfishPreferences.ui.h:19
-msgid "A_dvanced"
-msgstr "A_vançado"
+msgid "Advanced"
+msgstr "Avançado"
#: ../data/ui/CatfishWindow.ui.h:1
msgid "_Open"
diff --git a/po/ru.po b/po/ru.po
index 12292f3..c227fa4 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -86,8 +86,8 @@ msgid "Display Options"
msgstr "Настройки отображения"
#: ../data/ui/CatfishPreferences.ui.h:10
-msgid "_Appearance"
-msgstr "_Вид"
+msgid "Appearance"
+msgstr "Вид"
#: ../data/ui/CatfishPreferences.ui.h:11
msgid "Path"
@@ -122,8 +122,8 @@ msgid "Miscellaneous"
msgstr "Разное"
#: ../data/ui/CatfishPreferences.ui.h:19
-msgid "A_dvanced"
-msgstr "До_полнительно"
+msgid "Advanced"
+msgstr "Дополнительно"
#: ../data/ui/CatfishWindow.ui.h:1
msgid "_Open"
diff --git a/po/sk.po b/po/sk.po
index c1eb56e..45d82b6 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -84,8 +84,8 @@ msgid "Display Options"
msgstr ""
#: ../data/ui/CatfishPreferences.ui.h:10
-msgid "_Appearance"
-msgstr "_Vzhľad"
+msgid "Appearance"
+msgstr "Vzhľad"
#: ../data/ui/CatfishPreferences.ui.h:11
msgid "Path"
@@ -120,7 +120,7 @@ msgid "Miscellaneous"
msgstr ""
#: ../data/ui/CatfishPreferences.ui.h:19
-msgid "A_dvanced"
+msgid "Advanced"
msgstr ""
#: ../data/ui/CatfishWindow.ui.h:1
diff --git a/po/sl.po b/po/sl.po
index 61d79de..790d292 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -86,7 +86,7 @@ msgid "Display Options"
msgstr "Možnosti prikaza"
#: ../data/ui/CatfishPreferences.ui.h:10
-msgid "_Appearance"
+msgid "Appearance"
msgstr "Videz:"
#: ../data/ui/CatfishPreferences.ui.h:11
@@ -122,8 +122,8 @@ msgid "Miscellaneous"
msgstr "Razno"
#: ../data/ui/CatfishPreferences.ui.h:19
-msgid "A_dvanced"
-msgstr "Napre_dno"
+msgid "Advanced"
+msgstr "Napredno"
#: ../data/ui/CatfishWindow.ui.h:1
msgid "_Open"
diff --git a/po/sq.po b/po/sq.po
index 1f9a6e8..a7c489d 100644
--- a/po/sq.po
+++ b/po/sq.po
@@ -83,8 +83,8 @@ msgid "Display Options"
msgstr "Mundësi Shfaqjeje"
#: ../data/ui/CatfishPreferences.ui.h:10
-msgid "_Appearance"
-msgstr "_Dukje"
+msgid "Appearance"
+msgstr "Dukje"
#: ../data/ui/CatfishPreferences.ui.h:11
msgid "Path"
@@ -119,8 +119,8 @@ msgid "Miscellaneous"
msgstr "Të ndryshme"
#: ../data/ui/CatfishPreferences.ui.h:19
-msgid "A_dvanced"
-msgstr "Të _mëtejshme"
+msgid "Advanced"
+msgstr "Të mëtejshme"
#: ../data/ui/CatfishWindow.ui.h:1
msgid "_Open"
diff --git a/po/sr.po b/po/sr.po
index a53d269..d19a276 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -83,8 +83,8 @@ msgid "Display Options"
msgstr "Приказуј могућности"
#: ../data/ui/CatfishPreferences.ui.h:10
-msgid "_Appearance"
-msgstr "_Изглед"
+msgid "Appearance"
+msgstr "Изглед"
#: ../data/ui/CatfishPreferences.ui.h:11
msgid "Path"
@@ -119,8 +119,8 @@ msgid "Miscellaneous"
msgstr "Разно"
#: ../data/ui/CatfishPreferences.ui.h:19
-msgid "A_dvanced"
-msgstr "Напредно_"
+msgid "Advanced"
+msgstr "Напредно"
#: ../data/ui/CatfishWindow.ui.h:1
msgid "_Open"
diff --git a/po/th.po b/po/th.po
index da3cf51..19e7127 100644
--- a/po/th.po
+++ b/po/th.po
@@ -81,8 +81,8 @@ msgid "Display Options"
msgstr "ตัวเลือกการแสดงผล"
#: ../data/ui/CatfishPreferences.ui.h:10
-msgid "_Appearance"
-msgstr "รูป_ลักษณ์"
+msgid "Appearance"
+msgstr "รูปลักษณ์"
#: ../data/ui/CatfishPreferences.ui.h:11
msgid "Path"
@@ -117,8 +117,8 @@ msgid "Miscellaneous"
msgstr "จิปาถะ"
#: ../data/ui/CatfishPreferences.ui.h:19
-msgid "A_dvanced"
-msgstr "_ขั้นสูง"
+msgid "Advanced"
+msgstr "ขั้นสูง"
#: ../data/ui/CatfishWindow.ui.h:1
msgid "_Open"
diff --git a/po/tr.po b/po/tr.po
index 22a866a..5f4bb8e 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -86,8 +86,8 @@ msgid "Display Options"
msgstr "Görünüm Seçenekleri"
#: ../data/ui/CatfishPreferences.ui.h:10
-msgid "_Appearance"
-msgstr "_Görünüm"
+msgid "Appearance"
+msgstr "Görünüm"
#: ../data/ui/CatfishPreferences.ui.h:11
msgid "Path"
@@ -122,8 +122,8 @@ msgid "Miscellaneous"
msgstr "Çeşitli"
#: ../data/ui/CatfishPreferences.ui.h:19
-msgid "A_dvanced"
-msgstr "_Gelişmiş"
+msgid "Advanced"
+msgstr "Gelişmiş"
#: ../data/ui/CatfishWindow.ui.h:1
msgid "_Open"
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 0e75228..7c4242b 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -86,8 +86,8 @@ msgid "Display Options"
msgstr "显示选项"
#: ../data/ui/CatfishPreferences.ui.h:10
-msgid "_Appearance"
-msgstr "外观(_A)"
+msgid "Appearance"
+msgstr "外观"
#: ../data/ui/CatfishPreferences.ui.h:11
msgid "Path"
@@ -122,8 +122,8 @@ msgid "Miscellaneous"
msgstr "杂项"
#: ../data/ui/CatfishPreferences.ui.h:19
-msgid "A_dvanced"
-msgstr "高级(_D)"
+msgid "Advanced"
+msgstr "高级"
#: ../data/ui/CatfishWindow.ui.h:1
msgid "_Open"
diff --git a/po/zh_TW.po b/po/zh_TW.po
index c6b181e..2793c99 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -84,8 +84,8 @@ msgid "Display Options"
msgstr "顯示選項"
#: ../data/ui/CatfishPreferences.ui.h:10
-msgid "_Appearance"
-msgstr "外觀(_A)"
+msgid "Appearance"
+msgstr "外觀"
#: ../data/ui/CatfishPreferences.ui.h:11
msgid "Path"
@@ -120,8 +120,8 @@ msgid "Miscellaneous"
msgstr "雜項"
#: ../data/ui/CatfishPreferences.ui.h:19
-msgid "A_dvanced"
-msgstr "進階(_D)"
+msgid "Advanced"
+msgstr "進階"
#: ../data/ui/CatfishWindow.ui.h:1
msgid "_Open"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list