Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document access keys' translation #609

Merged
merged 2 commits into from
Mar 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 10 additions & 7 deletions po/extension-manager.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extension-manager\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-23 13:52+0100\n"
"POT-Creation-Date: 2024-03-26 14:42+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"
Expand All @@ -28,8 +28,9 @@ msgstr ""
msgid "Manage GNOME Shell Extensions"
msgstr ""

#. Translators: Do not translate
#: data/com.mattjakeman.ExtensionManager.desktop.in.in:13
#. Translators: Search terms to find this application. Do NOT translate or localize the semicolons. The list MUST also end with a semicolon.
#. Make sure to leave the original strings and add your translations afterwards, so that users can search both in English and your language.
#: data/com.mattjakeman.ExtensionManager.desktop.in.in:14
msgid "extension;manager;shell;"
msgstr ""

Expand Down Expand Up @@ -373,19 +374,21 @@ msgctxt "Navigation"
msgid "_Browse"
msgstr ""

#: src/exm-window.blp:104
#. Translators: the character preceded by "_" should not be the same
#. as others in the same menu
#: src/exm-window.blp:106
msgid "Sort _Enabled First"
msgstr ""

#: src/exm-window.blp:105
#: src/exm-window.blp:107
msgid "_Show Unsupported"
msgstr ""

#: src/exm-window.blp:108
#: src/exm-window.blp:110
msgid "_Upgrade Assistant"
msgstr ""

#: src/exm-window.blp:109
#: src/exm-window.blp:111
msgid "_About Extension Manager"
msgstr ""

Expand Down
2 changes: 2 additions & 0 deletions src/exm-window.blp
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ template $ExmWindow : Adw.ApplicationWindow {

menu primary_menu {
section {
// Translators: the character preceded by "_" should not be the same
// as others in the same menu
item (_("Sort _Enabled First"), "app.sort-enabled-first")
item (_("_Show Unsupported"), "app.show-unsupported")
}
Expand Down