mirror of
https://github.com/fergalmoran/picard.git
synced 2026-01-04 23:53:59 +00:00
Adapt capitalization of "Generate AcoustID Fingerprints"
Use same capitalization as in other actions.
This commit is contained in:
@@ -1074,4 +1074,4 @@ class FileItem(TreeItem):
|
||||
else:
|
||||
return _('Unsubmitted fingerprint')
|
||||
else:
|
||||
return _('No fingerprint was calculated for this file, use "Scan" or "Generate AcoustID fingerprints" to calculate the fingerprint.')
|
||||
return _('No fingerprint was calculated for this file, use "Scan" or "Generate AcoustID Fingerprints" to calculate the fingerprint.')
|
||||
|
||||
@@ -504,7 +504,7 @@ class MainWindow(QtWidgets.QMainWindow, PreserveGeometry):
|
||||
self.analyze_action.setShortcut(QtGui.QKeySequence(_("Ctrl+Y")))
|
||||
self.analyze_action.triggered.connect(self.analyze)
|
||||
|
||||
self.generate_fingerprints_action = QtWidgets.QAction(icontheme.lookup('fingerprint'), _("&Generate AcoustID fingerprints"), self)
|
||||
self.generate_fingerprints_action = QtWidgets.QAction(icontheme.lookup('fingerprint'), _("&Generate AcoustID Fingerprints"), self)
|
||||
self.generate_fingerprints_action.setStatusTip(_("Generate the AcoustID audio fingerprints for the selected files without doing a lookup"))
|
||||
self.generate_fingerprints_action.setEnabled(False)
|
||||
self.generate_fingerprints_action.setToolTip(_('Generate the AcoustID audio fingerprints for the selected files'))
|
||||
|
||||
@@ -94,7 +94,7 @@ class InterfaceOptionsPage(OptionsPage):
|
||||
'icon': 'acoustid-fingerprinter'
|
||||
},
|
||||
'generate_fingerprints_action': {
|
||||
'label': N_("Generate AcoustID fingerprints"),
|
||||
'label': N_("Generate AcoustID Fingerprints"),
|
||||
'icon': 'fingerprint'
|
||||
},
|
||||
'play_file_action': {
|
||||
|
||||
@@ -6,9 +6,9 @@
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: picard 2.3.0a1\n"
|
||||
"Project-Id-Version: picard 2.3.0b1\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2020-01-28 12:15+0100\n"
|
||||
"POT-Creation-Date: 2020-02-03 18:01+0100\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"
|
||||
@@ -128,22 +128,22 @@ msgstr ""
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#: picard/file.py:674
|
||||
#: picard/file.py:676
|
||||
#, python-format
|
||||
msgid "No matching tracks above the threshold for file '%(filename)s'"
|
||||
msgstr ""
|
||||
|
||||
#: picard/file.py:676
|
||||
#: picard/file.py:678
|
||||
#, python-format
|
||||
msgid "File '%(filename)s' identified!"
|
||||
msgstr ""
|
||||
|
||||
#: picard/file.py:688
|
||||
#: picard/file.py:690
|
||||
#, python-format
|
||||
msgid "No matching tracks for file '%(filename)s'"
|
||||
msgstr ""
|
||||
|
||||
#: picard/file.py:720
|
||||
#: picard/file.py:722
|
||||
#, python-format
|
||||
msgid "Looking up the metadata for file %(filename)s ..."
|
||||
msgstr ""
|
||||
@@ -290,24 +290,24 @@ msgstr ""
|
||||
msgid "AcoustIDs successfully submitted."
|
||||
msgstr ""
|
||||
|
||||
#: picard/const/__init__.py:130
|
||||
#: picard/const/__init__.py:133
|
||||
msgid "Stable releases only"
|
||||
msgstr ""
|
||||
|
||||
#: picard/const/__init__.py:136
|
||||
#: picard/const/__init__.py:139
|
||||
msgid "Stable and Beta releases"
|
||||
msgstr ""
|
||||
|
||||
#: picard/const/__init__.py:142
|
||||
#: picard/const/__init__.py:145
|
||||
msgid "Stable, Beta and Dev releases"
|
||||
msgstr ""
|
||||
|
||||
#: picard/const/__init__.py:157
|
||||
#: picard/const/__init__.py:160
|
||||
#, python-format
|
||||
msgid "My script %d"
|
||||
msgstr ""
|
||||
|
||||
#: picard/const/__init__.py:158
|
||||
#: picard/const/__init__.py:161
|
||||
msgid "My script"
|
||||
msgstr ""
|
||||
|
||||
@@ -2691,7 +2691,7 @@ msgstr ""
|
||||
#: picard/ui/itemviews.py:1077
|
||||
msgid ""
|
||||
"No fingerprint was calculated for this file, use \"Scan\" or \"Generate "
|
||||
"AcoustID fingerprints\" to calculate the fingerprint."
|
||||
"AcoustID Fingerprints\" to calculate the fingerprint."
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/logview.py:152
|
||||
@@ -2969,7 +2969,7 @@ msgid "Ctrl+Y"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/mainwindow.py:507
|
||||
msgid "&Generate AcoustID fingerprints"
|
||||
msgid "&Generate AcoustID Fingerprints"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/mainwindow.py:508
|
||||
@@ -4319,7 +4319,7 @@ msgid "Submit AcoustIDs"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/options/interface.py:97
|
||||
msgid "Generate AcoustID fingerprints"
|
||||
msgid "Generate AcoustID Fingerprints"
|
||||
msgstr ""
|
||||
|
||||
#: picard/ui/options/interface.py:101
|
||||
|
||||
Reference in New Issue
Block a user