Skip to content

Commit fbd9cac

Browse files
committed
Add french translation, thanks to Rémy Ruiz
fix english messages, english and spanish readme, thanks to Rémy Ruiz update IBMTTS version.
1 parent bcac393 commit fbd9cac

File tree

8 files changed

+321
-29
lines changed

8 files changed

+321
-29
lines changed

IBMTTS.pot

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
#, fuzzy
77
msgid ""
88
msgstr ""
9-
"Project-Id-Version: 'IBMTTS' '19.2b2'\n"
9+
"Project-Id-Version: 'IBMTTS' '19.2b4'\n"
1010
"Report-Msgid-Bugs-To: 'nvda-translations@freelists.org'\n"
11-
"POT-Creation-Date: 2019-03-30 14:53-0600\n"
11+
"POT-Creation-Date: 2019-04-06 16:17-0600\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -135,7 +135,7 @@ msgid ""
135135
msgstr ""
136136

137137
#. Translators: The title displayed when the IBMTTS files folder and library name have been set.
138-
#. Translators: The title displayed when copying IBMTTS fails to Add-on was successful.
138+
#. Translators: The title displayed when copying IBMTTS files to Add-on was successful.
139139
#: addon\globalPlugins\ibmtts.py:54 addon\globalPlugins\ibmtts.py:101
140140
msgid "Success"
141141
msgstr ""
@@ -160,7 +160,7 @@ msgstr ""
160160
msgid "Error"
161161
msgstr ""
162162

163-
#. Translators: A message to ask the user to copy IBMTTS fails to Add-on folder.
163+
#. Translators: A message to ask the user to copy IBMTTS files to Add-on folder.
164164
#: addon\globalPlugins\ibmtts.py:69
165165
msgid ""
166166
"Are you sure to copy IBMTTS files to local NVDA driver Add-on? It may not "
@@ -182,28 +182,28 @@ msgstr ""
182182
msgid "Please wait while IBMTTS files are copied into add-on."
183183
msgstr ""
184184

185-
#. Translators: a message dialog asking to retry or cancel when copying IBMTTS fails.
185+
#. Translators: a message dialog asking to retry or cancel when copying IBMTTS files.
186186
#: addon\globalPlugins\ibmtts.py:85
187187
msgid ""
188188
"Unable to copy a file. Perhaps it is currently being used by another process "
189189
"or you have run out of disc space on the drive you are copying to."
190190
msgstr ""
191191

192-
#. Translators: the title of a retry cancel dialog when copying IBMTTS fails
192+
#. Translators: the title of a retry cancel dialog when copying IBMTTS files.
193193
#: addon\globalPlugins\ibmtts.py:87
194194
msgid "Error Copying"
195195
msgstr ""
196196

197-
#. Translators: The message displayed when copying IBMTTS fails to Add-on was successful.
197+
#. Translators: The message displayed when copying IBMTTS files to Add-on was successful.
198198
#: addon\globalPlugins\ibmtts.py:99
199199
msgid ""
200-
"Successfully copied IBMTTS fails. The local copy will be used after restart "
200+
"Successfully copied IBMTTS files. The local copy will be used after restart "
201201
"NVDA."
202202
msgstr ""
203203

204204
#. Translators: The message displayed when errors were found while trying to copy IBMTTS files to Add-on.
205205
#: addon\globalPlugins\ibmtts.py:104
206-
msgid "Error copying IBMTTS fails"
206+
msgid "Error copying IBMTTS files"
207207
msgstr ""
208208

209209
#. # Translators: message box when user is installing the addon in NVDA.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
Also in this category you can copy the external IBMTTS files into Add-on.
2525
Please note: if the synthesizer is inside the add-on, the driver will update the ini library paths automatically. So you can use it on portable NVDA versions.
2626

27-
#packaging it for distribution.
27+
# Packaging it for distribution.
2828
Open a command line, change to the Add-on root folder and run the scons command. The created add-on, if there were no errors, is placed in the root directory.
2929

3030
## Notes:

addon/doc/es/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Soporte para las configuraciones de voz,variante, velocidad, tono, entonación y volumen.
88
* Soporte de parámetros extra como tamaño de la cabeza, carraspeo, respiración. ¡Cree su propia voz!
99
* Habilite o deshabilite las etiquetas de cambio de voz. Desactívalas para protegerte de códigos maliciosos de bromistas, actívalas para hacer muchas cosas divertidas con el sintetizador. ¡Diversión segura garantizada!
10-
* Turvo de voz. Si el sintetizador no te habla lo suficientemente rápido ¡entonces activa el turbo de voz y obtén la velocidad máxima!
10+
* Turbo de voz. Si el sintetizador no te habla lo suficientemente rápido ¡entonces activa el turbo de voz y obtén la velocidad máxima!
1111
* cambios automáticos de idioma. ¡Permítele al sintetizador hablar en el idioma correcto!
1212
* Soporte de índice. El cursor nunca se perderá al usar las características de leer todo.
1313
* Filtro de expresiones anti crashing. El controlador reconoce las expresiones que pueden dañar el funcionamiento del sintetizador.
@@ -25,7 +25,7 @@
2525
En esta categoría también puedes copiar los archivos externos de IBMTTS dentro del complemento.
2626
Nota: si el sintetizador se encuentra dentro del complemento, el controlador actualizará las rutas del archivo ini automáticamente. Así que puedes usarlo en versiones portables de NVDA.
2727

28-
#Empaquetar el complemento para su distribución.
28+
# Empaquetar el complemento para su distribución.
2929
Abra una línea de comandos, cambie al directorio raíz del complemento y ejecute el comando scons. El complemento creado, si no hay errores, será puesto en la carpeta raíz del complemento.
3030

3131
## Notas:

addon/doc/fr/readme.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Pilote IBMTTS, extension pour NVDA #
2+
Cette extension implémente la compatibilité NVDA avec le synthétiseur IBMTTS.
3+
Nous ne pouvons pas distribuer les bibliothèques IBMTTS. Donc, c'est juste le pilote.
4+
Si vous souhaitez améliorer ce pilote, n'hésitez pas à envoyer librement vos pull requests via github !
5+
6+
# Caractéristiques :
7+
* Prise en charge des paramètres de voix, variante, débit, hauteur, inflexion et volume.
8+
* Prise en charge des paramètres supplémentaire taille de la tête, enrouement , respiration. Créez votre propre voix !
9+
* Activer ou désactiver les balises de changement de voix. Désactivez-les pour vous protéger contre les codes malveillants des farceurs, activez-les pour permettre de faire beaucoup de choses amusantes avec le synthétiseur. Un plaisir garanti en toute sécurité !
10+
* Voix turbo. Si le synthétiseur ne vous parle pas assez vite, activez la voix turbo et obtenez la vitesse maximale !
11+
* Changement automatique de langue. Laissez le synthétiseur parler dans la bonne langue !
12+
* Prise en charge d'indexation. Le curseur ne sera jamais perdu lors de l'utilisation des fonctionnalités lire tout.
13+
* Expressions de filtre anti-crash. Le pilote reconnaît les expressions pouvant endommager le fonctionnement du synthétiseur.
14+
15+
# Exigences.
16+
## NVDA.
17+
Vous avez besoin de NVDA 2018.4 ou une version ultérieure. Ce pilote est compatible avec Python 3, vous pouvez donc l’utiliser avec les futures versions de NVDA. Une fois que NVDA avec Python 3 sera disponible, ce pilote ne sera plus compatible avec Python 2.7. Veuillez utiliser les dernières versions de NVDA. C'est gratuit !
18+
19+
## Bibliothèques du synthétiseur IBMTTS.
20+
Ce n'est que le pilote, vous devez vous procurer les bibliothèques ailleurs.
21+
22+
# Installation.
23+
Installez-le simplement comme n'importe quel extension NVDA. Ouvrez ensuite les paramètres du dialogue NVDA et dans la catégorie IBMTTS définissez le chemin des fichiers IBMTTS.
24+
Également dans cette catégorie, vous pouvez copier les fichiers externes IBMTTS dans l'extension.
25+
Remarque : si le synthétiseur est dans l'extension, le pilote mettra à jour automatiquement les chemins du fichier ini. Vous pouvez donc l'utiliser sur les versions portables de NVDA.
26+
27+
# Empaquetage de l'extension pour sa distribution.
28+
Ouvrez une ligne de commande, changer le dossier racine de l'extension et exécutez la commande scons. L'extension créée, s'il n'y a pas d'erreur, sera placée dans le dossier racine de l'extension.
29+
30+
## Notes:
31+
* Les outils scons et gettext sur ce projet sont uniquement compatibles avec Python 3. Ils ne fonctionnent pas avec Python 2.7.
32+
* Vous pouvez ajouter les fichiers supplémentaires requis de IBMTTS dans l'extension (pour un usage personnel uniquement). Copiez-les simplement dans "addon \ synthDrivers \ ibmtts". Définissez le nom de la bibliothèque par défaut sur "settingsDB.py" si nécessaire.

addon/globalPlugins/ibmtts.py

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def _onSetLocalClick(self, evt):
6565
# Translators: The message displayed when the current source path is relative.
6666
gui.messageBox(_("Relative paths are not allowed."), _("Error"), wx.OK|wx.ICON_ERROR, self)
6767
return
68-
# Translators: A message to ask the user to copy IBMTTS fails to Add-on folder.
68+
# Translators: A message to ask the user to copy IBMTTS files to Add-on folder.
6969
if gui.messageBox(_("Are you sure to copy IBMTTS files to local NVDA driver Add-on? It may not work in some IBMTTS distributions."),
7070
# Translators: The title of the Asking dialog displayed when trying to copy IBMTTS files.
7171
_("Copy IBMTTS files"),
@@ -81,9 +81,9 @@ def _onSetLocalClick(self, evt):
8181
res = True
8282
break
8383
except Exception:
84-
# Translators: a message dialog asking to retry or cancel when copying IBMTTS fails.
84+
# Translators: a message dialog asking to retry or cancel when copying IBMTTS files.
8585
message=_("Unable to copy a file. Perhaps it is currently being used by another process or you have run out of disc space on the drive you are copying to.")
86-
# Translators: the title of a retry cancel dialog when copying IBMTTS fails
86+
# Translators: the title of a retry cancel dialog when copying IBMTTS files.
8787
title=_("Error Copying")
8888
if winUser.MessageBox(None,message,title,winUser.MB_RETRYCANCEL) != winUser.IDRETRY:
8989
res=False
@@ -95,13 +95,13 @@ def _onSetLocalClick(self, evt):
9595
self._ttsPath.SetValue("ibmtts")
9696
# this parameter is saved even if the user doesn't click accept button.
9797
config.conf['ibmeci']['TTSPath'] = self._ttsPath.GetValue()
98-
# Translators: The message displayed when copying IBMTTS fails to Add-on was successful.
99-
gui.messageBox(_("Successfully copied IBMTTS fails. The local copy will be used after restart NVDA."),
100-
# Translators: The title displayed when copying IBMTTS fails to Add-on was successful.
98+
# Translators: The message displayed when copying IBMTTS files to Add-on was successful.
99+
gui.messageBox(_("Successfully copied IBMTTS files. The local copy will be used after restart NVDA."),
100+
# Translators: The title displayed when copying IBMTTS files to Add-on was successful.
101101
_("Success"),wx.OK|wx.ICON_INFORMATION,self)
102102
else:
103103
# Translators: The message displayed when errors were found while trying to copy IBMTTS files to Add-on.
104-
gui.messageBox(_("Error copying IBMTTS fails"), _("Error"), wx.OK|wx.ICON_ERROR, self)
104+
gui.messageBox(_("Error copying IBMTTS files"), _("Error"), wx.OK|wx.ICON_ERROR, self)
105105

106106
def copyTtsFiles(self):
107107
import installer
@@ -127,3 +127,5 @@ def __init__(self):
127127
super(GlobalPlugin, self).__init__()
128128
gui.settingsDialogs.NVDASettingsDialog.categoryClasses.append(IBMTTSSettingsPanel)
129129

130+
131+
#__all__ = ['settingsDB']

addon/locale/es/LC_MESSAGES/nvda.po

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: IBMTTS for NVDA\n"
99
"Report-Msgid-Bugs-To: 'nvda-translations@freelists.org'\n"
10-
"POT-Creation-Date: 2019-03-30 14:53-0600\n"
11-
"PO-Revision-Date: 2019-03-30 14:58-0600\n"
10+
"POT-Creation-Date: 2019-04-06 16:09-0600\n"
11+
"PO-Revision-Date: 2019-04-06 16:11-0600\n"
1212
"Last-Translator: David CM <dhf360@gmail.com>\n"
1313
"Language-Team: José Manuel Delicado <jmdaweb@hotmail.com>\n"
1414
"Language: es\n"
@@ -142,7 +142,7 @@ msgstr ""
142142
"archivos de IBMTTS en el complemento\"."
143143

144144
#. Translators: The title displayed when the IBMTTS files folder and library name have been set.
145-
#. Translators: The title displayed when copying IBMTTS fails to Add-on was successful.
145+
#. Translators: The title displayed when copying IBMTTS files to Add-on was successful.
146146
#: addon\globalPlugins\ibmtts.py:54 addon\globalPlugins\ibmtts.py:101
147147
msgid "Success"
148148
msgstr "Correcto"
@@ -169,7 +169,7 @@ msgstr "Las rutas relativas no son permitidas."
169169
msgid "Error"
170170
msgstr "Error"
171171

172-
#. Translators: A message to ask the user to copy IBMTTS fails to Add-on folder.
172+
#. Translators: A message to ask the user to copy IBMTTS files to Add-on folder.
173173
#: addon\globalPlugins\ibmtts.py:69
174174
msgid ""
175175
"Are you sure to copy IBMTTS files to local NVDA driver Add-on? It may not "
@@ -194,7 +194,7 @@ msgid "Please wait while IBMTTS files are copied into add-on."
194194
msgstr ""
195195
"Por favor espere mientras los archivos de IBMTTS se copian en el complemento."
196196

197-
#. Translators: a message dialog asking to retry or cancel when copying IBMTTS fails.
197+
#. Translators: a message dialog asking to retry or cancel when copying IBMTTS files.
198198
#: addon\globalPlugins\ibmtts.py:85
199199
msgid ""
200200
"Unable to copy a file. Perhaps it is currently being used by another process "
@@ -204,23 +204,23 @@ msgstr ""
204204
"o no tienes suficiente espacio en la unidad a la que se están copiando los "
205205
"archivos."
206206

207-
#. Translators: the title of a retry cancel dialog when copying IBMTTS fails
207+
#. Translators: the title of a retry cancel dialog when copying IBMTTS files.
208208
#: addon\globalPlugins\ibmtts.py:87
209209
msgid "Error Copying"
210210
msgstr "Error al copiar"
211211

212-
#. Translators: The message displayed when copying IBMTTS fails to Add-on was successful.
212+
#. Translators: The message displayed when copying IBMTTS files to Add-on was successful.
213213
#: addon\globalPlugins\ibmtts.py:99
214214
msgid ""
215-
"Successfully copied IBMTTS fails. The local copy will be used after restart "
215+
"Successfully copied IBMTTS files. The local copy will be used after restart "
216216
"NVDA."
217217
msgstr ""
218218
"Archivos de IBMTTS copiados correctamente. La copia local será usada después "
219219
"de reiniciar NVDA."
220220

221221
#. Translators: The message displayed when errors were found while trying to copy IBMTTS files to Add-on.
222222
#: addon\globalPlugins\ibmtts.py:104
223-
msgid "Error copying IBMTTS fails"
223+
msgid "Error copying IBMTTS files"
224224
msgstr "Error al copiar los archivos de IBMTTS"
225225

226226
#. # Translators: message box when user is installing the addon in NVDA.

0 commit comments

Comments
 (0)