diff options
author | Juhani Krekelä | 2021-07-24 19:15:10 +0300 |
---|---|---|
committer | Wolfgang Müller | 2021-07-24 18:55:04 +0200 |
commit | 4295134455ea99ad14a0eb43ed31e03fbeebb623 (patch) | |
tree | 6d668dce7b207e6051ffde950ccafc12b041a092 /po/weltschmerz.pot | |
parent | 8a87662e4d2be193e3110903e83f12347a12d4cb (diff) | |
download | weltschmerz-4295134455ea99ad14a0eb43ed31e03fbeebb623.tar.gz |
Unify context menus for URLs and OSC 8 hyperlinks
Currently weltschmerz has separate context menus for the two types of
URIs one can interact with, even though they contain the same option
with only a little different phrasing. This makes both use the same
context menu, and standardizes terminology to "URI".
This unification is in preparation for an upcoming "Open with …" feature
which will programmatically add items to context menu for URIs. Without
this, we would need to duplicate logic for each of the separate menus.
Diffstat (limited to 'po/weltschmerz.pot')
-rw-r--r-- | po/weltschmerz.pot | 36 |
1 files changed, 14 insertions, 22 deletions
diff --git a/po/weltschmerz.pot b/po/weltschmerz.pot index 4029cc6..fd35ae0 100644 --- a/po/weltschmerz.pot +++ b/po/weltschmerz.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: weltschmerz\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-26 20:31+0200\n" +"POT-Creation-Date: 2021-07-20 20:19+0300\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" @@ -45,62 +45,54 @@ msgid "invalid cursor blink setting '%s' in %s.%s" msgstr "" #: terminal.ui:16 -msgid "_Copy hyperlink" +msgid "_Copy URI" msgstr "" #: terminal.ui:19 -msgid "Copy the hyperlink's URI to the clipboard" +msgid "Copy the URI to the clipboard" msgstr "" -#: terminal.ui:38 -msgid "_Copy URL" -msgstr "" - -#: terminal.ui:41 -msgid "Copy the URL to the clipboard" -msgstr "" - -#: terminal.ui:75 +#: terminal.ui:53 msgid "Copy as _HTML" msgstr "" -#: terminal.ui:78 +#: terminal.ui:56 msgid "Copy the selection as HTML" msgstr "" -#: terminal.ui:102 +#: terminal.ui:80 msgid "Open _terminal" msgstr "" -#: terminal.ui:105 +#: terminal.ui:83 msgid "Open new terminal window in the current directory" msgstr "" -#: terminal.ui:115 +#: terminal.ui:93 msgid "_Open directory" msgstr "" -#: terminal.ui:118 +#: terminal.ui:96 msgid "Open current directory in the file manager" msgstr "" -#: terminal.ui:193 +#: terminal.ui:171 msgid "Search..." msgstr "" -#: terminal.ui:212 +#: terminal.ui:190 msgid "Go to next result" msgstr "" -#: terminal.ui:228 +#: terminal.ui:206 msgid "Go to previous result" msgstr "" -#: terminal.vala:141 +#: terminal.vala:139 msgid "Configuration loaded with warnings:" msgstr "" -#: terminal.vala:144 +#: terminal.vala:142 msgid "Configuration loaded successfully." msgstr "" |