-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Localization and documentation fixes
- Loading branch information
1 parent
8100959
commit 28fa7ee
Showing
2 changed files
with
15 additions
and
13 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,18 @@ | ||
# FEN reader | ||
|
||
This addon translates a chess game position from FEN code to human friendly description. | ||
|
||
ForsythEdwards Notation (FEN) is a standard notation for describing a particular board position of a chess game. | ||
[Forsyth–Edwards Notation (FEN)](https://en.wikipedia.org/wiki/Forsyth%E2%80%93Edwards_Notation) is a standard notation for describing a particular board position of a chess game. | ||
|
||
## Usage: | ||
|
||
* Select text with a valid FEN code or copy it in clipboard | ||
* Select text with a valid FEN code or copy it in the clipboard | ||
* Press NVDA+Control+F8 to read description | ||
|
||
## Settings | ||
In NVDA preferences > Options > FEN reader you can select this settings: | ||
* Use phonetic alphabet in column names | ||
* Use phonetic alphabet in square names | ||
* Always copy position to clipboard | ||
* Show position in a window | ||
|
||
Note about notation languages: English notation is standard and usually used in all languages, but local notation language is also used sometimes. As of version 2.0 it is not necessary to define the notatyion language, the addon detects it automatically. | ||
Note about notation languages: English notation is standard and usually used in all languages, but local notation language is also used sometimes. As of version 2.0 it is not necessary to define the notation language, the addon detects it automatically. |
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 @@ msgstr "" | |
"Project-Id-Version: fenCodeReader 1.0\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2021-04-17 16:23+0200\n" | ||
"PO-Revision-Date: 2021-04-20 14:12+0100\n" | ||
"PO-Revision-Date: 2021-04-24 17:33+0100\n" | ||
"Last-Translator: Rémy Ruiz <[email protected]>\n" | ||
"Language-Team: Rémy Ruiz <[email protected]>\n" | ||
"Language: fr\n" | ||
|
@@ -204,35 +204,35 @@ msgstr "Pions noirs" | |
#. Translators: Column names expressed in phonetic alphabet | ||
#: addon\globalPlugins\FENCodeReader\fen.py:57 | ||
msgid "Alpha" | ||
msgstr "Anatole" | ||
msgstr "Ana" | ||
|
||
#: addon\globalPlugins\FENCodeReader\fen.py:57 | ||
msgid "Bravo" | ||
msgstr "Berthe" | ||
msgstr "Bella" | ||
|
||
#: addon\globalPlugins\FENCodeReader\fen.py:57 | ||
msgid "Charlie" | ||
msgstr "Célestin" | ||
msgstr "César" | ||
|
||
#: addon\globalPlugins\FENCodeReader\fen.py:57 | ||
msgid "Delta" | ||
msgstr "Désiré" | ||
msgstr "David" | ||
|
||
#: addon\globalPlugins\FENCodeReader\fen.py:57 | ||
msgid "Echo" | ||
msgstr "Eugène" | ||
msgstr "Eva" | ||
|
||
#: addon\globalPlugins\FENCodeReader\fen.py:57 | ||
msgid "Foxtrot" | ||
msgstr "François" | ||
msgstr "Félix" | ||
|
||
#: addon\globalPlugins\FENCodeReader\fen.py:57 | ||
msgid "Golf" | ||
msgstr "Gaston" | ||
msgstr "Gustavo" | ||
|
||
#: addon\globalPlugins\FENCodeReader\fen.py:57 | ||
msgid "Hotel" | ||
msgstr "Henri" | ||
msgstr "Héctor" | ||
|
||
#: addon\globalPlugins\FENCodeReader\fen.py:94 | ||
#, python-format | ||
|