-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OpenGPG plugin: Show key as expired or revoked
- Show key as expired or revoked account manager window; - Updated French, Russian, German translation for the plugin as well.
- Loading branch information
Showing
5 changed files
with
145 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,52 +1,68 @@ | ||
# SOME DESCRIPTIVE TITLE. | ||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER | ||
# This file is distributed under the same license as the PACKAGE package. | ||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. | ||
# | ||
#, fuzzy | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2023-02-07 21:31+0100\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
"Language: \n" | ||
"Project-Id-Version: PACKAGE VERSION+\n" | ||
"POT-Creation-Date: 2024-06-09 22:16+0200\n" | ||
"PO-Revision-Date: 2024-06-09 22:18+0200\n" | ||
"Last-Translator: \n" | ||
"Language-Team: Dino+\n" | ||
"Language: en\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"X-Generator: Poedit 3.4.2\n" | ||
"X-Poedit-Basepath: ../src\n" | ||
"X-Poedit-KeywordsList: _(\n" | ||
"X-Poedit-SourceCharset: UTF-8\n" | ||
"X-Poedit-SearchPath-0: .\n" | ||
|
||
#: plugins/openpgp/src/account_settings_entry.vala:68 | ||
#: plugins/openpgp/src/account_settings_entry.vala:72 | ||
#: plugins/openpgp/src/account_settings_entry.vala:101 | ||
#: account_settings_entry.vala:68 account_settings_entry.vala:72 | ||
#: account_settings_entry.vala:113 | ||
msgid "Key publishing disabled" | ||
msgstr "" | ||
|
||
#: plugins/openpgp/src/account_settings_entry.vala:68 | ||
#: account_settings_entry.vala:68 | ||
msgid "Error in GnuPG" | ||
msgstr "" | ||
|
||
#: plugins/openpgp/src/account_settings_entry.vala:72 | ||
msgid "No keys available. Generate one!" | ||
#: account_settings_entry.vala:72 | ||
msgid "" | ||
"No keys available. Generate one or check if your keys aren't expired or " | ||
"revoked!" | ||
msgstr "" | ||
|
||
#: account_settings_entry.vala:95 | ||
msgid "expired!" | ||
msgstr "" | ||
|
||
#: account_settings_entry.vala:95 | ||
msgid "revoked!" | ||
msgstr "" | ||
|
||
#: account_settings_entry.vala:96 | ||
msgid "Attention required!" | ||
msgstr "" | ||
|
||
#: account_settings_entry.vala:96 | ||
#, c-format | ||
msgid "Your key %s is %s" | ||
msgstr "" | ||
|
||
#: plugins/openpgp/src/account_settings_entry.vala:101 | ||
#: account_settings_entry.vala:113 | ||
msgid "Select key" | ||
msgstr "" | ||
|
||
#: plugins/openpgp/src/account_settings_entry.vala:114 | ||
#: account_settings_entry.vala:126 | ||
msgid "Loading…" | ||
msgstr "" | ||
|
||
#: plugins/openpgp/src/account_settings_entry.vala:114 | ||
#: account_settings_entry.vala:126 | ||
msgid "Querying GnuPG" | ||
msgstr "" | ||
|
||
#: plugins/openpgp/src/contact_details_provider.vala:28 | ||
#: contact_details_provider.vala:28 | ||
msgid "Key not in keychain" | ||
msgstr "" | ||
|
||
#: plugins/openpgp/src/contact_details_provider.vala:30 | ||
#: contact_details_provider.vala:30 | ||
msgid "Encryption" | ||
msgstr "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters