Add translation comments
This commit is contained in:
@@ -8,7 +8,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Cartridges\n"
|
"Project-Id-Version: Cartridges\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2023-07-01 11:35+0200\n"
|
"POT-Creation-Date: 2023-07-01 11:36+0200\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
@@ -494,19 +494,21 @@ msgid ""
|
|||||||
"An API key is required to use SteamGridDB. You can generate one {}here{}."
|
"An API key is required to use SteamGridDB. You can generate one {}here{}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/preferences.py:289 src/preferences.py:292
|
#: src/preferences.py:289 src/preferences.py:293
|
||||||
msgid "Directory not Valid"
|
msgid "Invalid Directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/preferences.py:290
|
#. The variable is the name of the source
|
||||||
|
#: src/preferences.py:291
|
||||||
msgid "Select the {} cache directory."
|
msgid "Select the {} cache directory."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/preferences.py:293
|
#. The variable is the name of the source
|
||||||
|
#: src/preferences.py:295
|
||||||
msgid "Select the {} installation directory."
|
msgid "Select the {} installation directory."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/preferences.py:299
|
#: src/preferences.py:301
|
||||||
msgid "Set Location"
|
msgid "Set Location"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@@ -286,10 +286,12 @@ class PreferencesWindow(Adw.PreferencesWindow):
|
|||||||
# Bad picked location, inform user
|
# Bad picked location, inform user
|
||||||
else:
|
else:
|
||||||
if location_name == "cache":
|
if location_name == "cache":
|
||||||
title = _("Directory not Valid")
|
title = _("Invalid Directory")
|
||||||
|
# The variable is the name of the source
|
||||||
subtitle_format = _("Select the {} cache directory.")
|
subtitle_format = _("Select the {} cache directory.")
|
||||||
else:
|
else:
|
||||||
title = _("Directory not Valid")
|
title = _("Invalid Directory")
|
||||||
|
# The variable is the name of the source
|
||||||
subtitle_format = _("Select the {} installation directory.")
|
subtitle_format = _("Select the {} installation directory.")
|
||||||
dialog = create_dialog(
|
dialog = create_dialog(
|
||||||
self,
|
self,
|
||||||
|
|||||||
Reference in New Issue
Block a user