nvda.po 1.1 KB

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