| 12345678910111213141516171819202122232425262728293031323334 |
- # Word definition NVDA addon
- # Copyright (C) 2019, by Ernesto Blanco. All rights reserved
- # This file is distributed under the same license as the wordDefinition package.
- # Ernesto Blanco <mail@ernestoblanco.mx>, 2019.
- #
- msgid ""
- msgstr ""
- "Project-Id-Version: wordDefinition 1.0\n"
- "Report-Msgid-Bugs-To: mail@ernestoblanco.mx\n"
- "POT-Creation-Date: 2019-12-09 09:57+0100\n"
- "PO-Revision-Date: 2019-12-09 10:05+0100\n"
- "Language: es\n"
- "MIME-Version: 1.0\n"
- "Content-Type: text/plain; charset=UTF-8\n"
- "Content-Transfer-Encoding: 8bit\n"
- "Last-Translator: Ernesto Blanco <mail@ernestoblanco.mx>\n"
- "Language-Team: Ernesto Blanco\n"
- "X-Generator: Poedit 2.2.4\n"
- "X-Poedit-SourceCharset: UTF-8\n"
- #. TRANSLATORS: Error message when there aren't any selected word
- #: globalPlugins/defineSelectedWord.py:38
- msgid "Please select some word first."
- msgstr "Por favor, seleccione una palabra primero."
- #. TRANSLATORS: Script __doc__
- #: globalPlugins/defineSelectedWord.py:43
- msgid "Defines selected word."
- msgstr "Define la palabra seleccionada."
- #. TRANSLATORS: Script category
- #: globalPlugins/defineSelectedWord.py:46
- msgid "Text editing"
- msgstr "Edición de texto"
|