Skip to content

Commit

Permalink
Clarifies license info and global clean-mp
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick PLASSIARD committed Dec 19, 2018
1 parent de37cbc commit c7efa60
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
6 changes: 6 additions & 0 deletions addon/globalPlugins/translate/__init__.py
Expand Up @@ -4,6 +4,12 @@
#Copyright (C) 2018 Yannick PLASSIARD
#This file is covered by the GNU General Public License.
#See the file LICENSE for more details.
#This add-on also uses the following external libraries:
#markupbase, htmlentitydefs, HTMLParser: Come from the Python2 standard installation.
#mtranslate: MIT License

# Moreover, the mtranslate package relies on URLLib, part of Python2 standard installation to
# connect to the Google Translate server.



Expand Down
6 changes: 1 addition & 5 deletions addon/locale/fr/LC_MESSAGES/nvda.po
Expand Up @@ -92,11 +92,7 @@ msgstr "Traduction désactivée."
msgid "Enables translation to the desired language."
msgstr "Active la traduction automatique."

#. Add-on summary, usually the user visible name of the addon.
#. Translators: Summary for this add-on to be shown on installation and add-on information.
#: buildVars.py:17
msgid "Translates spoken text to the desired language"
msgstr "Traduit le texte parlé dans la langue sélectionnée."


#. Add-on description
#. Translators: Long description to be shown for this add-on on add-on information from add-ons manager
Expand Down
4 changes: 2 additions & 2 deletions buildVars.py
Expand Up @@ -14,13 +14,13 @@
"addon_name" : "translate",
# Add-on summary, usually the user visible name of the addon.
# Translators: Summary for this add-on to be shown on installation and add-on information.
"addon_summary" : _("Translates spoken text to the desired language"),
"addon_summary" : _("Translate"),
# Add-on description
# Translators: Long description to be shown for this add-on on add-on information from add-ons manager
"addon_description" : _("""Uses the Google Translate API to translate each spoken text to the desired language, on the fly.
This add-on requires an internet connection."""),
# version
"addon_version" : "2018.12",
"addon_version" : "2018.12.1",
# Author(s)
"addon_author" : u"Yannick PLASSIARD <podcastcecitek@gmail.com>",
# URL for the add-on documentation support
Expand Down

0 comments on commit c7efa60

Please sign in to comment.