generated from nvdaaddons/AddonTemplate
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change manifest.ini to be compatible with NVDA 2022.1; Avoid use on secure screens.
- Loading branch information
Showing
7 changed files
with
35 additions
and
22 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,8 @@ msgstr "" | |
"Project-Id-Version: FrequentText\n" | ||
"Report-Msgid-Bugs-To: '[email protected]'\n" | ||
"POT-Creation-Date: 2021-08-09 02:06+0100\n" | ||
"PO-Revision-Date: 2021-08-09 02:16+0100\n" | ||
"Last-Translator: Rui Fontes <[email protected]>\n" | ||
"PO-Revision-Date: 2021-11-07 20:06+0000\n" | ||
"Last-Translator: Rui Fontes <[email protected]>\n" | ||
"Language-Team: Equipa portuguesa do NVDA\n" | ||
"Language: pt\n" | ||
"MIME-Version: 1.0\n" | ||
|
@@ -88,7 +88,7 @@ msgstr "&Fechar" | |
#. Translators: Message dialog box to add a name to a new category | ||
#: addon\globalPlugins\frequentText\__init__.py:188 | ||
msgid "Enter a name for the category" | ||
msgstr "Introduza um nome para a categoria." | ||
msgstr "Introduza um nome para a categoria" | ||
|
||
#. Translators: Announcement that the category name already exists in the list. | ||
#: addon\globalPlugins\frequentText\__init__.py:197 | ||
|
@@ -149,7 +149,7 @@ msgstr "&Voltar a categorias" | |
#. Translators: Message dialog box to add a name to a new block. | ||
#: addon\globalPlugins\frequentText\__init__.py:406 | ||
msgid "Enter a name for the block" | ||
msgstr "Introduza um nome para o bloco." | ||
msgstr "Introduza um nome para o bloco" | ||
|
||
#. Translators: Announcement that the block name already exists in the list. | ||
#: addon\globalPlugins\frequentText\__init__.py:415 | ||
|
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 |
---|---|---|
|
@@ -25,17 +25,17 @@ def _(arg): | |
# Translators: Long description to be shown for this add-on on add-on information from add-ons manager | ||
"addon_description": _("""Stores and make possible the entry of frequently used blocks of text. Command: Windows+F12."""), | ||
# version | ||
"addon_version": "21.08", | ||
"addon_version": "2022.05", | ||
# Author(s) | ||
"addon_author": u"Rui Fontes <[email protected]> and Ângelo Abrantes <[email protected]>", | ||
"addon_author": _("Rui Fontes <[email protected]>, Ângelo Abrantes <[email protected]> and Abel Passos Júnior"), | ||
# URL for the add-on documentation support | ||
"addon_url": "https://github.com/ruifontes/frequentText", | ||
# Documentation file name | ||
"addon_docFileName": "readme.html", | ||
# Minimum NVDA version supported (e.g. "2018.3.0", minor version is optional) | ||
"addon_minimumNVDAVersion" : "2021.1", | ||
# Last NVDA version supported/tested (e.g. "2018.4.0", ideally more recent than minimum version) | ||
"addon_lastTestedNVDAVersion" : "2021.1", | ||
"addon_lastTestedNVDAVersion" : "2022.1", | ||
# Add-on update channel (default is None, denoting stable releases, | ||
# and for development releases, use "dev".) | ||
# Do not change unless you know what you are doing! | ||
|
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