mirror of
https://github.com/SoongNoonien/mpdevil.git
synced 2023-08-10 21:12:44 +03:00
replaced "Settings" by "Preferences"
This commit is contained in:
parent
c174d74763
commit
8c7da9a44b
@ -1296,9 +1296,9 @@ class SettingsDialog(Gtk.Dialog):
|
||||
def __init__(self, parent, client, settings, tab="view"):
|
||||
use_csd=settings.get_boolean("use-csd")
|
||||
if use_csd:
|
||||
super().__init__(title=_("Settings"), transient_for=parent, use_header_bar=True)
|
||||
super().__init__(title=_("Preferences"), transient_for=parent, use_header_bar=True)
|
||||
else:
|
||||
super().__init__(title=_("Settings"), transient_for=parent)
|
||||
super().__init__(title=_("Preferences"), transient_for=parent)
|
||||
self.add_button(Gtk.STOCK_OK, Gtk.ResponseType.OK)
|
||||
self.set_default_size(500, 400)
|
||||
|
||||
@ -3723,7 +3723,7 @@ class ConnectionNotify(Gtk.Revealer):
|
||||
close_button=Gtk.Button(image=Gtk.Image.new_from_icon_name("window-close-symbolic", Gtk.IconSize.BUTTON))
|
||||
close_button.set_relief(Gtk.ReliefStyle.NONE)
|
||||
connect_button=Gtk.Button(label=_("Connect"))
|
||||
settings_button=Gtk.Button(label=_("Settings"))
|
||||
settings_button=Gtk.Button(label=_("Preferences"))
|
||||
settings_button.set_action_name("win.profile-settings")
|
||||
|
||||
# connect
|
||||
@ -3815,7 +3815,7 @@ class MainWindow(Gtk.ApplicationWindow):
|
||||
|
||||
# menu
|
||||
subsection=Gio.Menu()
|
||||
subsection.append(_("Settings"), "win.settings")
|
||||
subsection.append(_("Preferences"), "win.settings")
|
||||
subsection.append(_("Keyboard Shortcuts"), "win.show-help-overlay")
|
||||
subsection.append(_("Help"), "win.help")
|
||||
subsection.append(_("About mpdevil"), "app.about")
|
||||
|
9
po/de.po
9
po/de.po
@ -7,8 +7,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-09-14 13:43+0200\n"
|
||||
"PO-Revision-Date: 2021-09-14 13:44+0200\n"
|
||||
"POT-Creation-Date: 2021-09-14 14:33+0200\n"
|
||||
"PO-Revision-Date: 2021-09-14 14:34+0200\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: de\n"
|
||||
@ -190,7 +190,7 @@ msgid "Genre"
|
||||
msgstr "Genre"
|
||||
|
||||
#: mpdevil:1299 mpdevil:1301 mpdevil:3726 mpdevil:3818
|
||||
msgid "Settings"
|
||||
msgid "Preferences"
|
||||
msgstr "Einstellungen"
|
||||
|
||||
#: mpdevil:1315 mpdevil:1326
|
||||
@ -560,6 +560,9 @@ msgstr "verbinden…"
|
||||
msgid "Debug mode"
|
||||
msgstr "Debugmodus"
|
||||
|
||||
#~ msgid "Settings"
|
||||
#~ msgstr "Einstellungen"
|
||||
|
||||
#~ msgid "About"
|
||||
#~ msgstr "Über"
|
||||
|
||||
|
@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-09-14 13:43+0200\n"
|
||||
"POT-Creation-Date: 2021-09-14 14:33+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@ -185,7 +185,7 @@ msgid "Genre"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:1299 mpdevil:1301 mpdevil:3726 mpdevil:3818
|
||||
msgid "Settings"
|
||||
msgid "Preferences"
|
||||
msgstr ""
|
||||
|
||||
#: mpdevil:1315 mpdevil:1326
|
||||
|
11
po/nl.po
11
po/nl.po
@ -7,8 +7,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-09-14 13:43+0200\n"
|
||||
"PO-Revision-Date: 2021-09-14 13:45+0200\n"
|
||||
"POT-Creation-Date: 2021-09-14 14:33+0200\n"
|
||||
"PO-Revision-Date: 2021-09-14 14:38+0200\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: nl\n"
|
||||
@ -188,8 +188,8 @@ msgid "Genre"
|
||||
msgstr "Genre"
|
||||
|
||||
#: mpdevil:1299 mpdevil:1301 mpdevil:3726 mpdevil:3818
|
||||
msgid "Settings"
|
||||
msgstr "Instellingen"
|
||||
msgid "Preferences"
|
||||
msgstr "Voorkeuren"
|
||||
|
||||
#: mpdevil:1315 mpdevil:1326
|
||||
msgid "View"
|
||||
@ -558,6 +558,9 @@ msgstr "verbinding maken…"
|
||||
msgid "Debug mode"
|
||||
msgstr "Debugmodus"
|
||||
|
||||
#~ msgid "Settings"
|
||||
#~ msgstr "Instellingen"
|
||||
|
||||
#~ msgid "About"
|
||||
#~ msgstr "Over"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user