Skip to content

Commit

Permalink
Merge branch 'stable' of bitbucket.org:nvdaaddonteam/focushighlight i…
Browse files Browse the repository at this point in the history
…nto stable
  • Loading branch information
nishimotz committed Jul 26, 2019
2 parents 6a06e6c + 93eae7b commit ca4851b
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 31 deletions.
58 changes: 31 additions & 27 deletions addon/doc/fi/readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Aktiivisen kohdan korostus #
# Kohdistuksen korostus #

* Tekijä: Takuya Nishimoto
* Lataa [vakaa versio][2]
Expand All @@ -22,39 +22,43 @@ Seuraavia värejä käytetään:
vuorovaikutustilassa, ts. näppäinpainallukset välitetään nykyiselle
säätimelle.

To disable object tracking, disable or uninstall the addon.
Poista objektin seuranta käytöstä poistamalla käytöstä tai poistamalla tämä
lisäosa.

When Focus Highlight category of NVDA Settings dialog is available,
following items can be used.
Seuraavia asetuksia voidaan muuttaa, kun NVDA:n asetusvalintaikkunan
Kohdistuksen korostus -kategoria on käytettävissä.

* Make focus mode the default: This checkbox is enabled by default. When it
is unchecked, this add-on behaves same as version 5.6 or previous
versions, i.e., if browse mode is not available for an app, the focus is
shown using the thick red rectangle.
* Focus in focus mode, Focus in browse mode, Navigator object: Each of these
groups contains Color, Thickness, and Style.
* Käytä oletusarvoisesti vuorovaikutustilaa: Tämä valintaruutu on
oletusarvoisesti valittuna. Kun sitä ei ole valittu, tämä lisäosa toimii
kuten versio 5.6 tai sitä aiemmat, ts. jos selaustila ei ole käytettävissä
sovelluksessa, kohdistuksen näyttämiseen käytetään paksua punaista
suorakulmiota.
* Kohdistus vuorovaikutustilassa, Kohdistus selaustilassa,
Navigointiobjekti: Näissä ryhmissä on seuraavat asetukset: Väri, Paksuus,
ja Tyyli.

* Color: This edit field allows you to type the HTML color code, i.e.,
six-character hexadecimal number. For example, "ffffff" is white,
"ff0000" is red, and so on. Note that "000000" can not be used.
* Thickness: This edit field allows you to type the thickness of the
box. You can enter a value between 1 and 30.
* Style: The choices are Solid, Dash, Dot, Dash dot, and Dash dot-dot.
* Väri: Tähän muokkauskenttään voidaan syöttää värin HTML-koodi,
ts. 6-merkkinen heksadesimalinumero. Esim. "ffffff" on valkoinen,
"ff0000" on punainen jne. Huom: Arvoa "000000" ei voi käyttää.
* Paksuus: Tähän muokkauskenttään voidaan kirjoittaa laatikon
paksuus. Arvot väliltä 1-30 ovat mahdollisia.
* Tyyli: Valittavissa ovat vaihtoehdot Kiinteä, Viiva, Piste, Viiva ja
piste sekä Viiva ja kaksi pistettä.

* Restore defaults: This button allows you to reset your settings to their
original defaults.
* Palauta oletukset: Tällä painikkeella voi palauttaa asetukset
alkuperäisiin oletusarvoihinsa.

## Changes for 6.1 ##
## Muutokset versiossa 6.1 ##

* Käännöksiä päivitetty ja lisätty.
* Addresses [the issue](https://github.com/nvdajp/focusHighlight/issues/14)
with the latest development versions of NVDA.
* Focus Highlight category of NVDA Settings dialog is now available. Note
that it works only with NVDA 2018.3 or later.
* [Discussions regarding customizing
colors](https://github.com/nvdajp/focusHighlight/issues/3)
* [Discussions regarding 'Make focus mode the
default'](https://github.com/nvdajp/focusHighlight/issues/13)
* Korjaa [ongelman](https://github.com/nvdajp/focusHighlight/issues/14)
viimeisimpien NVDA:n kehitysversioissa.
* NVDA:n asetusvalintaikkunan Kohdistuksen korostus -kategoria on nyt
käytettävissä NVDA 2018.3:ssa ja sitä uudemmissa versioissa.
* [Värien mukauttamiseen liittyvät
keskustelut](https://github.com/nvdajp/focusHighlight/issues/3)
* [Vuorovaikutustilan oletusarvoiseen käyttämiseen liittyvät
keskustelut](https://github.com/nvdajp/focusHighlight/issues/13)

## Muutokset versiossa 6.0 ##

Expand Down
72 changes: 68 additions & 4 deletions addon/locale/fi/LC_MESSAGES/nvda.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,86 @@ msgstr ""
"Project-Id-Version: focusHighlight\n"
"Report-Msgid-Bugs-To: nvda-translations@freelists.org\n"
"POT-Creation-Date: 2013-08-05 07:20+0200\n"
"PO-Revision-Date: 2014-10-10 07:42+0200\n"
"PO-Revision-Date: 2019-07-14 16:06+0200\n"
"Last-Translator: Jani Kinnunen <jani.kinnunen@wippies.fi>\n"
"Language-Team: Finnish <jani.kinnunen@wippies.fi>\n"
"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 1.6.9\n"
"X-Generator: Poedit 1.6.11\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#. Translators: Input help mode message
msgid "Toggles on and off the highlighting of focus"
msgstr "Ottaa käyttöön kohdistuksen korostuksen tai poistaa sen käytöstä."

#. Translators: togglePainting message
msgid "{} on"
msgstr "{} käytössä"

#. Translators: togglePainting message
msgid "{} off"
msgstr "{} ei käytössä"

#. Translators: dash style item
msgid "Solid"
msgstr "Kiinteä"

#. Translators: dash style item
msgid "Dash"
msgstr "Viiva"

#. Translators: dash style item
msgid "Dot"
msgstr "Piste"

#. Translators: dash style item
msgid "Dash dot"
msgstr "Viiva ja piste"

#. Translators: dash style item
msgid "Dash dot dot"
msgstr "Viiva ja kaksi pistettä"

#. Translators: label of a checkbox.
msgid "Make focus mode the default"
msgstr "Käytä oletusarvoisesti vuorovaikutustilaa"

#. Translators: focus (in focus mode) panel
msgid "Focus in focus mode"
msgstr "Kohdistus vuorovaikutustilassa"

#. Translators: label for an edit field.
msgid "Color"
msgstr "Väri"

#. Translators: label for an edit field.
msgid "Thickness"
msgstr "Paksuus"

#. Translators: label for an choice field.
msgid "Style"
msgstr "Tyyli"

#. Translators: focus (in browse mode) panel
msgid "Focus in browse mode"
msgstr "Kohdistus selaustilassa"

#. Translators: navigator panel
msgid "Navigator object"
msgstr "Navigointiobjekti"

#. Translators: Label of a button.
msgid "Restore defaults"
msgstr "Palauta oletukset"

#. 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.
msgid "Focus Highlight"
msgstr "Aktiivisen kohdan korostus"
msgstr "Kohdistuksen korostus"

#. Add-on description
#. Translators: Long description to be shown for this add-on on add-on information from add-ons manager
msgid "Highlight the focused location."
msgstr "Korostaa aktiivisen kohdan."
msgstr "Korosta kohdistettu sijainti."

0 comments on commit ca4851b

Please sign in to comment.