This repository has been archived by the owner on Sep 17, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update docs and translates bug fixed
- Loading branch information
1 parent
41c4a3b
commit 95fe7b8
Showing
9 changed files
with
108 additions
and
84 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 was deleted.
Oops, something went wrong.
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,6 +1,11 @@ | ||
# -*- coding: utf-8 -*- | ||
# Copyright (C) 2020 - Sean: mailto:[email protected] | ||
# GitHub: https://github.com/SeanTolstoyevski | ||
# This project is licensed under the MIT license. You are free to do whatever you want as long as you accept your liability. | ||
|
||
import os | ||
# : NVDA's modules | ||
import NVDAObjects, config, globalPluginHandler, speech, ui, controlTypes | ||
import addonHandler, config, controlTypes, globalPluginHandler, NVDAObjects, speech, ui | ||
# : 3rd party module | ||
from .camlorn_audio import * | ||
|
||
|
@@ -59,6 +64,7 @@ | |
"active": "boolean(default=true)" | ||
} | ||
|
||
addonHandler.initTranslation() | ||
class GlobalPlugin(globalPluginHandler.GlobalPlugin): | ||
scriptCategory = _("Unspoken") | ||
|
||
|
Binary file not shown.
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 |
---|---|---|
|
@@ -5,11 +5,11 @@ | |
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: 'unspokenPy3' '0.3'\n" | ||
"Project-Id-Version: 'unspokenPy3' '0.4'\n" | ||
"Report-Msgid-Bugs-To: '[email protected]'\n" | ||
"POT-Creation-Date: 2020-05-03 21:59+0300\n" | ||
"PO-Revision-Date: 2020-05-03 22:03+0300\n" | ||
"Language-Team: Sean <[email protected]>\n" | ||
"POT-Creation-Date: 2020-08-31 04:56+0300\n" | ||
"PO-Revision-Date: 2020-08-31 05:00+0300\n" | ||
"Language-Team: Sean (independent) <[email protected]>\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
|
@@ -19,28 +19,40 @@ msgstr "" | |
"Language: tr_TR\n" | ||
"X-Poedit-SourceCharset: UTF-8\n" | ||
|
||
#: buildVars.py:9 | ||
#: addon\globalPlugins\Unspoken\__init__.py:63 buildVars.py:9 | ||
msgid "Unspoken" | ||
msgstr "Sözsüz" | ||
|
||
#: addon\globalPlugins\Unspoken\__init__.py:134 | ||
msgid "Disable Unspoken" | ||
msgstr "Sözsüz kapalı" | ||
|
||
#: addon\globalPlugins\Unspoken\__init__.py:138 | ||
msgid "Enable Unspoken" | ||
msgstr "Sözsüz açık" | ||
|
||
#: addon\globalPlugins\Unspoken\__init__.py:142 | ||
msgid "Changes the active / deactive mode of Unspoken." | ||
msgstr "Unspoken'ın açık/kapalı modunu değiştirir." | ||
|
||
#: buildVars.py:10 | ||
msgid "" | ||
"Removes names like unspoken, link, button. It plays different sounds instead " | ||
"of informations." | ||
"Removes names label from object like, link, button. It plays different " | ||
"sounds instead of labels." | ||
msgstr "" | ||
"Sözsüz, bağlantı, düğme gibi adları kaldırır. Bilgiler yerine farklı sesler " | ||
"çalar." | ||
"İsim etiketlerini bağlantı, düğme gibi nesnelerden kaldırır. Etiketler " | ||
"yerine farklı sesler çalar." | ||
|
||
#. Translators: the label of a message box dialog. | ||
#: addon\installTasks.py:14 | ||
msgid "" | ||
"You have installed an old and incompatible version of this addon. Do you " | ||
"want to uninstall the old version?" | ||
msgstr "" | ||
"Bu eklentinin eski ve uyumsuz bir sürümü kurulu. Eski sürümü kaldırmak " | ||
"Bu eklentinin eski ve uyumsuz bir sürümünü yüklü. Eski sürümü kaldırmak " | ||
"istiyor musunuz?" | ||
|
||
#. Translators: the title of a message box dialog. | ||
#: addon\installTasks.py:16 | ||
msgid "Uninstall incompatible add-on" | ||
msgstr "Uyumsuz Eklenti: Kaldır " | ||
msgstr "Uyumsuz eklentiyi kaldır" |
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,2 +1,2 @@ | ||
summary = "Sözsüz" | ||
description = """Removes names label from object like, link, button. It plays different sounds instead of labels.""" | ||
description = """İsim etiketlerini bağlantı, düğme gibi nesnelerden kaldırır. Etiketler yerine farklı sesler çalar.""" |
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 |
---|---|---|
@@ -0,0 +1,52 @@ | ||
# 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: 'unspokenPy3' '0.4'\n" | ||
"Report-Msgid-Bugs-To: '[email protected]'\n" | ||
"POT-Creation-Date: 2020-08-31 04:49+0300\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" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=CHARSET\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
|
||
#: addon\globalPlugins\Unspoken\__init__.py:63 buildVars.py:9 | ||
msgid "Unspoken" | ||
msgstr "" | ||
|
||
#: addon\globalPlugins\Unspoken\__init__.py:134 | ||
msgid "Disable Unspoken" | ||
msgstr "" | ||
|
||
#: addon\globalPlugins\Unspoken\__init__.py:138 | ||
msgid "Enable Unspoken" | ||
msgstr "" | ||
|
||
#: addon\globalPlugins\Unspoken\__init__.py:142 | ||
msgid "Changes the active / deactive mode of Unspoken." | ||
msgstr "" | ||
|
||
#: buildVars.py:10 | ||
msgid "" | ||
"Removes names label from object like, link, button. It plays different " | ||
"sounds instead of labels." | ||
msgstr "" | ||
|
||
#. Translators: the label of a message box dialog. | ||
#: addon\installTasks.py:14 | ||
msgid "" | ||
"You have installed an old and incompatible version of this addon. Do you " | ||
"want to uninstall the old version?" | ||
msgstr "" | ||
|
||
#. Translators: the title of a message box dialog. | ||
#: addon\installTasks.py:16 | ||
msgid "Uninstall incompatible add-on" | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: 'unspokenPy3' '0.4'\n" | ||
"Report-Msgid-Bugs-To: '[email protected]'\n" | ||
"POT-Creation-Date: 2020-08-31 04:38+0300\n" | ||
"POT-Creation-Date: 2020-08-31 05:09+0300\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -17,19 +17,19 @@ msgstr "" | |
"Content-Type: text/plain; charset=CHARSET\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
|
||
#: addon\globalPlugins\Unspoken\__init__.py:63 buildVars.py:9 | ||
#: addon\globalPlugins\Unspoken\__init__.py:69 buildVars.py:9 | ||
msgid "Unspoken" | ||
msgstr "" | ||
|
||
#: addon\globalPlugins\Unspoken\__init__.py:134 | ||
#: addon\globalPlugins\Unspoken\__init__.py:140 | ||
msgid "Disable Unspoken" | ||
msgstr "" | ||
|
||
#: addon\globalPlugins\Unspoken\__init__.py:138 | ||
#: addon\globalPlugins\Unspoken\__init__.py:144 | ||
msgid "Enable Unspoken" | ||
msgstr "" | ||
|
||
#: addon\globalPlugins\Unspoken\__init__.py:142 | ||
#: addon\globalPlugins\Unspoken\__init__.py:148 | ||
msgid "Changes the active / deactive mode of Unspoken." | ||
msgstr "" | ||
|
||
|