--- a/i18n/eric6_es.ts Sat Dec 20 19:16:41 2014 +0100 +++ b/i18n/eric6_es.ts Sun Dec 21 15:36:59 2014 +0100 @@ -10184,22 +10184,22 @@ <translation>Borrar</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorFilePage.py" line="250"/> + <location filename="../Preferences/ConfigurationPages/EditorFilePage.py" line="255"/> <source>Add File Filter</source> <translation>Añadir Filtro de Archivo</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorFilePage.py" line="210"/> + <location filename="../Preferences/ConfigurationPages/EditorFilePage.py" line="215"/> <source>A Save File Filter must contain exactly one wildcard pattern. Yours contains {0}.</source> <translation>Un Filtro para Guardar Archivo debe tener exactamente un carácter de comodín. El suyo contiene {0}.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorFilePage.py" line="219"/> + <location filename="../Preferences/ConfigurationPages/EditorFilePage.py" line="224"/> <source>A File Filter must contain at least one wildcard pattern.</source> <translation>Un Filtro de Archivo debe contener al menos un carácter de comodín.</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorFilePage.py" line="250"/> + <location filename="../Preferences/ConfigurationPages/EditorFilePage.py" line="255"/> <source>Enter the file filter entry:</source> <translation>Introducir la entrada para filtro de archivo:</translation> </message> @@ -10253,6 +10253,16 @@ <source>Enter the filename extensions of Qt Stylesheet files that may be previewed (separated by a space)</source> <translation>Introducir las extensiones de nombre de archivo para archivos de Hoja de Estilos de Qt que pueden ser previsualizados (separadas por un espacio)</translation> </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="507"/> + <source>Select to use 'sphinx' to generate the ReST preview</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="510"/> + <source>Use 'sphinx' for ReST preview</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>EditorGeneralPage</name> @@ -35275,27 +35285,27 @@ <context> <name>Preferences</name> <message> - <location filename="../Preferences/__init__.py" line="1181"/> + <location filename="../Preferences/__init__.py" line="1182"/> <source>Export Preferences</source> <translation>Exportar Preferencias</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1209"/> + <location filename="../Preferences/__init__.py" line="1210"/> <source>Import Preferences</source> <translation>Importar Preferencias</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1209"/> + <location filename="../Preferences/__init__.py" line="1210"/> <source>Properties File (*.ini);;All Files (*)</source> <translation>Archivo de Propiedades (*.ini);;Todos los archivos (*)</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1311"/> + <location filename="../Preferences/__init__.py" line="1312"/> <source>Select Python{0} Interpreter</source> <translation>Seleccionar intérprete de Python{0}</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1311"/> + <location filename="../Preferences/__init__.py" line="1312"/> <source>Select the Python{0} interpreter to be used:</source> <translation>Seleccionar el intérprete de Python{0} a utilizar:</translation> </message> @@ -35316,19 +35326,29 @@ <context> <name>PreviewProcessingThread</name> <message> - <location filename="../UI/Previewers/PreviewerHTML.py" line="311"/> + <location filename="../UI/Previewers/PreviewerHTML.py" line="333"/> <source><p>No preview available for this type of file.</p></source> <translation><p>No hay vista previa disponible para este tipo de archivo.</p></translation> </message> <message> - <location filename="../UI/Previewers/PreviewerHTML.py" line="394"/> + <location filename="../UI/Previewers/PreviewerHTML.py" line="492"/> <source><p>Markdown preview requires the <b>python-markdown</b> package.<br/>Install it with your package manager or see <a href="http://pythonhosted.org/Markdown/install.html">installation instructions.</a></p></source> - <translation><p>La previsualización de Markdown requiere el package <b>python-markdown</b>.<br/>Instalar con el gestor de paquetes o ver <a href="http://pythonhosted.org/Markdown/install.html">las instrucciones de instalación.</a></p></translation> + <translation type="unfinished"><p>La previsualización de Markdown requiere el package <b>python-markdown</b>.<br/>Instalar con el gestor de paquetes o ver <a href="http://pythonhosted.org/Markdown/install.html">las instrucciones de instalación.</a></p></translation> </message> <message> <location filename="../UI/Previewers/PreviewerHTML.py" line="374"/> <source><p>ReStructuredText preview requires the <b>python-docutils</b> package.<br/>Install it with your package manager or see <a href="http://pypi.python.org/pypi/docutils">this page.</a></p></source> - <translation><p>La previsualización de ReStructuredText requiere el package <b>python-docutils</b> package.<br/>Installar con el gestor de paquetes o ver <a href="http://pypi.python.org/pypi/docutils">esta página .</a></p></translation> + <translation type="obsolete"><p>La previsualización de ReStructuredText requiere el package <b>python-docutils</b> package.<br/>Installar con el gestor de paquetes o ver <a href="http://pypi.python.org/pypi/docutils">esta página .</a></p></translation> + </message> + <message> + <location filename="../UI/Previewers/PreviewerHTML.py" line="472"/> + <source><p>ReStructuredText preview requires the <b>python-docutils</b> package.<br/>Install it with your package manager, 'pip install docutils' or see <a href="http://pypi.python.org/pypi/docutils">this page.</a></p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../UI/Previewers/PreviewerHTML.py" line="410"/> + <source><p>ReStructuredText preview requires the <b>sphinx</b> package.<br/>Install it with your package manager,'pip install Sphinx' or see <a href="http://pypi.python.org/pypi/Sphinx">this page.</a></p><p>Alternatively you may disable Sphinx usage on the Editor, Filehandling configuration page.</p></source> + <translation type="unfinished"></translation> </message> </context> <context> @@ -35359,17 +35379,17 @@ <translation>Habilitar Includes del Lado del Servidor</translation> </message> <message> - <location filename="../UI/Previewers/PreviewerHTML.py" line="128"/> + <location filename="../UI/Previewers/PreviewerHTML.py" line="136"/> <source><p>No preview available for this type of file.</p></source> <translation><p>No hay vista previa disponible para este tipo de archivo.</p></translation> </message> <message> - <location filename="../UI/Previewers/PreviewerHTML.py" line="169"/> + <location filename="../UI/Previewers/PreviewerHTML.py" line="178"/> <source>Preview - {0}</source> <translation>Vista Previa - {0}</translation> </message> <message> - <location filename="../UI/Previewers/PreviewerHTML.py" line="171"/> + <location filename="../UI/Previewers/PreviewerHTML.py" line="180"/> <source>Preview</source> <translation>Vista Previa</translation> </message>