]> git.lyx.org Git - features.git/commitdiff
- Spanish multicol.lyx: new translated file from Ignacio
authorUwe Stöhr <uwestoehr@web.de>
Sat, 1 Nov 2008 14:55:43 +0000 (14:55 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Sat, 1 Nov 2008 14:55:43 +0000 (14:55 +0000)
- es.po, Spanish UserGuide.lyx: updates from Ignacio

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27223 a592a061-630c-0410-9148-cb99ea01b6c8

development/scons/scons_manifest.py
lib/Makefile.am
lib/doc/es/UserGuide.lyx
lib/examples/es/multicol.lyx [new file with mode: 0644]
po/es.po

index 4376c5904d7fd23d5801db39dfbae1363f3a6678..e790f11a597f4f1e41e5ddda61e0c10563a317de 100644 (file)
@@ -2410,9 +2410,10 @@ lib_examples_fr_files = Split('''
 
 
 lib_examples_es_files = Split('''
-    ItemizeBullets.lyx
     ejemplo_con_lyx.lyx
     ejemplo_sin_lyx.lyx
+    ItemizeBullets.lyx
+    multicol.lyx
     splash.lyx
 ''')
 
index 11a72c85f867b5f282309e6daf4c976a7a99d3a9..7f125e9064b65d361dc2a7871e14bebe2c3d7ba7 100644 (file)
@@ -98,9 +98,10 @@ dist_deexamples_DATA = \
 
 esexamplesdir = $(pkgdatadir)/examples/es
 dist_esexamples_DATA = \
-       examples/es/ItemizeBullets.lyx \
        examples/es/ejemplo_con_lyx.lyx \
        examples/es/ejemplo_sin_lyx.lyx \
+       examples/es/ItemizeBullets.lyx \
+       examples/es/multicol.lyx \
        examples/es/splash.lyx
 
 euexamplesdir = $(pkgdatadir)/examples/eu
index e2e4764ca84e4a12556e3cb37093996f74b8d568..4be2413538202f9fe796b650934ecb3783cc24d9 100644 (file)
@@ -1805,7 +1805,7 @@ Alt-p
 Puedes ver la lista de atajos de teclado o cambiarlos en las preferencias
  de LyX, menú
 \family sans
-Herramientas\SpecialChar \menuseparator
+ Herramientas\SpecialChar \menuseparator
 Preferencias,
 \family default
  apartado 
@@ -4304,7 +4304,7 @@ opt
 \begin_inset Quotes frd
 \end_inset
 
- que te permite introducir el texto del título.
(por «optativo») que te permite introducir el texto del título.
  Esto también trabaja para encabezados en flotantes.
 \end_layout
 
@@ -37017,7 +37017,7 @@ Título breve
 \end_layout
 
 \begin_layout Standard
-Inserta título breve, véase la sección
+Inserta un título breve, véase la sección
 \begin_inset space ~
 \end_inset
 
diff --git a/lib/examples/es/multicol.lyx b/lib/examples/es/multicol.lyx
new file mode 100644 (file)
index 0000000..2a4f740
--- /dev/null
@@ -0,0 +1,1021 @@
+#LyX 1.6.0svn created this file. For more info see http://www.lyx.org/
+\lyxformat 344
+\begin_document
+\begin_header
+\textclass article
+\begin_preamble
+\usepackage{multicol}
+\end_preamble
+\use_default_options false
+\language spanish
+\inputencoding auto
+\font_roman default
+\font_sans default
+\font_typewriter default
+\font_default_family default
+\font_sc false
+\font_osf false
+\font_sf_scale 100
+\font_tt_scale 100
+
+\graphics default
+\paperfontsize default
+\spacing single
+\use_hyperref false
+\papersize default
+\use_geometry false
+\use_amsmath 0
+\use_esint 0
+\cite_engine basic
+\use_bibtopic false
+\paperorientation portrait
+\secnumdepth 3
+\tocdepth 3
+\paragraph_separation indent
+\defskip medskip
+\quotes_language english
+\papercolumns 1
+\papersides 1
+\paperpagestyle default
+\tracking_changes false
+\output_changes false
+\author "" 
+\author "" 
+\end_header
+
+\begin_body
+
+\begin_layout Title
+Multiple Columns
+\end_layout
+
+\begin_layout Author
+by 
+\noun on
+Lars Gullik Bjønnes
+\end_layout
+
+\begin_layout Section
+Propósito
+\end_layout
+
+\begin_layout Standard
+La intención de este capítulo es mostrar cómo se puede usar el paquete LaTeX
+\family typewriter
+multicol
+\family default
+ en un documento LyX.
+ Como Lyx aún no soporta propiamente 
+\family typewriter
+multicol
+\family default
+, Tenemos que usar algunos pequeños montajes.
+ Al leer esta sección debería resultar obvio cómo hacerlo.
+\end_layout
+
+\begin_layout Subsection
+Limitaciones 
+\end_layout
+
+\begin_layout Standard
+El paquete 
+\family typewriter
+multicol
+\family default
+ permite alternar entre los formatos a una columna y multicolumna en la
+ misma página.
+ Las notas al pie se manejan correctamente (en su mayor parte), pero se
+ colocarán al pie de la página y no al pie de cada columna.
+ El mecanismo de flotación de LaTeX, sin embargo, es deshabilitado parcialmente
+ en la implementación actual.
+ Por el momento, en el ámbito de este documento solo se pueden usar flotantes
+ a página completa.
+\end_layout
+
+\begin_layout Subsection
+Ejemplos
+\end_layout
+
+\begin_layout Subsubsection
+Dos columnas
+\end_layout
+
+\begin_layout Standard
+Si quieres poner dos columnas en tu texto debes usar el modo LaTeX e insertar
+\family typewriter
+
+\backslash
+begin{multicols}{2}
+\family default
+ en el punto en el que quieras comenzar el formato de dos columnas, y después
+\family typewriter
+
+\backslash
+end{multicols}
+\family default
+ donde quieras finalizarlo.
+ Como esto:
+\end_layout
+
+\begin_layout Standard
+\begin_inset VSpace -2ex
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status open
+
+\begin_layout Plain Layout
+
+
+\backslash
+begin{multicols}{2}
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\noindent
+
+\series bold
+\size small
+The Adventure of the Empty House
+\series default
+
+\begin_inset Newline newline
+\end_inset
+
+by 
+\noun on
+Sir Arthur Conan Doyle
+\end_layout
+
+\begin_layout Standard
+
+\size small
+It was in the spring of the year 1894 that all London was interested, and
+ the fashionable world dismayed, by the murder of the Honourable Ronald
+ Adair under most unusual and inexplicable circumstances.
+ The public has already learned those particulars of the crime which came
+ out in the police investigation, but a good deal was suppressed upon that
+ occasion, since the case for the prosecution was so overwhelmingly strong
+ that it was not necessary to bring forward all the facts.
+ Only now, at the end of nearly ten years, am I allowed to supply those
+ missing links which make up the whole of that remarkable chain.
+ The crime was of interest in itself, but that interest was as nothing to
+ me compared to the inconceivable sequel, which afforded me the greatest
+ shock and surprise of any event in my adventurous life.
+ Even now, after this long interval, I find myself thrilling as I think
+ of it, and feeling once more that sudden flood of joy, amazement, and increduli
+ty which utterly submerged my mind.
+ Let me say to that public, which has shown some interest in those glimpses
+ which I have occasionally given them of the thoughts and actions of a very
+ remarkable man, that they are not to blame me if I have not shared my knowledge
+ with them, for I should have considered it my first duty to do so, had
+ I not been barred by a positive prohibition from his own lips, which was
+ only withdrawn upon the third of last month.
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+end{multicols}
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Subsubsection
+Columnas múltiples
+\end_layout
+
+\begin_layout Standard
+Si quieres más de dos columnas se sigue el mismo patrón.
+ (Puedes poner más de tres columnas si quieres, pero podría no ser muy agradable
+ para la vista.)
+\end_layout
+
+\begin_layout Standard
+\begin_inset VSpace -2ex
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+begin{multicols}{3}
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+
+\size footnotesize
+It can be imagined that my close intimacy with Sherlock Holmes had interested
+ me deeply in crime, and that after his disappearance I never failed to
+ read with care the various problems which came before the public.
+ And I even attempted, more than once, for my own private satisfaction,
+ to employ his methods in their solution, though with indifferent success.
+ There was none, however, which appealed to me like this tragedy of Ronald
+ Adair.
+ As I read the evidence at the inquest, which led up to a verdict of willful
+ murder against some person or persons unknown, I realized more clearly
+ than I had ever done the loss which the community had sustained by the
+ death of Sherlock Holmes.
+ There were points about this strange business which would, I was sure,
+ have specially appealed to him, and the efforts of the police would have
+ been supplemented, or more probably anticipated, by the trained observation
+ and the alert mind of the first criminal agent in Europe.
+ All day, as I drove upon my round, I turned over the case in my mind and
+ found no explanation which appeared to me to be adequate.
+ At the risk of telling a twice-told tale, I will recapitulate the facts
+ as they were known to the public at the conclusion of the inquest.
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+end{multicols}
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Subsubsection
+Columnas dentro de columnas
+\end_layout
+
+\begin_layout Standard
+Incluso puedes poner columnas dentro de columnas:
+\end_layout
+
+\begin_layout Standard
+\begin_inset VSpace -2ex
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+begin{multicols}{2}
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+
+\size footnotesize
+The Honourable Ronald Adair was the second son of the Earl of Maynooth,
+ at that time governor of one of the Australian colonies.
+ Adair's mother had returned from Australia to undergo the operation for
+ cataract, and she, her son Ronald, and her daughter Hilda were living together
+ at 427 Park Lane.
+\end_layout
+
+\begin_layout Standard
+\begin_inset VSpace -2ex
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+begin{multicols}{2}
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+
+\size footnotesize
+The youth moved in the best society--had, so far as was known, no enemies
+ and no particular vices.
+ He had been engaged to Miss Edith Woodley, of Carstairs, but the engagement
+ had been broken off by mutual consent some months before, and there was
+ no sign that it had left any very profound feeling behind it.
+ For the rest {sic} the man's life moved in a narrow and conventional circle,
+ for his habits were quiet and his nature unemotional.
+ Yet it was upon this easy-going young aristocrat that death came, in most
+ strange and unexpected form, between the hours of ten and eleven-twenty
+ on the night of March 30, 1894.
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+end{multicols}
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+
+\size footnotesize
+Ronald Adair was fond of cards--playing continually, but never for such
+ stakes as would hurt him.
+ He was a member of the Baldwin, the Cavendish, and the Bagatelle card clubs.
+ It was shown that, after dinner on the day of his death, he had played
+ a rubber of whist at the latter club.
+ He had also played there in the afternoon.
+
+\size default
+\size footnotesize
+The evidence of those who had played with him-- Mr.
+ Murray, Sir John Hardy, and Colonel Moran--showed that the game was whist,
+ and that there was a fairly equal fall of the cards.
+ Adair might have lost five pounds, but not more.
+ His fortune was a considerable one, and such a loss could not in any way
+ affect him.
+ He had played nearly every day at one club or other, but he was a cautious
+ player, and usually rose a winner.
+ It came out in evidence that, in partnership with Colonel Moran, he had
+ actually won as much as four hundred and twenty pounds in a sitting, some
+ weeks before, from Godfrey Milner and Lord Balmoral.
+ So much for his recent history as it came out at the inquest.
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+end{multicols}
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Subsection
+Ejemplos avanzados
+\end_layout
+
+\begin_layout Standard
+Probablemente sepas que 
+\family typewriter
+multicol
+\family default
+ tiene varias variables configurables.
+ Los ejemplos siguientes muestran cómo usarlas en LyX.
+\end_layout
+
+\begin_layout Subsubsection
+Prólogo y salto
+\end_layout
+
+\begin_layout Standard
+Si quedan menos de 5
+\begin_inset space \thinspace{}
+\end_inset
+
+cm en la página, se va a insertar un salto de página delante de esta pequeña
+ cantidad, con un texto de prólogo sobre las dos columnas: 
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+begin{multicols}{2}[
+\end_layout
+
+\end_inset
+
+Y la historia continúa y continúa y continúa y continúa\SpecialChar \ldots{}
+
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+][5cm]
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+
+\size small
+On the evening of the crime, he returned from the club exactly at ten.
+ His mother and sister were out spending the evening with a relation.
+ The servant deposed that she heard him enter the front room on the second
+ floor, generally used as his sitting-room.
+ She had lit a fire there, and as it smoked she had opened the window.
+ No sound was heard from the room until eleven-twenty, the hour of the return
+ of Lady Maynooth and her daughter.
+ Desiring to say good-night, she attempted to enter her son's room.
+ The door was locked on the inside, and no answer could be got to their
+ cries and knocking.
+ Help was obtained, and the door forced.
+ The unfortunate young man was found lying near the table.
+ His head had been horribly mutilated by an expanding revolver bullet, but
+ no weapon of any sort was to be found in the room.
+ On the table lay two bank notes for ten pounds each and seventeen pounds
+ ten in silver and gold, the money arranged in little piles of varying amount.
+ There were some figures also upon a sheet of paper, with the names of some
+ club friends opposite to them, from which it was conjectured that before
+ his death he was endeavouring to make out his losses or winnings at cards.
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+end{multicols}
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Subsubsection
+Prólogo y secciones
+\end_layout
+
+\begin_layout Standard
+¿Qué hacer si quieres que el prólogo sea un comando de sección? Se puede
+ hacer, pero solo mediante comandos LaTeX en los parámetros del comando
+\family typewriter
+multicols
+\family default
+.
+ Debido a esto, el comando sección no puede ser provisto por LyX:
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+begin{multicols}{2}[
+\backslash
+subsubsection{
+\end_layout
+
+\end_inset
+
+Esto es el comando de sección como prólogo
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}][5cm]
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+
+\size small
+A minute examination of the circumstances served only to make the case more
+ complex.
+ In the first place, no reason could be given why the young man should have
+ fastened the door upon the inside.
+ There was the possibility that the murderer had done this, and had afterwards
+ escaped by the window.
+ The drop was at least twenty feet, however, and a bed of crocuses in full
+ bloom lay beneath.
+ Neither the flowers nor the earth showed any sign of having been disturbed,
+ nor were there any marks upon the narrow strip of grass which separated
+ the house from the road.
+ Apparently, therefore, it was the young man himself who had fastened the
+ door.
+ But how did he come by his death? No one could have climbed up to the window
+ without leaving traces.
+ Suppose a man had fired through the window, he would indeed be a remarkable
+ shot who could with a revolver inflict so deadly a wound.
+ Again, Park Lane is a frequented thoroughfare; there is a cab stand within
+ a hundred yards of the house.
+ No one had heard a shot.
+ And yet there was the dead man and there the revolver bullet, which had
+ mushroomed out, as soft-nosed bullets will, and so inflicted a wound which
+ must have caused instantaneous death.
+ Such were the circumstances of the Park Lane Mystery, which were further
+ complicated by entire absence of motive, since, as I have said, young Adair
+ was not known to have any enemy, and no attempt had been made to remove
+ the money or valuables in the room.
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+end{multicols}
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Subsubsection
+Espacio libre
+\end_layout
+
+\begin_layout Standard
+El paquete 
+\family typewriter
+multicol
+\family default
+ exige una cierta cantidad de espacio disponible antes y después de una
+ sección multicolumna.
+ Además 
+\family typewriter
+multicol
+\family default
+ inserta un espacio dado delante y detrás de la sección multicolumna.
+ Los comandos para cambiar la configuración predeterminada para esto deben
+ darse justo antes de 
+\family typewriter
+
+\backslash
+begin{multicols}
+\family default
+.
+ Este ejemplo pone un espacio de 3
+\begin_inset space \thinspace{}
+\end_inset
+
+cm delante y detrás del texto multicolumna:
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+setlength{
+\backslash
+multicolsep}{3cm}
+\backslash
+begin{multicols}{2}
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+
+\size small
+All day I turned these facts over in my mind, endeavouring to hit upon some
+ theory which could reconcile them all, and to find that line of least resistanc
+e which my poor friend had declared to be the starting-point of every investigat
+ion.
+ I confess that I made little progress.
+ In the evening I strolled across the Park, and found myself about six o'clock
+ at the Oxford Street end of Park Lane.
+ A group of loafers upon the pavements, all staring up at a particular window,
+ directed me to the house which I had come to see.
+ A tall, thin man with coloured glasses, whom I strongly suspected of being
+ a plain-clothes detective, was pointing out some theory of his own, while
+ the others crowded round to listen to what he said.
+ I got as near him as I could, but his observations seemed to me to be absurd,
+ so I withdrew again in some disgust.
+ As I did so I struck against an elderly, deformed man, who had been behind
+ me, and I knocked down several books which he was carrying.
+ I remember that as I picked them up, I observed the title of one of them,
+ THE ORIGIN OF TREE WORSHIP, and it struck me that the fellow must be some
+ poor bibliophile, who, either as a trade or as a hobby, was a collector
+ of obscure volumes.
+ I endeavoured to apologize for the accident, but it was evident that these
+ books which I had so unfortunately maltreated were very precious objects
+ in the eyes of their owner.
+ With a snarl of contempt he turned upon his heel, and I saw his curved
+ back and white side-whiskers disappear among the throng.
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+end{multicols}
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Paragraph
+Nota:
+\end_layout
+
+\begin_layout Standard
+El valor establecido con 
+\family typewriter
+
+\backslash
+setlength
+\family default
+ debe restablecerse después al predeterminado, o se mantendrá el valor modificad
+o en el resto del documento.
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+setlength{
+\backslash
+multicolsep}{13pt}
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Subsubsection
+Anchura y separación de columnas
+\end_layout
+
+\begin_layout Standard
+La anchura de las columnas en el entorno 
+\family sans
+multicols
+\family default
+ se calcula automáticamente, pero el espacio entre columnas puede modificarse
+ explícitamente.
+ Entre las dos columnas siguientes se ha puesto un espacio de 3
+\begin_inset space \thinspace{}
+\end_inset
+
+cm:
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+setlength{
+\backslash
+columnsep}{3cm}
+\backslash
+begin{multicols}{2}
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+
+\size small
+My observations of No.
+ 427 Park Lane did little to clear up the problem in which I was interested.
+ The house was separated from the street by a low wall and railing, the
+ whole not more than five feet high.
+ It was perfectly easy, therefore, for anyone to get into the garden, but
+ the window was entirely inaccessible, since there was no water pipe or
+ anything which could help the most active man to climb it.
+ More puzzled than ever, I retraced my steps to Kensington.
+ I had not been in my study five minutes when the maid entered to say that
+ a person desired to see me.
+ To my astonishment it was none other than my strange old book collector,
+ his sharp, wizened face peering out from a frame of white hair, and his
+ precious volumes, a dozen of them at least, wedged under his right arm.
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+end{multicols}
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+De nuevo hemos de restablecer el valor después de usarlo para evitar que
+ se mantenga para el resto del documento.
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+setlength{
+\backslash
+columnsep}{10pt}
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Subsubsection
+Líneas verticales
+\end_layout
+
+\begin_layout Standard
+Entre cada dos columnas se puede dibujar una línea con una anchura dada
+ por 
+\family typewriter
+
+\backslash
+columnseprule
+\family default
+.
+ Si esta línea se establece a 0
+\begin_inset space \thinspace{}
+\end_inset
+
+pt, se suprime.
+ En el siguiente ejemplo la anchura de la línea entre las dos columnas es
+ de 2
+\begin_inset space \thinspace{}
+\end_inset
+
+pt:
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status open
+
+\begin_layout Plain Layout
+
+
+\backslash
+setlength{
+\backslash
+columnseprule}{2pt}
+\backslash
+begin{multicols}{2}
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+
+\size small
+\begin_inset Quotes eld
+\end_inset
+
+You're surprised to see me, sir,
+\begin_inset Quotes erd
+\end_inset
+
+ said he, in a strange, croaking voice.
+\end_layout
+
+\begin_layout Standard
+
+\size small
+I acknowledged that I was.
+\end_layout
+
+\begin_layout Standard
+
+\size small
+\begin_inset Quotes eld
+\end_inset
+
+Well, I've a conscience, sir, and when I chanced to see you go into this
+ house, as I came hobbling after you, I thought to myself, I'll just step
+ in and see that kind gentleman, and tell him that if I was a bit gruff
+ in my manner there was not any harm meant, and that I am much obliged to
+ him for picking up my books.
+\begin_inset Quotes erd
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+
+\size small
+\begin_inset Quotes eld
+\end_inset
+
+You make too much of a trifle,
+\begin_inset Quotes erd
+\end_inset
+
+ said I.
+\begin_inset Quotes eld
+\end_inset
+
+May I ask how you knew who I was?
+\begin_inset Quotes erd
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+
+\size small
+\begin_inset Quotes eld
+\end_inset
+
+Well, sir, if it isn't too great a liberty, I am a neighbour of yours, for
+ you'll find my little bookshop at the corner of Church Street, and very
+ happy to see you, I am sure.
+ Maybe you collect yourself, sir.
+ Here's 
+\noun on
+British
+\begin_inset space ~
+\end_inset
+
+Birds
+\noun default
+, and 
+\noun on
+Catullus
+\noun default
+, and 
+\noun on
+The Holy War
+\noun default
+--a bargain, every one of them.
+ With five volumes you could just fill that gap on that second shelf.
+ It looks untidy, does it not, sir?
+\begin_inset Quotes erd
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+end{multicols}
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+Como antes, restablecemos ahora el valor.
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+setlength{
+\backslash
+columnseprule}{0pt}
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+Tendrás que ir a la biblioteca para leer el resto de la historia.
+\begin_inset Foot
+status open
+
+\begin_layout Plain Layout
+\SpecialChar \ldots{}
+o haz trampa como nosotros y encuéntralo en el proyecto Gutenberg por ahí
+ en la Web.
+\end_layout
+
+\end_inset
+
+ Lo creas o no, realmente hay algo de suspense en este punto de la historia\SpecialChar \ldots{}
+
+\end_layout
+
+\end_body
+\end_document
index 7af1f27a75cf434e9166ca0ec41fb30d71e1d9d2..6b455b312975f4b324de737f34ba04adbcffb1c5 100644 (file)
--- a/po/es.po
+++ b/po/es.po
@@ -11,9 +11,9 @@ msgid ""
 msgstr ""
 "Project-Id-Version: es\n"
 "Report-Msgid-Bugs-To: lyx-devel@lists.lyx.org\n"
-"POT-Creation-Date: 2008-10-28 16:46+0000\n"
-"PO-Revision-Date: 2008-10-26 09:58+0100\n"
-"Last-Translator: Ignacio García <ignacio.gmorales@gmail.com>\n"
+"POT-Creation-Date: 2008-10-28 19:44+0000\n"
+"PO-Revision-Date: 2008-10-30 16:27+0100\n"
+"Last-Translator: Ignacio García\n"
 "Language-Team: LyX team <lyx-docs@lists.lyx.org>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
@@ -32,26 +32,37 @@ msgstr "La versión va aquí"
 msgid "Credits"
 msgstr "Créditos"
 
-#: src/frontends/qt4/ui/AboutUi.ui:80 lib/layouts/apa.layout:198
+#: src/frontends/qt4/ui/AboutUi.ui:80
+#: lib/layouts/apa.layout:198
 #: lib/layouts/agu_stdtitle.inc:81
 msgid "Copyright"
 msgstr "Copyright"
 
-#: src/frontends/qt4/ui/AboutUi.ui:131 src/frontends/qt4/ui/BibitemUi.ui:121
-#: src/frontends/qt4/ui/BoxUi.ui:260 src/frontends/qt4/ui/BranchUi.ui:41
+#: src/frontends/qt4/ui/AboutUi.ui:131
+#: src/frontends/qt4/ui/BibitemUi.ui:121
+#: src/frontends/qt4/ui/BoxUi.ui:260
+#: src/frontends/qt4/ui/BranchUi.ui:41
 #: src/frontends/qt4/ui/DelimiterUi.ui:268
 #: src/frontends/qt4/ui/ErrorListUi.ui:73
-#: src/frontends/qt4/ui/ExternalUi.ui:625 src/frontends/qt4/ui/FloatUi.ui:85
+#: src/frontends/qt4/ui/ExternalUi.ui:625
+#: src/frontends/qt4/ui/FloatUi.ui:85
 #: src/frontends/qt4/ui/HSpaceUi.ui:214
 #: src/frontends/qt4/ui/HyperlinkUi.ui:150
-#: src/frontends/qt4/ui/IncludeUi.ui:247 src/frontends/qt4/ui/InfoUi.ui:71
-#: src/frontends/qt4/ui/LogUi.ui:54 src/frontends/qt4/ui/ParagraphUi.ui:102
-#: src/frontends/qt4/ui/PrefsUi.ui:93 src/frontends/qt4/ui/RefUi.ui:97
-#: src/frontends/qt4/ui/SearchUi.ui:207 src/frontends/qt4/ui/ShowFileUi.ui:55
+#: src/frontends/qt4/ui/IncludeUi.ui:247
+#: src/frontends/qt4/ui/InfoUi.ui:71
+#: src/frontends/qt4/ui/LogUi.ui:54
+#: src/frontends/qt4/ui/ParagraphUi.ui:102
+#: src/frontends/qt4/ui/PrefsUi.ui:93
+#: src/frontends/qt4/ui/RefUi.ui:97
+#: src/frontends/qt4/ui/SearchUi.ui:207
+#: src/frontends/qt4/ui/ShowFileUi.ui:55
 #: src/frontends/qt4/ui/SpellcheckerUi.ui:28
-#: src/frontends/qt4/ui/SymbolsUi.ui:66 src/frontends/qt4/ui/TexinfoUi.ui:58
-#: src/frontends/qt4/ui/ThesaurusUi.ui:141 src/frontends/qt4/ui/VSpaceUi.ui:59
-#: src/frontends/qt4/ui/WrapUi.ui:173 src/frontends/qt4/GuiParagraph.cpp:161
+#: src/frontends/qt4/ui/SymbolsUi.ui:66
+#: src/frontends/qt4/ui/TexinfoUi.ui:58
+#: src/frontends/qt4/ui/ThesaurusUi.ui:141
+#: src/frontends/qt4/ui/VSpaceUi.ui:59
+#: src/frontends/qt4/ui/WrapUi.ui:173
+#: src/frontends/qt4/GuiParagraph.cpp:161
 msgid "&Close"
 msgstr "&Cerrar"
 
@@ -64,50 +75,72 @@ msgid "&Dummy"
 msgstr "&Fantasma"
 
 #: src/frontends/qt4/ui/AskForTextUi.ui:84
-#: src/frontends/qt4/ui/BibitemUi.ui:111 src/frontends/qt4/ui/BibtexUi.ui:216
-#: src/frontends/qt4/ui/BoxUi.ui:234 src/frontends/qt4/ui/BranchUi.ui:31
+#: src/frontends/qt4/ui/BibitemUi.ui:111
+#: src/frontends/qt4/ui/BibtexUi.ui:216
+#: src/frontends/qt4/ui/BoxUi.ui:234
+#: src/frontends/qt4/ui/BranchUi.ui:31
 #: src/frontends/qt4/ui/CharacterUi.ui:370
 #: src/frontends/qt4/ui/CitationUi.ui:438
-#: src/frontends/qt4/ui/DocumentUi.ui:135 src/frontends/qt4/ui/ERTUi.ui:90
-#: src/frontends/qt4/ui/ExternalUi.ui:605 src/frontends/qt4/ui/FloatUi.ui:68
-#: src/frontends/qt4/ui/GraphicsUi.ui:71 src/frontends/qt4/ui/HSpaceUi.ui:191
+#: src/frontends/qt4/ui/DocumentUi.ui:135
+#: src/frontends/qt4/ui/ERTUi.ui:90
+#: src/frontends/qt4/ui/ExternalUi.ui:605
+#: src/frontends/qt4/ui/FloatUi.ui:68
+#: src/frontends/qt4/ui/GraphicsUi.ui:71
+#: src/frontends/qt4/ui/HSpaceUi.ui:191
 #: src/frontends/qt4/ui/HyperlinkUi.ui:140
-#: src/frontends/qt4/ui/IncludeUi.ui:237 src/frontends/qt4/ui/LabelUi.ui:82
+#: src/frontends/qt4/ui/IncludeUi.ui:237
+#: src/frontends/qt4/ui/LabelUi.ui:82
 #: src/frontends/qt4/ui/ListingsUi.ui:619
 #: src/frontends/qt4/ui/MathMatrixUi.ui:167
-#: src/frontends/qt4/ui/NomenclUi.ui:92 src/frontends/qt4/ui/NoteUi.ui:38
-#: src/frontends/qt4/ui/ParagraphUi.ui:82 src/frontends/qt4/ui/RefUi.ui:77
-#: src/frontends/qt4/ui/SendtoUi.ui:72 src/frontends/qt4/ui/ShortcutUi.ui:52
+#: src/frontends/qt4/ui/NomenclUi.ui:92
+#: src/frontends/qt4/ui/NoteUi.ui:38
+#: src/frontends/qt4/ui/ParagraphUi.ui:82
+#: src/frontends/qt4/ui/RefUi.ui:77
+#: src/frontends/qt4/ui/SendtoUi.ui:72
+#: src/frontends/qt4/ui/ShortcutUi.ui:52
 #: src/frontends/qt4/ui/SymbolsUi.ui:49
 #: src/frontends/qt4/ui/TabularCreateUi.ui:65
-#: src/frontends/qt4/ui/VSpaceUi.ui:36 src/frontends/qt4/ui/WrapUi.ui:150
+#: src/frontends/qt4/ui/VSpaceUi.ui:36
+#: src/frontends/qt4/ui/WrapUi.ui:150
 msgid "&OK"
 msgstr "&Aceptar"
 
 #: src/frontends/qt4/ui/AskForTextUi.ui:94
 #: src/frontends/qt4/ui/CitationUi.ui:461
 #: src/frontends/qt4/ui/DocumentUi.ui:152
-#: src/frontends/qt4/ui/ListingsUi.ui:639 src/Buffer.cpp:840
-#: src/Buffer.cpp:2542 src/Buffer.cpp:2566 src/Buffer.cpp:2601
-#: src/LyXFunc.cpp:683 src/LyXFunc.cpp:822 src/LyXFunc.cpp:996
-#: src/LyXVC.cpp:181 src/frontends/qt4/GuiClipboard.cpp:208
+#: src/frontends/qt4/ui/ListingsUi.ui:639
+#: src/Buffer.cpp:840
+#: src/Buffer.cpp:2542
+#: src/Buffer.cpp:2566
+#: src/Buffer.cpp:2601
+#: src/LyXFunc.cpp:683
+#: src/LyXFunc.cpp:822
+#: src/LyXFunc.cpp:996
+#: src/LyXVC.cpp:181
+#: src/frontends/qt4/GuiClipboard.cpp:208
 #: src/frontends/qt4/GuiDocument.cpp:1253
 #: src/frontends/qt4/GuiParagraph.cpp:69
-#: src/frontends/qt4/GuiParagraph.cpp:159 src/frontends/qt4/GuiView.cpp:1504
-#: src/frontends/qt4/GuiView.cpp:1682 src/frontends/qt4/GuiView.cpp:1727
-#: src/frontends/qt4/GuiView.cpp:1784 src/insets/InsetBibtex.cpp:143
+#: src/frontends/qt4/GuiParagraph.cpp:159
+#: src/frontends/qt4/GuiView.cpp:1504
+#: src/frontends/qt4/GuiView.cpp:1682
+#: src/frontends/qt4/GuiView.cpp:1727
+#: src/frontends/qt4/GuiView.cpp:1784
+#: src/insets/InsetBibtex.cpp:143
 msgid "&Cancel"
 msgstr "&Cancelar"
 
-#: src/frontends/qt4/ui/BibitemUi.ui:39 src/frontends/qt4/ui/BibitemUi.ui:74
+#: src/frontends/qt4/ui/BibitemUi.ui:39
+#: src/frontends/qt4/ui/BibitemUi.ui:74
 msgid "The bibliography key"
 msgstr "La clave bibliográfica"
 
-#: src/frontends/qt4/ui/BibitemUi.ui:54 src/frontends/qt4/ui/BibitemUi.ui:61
+#: src/frontends/qt4/ui/BibitemUi.ui:54
+#: src/frontends/qt4/ui/BibitemUi.ui:61
 msgid "The label as it appears in the document"
 msgstr "La etiqueta tal como aparece en el documento"
 
-#: src/frontends/qt4/ui/BibitemUi.ui:64 src/frontends/qt4/ui/LabelUi.ui:39
+#: src/frontends/qt4/ui/BibitemUi.ui:64
+#: src/frontends/qt4/ui/LabelUi.ui:39
 #: src/frontends/qt4/ui/RefUi.ui:142
 msgid "&Label:"
 msgstr "&Etiqueta:"
@@ -166,11 +199,16 @@ msgstr "LyX: Añadir base de datos BibTeX"
 msgid "&Add"
 msgstr "&Añadir"
 
-#: src/frontends/qt4/ui/BibtexAddUi.ui:83 src/frontends/qt4/ui/BibtexUi.ui:229
-#: src/frontends/qt4/ui/ChangesUi.ui:78 src/frontends/qt4/ui/LabelUi.ui:92
-#: src/frontends/qt4/ui/NomenclUi.ui:105 src/frontends/qt4/ui/SendtoUi.ui:92
-#: src/frontends/qt4/ui/ShortcutUi.ui:65 src/LyXFunc.cpp:792
-#: src/buffer_funcs.cpp:104 src/frontends/qt4/ButtonController.cpp:231
+#: src/frontends/qt4/ui/BibtexAddUi.ui:83
+#: src/frontends/qt4/ui/BibtexUi.ui:229
+#: src/frontends/qt4/ui/ChangesUi.ui:78
+#: src/frontends/qt4/ui/LabelUi.ui:92
+#: src/frontends/qt4/ui/NomenclUi.ui:105
+#: src/frontends/qt4/ui/SendtoUi.ui:92
+#: src/frontends/qt4/ui/ShortcutUi.ui:65
+#: src/LyXFunc.cpp:792
+#: src/buffer_funcs.cpp:104
+#: src/frontends/qt4/ButtonController.cpp:231
 msgid "Cancel"
 msgstr "Cancelar"
 
@@ -179,9 +217,11 @@ msgid "Enter BibTeX database name"
 msgstr "Introducir nombre de la base de datos BibTeX"
 
 #: src/frontends/qt4/ui/BibtexAddUi.ui:126
-#: src/frontends/qt4/ui/BibtexUi.ui:106 src/frontends/qt4/ui/ExternalUi.ui:78
+#: src/frontends/qt4/ui/BibtexUi.ui:106
+#: src/frontends/qt4/ui/ExternalUi.ui:78
 #: src/frontends/qt4/ui/GraphicsUi.ui:151
-#: src/frontends/qt4/ui/IncludeUi.ui:329 src/frontends/qt4/ui/LaTeXUi.ui:173
+#: src/frontends/qt4/ui/IncludeUi.ui:329
+#: src/frontends/qt4/ui/LaTeXUi.ui:173
 #: src/frontends/qt4/ui/PrintUi.ui:313
 msgid "&Browse..."
 msgstr "E&xaminar..."
@@ -194,7 +234,8 @@ msgstr "Añadir bibliografía al índice general"
 msgid "Add bibliography to &TOC"
 msgstr "Añadir bibliografía al I&G"
 
-#: src/frontends/qt4/ui/BibtexUi.ui:52 src/frontends/qt4/ui/BibtexUi.ui:65
+#: src/frontends/qt4/ui/BibtexUi.ui:52
+#: src/frontends/qt4/ui/BibtexUi.ui:65
 msgid "This bibliography section contains..."
 msgstr "Esta sección bibliográfica contiene..."
 
@@ -202,20 +243,24 @@ msgstr "Esta sección bibliográfica contiene..."
 msgid "&Content:"
 msgstr "&Contenido:"
 
-#: src/frontends/qt4/ui/BibtexUi.ui:69 src/insets/InsetBibtex.cpp:207
+#: src/frontends/qt4/ui/BibtexUi.ui:69
+#: src/insets/InsetBibtex.cpp:207
 msgid "all cited references"
 msgstr "todas las referencias citadas"
 
-#: src/frontends/qt4/ui/BibtexUi.ui:74 src/frontends/qt4/GuiBibtex.cpp:317
+#: src/frontends/qt4/ui/BibtexUi.ui:74
+#: src/frontends/qt4/GuiBibtex.cpp:317
 #: src/insets/InsetBibtex.cpp:205
 msgid "all uncited references"
 msgstr "todas las referencias sin citar"
 
-#: src/frontends/qt4/ui/BibtexUi.ui:79 src/insets/InsetBibtex.cpp:203
+#: src/frontends/qt4/ui/BibtexUi.ui:79
+#: src/insets/InsetBibtex.cpp:203
 msgid "all references"
 msgstr "todas las referencias"
 
-#: src/frontends/qt4/ui/BibtexUi.ui:103 src/frontends/qt4/ui/BibtexUi.ui:116
+#: src/frontends/qt4/ui/BibtexUi.ui:103
+#: src/frontends/qt4/ui/BibtexUi.ui:116
 msgid "Choose a style file"
 msgstr "Elegir un archivo de estilo"
 
@@ -255,7 +300,8 @@ msgstr "&Estilo"
 msgid "Move the selected database upwards in the list"
 msgstr "Mover hacia arriba la base de datos seleccionada"
 
-#: src/frontends/qt4/ui/BibtexUi.ui:265 src/frontends/qt4/ui/CitationUi.ui:597
+#: src/frontends/qt4/ui/BibtexUi.ui:265
+#: src/frontends/qt4/ui/CitationUi.ui:597
 #: src/frontends/qt4/ui/ModulesUi.ui:120
 msgid "&Up"
 msgstr "&Subir"
@@ -264,7 +310,8 @@ msgstr "&Subir"
 msgid "Move the selected database downwards in the list"
 msgstr "Mover hacia abajo la base de datos seleccionada"
 
-#: src/frontends/qt4/ui/BibtexUi.ui:275 src/frontends/qt4/ui/ModulesUi.ui:127
+#: src/frontends/qt4/ui/BibtexUi.ui:275
+#: src/frontends/qt4/ui/ModulesUi.ui:127
 msgid "Do&wn"
 msgstr "&Bajar"
 
@@ -276,60 +323,77 @@ msgstr "Marca para extender el cuadro a otras páginas"
 msgid "Allow &page breaks"
 msgstr "Permitir saltos de página"
 
-#: src/frontends/qt4/ui/BoxUi.ui:38 src/frontends/qt4/ui/MathMatrixUi.ui:199
+#: src/frontends/qt4/ui/BoxUi.ui:38
+#: src/frontends/qt4/ui/MathMatrixUi.ui:199
 #: src/frontends/qt4/ui/ParagraphUi.ui:114
 msgid "Alignment"
 msgstr "Alineación"
 
-#: src/frontends/qt4/ui/BoxUi.ui:61 src/frontends/qt4/ui/BoxUi.ui:178
+#: src/frontends/qt4/ui/BoxUi.ui:61
+#: src/frontends/qt4/ui/BoxUi.ui:178
 msgid "Horizontal alignment of the content inside the box"
 msgstr "Alineación horizontal del contenido dentro del cuadro"
 
-#: src/frontends/qt4/ui/BoxUi.ui:65 src/frontends/qt4/ui/ListingsUi.ui:131
-#: src/frontends/qt4/ui/TabularUi.ui:142 src/frontends/qt4/ui/WrapUi.ui:209
-#: src/frontends/qt4/GuiParagraph.cpp:109 src/frontends/qt4/GuiTabular.cpp:713
+#: src/frontends/qt4/ui/BoxUi.ui:65
+#: src/frontends/qt4/ui/ListingsUi.ui:131
+#: src/frontends/qt4/ui/TabularUi.ui:142
+#: src/frontends/qt4/ui/WrapUi.ui:209
+#: src/frontends/qt4/GuiParagraph.cpp:109
+#: src/frontends/qt4/GuiTabular.cpp:713
 msgid "Left"
 msgstr "Izquierda"
 
-#: src/frontends/qt4/ui/BoxUi.ui:70 src/frontends/qt4/ui/TabularUi.ui:147
-#: src/frontends/qt4/GuiExternal.cpp:77 src/frontends/qt4/GuiGraphics.cpp:72
-#: src/frontends/qt4/GuiParagraph.cpp:111 src/frontends/qt4/GuiTabular.cpp:714
+#: src/frontends/qt4/ui/BoxUi.ui:70
+#: src/frontends/qt4/ui/TabularUi.ui:147
+#: src/frontends/qt4/GuiExternal.cpp:77
+#: src/frontends/qt4/GuiGraphics.cpp:72
+#: src/frontends/qt4/GuiParagraph.cpp:111
+#: src/frontends/qt4/GuiTabular.cpp:714
 msgid "Center"
 msgstr "Centro"
 
-#: src/frontends/qt4/ui/BoxUi.ui:75 src/frontends/qt4/ui/ListingsUi.ui:136
-#: src/frontends/qt4/ui/TabularUi.ui:152 src/frontends/qt4/ui/WrapUi.ui:214
-#: src/frontends/qt4/GuiParagraph.cpp:110 src/frontends/qt4/GuiTabular.cpp:715
+#: src/frontends/qt4/ui/BoxUi.ui:75
+#: src/frontends/qt4/ui/ListingsUi.ui:136
+#: src/frontends/qt4/ui/TabularUi.ui:152
+#: src/frontends/qt4/ui/WrapUi.ui:214
+#: src/frontends/qt4/GuiParagraph.cpp:110
+#: src/frontends/qt4/GuiTabular.cpp:715
 msgid "Right"
 msgstr "Derecha"
 
-#: src/frontends/qt4/ui/BoxUi.ui:80 src/frontends/qt4/ui/BoxUi.ui:115
+#: src/frontends/qt4/ui/BoxUi.ui:80
+#: src/frontends/qt4/ui/BoxUi.ui:115
 msgid "Stretch"
 msgstr "Estirar"
 
-#: src/frontends/qt4/ui/BoxUi.ui:96 src/frontends/qt4/ui/BoxUi.ui:168
+#: src/frontends/qt4/ui/BoxUi.ui:96
+#: src/frontends/qt4/ui/BoxUi.ui:168
 msgid "Vertical alignment of the content inside the box"
 msgstr "Alineación vertical del contenido dentro del cuadro"
 
-#: src/frontends/qt4/ui/BoxUi.ui:100 src/frontends/qt4/ui/BoxUi.ui:127
+#: src/frontends/qt4/ui/BoxUi.ui:100
+#: src/frontends/qt4/ui/BoxUi.ui:127
 #: src/frontends/qt4/ui/MathMatrixUi.ui:215
 #: src/frontends/qt4/ui/TabularUi.ui:82
 msgid "Top"
 msgstr "Superior"
 
-#: src/frontends/qt4/ui/BoxUi.ui:105 src/frontends/qt4/ui/BoxUi.ui:132
+#: src/frontends/qt4/ui/BoxUi.ui:105
+#: src/frontends/qt4/ui/BoxUi.ui:132
 #: src/frontends/qt4/ui/MathMatrixUi.ui:220
 #: src/frontends/qt4/ui/TabularUi.ui:87
 msgid "Middle"
 msgstr "Medio"
 
-#: src/frontends/qt4/ui/BoxUi.ui:110 src/frontends/qt4/ui/BoxUi.ui:137
+#: src/frontends/qt4/ui/BoxUi.ui:110
+#: src/frontends/qt4/ui/BoxUi.ui:137
 #: src/frontends/qt4/ui/MathMatrixUi.ui:225
 #: src/frontends/qt4/ui/TabularUi.ui:92
 msgid "Bottom"
 msgstr "Inferior"
 
-#: src/frontends/qt4/ui/BoxUi.ui:123 src/frontends/qt4/ui/BoxUi.ui:145
+#: src/frontends/qt4/ui/BoxUi.ui:123
+#: src/frontends/qt4/ui/BoxUi.ui:145
 msgid "Vertical alignment of the box (with regard to baseline)"
 msgstr "Alineación vertical del cuadro (respecto a la línea base)"
 
@@ -349,28 +413,39 @@ msgstr "Vertical"
 msgid "Horizontal"
 msgstr "Horizontal"
 
-#: src/frontends/qt4/ui/BoxUi.ui:202 src/frontends/qt4/ui/CitationUi.ui:415
-#: src/frontends/qt4/ui/DocumentUi.ui:112 src/frontends/qt4/ui/FloatUi.ui:42
+#: src/frontends/qt4/ui/BoxUi.ui:202
+#: src/frontends/qt4/ui/CitationUi.ui:415
+#: src/frontends/qt4/ui/DocumentUi.ui:112
+#: src/frontends/qt4/ui/FloatUi.ui:42
 #: src/frontends/qt4/ui/GraphicsUi.ui:42
-#: src/frontends/qt4/ui/ParagraphUi.ui:59 src/frontends/qt4/ui/PrefsUi.ui:47
+#: src/frontends/qt4/ui/ParagraphUi.ui:59
+#: src/frontends/qt4/ui/PrefsUi.ui:47
 #: src/frontends/qt4/ui/WrapUi.ui:121
 msgid "&Restore"
 msgstr "&Restaurar"
 
-#: src/frontends/qt4/ui/BoxUi.ui:247 src/frontends/qt4/ui/CharacterUi.ui:380
+#: src/frontends/qt4/ui/BoxUi.ui:247
+#: src/frontends/qt4/ui/CharacterUi.ui:380
 #: src/frontends/qt4/ui/DocumentUi.ui:145
-#: src/frontends/qt4/ui/ExternalUi.ui:615 src/frontends/qt4/ui/FloatUi.ui:78
-#: src/frontends/qt4/ui/GraphicsUi.ui:90 src/frontends/qt4/ui/HSpaceUi.ui:204
+#: src/frontends/qt4/ui/ExternalUi.ui:615
+#: src/frontends/qt4/ui/FloatUi.ui:78
+#: src/frontends/qt4/ui/GraphicsUi.ui:90
+#: src/frontends/qt4/ui/HSpaceUi.ui:204
 #: src/frontends/qt4/ui/ListingsUi.ui:629
-#: src/frontends/qt4/ui/ParagraphUi.ui:92 src/frontends/qt4/ui/PrefsUi.ui:83
-#: src/frontends/qt4/ui/RefUi.ui:87 src/frontends/qt4/ui/SendtoUi.ui:85
-#: src/frontends/qt4/ui/SymbolsUi.ui:59 src/frontends/qt4/ui/VSpaceUi.ui:49
-#: src/frontends/qt4/ui/WrapUi.ui:163 src/frontends/qt4/GuiDocument.cpp:1328
+#: src/frontends/qt4/ui/ParagraphUi.ui:92
+#: src/frontends/qt4/ui/PrefsUi.ui:83
+#: src/frontends/qt4/ui/RefUi.ui:87
+#: src/frontends/qt4/ui/SendtoUi.ui:85
+#: src/frontends/qt4/ui/SymbolsUi.ui:59
+#: src/frontends/qt4/ui/VSpaceUi.ui:49
+#: src/frontends/qt4/ui/WrapUi.ui:163
+#: src/frontends/qt4/GuiDocument.cpp:1328
 #: src/frontends/qt4/GuiDocument.cpp:2217
 msgid "&Apply"
 msgstr "A&plicar"
 
-#: src/frontends/qt4/ui/BoxUi.ui:285 src/frontends/qt4/ui/ExternalUi.ui:463
+#: src/frontends/qt4/ui/BoxUi.ui:285
+#: src/frontends/qt4/ui/ExternalUi.ui:463
 #: src/frontends/qt4/ui/PageLayoutUi.ui:204
 msgid "&Height:"
 msgstr "&Alto:"
@@ -383,9 +458,11 @@ msgstr "Cuadro &interior:"
 msgid "&Decoration:"
 msgstr "&Decoración:"
 
-#: src/frontends/qt4/ui/BoxUi.ui:330 src/frontends/qt4/ui/ExternalUi.ui:437
+#: src/frontends/qt4/ui/BoxUi.ui:330
+#: src/frontends/qt4/ui/ExternalUi.ui:437
 #: src/frontends/qt4/ui/PageLayoutUi.ui:217
-#: src/frontends/qt4/ui/TabularUi.ui:100 src/frontends/qt4/ui/WrapUi.ui:85
+#: src/frontends/qt4/ui/TabularUi.ui:100
+#: src/frontends/qt4/ui/WrapUi.ui:85
 msgid "&Width:"
 msgstr "A&ncho:"
 
@@ -393,7 +470,8 @@ msgstr "A&ncho:"
 msgid "Height value"
 msgstr "Valor de alto"
 
-#: src/frontends/qt4/ui/BoxUi.ui:350 src/frontends/qt4/ui/WrapUi.ui:103
+#: src/frontends/qt4/ui/BoxUi.ui:350
+#: src/frontends/qt4/ui/WrapUi.ui:103
 msgid "Width value"
 msgstr "Valor de ancho"
 
@@ -401,23 +479,32 @@ msgstr "Valor de ancho"
 msgid "Inner box -- needed for fixed width & line breaks"
 msgstr "Cuadro interior --necesario para ancho fijo y saltos de línea"
 
-#: src/frontends/qt4/ui/BoxUi.ui:361 src/frontends/qt4/ui/HSpaceUi.ui:32
+#: src/frontends/qt4/ui/BoxUi.ui:361
+#: src/frontends/qt4/ui/HSpaceUi.ui:32
 #: src/frontends/qt4/ui/ListingsUi.ui:126
-#: src/frontends/qt4/ui/TabularUi.ui:903 src/frontends/qt4/ui/TabularUi.ui:922
-#: src/frontends/qt4/ui/TabularUi.ui:970 src/frontends/qt4/GuiBox.cpp:72
-#: src/frontends/qt4/GuiBox.cpp:159 src/frontends/qt4/GuiBox.cpp:326
-#: src/frontends/qt4/GuiBox.cpp:458 src/frontends/qt4/GuiDocument.cpp:89
+#: src/frontends/qt4/ui/TabularUi.ui:903
+#: src/frontends/qt4/ui/TabularUi.ui:922
+#: src/frontends/qt4/ui/TabularUi.ui:970
+#: src/frontends/qt4/GuiBox.cpp:72
+#: src/frontends/qt4/GuiBox.cpp:159
+#: src/frontends/qt4/GuiBox.cpp:326
+#: src/frontends/qt4/GuiBox.cpp:458
+#: src/frontends/qt4/GuiDocument.cpp:89
 msgid "None"
 msgstr "Ninguno"
 
-#: src/frontends/qt4/ui/BoxUi.ui:366 src/frontends/qt4/GuiBox.cpp:327
-#: src/frontends/qt4/GuiBox.cpp:450 src/frontends/qt4/GuiBox.cpp:459
+#: src/frontends/qt4/ui/BoxUi.ui:366
+#: src/frontends/qt4/GuiBox.cpp:327
+#: src/frontends/qt4/GuiBox.cpp:450
+#: src/frontends/qt4/GuiBox.cpp:459
 #: src/insets/InsetBox.cpp:148
 msgid "Parbox"
 msgstr "Cuadro de párrafo"
 
-#: src/frontends/qt4/ui/BoxUi.ui:371 src/frontends/qt4/GuiBox.cpp:451
-#: src/frontends/qt4/GuiBox.cpp:460 src/insets/InsetBox.cpp:150
+#: src/frontends/qt4/ui/BoxUi.ui:371
+#: src/frontends/qt4/GuiBox.cpp:451
+#: src/frontends/qt4/GuiBox.cpp:460
+#: src/insets/InsetBox.cpp:150
 msgid "Minipage"
 msgstr "Minipágina"
 
@@ -482,66 +569,92 @@ msgstr "&Tamaño:"
 #: src/frontends/qt4/ui/BulletsUi.ui:66
 #: src/frontends/qt4/ui/ParagraphUi.ui:241
 #: src/frontends/qt4/ui/PrefLatexUi.ui:122
-#: src/frontends/qt4/ui/TabularUi.ui:908 src/frontends/qt4/ui/TabularUi.ui:927
-#: src/frontends/qt4/ui/TabularUi.ui:975 lib/ui/stdtoolbars.inc:85
-#: src/Font.cpp:182 src/frontends/qt4/GuiDocument.cpp:85
-#: src/frontends/qt4/GuiDocument.cpp:103 src/frontends/qt4/GuiDocument.cpp:119
-#: src/frontends/qt4/GuiDocument.cpp:132 src/frontends/qt4/GuiDocument.cpp:630
-#: src/frontends/qt4/GuiDocument.cpp:667 src/frontends/qt4/GuiDocument.cpp:679
+#: src/frontends/qt4/ui/TabularUi.ui:908
+#: src/frontends/qt4/ui/TabularUi.ui:927
+#: src/frontends/qt4/ui/TabularUi.ui:975
+#: lib/ui/stdtoolbars.inc:85
+#: src/Font.cpp:182
+#: src/frontends/qt4/GuiDocument.cpp:85
+#: src/frontends/qt4/GuiDocument.cpp:103
+#: src/frontends/qt4/GuiDocument.cpp:119
+#: src/frontends/qt4/GuiDocument.cpp:132
+#: src/frontends/qt4/GuiDocument.cpp:630
+#: src/frontends/qt4/GuiDocument.cpp:667
+#: src/frontends/qt4/GuiDocument.cpp:679
 #: src/frontends/qt4/GuiDocument.cpp:1163
 #: src/frontends/qt4/GuiDocument.cpp:1208
-#: src/frontends/qt4/GuiDocument.cpp:2258 src/frontends/qt4/GuiExternal.cpp:75
-#: src/frontends/qt4/GuiGraphics.cpp:70 src/frontends/qt4/GuiListings.cpp:152
-#: src/frontends/qt4/GuiListings.cpp:159 src/frontends/qt4/GuiPrefs.cpp:1712
+#: src/frontends/qt4/GuiDocument.cpp:2258
+#: src/frontends/qt4/GuiExternal.cpp:75
+#: src/frontends/qt4/GuiGraphics.cpp:70
+#: src/frontends/qt4/GuiListings.cpp:152
+#: src/frontends/qt4/GuiListings.cpp:159
+#: src/frontends/qt4/GuiPrefs.cpp:1712
 msgid "Default"
 msgstr "Predeterminado"
 
-#: src/frontends/qt4/ui/BulletsUi.ui:71 src/Font.cpp:61
-#: src/frontends/qt4/GuiCharacter.cpp:56 src/frontends/qt4/GuiListings.cpp:152
+#: src/frontends/qt4/ui/BulletsUi.ui:71
+#: src/Font.cpp:61
+#: src/frontends/qt4/GuiCharacter.cpp:56
+#: src/frontends/qt4/GuiListings.cpp:152
 msgid "Tiny"
 msgstr "Diminuta"
 
-#: src/frontends/qt4/ui/BulletsUi.ui:76 src/Font.cpp:61
-#: src/frontends/qt4/GuiCharacter.cpp:57 src/frontends/qt4/GuiListings.cpp:152
+#: src/frontends/qt4/ui/BulletsUi.ui:76
+#: src/Font.cpp:61
+#: src/frontends/qt4/GuiCharacter.cpp:57
+#: src/frontends/qt4/GuiListings.cpp:152
 msgid "Smallest"
 msgstr "Pequeñísima"
 
-#: src/frontends/qt4/ui/BulletsUi.ui:81 src/Font.cpp:61
-#: src/frontends/qt4/GuiCharacter.cpp:58 src/frontends/qt4/GuiListings.cpp:152
+#: src/frontends/qt4/ui/BulletsUi.ui:81
+#: src/Font.cpp:61
+#: src/frontends/qt4/GuiCharacter.cpp:58
+#: src/frontends/qt4/GuiListings.cpp:152
 msgid "Smaller"
 msgstr "Más pequeña"
 
-#: src/frontends/qt4/ui/BulletsUi.ui:86 src/Font.cpp:61
-#: src/frontends/qt4/GuiCharacter.cpp:59 src/frontends/qt4/GuiListings.cpp:152
+#: src/frontends/qt4/ui/BulletsUi.ui:86
+#: src/Font.cpp:61
+#: src/frontends/qt4/GuiCharacter.cpp:59
+#: src/frontends/qt4/GuiListings.cpp:152
 msgid "Small"
 msgstr "Pequeña"
 
-#: src/frontends/qt4/ui/BulletsUi.ui:91 src/Font.cpp:61
-#: src/frontends/qt4/GuiCharacter.cpp:60 src/frontends/qt4/GuiListings.cpp:152
+#: src/frontends/qt4/ui/BulletsUi.ui:91
+#: src/Font.cpp:61
+#: src/frontends/qt4/GuiCharacter.cpp:60
+#: src/frontends/qt4/GuiListings.cpp:152
 msgid "Normal"
 msgstr "Normal"
 
-#: src/frontends/qt4/ui/BulletsUi.ui:96 src/Font.cpp:61
-#: src/frontends/qt4/GuiCharacter.cpp:61 src/frontends/qt4/GuiListings.cpp:153
+#: src/frontends/qt4/ui/BulletsUi.ui:96
+#: src/Font.cpp:61
+#: src/frontends/qt4/GuiCharacter.cpp:61
+#: src/frontends/qt4/GuiListings.cpp:153
 msgid "Large"
 msgstr "Grande"
 
-#: src/frontends/qt4/ui/BulletsUi.ui:101 src/Font.cpp:62
-#: src/frontends/qt4/GuiCharacter.cpp:62 src/frontends/qt4/GuiListings.cpp:153
+#: src/frontends/qt4/ui/BulletsUi.ui:101
+#: src/Font.cpp:62
+#: src/frontends/qt4/GuiCharacter.cpp:62
+#: src/frontends/qt4/GuiListings.cpp:153
 msgid "Larger"
 msgstr "Más grande"
 
-#: src/frontends/qt4/ui/BulletsUi.ui:106 src/Font.cpp:62
+#: src/frontends/qt4/ui/BulletsUi.ui:106
+#: src/Font.cpp:62
 #: src/frontends/qt4/GuiCharacter.cpp:63
 msgid "Largest"
 msgstr "Grandísima"
 
-#: src/frontends/qt4/ui/BulletsUi.ui:111 src/Font.cpp:62
+#: src/frontends/qt4/ui/BulletsUi.ui:111
+#: src/Font.cpp:62
 #: src/frontends/qt4/GuiCharacter.cpp:64
 msgid "Huge"
 msgstr "Enorme"
 
-#: src/frontends/qt4/ui/BulletsUi.ui:116 src/Font.cpp:62
+#: src/frontends/qt4/ui/BulletsUi.ui:116
+#: src/Font.cpp:62
 #: src/frontends/qt4/GuiCharacter.cpp:65
 msgid "Huger"
 msgstr "Más enorme"
@@ -608,8 +721,10 @@ msgstr "Serie de la fuente"
 
 #: src/frontends/qt4/ui/CharacterUi.ui:114
 #: src/frontends/qt4/ui/CharacterUi.ui:160
-#: src/frontends/qt4/ui/ListingsUi.ui:226 lib/layouts/europecv.layout:118
-#: lib/layouts/moderncv.layout:114 src/frontends/qt4/GuiDocument.cpp:986
+#: src/frontends/qt4/ui/ListingsUi.ui:226
+#: lib/layouts/europecv.layout:118
+#: lib/layouts/moderncv.layout:114
+#: src/frontends/qt4/GuiDocument.cpp:986
 #: src/frontends/qt4/GuiPrefs.cpp:1670
 msgid "Language"
 msgstr "Idioma"
@@ -670,9 +785,11 @@ msgstr "Aplicar cada cambio automáticamente"
 msgid "Apply changes immediately"
 msgstr "Aplicar cambios inmediatamente"
 
-#: src/frontends/qt4/ui/CharacterUi.ui:390 src/frontends/qt4/ui/ERTUi.ui:100
+#: src/frontends/qt4/ui/CharacterUi.ui:390
+#: src/frontends/qt4/ui/ERTUi.ui:100
 #: src/frontends/qt4/ui/GraphicsUi.ui:109
-#: src/frontends/qt4/ui/MathMatrixUi.ui:174 src/frontends/qt4/ui/NoteUi.ui:28
+#: src/frontends/qt4/ui/MathMatrixUi.ui:174
+#: src/frontends/qt4/ui/NoteUi.ui:28
 #: src/frontends/qt4/ui/PrintUi.ui:243
 #: src/frontends/qt4/ui/TabularCreateUi.ui:72
 #: src/frontends/qt4/ui/TabularUi.ui:1346
@@ -846,8 +963,7 @@ msgstr "Usar predeterminados de clase"
 
 #: src/frontends/qt4/ui/DocumentUi.ui:76
 msgid "Save settings as LyX's default document settings"
-msgstr ""
-"Guardar configuración como configuración de documento predeterminada de LyX"
+msgstr "Guardar configuración como configuración de documento predeterminada de LyX"
 
 #: src/frontends/qt4/ui/DocumentUi.ui:79
 msgid "Save as Document Defaults"
@@ -885,18 +1001,22 @@ msgstr "Descripción:"
 msgid "F&ile"
 msgstr "&Archivo"
 
-#: src/frontends/qt4/ui/ExternalUi.ui:55 src/frontends/qt4/ui/ExternalUi.ui:62
-#: lib/layouts/agu_stdclass.inc:80 lib/layouts/db_stdcharstyles.inc:8
+#: src/frontends/qt4/ui/ExternalUi.ui:55
+#: src/frontends/qt4/ui/ExternalUi.ui:62
+#: lib/layouts/agu_stdclass.inc:80
+#: lib/layouts/db_stdcharstyles.inc:8
 msgid "Filename"
 msgstr "Archivo"
 
 #: src/frontends/qt4/ui/ExternalUi.ui:65
 #: src/frontends/qt4/ui/GraphicsUi.ui:353
-#: src/frontends/qt4/ui/IncludeUi.ui:259 src/frontends/qt4/ui/PrintUi.ui:293
+#: src/frontends/qt4/ui/IncludeUi.ui:259
+#: src/frontends/qt4/ui/PrintUi.ui:293
 msgid "&File:"
 msgstr "Archivo:"
 
-#: src/frontends/qt4/ui/ExternalUi.ui:75 src/frontends/qt4/ui/IncludeUi.ui:326
+#: src/frontends/qt4/ui/ExternalUi.ui:75
+#: src/frontends/qt4/ui/IncludeUi.ui:326
 msgid "Select a file"
 msgstr "Seleccionar un archivo"
 
@@ -1095,8 +1215,7 @@ msgstr "C&JK:"
 
 #: src/frontends/qt4/ui/FontUi.ui:51
 msgid "Input the font to be used for Chinese, Japanese or Korean (CJK) script"
-msgstr ""
-"Introduce la fuente a usar para la cadena en chino, japonés o coreano (CJK)"
+msgstr "Introduce la fuente a usar para la cadena en chino, japonés o coreano (CJK)"
 
 #: src/frontends/qt4/ui/FontUi.ui:71
 msgid "Use old style instead of lining figures"
@@ -1140,8 +1259,7 @@ msgstr "Es&cala (%):"
 
 #: src/frontends/qt4/ui/FontUi.ui:165
 msgid "Scale the Sans Serif font to match the base font's dimensions"
-msgstr ""
-"Escalar la fuente Sans Serif para ajustar a las dimensiones de la fuente base"
+msgstr "Escalar la fuente Sans Serif para ajustar a las dimensiones de la fuente base"
 
 #: src/frontends/qt4/ui/FontUi.ui:178
 #: src/frontends/qt4/ui/PrefScreenFontsUi.ui:117
@@ -1166,8 +1284,7 @@ msgstr "Esc&ala (%):"
 
 #: src/frontends/qt4/ui/FontUi.ui:222
 msgid "Scale the Typewriter font to match the base font's dimensions"
-msgstr ""
-"Escalar la fuente Typewriter para ajustar a las dimensiones de la fuente base"
+msgstr "Escalar la fuente Typewriter para ajustar a las dimensiones de la fuente base"
 
 #: src/frontends/qt4/ui/GraphicsUi.ui:136
 msgid "&Graphics"
@@ -1183,8 +1300,7 @@ msgstr "Tamaño de salida"
 
 #: src/frontends/qt4/ui/GraphicsUi.ui:230
 msgid "Sets height of graphic. Leave unchecked to set automatically."
-msgstr ""
-"Ajusta la altura del gráfico. Dejar sin marcar para un ajuste automático."
+msgstr "Ajusta la altura del gráfico. Dejar sin marcar para un ajuste automático."
 
 #: src/frontends/qt4/ui/GraphicsUi.ui:233
 msgid "Set &height:"
@@ -1196,8 +1312,7 @@ msgstr "Escalar &gráficos (%):"
 
 #: src/frontends/qt4/ui/GraphicsUi.ui:250
 msgid "Sets width of graphic. Leave unchecked to set automatically."
-msgstr ""
-"Ajusta el ancho del gráfico. Dejar sin marcar para un ajuste automático."
+msgstr "Ajusta el ancho del gráfico. Dejar sin marcar para un ajuste automático."
 
 #: src/frontends/qt4/ui/GraphicsUi.ui:253
 msgid "Set &width:"
@@ -1272,12 +1387,8 @@ msgid "Don't un&zip on export"
 msgstr "No desco&mprimir al exportar"
 
 #: src/frontends/qt4/ui/GraphicsUi.ui:604
-msgid ""
-"Enable LyX to preview this graphics, only if graphics previewing is not "
-"disabled at application level (see Preference dialog)."
-msgstr ""
-"Habilitar a LyX para la vista preliminar de estos gráficos, sólo si la "
-"opción correspondiente no está desmarcada en el diálogo Preferencias."
+msgid "Enable LyX to preview this graphics, only if graphics previewing is not disabled at application level (see Preference dialog)."
+msgstr "Habilitar a LyX para la vista preliminar de estos gráficos, sólo si la opción correspondiente no está desmarcada en el diálogo Preferencias."
 
 #: src/frontends/qt4/ui/GraphicsUi.ui:607
 msgid "Sho&w in LyX"
@@ -1319,11 +1430,13 @@ msgstr "\\-----v-----/"
 msgid "/-----^-----\\"
 msgstr "/-----^-----\\"
 
-#: src/frontends/qt4/ui/HSpaceUi.ui:70 src/frontends/qt4/ui/VSpaceUi.ui:71
+#: src/frontends/qt4/ui/HSpaceUi.ui:70
+#: src/frontends/qt4/ui/VSpaceUi.ui:71
 msgid "&Spacing:"
 msgstr "&Espaciado:"
 
-#: src/frontends/qt4/ui/HSpaceUi.ui:80 src/frontends/qt4/ui/VSpaceUi.ui:127
+#: src/frontends/qt4/ui/HSpaceUi.ui:80
+#: src/frontends/qt4/ui/VSpaceUi.ui:127
 msgid "Supported spacing types"
 msgstr "Tipos de espaciados implementados"
 
@@ -1351,24 +1464,30 @@ msgstr "Cuadratín (1 em)"
 msgid "Double Quad (2 em)"
 msgstr "Doble cuadratín (2 em)"
 
-#: src/frontends/qt4/ui/HSpaceUi.ui:114 src/insets/InsetSpace.cpp:94
+#: src/frontends/qt4/ui/HSpaceUi.ui:114
+#: src/insets/InsetSpace.cpp:94
 msgid "Horizontal Fill"
 msgstr "Relleno horizontal"
 
 #: src/frontends/qt4/ui/HSpaceUi.ui:119
 #: src/frontends/qt4/ui/ParagraphUi.ui:261
-#: src/frontends/qt4/ui/TabularUi.ui:913 src/frontends/qt4/ui/TabularUi.ui:932
-#: src/frontends/qt4/ui/TabularUi.ui:980 src/frontends/qt4/ui/VSpaceUi.ui:156
-#: lib/layouts/stdcustom.inc:8 src/frontends/qt4/GuiDocument.cpp:577
+#: src/frontends/qt4/ui/TabularUi.ui:913
+#: src/frontends/qt4/ui/TabularUi.ui:932
+#: src/frontends/qt4/ui/TabularUi.ui:980
+#: src/frontends/qt4/ui/VSpaceUi.ui:156
+#: lib/layouts/stdcustom.inc:8
+#: src/frontends/qt4/GuiDocument.cpp:577
 #: src/frontends/qt4/GuiDocument.cpp:680
 msgid "Custom"
 msgstr "Personalizado"
 
-#: src/frontends/qt4/ui/HSpaceUi.ui:127 src/frontends/qt4/ui/VSpaceUi.ui:117
+#: src/frontends/qt4/ui/HSpaceUi.ui:127
+#: src/frontends/qt4/ui/VSpaceUi.ui:117
 msgid "&Value:"
 msgstr "&Valor:"
 
-#: src/frontends/qt4/ui/HSpaceUi.ui:140 src/frontends/qt4/ui/VSpaceUi.ui:110
+#: src/frontends/qt4/ui/HSpaceUi.ui:140
+#: src/frontends/qt4/ui/VSpaceUi.ui:110
 msgid "Custom value. Needs spacing type \"Custom\"."
 msgstr "Valor personalizado. Necesita el tipo de espaciado \"Personalizado\"."
 
@@ -1376,11 +1495,13 @@ msgstr "Valor personalizado. Necesita el tipo de espaciado \"Personalizado\"."
 msgid "&Fill Pattern:"
 msgstr "Pa&trón de relleno:"
 
-#: src/frontends/qt4/ui/HSpaceUi.ui:163 src/frontends/qt4/ui/VSpaceUi.ui:94
+#: src/frontends/qt4/ui/HSpaceUi.ui:163
+#: src/frontends/qt4/ui/VSpaceUi.ui:94
 msgid "&Protect:"
 msgstr "&Proteger:"
 
-#: src/frontends/qt4/ui/HSpaceUi.ui:173 src/frontends/qt4/GuiHSpace.cpp:104
+#: src/frontends/qt4/ui/HSpaceUi.ui:173
+#: src/frontends/qt4/GuiHSpace.cpp:104
 msgid "Insert the spacing even after a line break"
 msgstr "Insertar el espaciado incluso después de un salto de página"
 
@@ -1417,10 +1538,14 @@ msgid "&File"
 msgstr "Archivo"
 
 #: src/frontends/qt4/ui/HyperlinkUi.ui:76
-#: src/frontends/qt4/ui/HyperlinkUi.ui:90 lib/layouts/scrlttr2.layout:205
-#: lib/layouts/amsdefs.inc:158 lib/layouts/stdinsets.inc:258
-#: lib/layouts/stdinsets.inc:263 lib/layouts/minimalistic.module:34
-#: lib/layouts/minimalistic.module:39 lib/ui/stdmenus.inc:340
+#: src/frontends/qt4/ui/HyperlinkUi.ui:90
+#: lib/layouts/scrlttr2.layout:205
+#: lib/layouts/amsdefs.inc:158
+#: lib/layouts/stdinsets.inc:258
+#: lib/layouts/stdinsets.inc:263
+#: lib/layouts/minimalistic.module:34
+#: lib/layouts/minimalistic.module:39
+#: lib/ui/stdmenus.inc:340
 msgid "URL"
 msgstr "URL"
 
@@ -1434,7 +1559,8 @@ msgid "&Target:"
 msgstr "&Dirección:"
 
 #: src/frontends/qt4/ui/HyperlinkUi.ui:106
-#: src/frontends/qt4/ui/PrefIdentityUi.ui:50 src/frontends/qt4/ui/RefUi.ui:116
+#: src/frontends/qt4/ui/PrefIdentityUi.ui:50
+#: src/frontends/qt4/ui/RefUi.ui:116
 msgid "&Name:"
 msgstr "&Nombre:"
 
@@ -1442,12 +1568,14 @@ msgstr "&Nombre:"
 msgid "Listing Parameters"
 msgstr "Parámetros de listings"
 
-#: src/frontends/qt4/ui/IncludeUi.ui:66 src/frontends/qt4/ui/ListingsUi.ui:535
+#: src/frontends/qt4/ui/IncludeUi.ui:66
+#: src/frontends/qt4/ui/ListingsUi.ui:535
 #: src/frontends/qt4/ui/TextLayoutUi.ui:127
 msgid "Check it to enter parameters that are not recognizable by LyX"
 msgstr "Marcar para introducir parámetros no reconocidos por LyX"
 
-#: src/frontends/qt4/ui/IncludeUi.ui:69 src/frontends/qt4/ui/ListingsUi.ui:538
+#: src/frontends/qt4/ui/IncludeUi.ui:69
+#: src/frontends/qt4/ui/ListingsUi.ui:538
 #: src/frontends/qt4/ui/TextLayoutUi.ui:130
 msgid "&Bypass validation"
 msgstr "S&altar validación"
@@ -1488,19 +1616,23 @@ msgstr "Nombre del archivo a incluir"
 msgid "&Include Type:"
 msgstr "Tipo de &inclusión:"
 
-#: src/frontends/qt4/ui/IncludeUi.ui:287 src/insets/InsetInclude.cpp:334
+#: src/frontends/qt4/ui/IncludeUi.ui:287
+#: src/insets/InsetInclude.cpp:334
 msgid "Include"
 msgstr "Incluir"
 
-#: src/frontends/qt4/ui/IncludeUi.ui:292 src/insets/InsetInclude.cpp:325
+#: src/frontends/qt4/ui/IncludeUi.ui:292
+#: src/insets/InsetInclude.cpp:325
 msgid "Input"
 msgstr "Entrada"
 
-#: src/frontends/qt4/ui/IncludeUi.ui:297 lib/layouts/manpage.layout:121
+#: src/frontends/qt4/ui/IncludeUi.ui:297
+#: lib/layouts/manpage.layout:121
 msgid "Verbatim"
 msgstr "Literal"
 
-#: src/frontends/qt4/ui/IncludeUi.ui:302 src/insets/InsetInclude.cpp:925
+#: src/frontends/qt4/ui/IncludeUi.ui:302
+#: src/insets/InsetInclude.cpp:925
 #: src/insets/InsetInclude.cpp:931
 msgid "Program Listing"
 msgstr "Listado de programa"
@@ -1542,18 +1674,12 @@ msgid "Class options"
 msgstr "Opciones de clase"
 
 #: src/frontends/qt4/ui/LaTeXUi.ui:71
-msgid ""
-"The options that are predefined in the layout file. Click to the left to "
-"select/deselect."
-msgstr ""
-"Las opciones que están predefinidas en el archivo de formato. Clic para "
-"seleccionar o no."
+msgid "The options that are predefined in the layout file. Click to the left to select/deselect."
+msgstr "Las opciones que están predefinidas en el archivo de formato. Clic para seleccionar o no."
 
 #: src/frontends/qt4/ui/LaTeXUi.ui:86
 msgid "Enable to use the options that are predefined in the layout file"
-msgstr ""
-"Activar para usar las opciones que están predefinidas en el archivo de "
-"formato"
+msgstr "Activar para usar las opciones que están predefinidas en el archivo de formato"
 
 #: src/frontends/qt4/ui/LaTeXUi.ui:89
 msgid "P&redefined:"
@@ -1599,8 +1725,10 @@ msgstr "&Otros:"
 msgid "&Quote Style:"
 msgstr "Estilo de &cita:"
 
-#: src/frontends/qt4/ui/ListingsUi.ui:16 src/insets/InsetCaption.cpp:299
-#: src/insets/InsetListings.cpp:404 src/insets/InsetListings.cpp:406
+#: src/frontends/qt4/ui/ListingsUi.ui:16
+#: src/insets/InsetCaption.cpp:299
+#: src/insets/InsetListings.cpp:404
+#: src/insets/InsetListings.cpp:406
 msgid "Listing"
 msgstr "Listado"
 
@@ -1632,7 +1760,8 @@ msgstr "Marcar para poner en línea el listado"
 msgid "&Inline listing"
 msgstr "&Listado en línea"
 
-#: src/frontends/qt4/ui/ListingsUi.ui:94 src/frontends/qt4/ui/WrapUi.ui:185
+#: src/frontends/qt4/ui/ListingsUi.ui:94
+#: src/frontends/qt4/ui/WrapUi.ui:185
 msgid "&Placement:"
 msgstr "&Ubicación:"
 
@@ -1666,8 +1795,7 @@ msgstr "&Cara:"
 
 #: src/frontends/qt4/ui/ListingsUi.ui:238
 msgid "Select the dialect of the programming language, if available"
-msgstr ""
-"Seleccionar el dialecto del lenguaje de programación, si está disponible"
+msgstr "Seleccionar el dialecto del lenguaje de programación, si está disponible"
 
 #: src/frontends/qt4/ui/ListingsUi.ui:245
 msgid "&Dialect:"
@@ -1740,8 +1868,7 @@ msgstr "&Espacio como símbolo"
 
 #: src/frontends/qt4/ui/ListingsUi.ui:457
 msgid "Make spaces in strings visible by a special symbol"
-msgstr ""
-"Hacer visibles los espacios en las cadenas mediante un símbolo especial"
+msgstr "Hacer visibles los espacios en las cadenas mediante un símbolo especial"
 
 #: src/frontends/qt4/ui/ListingsUi.ui:460
 msgid "Space i&n string as symbol"
@@ -1774,9 +1901,7 @@ msgstr "Ventana de retroalimentación"
 
 #: src/frontends/qt4/ui/ListingsUi.ui:580
 msgid "Input listing parameters here. Enter ? for a list of parameters."
-msgstr ""
-"Introducir aquí parámetros para listings. Introducir ? para una lista de "
-"parámetros."
+msgstr "Introducir aquí parámetros para listings. Introducir ? para una lista de parámetros."
 
 #: src/frontends/qt4/ui/LogUi.ui:31
 msgid "Copy to Clip&board"
@@ -1786,15 +1911,15 @@ msgstr "Copiar al portapapeles"
 msgid "Update the display"
 msgstr "Actualizar la vista"
 
-#: src/frontends/qt4/ui/LogUi.ui:64 src/frontends/qt4/ui/RefUi.ui:232
+#: src/frontends/qt4/ui/LogUi.ui:64
+#: src/frontends/qt4/ui/RefUi.ui:232
 #: src/frontends/qt4/ui/ViewSourceUi.ui:56
 msgid "&Update"
 msgstr "&Actualizar"
 
 #: src/frontends/qt4/ui/MarginsUi.ui:28
 msgid "Use the margin settings provided by the document class"
-msgstr ""
-"Usar la configuración del margen proporcionada por la clase del documento"
+msgstr "Usar la configuración del margen proporcionada por la clase del documento"
 
 #: src/frontends/qt4/ui/MarginsUi.ui:31
 msgid "&Default Margins"
@@ -1860,7 +1985,8 @@ msgstr "&Columnas:"
 msgid "Resize this to the correct table dimensions"
 msgstr "Reajustar a las dimensiones de la tabla"
 
-#: src/frontends/qt4/ui/MathMatrixUi.ui:211 src/frontends/qt4/ui/WrapUi.ui:195
+#: src/frontends/qt4/ui/MathMatrixUi.ui:211
+#: src/frontends/qt4/ui/WrapUi.ui:195
 msgid "Vertical alignment"
 msgstr "Alineación vertical"
 
@@ -1967,8 +2093,7 @@ msgid "&General"
 msgstr "&General"
 
 #: src/frontends/qt4/ui/PDFSupportUi.ui:99
-msgid ""
-"If not stated explicitly, fill title and author from appropriate environments"
+msgid "If not stated explicitly, fill title and author from appropriate environments"
 msgstr "Si no se explicita, rellenar título y autor de los entornos apropiados"
 
 #: src/frontends/qt4/ui/PDFSupportUi.ui:102
@@ -2070,9 +2195,7 @@ msgstr "Formato del papel"
 
 #: src/frontends/qt4/ui/PageLayoutUi.ui:103
 msgid "Choose a particular paper size, or set your own with \"Custom\""
-msgstr ""
-"Elegir un tamaño del papel concreto, o establecer uno propio con "
-"\"Personalizado\""
+msgstr "Elegir un tamaño del papel concreto, o establecer uno propio con \"Personalizado\""
 
 #: src/frontends/qt4/ui/PageLayoutUi.ui:121
 msgid "Style used for the page header and footer"
@@ -2114,8 +2237,7 @@ msgstr "Aplica&r inmediatamente"
 
 #: src/frontends/qt4/ui/ParagraphUi.ui:129
 msgid "Use the default alignment for this paragraph, whatever it is."
-msgstr ""
-"Usar la alineación predeterminada para este párrafo, cualquiera que sea."
+msgstr "Usar la alineación predeterminada para este párrafo, cualquiera que sea."
 
 #: src/frontends/qt4/ui/ParagraphUi.ui:132
 msgid "Paragraph's &Default"
@@ -2158,7 +2280,8 @@ msgstr "Etiqueta más &larga"
 msgid "Line &spacing"
 msgstr "&Interlineado"
 
-#: src/frontends/qt4/ui/ParagraphUi.ui:246 src/Text.cpp:1378
+#: src/frontends/qt4/ui/ParagraphUi.ui:246
+#: src/Text.cpp:1378
 #: src/frontends/qt4/GuiDocument.cpp:571
 msgid "Single"
 msgstr "Sencillo"
@@ -2167,7 +2290,8 @@ msgstr "Sencillo"
 msgid "1.5"
 msgstr "1.5"
 
-#: src/frontends/qt4/ui/ParagraphUi.ui:256 src/Text.cpp:1384
+#: src/frontends/qt4/ui/ParagraphUi.ui:256
+#: src/Text.cpp:1384
 #: src/frontends/qt4/GuiDocument.cpp:575
 msgid "Double"
 msgstr "Doble"
@@ -2181,12 +2305,8 @@ msgid "In Math"
 msgstr "En ecuaciones"
 
 #: src/frontends/qt4/ui/PrefCompletionUi.ui:40
-msgid ""
-"Show the grey inline completion behind the cursor in math mode after the "
-"delay."
-msgstr ""
-"Mostrar en gris tras el cursor la finalización de funciones matemáticas, con "
-"retraso."
+msgid "Show the grey inline completion behind the cursor in math mode after the delay."
+msgstr "Mostrar en gris tras el cursor la finalización de funciones matemáticas, con retraso."
 
 #: src/frontends/qt4/ui/PrefCompletionUi.ui:43
 msgid "Automatic in&line completion"
@@ -2205,12 +2325,8 @@ msgid "In Text"
 msgstr "En texto"
 
 #: src/frontends/qt4/ui/PrefCompletionUi.ui:78
-msgid ""
-"Show the grey inline completion behind the cursor in text mode after the "
-"delay."
-msgstr ""
-"Mostrar en gris tras el cursor la finalización de palabras en modo texto, "
-"con retraso."
+msgid "Show the grey inline completion behind the cursor in text mode after the delay."
+msgstr "Mostrar en gris tras el cursor la finalización de palabras en modo texto, con retraso."
 
 #: src/frontends/qt4/ui/PrefCompletionUi.ui:81
 msgid "Automatic &inline completion"
@@ -2225,12 +2341,8 @@ msgid "Automatic &popup"
 msgstr "&Recuadros emergentes automáticos"
 
 #: src/frontends/qt4/ui/PrefCompletionUi.ui:98
-msgid ""
-"Show a small triangle on the cursor if a completion is available in text "
-"mode."
-msgstr ""
-"Mostrar un triangulito en el cursor si hay una autofinalización de texto "
-"disponible."
+msgid "Show a small triangle on the cursor if a completion is available in text mode."
+msgstr "Mostrar un triangulito en el cursor si hay una autofinalización de texto disponible."
 
 #: src/frontends/qt4/ui/PrefCompletionUi.ui:101
 msgid "Cursor i&ndicator"
@@ -2242,41 +2354,28 @@ msgid "General"
 msgstr "General"
 
 #: src/frontends/qt4/ui/PrefCompletionUi.ui:134
-msgid ""
-"After the cursor has not moved for this time, the inline completion is shown "
-"if it is available."
-msgstr ""
-"Tras este tiempo sin mover el cursor, se muestra la autofinalización "
-"disponible."
+msgid "After the cursor has not moved for this time, the inline completion is shown if it is available."
+msgstr "Tras este tiempo sin mover el cursor, se muestra la autofinalización disponible."
 
 #: src/frontends/qt4/ui/PrefCompletionUi.ui:147
 msgid "s inline completion dela&y"
 msgstr "s de &retraso para autocompletar"
 
 #: src/frontends/qt4/ui/PrefCompletionUi.ui:180
-msgid ""
-"After the cursor has not moved for this time, the completion popup is shown "
-"if it is available."
-msgstr ""
-"Tras este tiempo sin mover el cursor, se muestra el recuadro emergente "
-"disponible."
+msgid "After the cursor has not moved for this time, the completion popup is shown if it is available."
+msgstr "Tras este tiempo sin mover el cursor, se muestra el recuadro emergente disponible."
 
 #: src/frontends/qt4/ui/PrefCompletionUi.ui:193
 msgid "s popup d&elay"
 msgstr "s de retraso para los recuadros emergentes"
 
 #: src/frontends/qt4/ui/PrefCompletionUi.ui:218
-msgid ""
-"When the TAB completion is not unique, there won't be a delay of the popup. "
-"It will be shown right away."
-msgstr ""
-"Si la autofinalización con el tabulador no es única no habrá retraso en el "
-"recuadro emergente. Se mostrará inmediatamente."
+msgid "When the TAB completion is not unique, there won't be a delay of the popup. It will be shown right away."
+msgstr "Si la autofinalización con el tabulador no es única no habrá retraso en el recuadro emergente. Se mostrará inmediatamente."
 
 #: src/frontends/qt4/ui/PrefCompletionUi.ui:221
 msgid "Sho&w popup without delay for non-unique completions"
-msgstr ""
-"Mostrar cuadro emergente sin retraso para autofinalizaciones no únicas."
+msgstr "Mostrar cuadro emergente sin retraso para autofinalizaciones no únicas."
 
 #: src/frontends/qt4/ui/PrefCompletionUi.ui:228
 msgid "Long completions are cut-off and shown with \"...\"."
@@ -2309,7 +2408,8 @@ msgstr "M&odificar"
 
 #: src/frontends/qt4/ui/PrefConvertersUi.ui:209
 #: src/frontends/qt4/ui/PrefShortcutsUi.ui:61
-#: src/frontends/qt4/GuiPrefs.cpp:2271 src/frontends/qt4/GuiPrefs.cpp:2335
+#: src/frontends/qt4/GuiPrefs.cpp:2271
+#: src/frontends/qt4/GuiPrefs.cpp:2335
 msgid "Remo&ve"
 msgstr "&Quitar"
 
@@ -2345,7 +2445,8 @@ msgstr "Mostrar &gráficos"
 msgid "Instant &Preview:"
 msgstr "Vista &preliminar inmediata:"
 
-#: src/frontends/qt4/ui/PrefDisplayUi.ui:50 src/Font.cpp:66
+#: src/frontends/qt4/ui/PrefDisplayUi.ui:50
+#: src/Font.cpp:66
 #: src/frontends/qt4/GuiDocument.cpp:146
 msgid "Off"
 msgstr "Desactivada"
@@ -2354,11 +2455,13 @@ msgstr "Desactivada"
 msgid "No math"
 msgstr "Sin ecuación"
 
-#: src/frontends/qt4/ui/PrefDisplayUi.ui:60 src/Font.cpp:66
+#: src/frontends/qt4/ui/PrefDisplayUi.ui:60
+#: src/Font.cpp:66
 msgid "On"
 msgstr "Activado"
 
-#: src/frontends/qt4/ui/PrefEditUi.ui:33 src/frontends/qt4/GuiPrefs.cpp:224
+#: src/frontends/qt4/ui/PrefEditUi.ui:33
+#: src/frontends/qt4/GuiPrefs.cpp:224
 msgid "Editing"
 msgstr "Edición"
 
@@ -2384,8 +2487,7 @@ msgstr "Editar macros de ecuación en línea con el nombre en la barra de estado
 
 #: src/frontends/qt4/ui/PrefEditUi.ui:83
 msgid "Edit Math Macros with a parameter list (like in LyX < 1.6)"
-msgstr ""
-"Editar macros de ecuación con una lista de parámetros (como en LyX < 1.6)"
+msgstr "Editar macros de ecuación con una lista de parámetros (como en LyX < 1.6)"
 
 #: src/frontends/qt4/ui/PrefEditUi.ui:94
 msgid "Fullscreen"
@@ -2494,12 +2596,8 @@ msgid "&Wheel scrolling speed:"
 msgstr "&Velocidad de desplazamiento de la rueda:"
 
 #: src/frontends/qt4/ui/PrefInputUi.ui:150
-msgid ""
-"1.0 is the standard scrolling speed with the mouse wheel. Higher values will "
-"speed it up, low values slow it down."
-msgstr ""
-"1.0 es el valor estándar. Un valor mayor aumenta la velocidad, menor la "
-"disminuye."
+msgid "1.0 is the standard scrolling speed with the mouse wheel. Higher values will speed it up, low values slow it down."
+msgstr "1.0 es el valor estándar. Un valor mayor aumenta la velocidad, menor la disminuye."
 
 #: src/frontends/qt4/ui/PrefLanguageUi.ui:19
 msgid "&User Interface language:"
@@ -2520,8 +2618,7 @@ msgstr "Pa&quete del idioma:"
 
 #: src/frontends/qt4/ui/PrefLanguageUi.ui:69
 msgid "Enter the command to load the language package (default: babel)"
-msgstr ""
-"Introducir el comando para cargar el paquete de idioma (por omisión: babel)"
+msgstr "Introducir el comando para cargar el paquete de idioma (por omisión: babel)"
 
 #: src/frontends/qt4/ui/PrefLanguageUi.ui:76
 msgid "Command s&tart:"
@@ -2548,36 +2645,24 @@ msgid "Use b&abel"
 msgstr "Usar &babel"
 
 #: src/frontends/qt4/ui/PrefLanguageUi.ui:120
-msgid ""
-"Check to pass the language globally (to the document class), not locally (to "
-"the language package)"
-msgstr ""
-"Marcar para pasar globalmente el idioma (a la clase de documento), no "
-"localmente (al paquete de idioma)"
+msgid "Check to pass the language globally (to the document class), not locally (to the language package)"
+msgstr "Marcar para pasar globalmente el idioma (a la clase de documento), no localmente (al paquete de idioma)"
 
 #: src/frontends/qt4/ui/PrefLanguageUi.ui:123
 msgid "&Global"
 msgstr "&Global"
 
 #: src/frontends/qt4/ui/PrefLanguageUi.ui:130
-msgid ""
-"If checked, the document language is not explicitely set by a language "
-"switch command"
-msgstr ""
-"Si se marca, el idioma del documento no es explícitamente iniciado por un "
-"comando de cambio de idioma"
+msgid "If checked, the document language is not explicitely set by a language switch command"
+msgstr "Si se marca, el idioma del documento no es explícitamente iniciado por un comando de cambio de idioma"
 
 #: src/frontends/qt4/ui/PrefLanguageUi.ui:133
 msgid "Auto &begin"
 msgstr "Auto-i&niciar"
 
 #: src/frontends/qt4/ui/PrefLanguageUi.ui:140
-msgid ""
-"If checked, the document language is not explicitely closed by a language "
-"switch command"
-msgstr ""
-"Si se marca, el idioma del documento no es explícitamente terminado por un "
-"comando de cambio de idioma"
+msgid "If checked, the document language is not explicitely closed by a language switch command"
+msgstr "Si se marca, el idioma del documento no es explícitamente terminado por un comando de cambio de idioma"
 
 #: src/frontends/qt4/ui/PrefLanguageUi.ui:143
 msgid "Auto &end"
@@ -2585,9 +2670,7 @@ msgstr "Auto-&terminar"
 
 #: src/frontends/qt4/ui/PrefLanguageUi.ui:150
 msgid "Check to highlight foreign languages visually in the work area"
-msgstr ""
-"Marcar para destacar visualmente los idiomas extranjeros en el área de "
-"trabajo"
+msgstr "Marcar para destacar visualmente los idiomas extranjeros en el área de trabajo"
 
 #: src/frontends/qt4/ui/PrefLanguageUi.ui:153
 msgid "Mark &foreign languages"
@@ -2597,11 +2680,10 @@ msgstr "Marcar idiomas extranj&eros"
 msgid "Right-to-left language support"
 msgstr "Soporte para idioma derecha-a-izquierda"
 
-#: src/frontends/qt4/ui/PrefLanguageUi.ui:197 src/LyXRC.cpp:2760
-msgid ""
-"Select to enable support of right-to-left languages (e.g. Hebrew, Arabic)."
-msgstr ""
-"Seleccionar para idiomas de derecha-a-izquierda (p. ej. hebreo, árabe)."
+#: src/frontends/qt4/ui/PrefLanguageUi.ui:197
+#: src/LyXRC.cpp:2760
+msgid "Select to enable support of right-to-left languages (e.g. Hebrew, Arabic)."
+msgstr "Seleccionar para idiomas de derecha-a-izquierda (p. ej. hebreo, árabe)."
 
 #: src/frontends/qt4/ui/PrefLanguageUi.ui:200
 msgid "Enable &RTL support"
@@ -2625,8 +2707,7 @@ msgstr "Comando para no&menclatura:"
 
 #: src/frontends/qt4/ui/PrefLatexUi.ui:35
 msgid "Command and options for nomencl (usually makeindex)"
-msgstr ""
-"Comando y opciones para generar la nomenclatura (generalmente makeindex)"
+msgstr "Comando y opciones para generar la nomenclatura (generalmente makeindex)"
 
 #: src/frontends/qt4/ui/PrefLatexUi.ui:42
 msgid "&Index command:"
@@ -2638,22 +2719,15 @@ msgstr "Comando y opciones para generar el índice (makeindex, xindy)"
 
 #: src/frontends/qt4/ui/PrefLatexUi.ui:59
 msgid "Optional paper size flag (-paper) for some DVI viewers"
-msgstr ""
-"Indicador opcional del tamaño del papel (-paper) para algunos visores DVI"
+msgstr "Indicador opcional del tamaño del papel (-paper) para algunos visores DVI"
 
 #: src/frontends/qt4/ui/PrefLatexUi.ui:66
 msgid "&DVI viewer paper size options:"
 msgstr "Opciones de &tamaño del papel para el visor DVI:"
 
 #: src/frontends/qt4/ui/PrefLatexUi.ui:82
-msgid ""
-"Select if LyX should output Windows-style paths rather than Posix-style "
-"paths to LaTeX files. Useful if you're using the native Windows MikTeX "
-"rather than the Cygwin teTeX."
-msgstr ""
-"Seleccionar para que LyX ponga rutas estilo-Windows en vez de rutas estilo-"
-"POSIXen los archivos LaTeX. Útil si está usando el MikTeX nativo de Windows "
-"en vez del teTeX Cygwin."
+msgid "Select if LyX should output Windows-style paths rather than Posix-style paths to LaTeX files. Useful if you're using the native Windows MikTeX rather than the Cygwin teTeX."
+msgstr "Seleccionar para que LyX ponga rutas estilo-Windows en vez de rutas estilo-POSIXen los archivos LaTeX. Útil si está usando el MikTeX nativo de Windows en vez del teTeX Cygwin."
 
 #: src/frontends/qt4/ui/PrefLatexUi.ui:88
 msgid "&Use Windows-style paths in LaTeX files"
@@ -2763,16 +2837,12 @@ msgstr "Directorio &temporal:"
 msgid "&PATH prefix:"
 msgstr "&Prefijo PATH:"
 
-#: src/frontends/qt4/ui/PrefPlaintextUi.ui:57 src/LyXRC.cpp:2442
-msgid ""
-"The maximum line length of exported plain text/LaTeX/SGML files. If set to "
-"0, paragraphs are output in a single line; if the line length is > 0, "
-"paragraphs are separated by a blank line."
+#: src/frontends/qt4/ui/PrefPlaintextUi.ui:57
+#: src/LyXRC.cpp:2442
+msgid "The maximum line length of exported plain text/LaTeX/SGML files. If set to 0, paragraphs are output in a single line; if the line length is > 0, paragraphs are separated by a blank line."
 msgstr ""
-"La longitud máxima de línea de los archivos SGML/LaTeX/texto simple "
-"exportados.\n"
-"Si se pone a 0, los párrafos se generan en una sola línea; si la longitud de "
-"línea es > 0, los párrafos se separan por líneas en blanco."
+"La longitud máxima de línea de los archivos SGML/LaTeX/texto simple exportados.\n"
+"Si se pone a 0, los párrafos se generan en una sola línea; si la longitud de línea es > 0, los párrafos se separan por líneas en blanco."
 
 #: src/frontends/qt4/ui/PrefPlaintextUi.ui:67
 msgid "Output &line length:"
@@ -2823,12 +2893,8 @@ msgid "Spool pr&inter:"
 msgstr "&Cola de impresión:"
 
 #: src/frontends/qt4/ui/PrefPrinterUi.ui:130
-msgid ""
-"Setting causes printer command to print to file and then use this actually "
-"to print."
-msgstr ""
-"Hace que el comando de impresora imprima en un archivo y lo use para "
-"imprimir."
+msgid "Setting causes printer command to print to file and then use this actually to print."
+msgstr "Hace que el comando de impresora imprima en un archivo y lo use para imprimir."
 
 #: src/frontends/qt4/ui/PrefPrinterUi.ui:136
 msgid "Spool &command:"
@@ -2888,8 +2954,7 @@ msgstr "Tama&ño del papel:"
 
 #: src/frontends/qt4/ui/PrefPrinterUi.ui:279
 msgid "Any other options you'd like to use with the printer command."
-msgstr ""
-"Cualquier otra opción que le gustaría usar con el comando de impresión."
+msgstr "Cualquier otra opción que le gustaría usar con el comando de impresión."
 
 #: src/frontends/qt4/ui/PrefPrinterUi.ui:282
 msgid "E&xtra options:"
@@ -2900,14 +2965,8 @@ msgid "Customizes output to a given printer. Expert option."
 msgstr "Personalizar la salida a una impresora dada. Opción experta."
 
 #: src/frontends/qt4/ui/PrefPrinterUi.ui:301
-msgid ""
-"Normally, this needs to be checked only if you are using dvips as your "
-"printer command and you have config.<printer> files installed for all your "
-"printers."
-msgstr ""
-"Normalmente, esto debe marcarse solo si se usa dvips como comando de "
-"impresión y tiene los archivos config.<printer> instalados para todas sus "
-"impresoras."
+msgid "Normally, this needs to be checked only if you are using dvips as your printer command and you have config.<printer> files installed for all your printers."
+msgstr "Normalmente, esto debe marcarse solo si se usa dvips como comando de impresión y tiene los archivos config.<printer> instalados para todas sus impresoras."
 
 #: src/frontends/qt4/ui/PrefPrinterUi.ui:304
 msgid "Adapt output to printer"
@@ -2986,12 +3045,8 @@ msgid "Large:"
 msgstr "Grande:"
 
 #: src/frontends/qt4/ui/PrefScreenFontsUi.ui:368
-msgid ""
-"Checking this improves performance, but might decrease the on-screen quality "
-"of fonts"
-msgstr ""
-"Marcar esto mejora el rendimiento, pero puede reducir la calidad en pantalla "
-"de las fuentes"
+msgid "Checking this improves performance, but might decrease the on-screen quality of fonts"
+msgstr "Marcar esto mejora el rendimiento, pero puede reducir la calidad en pantalla de las fuentes"
 
 #: src/frontends/qt4/ui/PrefScreenFontsUi.ui:371
 msgid "Use Pixmap Cache to speed up font rendering"
@@ -3015,8 +3070,7 @@ msgstr "Idioma al&ternativo:"
 
 #: src/frontends/qt4/ui/PrefSpellcheckerUi.ui:77
 msgid "Specify a personal dictionary file other than the default"
-msgstr ""
-"Especificar un archivo diccionario personal distinto del predeterminado"
+msgstr "Especificar un archivo diccionario personal distinto del predeterminado"
 
 #: src/frontends/qt4/ui/PrefSpellcheckerUi.ui:87
 msgid "Personal &dictionary:"
@@ -3052,9 +3106,7 @@ msgstr "Sesión"
 
 #: src/frontends/qt4/ui/PrefUi.ui:49
 msgid "Restore to cursor position when the file was last closed"
-msgstr ""
-"Restaurar a la posición del cursor cuando el archivo fue cerrado por última "
-"vez"
+msgstr "Restaurar a la posición del cursor cuando el archivo fue cerrado por última vez"
 
 #: src/frontends/qt4/ui/PrefUi.ui:52
 msgid "Allow saving/restoring of window layouts and geometries"
@@ -3097,12 +3149,8 @@ msgid "Automatic help"
 msgstr "Ayuda automática"
 
 #: src/frontends/qt4/ui/PrefUi.ui:216
-msgid ""
-"Checking this allow the automatic display of helpful comments for insets in "
-"the main work area of an edited document"
-msgstr ""
-"Marcar para permitir la visión emergente automática en el área principal de "
-"trabajo del contenido de cuadros insertados  "
+msgid "Checking this allow the automatic display of helpful comments for insets in the main work area of an edited document"
+msgstr "Marcar para permitir la visión emergente automática en el área principal de trabajo del contenido de cuadros insertados  "
 
 #: src/frontends/qt4/ui/PrefUi.ui:219
 msgid "Enable &tool tips in main work area"
@@ -3116,7 +3164,8 @@ msgstr "E&xaminar..."
 msgid "&User interface file:"
 msgstr "Archivo interfaz de &usuario:"
 
-#: src/frontends/qt4/ui/PrefsUi.ui:73 src/LyXFunc.cpp:682
+#: src/frontends/qt4/ui/PrefsUi.ui:73
+#: src/LyXFunc.cpp:682
 #: src/frontends/qt4/GuiView.cpp:1784
 msgid "&Save"
 msgstr "&Guardar"
@@ -3137,7 +3186,8 @@ msgstr "&A:[[como en 'De la página x a la página y']]"
 msgid "Page number to print to"
 msgstr "Imprimir hasta la página"
 
-#: src/frontends/qt4/ui/PrintUi.ui:88 src/frontends/qt4/ui/PrintUi.ui:101
+#: src/frontends/qt4/ui/PrintUi.ui:88
+#: src/frontends/qt4/ui/PrintUi.ui:101
 msgid "Print all pages"
 msgstr "Imprimir todas las páginas"
 
@@ -3201,7 +3251,8 @@ msgstr "I&mpresora:"
 msgid "Send output to the given printer"
 msgstr "Enviar salida a la impresora dada"
 
-#: src/frontends/qt4/ui/PrintUi.ui:290 src/frontends/qt4/ui/PrintUi.ui:303
+#: src/frontends/qt4/ui/PrintUi.ui:290
+#: src/frontends/qt4/ui/PrintUi.ui:303
 msgid "Send output to a file"
 msgstr "Enviar salida a un archivo"
 
@@ -3253,7 +3304,8 @@ msgstr "Actualizar lista de etiquetas"
 msgid "Jump to the label"
 msgstr "Saltar a la etiqueta"
 
-#: src/frontends/qt4/ui/RefUi.ui:250 src/frontends/qt4/GuiRef.cpp:287
+#: src/frontends/qt4/ui/RefUi.ui:250
+#: src/frontends/qt4/GuiRef.cpp:287
 msgid "&Go to Label"
 msgstr "&Ir a la etiqueta"
 
@@ -3293,8 +3345,7 @@ msgstr "Buscar &hacia atrás"
 
 #: src/frontends/qt4/ui/SendtoUi.ui:42
 msgid "Process the converted file with this command ($$FName = file name)"
-msgstr ""
-"Procesar el archivo convertido con este comando ($$FName = nombre de archivo)"
+msgstr "Procesar el archivo convertido con este comando ($$FName = nombre de archivo)"
 
 #: src/frontends/qt4/ui/SendtoUi.ui:101
 msgid "&Export formats:"
@@ -3338,12 +3389,8 @@ msgid "&Function:"
 msgstr "Funcion:"
 
 #: src/frontends/qt4/ui/ShortcutUi.ui:130
-msgid ""
-"Type shortcut after clicking on this field. You can reset the content with "
-"the 'Clear' button"
-msgstr ""
-"Escribe la secuencia de teclas después de hacer clic en este campo. Puedes "
-"reiniciar el contenido con el botón 'Limpiar'. "
+msgid "Type shortcut after clicking on this field. You can reset the content with the 'Clear' button"
+msgstr "Escribe la secuencia de teclas después de hacer clic en este campo. Puedes reiniciar el contenido con el botón 'Limpiar'. "
 
 #: src/frontends/qt4/ui/SpellcheckerUi.ui:35
 msgid "Suggestions:"
@@ -3390,12 +3437,8 @@ msgid "Replace with selected word"
 msgstr "Reemplazar con la palabra seleccionada"
 
 #: src/frontends/qt4/ui/SymbolsUi.ui:83
-msgid ""
-"Available categories depend on the document encoding. Select UTF-8 for the "
-"full range."
-msgstr ""
-"Las categorías disponibles dependen de la codificación del documento. "
-"Seleccionar UTF-8 para el rango completo."
+msgid "Available categories depend on the document encoding. Select UTF-8 for the full range."
+msgstr "Las categorías disponibles dependen de la codificación del documento. Seleccionar UTF-8 para el rango completo."
 
 #: src/frontends/qt4/ui/SymbolsUi.ui:86
 msgid "Ca&tegory:"
@@ -3403,9 +3446,7 @@ msgstr "Ca&tegoría:"
 
 #: src/frontends/qt4/ui/SymbolsUi.ui:116
 msgid "Select this to display all available characters at once"
-msgstr ""
-"Seleccionar esto para mostrar simultáneamente todos los caracteres "
-"disponibles"
+msgstr "Seleccionar esto para mostrar simultáneamente todos los caracteres disponibles"
 
 #: src/frontends/qt4/ui/SymbolsUi.ui:119
 msgid "&Display all"
@@ -3424,9 +3465,7 @@ msgid "Fixed width of the column"
 msgstr "Ancho fijo de la columna"
 
 #: src/frontends/qt4/ui/TabularUi.ui:78
-msgid ""
-"Specifies the vertical alignment of this cell in relation to the baseline of "
-"the row."
+msgid "Specifies the vertical alignment of this cell in relation to the baseline of the row."
 msgstr "Alineación vertical de la celda respecto a la línea base de la fila."
 
 #: src/frontends/qt4/ui/TabularUi.ui:110
@@ -3442,7 +3481,8 @@ msgid "Horizontal alignment in column"
 msgstr "Alineación horizontal en columna"
 
 #: src/frontends/qt4/ui/TabularUi.ui:137
-#: src/frontends/qt4/GuiParagraph.cpp:108 src/frontends/qt4/GuiTabular.cpp:717
+#: src/frontends/qt4/GuiParagraph.cpp:108
+#: src/frontends/qt4/GuiTabular.cpp:717
 msgid "Justified"
 msgstr "Justificado"
 
@@ -3576,14 +3616,14 @@ msgstr "Encabezado:"
 
 #: src/frontends/qt4/ui/TabularUi.ui:1085
 msgid "Repeat this row as header on every (except the first) page"
-msgstr ""
-"Repetir esta fila como encabezamiento en cada página (excepto en la primera)"
+msgstr "Repetir esta fila como encabezamiento en cada página (excepto en la primera)"
 
 #: src/frontends/qt4/ui/TabularUi.ui:1088
 #: src/frontends/qt4/ui/TabularUi.ui:1125
 #: src/frontends/qt4/ui/TabularUi.ui:1166
 #: src/frontends/qt4/ui/TabularUi.ui:1197
-#: src/frontends/qt4/ui/TabularUi.ui:1235 src/frontends/qt4/GuiToolbar.cpp:953
+#: src/frontends/qt4/ui/TabularUi.ui:1235
+#: src/frontends/qt4/GuiToolbar.cpp:953
 #: src/frontends/qt4/GuiToolbar.cpp:962
 msgid "on"
 msgstr "activado"
@@ -3673,11 +3713,8 @@ msgid "&Rescan"
 msgstr "&Releer"
 
 #: src/frontends/qt4/ui/TexinfoUi.ui:104
-msgid ""
-"Show contents of marked file. Only possible when files are shown with path"
-msgstr ""
-"Mostrar contenidos del archivo marcado. Solo posible cuando los archivos son "
-"mostrados con su ruta"
+msgid "Show contents of marked file. Only possible when files are shown with path"
+msgstr "Mostrar contenidos del archivo marcado. Solo posible cuando los archivos son mostrados con su ruta"
 
 #: src/frontends/qt4/ui/TexinfoUi.ui:107
 msgid "&View"
@@ -3751,7 +3788,8 @@ msgstr "Entrada de índice"
 msgid "&Keyword:"
 msgstr "Palabra &clave:"
 
-#: src/frontends/qt4/ui/ThesaurusUi.ui:52 lib/layouts/moderncv.layout:64
+#: src/frontends/qt4/ui/ThesaurusUi.ui:52
+#: lib/layouts/moderncv.layout:64
 msgid "Entry"
 msgstr "Entrada"
 
@@ -3769,12 +3807,8 @@ msgid "Replace the entry with the selection"
 msgstr "Reemplazar entrada con la selección"
 
 #: src/frontends/qt4/ui/TocUi.ui:28
-msgid ""
-"Switch between available lists (table of contents, list of figures, list of "
-"tables, and others)"
-msgstr ""
-"Cambiar entre las listas disponibles (índice general, lista de figuras o de "
-"tablas, y otras)"
+msgid "Switch between available lists (table of contents, list of figures, list of tables, and others)"
+msgstr "Cambiar entre las listas disponibles (índice general, lista de figuras o de tablas, y otras)"
 
 #: src/frontends/qt4/ui/TocUi.ui:55
 msgid "Adjust the depth of the navigation tree"
@@ -3796,8 +3830,10 @@ msgstr "Mantener"
 msgid "Update navigation tree"
 msgstr "Actualizar árbol de navegación"
 
-#: src/frontends/qt4/ui/TocUi.ui:142 src/frontends/qt4/ui/TocUi.ui:175
-#: src/frontends/qt4/ui/TocUi.ui:195 src/frontends/qt4/ui/TocUi.ui:215
+#: src/frontends/qt4/ui/TocUi.ui:142
+#: src/frontends/qt4/ui/TocUi.ui:175
+#: src/frontends/qt4/ui/TocUi.ui:195
+#: src/frontends/qt4/ui/TocUi.ui:215
 #: src/frontends/qt4/ui/TocUi.ui:235
 msgid "..."
 msgstr "..."
@@ -3826,15 +3862,18 @@ msgstr "Insertar el espaciado incluso después de un salto de página"
 msgid "DefSkip"
 msgstr "Salto predeterminado"
 
-#: src/frontends/qt4/ui/VSpaceUi.ui:136 src/frontends/qt4/GuiDocument.cpp:564
+#: src/frontends/qt4/ui/VSpaceUi.ui:136
+#: src/frontends/qt4/GuiDocument.cpp:564
 msgid "SmallSkip"
 msgstr "Salto pequeño"
 
-#: src/frontends/qt4/ui/VSpaceUi.ui:141 src/frontends/qt4/GuiDocument.cpp:565
+#: src/frontends/qt4/ui/VSpaceUi.ui:141
+#: src/frontends/qt4/GuiDocument.cpp:565
 msgid "MedSkip"
 msgstr "Salto medio"
 
-#: src/frontends/qt4/ui/VSpaceUi.ui:146 src/frontends/qt4/GuiDocument.cpp:566
+#: src/frontends/qt4/ui/VSpaceUi.ui:146
+#: src/frontends/qt4/GuiDocument.cpp:566
 msgid "BigSkip"
 msgstr "Salto grande"
 
@@ -3898,28 +3937,50 @@ msgstr "Marcar para permitir una ubicación flexible"
 msgid "Allow &floating"
 msgstr "&Permitir flotación"
 
-#: lib/layouts/IEEEtran.layout:18 lib/layouts/aa.layout:25
-#: lib/layouts/aapaper.layout:34 lib/layouts/aastex.layout:53
-#: lib/layouts/amsart.layout:24 lib/layouts/amsbook.layout:25
-#: lib/layouts/apa.layout:24 lib/layouts/beamer.layout:38
-#: lib/layouts/broadway.layout:173 lib/layouts/chess.layout:29
-#: lib/layouts/cl2emult.layout:125 lib/layouts/dtk.layout:31
-#: lib/layouts/egs.layout:18 lib/layouts/elsart.layout:47
-#: lib/layouts/elsarticle.layout:30 lib/layouts/europecv.layout:16
-#: lib/layouts/foils.layout:30 lib/layouts/g-brief2.layout:31
-#: lib/layouts/hollywood.layout:345 lib/layouts/iopart.layout:34
-#: lib/layouts/kluwer.layout:33 lib/layouts/llncs.layout:23
-#: lib/layouts/ltugboat.layout:30 lib/layouts/manpage.layout:18
-#: lib/layouts/memoir.layout:30 lib/layouts/moderncv.layout:19
-#: lib/layouts/paper.layout:14 lib/layouts/powerdot.layout:106
-#: lib/layouts/revtex.layout:22 lib/layouts/revtex4.layout:26
-#: lib/layouts/scrlettr.layout:7 lib/layouts/scrlttr2.layout:8
-#: lib/layouts/siamltex.layout:30 lib/layouts/sigplanconf.layout:37
-#: lib/layouts/simplecv.layout:16 lib/layouts/slides.layout:60
-#: lib/layouts/agu_stdclass.inc:22 lib/layouts/db_stdclass.inc:22
-#: lib/layouts/scrclass.inc:15 lib/layouts/stdclass.inc:28
-#: lib/layouts/stdletter.inc:12 lib/layouts/svjour.inc:27
-#: lib/ui/stdtoolbars.inc:55 src/insets/InsetRef.cpp:171
+#: lib/layouts/IEEEtran.layout:18
+#: lib/layouts/aa.layout:25
+#: lib/layouts/aapaper.layout:34
+#: lib/layouts/aastex.layout:53
+#: lib/layouts/amsart.layout:24
+#: lib/layouts/amsbook.layout:25
+#: lib/layouts/apa.layout:24
+#: lib/layouts/beamer.layout:38
+#: lib/layouts/broadway.layout:173
+#: lib/layouts/chess.layout:29
+#: lib/layouts/cl2emult.layout:125
+#: lib/layouts/dtk.layout:31
+#: lib/layouts/egs.layout:18
+#: lib/layouts/elsart.layout:47
+#: lib/layouts/elsarticle.layout:30
+#: lib/layouts/europecv.layout:16
+#: lib/layouts/foils.layout:30
+#: lib/layouts/g-brief2.layout:31
+#: lib/layouts/hollywood.layout:345
+#: lib/layouts/iopart.layout:34
+#: lib/layouts/kluwer.layout:33
+#: lib/layouts/llncs.layout:23
+#: lib/layouts/ltugboat.layout:30
+#: lib/layouts/manpage.layout:18
+#: lib/layouts/memoir.layout:30
+#: lib/layouts/moderncv.layout:19
+#: lib/layouts/paper.layout:14
+#: lib/layouts/powerdot.layout:106
+#: lib/layouts/revtex.layout:22
+#: lib/layouts/revtex4.layout:26
+#: lib/layouts/scrlettr.layout:7
+#: lib/layouts/scrlttr2.layout:8
+#: lib/layouts/siamltex.layout:30
+#: lib/layouts/sigplanconf.layout:37
+#: lib/layouts/simplecv.layout:16
+#: lib/layouts/slides.layout:60
+#: lib/layouts/agu_stdclass.inc:22
+#: lib/layouts/db_stdclass.inc:22
+#: lib/layouts/scrclass.inc:15
+#: lib/layouts/stdclass.inc:28
+#: lib/layouts/stdletter.inc:12
+#: lib/layouts/svjour.inc:27
+#: lib/ui/stdtoolbars.inc:55
+#: src/insets/InsetRef.cpp:171
 msgid "Standard"
 msgstr "Normal"
 
@@ -3927,32 +3988,50 @@ msgstr "Normal"
 msgid "TheoremTemplate"
 msgstr "PlantillaTeorema"
 
-#: lib/layouts/IEEEtran.layout:65 lib/layouts/beamer.layout:1058
-#: lib/layouts/elsart.layout:285 lib/layouts/foils.layout:278
-#: lib/layouts/heb-article.layout:95 lib/layouts/ijmpc.layout:211
-#: lib/layouts/ijmpd.layout:211 lib/layouts/llncs.layout:371
-#: lib/layouts/siamltex.layout:149 lib/layouts/svjour.inc:433
-#: lib/layouts/theorems-order.inc:76 lib/layouts/theorems-proof.inc:13
+#: lib/layouts/IEEEtran.layout:65
+#: lib/layouts/beamer.layout:1058
+#: lib/layouts/elsart.layout:285
+#: lib/layouts/foils.layout:278
+#: lib/layouts/heb-article.layout:95
+#: lib/layouts/ijmpc.layout:211
+#: lib/layouts/ijmpd.layout:211
+#: lib/layouts/llncs.layout:371
+#: lib/layouts/siamltex.layout:149
+#: lib/layouts/svjour.inc:433
+#: lib/layouts/theorems-order.inc:76
+#: lib/layouts/theorems-proof.inc:13
 #: lib/layouts/theorems-std.module:20
 msgid "Proof"
 msgstr "Demostración"
 
-#: lib/layouts/IEEEtran.layout:68 lib/layouts/heb-article.layout:110
+#: lib/layouts/IEEEtran.layout:68
+#: lib/layouts/heb-article.layout:110
 msgid "Proof:"
 msgstr "Demostración:"
 
-#: lib/layouts/IEEEtran.layout:73 lib/layouts/beamer.layout:1064
-#: lib/layouts/elsart.layout:256 lib/layouts/foils.layout:218
-#: lib/layouts/heb-article.layout:18 lib/layouts/ijmpc.layout:190
-#: lib/layouts/ijmpd.layout:193 lib/layouts/llncs.layout:412
-#: lib/layouts/siamltex.layout:61 lib/layouts/siamltex.layout:111
-#: lib/layouts/svjour.inc:475 lib/layouts/theorems-ams.inc:24
-#: lib/layouts/theorems-ams.inc:25 lib/layouts/theorems-ams.inc:208
-#: lib/layouts/theorems-order.inc:7 lib/layouts/theorems-proof.inc:14
+#: lib/layouts/IEEEtran.layout:73
+#: lib/layouts/beamer.layout:1064
+#: lib/layouts/elsart.layout:256
+#: lib/layouts/foils.layout:218
+#: lib/layouts/heb-article.layout:18
+#: lib/layouts/ijmpc.layout:190
+#: lib/layouts/ijmpd.layout:193
+#: lib/layouts/llncs.layout:412
+#: lib/layouts/siamltex.layout:61
+#: lib/layouts/siamltex.layout:111
+#: lib/layouts/svjour.inc:475
+#: lib/layouts/theorems-ams.inc:24
+#: lib/layouts/theorems-ams.inc:25
+#: lib/layouts/theorems-ams.inc:208
+#: lib/layouts/theorems-order.inc:7
+#: lib/layouts/theorems-proof.inc:14
 #: lib/layouts/theorems-starred-equivalents.inc:6
-#: lib/layouts/theorems-starred.inc:24 lib/layouts/theorems.inc:24
-#: lib/layouts/theorems.inc:25 lib/layouts/theorems.inc:202
-#: lib/layouts/theorems-chap.module:17 lib/layouts/theorems-sec.module:16
+#: lib/layouts/theorems-starred.inc:24
+#: lib/layouts/theorems.inc:24
+#: lib/layouts/theorems.inc:25
+#: lib/layouts/theorems.inc:202
+#: lib/layouts/theorems-chap.module:17
+#: lib/layouts/theorems-sec.module:16
 msgid "Theorem"
 msgstr "Teorema"
 
@@ -3960,13 +4039,19 @@ msgstr "Teorema"
 msgid "Theorem #:"
 msgstr "Teorema #:"
 
-#: lib/layouts/IEEEtran.layout:83 lib/layouts/elsart.layout:312
-#: lib/layouts/foils.layout:243 lib/layouts/heb-article.layout:45
-#: lib/layouts/ijmpc.layout:238 lib/layouts/ijmpd.layout:243
-#: lib/layouts/llncs.layout:351 lib/layouts/siamltex.layout:81
-#: lib/layouts/svjour.inc:412 lib/layouts/theorems-ams.inc:71
+#: lib/layouts/IEEEtran.layout:83
+#: lib/layouts/elsart.layout:312
+#: lib/layouts/foils.layout:243
+#: lib/layouts/heb-article.layout:45
+#: lib/layouts/ijmpc.layout:238
+#: lib/layouts/ijmpd.layout:243
+#: lib/layouts/llncs.layout:351
+#: lib/layouts/siamltex.layout:81
+#: lib/layouts/svjour.inc:412
+#: lib/layouts/theorems-ams.inc:71
 #: lib/layouts/theorems-order.inc:19
-#: lib/layouts/theorems-starred-equivalents.inc:20 lib/layouts/theorems.inc:69
+#: lib/layouts/theorems-starred-equivalents.inc:20
+#: lib/layouts/theorems.inc:69
 msgid "Lemma"
 msgstr "Lema"
 
@@ -3974,13 +4059,20 @@ msgstr "Lema"
 msgid "Lemma #:"
 msgstr "Lema #:"
 
-#: lib/layouts/IEEEtran.layout:93 lib/layouts/beamer.layout:994
-#: lib/layouts/elsart.layout:319 lib/layouts/foils.layout:250
-#: lib/layouts/heb-article.layout:55 lib/layouts/ijmpc.layout:229
-#: lib/layouts/ijmpd.layout:230 lib/layouts/llncs.layout:316
-#: lib/layouts/siamltex.layout:71 lib/layouts/svjour.inc:373
-#: lib/layouts/theorems-ams.inc:59 lib/layouts/theorems-order.inc:13
-#: lib/layouts/theorems-starred-equivalents.inc:13 lib/layouts/theorems.inc:58
+#: lib/layouts/IEEEtran.layout:93
+#: lib/layouts/beamer.layout:994
+#: lib/layouts/elsart.layout:319
+#: lib/layouts/foils.layout:250
+#: lib/layouts/heb-article.layout:55
+#: lib/layouts/ijmpc.layout:229
+#: lib/layouts/ijmpd.layout:230
+#: lib/layouts/llncs.layout:316
+#: lib/layouts/siamltex.layout:71
+#: lib/layouts/svjour.inc:373
+#: lib/layouts/theorems-ams.inc:59
+#: lib/layouts/theorems-order.inc:13
+#: lib/layouts/theorems-starred-equivalents.inc:13
+#: lib/layouts/theorems.inc:58
 msgid "Corollary"
 msgstr "Corolario"
 
@@ -3988,12 +4080,18 @@ msgstr "Corolario"
 msgid "Corollary #:"
 msgstr "Corolario #:"
 
-#: lib/layouts/IEEEtran.layout:103 lib/layouts/elsart.layout:326
-#: lib/layouts/foils.layout:257 lib/layouts/ijmpc.layout:247
-#: lib/layouts/ijmpd.layout:253 lib/layouts/llncs.layout:385
-#: lib/layouts/siamltex.layout:91 lib/layouts/svjour.inc:447
-#: lib/layouts/theorems-ams.inc:83 lib/layouts/theorems-order.inc:25
-#: lib/layouts/theorems-starred-equivalents.inc:27 lib/layouts/theorems.inc:80
+#: lib/layouts/IEEEtran.layout:103
+#: lib/layouts/elsart.layout:326
+#: lib/layouts/foils.layout:257
+#: lib/layouts/ijmpc.layout:247
+#: lib/layouts/ijmpd.layout:253
+#: lib/layouts/llncs.layout:385
+#: lib/layouts/siamltex.layout:91
+#: lib/layouts/svjour.inc:447
+#: lib/layouts/theorems-ams.inc:83
+#: lib/layouts/theorems-order.inc:25
+#: lib/layouts/theorems-starred-equivalents.inc:27
+#: lib/layouts/theorems.inc:80
 msgid "Proposition"
 msgstr "Proposición"
 
@@ -4001,12 +4099,17 @@ msgstr "Proposición"
 msgid "Proposition #:"
 msgstr "Proposición #:"
 
-#: lib/layouts/IEEEtran.layout:113 lib/layouts/elsart.layout:361
-#: lib/layouts/ijmpc.layout:283 lib/layouts/ijmpd.layout:293
-#: lib/layouts/llncs.layout:309 lib/layouts/siamltex.layout:101
-#: lib/layouts/svjour.inc:366 lib/layouts/theorems-ams.inc:95
+#: lib/layouts/IEEEtran.layout:113
+#: lib/layouts/elsart.layout:361
+#: lib/layouts/ijmpc.layout:283
+#: lib/layouts/ijmpd.layout:293
+#: lib/layouts/llncs.layout:309
+#: lib/layouts/siamltex.layout:101
+#: lib/layouts/svjour.inc:366
+#: lib/layouts/theorems-ams.inc:95
 #: lib/layouts/theorems-order.inc:31
-#: lib/layouts/theorems-starred-equivalents.inc:34 lib/layouts/theorems.inc:91
+#: lib/layouts/theorems-starred-equivalents.inc:34
+#: lib/layouts/theorems.inc:91
 msgid "Conjecture"
 msgstr "Conjetura"
 
@@ -4014,7 +4117,8 @@ msgstr "Conjetura"
 msgid "Conjecture #:"
 msgstr "Conjetura #:"
 
-#: lib/layouts/IEEEtran.layout:123 lib/layouts/elsart.layout:333
+#: lib/layouts/IEEEtran.layout:123
+#: lib/layouts/elsart.layout:333
 #: lib/layouts/theorems-ams-extended.module:33
 msgid "Criterion"
 msgstr "Criterio"
@@ -4023,8 +4127,10 @@ msgstr "Criterio"
 msgid "Criterion #:"
 msgstr "Criterio #:"
 
-#: lib/layouts/IEEEtran.layout:133 lib/layouts/beamer.layout:1052
-#: lib/layouts/theorems-ams.inc:107 lib/layouts/theorems.inc:102
+#: lib/layouts/IEEEtran.layout:133
+#: lib/layouts/beamer.layout:1052
+#: lib/layouts/theorems-ams.inc:107
+#: lib/layouts/theorems.inc:102
 msgid "Fact"
 msgstr "Hecho"
 
@@ -4032,7 +4138,8 @@ msgstr "Hecho"
 msgid "Fact #:"
 msgstr "Hecho #:"
 
-#: lib/layouts/IEEEtran.layout:143 lib/layouts/theorems-ams-extended.module:78
+#: lib/layouts/IEEEtran.layout:143
+#: lib/layouts/theorems-ams-extended.module:78
 msgid "Axiom"
 msgstr "Axioma"
 
@@ -4040,12 +4147,18 @@ msgstr "Axioma"
 msgid "Axiom #:"
 msgstr "Axioma #:"
 
-#: lib/layouts/IEEEtran.layout:153 lib/layouts/beamer.layout:1022
-#: lib/layouts/elsart.layout:347 lib/layouts/foils.layout:264
-#: lib/layouts/heb-article.layout:75 lib/layouts/ijmpc.layout:131
-#: lib/layouts/ijmpd.layout:128 lib/layouts/llncs.layout:330
-#: lib/layouts/siamltex.layout:120 lib/layouts/svjour.inc:387
-#: lib/layouts/theorems-ams.inc:119 lib/layouts/theorems-order.inc:37
+#: lib/layouts/IEEEtran.layout:153
+#: lib/layouts/beamer.layout:1022
+#: lib/layouts/elsart.layout:347
+#: lib/layouts/foils.layout:264
+#: lib/layouts/heb-article.layout:75
+#: lib/layouts/ijmpc.layout:131
+#: lib/layouts/ijmpd.layout:128
+#: lib/layouts/llncs.layout:330
+#: lib/layouts/siamltex.layout:120
+#: lib/layouts/svjour.inc:387
+#: lib/layouts/theorems-ams.inc:119
+#: lib/layouts/theorems-order.inc:37
 #: lib/layouts/theorems-starred-equivalents.inc:41
 #: lib/layouts/theorems.inc:113
 msgid "Definition"
@@ -4055,13 +4168,18 @@ msgstr "Definición"
 msgid "Definition #:"
 msgstr "Definición #:"
 
-#: lib/layouts/IEEEtran.layout:163 lib/layouts/beamer.layout:1034
-#: lib/layouts/elsart.layout:368 lib/layouts/ijmpc.layout:163
-#: lib/layouts/ijmpd.layout:160 lib/layouts/llncs.layout:337
-#: lib/layouts/svjour.inc:394 lib/layouts/theorems-ams.inc:138
+#: lib/layouts/IEEEtran.layout:163
+#: lib/layouts/beamer.layout:1034
+#: lib/layouts/elsart.layout:368
+#: lib/layouts/ijmpc.layout:163
+#: lib/layouts/ijmpd.layout:160
+#: lib/layouts/llncs.layout:337
+#: lib/layouts/svjour.inc:394
+#: lib/layouts/theorems-ams.inc:138
 #: lib/layouts/theorems-order.inc:43
 #: lib/layouts/theorems-starred-equivalents.inc:48
-#: lib/layouts/theorems.inc:132 src/frontends/qt4/GuiDocument.cpp:819
+#: lib/layouts/theorems.inc:132
+#: src/frontends/qt4/GuiDocument.cpp:819
 msgid "Example"
 msgstr "Ejemplo"
 
@@ -4078,9 +4196,12 @@ msgstr "Condición"
 msgid "Condition #:"
 msgstr "Condición #:"
 
-#: lib/layouts/IEEEtran.layout:183 lib/layouts/elsart.layout:375
-#: lib/layouts/llncs.layout:364 lib/layouts/svjour.inc:426
-#: lib/layouts/theorems-ams.inc:150 lib/layouts/theorems-order.inc:49
+#: lib/layouts/IEEEtran.layout:183
+#: lib/layouts/elsart.layout:375
+#: lib/layouts/llncs.layout:364
+#: lib/layouts/svjour.inc:426
+#: lib/layouts/theorems-ams.inc:150
+#: lib/layouts/theorems-order.inc:49
 #: lib/layouts/theorems-starred-equivalents.inc:55
 #: lib/layouts/theorems.inc:144
 msgid "Problem"
@@ -4090,8 +4211,10 @@ msgstr "Problema"
 msgid "Problem #:"
 msgstr "Problema #:"
 
-#: lib/layouts/IEEEtran.layout:193 lib/layouts/llncs.layout:344
-#: lib/layouts/svjour.inc:401 lib/layouts/theorems-ams.inc:162
+#: lib/layouts/IEEEtran.layout:193
+#: lib/layouts/llncs.layout:344
+#: lib/layouts/svjour.inc:401
+#: lib/layouts/theorems-ams.inc:162
 #: lib/layouts/theorems-order.inc:55
 #: lib/layouts/theorems-starred-equivalents.inc:62
 #: lib/layouts/theorems.inc:156
@@ -4102,10 +4225,14 @@ msgstr "Ejercicio"
 msgid "Exercise #:"
 msgstr "Ejercicio #:"
 
-#: lib/layouts/IEEEtran.layout:203 lib/layouts/elsart.layout:382
-#: lib/layouts/ijmpc.layout:172 lib/layouts/ijmpd.layout:170
-#: lib/layouts/llncs.layout:398 lib/layouts/svjour.inc:461
-#: lib/layouts/theorems-ams.inc:174 lib/layouts/theorems-order.inc:61
+#: lib/layouts/IEEEtran.layout:203
+#: lib/layouts/elsart.layout:382
+#: lib/layouts/ijmpc.layout:172
+#: lib/layouts/ijmpd.layout:170
+#: lib/layouts/llncs.layout:398
+#: lib/layouts/svjour.inc:461
+#: lib/layouts/theorems-ams.inc:174
+#: lib/layouts/theorems-order.inc:61
 #: lib/layouts/theorems-starred-equivalents.inc:69
 #: lib/layouts/theorems.inc:168
 msgid "Remark"
@@ -4115,10 +4242,14 @@ msgstr "Observación"
 msgid "Remark #:"
 msgstr "Observación #:"
 
-#: lib/layouts/IEEEtran.layout:213 lib/layouts/elsart.layout:396
-#: lib/layouts/heb-article.layout:65 lib/layouts/ijmpc.layout:274
-#: lib/layouts/ijmpd.layout:283 lib/layouts/llncs.layout:302
-#: lib/layouts/svjour.inc:345 lib/layouts/theorems-ams.inc:194
+#: lib/layouts/IEEEtran.layout:213
+#: lib/layouts/elsart.layout:396
+#: lib/layouts/heb-article.layout:65
+#: lib/layouts/ijmpc.layout:274
+#: lib/layouts/ijmpd.layout:283
+#: lib/layouts/llncs.layout:302
+#: lib/layouts/svjour.inc:345
+#: lib/layouts/theorems-ams.inc:194
 #: lib/layouts/theorems-order.inc:67
 #: lib/layouts/theorems-starred-equivalents.inc:76
 #: lib/layouts/theorems.inc:188
@@ -4129,10 +4260,14 @@ msgstr "Afirmación"
 msgid "Claim #:"
 msgstr "Afirmación #:"
 
-#: lib/layouts/IEEEtran.layout:223 lib/layouts/apa.layout:212
-#: lib/layouts/elsart.layout:389 lib/layouts/iopart.layout:93
-#: lib/layouts/llncs.layout:357 lib/layouts/powerdot.layout:197
-#: lib/layouts/slides.layout:167 lib/layouts/svjour.inc:419
+#: lib/layouts/IEEEtran.layout:223
+#: lib/layouts/apa.layout:212
+#: lib/layouts/elsart.layout:389
+#: lib/layouts/iopart.layout:93
+#: lib/layouts/llncs.layout:357
+#: lib/layouts/powerdot.layout:197
+#: lib/layouts/slides.layout:167
+#: lib/layouts/svjour.inc:419
 #: lib/layouts/theorems-ams-extended.module:123
 msgid "Note"
 msgstr "Nota"
@@ -4141,8 +4276,10 @@ msgstr "Nota"
 msgid "Note #:"
 msgstr "Nota #:"
 
-#: lib/layouts/IEEEtran.layout:233 lib/layouts/ijmpc.layout:181
-#: lib/layouts/ijmpd.layout:180 lib/layouts/theorems-ams-extended.module:145
+#: lib/layouts/IEEEtran.layout:233
+#: lib/layouts/ijmpc.layout:181
+#: lib/layouts/ijmpd.layout:180
+#: lib/layouts/theorems-ams-extended.module:145
 msgid "Notation"
 msgstr "Notación"
 
@@ -4150,9 +4287,12 @@ msgstr "Notación"
 msgid "Notation #:"
 msgstr "Notación #:"
 
-#: lib/layouts/IEEEtran.layout:243 lib/layouts/elsart.layout:411
-#: lib/layouts/llncs.layout:281 lib/layouts/theorems-ams.inc:207
-#: lib/layouts/theorems-order.inc:73 lib/layouts/theorems.inc:201
+#: lib/layouts/IEEEtran.layout:243
+#: lib/layouts/elsart.layout:411
+#: lib/layouts/llncs.layout:281
+#: lib/layouts/theorems-ams.inc:207
+#: lib/layouts/theorems-order.inc:73
+#: lib/layouts/theorems.inc:201
 msgid "Case"
 msgstr "Caso"
 
@@ -4160,128 +4300,221 @@ msgstr "Caso"
 msgid "Case #:"
 msgstr "Caso #:"
 
-#: lib/layouts/IEEEtran.layout:272 lib/layouts/aa.layout:40
-#: lib/layouts/aa.layout:217 lib/layouts/aapaper.layout:64
-#: lib/layouts/aapaper.layout:130 lib/layouts/aastex.layout:68
-#: lib/layouts/aastex.layout:171 lib/layouts/amsart.layout:64
-#: lib/layouts/amsbook.layout:50 lib/layouts/amsbook.layout:90
-#: lib/layouts/apa.layout:307 lib/layouts/beamer.layout:117
-#: lib/layouts/beamer.layout:146 lib/layouts/beamer.layout:147
-#: lib/layouts/beamer.layout:189 lib/layouts/egs.layout:30
-#: lib/layouts/europecv.layout:29 lib/layouts/ijmpc.layout:95
-#: lib/layouts/ijmpd.layout:91 lib/layouts/isprs.layout:155
-#: lib/layouts/kluwer.layout:58 lib/layouts/latex8.layout:41
-#: lib/layouts/llncs.layout:45 lib/layouts/ltugboat.layout:45
-#: lib/layouts/manpage.layout:40 lib/layouts/memoir.layout:56
-#: lib/layouts/moderncv.layout:33 lib/layouts/paper.layout:52
-#: lib/layouts/powerdot.layout:223 lib/layouts/revtex.layout:38
-#: lib/layouts/revtex4.layout:45 lib/layouts/siamltex.layout:348
-#: lib/layouts/simplecv.layout:28 lib/layouts/spie.layout:19
-#: lib/layouts/agu_stdsections.inc:30 lib/layouts/aguplus.inc:27
-#: lib/layouts/db_stdsections.inc:28 lib/layouts/numrevtex.inc:6
-#: lib/layouts/scrclass.inc:62 lib/layouts/stdsections.inc:12
-#: lib/layouts/stdsections.inc:38 lib/layouts/stdsections.inc:61
-#: lib/layouts/stdsections.inc:62 lib/layouts/svjour.inc:53
+#: lib/layouts/IEEEtran.layout:272
+#: lib/layouts/aa.layout:40
+#: lib/layouts/aa.layout:217
+#: lib/layouts/aapaper.layout:64
+#: lib/layouts/aapaper.layout:130
+#: lib/layouts/aastex.layout:68
+#: lib/layouts/aastex.layout:171
+#: lib/layouts/amsart.layout:64
+#: lib/layouts/amsbook.layout:50
+#: lib/layouts/amsbook.layout:90
+#: lib/layouts/apa.layout:307
+#: lib/layouts/beamer.layout:117
+#: lib/layouts/beamer.layout:146
+#: lib/layouts/beamer.layout:147
+#: lib/layouts/beamer.layout:189
+#: lib/layouts/egs.layout:30
+#: lib/layouts/europecv.layout:29
+#: lib/layouts/ijmpc.layout:95
+#: lib/layouts/ijmpd.layout:91
+#: lib/layouts/isprs.layout:155
+#: lib/layouts/kluwer.layout:58
+#: lib/layouts/latex8.layout:41
+#: lib/layouts/llncs.layout:45
+#: lib/layouts/ltugboat.layout:45
+#: lib/layouts/manpage.layout:40
+#: lib/layouts/memoir.layout:56
+#: lib/layouts/moderncv.layout:33
+#: lib/layouts/paper.layout:52
+#: lib/layouts/powerdot.layout:223
+#: lib/layouts/revtex.layout:38
+#: lib/layouts/revtex4.layout:45
+#: lib/layouts/siamltex.layout:348
+#: lib/layouts/simplecv.layout:28
+#: lib/layouts/spie.layout:19
+#: lib/layouts/agu_stdsections.inc:30
+#: lib/layouts/aguplus.inc:27
+#: lib/layouts/db_stdsections.inc:28
+#: lib/layouts/numrevtex.inc:6
+#: lib/layouts/scrclass.inc:62
+#: lib/layouts/stdsections.inc:12
+#: lib/layouts/stdsections.inc:38
+#: lib/layouts/stdsections.inc:61
+#: lib/layouts/stdsections.inc:62
+#: lib/layouts/svjour.inc:53
 #: src/frontends/qt4/GuiDocument.cpp:146
 msgid "Section"
 msgstr "Sección"
 
-#: lib/layouts/IEEEtran.layout:282 lib/layouts/aa.layout:43
-#: lib/layouts/aa.layout:227 lib/layouts/aapaper.layout:67
-#: lib/layouts/aapaper.layout:139 lib/layouts/aastex.layout:71
-#: lib/layouts/aastex.layout:183 lib/layouts/amsart.layout:74
-#: lib/layouts/amsbook.layout:60 lib/layouts/apa.layout:317
-#: lib/layouts/beamer.layout:188 lib/layouts/egs.layout:51
-#: lib/layouts/ijmpc.layout:109 lib/layouts/ijmpd.layout:105
-#: lib/layouts/isprs.layout:166 lib/layouts/kluwer.layout:66
-#: lib/layouts/latex8.layout:49 lib/layouts/llncs.layout:53
-#: lib/layouts/ltugboat.layout:64 lib/layouts/memoir.layout:61
-#: lib/layouts/moderncv.layout:52 lib/layouts/paper.layout:61
-#: lib/layouts/revtex.layout:49 lib/layouts/revtex4.layout:56
-#: lib/layouts/siamltex.layout:358 lib/layouts/simplecv.layout:48
-#: lib/layouts/agu_stdsections.inc:40 lib/layouts/aguplus.inc:41
-#: lib/layouts/db_stdsections.inc:36 lib/layouts/numrevtex.inc:15
-#: lib/layouts/scrclass.inc:69 lib/layouts/stdsections.inc:85
+#: lib/layouts/IEEEtran.layout:282
+#: lib/layouts/aa.layout:43
+#: lib/layouts/aa.layout:227
+#: lib/layouts/aapaper.layout:67
+#: lib/layouts/aapaper.layout:139
+#: lib/layouts/aastex.layout:71
+#: lib/layouts/aastex.layout:183
+#: lib/layouts/amsart.layout:74
+#: lib/layouts/amsbook.layout:60
+#: lib/layouts/apa.layout:317
+#: lib/layouts/beamer.layout:188
+#: lib/layouts/egs.layout:51
+#: lib/layouts/ijmpc.layout:109
+#: lib/layouts/ijmpd.layout:105
+#: lib/layouts/isprs.layout:166
+#: lib/layouts/kluwer.layout:66
+#: lib/layouts/latex8.layout:49
+#: lib/layouts/llncs.layout:53
+#: lib/layouts/ltugboat.layout:64
+#: lib/layouts/memoir.layout:61
+#: lib/layouts/moderncv.layout:52
+#: lib/layouts/paper.layout:61
+#: lib/layouts/revtex.layout:49
+#: lib/layouts/revtex4.layout:56
+#: lib/layouts/siamltex.layout:358
+#: lib/layouts/simplecv.layout:48
+#: lib/layouts/agu_stdsections.inc:40
+#: lib/layouts/aguplus.inc:41
+#: lib/layouts/db_stdsections.inc:36
+#: lib/layouts/numrevtex.inc:15
+#: lib/layouts/scrclass.inc:69
+#: lib/layouts/stdsections.inc:85
 #: lib/layouts/svjour.inc:62
 msgid "Subsection"
 msgstr "Subsección"
 
-#: lib/layouts/IEEEtran.layout:290 lib/layouts/aa.layout:46
-#: lib/layouts/aa.layout:239 lib/layouts/aapaper.layout:70
-#: lib/layouts/aapaper.layout:150 lib/layouts/aastex.layout:74
-#: lib/layouts/aastex.layout:195 lib/layouts/amsart.layout:82
-#: lib/layouts/amsbook.layout:68 lib/layouts/apa.layout:326
-#: lib/layouts/ijmpc.layout:117 lib/layouts/ijmpd.layout:113
-#: lib/layouts/isprs.layout:175 lib/layouts/kluwer.layout:75
-#: lib/layouts/llncs.layout:61 lib/layouts/ltugboat.layout:83
-#: lib/layouts/memoir.layout:66 lib/layouts/paper.layout:70
-#: lib/layouts/revtex.layout:57 lib/layouts/revtex4.layout:64
-#: lib/layouts/siamltex.layout:366 lib/layouts/agu_stdsections.inc:50
-#: lib/layouts/db_stdsections.inc:44 lib/layouts/numrevtex.inc:24
-#: lib/layouts/scrclass.inc:76 lib/layouts/stdsections.inc:100
+#: lib/layouts/IEEEtran.layout:290
+#: lib/layouts/aa.layout:46
+#: lib/layouts/aa.layout:239
+#: lib/layouts/aapaper.layout:70
+#: lib/layouts/aapaper.layout:150
+#: lib/layouts/aastex.layout:74
+#: lib/layouts/aastex.layout:195
+#: lib/layouts/amsart.layout:82
+#: lib/layouts/amsbook.layout:68
+#: lib/layouts/apa.layout:326
+#: lib/layouts/ijmpc.layout:117
+#: lib/layouts/ijmpd.layout:113
+#: lib/layouts/isprs.layout:175
+#: lib/layouts/kluwer.layout:75
+#: lib/layouts/llncs.layout:61
+#: lib/layouts/ltugboat.layout:83
+#: lib/layouts/memoir.layout:66
+#: lib/layouts/paper.layout:70
+#: lib/layouts/revtex.layout:57
+#: lib/layouts/revtex4.layout:64
+#: lib/layouts/siamltex.layout:366
+#: lib/layouts/agu_stdsections.inc:50
+#: lib/layouts/db_stdsections.inc:44
+#: lib/layouts/numrevtex.inc:24
+#: lib/layouts/scrclass.inc:76
+#: lib/layouts/stdsections.inc:100
 #: lib/layouts/svjour.inc:71
 msgid "Subsubsection"
 msgstr "Subsubsección"
 
-#: lib/layouts/IEEEtran.layout:298 lib/layouts/beamer.layout:178
-#: lib/layouts/egs.layout:576 lib/layouts/ijmpc.layout:102
-#: lib/layouts/ijmpd.layout:98 lib/layouts/isprs.layout:184
-#: lib/layouts/spie.layout:29 lib/layouts/aguplus.inc:34
-#: lib/layouts/db_stdstarsections.inc:36 lib/layouts/stdstarsections.inc:34
+#: lib/layouts/IEEEtran.layout:298
+#: lib/layouts/beamer.layout:178
+#: lib/layouts/egs.layout:576
+#: lib/layouts/ijmpc.layout:102
+#: lib/layouts/ijmpd.layout:98
+#: lib/layouts/isprs.layout:184
+#: lib/layouts/spie.layout:29
+#: lib/layouts/aguplus.inc:34
+#: lib/layouts/db_stdstarsections.inc:36
+#: lib/layouts/stdstarsections.inc:34
 msgid "Section*"
 msgstr "Sección*"
 
-#: lib/layouts/IEEEtran.layout:308 lib/layouts/beamer.layout:221
-#: lib/layouts/egs.layout:596 lib/layouts/isprs.layout:195
-#: lib/layouts/aguplus.inc:48 lib/layouts/db_stdstarsections.inc:48
+#: lib/layouts/IEEEtran.layout:308
+#: lib/layouts/beamer.layout:221
+#: lib/layouts/egs.layout:596
+#: lib/layouts/isprs.layout:195
+#: lib/layouts/aguplus.inc:48
+#: lib/layouts/db_stdstarsections.inc:48
 #: lib/layouts/stdstarsections.inc:45
 msgid "Subsection*"
 msgstr "Subsección*"
 
-#: lib/layouts/IEEEtran.layout:316 lib/layouts/isprs.layout:204
-#: lib/layouts/db_stdstarsections.inc:60 lib/layouts/stdstarsections.inc:56
+#: lib/layouts/IEEEtran.layout:316
+#: lib/layouts/isprs.layout:204
+#: lib/layouts/db_stdstarsections.inc:60
+#: lib/layouts/stdstarsections.inc:56
 msgid "Subsubsection*"
 msgstr "Subsubsección*"
 
-#: lib/layouts/IEEEtran.layout:331 lib/layouts/aa.layout:83
-#: lib/layouts/aa.layout:283 lib/layouts/aa.layout:298
-#: lib/layouts/aapaper.layout:97 lib/layouts/aapaper.layout:193
-#: lib/layouts/aastex.layout:110 lib/layouts/aastex.layout:243
-#: lib/layouts/apa.layout:69 lib/layouts/cl2emult.layout:80
-#: lib/layouts/cl2emult.layout:91 lib/layouts/egs.layout:481
-#: lib/layouts/elsart.layout:202 lib/layouts/elsart.layout:217
-#: lib/layouts/elsarticle.layout:218 lib/layouts/elsarticle.layout:235
-#: lib/layouts/entcs.layout:84 lib/layouts/foils.layout:147
-#: lib/layouts/ijmpc.layout:63 lib/layouts/ijmpd.layout:66
-#: lib/layouts/iopart.layout:168 lib/layouts/iopart.layout:185
-#: lib/layouts/isprs.layout:24 lib/layouts/kluwer.layout:251
-#: lib/layouts/latex8.layout:100 lib/layouts/llncs.layout:237
-#: lib/layouts/ltugboat.layout:166 lib/layouts/ltugboat.layout:180
-#: lib/layouts/paper.layout:124 lib/layouts/revtex.layout:135
-#: lib/layouts/revtex4.layout:202 lib/layouts/siamltex.layout:245
-#: lib/layouts/sigplanconf.layout:150 lib/layouts/sigplanconf.layout:166
-#: lib/layouts/spie.layout:73 lib/layouts/svglobal.layout:29
-#: lib/layouts/svglobal3.layout:29 lib/layouts/svjog.layout:34
-#: lib/layouts/agu_stdtitle.inc:193 lib/layouts/amsdefs.inc:96
-#: lib/layouts/db_stdstruct.inc:11 lib/layouts/scrclass.inc:216
-#: lib/layouts/stdstruct.inc:12 lib/layouts/stdstruct.inc:27
-#: lib/layouts/svjour.inc:249 src/output_plaintext.cpp:133
+#: lib/layouts/IEEEtran.layout:331
+#: lib/layouts/aa.layout:83
+#: lib/layouts/aa.layout:283
+#: lib/layouts/aa.layout:298
+#: lib/layouts/aapaper.layout:97
+#: lib/layouts/aapaper.layout:193
+#: lib/layouts/aastex.layout:110
+#: lib/layouts/aastex.layout:243
+#: lib/layouts/apa.layout:69
+#: lib/layouts/cl2emult.layout:80
+#: lib/layouts/cl2emult.layout:91
+#: lib/layouts/egs.layout:481
+#: lib/layouts/elsart.layout:202
+#: lib/layouts/elsart.layout:217
+#: lib/layouts/elsarticle.layout:218
+#: lib/layouts/elsarticle.layout:235
+#: lib/layouts/entcs.layout:84
+#: lib/layouts/foils.layout:147
+#: lib/layouts/ijmpc.layout:63
+#: lib/layouts/ijmpd.layout:66
+#: lib/layouts/iopart.layout:168
+#: lib/layouts/iopart.layout:185
+#: lib/layouts/isprs.layout:24
+#: lib/layouts/kluwer.layout:251
+#: lib/layouts/latex8.layout:100
+#: lib/layouts/llncs.layout:237
+#: lib/layouts/ltugboat.layout:166
+#: lib/layouts/ltugboat.layout:180
+#: lib/layouts/paper.layout:124
+#: lib/layouts/revtex.layout:135
+#: lib/layouts/revtex4.layout:202
+#: lib/layouts/siamltex.layout:245
+#: lib/layouts/sigplanconf.layout:150
+#: lib/layouts/sigplanconf.layout:166
+#: lib/layouts/spie.layout:73
+#: lib/layouts/svglobal.layout:29
+#: lib/layouts/svglobal3.layout:29
+#: lib/layouts/svjog.layout:34
+#: lib/layouts/agu_stdtitle.inc:193
+#: lib/layouts/amsdefs.inc:96
+#: lib/layouts/db_stdstruct.inc:11
+#: lib/layouts/scrclass.inc:216
+#: lib/layouts/stdstruct.inc:12
+#: lib/layouts/stdstruct.inc:27
+#: lib/layouts/svjour.inc:249
+#: src/output_plaintext.cpp:133
 msgid "Abstract"
-msgstr "Sinopsis"
+msgstr "Resumen"
 
 #: lib/layouts/IEEEtran.layout:337
 msgid "Abstract---"
-msgstr "Sinopsis---"
-
-#: lib/layouts/IEEEtran.layout:351 lib/layouts/aa.layout:312
-#: lib/layouts/aastex.layout:113 lib/layouts/aastex.layout:318
-#: lib/layouts/elsart.layout:62 lib/layouts/elsarticle.layout:247
-#: lib/layouts/ijmpc.layout:73 lib/layouts/ijmpd.layout:76
-#: lib/layouts/iopart.layout:197 lib/layouts/isprs.layout:51
-#: lib/layouts/kluwer.layout:274 lib/layouts/paper.layout:163
-#: lib/layouts/revtex4.layout:241 lib/layouts/siamltex.layout:297
-#: lib/layouts/sigplanconf.layout:143 lib/layouts/spie.layout:39
-#: lib/layouts/agu_stdtitle.inc:120 lib/layouts/amsdefs.inc:166
+msgstr "Resumen---"
+
+#: lib/layouts/IEEEtran.layout:351
+#: lib/layouts/aa.layout:312
+#: lib/layouts/aastex.layout:113
+#: lib/layouts/aastex.layout:318
+#: lib/layouts/elsart.layout:62
+#: lib/layouts/elsarticle.layout:247
+#: lib/layouts/ijmpc.layout:73
+#: lib/layouts/ijmpd.layout:76
+#: lib/layouts/iopart.layout:197
+#: lib/layouts/isprs.layout:51
+#: lib/layouts/kluwer.layout:274
+#: lib/layouts/paper.layout:163
+#: lib/layouts/revtex4.layout:241
+#: lib/layouts/siamltex.layout:297
+#: lib/layouts/sigplanconf.layout:143
+#: lib/layouts/spie.layout:39
+#: lib/layouts/agu_stdtitle.inc:120
+#: lib/layouts/amsdefs.inc:166
 #: lib/layouts/svjour.inc:270
 msgid "Keywords"
 msgstr "Palabras clave"
@@ -4290,38 +4523,62 @@ msgstr "Palabras clave"
 msgid "Index Terms---"
 msgstr "Términos índice---"
 
-#: lib/layouts/IEEEtran.layout:374 lib/layouts/aa.layout:89
-#: lib/layouts/aa.layout:341 lib/layouts/aapaper.layout:103
-#: lib/layouts/aapaper.layout:210 lib/layouts/beamer.layout:890
-#: lib/layouts/book.layout:21 lib/layouts/book.layout:23
-#: lib/layouts/cl2emult.layout:102 lib/layouts/egs.layout:552
-#: lib/layouts/elsarticle.layout:268 lib/layouts/foils.layout:210
-#: lib/layouts/ijmpc.layout:331 lib/layouts/ijmpd.layout:342
-#: lib/layouts/latex8.layout:118 lib/layouts/llncs.layout:258
-#: lib/layouts/memoir.layout:140 lib/layouts/memoir.layout:142
-#: lib/layouts/moderncv.layout:148 lib/layouts/mwbk.layout:22
-#: lib/layouts/mwbk.layout:24 lib/layouts/mwrep.layout:13
-#: lib/layouts/mwrep.layout:15 lib/layouts/powerdot.layout:291
-#: lib/layouts/report.layout:12 lib/layouts/report.layout:14
-#: lib/layouts/scrbook.layout:21 lib/layouts/scrbook.layout:23
-#: lib/layouts/scrreprt.layout:11 lib/layouts/scrreprt.layout:13
-#: lib/layouts/siamltex.layout:311 lib/layouts/simplecv.layout:139
-#: lib/layouts/aguplus.inc:167 lib/layouts/aguplus.inc:169
-#: lib/layouts/amsdefs.inc:201 lib/layouts/scrclass.inc:223
-#: lib/layouts/stdstruct.inc:39 lib/layouts/svjour.inc:323
+#: lib/layouts/IEEEtran.layout:374
+#: lib/layouts/aa.layout:89
+#: lib/layouts/aa.layout:341
+#: lib/layouts/aapaper.layout:103
+#: lib/layouts/aapaper.layout:210
+#: lib/layouts/beamer.layout:890
+#: lib/layouts/book.layout:21
+#: lib/layouts/book.layout:23
+#: lib/layouts/cl2emult.layout:102
+#: lib/layouts/egs.layout:552
+#: lib/layouts/elsarticle.layout:268
+#: lib/layouts/foils.layout:210
+#: lib/layouts/ijmpc.layout:331
+#: lib/layouts/ijmpd.layout:342
+#: lib/layouts/latex8.layout:118
+#: lib/layouts/llncs.layout:258
+#: lib/layouts/memoir.layout:140
+#: lib/layouts/memoir.layout:142
+#: lib/layouts/moderncv.layout:148
+#: lib/layouts/mwbk.layout:22
+#: lib/layouts/mwbk.layout:24
+#: lib/layouts/mwrep.layout:13
+#: lib/layouts/mwrep.layout:15
+#: lib/layouts/powerdot.layout:291
+#: lib/layouts/report.layout:12
+#: lib/layouts/report.layout:14
+#: lib/layouts/scrbook.layout:21
+#: lib/layouts/scrbook.layout:23
+#: lib/layouts/scrreprt.layout:11
+#: lib/layouts/scrreprt.layout:13
+#: lib/layouts/siamltex.layout:311
+#: lib/layouts/simplecv.layout:139
+#: lib/layouts/aguplus.inc:167
+#: lib/layouts/aguplus.inc:169
+#: lib/layouts/amsdefs.inc:201
+#: lib/layouts/scrclass.inc:223
+#: lib/layouts/stdstruct.inc:39
+#: lib/layouts/svjour.inc:323
 #: src/frontends/qt4/GuiDocument.cpp:988
 msgid "Bibliography"
 msgstr "Bibliografía"
 
-#: lib/layouts/IEEEtran.layout:383 lib/layouts/IEEEtran.layout:394
-#: lib/layouts/aastex.layout:119 lib/layouts/aastex.layout:444
-#: lib/layouts/ijmpc.layout:309 lib/layouts/ijmpd.layout:320
-#: lib/layouts/kluwer.layout:313 lib/layouts/kluwer.layout:326
+#: lib/layouts/IEEEtran.layout:383
+#: lib/layouts/IEEEtran.layout:394
+#: lib/layouts/aastex.layout:119
+#: lib/layouts/aastex.layout:444
+#: lib/layouts/ijmpc.layout:309
+#: lib/layouts/ijmpd.layout:320
+#: lib/layouts/kluwer.layout:313
+#: lib/layouts/kluwer.layout:326
 #: src/rowpainter.cpp:472
 msgid "Appendix"
 msgstr "Apéndice"
 
-#: lib/layouts/IEEEtran.layout:406 lib/layouts/IEEEtran.layout:409
+#: lib/layouts/IEEEtran.layout:406
+#: lib/layouts/IEEEtran.layout:409
 msgid "Appendices"
 msgstr "Apéndices"
 
@@ -4333,7 +4590,8 @@ msgstr "Biografía"
 msgid "BiographyNoPhoto"
 msgstr "BiografíaSinFoto"
 
-#: lib/layouts/IEEEtran.layout:442 lib/layouts/IEEEtran.layout:453
+#: lib/layouts/IEEEtran.layout:442
+#: lib/layouts/IEEEtran.layout:453
 msgid "Footernote"
 msgstr "Nota al pie"
 
@@ -4341,150 +4599,253 @@ msgstr "Nota al pie"
 msgid "MarkBoth"
 msgstr "MarcarAmbos"
 
-#: lib/layouts/aa.layout:49 lib/layouts/aapaper.layout:48
-#: lib/layouts/aastex.layout:80 lib/layouts/apa.layout:354
-#: lib/layouts/beamer.layout:52 lib/layouts/egs.layout:163
-#: lib/layouts/manpage.layout:81 lib/layouts/powerdot.layout:241
-#: lib/layouts/simplecv.layout:77 lib/layouts/agu_stdlists.inc:13
-#: lib/layouts/db_stdlists.inc:12 lib/layouts/stdlists.inc:11
+#: lib/layouts/aa.layout:49
+#: lib/layouts/aapaper.layout:48
+#: lib/layouts/aastex.layout:80
+#: lib/layouts/apa.layout:354
+#: lib/layouts/beamer.layout:52
+#: lib/layouts/egs.layout:163
+#: lib/layouts/manpage.layout:81
+#: lib/layouts/powerdot.layout:241
+#: lib/layouts/simplecv.layout:77
+#: lib/layouts/agu_stdlists.inc:13
+#: lib/layouts/db_stdlists.inc:12
+#: lib/layouts/stdlists.inc:11
 msgid "Itemize"
 msgstr "Enumeración*"
 
-#: lib/layouts/aa.layout:52 lib/layouts/aapaper.layout:51
-#: lib/layouts/aastex.layout:83 lib/layouts/apa.layout:372
-#: lib/layouts/beamer.layout:71 lib/layouts/egs.layout:145
-#: lib/layouts/manpage.layout:64 lib/layouts/powerdot.layout:266
-#: lib/layouts/agu_stdlists.inc:21 lib/layouts/db_stdlists.inc:19
+#: lib/layouts/aa.layout:52
+#: lib/layouts/aapaper.layout:51
+#: lib/layouts/aastex.layout:83
+#: lib/layouts/apa.layout:372
+#: lib/layouts/beamer.layout:71
+#: lib/layouts/egs.layout:145
+#: lib/layouts/manpage.layout:64
+#: lib/layouts/powerdot.layout:266
+#: lib/layouts/agu_stdlists.inc:21
+#: lib/layouts/db_stdlists.inc:19
 #: lib/layouts/stdlists.inc:30
 msgid "Enumerate"
 msgstr "Enumeración"
 
-#: lib/layouts/aa.layout:55 lib/layouts/aapaper.layout:54
-#: lib/layouts/aastex.layout:86 lib/layouts/beamer.layout:90
-#: lib/layouts/egs.layout:181 lib/layouts/hollywood.layout:129
-#: lib/layouts/manpage.layout:99 lib/layouts/paper.layout:95
-#: lib/layouts/scrlettr.layout:17 lib/layouts/scrlttr2.layout:19
-#: lib/layouts/agu_stdlists.inc:29 lib/layouts/db_stdlists.inc:26
-#: lib/layouts/scrclass.inc:27 lib/layouts/stdlists.inc:49
+#: lib/layouts/aa.layout:55
+#: lib/layouts/aapaper.layout:54
+#: lib/layouts/aastex.layout:86
+#: lib/layouts/beamer.layout:90
+#: lib/layouts/egs.layout:181
+#: lib/layouts/hollywood.layout:129
+#: lib/layouts/manpage.layout:99
+#: lib/layouts/paper.layout:95
+#: lib/layouts/scrlettr.layout:17
+#: lib/layouts/scrlttr2.layout:19
+#: lib/layouts/agu_stdlists.inc:29
+#: lib/layouts/db_stdlists.inc:26
+#: lib/layouts/scrclass.inc:27
+#: lib/layouts/stdlists.inc:49
 #: lib/ui/stdtoolbars.inc:89
 msgid "Description"
 msgstr "Descripción"
 
-#: lib/layouts/aa.layout:58 lib/layouts/aapaper.layout:57
-#: lib/layouts/aastex.layout:89 lib/layouts/beamer.layout:53
-#: lib/layouts/beamer.layout:72 lib/layouts/beamer.layout:91
-#: lib/layouts/egs.layout:128 lib/layouts/scrlettr.layout:32
-#: lib/layouts/scrlttr2.layout:35 lib/layouts/scrclass.inc:41
-#: lib/layouts/stdlists.inc:12 lib/layouts/stdlists.inc:31
-#: lib/layouts/stdlists.inc:50 lib/layouts/stdlists.inc:72
-#: lib/layouts/stdlists.inc:73 lib/ui/stdtoolbars.inc:88
+#: lib/layouts/aa.layout:58
+#: lib/layouts/aapaper.layout:57
+#: lib/layouts/aastex.layout:89
+#: lib/layouts/beamer.layout:53
+#: lib/layouts/beamer.layout:72
+#: lib/layouts/beamer.layout:91
+#: lib/layouts/egs.layout:128
+#: lib/layouts/scrlettr.layout:32
+#: lib/layouts/scrlttr2.layout:35
+#: lib/layouts/scrclass.inc:41
+#: lib/layouts/stdlists.inc:12
+#: lib/layouts/stdlists.inc:31
+#: lib/layouts/stdlists.inc:50
+#: lib/layouts/stdlists.inc:72
+#: lib/layouts/stdlists.inc:73
+#: lib/ui/stdtoolbars.inc:88
 msgid "List"
 msgstr "Lista"
 
-#: lib/layouts/aa.layout:62 lib/layouts/aa.layout:249
-#: lib/layouts/aapaper.layout:73 lib/layouts/aapaper.layout:160
-#: lib/layouts/aastex.layout:92 lib/layouts/aastex.layout:208
-#: lib/layouts/apa.layout:39 lib/layouts/beamer.layout:745
-#: lib/layouts/broadway.layout:185 lib/layouts/cl2emult.layout:40
-#: lib/layouts/docbook-book.layout:11 lib/layouts/docbook-chapter.layout:9
-#: lib/layouts/docbook-section.layout:9 lib/layouts/egs.layout:246
-#: lib/layouts/elsart.layout:91 lib/layouts/elsarticle.layout:51
-#: lib/layouts/entcs.layout:39 lib/layouts/foils.layout:125
-#: lib/layouts/hollywood.layout:331 lib/layouts/ijmpc.layout:33
-#: lib/layouts/ijmpd.layout:36 lib/layouts/iopart.layout:55
-#: lib/layouts/isprs.layout:92 lib/layouts/kluwer.layout:104
-#: lib/layouts/latex8.layout:33 lib/layouts/llncs.layout:100
-#: lib/layouts/ltugboat.layout:131 lib/layouts/paper.layout:104
-#: lib/layouts/powerdot.layout:39 lib/layouts/revtex.layout:90
-#: lib/layouts/revtex4.layout:107 lib/layouts/scrlettr.layout:188
-#: lib/layouts/scrlttr2.layout:269 lib/layouts/siamltex.layout:182
-#: lib/layouts/sigplanconf.layout:101 lib/layouts/simplecv.layout:119
-#: lib/layouts/svprobth.layout:35 lib/layouts/agu_stdtitle.inc:246
-#: lib/layouts/amsdefs.inc:30 lib/layouts/db_stdtitle.inc:13
-#: lib/layouts/scrclass.inc:147 lib/layouts/stdtitle.inc:12
+#: lib/layouts/aa.layout:62
+#: lib/layouts/aa.layout:249
+#: lib/layouts/aapaper.layout:73
+#: lib/layouts/aapaper.layout:160
+#: lib/layouts/aastex.layout:92
+#: lib/layouts/aastex.layout:208
+#: lib/layouts/apa.layout:39
+#: lib/layouts/beamer.layout:745
+#: lib/layouts/broadway.layout:185
+#: lib/layouts/cl2emult.layout:40
+#: lib/layouts/docbook-book.layout:11
+#: lib/layouts/docbook-chapter.layout:9
+#: lib/layouts/docbook-section.layout:9
+#: lib/layouts/egs.layout:246
+#: lib/layouts/elsart.layout:91
+#: lib/layouts/elsarticle.layout:51
+#: lib/layouts/entcs.layout:39
+#: lib/layouts/foils.layout:125
+#: lib/layouts/hollywood.layout:331
+#: lib/layouts/ijmpc.layout:33
+#: lib/layouts/ijmpd.layout:36
+#: lib/layouts/iopart.layout:55
+#: lib/layouts/isprs.layout:92
+#: lib/layouts/kluwer.layout:104
+#: lib/layouts/latex8.layout:33
+#: lib/layouts/llncs.layout:100
+#: lib/layouts/ltugboat.layout:131
+#: lib/layouts/paper.layout:104
+#: lib/layouts/powerdot.layout:39
+#: lib/layouts/revtex.layout:90
+#: lib/layouts/revtex4.layout:107
+#: lib/layouts/scrlettr.layout:188
+#: lib/layouts/scrlttr2.layout:269
+#: lib/layouts/siamltex.layout:182
+#: lib/layouts/sigplanconf.layout:101
+#: lib/layouts/simplecv.layout:119
+#: lib/layouts/svprobth.layout:35
+#: lib/layouts/agu_stdtitle.inc:246
+#: lib/layouts/amsdefs.inc:30
+#: lib/layouts/db_stdtitle.inc:13
+#: lib/layouts/scrclass.inc:147
+#: lib/layouts/stdtitle.inc:12
 #: lib/layouts/svjour.inc:129
 msgid "Title"
 msgstr "Título"
 
-#: lib/layouts/aa.layout:65 lib/layouts/aa.layout:110
-#: lib/layouts/aapaper.layout:76 lib/layouts/beamer.layout:777
-#: lib/layouts/kluwer.layout:121 lib/layouts/llncs.layout:123
-#: lib/layouts/sigplanconf.layout:107 lib/layouts/svprobth.layout:44
-#: lib/layouts/aapaper.inc:9 lib/layouts/svjour.inc:152
+#: lib/layouts/aa.layout:65
+#: lib/layouts/aa.layout:110
+#: lib/layouts/aapaper.layout:76
+#: lib/layouts/beamer.layout:777
+#: lib/layouts/kluwer.layout:121
+#: lib/layouts/llncs.layout:123
+#: lib/layouts/sigplanconf.layout:107
+#: lib/layouts/svprobth.layout:44
+#: lib/layouts/aapaper.inc:9
+#: lib/layouts/svjour.inc:152
 msgid "Subtitle"
 msgstr "Subtítulo"
 
-#: lib/layouts/aa.layout:68 lib/layouts/aa.layout:261
-#: lib/layouts/aapaper.layout:79 lib/layouts/aapaper.layout:171
-#: lib/layouts/aastex.layout:95 lib/layouts/aastex.layout:220
-#: lib/layouts/apa.layout:113 lib/layouts/beamer.layout:802
-#: lib/layouts/broadway.layout:198 lib/layouts/cl2emult.layout:57
-#: lib/layouts/egs.layout:288 lib/layouts/elsart.layout:111
-#: lib/layouts/elsarticle.layout:113 lib/layouts/entcs.layout:49
-#: lib/layouts/foils.layout:133 lib/layouts/hollywood.layout:318
-#: lib/layouts/ijmpc.layout:40 lib/layouts/ijmpd.layout:43
-#: lib/layouts/iopart.layout:124 lib/layouts/isprs.layout:75
-#: lib/layouts/kluwer.layout:157 lib/layouts/llncs.layout:175
-#: lib/layouts/ltugboat.layout:150 lib/layouts/paper.layout:114
-#: lib/layouts/powerdot.layout:62 lib/layouts/revtex.layout:98
-#: lib/layouts/revtex4.layout:115 lib/layouts/siamltex.layout:203
-#: lib/layouts/sigplanconf.layout:117 lib/layouts/svprobth.layout:52
-#: lib/layouts/agu_stdtitle.inc:167 lib/layouts/amsdefs.inc:52
-#: lib/layouts/db_stdtitle.inc:21 lib/layouts/scrclass.inc:155
-#: lib/layouts/stdtitle.inc:31 lib/layouts/svjour.inc:181
+#: lib/layouts/aa.layout:68
+#: lib/layouts/aa.layout:261
+#: lib/layouts/aapaper.layout:79
+#: lib/layouts/aapaper.layout:171
+#: lib/layouts/aastex.layout:95
+#: lib/layouts/aastex.layout:220
+#: lib/layouts/apa.layout:113
+#: lib/layouts/beamer.layout:802
+#: lib/layouts/broadway.layout:198
+#: lib/layouts/cl2emult.layout:57
+#: lib/layouts/egs.layout:288
+#: lib/layouts/elsart.layout:111
+#: lib/layouts/elsarticle.layout:113
+#: lib/layouts/entcs.layout:49
+#: lib/layouts/foils.layout:133
+#: lib/layouts/hollywood.layout:318
+#: lib/layouts/ijmpc.layout:40
+#: lib/layouts/ijmpd.layout:43
+#: lib/layouts/iopart.layout:124
+#: lib/layouts/isprs.layout:75
+#: lib/layouts/kluwer.layout:157
+#: lib/layouts/llncs.layout:175
+#: lib/layouts/ltugboat.layout:150
+#: lib/layouts/paper.layout:114
+#: lib/layouts/powerdot.layout:62
+#: lib/layouts/revtex.layout:98
+#: lib/layouts/revtex4.layout:115
+#: lib/layouts/siamltex.layout:203
+#: lib/layouts/sigplanconf.layout:117
+#: lib/layouts/svprobth.layout:52
+#: lib/layouts/agu_stdtitle.inc:167
+#: lib/layouts/amsdefs.inc:52
+#: lib/layouts/db_stdtitle.inc:21
+#: lib/layouts/scrclass.inc:155
+#: lib/layouts/stdtitle.inc:31
+#: lib/layouts/svjour.inc:181
 msgid "Author"
 msgstr "Autor"
 
-#: lib/layouts/aa.layout:71 lib/layouts/aa.layout:131
-#: lib/layouts/aapaper.layout:82 lib/layouts/dinbrief.layout:247
-#: lib/layouts/egs.layout:233 lib/layouts/elsarticle.layout:191
-#: lib/layouts/entcs.layout:59 lib/layouts/g-brief-en.layout:180
-#: lib/layouts/g-brief2.layout:716 lib/layouts/ijmpc.layout:48
-#: lib/layouts/ijmpd.layout:51 lib/layouts/iopart.layout:143
-#: lib/layouts/isprs.layout:113 lib/layouts/kluwer.layout:174
-#: lib/layouts/revtex.layout:116 lib/layouts/revtex4.layout:164
-#: lib/layouts/scrlettr.layout:139 lib/layouts/scrlttr2.layout:45
-#: lib/layouts/siamltex.layout:272 lib/layouts/aapaper.inc:29
-#: lib/layouts/amsdefs.inc:123 lib/layouts/lyxmacros.inc:44
+#: lib/layouts/aa.layout:71
+#: lib/layouts/aa.layout:131
+#: lib/layouts/aapaper.layout:82
+#: lib/layouts/dinbrief.layout:247
+#: lib/layouts/egs.layout:233
+#: lib/layouts/elsarticle.layout:191
+#: lib/layouts/entcs.layout:59
+#: lib/layouts/g-brief-en.layout:180
+#: lib/layouts/g-brief2.layout:716
+#: lib/layouts/ijmpc.layout:48
+#: lib/layouts/ijmpd.layout:51
+#: lib/layouts/iopart.layout:143
+#: lib/layouts/isprs.layout:113
+#: lib/layouts/kluwer.layout:174
+#: lib/layouts/revtex.layout:116
+#: lib/layouts/revtex4.layout:164
+#: lib/layouts/scrlettr.layout:139
+#: lib/layouts/scrlttr2.layout:45
+#: lib/layouts/siamltex.layout:272
+#: lib/layouts/aapaper.inc:29
+#: lib/layouts/amsdefs.inc:123
+#: lib/layouts/lyxmacros.inc:44
 msgid "Address"
 msgstr "Dirección"
 
-#: lib/layouts/aa.layout:74 lib/layouts/aa.layout:148
-#: lib/layouts/aapaper.layout:88 lib/layouts/aapaper.inc:63
+#: lib/layouts/aa.layout:74
+#: lib/layouts/aa.layout:148
+#: lib/layouts/aapaper.layout:88
+#: lib/layouts/aapaper.inc:63
 msgid "Offprint"
 msgstr "Separata"
 
-#: lib/layouts/aa.layout:77 lib/layouts/aa.layout:170
+#: lib/layouts/aa.layout:77
+#: lib/layouts/aa.layout:170
 #: lib/layouts/svjour.inc:233
 msgid "Mail"
 msgstr "Correo"
 
-#: lib/layouts/aa.layout:80 lib/layouts/aa.layout:272
-#: lib/layouts/aapaper.layout:94 lib/layouts/aapaper.layout:182
-#: lib/layouts/aastex.layout:107 lib/layouts/aastex.layout:232
-#: lib/layouts/beamer.layout:867 lib/layouts/dinbrief.layout:149
-#: lib/layouts/egs.layout:466 lib/layouts/foils.layout:140
-#: lib/layouts/g-brief-en.layout:189 lib/layouts/g-brief2.layout:801
-#: lib/layouts/kluwer.layout:141 lib/layouts/powerdot.layout:84
-#: lib/layouts/revtex.layout:106 lib/layouts/revtex4.layout:123
-#: lib/layouts/scrlettr.layout:160 lib/layouts/scrlttr2.layout:237
-#: lib/layouts/siamltex.layout:222 lib/layouts/agu_stdtitle.inc:238
-#: lib/layouts/amsdefs.inc:72 lib/layouts/db_stdtitle.inc:35
-#: lib/layouts/scrclass.inc:162 lib/layouts/stdtitle.inc:50
-#: lib/layouts/svjour.inc:227 lib/ui/stdmenus.inc:347
-#: lib/external_templates:300 lib/external_templates:301
+#: lib/layouts/aa.layout:80
+#: lib/layouts/aa.layout:272
+#: lib/layouts/aapaper.layout:94
+#: lib/layouts/aapaper.layout:182
+#: lib/layouts/aastex.layout:107
+#: lib/layouts/aastex.layout:232
+#: lib/layouts/beamer.layout:867
+#: lib/layouts/dinbrief.layout:149
+#: lib/layouts/egs.layout:466
+#: lib/layouts/foils.layout:140
+#: lib/layouts/g-brief-en.layout:189
+#: lib/layouts/g-brief2.layout:801
+#: lib/layouts/kluwer.layout:141
+#: lib/layouts/powerdot.layout:84
+#: lib/layouts/revtex.layout:106
+#: lib/layouts/revtex4.layout:123
+#: lib/layouts/scrlettr.layout:160
+#: lib/layouts/scrlttr2.layout:237
+#: lib/layouts/siamltex.layout:222
+#: lib/layouts/agu_stdtitle.inc:238
+#: lib/layouts/amsdefs.inc:72
+#: lib/layouts/db_stdtitle.inc:35
+#: lib/layouts/scrclass.inc:162
+#: lib/layouts/stdtitle.inc:50
+#: lib/layouts/svjour.inc:227
+#: lib/ui/stdmenus.inc:347
+#: lib/external_templates:300
+#: lib/external_templates:301
 #: lib/external_templates:305
 msgid "Date"
 msgstr "Fecha"
 
-#: lib/layouts/aa.layout:86 lib/layouts/aa.layout:192
-#: lib/layouts/aapaper.layout:100 lib/layouts/egs.layout:527
-#: lib/layouts/elsart.layout:421 lib/layouts/aapaper.inc:80
-#: lib/layouts/svjour.inc:316 lib/layouts/theorems-ams-extended.module:189
+#: lib/layouts/aa.layout:86
+#: lib/layouts/aa.layout:192
+#: lib/layouts/aapaper.layout:100
+#: lib/layouts/egs.layout:527
+#: lib/layouts/elsart.layout:421
+#: lib/layouts/aapaper.inc:80
+#: lib/layouts/svjour.inc:316
+#: lib/layouts/theorems-ams-extended.module:189
 msgid "Acknowledgement"
 msgstr "Agradecimiento"
 
-#: lib/layouts/aa.layout:156 lib/layouts/aapaper.inc:71
+#: lib/layouts/aa.layout:156
+#: lib/layouts/aapaper.inc:71
 msgid "Offprint Requests to:"
 msgstr "Solicitudes de separatas a:"
 
@@ -4492,7 +4853,8 @@ msgstr "Solicitudes de separatas a:"
 msgid "Correspondence to:"
 msgstr "Correspondencia a:"
 
-#: lib/layouts/aa.layout:203 lib/layouts/egs.layout:516
+#: lib/layouts/aa.layout:203
+#: lib/layouts/egs.layout:516
 #: lib/layouts/svjour.inc:305
 msgid "Acknowledgements."
 msgstr "Agradecimientos."
@@ -4509,140 +4871,196 @@ msgstr "EstiloCarácter:Institución"
 msgid "CharStyle:E-Mail"
 msgstr "EstiloCarácter:Correo-E"
 
-#: lib/layouts/aapaper.layout:61 lib/layouts/egs.layout:612
+#: lib/layouts/aapaper.layout:61
+#: lib/layouts/egs.layout:612
 #: src/frontends/qt4/GuiPrefs.cpp:528
 msgid "LaTeX"
 msgstr "LaTeX"
 
-#: lib/layouts/aapaper.layout:85 lib/layouts/aastex.layout:101
-#: lib/layouts/aastex.layout:345 lib/layouts/elsarticle.layout:208
-#: lib/layouts/iopart.layout:158 lib/layouts/latex8.layout:57
-#: lib/layouts/llncs.layout:229 lib/layouts/aapaper.inc:46
-#: lib/layouts/amsdefs.inc:150 lib/layouts/db_stdcharstyles.inc:73
+#: lib/layouts/aapaper.layout:85
+#: lib/layouts/aastex.layout:101
+#: lib/layouts/aastex.layout:345
+#: lib/layouts/elsarticle.layout:208
+#: lib/layouts/iopart.layout:158
+#: lib/layouts/latex8.layout:57
+#: lib/layouts/llncs.layout:229
+#: lib/layouts/aapaper.inc:46
+#: lib/layouts/amsdefs.inc:150
+#: lib/layouts/db_stdcharstyles.inc:73
 msgid "Email"
 msgstr "CorreoE"
 
-#: lib/layouts/aapaper.layout:91 lib/layouts/aapaper.inc:103
-#: lib/ui/stdtoolbars.inc:112 src/frontends/qt4/GuiThesaurus.cpp:36
+#: lib/layouts/aapaper.layout:91
+#: lib/layouts/aapaper.inc:103
+#: lib/ui/stdtoolbars.inc:112
+#: src/frontends/qt4/GuiThesaurus.cpp:36
 msgid "Thesaurus"
 msgstr "Tesauro"
 
-#: lib/layouts/aastex.layout:77 lib/layouts/amsbook.layout:96
-#: lib/layouts/apa.layout:335 lib/layouts/egs.layout:69
-#: lib/layouts/kluwer.layout:84 lib/layouts/llncs.layout:69
-#: lib/layouts/ltugboat.layout:102 lib/layouts/memoir.layout:71
-#: lib/layouts/paper.layout:79 lib/layouts/revtex.layout:65
-#: lib/layouts/revtex4.layout:72 lib/layouts/agu_stdsections.inc:60
-#: lib/layouts/aguplus.inc:55 lib/layouts/db_stdsections.inc:52
-#: lib/layouts/numrevtex.inc:33 lib/layouts/scrclass.inc:83
-#: lib/layouts/stdsections.inc:114 lib/layouts/svjour.inc:80
+#: lib/layouts/aastex.layout:77
+#: lib/layouts/amsbook.layout:96
+#: lib/layouts/apa.layout:335
+#: lib/layouts/egs.layout:69
+#: lib/layouts/kluwer.layout:84
+#: lib/layouts/llncs.layout:69
+#: lib/layouts/ltugboat.layout:102
+#: lib/layouts/memoir.layout:71
+#: lib/layouts/paper.layout:79
+#: lib/layouts/revtex.layout:65
+#: lib/layouts/revtex4.layout:72
+#: lib/layouts/agu_stdsections.inc:60
+#: lib/layouts/aguplus.inc:55
+#: lib/layouts/db_stdsections.inc:52
+#: lib/layouts/numrevtex.inc:33
+#: lib/layouts/scrclass.inc:83
+#: lib/layouts/stdsections.inc:114
+#: lib/layouts/svjour.inc:80
 msgid "Paragraph"
 msgstr "Párrafo"
 
-#: lib/layouts/aastex.layout:98 lib/layouts/aastex.layout:263
-#: lib/layouts/apa.layout:149 lib/layouts/latex8.layout:81
-#: lib/layouts/revtex4.layout:133 lib/layouts/agu_stdtitle.inc:128
+#: lib/layouts/aastex.layout:98
+#: lib/layouts/aastex.layout:263
+#: lib/layouts/apa.layout:149
+#: lib/layouts/latex8.layout:81
+#: lib/layouts/revtex4.layout:133
+#: lib/layouts/agu_stdtitle.inc:128
 #: lib/layouts/aguplus.inc:60
 msgid "Affiliation"
 msgstr "Afiliación"
 
-#: lib/layouts/aastex.layout:104 lib/layouts/aastex.layout:384
+#: lib/layouts/aastex.layout:104
+#: lib/layouts/aastex.layout:384
 msgid "And"
 msgstr "Y"
 
-#: lib/layouts/aastex.layout:116 lib/layouts/aastex.layout:364
-#: lib/layouts/apa.layout:221 lib/layouts/egs.layout:502
-#: lib/layouts/elsart.layout:427 lib/layouts/isprs.layout:213
-#: lib/layouts/kluwer.layout:293 lib/layouts/kluwer.layout:304
-#: lib/layouts/aapaper.inc:91 lib/layouts/svjour.inc:291
+#: lib/layouts/aastex.layout:116
+#: lib/layouts/aastex.layout:364
+#: lib/layouts/apa.layout:221
+#: lib/layouts/egs.layout:502
+#: lib/layouts/elsart.layout:427
+#: lib/layouts/isprs.layout:213
+#: lib/layouts/kluwer.layout:293
+#: lib/layouts/kluwer.layout:304
+#: lib/layouts/aapaper.inc:91
+#: lib/layouts/svjour.inc:291
 msgid "Acknowledgements"
 msgstr "Agradecimientos"
 
-#: lib/layouts/aastex.layout:122 lib/layouts/aastex.layout:476
-#: lib/layouts/aastex.layout:489 lib/layouts/beamer.layout:904
-#: lib/layouts/cl2emult.layout:116 lib/layouts/egs.layout:566
-#: lib/layouts/elsarticle.layout:283 lib/layouts/iopart.layout:274
-#: lib/layouts/iopart.layout:289 lib/layouts/kluwer.layout:334
-#: lib/layouts/kluwer.layout:346 lib/layouts/llncs.layout:272
-#: lib/layouts/moderncv.layout:162 lib/layouts/siamltex.layout:326
-#: lib/layouts/amsdefs.inc:215 lib/layouts/stdstruct.inc:54
-#: lib/layouts/svjour.inc:337 src/output_plaintext.cpp:145
+#: lib/layouts/aastex.layout:122
+#: lib/layouts/aastex.layout:476
+#: lib/layouts/aastex.layout:489
+#: lib/layouts/beamer.layout:904
+#: lib/layouts/cl2emult.layout:116
+#: lib/layouts/egs.layout:566
+#: lib/layouts/elsarticle.layout:283
+#: lib/layouts/iopart.layout:274
+#: lib/layouts/iopart.layout:289
+#: lib/layouts/kluwer.layout:334
+#: lib/layouts/kluwer.layout:346
+#: lib/layouts/llncs.layout:272
+#: lib/layouts/moderncv.layout:162
+#: lib/layouts/siamltex.layout:326
+#: lib/layouts/amsdefs.inc:215
+#: lib/layouts/stdstruct.inc:54
+#: lib/layouts/svjour.inc:337
+#: src/output_plaintext.cpp:145
 msgid "References"
 msgstr "Referencias"
 
-#: lib/layouts/aastex.layout:125 lib/layouts/aastex.layout:404
+#: lib/layouts/aastex.layout:125
+#: lib/layouts/aastex.layout:404
 msgid "PlaceFigure"
 msgstr "ColocarFigura"
 
-#: lib/layouts/aastex.layout:128 lib/layouts/aastex.layout:424
+#: lib/layouts/aastex.layout:128
+#: lib/layouts/aastex.layout:424
 msgid "PlaceTable"
 msgstr "ColocarTabla"
 
-#: lib/layouts/aastex.layout:131 lib/layouts/aastex.layout:544
+#: lib/layouts/aastex.layout:131
+#: lib/layouts/aastex.layout:544
 msgid "TableComments"
 msgstr "TablaComentarios"
 
-#: lib/layouts/aastex.layout:134 lib/layouts/aastex.layout:524
+#: lib/layouts/aastex.layout:134
+#: lib/layouts/aastex.layout:524
 msgid "TableRefs"
 msgstr "TablaRefs"
 
-#: lib/layouts/aastex.layout:138 lib/layouts/aastex.layout:464
+#: lib/layouts/aastex.layout:138
+#: lib/layouts/aastex.layout:464
 msgid "MathLetters"
 msgstr "CartaMates"
 
-#: lib/layouts/aastex.layout:141 lib/layouts/aastex.layout:503
+#: lib/layouts/aastex.layout:141
+#: lib/layouts/aastex.layout:503
 msgid "NoteToEditor"
 msgstr "NotaAlEditor"
 
-#: lib/layouts/aastex.layout:144 lib/layouts/aastex.layout:616
+#: lib/layouts/aastex.layout:144
+#: lib/layouts/aastex.layout:616
 msgid "Facility"
 msgstr "Instalación"
 
-#: lib/layouts/aastex.layout:147 lib/layouts/aastex.layout:642
+#: lib/layouts/aastex.layout:147
+#: lib/layouts/aastex.layout:642
 msgid "Objectname"
 msgstr "Nombre de objeto"
 
-#: lib/layouts/aastex.layout:150 lib/layouts/aastex.layout:669
+#: lib/layouts/aastex.layout:150
+#: lib/layouts/aastex.layout:669
 msgid "Dataset"
 msgstr "Conjunto de datos"
 
-#: lib/layouts/aastex.layout:267 lib/layouts/aastex.layout:284
-#: lib/layouts/aastex.layout:324 lib/layouts/aastex.layout:350
-#: lib/layouts/aastex.layout:389 lib/layouts/elsarticle.layout:55
-#: lib/layouts/elsarticle.layout:97 lib/layouts/elsarticle.layout:116
-#: lib/layouts/elsarticle.layout:194 lib/layouts/elsarticle.layout:222
-#: lib/layouts/elsarticle.layout:251 lib/layouts/entcs.layout:73
-#: lib/layouts/iopart.layout:59 lib/layouts/iopart.layout:128
-#: lib/layouts/iopart.layout:147 lib/layouts/iopart.layout:172
-#: lib/layouts/iopart.layout:201 lib/layouts/siamltex.layout:273
-#: lib/layouts/siamltex.layout:293 lib/layouts/sigplanconf.layout:68
-#: lib/layouts/sigplanconf.layout:121 lib/layouts/sigplanconf.layout:154
-#: lib/layouts/amsdefs.inc:31 lib/layouts/amsdefs.inc:53
-#: lib/layouts/amsdefs.inc:73 lib/layouts/amsdefs.inc:97
-#: lib/layouts/amsdefs.inc:124 lib/layouts/stdstruct.inc:16
-#: lib/layouts/stdtitle.inc:15 lib/layouts/stdtitle.inc:34
+#: lib/layouts/aastex.layout:267
+#: lib/layouts/aastex.layout:284
+#: lib/layouts/aastex.layout:324
+#: lib/layouts/aastex.layout:350
+#: lib/layouts/aastex.layout:389
+#: lib/layouts/elsarticle.layout:55
+#: lib/layouts/elsarticle.layout:97
+#: lib/layouts/elsarticle.layout:116
+#: lib/layouts/elsarticle.layout:194
+#: lib/layouts/elsarticle.layout:222
+#: lib/layouts/elsarticle.layout:251
+#: lib/layouts/entcs.layout:73
+#: lib/layouts/iopart.layout:59
+#: lib/layouts/iopart.layout:128
+#: lib/layouts/iopart.layout:147
+#: lib/layouts/iopart.layout:172
+#: lib/layouts/iopart.layout:201
+#: lib/layouts/siamltex.layout:273
+#: lib/layouts/siamltex.layout:293
+#: lib/layouts/sigplanconf.layout:68
+#: lib/layouts/sigplanconf.layout:121
+#: lib/layouts/sigplanconf.layout:154
+#: lib/layouts/amsdefs.inc:31
+#: lib/layouts/amsdefs.inc:53
+#: lib/layouts/amsdefs.inc:73
+#: lib/layouts/amsdefs.inc:97
+#: lib/layouts/amsdefs.inc:124
+#: lib/layouts/stdstruct.inc:16
+#: lib/layouts/stdtitle.inc:15
+#: lib/layouts/stdtitle.inc:34
 #: lib/layouts/stdtitle.inc:53
 msgid "FrontMatter"
 msgstr "Preliminares"
 
 #: lib/layouts/aastex.layout:280
-#, fuzzy
 msgid "Altaffilation"
-msgstr "AltAfiliación"
+msgstr "Afiliación_alt"
 
 #: lib/layouts/aastex.layout:289
-#, fuzzy
 msgid "Alternative affiliation:"
-msgstr "Idioma al&ternativo:"
+msgstr "Afiliación alternativa:"
 
 #: lib/layouts/aastex.layout:296
 msgid "altaffilmark"
-msgstr ""
+msgstr "marca_afil_alt"
 
 #: lib/layouts/aastex.layout:300
-#, fuzzy
 msgid "altaffiliation mark"
-msgstr "AltAfiliación"
+msgstr "marca de afiliación_alt"
 
 #: lib/layouts/aastex.layout:331
 msgid "Subject headings:"
@@ -4652,7 +5070,8 @@ msgstr "Encabezados de asunto:"
 msgid "[Acknowledgements]"
 msgstr "[Agradecimientos]"
 
-#: lib/layouts/aastex.layout:395 src/frontends/qt4/GuiDocument.cpp:1369
+#: lib/layouts/aastex.layout:395
+#: src/frontends/qt4/GuiDocument.cpp:1369
 #: src/frontends/qt4/GuiDocument.cpp:1380
 #: src/frontends/qt4/GuiDocument.cpp:1467
 #: src/frontends/qt4/GuiDocument.cpp:1486
@@ -4667,11 +5086,16 @@ msgstr "Colocar figura aquí:"
 msgid "Place Table here:"
 msgstr "Colocar tabla aquí:"
 
-#: lib/layouts/aastex.layout:448 lib/layouts/aastex.layout:480
-#: lib/layouts/beamer.layout:891 lib/layouts/elsarticle.layout:272
-#: lib/layouts/iopart.layout:241 lib/layouts/iopart.layout:263
-#: lib/layouts/iopart.layout:286 lib/layouts/siamltex.layout:312
-#: lib/layouts/sigplanconf.layout:181 lib/layouts/stdstruct.inc:43
+#: lib/layouts/aastex.layout:448
+#: lib/layouts/aastex.layout:480
+#: lib/layouts/beamer.layout:891
+#: lib/layouts/elsarticle.layout:272
+#: lib/layouts/iopart.layout:241
+#: lib/layouts/iopart.layout:263
+#: lib/layouts/iopart.layout:286
+#: lib/layouts/siamltex.layout:312
+#: lib/layouts/sigplanconf.layout:181
+#: lib/layouts/stdstruct.inc:43
 msgid "BackMatter"
 msgstr "Apéndices"
 
@@ -4692,23 +5116,20 @@ msgid "Note. ---"
 msgstr "Nota. ---"
 
 #: lib/layouts/aastex.layout:564
-#, fuzzy
 msgid "Table note"
-msgstr "línea tabular"
+msgstr "Nota de tabla"
 
 #: lib/layouts/aastex.layout:572
-#, fuzzy
 msgid "Table note:"
-msgstr "Nota a pie de página del título:"
+msgstr "Nota de tabla:"
 
 #: lib/layouts/aastex.layout:579
-#, fuzzy
 msgid "tablenotemark"
-msgstr "línea tabular"
+msgstr "marca_nota_tabla"
 
 #: lib/layouts/aastex.layout:583
 msgid "tablenote mark"
-msgstr ""
+msgstr "marca de nota de tabla"
 
 #: lib/layouts/aastex.layout:601
 msgid "FigCaption"
@@ -4730,19 +5151,29 @@ msgstr "Obj:"
 msgid "Dataset:"
 msgstr "Conjunto de datos:"
 
-#: lib/layouts/amsart.layout:25 lib/layouts/amsbook.layout:26
-#: lib/layouts/beamer.layout:39 lib/layouts/beamer.layout:915
-#: lib/layouts/beamer.layout:934 lib/layouts/beamer.layout:953
-#: lib/layouts/beamer.layout:1073 lib/layouts/beamer.layout:1097
-#: lib/layouts/beamer.layout:1135 lib/layouts/siamltex.layout:31
-#: lib/layouts/lyxmacros.inc:13 lib/layouts/stdclass.inc:29
-#: lib/layouts/stdlayouts.inc:12 lib/layouts/stdlayouts.inc:31
-#: lib/layouts/stdlayouts.inc:50 lib/layouts/stdlayouts.inc:68
+#: lib/layouts/amsart.layout:25
+#: lib/layouts/amsbook.layout:26
+#: lib/layouts/beamer.layout:39
+#: lib/layouts/beamer.layout:915
+#: lib/layouts/beamer.layout:934
+#: lib/layouts/beamer.layout:953
+#: lib/layouts/beamer.layout:1073
+#: lib/layouts/beamer.layout:1097
+#: lib/layouts/beamer.layout:1135
+#: lib/layouts/siamltex.layout:31
+#: lib/layouts/lyxmacros.inc:13
+#: lib/layouts/stdclass.inc:29
+#: lib/layouts/stdlayouts.inc:12
+#: lib/layouts/stdlayouts.inc:31
+#: lib/layouts/stdlayouts.inc:50
+#: lib/layouts/stdlayouts.inc:68
 msgid "MainText"
 msgstr "TextoPrincipal"
 
-#: lib/layouts/amsbook.layout:91 lib/layouts/amsbook.layout:92
-#: lib/layouts/powerdot.layout:229 lib/layouts/numarticle.inc:9
+#: lib/layouts/amsbook.layout:91
+#: lib/layouts/amsbook.layout:92
+#: lib/layouts/powerdot.layout:229
+#: lib/layouts/numarticle.inc:9
 msgid "\\arabic{section}"
 msgstr "\\arabic{section}"
 
@@ -4760,7 +5191,7 @@ msgstr "Encabezado derecho:"
 
 #: lib/layouts/apa.layout:82
 msgid "Abstract:"
-msgstr "Sinopsis:"
+msgstr "Resumen:"
 
 #: lib/layouts/apa.layout:91
 msgid "ShortTitle"
@@ -4782,7 +5213,8 @@ msgstr "TresAutores"
 msgid "FourAuthors"
 msgstr "CuatroAutores"
 
-#: lib/layouts/apa.layout:161 lib/layouts/revtex4.layout:145
+#: lib/layouts/apa.layout:161
+#: lib/layouts/revtex4.layout:145
 #: lib/layouts/agu_stdtitle.inc:131
 msgid "Affiliation:"
 msgstr "Afiliación:"
@@ -4799,7 +5231,8 @@ msgstr "TresAfiliaciones"
 msgid "FourAffiliations"
 msgstr "CuatroAfiliaciones"
 
-#: lib/layouts/apa.layout:191 lib/layouts/egs.layout:332
+#: lib/layouts/apa.layout:191
+#: lib/layouts/egs.layout:332
 msgid "Journal"
 msgstr "Publicación"
 
@@ -4811,9 +5244,12 @@ msgstr "CopNum"
 msgid "Acknowledgements:"
 msgstr "Agradecimientos:"
 
-#: lib/layouts/apa.layout:242 lib/layouts/iopart.layout:237
-#: lib/layouts/iopart.layout:251 lib/layouts/revtex4.layout:212
-#: lib/layouts/sigplanconf.layout:178 lib/layouts/sigplanconf.layout:185
+#: lib/layouts/apa.layout:242
+#: lib/layouts/iopart.layout:237
+#: lib/layouts/iopart.layout:251
+#: lib/layouts/revtex4.layout:212
+#: lib/layouts/sigplanconf.layout:178
+#: lib/layouts/sigplanconf.layout:185
 #: lib/layouts/spie.layout:88
 msgid "Acknowledgments"
 msgstr "Agradecimientos"
@@ -4826,7 +5262,8 @@ msgstr "LíneaGruesa"
 msgid "CenteredCaption"
 msgstr "LeyendaCentrada"
 
-#: lib/layouts/apa.layout:267 lib/layouts/scrclass.inc:241
+#: lib/layouts/apa.layout:267
+#: lib/layouts/scrclass.inc:241
 #: lib/layouts/scrclass.inc:260
 msgid "Senseless!"
 msgstr "¡Sin sentido!"
@@ -4839,18 +5276,26 @@ msgstr "AjusFigura"
 msgid "FitBitmap"
 msgstr "AjusMapaDeBits"
 
-#: lib/layouts/apa.layout:344 lib/layouts/egs.layout:86
-#: lib/layouts/kluwer.layout:93 lib/layouts/llncs.layout:78
-#: lib/layouts/memoir.layout:76 lib/layouts/paper.layout:88
-#: lib/layouts/agu_stdsections.inc:70 lib/layouts/db_stdsections.inc:60
-#: lib/layouts/scrclass.inc:90 lib/layouts/stdsections.inc:124
+#: lib/layouts/apa.layout:344
+#: lib/layouts/egs.layout:86
+#: lib/layouts/kluwer.layout:93
+#: lib/layouts/llncs.layout:78
+#: lib/layouts/memoir.layout:76
+#: lib/layouts/paper.layout:88
+#: lib/layouts/agu_stdsections.inc:70
+#: lib/layouts/db_stdsections.inc:60
+#: lib/layouts/scrclass.inc:90
+#: lib/layouts/stdsections.inc:124
 #: lib/layouts/svjour.inc:89
 msgid "Subparagraph"
 msgstr "Subpárrafo"
 
-#: lib/layouts/apa.layout:368 lib/layouts/beamer.layout:67
-#: lib/layouts/egs.layout:177 lib/layouts/manpage.layout:95
-#: lib/layouts/powerdot.layout:255 lib/layouts/simplecv.layout:91
+#: lib/layouts/apa.layout:368
+#: lib/layouts/beamer.layout:67
+#: lib/layouts/egs.layout:177
+#: lib/layouts/manpage.layout:95
+#: lib/layouts/powerdot.layout:255
+#: lib/layouts/simplecv.layout:91
 #: lib/layouts/stdlists.inc:26
 msgid "*"
 msgstr "*"
@@ -4859,7 +5304,8 @@ msgstr "*"
 msgid "Seriate"
 msgstr "En serie"
 
-#: lib/layouts/apa.layout:406 lib/layouts/apa.layout:407
+#: lib/layouts/apa.layout:406
+#: lib/layouts/apa.layout:407
 #: src/buffer_funcs.cpp:389
 msgid "(\\alph{enumii})"
 msgstr "(\\alph{enumii})"
@@ -4880,28 +5326,38 @@ msgstr "LatinOff"
 msgid "Latin off"
 msgstr "Latin off"
 
-#: lib/layouts/article-beamer.layout:22 lib/layouts/beamer.layout:231
+#: lib/layouts/article-beamer.layout:22
+#: lib/layouts/beamer.layout:231
 #: lib/layouts/scrarticle-beamer.layout:22
 msgid "BeginFrame"
 msgstr "ComenzarFotograma"
 
-#: lib/layouts/article.layout:18 lib/layouts/beamer.layout:116
-#: lib/layouts/beamer.layout:131 lib/layouts/mwart.layout:23
-#: lib/layouts/paper.layout:40 lib/layouts/scrartcl.layout:20
-#: lib/layouts/agu_stdsections.inc:12 lib/layouts/db_stdsections.inc:12
-#: lib/layouts/numreport.inc:6 lib/layouts/scrclass.inc:47
+#: lib/layouts/article.layout:18
+#: lib/layouts/beamer.layout:116
+#: lib/layouts/beamer.layout:131
+#: lib/layouts/mwart.layout:23
+#: lib/layouts/paper.layout:40
+#: lib/layouts/scrartcl.layout:20
+#: lib/layouts/agu_stdsections.inc:12
+#: lib/layouts/db_stdsections.inc:12
+#: lib/layouts/numreport.inc:6
+#: lib/layouts/scrclass.inc:47
 #: lib/layouts/stdsections.inc:11
 msgid "Part"
 msgstr "Parte"
 
-#: lib/layouts/article.layout:29 lib/layouts/mwart.layout:33
-#: lib/layouts/scrartcl.layout:29 lib/layouts/db_stdstarsections.inc:13
+#: lib/layouts/article.layout:29
+#: lib/layouts/mwart.layout:33
+#: lib/layouts/scrartcl.layout:29
+#: lib/layouts/db_stdstarsections.inc:13
 #: lib/layouts/stdstarsections.inc:13
 msgid "Part*"
 msgstr "Parte*"
 
-#: lib/layouts/beamer.layout:106 lib/layouts/egs.layout:196
-#: lib/layouts/manpage.layout:114 lib/layouts/stdlists.inc:65
+#: lib/layouts/beamer.layout:106
+#: lib/layouts/egs.layout:196
+#: lib/layouts/manpage.layout:114
+#: lib/layouts/stdlists.inc:65
 msgid "MM"
 msgstr "MM"
 
@@ -4909,15 +5365,20 @@ msgstr "MM"
 msgid "Section \\arabic{section}"
 msgstr "Sección \\arabic{section}"
 
-#: lib/layouts/beamer.layout:173 lib/layouts/powerdot.layout:235
+#: lib/layouts/beamer.layout:173
+#: lib/layouts/powerdot.layout:235
 #: lib/layouts/numarticle.inc:10
 msgid "\\Alph{section}"
 msgstr "\\Alph{section}"
 
-#: lib/layouts/beamer.layout:180 lib/layouts/beamer.layout:223
-#: lib/layouts/stdstarsections.inc:15 lib/layouts/stdstarsections.inc:25
-#: lib/layouts/stdstarsections.inc:36 lib/layouts/stdstarsections.inc:47
-#: lib/layouts/stdstarsections.inc:58 lib/layouts/stdstarsections.inc:69
+#: lib/layouts/beamer.layout:180
+#: lib/layouts/beamer.layout:223
+#: lib/layouts/stdstarsections.inc:15
+#: lib/layouts/stdstarsections.inc:25
+#: lib/layouts/stdstarsections.inc:36
+#: lib/layouts/stdstarsections.inc:47
+#: lib/layouts/stdstarsections.inc:58
+#: lib/layouts/stdstarsections.inc:69
 #: lib/layouts/stdstarsections.inc:80
 msgid "Unnumbered"
 msgstr "No numerado"
@@ -4930,8 +5391,10 @@ msgstr "Subsección \\arabic{section}.\\arabic{subsection}"
 msgid "\\arabic{section}.\\arabic{subsection}"
 msgstr "\\arabic{section}.\\arabic{subsection}"
 
-#: lib/layouts/beamer.layout:232 lib/layouts/beamer.layout:276
-#: lib/layouts/beamer.layout:316 lib/layouts/beamer.layout:357
+#: lib/layouts/beamer.layout:232
+#: lib/layouts/beamer.layout:276
+#: lib/layouts/beamer.layout:316
+#: lib/layouts/beamer.layout:357
 #: lib/layouts/beamer.layout:386
 msgid "Frames"
 msgstr "Fotogramas"
@@ -4972,9 +5435,12 @@ msgstr "SubtítuloFotograma"
 msgid "Column"
 msgstr "Columna"
 
-#: lib/layouts/beamer.layout:409 lib/layouts/beamer.layout:433
-#: lib/layouts/beamer.layout:434 lib/layouts/beamer.layout:445
-#: lib/layouts/beamer.layout:463 lib/layouts/beamer.layout:494
+#: lib/layouts/beamer.layout:409
+#: lib/layouts/beamer.layout:433
+#: lib/layouts/beamer.layout:434
+#: lib/layouts/beamer.layout:445
+#: lib/layouts/beamer.layout:463
+#: lib/layouts/beamer.layout:494
 msgid "Columns"
 msgstr "Columnas"
 
@@ -5002,8 +5468,10 @@ msgstr "Columnas (alineadas a la parte superior)"
 msgid "Pause"
 msgstr "Pausa"
 
-#: lib/layouts/beamer.layout:526 lib/layouts/beamer.layout:552
-#: lib/layouts/beamer.layout:579 lib/layouts/beamer.layout:605
+#: lib/layouts/beamer.layout:526
+#: lib/layouts/beamer.layout:552
+#: lib/layouts/beamer.layout:579
+#: lib/layouts/beamer.layout:605
 #: lib/layouts/beamer.layout:631
 msgid "Overlays"
 msgstr "Superpuestos"
@@ -5012,7 +5480,8 @@ msgstr "Superpuestos"
 msgid "_ _ _ _ _ _ _ _ _ _ _ _ _ _"
 msgstr "_ _ _ _ _ _ _ _ _ _ _ _ _ _"
 
-#: lib/layouts/beamer.layout:551 lib/layouts/beamer.layout:562
+#: lib/layouts/beamer.layout:551
+#: lib/layouts/beamer.layout:562
 msgid "Overprint"
 msgstr "SobreImprimir"
 
@@ -5044,7 +5513,8 @@ msgstr "Solo en diapositivas"
 msgid "Block"
 msgstr "Bloque"
 
-#: lib/layouts/beamer.layout:658 lib/layouts/beamer.layout:684
+#: lib/layouts/beamer.layout:658
+#: lib/layouts/beamer.layout:684
 #: lib/layouts/beamer.layout:714
 msgid "Blocks"
 msgstr "Bloques"
@@ -5069,9 +5539,12 @@ msgstr "BloqueAviso"
 msgid "Block ( ERT[{title}] alert text ):"
 msgstr "Bloque ( ERT[{title}] texto aviso ):"
 
-#: lib/layouts/beamer.layout:746 lib/layouts/beamer.layout:778
-#: lib/layouts/beamer.layout:803 lib/layouts/beamer.layout:825
-#: lib/layouts/beamer.layout:868 lib/layouts/beamer.layout:971
+#: lib/layouts/beamer.layout:746
+#: lib/layouts/beamer.layout:778
+#: lib/layouts/beamer.layout:803
+#: lib/layouts/beamer.layout:825
+#: lib/layouts/beamer.layout:868
+#: lib/layouts/beamer.layout:971
 msgid "Titling"
 msgstr "Titulación"
 
@@ -5079,35 +5552,41 @@ msgstr "Titulación"
 msgid "Title (Plain Frame)"
 msgstr "Título (Fotograma sencillo)"
 
-#: lib/layouts/beamer.layout:824 lib/layouts/cl2emult.layout:69
-#: lib/layouts/llncs.layout:211 lib/layouts/svjour.inc:209
+#: lib/layouts/beamer.layout:824
+#: lib/layouts/cl2emult.layout:69
+#: lib/layouts/llncs.layout:211
+#: lib/layouts/svjour.inc:209
 msgid "Institute"
 msgstr "Instituto"
 
 #: lib/layouts/beamer.layout:845
-#, fuzzy
 msgid "InstituteMark"
-msgstr "Instituto"
+msgstr "MarcaInstituto"
 
 #: lib/layouts/beamer.layout:849
-#, fuzzy
 msgid "Institute mark"
-msgstr "Instituto"
+msgstr "Marca de Instituto"
 
-#: lib/layouts/beamer.layout:914 lib/layouts/egs.layout:94
-#: lib/layouts/powerdot.layout:312 lib/layouts/db_stdlayouts.inc:18
+#: lib/layouts/beamer.layout:914
+#: lib/layouts/egs.layout:94
+#: lib/layouts/powerdot.layout:312
+#: lib/layouts/db_stdlayouts.inc:18
 #: lib/layouts/stdlayouts.inc:11
 msgid "Quotation"
 msgstr "Cita"
 
-#: lib/layouts/beamer.layout:933 lib/layouts/egs.layout:112
-#: lib/layouts/manpage.layout:29 lib/layouts/powerdot.layout:332
+#: lib/layouts/beamer.layout:933
+#: lib/layouts/egs.layout:112
+#: lib/layouts/manpage.layout:29
+#: lib/layouts/powerdot.layout:332
 #: lib/layouts/stdlayouts.inc:30
 msgid "Quote"
 msgstr "Citar"
 
-#: lib/layouts/beamer.layout:950 lib/layouts/egs.layout:203
-#: lib/layouts/powerdot.layout:350 lib/layouts/stdlayouts.inc:47
+#: lib/layouts/beamer.layout:950
+#: lib/layouts/egs.layout:203
+#: lib/layouts/powerdot.layout:350
+#: lib/layouts/stdlayouts.inc:47
 msgid "Verse"
 msgstr "Verso"
 
@@ -5115,16 +5594,19 @@ msgstr "Verso"
 msgid "TitleGraphic"
 msgstr "GráficoTítulo"
 
-#: lib/layouts/beamer.layout:995 lib/layouts/theorems-std.module:2
+#: lib/layouts/beamer.layout:995
+#: lib/layouts/theorems-std.module:2
 msgid "Theorems"
 msgstr "Teoremas"
 
-#: lib/layouts/beamer.layout:1005 lib/layouts/foils.layout:309
+#: lib/layouts/beamer.layout:1005
+#: lib/layouts/foils.layout:309
 #: lib/layouts/theorems-starred.inc:60
 msgid "Corollary."
 msgstr "Corolario."
 
-#: lib/layouts/beamer.layout:1025 lib/layouts/foils.layout:323
+#: lib/layouts/beamer.layout:1025
+#: lib/layouts/foils.layout:323
 #: lib/layouts/theorems-starred.inc:121
 msgid "Definition."
 msgstr "Definición."
@@ -5137,7 +5619,8 @@ msgstr "Definiciones"
 msgid "Definitions."
 msgstr "Definiciones."
 
-#: lib/layouts/beamer.layout:1037 lib/layouts/theorems-starred.inc:140
+#: lib/layouts/beamer.layout:1037
+#: lib/layouts/theorems-starred.inc:140
 msgid "Example."
 msgstr "Ejemplo."
 
@@ -5149,18 +5632,24 @@ msgstr "Ejemplos"
 msgid "Examples."
 msgstr "Ejemplos."
 
-#: lib/layouts/beamer.layout:1055 lib/layouts/theorems-starred.inc:108
+#: lib/layouts/beamer.layout:1055
+#: lib/layouts/theorems-starred.inc:108
 msgid "Fact."
 msgstr "Hecho."
 
-#: lib/layouts/beamer.layout:1061 lib/layouts/foils.layout:281
-#: lib/layouts/ijmpc.layout:219 lib/layouts/ijmpd.layout:219
-#: lib/layouts/llncs.layout:374 lib/layouts/siamltex.layout:165
-#: lib/layouts/svjour.inc:436 lib/layouts/theorems-proof.inc:30
+#: lib/layouts/beamer.layout:1061
+#: lib/layouts/foils.layout:281
+#: lib/layouts/ijmpc.layout:219
+#: lib/layouts/ijmpd.layout:219
+#: lib/layouts/llncs.layout:374
+#: lib/layouts/siamltex.layout:165
+#: lib/layouts/svjour.inc:436
+#: lib/layouts/theorems-proof.inc:30
 msgid "Proof."
 msgstr "Demostración."
 
-#: lib/layouts/beamer.layout:1067 lib/layouts/foils.layout:295
+#: lib/layouts/beamer.layout:1067
+#: lib/layouts/foils.layout:295
 #: lib/layouts/theorems-starred.inc:29
 msgid "Theorem."
 msgstr "Teorema."
@@ -5173,8 +5662,10 @@ msgstr "Separador"
 msgid "___"
 msgstr "___"
 
-#: lib/layouts/beamer.layout:1096 lib/layouts/egs.layout:630
-#: lib/layouts/db_lyxmacros.inc:18 lib/layouts/lyxmacros.inc:12
+#: lib/layouts/beamer.layout:1096
+#: lib/layouts/egs.layout:630
+#: lib/layouts/db_lyxmacros.inc:18
+#: lib/layouts/lyxmacros.inc:12
 msgid "LyX-Code"
 msgstr "Código-LyX"
 
@@ -5182,7 +5673,8 @@ msgstr "Código-LyX"
 msgid "NoteItem"
 msgstr "ÍtemNota"
 
-#: lib/layouts/beamer.layout:1146 lib/layouts/powerdot.layout:209
+#: lib/layouts/beamer.layout:1146
+#: lib/layouts/powerdot.layout:209
 msgid "Note:"
 msgstr "Nota:"
 
@@ -5218,32 +5710,40 @@ msgstr "Personalizado:ModoPresentación"
 msgid "Presentation"
 msgstr "Presentación"
 
-#: lib/layouts/beamer.layout:1206 lib/layouts/powerdot.layout:377
-#: lib/layouts/stdfloats.inc:10 lib/layouts/stdinsets.inc:241
+#: lib/layouts/beamer.layout:1206
+#: lib/layouts/powerdot.layout:377
+#: lib/layouts/stdfloats.inc:10
+#: lib/layouts/stdinsets.inc:241
 #: lib/ui/stdtoolbars.inc:115
 msgid "Table"
 msgstr "Tabla"
 
-#: lib/layouts/beamer.layout:1211 lib/layouts/powerdot.layout:381
+#: lib/layouts/beamer.layout:1211
+#: lib/layouts/powerdot.layout:381
 #: lib/layouts/stdfloats.inc:15
 msgid "List of Tables"
 msgstr "Lista de tablas"
 
-#: lib/layouts/beamer.layout:1218 lib/layouts/powerdot.layout:387
-#: lib/layouts/stdfloats.inc:22 lib/layouts/stdinsets.inc:232
+#: lib/layouts/beamer.layout:1218
+#: lib/layouts/powerdot.layout:387
+#: lib/layouts/stdfloats.inc:22
+#: lib/layouts/stdinsets.inc:232
 msgid "Figure"
 msgstr "Figura"
 
-#: lib/layouts/beamer.layout:1223 lib/layouts/powerdot.layout:391
+#: lib/layouts/beamer.layout:1223
+#: lib/layouts/powerdot.layout:391
 #: lib/layouts/stdfloats.inc:27
 msgid "List of Figures"
 msgstr "Lista de figuras"
 
-#: lib/layouts/broadway.layout:31 lib/layouts/hollywood.layout:40
+#: lib/layouts/broadway.layout:31
+#: lib/layouts/hollywood.layout:40
 msgid "Dialogue"
 msgstr "Diálogo"
 
-#: lib/layouts/broadway.layout:42 lib/layouts/hollywood.layout:208
+#: lib/layouts/broadway.layout:42
+#: lib/layouts/hollywood.layout:208
 msgid "Narrative"
 msgstr "Narrativa"
 
@@ -5255,7 +5755,8 @@ msgstr "ACTO"
 msgid "ACT \\arabic{act}"
 msgstr "ACTO \\arabic{act}"
 
-#: lib/layouts/broadway.layout:74 lib/layouts/broadway.layout:101
+#: lib/layouts/broadway.layout:74
+#: lib/layouts/broadway.layout:101
 msgid "SCENE"
 msgstr "ESCENA"
 
@@ -5267,32 +5768,40 @@ msgstr "ESCENA \\arabic{scene}"
 msgid "SCENE*"
 msgstr "ESCENA*"
 
-#: lib/layouts/broadway.layout:105 lib/layouts/broadway.layout:116
+#: lib/layouts/broadway.layout:105
+#: lib/layouts/broadway.layout:116
 msgid "AT RISE:"
 msgstr "SUBIR_TELÓN:"
 
-#: lib/layouts/broadway.layout:121 lib/layouts/hollywood.layout:144
+#: lib/layouts/broadway.layout:121
+#: lib/layouts/hollywood.layout:144
 msgid "Speaker"
 msgstr "Portavoz"
 
-#: lib/layouts/broadway.layout:134 lib/layouts/hollywood.layout:159
+#: lib/layouts/broadway.layout:134
+#: lib/layouts/hollywood.layout:159
 msgid "Parenthetical"
 msgstr "EntreParéntesis"
 
-#: lib/layouts/broadway.layout:145 lib/layouts/hollywood.layout:170
+#: lib/layouts/broadway.layout:145
+#: lib/layouts/hollywood.layout:170
 msgid "("
 msgstr "("
 
-#: lib/layouts/broadway.layout:147 lib/layouts/hollywood.layout:172
+#: lib/layouts/broadway.layout:147
+#: lib/layouts/hollywood.layout:172
 msgid ")"
 msgstr ")"
 
-#: lib/layouts/broadway.layout:158 lib/layouts/broadway.layout:168
+#: lib/layouts/broadway.layout:158
+#: lib/layouts/broadway.layout:168
 msgid "CURTAIN"
 msgstr "CORTINA"
 
-#: lib/layouts/broadway.layout:211 lib/layouts/egs.layout:222
-#: lib/layouts/hollywood.layout:305 lib/layouts/siamltex.layout:292
+#: lib/layouts/broadway.layout:211
+#: lib/layouts/egs.layout:222
+#: lib/layouts/hollywood.layout:305
+#: lib/layouts/siamltex.layout:292
 #: lib/layouts/lyxmacros.inc:64
 msgid "Right Address"
 msgstr "Dirección_dcha"
@@ -5405,19 +5914,21 @@ msgstr "MoverCaballo:"
 msgid "DinBrief"
 msgstr "DinBrief"
 
-#: lib/layouts/dinbrief.layout:43 lib/layouts/heb-letter.layout:15
+#: lib/layouts/dinbrief.layout:43
+#: lib/layouts/heb-letter.layout:15
 #: lib/layouts/stdletter.inc:35
 msgid "Send To Address"
-msgstr "Enviar_a_Dirección"
+msgstr "Enviar_a_dirección"
 
 #: lib/layouts/dinbrief.layout:45
 msgid "Anschrift:"
 msgstr "Anschrift:"
 
-#: lib/layouts/dinbrief.layout:57 lib/layouts/heb-letter.layout:10
+#: lib/layouts/dinbrief.layout:57
+#: lib/layouts/heb-letter.layout:10
 #: lib/layouts/stdletter.inc:24
 msgid "My Address"
-msgstr "Mi_dirección"
+msgstr "Mi dirección"
 
 #: lib/layouts/dinbrief.layout:59
 msgid "Briefkopf:"
@@ -5433,9 +5944,10 @@ msgstr "Absender:"
 
 #: lib/layouts/dinbrief.layout:77
 msgid "Postal comment"
-msgstr "Comentario Postal"
+msgstr "Comentario postal"
 
-#: lib/layouts/dinbrief.layout:79 lib/layouts/g-brief-de.layout:176
+#: lib/layouts/dinbrief.layout:79
+#: lib/layouts/g-brief-de.layout:176
 msgid "Postvermerk:"
 msgstr "Postvermerk:"
 
@@ -5443,11 +5955,13 @@ msgstr "Postvermerk:"
 msgid "Handling"
 msgstr "Manejo"
 
-#: lib/layouts/dinbrief.layout:86 lib/layouts/g-brief-de.layout:71
+#: lib/layouts/dinbrief.layout:86
+#: lib/layouts/g-brief-de.layout:71
 msgid "Zusatz:"
 msgstr "Zusatz:"
 
-#: lib/layouts/dinbrief.layout:91 lib/layouts/g-brief-en.layout:103
+#: lib/layouts/dinbrief.layout:91
+#: lib/layouts/g-brief-en.layout:103
 #: lib/layouts/g-brief2.layout:758
 msgid "YourRef"
 msgstr "SuRef"
@@ -5456,7 +5970,8 @@ msgstr "SuRef"
 msgid "Ihre Zeichen:"
 msgstr "Ihre Zeichen:"
 
-#: lib/layouts/dinbrief.layout:97 lib/layouts/g-brief-en.layout:96
+#: lib/layouts/dinbrief.layout:97
+#: lib/layouts/g-brief-en.layout:96
 #: lib/layouts/g-brief2.layout:737
 msgid "MyRef"
 msgstr "MiRef"
@@ -5473,13 +5988,17 @@ msgstr "Escritor"
 msgid "Sachbearbeiter:"
 msgstr "Sachbearbeiter:"
 
-#: lib/layouts/dinbrief.layout:109 lib/layouts/g-brief-en.layout:54
-#: lib/layouts/g-brief2.layout:892 lib/layouts/scrlettr.layout:132
-#: lib/layouts/scrlttr2.layout:165 lib/layouts/stdletter.inc:71
+#: lib/layouts/dinbrief.layout:109
+#: lib/layouts/g-brief-en.layout:54
+#: lib/layouts/g-brief2.layout:892
+#: lib/layouts/scrlettr.layout:132
+#: lib/layouts/scrlttr2.layout:165
+#: lib/layouts/stdletter.inc:71
 msgid "Signature"
 msgstr "Firma"
 
-#: lib/layouts/dinbrief.layout:111 lib/layouts/g-brief-de.layout:57
+#: lib/layouts/dinbrief.layout:111
+#: lib/layouts/g-brief-de.layout:57
 msgid "Unterschrift:"
 msgstr "Unterschrift:"
 
@@ -5499,58 +6018,77 @@ msgstr "Código de área"
 msgid "Vorwahl:"
 msgstr "Vorwahl:"
 
-#: lib/layouts/dinbrief.layout:132 lib/layouts/scrlettr.layout:146
-#: lib/layouts/scrlttr2.layout:181 lib/layouts/stdletter.inc:134
+#: lib/layouts/dinbrief.layout:132
+#: lib/layouts/scrlettr.layout:146
+#: lib/layouts/scrlttr2.layout:181
+#: lib/layouts/stdletter.inc:134
 msgid "Telephone"
 msgstr "Teléfono"
 
-#: lib/layouts/dinbrief.layout:134 lib/layouts/g-brief-de.layout:120
+#: lib/layouts/dinbrief.layout:134
+#: lib/layouts/g-brief-de.layout:120
 msgid "Telefon:"
 msgstr "Teléfono:"
 
-#: lib/layouts/dinbrief.layout:139 lib/layouts/scrlettr.layout:181
-#: lib/layouts/scrlttr2.layout:261 lib/layouts/stdletter.inc:126
+#: lib/layouts/dinbrief.layout:139
+#: lib/layouts/scrlettr.layout:181
+#: lib/layouts/scrlttr2.layout:261
+#: lib/layouts/stdletter.inc:126
 msgid "Location"
 msgstr "Localización"
 
-#: lib/layouts/dinbrief.layout:141 lib/layouts/g-brief-de.layout:78
+#: lib/layouts/dinbrief.layout:141
+#: lib/layouts/g-brief-de.layout:78
 msgid "Ort:"
 msgstr "Ort:"
 
-#: lib/layouts/dinbrief.layout:151 lib/layouts/g-brief-de.layout:192
+#: lib/layouts/dinbrief.layout:151
+#: lib/layouts/g-brief-de.layout:192
 msgid "Datum:"
 msgstr "Datum:"
 
-#: lib/layouts/dinbrief.layout:156 lib/layouts/scrlettr.layout:195
-#: lib/layouts/scrlttr2.layout:277 lib/layouts/scrclass.inc:169
+#: lib/layouts/dinbrief.layout:156
+#: lib/layouts/scrlettr.layout:195
+#: lib/layouts/scrlttr2.layout:277
+#: lib/layouts/scrclass.inc:169
 msgid "Subject"
 msgstr "Tema"
 
-#: lib/layouts/dinbrief.layout:158 lib/layouts/g-brief-de.layout:201
+#: lib/layouts/dinbrief.layout:158
+#: lib/layouts/g-brief-de.layout:201
 msgid "Betreff:"
 msgstr "Betreff:"
 
-#: lib/layouts/dinbrief.layout:172 lib/layouts/g-brief-en.layout:205
-#: lib/layouts/g-brief2.layout:844 lib/layouts/scrlettr.layout:60
-#: lib/layouts/scrlttr2.layout:92 lib/layouts/stdletter.inc:49
+#: lib/layouts/dinbrief.layout:172
+#: lib/layouts/g-brief-en.layout:205
+#: lib/layouts/g-brief2.layout:844
+#: lib/layouts/scrlettr.layout:60
+#: lib/layouts/scrlttr2.layout:92
+#: lib/layouts/stdletter.inc:49
 msgid "Opening"
 msgstr "Apertura"
 
-#: lib/layouts/dinbrief.layout:176 lib/layouts/g-brief-de.layout:210
+#: lib/layouts/dinbrief.layout:176
+#: lib/layouts/g-brief-de.layout:210
 msgid "Anrede:"
 msgstr "Anrede:"
 
-#: lib/layouts/dinbrief.layout:188 lib/layouts/g-brief-en.layout:231
-#: lib/layouts/g-brief2.layout:866 lib/layouts/scrlettr.layout:70
-#: lib/layouts/scrlttr2.layout:112 lib/layouts/stdletter.inc:92
+#: lib/layouts/dinbrief.layout:188
+#: lib/layouts/g-brief-en.layout:231
+#: lib/layouts/g-brief2.layout:866
+#: lib/layouts/scrlettr.layout:70
+#: lib/layouts/scrlttr2.layout:112
+#: lib/layouts/stdletter.inc:92
 msgid "Closing"
 msgstr "Cierre"
 
-#: lib/layouts/dinbrief.layout:190 lib/layouts/g-brief-de.layout:236
+#: lib/layouts/dinbrief.layout:190
+#: lib/layouts/g-brief-de.layout:236
 msgid "Gruss:"
 msgstr "Gruss:"
 
-#: lib/layouts/dinbrief.layout:196 lib/layouts/stdletter.inc:117
+#: lib/layouts/dinbrief.layout:196
+#: lib/layouts/stdletter.inc:117
 msgid "encl"
 msgstr "Adjunto"
 
@@ -5558,16 +6096,20 @@ msgstr "Adjunto"
 msgid "Anlage(n):"
 msgstr "Anlage(n):"
 
-#: lib/layouts/dinbrief.layout:211 lib/layouts/g-brief-en.layout:222
-#: lib/layouts/g-brief2.layout:933 lib/layouts/stdletter.inc:100
+#: lib/layouts/dinbrief.layout:211
+#: lib/layouts/g-brief-en.layout:222
+#: lib/layouts/g-brief2.layout:933
+#: lib/layouts/stdletter.inc:100
 msgid "cc"
 msgstr "cc"
 
-#: lib/layouts/dinbrief.layout:213 lib/layouts/g-brief-de.layout:227
+#: lib/layouts/dinbrief.layout:213
+#: lib/layouts/g-brief-de.layout:227
 msgid "Verteiler:"
 msgstr "Verteiler:"
 
-#: lib/layouts/dinbrief.layout:217 lib/layouts/scrlettr.layout:81
+#: lib/layouts/dinbrief.layout:217
+#: lib/layouts/scrlettr.layout:81
 #: lib/layouts/scrlttr2.layout:120
 msgid "PS"
 msgstr "PS"
@@ -5576,61 +6118,75 @@ msgstr "PS"
 msgid "PS:"
 msgstr "PS:"
 
-#: lib/layouts/dinbrief.layout:232 lib/layouts/scrlttr2.layout:173
+#: lib/layouts/dinbrief.layout:232
+#: lib/layouts/scrlttr2.layout:173
 msgid "SenderAddress"
 msgstr "DirecciónRemitente"
 
-#: lib/layouts/dinbrief.layout:237 lib/layouts/scrlettr.layout:167
+#: lib/layouts/dinbrief.layout:237
+#: lib/layouts/scrlettr.layout:167
 #: lib/layouts/scrlttr2.layout:245
 msgid "Backaddress"
 msgstr "Remite"
 
-#: lib/layouts/dinbrief.layout:242 lib/layouts/g-brief-de.layout:89
+#: lib/layouts/dinbrief.layout:242
+#: lib/layouts/g-brief-de.layout:89
 msgid "RetourAdresse"
 msgstr "RetourAdresse"
 
-#: lib/layouts/dinbrief.layout:252 lib/layouts/g-brief-de.layout:180
+#: lib/layouts/dinbrief.layout:252
+#: lib/layouts/g-brief-de.layout:180
 msgid "Adresse"
 msgstr "Adresse"
 
-#: lib/layouts/dinbrief.layout:257 lib/layouts/g-brief-de.layout:173
+#: lib/layouts/dinbrief.layout:257
+#: lib/layouts/g-brief-de.layout:173
 msgid "Postvermerk"
 msgstr "Postvermerk"
 
-#: lib/layouts/dinbrief.layout:262 lib/layouts/g-brief-de.layout:68
+#: lib/layouts/dinbrief.layout:262
+#: lib/layouts/g-brief-de.layout:68
 msgid "Zusatz"
 msgstr "Zusatz"
 
-#: lib/layouts/dinbrief.layout:267 lib/layouts/g-brief-de.layout:103
+#: lib/layouts/dinbrief.layout:267
+#: lib/layouts/g-brief-de.layout:103
 msgid "IhrZeichen"
 msgstr "IhrZeichen"
 
-#: lib/layouts/dinbrief.layout:272 lib/layouts/g-brief-en.layout:110
+#: lib/layouts/dinbrief.layout:272
+#: lib/layouts/g-brief-en.layout:110
 #: lib/layouts/g-brief2.layout:780
 msgid "YourMail"
 msgstr "SuCorreo"
 
-#: lib/layouts/dinbrief.layout:277 lib/layouts/g-brief-de.layout:110
+#: lib/layouts/dinbrief.layout:277
+#: lib/layouts/g-brief-de.layout:110
 msgid "IhrSchreiben"
 msgstr "IhrSchreiben"
 
-#: lib/layouts/dinbrief.layout:282 lib/layouts/g-brief-de.layout:96
+#: lib/layouts/dinbrief.layout:282
+#: lib/layouts/g-brief-de.layout:96
 msgid "MeinZeichen"
 msgstr "MeinZeichen"
 
-#: lib/layouts/dinbrief.layout:287 lib/layouts/g-brief-de.layout:54
+#: lib/layouts/dinbrief.layout:287
+#: lib/layouts/g-brief-de.layout:54
 msgid "Unterschrift"
 msgstr "Unterschrift"
 
-#: lib/layouts/dinbrief.layout:292 lib/layouts/g-brief-en.layout:117
+#: lib/layouts/dinbrief.layout:292
+#: lib/layouts/g-brief-en.layout:117
 msgid "Phone"
 msgstr "Teléfono"
 
-#: lib/layouts/dinbrief.layout:297 lib/layouts/g-brief-de.layout:117
+#: lib/layouts/dinbrief.layout:297
+#: lib/layouts/g-brief-de.layout:117
 msgid "Telefon"
 msgstr "Telefon"
 
-#: lib/layouts/dinbrief.layout:302 lib/layouts/scrlettr.layout:153
+#: lib/layouts/dinbrief.layout:302
+#: lib/layouts/scrlettr.layout:153
 #: lib/layouts/scrlttr2.layout:229
 msgid "Place"
 msgstr "Lugar"
@@ -5639,42 +6195,52 @@ msgstr "Lugar"
 msgid "Stadt"
 msgstr "Stadt"
 
-#: lib/layouts/dinbrief.layout:312 lib/layouts/g-brief-en.layout:75
+#: lib/layouts/dinbrief.layout:312
+#: lib/layouts/g-brief-en.layout:75
 msgid "Town"
 msgstr "Ciudad"
 
-#: lib/layouts/dinbrief.layout:317 lib/layouts/g-brief-de.layout:75
+#: lib/layouts/dinbrief.layout:317
+#: lib/layouts/g-brief-de.layout:75
 msgid "Ort"
 msgstr "Ort"
 
-#: lib/layouts/dinbrief.layout:322 lib/layouts/g-brief-de.layout:189
+#: lib/layouts/dinbrief.layout:322
+#: lib/layouts/g-brief-de.layout:189
 msgid "Datum"
 msgstr "Dato"
 
-#: lib/layouts/dinbrief.layout:327 lib/layouts/g-brief-en.layout:196
+#: lib/layouts/dinbrief.layout:327
+#: lib/layouts/g-brief-en.layout:196
 #: lib/layouts/g-brief2.layout:821
 msgid "Reference"
 msgstr "Referencia"
 
-#: lib/layouts/dinbrief.layout:332 lib/layouts/g-brief-de.layout:196
+#: lib/layouts/dinbrief.layout:332
+#: lib/layouts/g-brief-de.layout:196
 msgid "Betreff"
 msgstr "Betreff"
 
-#: lib/layouts/dinbrief.layout:337 lib/layouts/g-brief-de.layout:205
+#: lib/layouts/dinbrief.layout:337
+#: lib/layouts/g-brief-de.layout:205
 msgid "Anrede"
 msgstr "Anrede"
 
-#: lib/layouts/dinbrief.layout:342 lib/layouts/g-brief-en.layout:17
-#: lib/layouts/g-brief2.layout:39 lib/layouts/iopart.layout:117
+#: lib/layouts/dinbrief.layout:342
+#: lib/layouts/g-brief-en.layout:17
+#: lib/layouts/g-brief2.layout:39
+#: lib/layouts/iopart.layout:117
 #: lib/layouts/scrlettr.layout:40
 msgid "Letter"
 msgstr "Carta"
 
-#: lib/layouts/dinbrief.layout:347 lib/layouts/g-brief-de.layout:17
+#: lib/layouts/dinbrief.layout:347
+#: lib/layouts/g-brief-de.layout:17
 msgid "Brieftext"
 msgstr "TextoBreve"
 
-#: lib/layouts/dinbrief.layout:352 lib/layouts/g-brief-de.layout:231
+#: lib/layouts/dinbrief.layout:352
+#: lib/layouts/g-brief-de.layout:231
 msgid "Gruss"
 msgstr "Gruss"
 
@@ -5682,25 +6248,30 @@ msgstr "Gruss"
 msgid "ps"
 msgstr "ps"
 
-#: lib/layouts/dinbrief.layout:361 lib/layouts/g-brief-en.layout:214
+#: lib/layouts/dinbrief.layout:361
+#: lib/layouts/g-brief-en.layout:214
 #: lib/layouts/g-brief2.layout:912
 msgid "Encl."
 msgstr "Adj."
 
-#: lib/layouts/dinbrief.layout:366 lib/layouts/g-brief-de.layout:214
+#: lib/layouts/dinbrief.layout:366
+#: lib/layouts/g-brief-de.layout:214
 msgid "Anlagen"
 msgstr "Anlagen"
 
-#: lib/layouts/dinbrief.layout:371 lib/layouts/scrlettr.layout:91
+#: lib/layouts/dinbrief.layout:371
+#: lib/layouts/scrlettr.layout:91
 #: lib/layouts/scrlttr2.layout:128
 msgid "CC"
 msgstr "CC"
 
-#: lib/layouts/dinbrief.layout:376 lib/layouts/g-brief-de.layout:222
+#: lib/layouts/dinbrief.layout:376
+#: lib/layouts/g-brief-de.layout:222
 msgid "Verteiler"
 msgstr "Verteiler"
 
-#: lib/layouts/egs.layout:141 lib/layouts/stdlists.inc:86
+#: lib/layouts/egs.layout:141
+#: lib/layouts/stdlists.inc:86
 msgid "00.00.0000"
 msgstr "00.00.0000"
 
@@ -5740,22 +6311,26 @@ msgstr "PrimerAutor"
 msgid "1st_author_surname:"
 msgstr "1er_apellido_autor:"
 
-#: lib/layouts/egs.layout:400 lib/layouts/agu_stdtitle.inc:198
+#: lib/layouts/egs.layout:400
+#: lib/layouts/agu_stdtitle.inc:198
 #: lib/layouts/aguplus.inc:106
 msgid "Received"
 msgstr "Recibido"
 
-#: lib/layouts/egs.layout:413 lib/layouts/agu_stdtitle.inc:201
+#: lib/layouts/egs.layout:413
+#: lib/layouts/agu_stdtitle.inc:201
 #: lib/layouts/aguplus.inc:110
 msgid "Received:"
 msgstr "Recibido:"
 
-#: lib/layouts/egs.layout:422 lib/layouts/agu_stdtitle.inc:214
+#: lib/layouts/egs.layout:422
+#: lib/layouts/agu_stdtitle.inc:214
 #: lib/layouts/aguplus.inc:122
 msgid "Accepted"
 msgstr "Aceptado"
 
-#: lib/layouts/egs.layout:435 lib/layouts/agu_stdtitle.inc:217
+#: lib/layouts/egs.layout:435
+#: lib/layouts/agu_stdtitle.inc:217
 #: lib/layouts/aguplus.inc:126
 msgid "Accepted:"
 msgstr "Aceptado:"
@@ -5768,15 +6343,20 @@ msgstr "Compensaciones"
 msgid "reprint_reqs_to:"
 msgstr "reprint_reqs_to:"
 
-#: lib/layouts/egs.layout:495 lib/layouts/kluwer.layout:263
-#: lib/layouts/llncs.layout:251 lib/layouts/siamltex.layout:258
-#: lib/layouts/svglobal.layout:44 lib/layouts/svglobal3.layout:44
-#: lib/layouts/svjog.layout:49 lib/layouts/amsdefs.inc:110
+#: lib/layouts/egs.layout:495
+#: lib/layouts/kluwer.layout:263
+#: lib/layouts/llncs.layout:251
+#: lib/layouts/siamltex.layout:258
+#: lib/layouts/svglobal.layout:44
+#: lib/layouts/svglobal3.layout:44
+#: lib/layouts/svjog.layout:49
+#: lib/layouts/amsdefs.inc:110
 #: lib/layouts/svjour.inc:263
 msgid "Abstract."
-msgstr "Sinopsis."
+msgstr "Resumen."
 
-#: lib/layouts/egs.layout:541 lib/layouts/svjour.inc:319
+#: lib/layouts/egs.layout:541
+#: lib/layouts/svjour.inc:319
 #: lib/layouts/theorems-ams-extended.module:203
 msgid "Acknowledgement."
 msgstr "Agradecimiento."
@@ -5785,32 +6365,41 @@ msgstr "Agradecimiento."
 msgid "Author Address"
 msgstr "Dirección_Autor"
 
-#: lib/layouts/elsart.layout:138 lib/layouts/g-brief-en.layout:185
-#: lib/layouts/g-brief2.layout:727 lib/layouts/revtex.layout:128
-#: lib/layouts/revtex4.layout:167 lib/layouts/scrlettr.layout:142
-#: lib/layouts/scrlttr2.layout:60 lib/layouts/siamltex.layout:284
+#: lib/layouts/elsart.layout:138
+#: lib/layouts/g-brief-en.layout:185
+#: lib/layouts/g-brief2.layout:727
+#: lib/layouts/revtex.layout:128
+#: lib/layouts/revtex4.layout:167
+#: lib/layouts/scrlettr.layout:142
+#: lib/layouts/scrlttr2.layout:60
+#: lib/layouts/siamltex.layout:284
 #: lib/layouts/amsdefs.inc:135
 msgid "Address:"
 msgstr "Dirección:"
 
-#: lib/layouts/elsart.layout:146 lib/layouts/revtex4.layout:178
+#: lib/layouts/elsart.layout:146
+#: lib/layouts/revtex4.layout:178
 msgid "Author Email"
 msgstr "Autor_CorreoE"
 
-#: lib/layouts/elsart.layout:155 lib/layouts/llncs.layout:233
+#: lib/layouts/elsart.layout:155
+#: lib/layouts/llncs.layout:233
 msgid "Email:"
 msgstr "Correo-e:"
 
-#: lib/layouts/elsart.layout:166 lib/layouts/revtex4.layout:193
+#: lib/layouts/elsart.layout:166
+#: lib/layouts/revtex4.layout:193
 msgid "Author URL"
 msgstr "Autor_URL"
 
-#: lib/layouts/elsart.layout:176 lib/layouts/revtex4.layout:198
+#: lib/layouts/elsart.layout:176
+#: lib/layouts/revtex4.layout:198
 #: lib/layouts/amsdefs.inc:162
 msgid "URL:"
 msgstr "URL:"
 
-#: lib/layouts/elsart.layout:188 lib/layouts/revtex4.layout:171
+#: lib/layouts/elsart.layout:188
+#: lib/layouts/revtex4.layout:171
 #: lib/layouts/amsdefs.inc:173
 msgid "Thanks"
 msgstr "Gracias"
@@ -5839,9 +6428,12 @@ msgstr "Proposición \\arabic{theorem}"
 msgid "Criterion \\arabic{theorem}"
 msgstr "Criterio \\arabic{theorem}"
 
-#: lib/layouts/elsart.layout:340 lib/layouts/powerdot.layout:397
-#: lib/layouts/siamltex.layout:110 lib/layouts/stdfloats.inc:34
-#: lib/layouts/stdinsets.inc:250 lib/layouts/theorems-ams-extended.module:55
+#: lib/layouts/elsart.layout:340
+#: lib/layouts/powerdot.layout:397
+#: lib/layouts/siamltex.layout:110
+#: lib/layouts/stdfloats.inc:34
+#: lib/layouts/stdinsets.inc:250
+#: lib/layouts/theorems-ams-extended.module:55
 msgid "Algorithm"
 msgstr "Algoritmo"
 
@@ -5877,7 +6469,8 @@ msgstr "Nota \\arabic{theorem}"
 msgid "Claim \\arabic{theorem}"
 msgstr "Afirmación \\arabic{theorem}"
 
-#: lib/layouts/elsart.layout:403 lib/layouts/theorems-ams-extended.module:167
+#: lib/layouts/elsart.layout:403
+#: lib/layouts/theorems-ams-extended.module:167
 msgid "Summary"
 msgstr "Resumen"
 
@@ -5890,14 +6483,12 @@ msgid "Case \\arabic{case}"
 msgstr "Caso \\arabic{case}"
 
 #: lib/layouts/elsarticle.layout:71
-#, fuzzy
 msgid "Titlenotemark"
-msgstr "Nota a pie de página del título"
+msgstr "MarcaNotapieTítulo"
 
 #: lib/layouts/elsarticle.layout:75
-#, fuzzy
 msgid "Titlenote mark"
-msgstr "Nota a pie de página del título"
+msgstr "Marca de nota a pie de página del título"
 
 #: lib/layouts/elsarticle.layout:93
 msgid "Title footnote"
@@ -5908,14 +6499,12 @@ msgid "Title footnote:"
 msgstr "Nota a pie de página del título:"
 
 #: lib/layouts/elsarticle.layout:133
-#, fuzzy
 msgid "Authormark"
-msgstr "Autor-año"
+msgstr "MarcaAutor"
 
 #: lib/layouts/elsarticle.layout:137
-#, fuzzy
 msgid "Author mark"
-msgstr "Autor_CorreoE"
+msgstr "Marca de Autor"
 
 #: lib/layouts/elsarticle.layout:155
 msgid "Author footnote"
@@ -5926,14 +6515,12 @@ msgid "Author footnote:"
 msgstr "Nota a pie de página del autor:"
 
 #: lib/layouts/elsarticle.layout:162
-#, fuzzy
 msgid "CorAuthormark"
-msgstr "Autor Corr:"
+msgstr "Marca_AutorCor"
 
 #: lib/layouts/elsarticle.layout:166
-#, fuzzy
 msgid "CorAuthor mark"
-msgstr "Autor_CorreoE"
+msgstr "marca AutorCor"
 
 #: lib/layouts/elsarticle.layout:184
 msgid "Corresponding author"
@@ -5943,28 +6530,37 @@ msgstr "Autor correspondiente"
 msgid "Corresponding author text:"
 msgstr "Texto del autor correspondiente:"
 
-#: lib/layouts/elsarticle.layout:260 lib/layouts/ijmpc.layout:79
-#: lib/layouts/ijmpd.layout:82 lib/layouts/iopart.layout:208
-#: lib/layouts/kluwer.layout:281 lib/layouts/paper.layout:166
-#: lib/layouts/revtex4.layout:246 lib/layouts/sigplanconf.layout:146
-#: lib/layouts/spie.layout:46 lib/layouts/agu_stdtitle.inc:123
+#: lib/layouts/elsarticle.layout:260
+#: lib/layouts/ijmpc.layout:79
+#: lib/layouts/ijmpd.layout:82
+#: lib/layouts/iopart.layout:208
+#: lib/layouts/kluwer.layout:281
+#: lib/layouts/paper.layout:166
+#: lib/layouts/revtex4.layout:246
+#: lib/layouts/sigplanconf.layout:146
+#: lib/layouts/spie.layout:46
+#: lib/layouts/agu_stdtitle.inc:123
 msgid "Keywords:"
 msgstr "Palabras clave:"
 
-#: lib/layouts/entcs.layout:99 lib/layouts/agu_stdtitle.inc:405
+#: lib/layouts/entcs.layout:99
+#: lib/layouts/agu_stdtitle.inc:405
 msgid "Keyword"
 msgstr "Palabra clave"
 
-#: lib/layouts/entcs.layout:109 lib/layouts/siamltex.layout:300
+#: lib/layouts/entcs.layout:109
+#: lib/layouts/siamltex.layout:300
 #: lib/layouts/svjour.inc:284
 msgid "Key words:"
 msgstr "Palabras clave:"
 
-#: lib/layouts/europecv.layout:49 lib/layouts/moderncv.layout:80
+#: lib/layouts/europecv.layout:49
+#: lib/layouts/moderncv.layout:80
 msgid "Item"
 msgstr "Ítem"
 
-#: lib/layouts/europecv.layout:58 lib/layouts/moderncv.layout:89
+#: lib/layouts/europecv.layout:58
+#: lib/layouts/moderncv.layout:89
 msgid "Item:"
 msgstr "Ítem:"
 
@@ -6008,7 +6604,8 @@ msgstr "EncabezadoIdioma"
 msgid "Language Header:"
 msgstr "Encabezado idioma:"
 
-#: lib/layouts/europecv.layout:121 lib/layouts/moderncv.layout:117
+#: lib/layouts/europecv.layout:121
+#: lib/layouts/moderncv.layout:117
 msgid "Language:"
 msgstr "Idioma:"
 
@@ -6084,21 +6681,25 @@ msgstr "Restricción"
 msgid "Restriction:"
 msgstr "Restricción:"
 
-#: lib/layouts/foils.layout:185 lib/layouts/simplecv.layout:95
+#: lib/layouts/foils.layout:185
+#: lib/layouts/simplecv.layout:95
 #: lib/layouts/aguplus.inc:75
 msgid "Left Header"
 msgstr "Encabezado_Izquierdo"
 
-#: lib/layouts/foils.layout:189 lib/layouts/aguplus.inc:88
+#: lib/layouts/foils.layout:189
+#: lib/layouts/aguplus.inc:88
 msgid "Left Header:"
 msgstr "Encabezado izquierdo:"
 
-#: lib/layouts/foils.layout:193 lib/layouts/simplecv.layout:112
+#: lib/layouts/foils.layout:193
+#: lib/layouts/simplecv.layout:112
 #: lib/layouts/aguplus.inc:98
 msgid "Right Header"
 msgstr "Encabezado_Derecho"
 
-#: lib/layouts/foils.layout:197 lib/layouts/aguplus.inc:102
+#: lib/layouts/foils.layout:197
+#: lib/layouts/aguplus.inc:102
 msgid "Right Header:"
 msgstr "Encabezado derecho:"
 
@@ -6110,61 +6711,82 @@ msgstr "Pie_Derecho"
 msgid "Right Footer:"
 msgstr "Pie derecho:"
 
-#: lib/layouts/foils.layout:232 lib/layouts/heb-article.layout:33
-#: lib/layouts/llncs.layout:415 lib/layouts/svjour.inc:478
+#: lib/layouts/foils.layout:232
+#: lib/layouts/heb-article.layout:33
+#: lib/layouts/llncs.layout:415
+#: lib/layouts/svjour.inc:478
 msgid "Theorem #."
 msgstr "Teorema #."
 
-#: lib/layouts/foils.layout:246 lib/layouts/heb-article.layout:48
-#: lib/layouts/llncs.layout:354 lib/layouts/svjour.inc:415
+#: lib/layouts/foils.layout:246
+#: lib/layouts/heb-article.layout:48
+#: lib/layouts/llncs.layout:354
+#: lib/layouts/svjour.inc:415
 msgid "Lemma #."
 msgstr "Lema #."
 
-#: lib/layouts/foils.layout:253 lib/layouts/heb-article.layout:58
-#: lib/layouts/llncs.layout:319 lib/layouts/svjour.inc:376
+#: lib/layouts/foils.layout:253
+#: lib/layouts/heb-article.layout:58
+#: lib/layouts/llncs.layout:319
+#: lib/layouts/svjour.inc:376
 msgid "Corollary #."
 msgstr "Corolario #."
 
-#: lib/layouts/foils.layout:260 lib/layouts/llncs.layout:388
+#: lib/layouts/foils.layout:260
+#: lib/layouts/llncs.layout:388
 #: lib/layouts/svjour.inc:450
 msgid "Proposition #."
 msgstr "Proposición #."
 
-#: lib/layouts/foils.layout:267 lib/layouts/heb-article.layout:78
-#: lib/layouts/llncs.layout:333 lib/layouts/svjour.inc:390
+#: lib/layouts/foils.layout:267
+#: lib/layouts/heb-article.layout:78
+#: lib/layouts/llncs.layout:333
+#: lib/layouts/svjour.inc:390
 msgid "Definition #."
 msgstr "Definición #."
 
-#: lib/layouts/foils.layout:292 lib/layouts/siamltex.layout:67
-#: lib/layouts/theorems-order.inc:10 lib/layouts/theorems-starred.inc:23
+#: lib/layouts/foils.layout:292
+#: lib/layouts/siamltex.layout:67
+#: lib/layouts/theorems-order.inc:10
+#: lib/layouts/theorems-starred.inc:23
 msgid "Theorem*"
 msgstr "Teorema*"
 
-#: lib/layouts/foils.layout:299 lib/layouts/siamltex.layout:87
-#: lib/layouts/theorems-order.inc:22 lib/layouts/theorems-starred.inc:69
+#: lib/layouts/foils.layout:299
+#: lib/layouts/siamltex.layout:87
+#: lib/layouts/theorems-order.inc:22
+#: lib/layouts/theorems-starred.inc:69
 msgid "Lemma*"
 msgstr "Lema*"
 
-#: lib/layouts/foils.layout:302 lib/layouts/theorems-starred.inc:72
+#: lib/layouts/foils.layout:302
+#: lib/layouts/theorems-starred.inc:72
 msgid "Lemma."
 msgstr "Lema."
 
-#: lib/layouts/foils.layout:306 lib/layouts/siamltex.layout:77
-#: lib/layouts/theorems-order.inc:16 lib/layouts/theorems-starred.inc:57
+#: lib/layouts/foils.layout:306
+#: lib/layouts/siamltex.layout:77
+#: lib/layouts/theorems-order.inc:16
+#: lib/layouts/theorems-starred.inc:57
 msgid "Corollary*"
 msgstr "Corolario*"
 
-#: lib/layouts/foils.layout:313 lib/layouts/siamltex.layout:97
-#: lib/layouts/theorems-order.inc:28 lib/layouts/theorems-starred.inc:81
+#: lib/layouts/foils.layout:313
+#: lib/layouts/siamltex.layout:97
+#: lib/layouts/theorems-order.inc:28
+#: lib/layouts/theorems-starred.inc:81
 msgid "Proposition*"
 msgstr "Proposición*"
 
-#: lib/layouts/foils.layout:316 lib/layouts/theorems-starred.inc:84
+#: lib/layouts/foils.layout:316
+#: lib/layouts/theorems-starred.inc:84
 msgid "Proposition."
 msgstr "Proposición."
 
-#: lib/layouts/foils.layout:320 lib/layouts/siamltex.layout:126
-#: lib/layouts/theorems-order.inc:40 lib/layouts/theorems-starred.inc:117
+#: lib/layouts/foils.layout:320
+#: lib/layouts/siamltex.layout:126
+#: lib/layouts/theorems-order.inc:40
+#: lib/layouts/theorems-starred.inc:117
 msgid "Definition*"
 msgstr "Definición*"
 
@@ -6172,15 +6794,20 @@ msgstr "Definición*"
 msgid "Text:"
 msgstr "Texto:"
 
-#: lib/layouts/g-brief-de.layout:35 lib/layouts/g-brief-en.layout:35
-#: lib/layouts/g-brief2.layout:58 lib/layouts/scrlettr.layout:112
-#: lib/layouts/scrlttr2.layout:143 lib/layouts/agu_stdtitle.inc:184
+#: lib/layouts/g-brief-de.layout:35
+#: lib/layouts/g-brief-en.layout:35
+#: lib/layouts/g-brief2.layout:58
+#: lib/layouts/scrlettr.layout:112
+#: lib/layouts/scrlttr2.layout:143
+#: lib/layouts/agu_stdtitle.inc:184
 #: src/mathed/MathMacroTemplate.cpp:482
 msgid "Name"
 msgstr "Nombre"
 
-#: lib/layouts/g-brief-de.layout:45 lib/layouts/g-brief-en.layout:45
-#: lib/layouts/g-brief2.layout:68 lib/layouts/scrlettr.layout:123
+#: lib/layouts/g-brief-de.layout:45
+#: lib/layouts/g-brief-en.layout:45
+#: lib/layouts/g-brief2.layout:68
+#: lib/layouts/scrlettr.layout:123
 #: lib/layouts/agu_stdtitle.inc:188
 msgid "Name:"
 msgstr "Nombre:"
@@ -6217,44 +6844,54 @@ msgstr "IhrZeichen:"
 msgid "IhrSchreiben:"
 msgstr "IhrSchreiben:"
 
-#: lib/layouts/g-brief-de.layout:124 lib/layouts/g-brief-en.layout:124
+#: lib/layouts/g-brief-de.layout:124
+#: lib/layouts/g-brief-en.layout:124
 msgid "Telefax"
 msgstr "Telefax"
 
-#: lib/layouts/g-brief-de.layout:127 lib/layouts/g-brief-en.layout:127
+#: lib/layouts/g-brief-de.layout:127
+#: lib/layouts/g-brief-en.layout:127
 msgid "Telefax:"
 msgstr "Telefax:"
 
-#: lib/layouts/g-brief-de.layout:131 lib/layouts/g-brief-en.layout:131
+#: lib/layouts/g-brief-de.layout:131
+#: lib/layouts/g-brief-en.layout:131
 msgid "Telex"
 msgstr "Telex"
 
-#: lib/layouts/g-brief-de.layout:134 lib/layouts/g-brief-en.layout:134
+#: lib/layouts/g-brief-de.layout:134
+#: lib/layouts/g-brief-en.layout:134
 msgid "Telex:"
 msgstr "Telex:"
 
-#: lib/layouts/g-brief-de.layout:138 lib/layouts/g-brief-en.layout:138
+#: lib/layouts/g-brief-de.layout:138
+#: lib/layouts/g-brief-en.layout:138
 msgid "EMail"
 msgstr "CorreoE"
 
-#: lib/layouts/g-brief-de.layout:141 lib/layouts/g-brief-en.layout:141
+#: lib/layouts/g-brief-de.layout:141
+#: lib/layouts/g-brief-en.layout:141
 msgid "EMail:"
 msgstr "Correo-e:"
 
-#: lib/layouts/g-brief-de.layout:145 lib/layouts/g-brief-en.layout:145
+#: lib/layouts/g-brief-de.layout:145
+#: lib/layouts/g-brief-en.layout:145
 msgid "HTTP"
 msgstr "HTTP"
 
-#: lib/layouts/g-brief-de.layout:148 lib/layouts/g-brief-en.layout:148
+#: lib/layouts/g-brief-de.layout:148
+#: lib/layouts/g-brief-en.layout:148
 msgid "HTTP:"
 msgstr "HTTP:"
 
-#: lib/layouts/g-brief-de.layout:152 lib/layouts/g-brief-en.layout:152
+#: lib/layouts/g-brief-de.layout:152
+#: lib/layouts/g-brief-en.layout:152
 #: lib/layouts/scrlttr2.layout:213
 msgid "Bank"
 msgstr "Banco"
 
-#: lib/layouts/g-brief-de.layout:155 lib/layouts/g-brief-en.layout:155
+#: lib/layouts/g-brief-de.layout:155
+#: lib/layouts/g-brief-en.layout:155
 #: lib/layouts/scrlttr2.layout:217
 msgid "Bank:"
 msgstr "Banco:"
@@ -6283,17 +6920,21 @@ msgstr "Adresse:"
 msgid "Anlagen:"
 msgstr "Anlagen:"
 
-#: lib/layouts/g-brief-en.layout:26 lib/layouts/g-brief2.layout:49
+#: lib/layouts/g-brief-en.layout:26
+#: lib/layouts/g-brief2.layout:49
 msgid "Letter:"
 msgstr "Carta:"
 
-#: lib/layouts/g-brief-en.layout:57 lib/layouts/g-brief2.layout:902
-#: lib/layouts/scrlettr.layout:135 lib/layouts/scrlttr2.layout:169
+#: lib/layouts/g-brief-en.layout:57
+#: lib/layouts/g-brief2.layout:902
+#: lib/layouts/scrlettr.layout:135
+#: lib/layouts/scrlttr2.layout:169
 #: lib/layouts/stdletter.inc:83
 msgid "Signature:"
 msgstr "Firma:"
 
-#: lib/layouts/g-brief-en.layout:61 lib/layouts/agu_stdtitle.inc:439
+#: lib/layouts/g-brief-en.layout:61
+#: lib/layouts/agu_stdtitle.inc:439
 msgid "Street"
 msgstr "Calle"
 
@@ -6313,7 +6954,8 @@ msgstr "Añadido:"
 msgid "Town:"
 msgstr "Ciudad:"
 
-#: lib/layouts/g-brief-en.layout:82 lib/layouts/agu_stdtitle.inc:461
+#: lib/layouts/g-brief-en.layout:82
+#: lib/layouts/agu_stdtitle.inc:461
 msgid "State"
 msgstr "Provincia"
 
@@ -6321,23 +6963,28 @@ msgstr "Provincia"
 msgid "State:"
 msgstr "Provincia:"
 
-#: lib/layouts/g-brief-en.layout:89 lib/layouts/g-brief2.layout:675
+#: lib/layouts/g-brief-en.layout:89
+#: lib/layouts/g-brief2.layout:675
 msgid "ReturnAddress"
 msgstr "Remite"
 
-#: lib/layouts/g-brief-en.layout:92 lib/layouts/g-brief2.layout:686
+#: lib/layouts/g-brief-en.layout:92
+#: lib/layouts/g-brief2.layout:686
 msgid "ReturnAddress:"
 msgstr "Remite:"
 
-#: lib/layouts/g-brief-en.layout:99 lib/layouts/g-brief2.layout:748
+#: lib/layouts/g-brief-en.layout:99
+#: lib/layouts/g-brief2.layout:748
 msgid "MyRef:"
 msgstr "MiRef:"
 
-#: lib/layouts/g-brief-en.layout:106 lib/layouts/g-brief2.layout:769
+#: lib/layouts/g-brief-en.layout:106
+#: lib/layouts/g-brief2.layout:769
 msgid "YourRef:"
 msgstr "SuRef:"
 
-#: lib/layouts/g-brief-en.layout:113 lib/layouts/g-brief2.layout:790
+#: lib/layouts/g-brief-en.layout:113
+#: lib/layouts/g-brief2.layout:790
 msgid "YourMail:"
 msgstr "SuCorreo:"
 
@@ -6361,42 +7008,56 @@ msgstr "CuentaBancaria"
 msgid "BankAccount:"
 msgstr "CuentaBancaria:"
 
-#: lib/layouts/g-brief-en.layout:173 lib/layouts/g-brief2.layout:696
+#: lib/layouts/g-brief-en.layout:173
+#: lib/layouts/g-brief2.layout:696
 msgid "PostalComment"
 msgstr "ComentarioPostal"
 
-#: lib/layouts/g-brief-en.layout:176 lib/layouts/g-brief2.layout:706
+#: lib/layouts/g-brief-en.layout:176
+#: lib/layouts/g-brief2.layout:706
 msgid "PostalComment:"
 msgstr "ComentarioPostal:"
 
-#: lib/layouts/g-brief-en.layout:192 lib/layouts/g-brief2.layout:811
-#: lib/layouts/revtex.layout:108 lib/layouts/revtex4.layout:125
-#: lib/layouts/scrlettr.layout:163 lib/layouts/scrlttr2.layout:241
-#: lib/layouts/siamltex.layout:234 lib/layouts/amsdefs.inc:85
+#: lib/layouts/g-brief-en.layout:192
+#: lib/layouts/g-brief2.layout:811
+#: lib/layouts/revtex.layout:108
+#: lib/layouts/revtex4.layout:125
+#: lib/layouts/scrlettr.layout:163
+#: lib/layouts/scrlttr2.layout:241
+#: lib/layouts/siamltex.layout:234
+#: lib/layouts/amsdefs.inc:85
 msgid "Date:"
 msgstr "Fecha:"
 
-#: lib/layouts/g-brief-en.layout:201 lib/layouts/g-brief2.layout:833
+#: lib/layouts/g-brief-en.layout:201
+#: lib/layouts/g-brief2.layout:833
 msgid "Reference:"
 msgstr "Referencia:"
 
-#: lib/layouts/g-brief-en.layout:210 lib/layouts/g-brief2.layout:856
-#: lib/layouts/scrlttr2.layout:103 lib/layouts/stdletter.inc:62
+#: lib/layouts/g-brief-en.layout:210
+#: lib/layouts/g-brief2.layout:856
+#: lib/layouts/scrlttr2.layout:103
+#: lib/layouts/stdletter.inc:62
 msgid "Opening:"
 msgstr "Apertura:"
 
-#: lib/layouts/g-brief-en.layout:218 lib/layouts/g-brief2.layout:923
+#: lib/layouts/g-brief-en.layout:218
+#: lib/layouts/g-brief2.layout:923
 msgid "Encl.:"
 msgstr "Adj.:"
 
-#: lib/layouts/g-brief-en.layout:227 lib/layouts/g-brief2.layout:944
-#: lib/layouts/scrlettr.layout:101 lib/layouts/scrlttr2.layout:132
+#: lib/layouts/g-brief-en.layout:227
+#: lib/layouts/g-brief2.layout:944
+#: lib/layouts/scrlettr.layout:101
+#: lib/layouts/scrlttr2.layout:132
 #: lib/layouts/stdletter.inc:113
 msgid "cc:"
 msgstr "cc:"
 
-#: lib/layouts/g-brief-en.layout:236 lib/layouts/g-brief2.layout:877
-#: lib/layouts/scrlttr2.layout:116 lib/layouts/stdletter.inc:96
+#: lib/layouts/g-brief-en.layout:236
+#: lib/layouts/g-brief2.layout:877
+#: lib/layouts/scrlttr2.layout:116
+#: lib/layouts/stdletter.inc:96
 msgid "Closing:"
 msgstr "Cierre:"
 
@@ -6668,15 +7329,18 @@ msgstr "Más"
 msgid "(MORE)"
 msgstr "(MÁS)"
 
-#: lib/layouts/hollywood.layout:79 lib/layouts/hollywood.layout:90
+#: lib/layouts/hollywood.layout:79
+#: lib/layouts/hollywood.layout:90
 msgid "FADE IN:"
 msgstr "APARICIÓN_GRADUAL:"
 
-#: lib/layouts/hollywood.layout:99 lib/layouts/hollywood.layout:109
+#: lib/layouts/hollywood.layout:99
+#: lib/layouts/hollywood.layout:109
 msgid "INT."
 msgstr "INT."
 
-#: lib/layouts/hollywood.layout:113 lib/layouts/hollywood.layout:123
+#: lib/layouts/hollywood.layout:113
+#: lib/layouts/hollywood.layout:123
 msgid "EXT."
 msgstr "EXT."
 
@@ -6692,7 +7356,8 @@ msgstr "(continúa)"
 msgid "Transition"
 msgstr "Transición"
 
-#: lib/layouts/hollywood.layout:234 lib/layouts/hollywood.layout:245
+#: lib/layouts/hollywood.layout:234
+#: lib/layouts/hollywood.layout:245
 msgid "TITLE OVER:"
 msgstr "TITULO_SOBRE:"
 
@@ -6704,7 +7369,8 @@ msgstr "INTERCORTE"
 msgid "INTERCUT WITH:"
 msgstr "INTERCORTE CON:"
 
-#: lib/layouts/hollywood.layout:264 lib/layouts/hollywood.layout:275
+#: lib/layouts/hollywood.layout:264
+#: lib/layouts/hollywood.layout:275
 msgid "FADE OUT"
 msgstr "DESAPARICIÓN_GRADUAL"
 
@@ -6716,81 +7382,102 @@ msgstr "Escena"
 msgid "Classification Codes"
 msgstr "Códigos de clasificación"
 
-#: lib/layouts/ijmpc.layout:140 lib/layouts/ijmpd.layout:137
+#: lib/layouts/ijmpc.layout:140
+#: lib/layouts/ijmpd.layout:137
 msgid "Definition \\thedefinition."
 msgstr "Definición \\thedefinition."
 
-#: lib/layouts/ijmpc.layout:150 lib/layouts/ijmpd.layout:147
+#: lib/layouts/ijmpc.layout:150
+#: lib/layouts/ijmpd.layout:147
 msgid "Step"
 msgstr "Paso"
 
-#: lib/layouts/ijmpc.layout:154 lib/layouts/ijmpd.layout:151
+#: lib/layouts/ijmpc.layout:154
+#: lib/layouts/ijmpd.layout:151
 msgid "Step \\thestep."
 msgstr "Paso \\thestep."
 
-#: lib/layouts/ijmpc.layout:167 lib/layouts/ijmpd.layout:164
+#: lib/layouts/ijmpc.layout:167
+#: lib/layouts/ijmpd.layout:164
 msgid "Example \\theexample."
 msgstr "Ejemplo  \\theexample"
 
-#: lib/layouts/ijmpc.layout:176 lib/layouts/ijmpd.layout:174
+#: lib/layouts/ijmpc.layout:176
+#: lib/layouts/ijmpd.layout:174
 msgid "Remark \\theremark."
 msgstr "Observación \\theremark."
 
-#: lib/layouts/ijmpc.layout:185 lib/layouts/ijmpd.layout:184
+#: lib/layouts/ijmpc.layout:185
+#: lib/layouts/ijmpd.layout:184
 msgid "Notation \\thenotation."
 msgstr "Anotación \\thenotation."
 
-#: lib/layouts/ijmpc.layout:200 lib/layouts/ijmpd.layout:203
-#: lib/layouts/theorems-ams.inc:42 lib/layouts/theorems.inc:42
+#: lib/layouts/ijmpc.layout:200
+#: lib/layouts/ijmpd.layout:203
+#: lib/layouts/theorems-ams.inc:42
+#: lib/layouts/theorems.inc:42
 msgid "Theorem \\thetheorem."
 msgstr "Teorema \\thetheorem."
 
-#: lib/layouts/ijmpc.layout:233 lib/layouts/ijmpd.layout:234
+#: lib/layouts/ijmpc.layout:233
+#: lib/layouts/ijmpd.layout:234
 msgid "Corollary \\thecorollary."
 msgstr "Corolario \\thecorollary."
 
-#: lib/layouts/ijmpc.layout:242 lib/layouts/ijmpd.layout:247
+#: lib/layouts/ijmpc.layout:242
+#: lib/layouts/ijmpd.layout:247
 msgid "Lemma \\thelemma."
 msgstr "Lema \\thelemma."
 
-#: lib/layouts/ijmpc.layout:251 lib/layouts/ijmpd.layout:257
+#: lib/layouts/ijmpc.layout:251
+#: lib/layouts/ijmpd.layout:257
 msgid "Proposition \\theproposition."
 msgstr "Proposición \\theproposition."
 
-#: lib/layouts/ijmpc.layout:256 lib/layouts/ijmpd.layout:263
+#: lib/layouts/ijmpc.layout:256
+#: lib/layouts/ijmpd.layout:263
 msgid "Prop"
 msgstr "Prop"
 
-#: lib/layouts/ijmpc.layout:260 lib/layouts/ijmpd.layout:267
+#: lib/layouts/ijmpc.layout:260
+#: lib/layouts/ijmpd.layout:267
 msgid "Prop \\theprop."
 msgstr "Prop  \\theprop."
 
-#: lib/layouts/ijmpc.layout:265 lib/layouts/ijmpd.layout:273
-#: lib/layouts/llncs.layout:391 lib/layouts/svjour.inc:454
+#: lib/layouts/ijmpc.layout:265
+#: lib/layouts/ijmpd.layout:273
+#: lib/layouts/llncs.layout:391
+#: lib/layouts/svjour.inc:454
 msgid "Question"
 msgstr "Pregunta"
 
-#: lib/layouts/ijmpc.layout:269 lib/layouts/ijmpd.layout:277
+#: lib/layouts/ijmpc.layout:269
+#: lib/layouts/ijmpd.layout:277
 msgid "Question \\thequestion."
 msgstr "Pregunta \\thequestion."
 
-#: lib/layouts/ijmpc.layout:278 lib/layouts/ijmpd.layout:287
+#: lib/layouts/ijmpc.layout:278
+#: lib/layouts/ijmpd.layout:287
 msgid "Claim \\theclaim."
 msgstr "Afirmación \\theclaim."
 
-#: lib/layouts/ijmpc.layout:287 lib/layouts/ijmpd.layout:297
+#: lib/layouts/ijmpc.layout:287
+#: lib/layouts/ijmpd.layout:297
 msgid "Conjecture \\theconjecture."
 msgstr "Conjetura \\theconjecture."
 
-#: lib/layouts/ijmpc.layout:290 lib/layouts/ijmpd.layout:300
+#: lib/layouts/ijmpc.layout:290
+#: lib/layouts/ijmpd.layout:300
 msgid "Appendices Section"
 msgstr "Sección apéndices"
 
-#: lib/layouts/ijmpc.layout:299 lib/layouts/ijmpd.layout:309
+#: lib/layouts/ijmpc.layout:299
+#: lib/layouts/ijmpd.layout:309
 msgid "--- Appendices ---"
 msgstr "--- Apéndices ---"
 
-#: lib/layouts/ijmpc.layout:319 lib/layouts/ijmpd.layout:330
+#: lib/layouts/ijmpc.layout:319
+#: lib/layouts/ijmpd.layout:330
 msgid "Appendix \\Alph{appendix}."
 msgstr "Apéndice \\Alph{appendix}."
 
@@ -6802,7 +7489,8 @@ msgstr "Seguimiento de cambios"
 msgid "Topical"
 msgstr "Tópico"
 
-#: lib/layouts/iopart.layout:87 src/insets/InsetNote.cpp:67
+#: lib/layouts/iopart.layout:87
+#: src/insets/InsetNote.cpp:67
 msgid "Comment"
 msgstr "Comentario"
 
@@ -6818,7 +7506,8 @@ msgstr "Prelim"
 msgid "Rapid"
 msgstr "Rápido"
 
-#: lib/layouts/iopart.layout:216 lib/layouts/revtex4.layout:230
+#: lib/layouts/iopart.layout:216
+#: lib/layouts/revtex4.layout:230
 msgid "PACS"
 msgstr "PACS"
 
@@ -6852,7 +7541,7 @@ msgstr "Encabezamiento de bibliografía"
 
 #: lib/layouts/isprs.layout:37
 msgid "ABSTRACT:"
-msgstr "SINOPSIS:"
+msgstr "RESUMEN:"
 
 #: lib/layouts/isprs.layout:65
 msgid "KEY WORDS:"
@@ -6878,7 +7567,8 @@ msgstr "Dirección para separatas:"
 msgid "RunningTitle"
 msgstr "TítuloPropuesto"
 
-#: lib/layouts/kluwer.layout:216 lib/layouts/llncs.layout:158
+#: lib/layouts/kluwer.layout:216
+#: lib/layouts/llncs.layout:158
 #: lib/layouts/svjour.inc:177
 msgid "Running title:"
 msgstr "Título propuesto:"
@@ -6895,14 +7585,18 @@ msgstr "Autor propuesto:"
 msgid "E-mail:"
 msgstr "Correo-e:"
 
-#: lib/layouts/llncs.layout:39 lib/layouts/memoir.layout:51
-#: lib/layouts/scrbook.layout:16 lib/layouts/agu_stdsections.inc:21
-#: lib/layouts/db_stdsections.inc:20 lib/layouts/scrclass.inc:54
+#: lib/layouts/llncs.layout:39
+#: lib/layouts/memoir.layout:51
+#: lib/layouts/scrbook.layout:16
+#: lib/layouts/agu_stdsections.inc:21
+#: lib/layouts/db_stdsections.inc:20
+#: lib/layouts/scrclass.inc:54
 #: lib/layouts/stdsections.inc:36
 msgid "Chapter"
 msgstr "Capítulo"
 
-#: lib/layouts/llncs.layout:144 lib/layouts/svjour.inc:173
+#: lib/layouts/llncs.layout:144
+#: lib/layouts/svjour.inc:173
 msgid "Running LaTeX Title"
 msgstr "Título_LaTeX_Puesto"
 
@@ -6914,11 +7608,13 @@ msgstr "Título_IG"
 msgid "TOC title:"
 msgstr "Título IG:"
 
-#: lib/layouts/llncs.layout:195 lib/layouts/svjour.inc:201
+#: lib/layouts/llncs.layout:195
+#: lib/layouts/svjour.inc:201
 msgid "Author Running"
 msgstr "Autor_Puesto"
 
-#: lib/layouts/llncs.layout:199 lib/layouts/svjour.inc:205
+#: lib/layouts/llncs.layout:199
+#: lib/layouts/svjour.inc:205
 msgid "Author Running:"
 msgstr "Autor propuesto:"
 
@@ -6930,66 +7626,81 @@ msgstr "Autor_IG"
 msgid "TOC Author:"
 msgstr "Autor IG:"
 
-#: lib/layouts/llncs.layout:295 lib/layouts/theorems-ams.inc:223
+#: lib/layouts/llncs.layout:295
+#: lib/layouts/theorems-ams.inc:223
 #: lib/layouts/theorems.inc:207
 msgid "Case #."
 msgstr "Caso #."
 
-#: lib/layouts/llncs.layout:305 lib/layouts/svjour.inc:359
+#: lib/layouts/llncs.layout:305
+#: lib/layouts/svjour.inc:359
 #: lib/layouts/theorems-starred.inc:196
 msgid "Claim."
 msgstr "Afirmación."
 
-#: lib/layouts/llncs.layout:312 lib/layouts/svjour.inc:369
+#: lib/layouts/llncs.layout:312
+#: lib/layouts/svjour.inc:369
 msgid "Conjecture #."
 msgstr "Conjetura #."
 
-#: lib/layouts/llncs.layout:340 lib/layouts/svjour.inc:397
+#: lib/layouts/llncs.layout:340
+#: lib/layouts/svjour.inc:397
 msgid "Example #."
 msgstr "Ejemplo #."
 
-#: lib/layouts/llncs.layout:347 lib/layouts/svjour.inc:404
+#: lib/layouts/llncs.layout:347
+#: lib/layouts/svjour.inc:404
 msgid "Exercise #."
 msgstr "Ejercicio #."
 
-#: lib/layouts/llncs.layout:360 lib/layouts/svjour.inc:422
+#: lib/layouts/llncs.layout:360
+#: lib/layouts/svjour.inc:422
 msgid "Note #."
 msgstr "Nota #."
 
-#: lib/layouts/llncs.layout:367 lib/layouts/svjour.inc:429
+#: lib/layouts/llncs.layout:367
+#: lib/layouts/svjour.inc:429
 msgid "Problem #."
 msgstr "Problema #."
 
-#: lib/layouts/llncs.layout:378 lib/layouts/svjour.inc:440
+#: lib/layouts/llncs.layout:378
+#: lib/layouts/svjour.inc:440
 msgid "Property"
 msgstr "Propiedad"
 
-#: lib/layouts/llncs.layout:381 lib/layouts/svjour.inc:443
+#: lib/layouts/llncs.layout:381
+#: lib/layouts/svjour.inc:443
 msgid "Property #."
 msgstr "Propiedad #."
 
-#: lib/layouts/llncs.layout:394 lib/layouts/svjour.inc:457
+#: lib/layouts/llncs.layout:394
+#: lib/layouts/svjour.inc:457
 msgid "Question #."
 msgstr "Pregunta #."
 
-#: lib/layouts/llncs.layout:401 lib/layouts/svjour.inc:464
+#: lib/layouts/llncs.layout:401
+#: lib/layouts/svjour.inc:464
 msgid "Remark #."
 msgstr "Observación #."
 
-#: lib/layouts/llncs.layout:405 lib/layouts/svjour.inc:468
+#: lib/layouts/llncs.layout:405
+#: lib/layouts/svjour.inc:468
 msgid "Solution"
 msgstr "Solución"
 
-#: lib/layouts/llncs.layout:408 lib/layouts/svjour.inc:471
+#: lib/layouts/llncs.layout:408
+#: lib/layouts/svjour.inc:471
 msgid "Solution #."
 msgstr "Solución #."
 
-#: lib/layouts/manpage.layout:143 lib/layouts/agu_stdtitle.inc:382
+#: lib/layouts/manpage.layout:143
+#: lib/layouts/agu_stdtitle.inc:382
 #: lib/layouts/db_lyxmacros.inc:11
 msgid "Code"
 msgstr "Código"
 
-#: lib/layouts/manpage.layout:160 lib/layouts/db_stdlayouts.inc:30
+#: lib/layouts/manpage.layout:160
+#: lib/layouts/db_stdlayouts.inc:30
 msgid "SGML"
 msgstr "SGML"
 
@@ -7073,8 +7784,10 @@ msgstr "SubTítulo"
 msgid "Institution"
 msgstr "Institución"
 
-#: lib/layouts/powerdot.layout:119 lib/layouts/seminar.layout:36
-#: lib/layouts/slides.layout:89 src/frontends/qt4/GuiDocument.cpp:146
+#: lib/layouts/powerdot.layout:119
+#: lib/layouts/seminar.layout:36
+#: lib/layouts/slides.layout:89
+#: src/frontends/qt4/GuiDocument.cpp:146
 msgid "Slide"
 msgstr "Transparencia"
 
@@ -7110,7 +7823,8 @@ msgstr "ViñetaTipo1"
 msgid "EnumerateType1"
 msgstr "EnumeraciónTipo1"
 
-#: lib/layouts/powerdot.layout:401 lib/layouts/stdfloats.inc:39
+#: lib/layouts/powerdot.layout:401
+#: lib/layouts/stdfloats.inc:39
 msgid "List of Algorithms"
 msgstr "Lista de algoritmos"
 
@@ -7118,13 +7832,15 @@ msgstr "Lista de algoritmos"
 msgid "Preprint"
 msgstr "Preprint"
 
-#: lib/layouts/revtex4.layout:153 lib/layouts/revtex4.layout:158
+#: lib/layouts/revtex4.layout:153
+#: lib/layouts/revtex4.layout:158
 msgid "AltAffiliation"
 msgstr "AltAfiliación"
 
-#: lib/layouts/revtex4.layout:174 lib/layouts/amsdefs.inc:176
+#: lib/layouts/revtex4.layout:174
+#: lib/layouts/amsdefs.inc:176
 msgid "Thanks:"
-msgstr "Gracias:"
+msgstr "Agradecimientos:"
 
 #: lib/layouts/revtex4.layout:183
 msgid "Electronic Address:"
@@ -7142,7 +7858,8 @@ msgstr "Número PACS:"
 msgid "\\thechapter"
 msgstr "\\thechapter"
 
-#: lib/layouts/scrlettr.layout:24 lib/layouts/scrlttr2.layout:26
+#: lib/layouts/scrlettr.layout:24
+#: lib/layouts/scrlttr2.layout:26
 #: lib/layouts/scrclass.inc:33
 msgid "Labeling"
 msgstr "Etiquetado"
@@ -7155,85 +7872,105 @@ msgstr "L"
 msgid "O"
 msgstr "O"
 
-#: lib/layouts/scrlettr.layout:105 lib/layouts/scrlttr2.layout:136
+#: lib/layouts/scrlettr.layout:105
+#: lib/layouts/scrlttr2.layout:136
 msgid "Encl"
 msgstr "Adjunto"
 
-#: lib/layouts/scrlettr.layout:108 lib/layouts/scrlttr2.layout:139
+#: lib/layouts/scrlettr.layout:108
+#: lib/layouts/scrlttr2.layout:139
 #: lib/layouts/stdletter.inc:121
 msgid "encl:"
 msgstr "adj:"
 
-#: lib/layouts/scrlettr.layout:149 lib/layouts/stdletter.inc:138
+#: lib/layouts/scrlettr.layout:149
+#: lib/layouts/stdletter.inc:138
 msgid "Telephone:"
 msgstr "Teléfono:"
 
-#: lib/layouts/scrlettr.layout:156 lib/layouts/scrlttr2.layout:233
+#: lib/layouts/scrlettr.layout:156
+#: lib/layouts/scrlttr2.layout:233
 msgid "Place:"
 msgstr "Lugar:"
 
-#: lib/layouts/scrlettr.layout:170 lib/layouts/scrlttr2.layout:249
+#: lib/layouts/scrlettr.layout:170
+#: lib/layouts/scrlttr2.layout:249
 msgid "Backaddress:"
 msgstr "Remite:"
 
-#: lib/layouts/scrlettr.layout:174 lib/layouts/scrlttr2.layout:253
+#: lib/layouts/scrlettr.layout:174
+#: lib/layouts/scrlttr2.layout:253
 msgid "Specialmail"
 msgstr "CorreoEspecial"
 
-#: lib/layouts/scrlettr.layout:177 lib/layouts/scrlttr2.layout:257
+#: lib/layouts/scrlettr.layout:177
+#: lib/layouts/scrlttr2.layout:257
 msgid "Specialmail:"
 msgstr "CorreoEspecial:"
 
-#: lib/layouts/scrlettr.layout:184 lib/layouts/scrlttr2.layout:265
+#: lib/layouts/scrlettr.layout:184
+#: lib/layouts/scrlttr2.layout:265
 #: lib/layouts/stdletter.inc:130
 msgid "Location:"
 msgstr "Localización:"
 
-#: lib/layouts/scrlettr.layout:191 lib/layouts/scrlttr2.layout:273
+#: lib/layouts/scrlettr.layout:191
+#: lib/layouts/scrlttr2.layout:273
 msgid "Title:"
 msgstr "Título:"
 
-#: lib/layouts/scrlettr.layout:198 lib/layouts/scrlttr2.layout:281
+#: lib/layouts/scrlettr.layout:198
+#: lib/layouts/scrlttr2.layout:281
 msgid "Subject:"
 msgstr "Asunto:"
 
-#: lib/layouts/scrlettr.layout:202 lib/layouts/scrlttr2.layout:285
+#: lib/layouts/scrlettr.layout:202
+#: lib/layouts/scrlttr2.layout:285
 msgid "Yourref"
 msgstr "SuRef"
 
-#: lib/layouts/scrlettr.layout:205 lib/layouts/scrlttr2.layout:289
+#: lib/layouts/scrlettr.layout:205
+#: lib/layouts/scrlttr2.layout:289
 msgid "Your ref.:"
 msgstr "Su ref.:"
 
-#: lib/layouts/scrlettr.layout:216 lib/layouts/scrlttr2.layout:301
+#: lib/layouts/scrlettr.layout:216
+#: lib/layouts/scrlttr2.layout:301
 msgid "Yourmail"
 msgstr "SuCorreo"
 
-#: lib/layouts/scrlettr.layout:219 lib/layouts/scrlttr2.layout:305
+#: lib/layouts/scrlettr.layout:219
+#: lib/layouts/scrlttr2.layout:305
 msgid "Your letter of:"
 msgstr "Su carta de:"
 
-#: lib/layouts/scrlettr.layout:223 lib/layouts/scrlttr2.layout:309
+#: lib/layouts/scrlettr.layout:223
+#: lib/layouts/scrlttr2.layout:309
 msgid "Myref"
 msgstr "MiRef"
 
-#: lib/layouts/scrlettr.layout:226 lib/layouts/scrlttr2.layout:313
+#: lib/layouts/scrlettr.layout:226
+#: lib/layouts/scrlttr2.layout:313
 msgid "Our ref.:"
 msgstr "Nuestra ref.:"
 
-#: lib/layouts/scrlettr.layout:230 lib/layouts/scrlttr2.layout:317
+#: lib/layouts/scrlettr.layout:230
+#: lib/layouts/scrlttr2.layout:317
 msgid "Customer"
 msgstr "Cliente"
 
-#: lib/layouts/scrlettr.layout:233 lib/layouts/scrlttr2.layout:321
+#: lib/layouts/scrlettr.layout:233
+#: lib/layouts/scrlttr2.layout:321
 msgid "Customer no.:"
 msgstr "Cliente num.:"
 
-#: lib/layouts/scrlettr.layout:237 lib/layouts/scrlttr2.layout:325
+#: lib/layouts/scrlettr.layout:237
+#: lib/layouts/scrlttr2.layout:325
 msgid "Invoice"
 msgstr "Factura"
 
-#: lib/layouts/scrlettr.layout:240 lib/layouts/scrlttr2.layout:329
+#: lib/layouts/scrlettr.layout:240
+#: lib/layouts/scrlttr2.layout:329
 msgid "Invoice no.:"
 msgstr "Factura núm.:"
 
@@ -7261,7 +7998,8 @@ msgstr "Remite:"
 msgid "Sender Phone:"
 msgstr "Teléfono del remitente:"
 
-#: lib/layouts/scrlttr2.layout:189 lib/configure.py:334
+#: lib/layouts/scrlttr2.layout:189
+#: lib/configure.py:334
 msgid "Fax"
 msgstr "Fax"
 
@@ -7353,12 +8091,14 @@ msgstr "ContenidosProgreso"
 msgid "[Progress Contents]"
 msgstr "[Contenidos progreso]"
 
-#: lib/layouts/siamltex.layout:106 lib/layouts/theorems-order.inc:34
+#: lib/layouts/siamltex.layout:106
+#: lib/layouts/theorems-order.inc:34
 #: lib/layouts/theorems-starred.inc:93
 msgid "Conjecture*"
 msgstr "Conjetura*"
 
-#: lib/layouts/siamltex.layout:116 lib/layouts/theorems-ams-extended.module:67
+#: lib/layouts/siamltex.layout:116
+#: lib/layouts/theorems-ams-extended.module:67
 msgid "Algorithm*"
 msgstr "Algoritmo*"
 
@@ -7366,9 +8106,10 @@ msgstr "Algoritmo*"
 msgid "AMS"
 msgstr "AMS"
 
-#: lib/layouts/siamltex.layout:304 lib/layouts/amsdefs.inc:194
+#: lib/layouts/siamltex.layout:304
+#: lib/layouts/amsdefs.inc:194
 msgid "Subjectclass"
-msgstr "Clasetema"
+msgstr "Clasif_Tema"
 
 #: lib/layouts/siamltex.layout:307
 msgid "AMS subject classifications:"
@@ -7456,7 +8197,7 @@ msgstr "InfoAutor:"
 
 #: lib/layouts/spie.layout:78
 msgid "ABSTRACT"
-msgstr "SINOPSIS"
+msgstr "RESUMEN"
 
 #: lib/layouts/spie.layout:93
 msgid "ACKNOWLEDGMENTS"
@@ -7470,11 +8211,13 @@ msgstr "correo-e:"
 msgid "Thesaurus not supported in recent A&A:"
 msgstr "Tesauro no implementado en nuevos A&A:"
 
-#: lib/layouts/agu_stdclass.inc:34 lib/layouts/db_stdcharstyles.inc:35
+#: lib/layouts/agu_stdclass.inc:34
+#: lib/layouts/db_stdcharstyles.inc:35
 msgid "Element:Firstname"
 msgstr "Elemento:Nombre"
 
-#: lib/layouts/agu_stdclass.inc:36 lib/layouts/db_stdcharstyles.inc:37
+#: lib/layouts/agu_stdclass.inc:36
+#: lib/layouts/db_stdcharstyles.inc:37
 msgid "Firstname"
 msgstr "Nombre"
 
@@ -7486,24 +8229,29 @@ msgstr "Elemento:Nombre"
 msgid "Fname"
 msgstr "Nombre"
 
-#: lib/layouts/agu_stdclass.inc:63 lib/layouts/db_stdcharstyles.inc:46
+#: lib/layouts/agu_stdclass.inc:63
+#: lib/layouts/db_stdcharstyles.inc:46
 msgid "Element:Surname"
 msgstr "Elemento:Apellidos"
 
-#: lib/layouts/agu_stdclass.inc:65 lib/layouts/db_stdcharstyles.inc:48
+#: lib/layouts/agu_stdclass.inc:65
+#: lib/layouts/db_stdcharstyles.inc:48
 #: lib/layouts/db_stdtitle.inc:98
 msgid "Surname"
 msgstr "Apellidos"
 
-#: lib/layouts/agu_stdclass.inc:78 lib/layouts/db_stdcharstyles.inc:6
+#: lib/layouts/agu_stdclass.inc:78
+#: lib/layouts/db_stdcharstyles.inc:6
 msgid "Element:Filename"
 msgstr "Elemento:Archivo"
 
-#: lib/layouts/agu_stdclass.inc:93 lib/layouts/db_stdcharstyles.inc:57
+#: lib/layouts/agu_stdclass.inc:93
+#: lib/layouts/db_stdcharstyles.inc:57
 msgid "Element:Literal"
 msgstr "Elemento:Literal"
 
-#: lib/layouts/agu_stdclass.inc:95 lib/layouts/db_stdcharstyles.inc:59
+#: lib/layouts/agu_stdclass.inc:95
+#: lib/layouts/db_stdcharstyles.inc:59
 #: lib/layouts/db_stdlayouts.inc:11
 msgid "Literal"
 msgstr "Literal"
@@ -7512,7 +8260,8 @@ msgstr "Literal"
 msgid "Element:Emph"
 msgstr "Elemento:Énfasis"
 
-#: lib/layouts/agu_stdclass.inc:110 src/frontends/qt4/GuiCharacter.cpp:77
+#: lib/layouts/agu_stdclass.inc:110
+#: src/frontends/qt4/GuiCharacter.cpp:77
 msgid "Emph"
 msgstr "Énfasis"
 
@@ -7528,7 +8277,8 @@ msgstr "Abrev."
 msgid "Element:Citation-number"
 msgstr "Elemento:Número-cita"
 
-#: lib/layouts/agu_stdclass.inc:137 lib/layouts/agu_stdtitle.inc:56
+#: lib/layouts/agu_stdclass.inc:137
+#: lib/layouts/agu_stdtitle.inc:56
 msgid "Citation-number"
 msgstr "Número-cita"
 
@@ -7688,11 +8438,13 @@ msgstr "Cita-otra"
 msgid "Cite-other:"
 msgstr "Cita-otra:"
 
-#: lib/layouts/agu_stdtitle.inc:206 lib/layouts/aguplus.inc:114
+#: lib/layouts/agu_stdtitle.inc:206
+#: lib/layouts/aguplus.inc:114
 msgid "Revised"
 msgstr "Revisado"
 
-#: lib/layouts/agu_stdtitle.inc:209 lib/layouts/aguplus.inc:118
+#: lib/layouts/agu_stdtitle.inc:209
+#: lib/layouts/aguplus.inc:118
 msgid "Revised:"
 msgstr "Revisado:"
 
@@ -7716,7 +8468,8 @@ msgstr "Runhead:"
 msgid "Published-online:"
 msgstr "Published-online:"
 
-#: lib/layouts/agu_stdtitle.inc:263 src/frontends/qt4/GuiCitation.cpp:86
+#: lib/layouts/agu_stdtitle.inc:263
+#: src/frontends/qt4/GuiCitation.cpp:86
 msgid "Citation"
 msgstr "Cita"
 
@@ -7876,7 +8629,8 @@ msgstr "Elemento:País"
 msgid "Country"
 msgstr "País"
 
-#: lib/layouts/aguplus.inc:66 lib/layouts/db_stdstarsections.inc:72
+#: lib/layouts/aguplus.inc:66
+#: lib/layouts/db_stdstarsections.inc:72
 #: lib/layouts/stdstarsections.inc:67
 msgid "Paragraph*"
 msgstr "Párrafo*"
@@ -7939,7 +8693,7 @@ msgstr "Dirección actual:"
 
 #: lib/layouts/amsdefs.inc:154
 msgid "E-mail address:"
-msgstr "Dirección corre-e:"
+msgstr "Dirección de correo-e:"
 
 #: lib/layouts/amsdefs.inc:169
 msgid "Key words and phrases:"
@@ -7949,7 +8703,8 @@ msgstr "Palabras clave y expresiones:"
 msgid "Dedicatory"
 msgstr "Dedicatoria"
 
-#: lib/layouts/amsdefs.inc:183 lib/layouts/svjour.inc:125
+#: lib/layouts/amsdefs.inc:183
+#: lib/layouts/svjour.inc:125
 msgid "Dedication:"
 msgstr "Dedicatoria:"
 
@@ -8025,11 +8780,13 @@ msgstr "Elemento:ElecciónMenú"
 msgid "MenuChoice"
 msgstr "Elección de menú"
 
-#: lib/layouts/db_stdstarsections.inc:24 lib/layouts/stdstarsections.inc:23
+#: lib/layouts/db_stdstarsections.inc:24
+#: lib/layouts/stdstarsections.inc:23
 msgid "Chapter*"
 msgstr "Capítulo*"
 
-#: lib/layouts/db_stdstarsections.inc:84 lib/layouts/stdstarsections.inc:78
+#: lib/layouts/db_stdstarsections.inc:84
+#: lib/layouts/stdstarsections.inc:78
 msgid "Subparagraph*"
 msgstr "Subpárrafo*"
 
@@ -8097,7 +8854,8 @@ msgstr "\\arabic{subsubsection}."
 msgid "\\alph{subsubsection}."
 msgstr "\\alph{subsubsection}."
 
-#: lib/layouts/numrevtex.inc:36 lib/layouts/numrevtex.inc:37
+#: lib/layouts/numrevtex.inc:36
+#: lib/layouts/numrevtex.inc:37
 msgid "\\alph{paragraph}."
 msgstr "\\alph{paragraph}."
 
@@ -8129,7 +8887,8 @@ msgstr "MiniSec"
 msgid "Publishers"
 msgstr "Editores"
 
-#: lib/layouts/scrclass.inc:181 lib/layouts/svjour.inc:121
+#: lib/layouts/scrclass.inc:181
+#: lib/layouts/svjour.inc:121
 msgid "Dedication"
 msgstr "Dedicatoria"
 
@@ -8165,7 +8924,8 @@ msgstr "Sentencia"
 msgid "CharStyle"
 msgstr "EstiloCarácter"
 
-#: lib/layouts/stdcharstyles.inc:10 lib/layouts/stdcustom.inc:10
+#: lib/layouts/stdcharstyles.inc:10
+#: lib/layouts/stdcustom.inc:10
 #: src/insets/InsetCollapsable.cpp:138
 msgid "UNDEFINED"
 msgstr "INDEFINIDO"
@@ -8178,7 +8938,8 @@ msgstr "\\Roman{part}"
 msgid "Marginal"
 msgstr "Margen"
 
-#: lib/layouts/stdinsets.inc:61 src/insets/InsetMarginal.cpp:53
+#: lib/layouts/stdinsets.inc:61
+#: src/insets/InsetMarginal.cpp:53
 msgid "margin"
 msgstr "margen"
 
@@ -8202,7 +8963,8 @@ msgstr "comentario"
 msgid "Note:Note"
 msgstr "Nota:Nota"
 
-#: lib/layouts/stdinsets.inc:116 src/insets/InsetNote.cpp:298
+#: lib/layouts/stdinsets.inc:116
+#: src/insets/InsetNote.cpp:298
 msgid "note"
 msgstr "nota"
 
@@ -8214,30 +8976,37 @@ msgstr "Nota:Resaltado en gris"
 msgid "greyedout"
 msgstr "resaltado en gris"
 
-#: lib/layouts/stdinsets.inc:139 lib/layouts/stdinsets.inc:140
-#: src/insets/InsetERT.cpp:168 src/insets/InsetERT.cpp:170
+#: lib/layouts/stdinsets.inc:139
+#: lib/layouts/stdinsets.inc:140
+#: src/insets/InsetERT.cpp:168
+#: src/insets/InsetERT.cpp:170
 msgid "ERT"
 msgstr "ERT"
 
-#: lib/layouts/stdinsets.inc:160 lib/layouts/stdinsets.inc:161
+#: lib/layouts/stdinsets.inc:160
+#: lib/layouts/stdinsets.inc:161
 msgid "Listings"
 msgstr "Listado de programa"
 
-#: lib/layouts/stdinsets.inc:180 lib/layouts/minimalistic.module:25
+#: lib/layouts/stdinsets.inc:180
+#: lib/layouts/minimalistic.module:25
 #: src/frontends/qt4/GuiBranches.cpp:42
 msgid "Branch"
 msgstr "Rama"
 
-#: lib/layouts/stdinsets.inc:189 lib/layouts/minimalistic.module:8
+#: lib/layouts/stdinsets.inc:189
+#: lib/layouts/minimalistic.module:8
 #: src/insets/InsetIndex.cpp:208
 msgid "Index"
 msgstr "Índice"
 
-#: lib/layouts/stdinsets.inc:190 lib/layouts/minimalistic.module:10
+#: lib/layouts/stdinsets.inc:190
+#: lib/layouts/minimalistic.module:10
 msgid "Idx"
 msgstr "Ind"
 
-#: lib/layouts/stdinsets.inc:214 src/insets/InsetBox.cpp:143
+#: lib/layouts/stdinsets.inc:214
+#: src/insets/InsetBox.cpp:143
 msgid "Box"
 msgstr "Cuadro"
 
@@ -8265,7 +9034,8 @@ msgstr "ArgOpc"
 msgid "opt"
 msgstr "opt"
 
-#: lib/layouts/stdinsets.inc:287 src/frontends/qt4/GuiInfo.cpp:51
+#: lib/layouts/stdinsets.inc:287
+#: src/frontends/qt4/GuiInfo.cpp:51
 msgid "Info"
 msgstr "Info"
 
@@ -8321,67 +9091,83 @@ msgstr "Separatas"
 msgid "Offprints:"
 msgstr "Separatas:"
 
-#: lib/layouts/theorems-ams.inc:63 lib/layouts/theorems.inc:62
+#: lib/layouts/theorems-ams.inc:63
+#: lib/layouts/theorems.inc:62
 msgid "Corollary \\thetheorem."
 msgstr "Corolario \\thetheorem."
 
-#: lib/layouts/theorems-ams.inc:75 lib/layouts/theorems.inc:73
+#: lib/layouts/theorems-ams.inc:75
+#: lib/layouts/theorems.inc:73
 msgid "Lemma \\thetheorem."
 msgstr "Lema \\thetheorem."
 
-#: lib/layouts/theorems-ams.inc:87 lib/layouts/theorems.inc:84
+#: lib/layouts/theorems-ams.inc:87
+#: lib/layouts/theorems.inc:84
 msgid "Proposition \\thetheorem."
 msgstr "Proposición \\thetheorem."
 
-#: lib/layouts/theorems-ams.inc:99 lib/layouts/theorems.inc:95
+#: lib/layouts/theorems-ams.inc:99
+#: lib/layouts/theorems.inc:95
 msgid "Conjecture \\thetheorem."
 msgstr "Conjetura \\thetheorem."
 
-#: lib/layouts/theorems-ams.inc:111 lib/layouts/theorems.inc:106
+#: lib/layouts/theorems-ams.inc:111
+#: lib/layouts/theorems.inc:106
 msgid "Fact \\thetheorem."
 msgstr "Hecho  \\thetheorem."
 
-#: lib/layouts/theorems-ams.inc:123 lib/layouts/theorems.inc:117
+#: lib/layouts/theorems-ams.inc:123
+#: lib/layouts/theorems.inc:117
 msgid "Definition \\thetheorem."
 msgstr "Definición \\thetheorem."
 
-#: lib/layouts/theorems-ams.inc:141 lib/layouts/theorems.inc:135
+#: lib/layouts/theorems-ams.inc:141
+#: lib/layouts/theorems.inc:135
 msgid "Example \\thetheorem."
 msgstr "Ejemplo \\thetheorem."
 
-#: lib/layouts/theorems-ams.inc:153 lib/layouts/theorems.inc:147
+#: lib/layouts/theorems-ams.inc:153
+#: lib/layouts/theorems.inc:147
 msgid "Problem \\thetheorem."
 msgstr "Problema \\thetheorem."
 
-#: lib/layouts/theorems-ams.inc:165 lib/layouts/theorems.inc:159
+#: lib/layouts/theorems-ams.inc:165
+#: lib/layouts/theorems.inc:159
 msgid "Exercise \\thetheorem."
 msgstr "Ejercicio \\thetheorem."
 
-#: lib/layouts/theorems-ams.inc:178 lib/layouts/theorems.inc:172
+#: lib/layouts/theorems-ams.inc:178
+#: lib/layouts/theorems.inc:172
 msgid "Remark \\thetheorem."
 msgstr "Observación \\thetheorem."
 
-#: lib/layouts/theorems-ams.inc:197 lib/layouts/theorems.inc:191
+#: lib/layouts/theorems-ams.inc:197
+#: lib/layouts/theorems.inc:191
 msgid "Claim \\thetheorem."
 msgstr "Afirmación \\thetheorem."
 
-#: lib/layouts/theorems-order.inc:46 lib/layouts/theorems-starred.inc:137
+#: lib/layouts/theorems-order.inc:46
+#: lib/layouts/theorems-starred.inc:137
 msgid "Example*"
 msgstr "Ejemplo*"
 
-#: lib/layouts/theorems-order.inc:52 lib/layouts/theorems-starred.inc:149
+#: lib/layouts/theorems-order.inc:52
+#: lib/layouts/theorems-starred.inc:149
 msgid "Problem*"
 msgstr "Problema*"
 
-#: lib/layouts/theorems-order.inc:58 lib/layouts/theorems-starred.inc:161
+#: lib/layouts/theorems-order.inc:58
+#: lib/layouts/theorems-starred.inc:161
 msgid "Exercise*"
 msgstr "Ejercicio*"
 
-#: lib/layouts/theorems-order.inc:64 lib/layouts/theorems-starred.inc:173
+#: lib/layouts/theorems-order.inc:64
+#: lib/layouts/theorems-starred.inc:173
 msgid "Remark*"
 msgstr "Observación*"
 
-#: lib/layouts/theorems-order.inc:70 lib/layouts/theorems-starred.inc:193
+#: lib/layouts/theorems-order.inc:70
+#: lib/layouts/theorems-starred.inc:193
 msgid "Claim*"
 msgstr "Afirmación*"
 
@@ -8410,18 +9196,15 @@ msgid "Braille"
 msgstr "Braille"
 
 #: lib/layouts/braille.module:6
-msgid ""
-"Defines an environment to typeset Braille. For more details see Braille.lyx "
-"in examples."
-msgstr ""
-"Define un entorno para tipografiar Braille. Para más detalles véase Braille."
-"lyx en ejemplos."
+msgid "Defines an environment to typeset Braille. For more details see Braille.lyx in examples."
+msgstr "Define un entorno para tipografiar Braille. Para más detalles véase Braille.lyx en ejemplos."
 
 #: lib/layouts/braille.module:22
 msgid "Braille (default)"
 msgstr "Braille (predeterminado)"
 
-#: lib/layouts/braille.module:36 lib/layouts/braille.module:59
+#: lib/layouts/braille.module:36
+#: lib/layouts/braille.module:59
 msgid "Braille:"
 msgstr "Braille:"
 
@@ -8462,27 +9245,20 @@ msgid "Braille_mirror_off"
 msgstr "Braille_espejo_inactivo"
 
 #: lib/layouts/braille.module:163
-#, fuzzy
 msgid "Braillebox"
-msgstr "Braille"
+msgstr "CuadroBraille"
 
 #: lib/layouts/braille.module:167
-#, fuzzy
 msgid "Braille box"
-msgstr "Braille"
+msgstr "Cuadro de Braille"
 
 #: lib/layouts/endnotes.module:2
 msgid "Endnote"
 msgstr "Nota final"
 
 #: lib/layouts/endnotes.module:6
-msgid ""
-"Adds an endnote inset, in addition to footnotes. You will need to add "
-"\\theendnotes in ERT where you want the endnotes to appear."
-msgstr ""
-"Añade un recuadro de nota final,  además de las notas al pie. Necesitarás "
-"añadir \\theendnotes en código TeX donde quieras que se muestren las notas "
-"al pie."
+msgid "Adds an endnote inset, in addition to footnotes. You will need to add \\theendnotes in ERT where you want the endnotes to appear."
+msgstr "Añade un recuadro de nota final,  además de las notas al pie. Necesitarás añadir \\theendnotes en código TeX donde quieras que se muestren las notas al pie."
 
 #: lib/layouts/endnotes.module:9
 msgid "Custom:Endnote"
@@ -8497,40 +9273,25 @@ msgid "Foot to End"
 msgstr "Pie a Final"
 
 #: lib/layouts/foottoend.module:6
-msgid ""
-"Sets all footnotes as endnotes. You will need to add \\theendnotes in ERT "
-"where you want the endnotes to appear."
-msgstr ""
-"Poner todas las notas al pie como notas finales. Necesitarás añadir "
-"\\theendnotes en código TeX donde quieras que aparezcan las notas finales."
+msgid "Sets all footnotes as endnotes. You will need to add \\theendnotes in ERT where you want the endnotes to appear."
+msgstr "Poner todas las notas al pie como notas finales. Necesitarás añadir \\theendnotes en código TeX donde quieras que aparezcan las notas finales."
 
-#: lib/layouts/hanging.module:2 lib/layouts/hanging.module:16
+#: lib/layouts/hanging.module:2
+#: lib/layouts/hanging.module:16
 msgid "Hanging"
 msgstr "Colgado"
 
 #: lib/layouts/hanging.module:6
-msgid ""
-"Adds an environment for hanging paragraphs. Hanging paragraph is a paragraph "
-"in which the first line is set to the left margin, but all subsequent lines "
-"are indented."
-msgstr ""
-"Añade un entorno para párrafos 'colgados'. Un párrafo colgado es un párrafo "
-"en el que la primera línea se ajusta al margen izquierdo, pero las líneas "
-"siguientes se sangran."
+msgid "Adds an environment for hanging paragraphs. Hanging paragraph is a paragraph in which the first line is set to the left margin, but all subsequent lines are indented."
+msgstr "Añade un entorno para párrafos 'colgados'. Un párrafo colgado es un párrafo en el que la primera línea se ajusta al margen izquierdo, pero las líneas siguientes se sangran."
 
 #: lib/layouts/linguistics.module:2
 msgid "Linguistics"
 msgstr "Lingüística"
 
 #: lib/layouts/linguistics.module:7
-msgid ""
-"Defines some special environments useful for linguistics (numbered examples, "
-"glosses, semantic markup, tableau floats). See linguistics.lyx file in "
-"examples."
-msgstr ""
-"Define algunos entornos especiales útiles para lingüistas (ejemplos "
-"numerados, glosas, notación semántica, tablas flotantes). Véase el archivo "
-"de ejemplo linguistics.lyx."
+msgid "Defines some special environments useful for linguistics (numbered examples, glosses, semantic markup, tableau floats). See linguistics.lyx file in examples."
+msgstr "Define algunos entornos especiales útiles para lingüistas (ejemplos numerados, glosas, notación semántica, tablas flotantes). Véase el archivo de ejemplo linguistics.lyx."
 
 #: lib/layouts/linguistics.module:13
 msgid "Numbered Example (multiline)"
@@ -8590,13 +9351,14 @@ msgstr "concepto"
 
 #: lib/layouts/linguistics.module:148
 msgid "CharStyle:Meaning"
-msgstr "EstiloCaracter:Significado"
+msgstr "EstiloCarácter:Significado"
 
 #: lib/layouts/linguistics.module:150
 msgid "meaning"
 msgstr "significado"
 
-#: lib/layouts/linguistics.module:163 lib/layouts/linguistics.module:173
+#: lib/layouts/linguistics.module:163
+#: lib/layouts/linguistics.module:173
 msgid "Tableau"
 msgstr "Tabla"
 
@@ -8613,12 +9375,8 @@ msgid "Logical Markup"
 msgstr "Diseño lógico"
 
 #: lib/layouts/logicalmkup.module:5
-msgid ""
-"Defines some character styles for logical markup: noun, emph, strong, and "
-"code."
-msgstr ""
-"Define algunos estilos de carácter para notación lógica: ninguno, énfasis, "
-"fuerte y código. "
+msgid "Defines some character styles for logical markup: noun, emph, strong, and code."
+msgstr "Define algunos estilos de carácter para notación lógica: ninguno, énfasis, fuerte y código. "
 
 #: lib/layouts/logicalmkup.module:10
 msgid "CharStyle:Noun"
@@ -8658,25 +9416,15 @@ msgstr "Minimalista"
 
 #: lib/layouts/minimalistic.module:5
 msgid "Redefines several insets (Index, Branch, URL) as being Minimalistic."
-msgstr ""
-"Redefine varios objetos insertados (Índice, Rama, URL) con esencia "
-"minimalista."
+msgstr "Redefine varios objetos insertados (Índice, Rama, URL) con esencia minimalista."
 
 #: lib/layouts/theorems-ams-extended.module:2
 msgid "Theorems (AMS-Extended)"
 msgstr "Teoremas (AMS-extendido)"
 
 #: lib/layouts/theorems-ams-extended.module:8
-msgid ""
-"Defines some additional theorem environments for use with the AMS theorems "
-"packages. Includes Criterion, Algorithm, Axiom, Condition, Note, Notation, "
-"Summary, Acknowledgement, Conclusion, Fact, Assumption, and Case, in both "
-"starred and non-starred forms."
-msgstr ""
-"Define algunos entornos adicionales para usar con los paquetes AMS de "
-"teoremas. Incluye Criterio, Algoritmo, Axioma, Condición, Nota, Anotación, "
-"Sumario, Agradecimiento, Conclusión, Dato, Suposición y Caso, en ambos modos "
-"con asterisco y sin asterisco"
+msgid "Defines some additional theorem environments for use with the AMS theorems packages. Includes Criterion, Algorithm, Axiom, Condition, Note, Notation, Summary, Acknowledgement, Conclusion, Fact, Assumption, and Case, in both starred and non-starred forms."
+msgstr "Define algunos entornos adicionales para usar con los paquetes AMS de teoremas. Incluye Criterio, Algoritmo, Axioma, Condición, Nota, Anotación, Sumario, Agradecimiento, Conclusión, Dato, Suposición y Caso, en ambos modos con asterisco y sin asterisco"
 
 #: lib/layouts/theorems-ams-extended.module:37
 msgid "Criterion \\thetheorem."
@@ -8803,28 +9551,16 @@ msgid "Theorems (AMS)"
 msgstr "Teoremas (AMS)"
 
 #: lib/layouts/theorems-ams.module:8
-msgid ""
-"Defines theorem environments and the proof environment using the extended "
-"AMS machinery. Both numbered and unnumbered types are provided. By default, "
-"the theorems are numbered consecutively throughout the document. This can be "
-"changed by loading one of the Theorems (By ...) modules."
-msgstr ""
-"Define los entornos teorema y demostración usando la maquinaria AMS "
-"extendida. Se suministran ambos tipos numerado y sin numerar. Por omisión, "
-"los teoremas se numeran consecutivamente a lo largo del documento. Esto se "
-"puede cambiar uno de los módulos Teoremas (ordenar por...)"
+msgid "Defines theorem environments and the proof environment using the extended AMS machinery. Both numbered and unnumbered types are provided. By default, the theorems are numbered consecutively throughout the document. This can be changed by loading one of the Theorems (By ...) modules."
+msgstr "Define los entornos teorema y demostración usando la maquinaria AMS extendida. Se suministran ambos tipos numerado y sin numerar. Por omisión, los teoremas se numeran consecutivamente a lo largo del documento. Esto se puede cambiar uno de los módulos Teoremas (ordenar por...)"
 
 #: lib/layouts/theorems-chap.module:2
 msgid "Theorems (By Chapter)"
 msgstr "Teoremas (por capítulos)"
 
 #: lib/layouts/theorems-chap.module:6
-msgid ""
-"Numbers theorems and the like by chapter. Use this module only with layouts "
-"that provide a chapter environment."
-msgstr ""
-"Numera los teoremas y demás por capítulos. Usa este módulo sólo con formatos "
-"que suministren el entorno capítulo."
+msgid "Numbers theorems and the like by chapter. Use this module only with layouts that provide a chapter environment."
+msgstr "Numera los teoremas y demás por capítulos. Usa este módulo sólo con formatos que suministren el entorno capítulo."
 
 #: lib/layouts/theorems-sec.module:2
 msgid "Theorems (By Section)"
@@ -8839,25 +9575,19 @@ msgid "Theorems (Starred)"
 msgstr "Teoremas (asterisco)"
 
 #: lib/layouts/theorems-starred.module:6
-msgid ""
-"Defines only unnumbered theorem environments, and the proof environment, "
-"using the extended AMS machinery."
-msgstr ""
-"Define sólo entornos de teorema sin numerar, y el entorno demostración, "
-"usando la maquinaria AMS extendida."
+msgid "Defines only unnumbered theorem environments, and the proof environment, using the extended AMS machinery."
+msgstr "Define sólo entornos de teorema sin numerar, y el entorno demostración, usando la maquinaria AMS extendida."
 
 #: lib/layouts/theorems-std.module:7
-msgid ""
-"Defines some theorem environments for use with non-AMS classes. By default, "
-"the theorems are numbered consecutively throughout the document. This can be "
-"changed by loading one of the Theorems (Ordered By ...) modules."
-msgstr ""
-"Define algunos entornos de teorema para usar con clases no AMS. Por omisión, "
-"los teoremas se numeran consecutivamente para todo el documento. Esto se "
-"puede cambiar cargando uno de los módulos Teoremas (ordenar por...)"
-
-#: lib/languages:3 src/Font.cpp:51 src/Font.cpp:54 src/Font.cpp:58
-#: src/Font.cpp:63 src/Font.cpp:66
+msgid "Defines some theorem environments for use with non-AMS classes. By default, the theorems are numbered consecutively throughout the document. This can be changed by loading one of the Theorems (Ordered By ...) modules."
+msgstr "Define algunos entornos de teorema para usar con clases no AMS. Por omisión, los teoremas se numeran consecutivamente para todo el documento. Esto se puede cambiar cargando uno de los módulos Teoremas (ordenar por...)"
+
+#: lib/languages:3
+#: src/Font.cpp:51
+#: src/Font.cpp:54
+#: src/Font.cpp:58
+#: src/Font.cpp:63
+#: src/Font.cpp:66
 msgid "Ignore"
 msgstr "Ignorar"
 
@@ -8885,7 +9615,8 @@ msgstr "Árabe (ArabTeX)"
 msgid "Arabic (Arabi)"
 msgstr "Árabe (Arabi)"
 
-#: lib/languages:12 src/frontends/qt4/GuiSymbols.cpp:61
+#: lib/languages:12
+#: src/frontends/qt4/GuiSymbols.cpp:61
 msgid "Armenian"
 msgstr "Armenio"
 
@@ -8997,7 +9728,8 @@ msgstr "Alemán (antigua ortografía)"
 msgid "German"
 msgstr "Alemán"
 
-#: lib/languages:44 lib/ui/stdtoolbars.inc:470
+#: lib/languages:44
+#: lib/ui/stdtoolbars.inc:470
 #: src/frontends/qt4/GuiSymbols.cpp:59
 msgid "Greek"
 msgstr "Letras griegas"
@@ -9006,7 +9738,8 @@ msgstr "Letras griegas"
 msgid "Greek (polytonic)"
 msgstr "Griego (politónico)"
 
-#: lib/languages:46 src/frontends/qt4/GuiSymbols.cpp:62
+#: lib/languages:46
+#: src/frontends/qt4/GuiSymbols.cpp:62
 msgid "Hebrew"
 msgstr "Hebreo"
 
@@ -9126,7 +9859,8 @@ msgstr "Español (México)"
 msgid "Swedish"
 msgstr "Sueco"
 
-#: lib/languages:82 src/frontends/qt4/GuiSymbols.cpp:73
+#: lib/languages:82
+#: src/frontends/qt4/GuiSymbols.cpp:73
 msgid "Thai"
 msgstr "Tailandés"
 
@@ -9338,15 +10072,18 @@ msgstr "Unicode (XeTeX) (utf8)"
 msgid "ASCII"
 msgstr "ASCII"
 
-#: lib/ui/classic.ui:32 lib/ui/stdmenus.inc:20
+#: lib/ui/classic.ui:32
+#: lib/ui/stdmenus.inc:20
 msgid "File|F"
 msgstr "Archivo|A"
 
-#: lib/ui/classic.ui:33 lib/ui/stdmenus.inc:21
+#: lib/ui/classic.ui:33
+#: lib/ui/stdmenus.inc:21
 msgid "Edit|E"
 msgstr "Editar|E"
 
-#: lib/ui/classic.ui:34 lib/ui/stdmenus.inc:23
+#: lib/ui/classic.ui:34
+#: lib/ui/stdmenus.inc:23
 msgid "Insert|I"
 msgstr "Insertar|I"
 
@@ -9354,11 +10091,13 @@ msgstr "Insertar|I"
 msgid "Layout|L"
 msgstr "Formato|F"
 
-#: lib/ui/classic.ui:36 lib/ui/stdmenus.inc:22
+#: lib/ui/classic.ui:36
+#: lib/ui/stdmenus.inc:22
 msgid "View|V"
 msgstr "Ver|V"
 
-#: lib/ui/classic.ui:37 lib/ui/stdmenus.inc:24
+#: lib/ui/classic.ui:37
+#: lib/ui/stdmenus.inc:24
 msgid "Navigate|N"
 msgstr "Navegar|N"
 
@@ -9366,11 +10105,13 @@ msgstr "Navegar|N"
 msgid "Documents|D"
 msgstr "Documentos|D"
 
-#: lib/ui/classic.ui:39 lib/ui/stdmenus.inc:27
+#: lib/ui/classic.ui:39
+#: lib/ui/stdmenus.inc:27
 msgid "Help|H"
 msgstr "Ayuda|u"
 
-#: lib/ui/classic.ui:47 lib/ui/stdmenus.inc:35
+#: lib/ui/classic.ui:47
+#: lib/ui/stdmenus.inc:35
 msgid "New|N"
 msgstr "Nuevo|N"
 
@@ -9378,19 +10119,23 @@ msgstr "Nuevo|N"
 msgid "New from Template...|T"
 msgstr "Nuevo desde plantilla...|p"
 
-#: lib/ui/classic.ui:49 lib/ui/stdmenus.inc:37
+#: lib/ui/classic.ui:49
+#: lib/ui/stdmenus.inc:37
 msgid "Open...|O"
 msgstr "Abrir...|A"
 
-#: lib/ui/classic.ui:51 lib/ui/stdmenus.inc:40
+#: lib/ui/classic.ui:51
+#: lib/ui/stdmenus.inc:40
 msgid "Close|C"
 msgstr "Cerrar|C"
 
-#: lib/ui/classic.ui:52 lib/ui/stdmenus.inc:41
+#: lib/ui/classic.ui:52
+#: lib/ui/stdmenus.inc:41
 msgid "Save|S"
 msgstr "Guardar|G"
 
-#: lib/ui/classic.ui:53 lib/ui/stdmenus.inc:42
+#: lib/ui/classic.ui:53
+#: lib/ui/stdmenus.inc:42
 msgid "Save As...|A"
 msgstr "Guardar como...|u"
 
@@ -9398,59 +10143,73 @@ msgstr "Guardar como...|u"
 msgid "Revert|R"
 msgstr "Revertir|R"
 
-#: lib/ui/classic.ui:55 lib/ui/stdmenus.inc:45
+#: lib/ui/classic.ui:55
+#: lib/ui/stdmenus.inc:45
 msgid "Version Control|V"
 msgstr "Control de versiones|o"
 
-#: lib/ui/classic.ui:57 lib/ui/stdmenus.inc:47
+#: lib/ui/classic.ui:57
+#: lib/ui/stdmenus.inc:47
 msgid "Import|I"
 msgstr "Importar|I"
 
-#: lib/ui/classic.ui:58 lib/ui/stdmenus.inc:48
+#: lib/ui/classic.ui:58
+#: lib/ui/stdmenus.inc:48
 msgid "Export|E"
 msgstr "Exportar|E"
 
-#: lib/ui/classic.ui:59 lib/ui/stdmenus.inc:49
+#: lib/ui/classic.ui:59
+#: lib/ui/stdmenus.inc:49
 msgid "Print...|P"
 msgstr "Imprimir...|m"
 
-#: lib/ui/classic.ui:60 lib/ui/stdmenus.inc:50
+#: lib/ui/classic.ui:60
+#: lib/ui/stdmenus.inc:50
 msgid "Fax...|F"
 msgstr "Fax...|F"
 
-#: lib/ui/classic.ui:62 lib/ui/stdmenus.inc:55
+#: lib/ui/classic.ui:62
+#: lib/ui/stdmenus.inc:55
 msgid "Exit|x"
 msgstr "Salir|S"
 
-#: lib/ui/classic.ui:68 lib/ui/stdmenus.inc:63
+#: lib/ui/classic.ui:68
+#: lib/ui/stdmenus.inc:63
 msgid "Register...|R"
 msgstr "Registrar...|R"
 
-#: lib/ui/classic.ui:69 lib/ui/stdmenus.inc:64
+#: lib/ui/classic.ui:69
+#: lib/ui/stdmenus.inc:64
 msgid "Check In Changes...|I"
 msgstr "Entrar cambios...|E"
 
-#: lib/ui/classic.ui:70 lib/ui/stdmenus.inc:65
+#: lib/ui/classic.ui:70
+#: lib/ui/stdmenus.inc:65
 msgid "Check Out for Edit|O"
 msgstr "Comprobar para editar|O"
 
-#: lib/ui/classic.ui:71 lib/ui/stdmenus.inc:66
+#: lib/ui/classic.ui:71
+#: lib/ui/stdmenus.inc:66
 msgid "Revert to Repository Version|R"
 msgstr "Volver a la versión del repositorio|v"
 
-#: lib/ui/classic.ui:72 lib/ui/stdmenus.inc:67
+#: lib/ui/classic.ui:72
+#: lib/ui/stdmenus.inc:67
 msgid "Undo Last Check In|U"
 msgstr "Deshacer última revisión|D"
 
-#: lib/ui/classic.ui:73 lib/ui/stdmenus.inc:68
+#: lib/ui/classic.ui:73
+#: lib/ui/stdmenus.inc:68
 msgid "Show History...|H"
 msgstr "Mostrar Historial...|H"
 
-#: lib/ui/classic.ui:82 lib/ui/stdmenus.inc:77
+#: lib/ui/classic.ui:82
+#: lib/ui/stdmenus.inc:77
 msgid "Custom...|C"
 msgstr "Personalizado...|e"
 
-#: lib/ui/classic.ui:90 lib/ui/stdmenus.inc:85
+#: lib/ui/classic.ui:90
+#: lib/ui/stdmenus.inc:85
 msgid "Undo|U"
 msgstr "Deshacer|D"
 
@@ -9474,7 +10233,8 @@ msgstr "Pegar|P"
 msgid "Paste External Selection|x"
 msgstr "Pegar selección externa|x"
 
-#: lib/ui/classic.ui:98 lib/ui/stdmenus.inc:96
+#: lib/ui/classic.ui:98
+#: lib/ui/stdmenus.inc:96
 msgid "Find & Replace...|F"
 msgstr "Encontrar y reemplazar...|z"
 
@@ -9482,11 +10242,14 @@ msgstr "Encontrar y reemplazar...|z"
 msgid "Tabular|T"
 msgstr "Tabla|T"
 
-#: lib/ui/classic.ui:101 lib/ui/stdmenus.inc:106 lib/ui/stdmenus.inc:522
+#: lib/ui/classic.ui:101
+#: lib/ui/stdmenus.inc:106
+#: lib/ui/stdmenus.inc:522
 msgid "Math|M"
 msgstr "Ecuaciones|E"
 
-#: lib/ui/classic.ui:104 lib/ui/stdmenus.inc:500
+#: lib/ui/classic.ui:104
+#: lib/ui/stdmenus.inc:500
 msgid "Spellchecker...|S"
 msgstr "Corrector ortográfico...|C"
 
@@ -9498,7 +10261,8 @@ msgstr "Tesauro..."
 msgid "Statistics...|i"
 msgstr "Estadísticas..."
 
-#: lib/ui/classic.ui:107 lib/ui/stdmenus.inc:503
+#: lib/ui/classic.ui:107
+#: lib/ui/stdmenus.inc:503
 msgid "Check TeX|h"
 msgstr "Comprobar TeX|T"
 
@@ -9506,11 +10270,13 @@ msgstr "Comprobar TeX|T"
 msgid "Change Tracking|g"
 msgstr "Seguimiento de cambios|S"
 
-#: lib/ui/classic.ui:110 lib/ui/stdmenus.inc:510
+#: lib/ui/classic.ui:110
+#: lib/ui/stdmenus.inc:510
 msgid "Preferences...|P"
 msgstr "Preferencias...|P"
 
-#: lib/ui/classic.ui:111 lib/ui/stdmenus.inc:509
+#: lib/ui/classic.ui:111
+#: lib/ui/stdmenus.inc:509
 msgid "Reconfigure|R"
 msgstr "Reconfigurar|R"
 
@@ -9522,7 +10288,9 @@ msgstr "Selección como líneas|l"
 msgid "Selection as Paragraphs|P"
 msgstr "Selección como párrafos|p"
 
-#: lib/ui/classic.ui:120 lib/ui/stdcontext.inc:327 lib/ui/stdmenus.inc:161
+#: lib/ui/classic.ui:120
+#: lib/ui/stdcontext.inc:327
+#: lib/ui/stdmenus.inc:161
 msgid "Multicolumn|M"
 msgstr "Multicolumna|M"
 
@@ -9546,7 +10314,9 @@ msgstr "Línea derecha|d"
 msgid "Alignment|i"
 msgstr "Alineación|A"
 
-#: lib/ui/classic.ui:129 lib/ui/stdcontext.inc:342 lib/ui/stdmenus.inc:179
+#: lib/ui/classic.ui:129
+#: lib/ui/stdcontext.inc:342
+#: lib/ui/stdmenus.inc:179
 msgid "Add Row|A"
 msgstr "Añadir fila|A"
 
@@ -9554,15 +10324,19 @@ msgstr "Añadir fila|A"
 msgid "Delete Row|w"
 msgstr "Eliminar fila|m"
 
-#: lib/ui/classic.ui:131 lib/ui/classic.ui:172
+#: lib/ui/classic.ui:131
+#: lib/ui/classic.ui:172
 msgid "Copy Row"
 msgstr "Copiar fila"
 
-#: lib/ui/classic.ui:132 lib/ui/classic.ui:173
+#: lib/ui/classic.ui:132
+#: lib/ui/classic.ui:173
 msgid "Swap Rows"
 msgstr "Intercambiar filas"
 
-#: lib/ui/classic.ui:134 lib/ui/stdcontext.inc:347 lib/ui/stdmenus.inc:184
+#: lib/ui/classic.ui:134
+#: lib/ui/stdcontext.inc:347
+#: lib/ui/stdmenus.inc:184
 msgid "Add Column|u"
 msgstr "Añadir columna|l"
 
@@ -9570,35 +10344,49 @@ msgstr "Añadir columna|l"
 msgid "Delete Column|D"
 msgstr "Eliminar columna|u"
 
-#: lib/ui/classic.ui:136 lib/ui/classic.ui:177
+#: lib/ui/classic.ui:136
+#: lib/ui/classic.ui:177
 msgid "Copy Column"
 msgstr "Copiar columna"
 
-#: lib/ui/classic.ui:137 lib/ui/classic.ui:178
+#: lib/ui/classic.ui:137
+#: lib/ui/classic.ui:178
 msgid "Swap Columns"
 msgstr "Intercambiar columnas"
 
-#: lib/ui/classic.ui:141 lib/ui/stdcontext.inc:334 lib/ui/stdmenus.inc:171
+#: lib/ui/classic.ui:141
+#: lib/ui/stdcontext.inc:334
+#: lib/ui/stdmenus.inc:171
 msgid "Left|L"
 msgstr "Izquierda|z"
 
-#: lib/ui/classic.ui:142 lib/ui/stdcontext.inc:335 lib/ui/stdmenus.inc:172
+#: lib/ui/classic.ui:142
+#: lib/ui/stdcontext.inc:335
+#: lib/ui/stdmenus.inc:172
 msgid "Center|C"
 msgstr "Centro|C"
 
-#: lib/ui/classic.ui:143 lib/ui/stdcontext.inc:336 lib/ui/stdmenus.inc:173
+#: lib/ui/classic.ui:143
+#: lib/ui/stdcontext.inc:336
+#: lib/ui/stdmenus.inc:173
 msgid "Right|R"
 msgstr "Derecha|D"
 
-#: lib/ui/classic.ui:145 lib/ui/stdcontext.inc:338 lib/ui/stdmenus.inc:175
+#: lib/ui/classic.ui:145
+#: lib/ui/stdcontext.inc:338
+#: lib/ui/stdmenus.inc:175
 msgid "Top|T"
 msgstr "Superior|S"
 
-#: lib/ui/classic.ui:146 lib/ui/stdcontext.inc:339 lib/ui/stdmenus.inc:176
+#: lib/ui/classic.ui:146
+#: lib/ui/stdcontext.inc:339
+#: lib/ui/stdmenus.inc:176
 msgid "Middle|M"
 msgstr "Medio"
 
-#: lib/ui/classic.ui:147 lib/ui/stdcontext.inc:340 lib/ui/stdmenus.inc:177
+#: lib/ui/classic.ui:147
+#: lib/ui/stdcontext.inc:340
+#: lib/ui/stdmenus.inc:177
 msgid "Bottom|B"
 msgstr "Inferior|I"
 
@@ -9610,15 +10398,18 @@ msgstr "Conmutar numeración|C"
 msgid "Toggle Numbering of Line|u"
 msgstr "Conmutar numeración de línea|u"
 
-#: lib/ui/classic.ui:162 lib/ui/stdmenus.inc:193
+#: lib/ui/classic.ui:162
+#: lib/ui/stdmenus.inc:193
 msgid "Change Limits Type|L"
 msgstr "Cambiar tipo de límites"
 
-#: lib/ui/classic.ui:164 lib/ui/stdmenus.inc:196
+#: lib/ui/classic.ui:164
+#: lib/ui/stdmenus.inc:196
 msgid "Change Formula Type|F"
 msgstr "Cambiar tipo de ecuación|p"
 
-#: lib/ui/classic.ui:166 lib/ui/stdmenus.inc:200
+#: lib/ui/classic.ui:166
+#: lib/ui/stdmenus.inc:200
 msgid "Use Computer Algebra System|S"
 msgstr "Usar programa de álgebra|g"
 
@@ -9630,7 +10421,9 @@ msgstr "Alineación|A"
 msgid "Add Row|R"
 msgstr "Añadir fila|A"
 
-#: lib/ui/classic.ui:171 lib/ui/stdcontext.inc:343 lib/ui/stdmenus.inc:180
+#: lib/ui/classic.ui:171
+#: lib/ui/stdcontext.inc:343
+#: lib/ui/stdmenus.inc:180
 msgid "Delete Row|D"
 msgstr "Eliminar fila|E"
 
@@ -9638,19 +10431,24 @@ msgstr "Eliminar fila|E"
 msgid "Add Column|C"
 msgstr "Añadir columna|u"
 
-#: lib/ui/classic.ui:176 lib/ui/stdcontext.inc:348 lib/ui/stdmenus.inc:185
+#: lib/ui/classic.ui:176
+#: lib/ui/stdcontext.inc:348
+#: lib/ui/stdmenus.inc:185
 msgid "Delete Column|e"
 msgstr "Eliminar columna|u"
 
-#: lib/ui/classic.ui:182 lib/ui/stdmenus.inc:230
+#: lib/ui/classic.ui:182
+#: lib/ui/stdmenus.inc:230
 msgid "Default|t"
 msgstr "Predeterminado|P"
 
-#: lib/ui/classic.ui:183 lib/ui/stdmenus.inc:231
+#: lib/ui/classic.ui:183
+#: lib/ui/stdmenus.inc:231
 msgid "Display|D"
 msgstr "Pantalla|n"
 
-#: lib/ui/classic.ui:184 lib/ui/stdmenus.inc:232
+#: lib/ui/classic.ui:184
+#: lib/ui/stdmenus.inc:232
 msgid "Inline|I"
 msgstr "Insertado|I"
 
@@ -9682,12 +10480,17 @@ msgstr "Maple, evalm"
 msgid "Maple, evalf"
 msgstr "Maple, evalf"
 
-#: lib/ui/classic.ui:199 lib/ui/classic.ui:265 lib/ui/stdcontext.inc:41
-#: lib/ui/stdmenus.inc:272 lib/ui/stdmenus.inc:385
+#: lib/ui/classic.ui:199
+#: lib/ui/classic.ui:265
+#: lib/ui/stdcontext.inc:41
+#: lib/ui/stdmenus.inc:272
+#: lib/ui/stdmenus.inc:385
 msgid "Inline Formula|I"
 msgstr "En línea|E"
 
-#: lib/ui/classic.ui:200 lib/ui/stdcontext.inc:42 lib/ui/stdmenus.inc:273
+#: lib/ui/classic.ui:200
+#: lib/ui/stdcontext.inc:42
+#: lib/ui/stdmenus.inc:273
 msgid "Displayed Formula|D"
 msgstr "Presentada|P"
 
@@ -9715,7 +10518,8 @@ msgstr "Entorno Gather"
 msgid "Multline Environment"
 msgstr "Multi-línea"
 
-#: lib/ui/classic.ui:214 lib/ui/stdmenus.inc:320
+#: lib/ui/classic.ui:214
+#: lib/ui/stdmenus.inc:320
 msgid "Math|h"
 msgstr "Ecuación|E"
 
@@ -9723,7 +10527,8 @@ msgstr "Ecuación|E"
 msgid "Special Character|S"
 msgstr "Carácter especial|s"
 
-#: lib/ui/classic.ui:217 lib/ui/stdmenus.inc:331
+#: lib/ui/classic.ui:217
+#: lib/ui/stdmenus.inc:331
 msgid "Citation...|C"
 msgstr "Cita...|C"
 
@@ -9731,15 +10536,18 @@ msgstr "Cita...|C"
 msgid "Cross-reference...|r"
 msgstr "Referencia cruzada...|z"
 
-#: lib/ui/classic.ui:219 lib/ui/stdmenus.inc:333
+#: lib/ui/classic.ui:219
+#: lib/ui/stdmenus.inc:333
 msgid "Label...|L"
 msgstr "Etiqueta...|q"
 
-#: lib/ui/classic.ui:220 lib/ui/stdmenus.inc:342
+#: lib/ui/classic.ui:220
+#: lib/ui/stdmenus.inc:342
 msgid "Footnote|F"
 msgstr "Nota al pie|p"
 
-#: lib/ui/classic.ui:221 lib/ui/stdmenus.inc:343
+#: lib/ui/classic.ui:221
+#: lib/ui/stdmenus.inc:343
 msgid "Marginal Note|M"
 msgstr "Nota al margen|m"
 
@@ -9759,7 +10567,8 @@ msgstr "Entrada de nomenclatura"
 msgid "URL...|U"
 msgstr "URL...|U"
 
-#: lib/ui/classic.ui:226 lib/ui/stdmenus.inc:325
+#: lib/ui/classic.ui:226
+#: lib/ui/stdmenus.inc:325
 msgid "Note|N"
 msgstr "Nota|N"
 
@@ -9775,7 +10584,8 @@ msgstr "Código TeX|T"
 msgid "Minipage|p"
 msgstr "Minipágina|n"
 
-#: lib/ui/classic.ui:231 lib/ui/stdmenus.inc:339
+#: lib/ui/classic.ui:231
+#: lib/ui/stdmenus.inc:339
 msgid "Graphics...|G"
 msgstr "Imagen...|g"
 
@@ -9799,15 +10609,18 @@ msgstr "Insertar archivo|t"
 msgid "External Material...|x"
 msgstr "Material externo...|x"
 
-#: lib/ui/classic.ui:241 lib/ui/stdmenus.inc:351
+#: lib/ui/classic.ui:241
+#: lib/ui/stdmenus.inc:351
 msgid "Symbols...|b"
 msgstr "Símbolos...|S"
 
-#: lib/ui/classic.ui:242 lib/ui/stdmenus.inc:363
+#: lib/ui/classic.ui:242
+#: lib/ui/stdmenus.inc:363
 msgid "Superscript|S"
 msgstr "Superíndice|S"
 
-#: lib/ui/classic.ui:243 lib/ui/stdmenus.inc:364
+#: lib/ui/classic.ui:243
+#: lib/ui/stdmenus.inc:364
 msgid "Subscript|u"
 msgstr "Subíndice|u"
 
@@ -9815,11 +10628,13 @@ msgstr "Subíndice|u"
 msgid "Hyphenation Point|P"
 msgstr "Punto guionado|g"
 
-#: lib/ui/classic.ui:245 lib/ui/stdmenus.inc:356
+#: lib/ui/classic.ui:245
+#: lib/ui/stdmenus.inc:356
 msgid "Protected Hyphen|y"
 msgstr "Guión protegido|G"
 
-#: lib/ui/classic.ui:246 lib/ui/stdmenus.inc:374
+#: lib/ui/classic.ui:246
+#: lib/ui/stdmenus.inc:374
 msgid "Ligature Break|k"
 msgstr "Salto de ligado|i"
 
@@ -9827,15 +10642,19 @@ msgstr "Salto de ligado|i"
 msgid "Protected Space|r"
 msgstr "Espacio protegido|p"
 
-#: lib/ui/classic.ui:248 lib/ui/stdmenus.inc:367
+#: lib/ui/classic.ui:248
+#: lib/ui/stdmenus.inc:367
 msgid "Inter-word Space|w"
 msgstr "Espacio entre palabras|r"
 
-#: lib/ui/classic.ui:249 lib/ui/stdcontext.inc:172 lib/ui/stdmenus.inc:368
+#: lib/ui/classic.ui:249
+#: lib/ui/stdcontext.inc:172
+#: lib/ui/stdmenus.inc:368
 msgid "Thin Space|T"
 msgstr "Espacio delgado|d"
 
-#: lib/ui/classic.ui:250 lib/ui/stdmenus.inc:369
+#: lib/ui/classic.ui:250
+#: lib/ui/stdmenus.inc:369
 msgid "Horizontal Space...|o"
 msgstr "Espacio horizontal...|h"
 
@@ -9847,11 +10666,13 @@ msgstr "Espacio vertical..."
 msgid "Line Break|L"
 msgstr "Salto de línea|a"
 
-#: lib/ui/classic.ui:253 lib/ui/stdmenus.inc:352
+#: lib/ui/classic.ui:253
+#: lib/ui/stdmenus.inc:352
 msgid "Ellipsis|i"
 msgstr "Puntos suspensivos|P"
 
-#: lib/ui/classic.ui:254 lib/ui/stdmenus.inc:353
+#: lib/ui/classic.ui:254
+#: lib/ui/stdmenus.inc:353
 msgid "End of Sentence|E"
 msgstr "Fin de oración|F"
 
@@ -9859,7 +10680,8 @@ msgstr "Fin de oración|F"
 msgid "Protected Dash|D"
 msgstr "Guión protegido|p"
 
-#: lib/ui/classic.ui:256 lib/ui/stdmenus.inc:357
+#: lib/ui/classic.ui:256
+#: lib/ui/stdmenus.inc:357
 msgid "Breakable Slash|a"
 msgstr "Barra oblicua frágil|B"
 
@@ -9871,7 +10693,8 @@ msgstr "Comillas simples|m"
 msgid "Ordinary Quote|O"
 msgstr "Comillas|C"
 
-#: lib/ui/classic.ui:259 lib/ui/stdmenus.inc:358
+#: lib/ui/classic.ui:259
+#: lib/ui/stdmenus.inc:358
 msgid "Menu Separator|M"
 msgstr "Separador de menú|e"
 
@@ -9879,53 +10702,73 @@ msgstr "Separador de menú|e"
 msgid "Horizontal Line"
 msgstr "Línea horizontal"
 
-#: lib/ui/classic.ui:261 src/insets/InsetNewpage.cpp:182
+#: lib/ui/classic.ui:261
+#: src/insets/InsetNewpage.cpp:182
 msgid "Page Break"
 msgstr "Salto de página"
 
-#: lib/ui/classic.ui:266 lib/ui/stdmenus.inc:386
+#: lib/ui/classic.ui:266
+#: lib/ui/stdmenus.inc:386
 msgid "Display Formula|D"
 msgstr "Presentada|P"
 
-#: lib/ui/classic.ui:267 lib/ui/stdcontext.inc:43 lib/ui/stdmenus.inc:274
+#: lib/ui/classic.ui:267
+#: lib/ui/stdcontext.inc:43
+#: lib/ui/stdmenus.inc:274
 #: lib/ui/stdmenus.inc:388
 msgid "Eqnarray Environment|E"
 msgstr "Entorno EqnArray|q"
 
-#: lib/ui/classic.ui:268 lib/ui/stdcontext.inc:33 lib/ui/stdmenus.inc:275
+#: lib/ui/classic.ui:268
+#: lib/ui/stdcontext.inc:33
+#: lib/ui/stdmenus.inc:275
 #: lib/ui/stdmenus.inc:389
 msgid "AMS align Environment|a"
 msgstr "Entorno AMS align|a"
 
-#: lib/ui/classic.ui:269 lib/ui/stdcontext.inc:34 lib/ui/stdmenus.inc:276
+#: lib/ui/classic.ui:269
+#: lib/ui/stdcontext.inc:34
+#: lib/ui/stdmenus.inc:276
 #: lib/ui/stdmenus.inc:390
 msgid "AMS alignat Environment|t"
 msgstr "Entorno AMS alignat|l"
 
-#: lib/ui/classic.ui:270 lib/ui/stdcontext.inc:35 lib/ui/stdmenus.inc:277
+#: lib/ui/classic.ui:270
+#: lib/ui/stdcontext.inc:35
+#: lib/ui/stdmenus.inc:277
 #: lib/ui/stdmenus.inc:391
 msgid "AMS flalign Environment|f"
 msgstr "Entorno AMS flalign|f"
 
-#: lib/ui/classic.ui:273 lib/ui/stdcontext.inc:36 lib/ui/stdmenus.inc:278
+#: lib/ui/classic.ui:273
+#: lib/ui/stdcontext.inc:36
+#: lib/ui/stdmenus.inc:278
 #: lib/ui/stdmenus.inc:392
 msgid "AMS gather Environment|g"
 msgstr "Entorno AMS gather|g"
 
-#: lib/ui/classic.ui:274 lib/ui/stdcontext.inc:37 lib/ui/stdmenus.inc:279
+#: lib/ui/classic.ui:274
+#: lib/ui/stdcontext.inc:37
+#: lib/ui/stdmenus.inc:279
 #: lib/ui/stdmenus.inc:393
 msgid "AMS multline Environment|m"
 msgstr "Entorno AMS multilínea|m"
 
-#: lib/ui/classic.ui:276 lib/ui/stdcontext.inc:20 lib/ui/stdmenus.inc:395
+#: lib/ui/classic.ui:276
+#: lib/ui/stdcontext.inc:20
+#: lib/ui/stdmenus.inc:395
 msgid "Array Environment|y"
 msgstr "Entorno array|y"
 
-#: lib/ui/classic.ui:277 lib/ui/stdcontext.inc:21 lib/ui/stdmenus.inc:396
+#: lib/ui/classic.ui:277
+#: lib/ui/stdcontext.inc:21
+#: lib/ui/stdmenus.inc:396
 msgid "Cases Environment|C"
 msgstr "Entorno casos|s"
 
-#: lib/ui/classic.ui:278 lib/ui/stdcontext.inc:25 lib/ui/stdmenus.inc:400
+#: lib/ui/classic.ui:278
+#: lib/ui/stdcontext.inc:25
+#: lib/ui/stdmenus.inc:400
 msgid "Split Environment|S"
 msgstr "Entorno split|t"
 
@@ -9961,39 +10804,48 @@ msgstr "Serie negrita ecuación"
 msgid "Text Normal Font"
 msgstr "Fuente texto normal"
 
-#: lib/ui/classic.ui:295 lib/ui/stdmenus.inc:247
+#: lib/ui/classic.ui:295
+#: lib/ui/stdmenus.inc:247
 msgid "Text Roman Family"
 msgstr "Familia roman texto"
 
-#: lib/ui/classic.ui:296 lib/ui/stdmenus.inc:248
+#: lib/ui/classic.ui:296
+#: lib/ui/stdmenus.inc:248
 msgid "Text Sans Serif Family"
 msgstr "Familia sans serif texto"
 
-#: lib/ui/classic.ui:297 lib/ui/stdmenus.inc:249
+#: lib/ui/classic.ui:297
+#: lib/ui/stdmenus.inc:249
 msgid "Text Typewriter Family"
 msgstr "Familia typewriter texto"
 
-#: lib/ui/classic.ui:299 lib/ui/stdmenus.inc:251
+#: lib/ui/classic.ui:299
+#: lib/ui/stdmenus.inc:251
 msgid "Text Bold Series"
 msgstr "Serie negrita texto"
 
-#: lib/ui/classic.ui:300 lib/ui/stdmenus.inc:252
+#: lib/ui/classic.ui:300
+#: lib/ui/stdmenus.inc:252
 msgid "Text Medium Series"
 msgstr "Serie media texto"
 
-#: lib/ui/classic.ui:302 lib/ui/stdmenus.inc:254
+#: lib/ui/classic.ui:302
+#: lib/ui/stdmenus.inc:254
 msgid "Text Italic Shape"
 msgstr "Forma cursiva texto"
 
-#: lib/ui/classic.ui:303 lib/ui/stdmenus.inc:255
+#: lib/ui/classic.ui:303
+#: lib/ui/stdmenus.inc:255
 msgid "Text Small Caps Shape"
 msgstr "Forma versalitas texto"
 
-#: lib/ui/classic.ui:304 lib/ui/stdmenus.inc:256
+#: lib/ui/classic.ui:304
+#: lib/ui/stdmenus.inc:256
 msgid "Text Slanted Shape"
 msgstr "Forma inclinada texto"
 
-#: lib/ui/classic.ui:305 lib/ui/stdmenus.inc:257
+#: lib/ui/classic.ui:305
+#: lib/ui/stdmenus.inc:257
 msgid "Text Upright Shape"
 msgstr "Forma vertical texto"
 
@@ -10001,39 +10853,48 @@ msgstr "Forma vertical texto"
 msgid "Floatflt Figure"
 msgstr "Figura floatflt"
 
-#: lib/ui/classic.ui:314 lib/ui/stdmenus.inc:415
+#: lib/ui/classic.ui:314
+#: lib/ui/stdmenus.inc:415
 msgid "Table of Contents|C"
 msgstr "Índice general|g"
 
-#: lib/ui/classic.ui:316 lib/ui/stdmenus.inc:417
+#: lib/ui/classic.ui:316
+#: lib/ui/stdmenus.inc:417
 msgid "Index List|I"
 msgstr "Índice alfabético|a"
 
-#: lib/ui/classic.ui:317 lib/ui/stdmenus.inc:418
+#: lib/ui/classic.ui:317
+#: lib/ui/stdmenus.inc:418
 msgid "Nomenclature|N"
 msgstr "Nomenclatura|N"
 
-#: lib/ui/classic.ui:318 lib/ui/stdmenus.inc:419
+#: lib/ui/classic.ui:318
+#: lib/ui/stdmenus.inc:419
 msgid "BibTeX Bibliography...|B"
 msgstr "Bibliografía BibTeX...|B"
 
-#: lib/ui/classic.ui:322 lib/ui/stdmenus.inc:423
+#: lib/ui/classic.ui:322
+#: lib/ui/stdmenus.inc:423
 msgid "LyX Document...|X"
 msgstr "Documento LyX...|X"
 
-#: lib/ui/classic.ui:323 lib/ui/stdmenus.inc:424
+#: lib/ui/classic.ui:323
+#: lib/ui/stdmenus.inc:424
 msgid "Plain Text...|T"
 msgstr "Texto simple...|T"
 
-#: lib/ui/classic.ui:324 lib/ui/stdmenus.inc:425
+#: lib/ui/classic.ui:324
+#: lib/ui/stdmenus.inc:425
 msgid "Plain Text, Join Lines...|J"
 msgstr "Texto simple, unir líneas...|l"
 
-#: lib/ui/classic.ui:328 lib/ui/stdmenus.inc:462
+#: lib/ui/classic.ui:328
+#: lib/ui/stdmenus.inc:462
 msgid "Track Changes|T"
 msgstr "Seguir cambios|S"
 
-#: lib/ui/classic.ui:329 lib/ui/stdmenus.inc:463
+#: lib/ui/classic.ui:329
+#: lib/ui/stdmenus.inc:463
 msgid "Merge Changes...|M"
 msgstr "Fusionar cambios...|F"
 
@@ -10045,7 +10906,8 @@ msgstr "Aceptar todos los cambios|A"
 msgid "Reject All Changes|R"
 msgstr "Descartar todos los cambios|D"
 
-#: lib/ui/classic.ui:332 lib/ui/stdmenus.inc:468
+#: lib/ui/classic.ui:332
+#: lib/ui/stdmenus.inc:468
 msgid "Show Changes in Output|S"
 msgstr "Mostrar cambios en la salida|M"
 
@@ -10089,19 +10951,23 @@ msgstr "Aumentar profundidad|u"
 msgid "Start Appendix Here|S"
 msgstr "Comenzar apéndice aquí|C"
 
-#: lib/ui/classic.ui:360 lib/ui/stdmenus.inc:451
+#: lib/ui/classic.ui:360
+#: lib/ui/stdmenus.inc:451
 msgid "Build Program|B"
 msgstr "Construir programa|t"
 
-#: lib/ui/classic.ui:361 lib/ui/stdmenus.inc:294
+#: lib/ui/classic.ui:361
+#: lib/ui/stdmenus.inc:294
 msgid "Update|U"
 msgstr "Actualizar|z"
 
-#: lib/ui/classic.ui:363 lib/ui/stdmenus.inc:452
+#: lib/ui/classic.ui:363
+#: lib/ui/stdmenus.inc:452
 msgid "LaTeX Log|L"
 msgstr "Registro de LaTeX|L"
 
-#: lib/ui/classic.ui:364 lib/ui/stdmenus.inc:453
+#: lib/ui/classic.ui:364
+#: lib/ui/stdmenus.inc:453
 msgid "Outline|O"
 msgstr "Navegador de contorno|N"
 
@@ -10109,35 +10975,43 @@ msgstr "Navegador de contorno|N"
 msgid "TeX Information|X"
 msgstr "Información TeX|X"
 
-#: lib/ui/classic.ui:378 lib/ui/stdmenus.inc:476
+#: lib/ui/classic.ui:378
+#: lib/ui/stdmenus.inc:476
 msgid "Next Note|N"
 msgstr "Nota siguiente|N"
 
-#: lib/ui/classic.ui:379 lib/ui/stdmenus.inc:479
+#: lib/ui/classic.ui:379
+#: lib/ui/stdmenus.inc:479
 msgid "Go to Label|L"
 msgstr "Ir a la etiqueta|e"
 
-#: lib/ui/classic.ui:380 lib/ui/stdmenus.inc:475
+#: lib/ui/classic.ui:380
+#: lib/ui/stdmenus.inc:475
 msgid "Bookmarks|B"
 msgstr "Marcadores|M"
 
-#: lib/ui/classic.ui:384 lib/ui/stdmenus.inc:485
+#: lib/ui/classic.ui:384
+#: lib/ui/stdmenus.inc:485
 msgid "Save Bookmark 1|S"
 msgstr "Guardar marcador 1|G"
 
-#: lib/ui/classic.ui:385 lib/ui/stdmenus.inc:486
+#: lib/ui/classic.ui:385
+#: lib/ui/stdmenus.inc:486
 msgid "Save Bookmark 2"
 msgstr "Guardar marcador 2"
 
-#: lib/ui/classic.ui:386 lib/ui/stdmenus.inc:487
+#: lib/ui/classic.ui:386
+#: lib/ui/stdmenus.inc:487
 msgid "Save Bookmark 3"
 msgstr "Guardar marcador 3"
 
-#: lib/ui/classic.ui:387 lib/ui/stdmenus.inc:488
+#: lib/ui/classic.ui:387
+#: lib/ui/stdmenus.inc:488
 msgid "Save Bookmark 4"
 msgstr "Guardar marcador 4"
 
-#: lib/ui/classic.ui:388 lib/ui/stdmenus.inc:489
+#: lib/ui/classic.ui:388
+#: lib/ui/stdmenus.inc:489
 msgid "Save Bookmark 5"
 msgstr "Guardar marcador 5"
 
@@ -10161,15 +11035,18 @@ msgstr "Ir al marcador 4|4"
 msgid "Go to Bookmark 5|5"
 msgstr "Ir al marcador 5|5"
 
-#: lib/ui/classic.ui:409 lib/ui/stdmenus.inc:517
+#: lib/ui/classic.ui:409
+#: lib/ui/stdmenus.inc:517
 msgid "Introduction|I"
 msgstr "Introducción|I"
 
-#: lib/ui/classic.ui:410 lib/ui/stdmenus.inc:518
+#: lib/ui/classic.ui:410
+#: lib/ui/stdmenus.inc:518
 msgid "Tutorial|T"
 msgstr "Tutorial|T"
 
-#: lib/ui/classic.ui:411 lib/ui/stdmenus.inc:519
+#: lib/ui/classic.ui:411
+#: lib/ui/stdmenus.inc:519
 msgid "User's Guide|U"
 msgstr "Guía del usuario|u"
 
@@ -10181,19 +11058,23 @@ msgstr "Características extendidas|C"
 msgid "Embedded Objects|m"
 msgstr "Objetos insertados|O"
 
-#: lib/ui/classic.ui:414 lib/ui/stdmenus.inc:523
+#: lib/ui/classic.ui:414
+#: lib/ui/stdmenus.inc:523
 msgid "Customization|C"
 msgstr "Personalización|P"
 
-#: lib/ui/classic.ui:415 lib/ui/stdmenus.inc:526
+#: lib/ui/classic.ui:415
+#: lib/ui/stdmenus.inc:526
 msgid "LaTeX Configuration|L"
 msgstr "Configuración de LaTeX|L"
 
-#: lib/ui/classic.ui:417 lib/ui/stdmenus.inc:529
+#: lib/ui/classic.ui:417
+#: lib/ui/stdmenus.inc:529
 msgid "About LyX|X"
 msgstr "Acerca de LyX|X"
 
-#: lib/ui/classic.ui:425 src/frontends/qt4/GuiAbout.cpp:99
+#: lib/ui/classic.ui:425
+#: src/frontends/qt4/GuiAbout.cpp:99
 msgid "About LyX"
 msgstr "Acerca de LyX"
 
@@ -10205,34 +11086,39 @@ msgstr "Preferencias..."
 msgid "Quit LyX"
 msgstr "Salir de LyX"
 
-#: lib/ui/stdcontext.inc:22 lib/ui/stdmenus.inc:397
+#: lib/ui/stdcontext.inc:22
+#: lib/ui/stdmenus.inc:397
 msgid "Aligned Environment|l"
 msgstr "Entorno aligned|i"
 
-#: lib/ui/stdcontext.inc:23 lib/ui/stdmenus.inc:398
+#: lib/ui/stdcontext.inc:23
+#: lib/ui/stdmenus.inc:398
 msgid "AlignedAt Environment|v"
 msgstr "Entorno alignedAt|r"
 
-#: lib/ui/stdcontext.inc:24 lib/ui/stdmenus.inc:399
+#: lib/ui/stdcontext.inc:24
+#: lib/ui/stdmenus.inc:399
 msgid "Gathered Environment|h"
 msgstr "Entorno gathered|h"
 
-#: lib/ui/stdcontext.inc:27 lib/ui/stdmenus.inc:402
+#: lib/ui/stdcontext.inc:27
+#: lib/ui/stdmenus.inc:402
 msgid "Delimiters...|r"
 msgstr "Delimitadores...|D"
 
-#: lib/ui/stdcontext.inc:28 lib/ui/stdmenus.inc:403
+#: lib/ui/stdcontext.inc:28
+#: lib/ui/stdmenus.inc:403
 msgid "Matrix...|x"
 msgstr "Matriz...|z"
 
-#: lib/ui/stdcontext.inc:29 lib/ui/stdmenus.inc:404
+#: lib/ui/stdcontext.inc:29
+#: lib/ui/stdmenus.inc:404
 msgid "Macro|o"
 msgstr "Macro|o"
 
 #: lib/ui/stdcontext.inc:44
-#, fuzzy
 msgid "AMS Environment|A"
-msgstr "Entorno Align|A"
+msgstr "Entorno AMS|A"
 
 #: lib/ui/stdcontext.inc:46
 msgid "Equation Label|L"
@@ -10242,7 +11128,8 @@ msgstr "Etiqueta de ecuación|t"
 msgid "Toggle Labeling/Numbering|T"
 msgstr "Conmutar  Etiquetado/Numeración|C"
 
-#: lib/ui/stdcontext.inc:49 lib/ui/stdmenus.inc:202
+#: lib/ui/stdcontext.inc:49
+#: lib/ui/stdmenus.inc:202
 msgid "Split Cell|C"
 msgstr "Dividir celda|D"
 
@@ -10254,35 +11141,43 @@ msgstr "Insertar|I"
 msgid "Add Line Above|o"
 msgstr "Añadir línea encima|r"
 
-#: lib/ui/stdcontext.inc:54 lib/ui/stdmenus.inc:205
+#: lib/ui/stdcontext.inc:54
+#: lib/ui/stdmenus.inc:205
 msgid "Add Line Below|B"
 msgstr "Añadir línea debajo|l"
 
-#: lib/ui/stdcontext.inc:55 lib/ui/stdmenus.inc:206
+#: lib/ui/stdcontext.inc:55
+#: lib/ui/stdmenus.inc:206
 msgid "Delete Line Above|D"
 msgstr "Eliminar línea de encima|E"
 
-#: lib/ui/stdcontext.inc:56 lib/ui/stdmenus.inc:207
+#: lib/ui/stdcontext.inc:56
+#: lib/ui/stdmenus.inc:207
 msgid "Delete Line Below|e"
 msgstr "Eliminar línea de debajo|b"
 
-#: lib/ui/stdcontext.inc:58 lib/ui/stdmenus.inc:209
+#: lib/ui/stdcontext.inc:58
+#: lib/ui/stdmenus.inc:209
 msgid "Add Line to Left"
 msgstr "Añadir línea a la izquierda|z"
 
-#: lib/ui/stdcontext.inc:59 lib/ui/stdmenus.inc:210
+#: lib/ui/stdcontext.inc:59
+#: lib/ui/stdmenus.inc:210
 msgid "Add Line to Right"
 msgstr "Añadir línea a la derecha|h"
 
-#: lib/ui/stdcontext.inc:60 lib/ui/stdmenus.inc:211
+#: lib/ui/stdcontext.inc:60
+#: lib/ui/stdmenus.inc:211
 msgid "Delete Line to Left"
 msgstr "Eliminar línea de la izquierda"
 
-#: lib/ui/stdcontext.inc:61 lib/ui/stdmenus.inc:212
+#: lib/ui/stdcontext.inc:61
+#: lib/ui/stdmenus.inc:212
 msgid "Delete Line to Right"
 msgstr "Eliminar línea de la derecha"
 
-#: lib/ui/stdcontext.inc:63 lib/ui/stdtoolbars.inc:80
+#: lib/ui/stdcontext.inc:63
+#: lib/ui/stdtoolbars.inc:80
 msgid "Toggle Math Toolbar"
 msgstr "Conmutar barra de herramientas de ecuaciones"
 
@@ -10290,11 +11185,13 @@ msgstr "Conmutar barra de herramientas de ecuaciones"
 msgid "Toggle Math-Panels Toolbar"
 msgstr "Conmutar barra de paneles de ecuaciones"
 
-#: lib/ui/stdcontext.inc:65 lib/ui/stdtoolbars.inc:81
+#: lib/ui/stdcontext.inc:65
+#: lib/ui/stdtoolbars.inc:81
 msgid "Toggle Table Toolbar"
 msgstr "Conmutar barra de herramientas de tabla"
 
-#: lib/ui/stdcontext.inc:73 lib/ui/stdcontext.inc:90
+#: lib/ui/stdcontext.inc:73
+#: lib/ui/stdcontext.inc:90
 msgid "Next Cross-Reference|N"
 msgstr "Referencia cruzada siguiente|R"
 
@@ -10326,13 +11223,21 @@ msgstr "<referencia> en página <página>|g"
 msgid "Formatted reference|t"
 msgstr "Referencia con formato|c"
 
-#: lib/ui/stdcontext.inc:83 lib/ui/stdcontext.inc:93 lib/ui/stdcontext.inc:103
-#: lib/ui/stdcontext.inc:111 lib/ui/stdcontext.inc:125
-#: lib/ui/stdcontext.inc:132 lib/ui/stdcontext.inc:150
-#: lib/ui/stdcontext.inc:188 lib/ui/stdcontext.inc:215
-#: lib/ui/stdcontext.inc:297 lib/ui/stdcontext.inc:305
-#: lib/ui/stdcontext.inc:317 lib/ui/stdcontext.inc:352
-#: lib/ui/stdcontext.inc:361 lib/ui/stdmenus.inc:458
+#: lib/ui/stdcontext.inc:83
+#: lib/ui/stdcontext.inc:93
+#: lib/ui/stdcontext.inc:103
+#: lib/ui/stdcontext.inc:111
+#: lib/ui/stdcontext.inc:125
+#: lib/ui/stdcontext.inc:132
+#: lib/ui/stdcontext.inc:150
+#: lib/ui/stdcontext.inc:188
+#: lib/ui/stdcontext.inc:215
+#: lib/ui/stdcontext.inc:297
+#: lib/ui/stdcontext.inc:305
+#: lib/ui/stdcontext.inc:317
+#: lib/ui/stdcontext.inc:352
+#: lib/ui/stdcontext.inc:361
+#: lib/ui/stdmenus.inc:458
 msgid "Settings...|S"
 msgstr "Configuración...|o"
 
@@ -10344,16 +11249,20 @@ msgstr "Volver a referencia|V"
 msgid "Edit Database(s) externally...|x"
 msgstr "Editar base de datos externamente...|x"
 
-#: lib/ui/stdcontext.inc:121 lib/ui/stdcontext.inc:293
+#: lib/ui/stdcontext.inc:121
+#: lib/ui/stdcontext.inc:293
 msgid "Open Inset|O"
 msgstr "Abrir cuadro|A"
 
-#: lib/ui/stdcontext.inc:122 lib/ui/stdcontext.inc:294
+#: lib/ui/stdcontext.inc:122
+#: lib/ui/stdcontext.inc:294
 msgid "Close Inset|C"
 msgstr "Cerrar cuadro"
 
-#: lib/ui/stdcontext.inc:124 lib/ui/stdcontext.inc:130
-#: lib/ui/stdcontext.inc:149 lib/ui/stdcontext.inc:162
+#: lib/ui/stdcontext.inc:124
+#: lib/ui/stdcontext.inc:130
+#: lib/ui/stdcontext.inc:149
+#: lib/ui/stdcontext.inc:162
 #: lib/ui/stdcontext.inc:296
 msgid "Dissolve Inset|D"
 msgstr "Disolver cuadro|D"
@@ -10394,15 +11303,18 @@ msgstr "Fondo sombreado|o"
 msgid "Double frame|D"
 msgstr "Marco doble|d"
 
-#: lib/ui/stdcontext.inc:158 lib/ui/stdmenus.inc:432
+#: lib/ui/stdcontext.inc:158
+#: lib/ui/stdmenus.inc:432
 msgid "LyX Note|N"
 msgstr "Nota LyX|N"
 
-#: lib/ui/stdcontext.inc:159 lib/ui/stdmenus.inc:433
+#: lib/ui/stdcontext.inc:159
+#: lib/ui/stdmenus.inc:433
 msgid "Comment|C"
 msgstr "Comentario|C"
 
-#: lib/ui/stdcontext.inc:160 lib/ui/stdmenus.inc:434
+#: lib/ui/stdcontext.inc:160
+#: lib/ui/stdmenus.inc:434
 msgid "Greyed Out|G"
 msgstr "Resaltado en gris|g"
 
@@ -10522,49 +11434,67 @@ msgstr "Listado|L"
 msgid "Edit included file...|E"
 msgstr "Editar archivo incluido...|E"
 
-#: lib/ui/stdcontext.inc:224 lib/ui/stdmenus.inc:378
+#: lib/ui/stdcontext.inc:224
+#: lib/ui/stdmenus.inc:378
 msgid "New Page|N"
 msgstr "Página nueva|n"
 
-#: lib/ui/stdcontext.inc:225 lib/ui/stdmenus.inc:379
+#: lib/ui/stdcontext.inc:225
+#: lib/ui/stdmenus.inc:379
 msgid "Page Break|a"
 msgstr "Salto de página|t"
 
-#: lib/ui/stdcontext.inc:226 lib/ui/stdmenus.inc:380
+#: lib/ui/stdcontext.inc:226
+#: lib/ui/stdmenus.inc:380
 msgid "Clear Page|C"
 msgstr "Limpiar página|m"
 
-#: lib/ui/stdcontext.inc:227 lib/ui/stdmenus.inc:381
+#: lib/ui/stdcontext.inc:227
+#: lib/ui/stdmenus.inc:381
 msgid "Clear Double Page|D"
 msgstr "Limpiar página doble|b"
 
-#: lib/ui/stdcontext.inc:234 lib/ui/stdmenus.inc:375
+#: lib/ui/stdcontext.inc:234
+#: lib/ui/stdmenus.inc:375
 msgid "Ragged Line Break|R"
 msgstr "Salto de línea cortada|a"
 
-#: lib/ui/stdcontext.inc:235 lib/ui/stdmenus.inc:376
+#: lib/ui/stdcontext.inc:235
+#: lib/ui/stdmenus.inc:376
 msgid "Justified Line Break|J"
 msgstr "Salto de línea justificada|j"
 
-#: lib/ui/stdcontext.inc:242 lib/ui/stdcontext.inc:288 lib/ui/stdmenus.inc:88
-#: lib/ui/stdtoolbars.inc:66 src/Text3.cpp:991
+#: lib/ui/stdcontext.inc:242
+#: lib/ui/stdcontext.inc:288
+#: lib/ui/stdmenus.inc:88
+#: lib/ui/stdtoolbars.inc:66
+#: src/Text3.cpp:991
 #: src/mathed/InsetMathNest.cpp:547
 msgid "Cut"
 msgstr "Cortar"
 
-#: lib/ui/stdcontext.inc:243 lib/ui/stdcontext.inc:289 lib/ui/stdmenus.inc:89
-#: lib/ui/stdtoolbars.inc:67 src/Text3.cpp:996
+#: lib/ui/stdcontext.inc:243
+#: lib/ui/stdcontext.inc:289
+#: lib/ui/stdmenus.inc:89
+#: lib/ui/stdtoolbars.inc:67
+#: src/Text3.cpp:996
 #: src/mathed/InsetMathNest.cpp:555
 msgid "Copy"
 msgstr "Copiar"
 
-#: lib/ui/stdcontext.inc:244 lib/ui/stdcontext.inc:290 lib/ui/stdmenus.inc:90
-#: lib/ui/stdtoolbars.inc:68 src/Text3.cpp:950
-#: src/mathed/InsetMathGrid.cpp:1256 src/mathed/InsetMathNest.cpp:527
+#: lib/ui/stdcontext.inc:244
+#: lib/ui/stdcontext.inc:290
+#: lib/ui/stdmenus.inc:90
+#: lib/ui/stdtoolbars.inc:68
+#: src/Text3.cpp:950
+#: src/mathed/InsetMathGrid.cpp:1256
+#: src/mathed/InsetMathNest.cpp:527
 msgid "Paste"
 msgstr "Pegar"
 
-#: lib/ui/stdcontext.inc:245 lib/ui/stdcontext.inc:291 lib/ui/stdmenus.inc:91
+#: lib/ui/stdcontext.inc:245
+#: lib/ui/stdcontext.inc:291
+#: lib/ui/stdmenus.inc:91
 msgid "Paste Recent|e"
 msgstr "Pegar reciente|P"
 
@@ -10572,11 +11502,13 @@ msgstr "Pegar reciente|P"
 msgid "Jump to Saved Bookmark|B"
 msgstr "Ir a marcador guardado|I"
 
-#: lib/ui/stdcontext.inc:249 lib/ui/stdmenus.inc:98
+#: lib/ui/stdcontext.inc:249
+#: lib/ui/stdmenus.inc:98
 msgid "Move Paragraph Up|o"
 msgstr "Mover párrafo arriba|o"
 
-#: lib/ui/stdcontext.inc:250 lib/ui/stdmenus.inc:99
+#: lib/ui/stdcontext.inc:250
+#: lib/ui/stdmenus.inc:99
 msgid "Move Paragraph Down|v"
 msgstr "Mover párrafo abajo|b"
 
@@ -10604,11 +11536,13 @@ msgstr "Insertar Título breve|T"
 msgid "Apply Last Text Style|A"
 msgstr "Aplicar último estilo de texto|A"
 
-#: lib/ui/stdcontext.inc:259 lib/ui/stdmenus.inc:101
+#: lib/ui/stdcontext.inc:259
+#: lib/ui/stdmenus.inc:101
 msgid "Text Style|S"
 msgstr "Estilo del texto|s"
 
-#: lib/ui/stdcontext.inc:260 lib/ui/stdmenus.inc:102
+#: lib/ui/stdcontext.inc:260
+#: lib/ui/stdmenus.inc:102
 msgid "Paragraph Settings...|P"
 msgstr "Configuración del párrafo...|f"
 
@@ -10616,76 +11550,92 @@ msgstr "Configuración del párrafo...|f"
 msgid "Fullscreen Mode"
 msgstr "Modo pantalla completa"
 
-#: lib/ui/stdcontext.inc:270 lib/ui/stdmenus.inc:216
+#: lib/ui/stdcontext.inc:270
+#: lib/ui/stdmenus.inc:216
 #: lib/ui/stdtoolbars.inc:171
 msgid "Append Parameter"
 msgstr "Añadir parámetro"
 
-#: lib/ui/stdcontext.inc:271 lib/ui/stdmenus.inc:217
+#: lib/ui/stdcontext.inc:271
+#: lib/ui/stdmenus.inc:217
 #: lib/ui/stdtoolbars.inc:170
 msgid "Remove Last Parameter"
 msgstr "Quitar último parámetro"
 
-#: lib/ui/stdcontext.inc:273 lib/ui/stdmenus.inc:219
+#: lib/ui/stdcontext.inc:273
+#: lib/ui/stdmenus.inc:219
 #: lib/ui/stdtoolbars.inc:173
 msgid "Make First Non-Optional into Optional Parameter"
 msgstr "Hacer opcional el primer parámetro no opcional"
 
-#: lib/ui/stdcontext.inc:274 lib/ui/stdmenus.inc:220
+#: lib/ui/stdcontext.inc:274
+#: lib/ui/stdmenus.inc:220
 #: lib/ui/stdtoolbars.inc:174
 msgid "Make Last Optional into Non-Optional Parameter"
 msgstr "Hacer no opcional el último parámetro opcional"
 
-#: lib/ui/stdcontext.inc:275 lib/ui/stdmenus.inc:221
+#: lib/ui/stdcontext.inc:275
+#: lib/ui/stdmenus.inc:221
 #: lib/ui/stdtoolbars.inc:177
 msgid "Insert Optional Parameter"
 msgstr "Insertar parámetro opcional"
 
-#: lib/ui/stdcontext.inc:276 lib/ui/stdmenus.inc:222
+#: lib/ui/stdcontext.inc:276
+#: lib/ui/stdmenus.inc:222
 #: lib/ui/stdtoolbars.inc:176
 msgid "Remove Optional Parameter"
 msgstr "Quitar parámetro opcional"
 
-#: lib/ui/stdcontext.inc:278 lib/ui/stdmenus.inc:224
+#: lib/ui/stdcontext.inc:278
+#: lib/ui/stdmenus.inc:224
 #: lib/ui/stdtoolbars.inc:180
 msgid "Append Parameter Eating From The Right"
 msgstr "Añadir parámetro comiendo desde la derecha"
 
-#: lib/ui/stdcontext.inc:279 lib/ui/stdmenus.inc:225
+#: lib/ui/stdcontext.inc:279
+#: lib/ui/stdmenus.inc:225
 #: lib/ui/stdtoolbars.inc:181
 msgid "Append Optional Parameter Eating From The Right"
 msgstr "Añadir parámetro opcional comiendo desde la derecha"
 
-#: lib/ui/stdcontext.inc:280 lib/ui/stdmenus.inc:226
+#: lib/ui/stdcontext.inc:280
+#: lib/ui/stdmenus.inc:226
 #: lib/ui/stdtoolbars.inc:179
 msgid "Remove Last Parameter Spitting Out To The Right"
 msgstr "Quitar último parámetro yendo hacia la derecha"
 
-#: lib/ui/stdcontext.inc:307 lib/ui/stdcontext.inc:319
+#: lib/ui/stdcontext.inc:307
+#: lib/ui/stdcontext.inc:319
 msgid "Edit externally...|x"
 msgstr "Editar externamente...|x"
 
-#: lib/ui/stdcontext.inc:329 lib/ui/stdmenus.inc:163
+#: lib/ui/stdcontext.inc:329
+#: lib/ui/stdmenus.inc:163
 msgid "Top Line|T"
 msgstr "Línea superior|s"
 
-#: lib/ui/stdcontext.inc:330 lib/ui/stdmenus.inc:164
+#: lib/ui/stdcontext.inc:330
+#: lib/ui/stdmenus.inc:164
 msgid "Bottom Line|B"
 msgstr "Línea inferior|i"
 
-#: lib/ui/stdcontext.inc:331 lib/ui/stdmenus.inc:165
+#: lib/ui/stdcontext.inc:331
+#: lib/ui/stdmenus.inc:165
 msgid "Left Line|L"
 msgstr "Línea izquierda|z"
 
-#: lib/ui/stdcontext.inc:332 lib/ui/stdmenus.inc:166
+#: lib/ui/stdcontext.inc:332
+#: lib/ui/stdmenus.inc:166
 msgid "Right Line|R"
 msgstr "Línea derecha|d"
 
-#: lib/ui/stdcontext.inc:344 lib/ui/stdmenus.inc:181
+#: lib/ui/stdcontext.inc:344
+#: lib/ui/stdmenus.inc:181
 msgid "Copy Row|o"
 msgstr "Copiar fila|f"
 
-#: lib/ui/stdcontext.inc:349 lib/ui/stdmenus.inc:186
+#: lib/ui/stdcontext.inc:349
+#: lib/ui/stdmenus.inc:186
 msgid "Copy Column|p"
 msgstr "Copiar columna|p"
 
@@ -11177,11 +12127,13 @@ msgstr "Imprimir documento"
 msgid "Check spelling"
 msgstr "Comprobar ortografía"
 
-#: lib/ui/stdtoolbars.inc:64 src/BufferView.cpp:1021
+#: lib/ui/stdtoolbars.inc:64
+#: src/BufferView.cpp:1021
 msgid "Undo"
 msgstr "Deshacer"
 
-#: lib/ui/stdtoolbars.inc:65 src/BufferView.cpp:1030
+#: lib/ui/stdtoolbars.inc:65
+#: src/BufferView.cpp:1030
 msgid "Redo"
 msgstr "Rehacer"
 
@@ -11273,7 +12225,8 @@ msgstr "Insertar nota al pie"
 msgid "Insert margin note"
 msgstr "Insertar nota al margen"
 
-#: lib/ui/stdtoolbars.inc:103 lib/ui/stdtoolbars.inc:200
+#: lib/ui/stdtoolbars.inc:103
+#: lib/ui/stdtoolbars.inc:200
 msgid "Insert note"
 msgstr "Insertar nota"
 
@@ -11305,19 +12258,23 @@ msgstr "Estilo del texto"
 msgid "Paragraph settings"
 msgstr "Configuración del párrafo"
 
-#: lib/ui/stdtoolbars.inc:116 lib/ui/stdtoolbars.inc:161
+#: lib/ui/stdtoolbars.inc:116
+#: lib/ui/stdtoolbars.inc:161
 msgid "Add row"
 msgstr "Añadir fila"
 
-#: lib/ui/stdtoolbars.inc:117 lib/ui/stdtoolbars.inc:162
+#: lib/ui/stdtoolbars.inc:117
+#: lib/ui/stdtoolbars.inc:162
 msgid "Add column"
 msgstr "Añadir columna"
 
-#: lib/ui/stdtoolbars.inc:118 lib/ui/stdtoolbars.inc:163
+#: lib/ui/stdtoolbars.inc:118
+#: lib/ui/stdtoolbars.inc:163
 msgid "Delete row"
 msgstr "Eliminar fila"
 
-#: lib/ui/stdtoolbars.inc:119 lib/ui/stdtoolbars.inc:164
+#: lib/ui/stdtoolbars.inc:119
+#: lib/ui/stdtoolbars.inc:164
 msgid "Delete column"
 msgstr "Eliminar columna"
 
@@ -11561,20 +12518,24 @@ msgstr "Panel de ecuaciones"
 msgid "Math Spacings"
 msgstr "Espaciado de ecuaciones"
 
-#: lib/ui/stdtoolbars.inc:223 lib/ui/stdtoolbars.inc:295
+#: lib/ui/stdtoolbars.inc:223
+#: lib/ui/stdtoolbars.inc:295
 msgid "Styles"
 msgstr "Estilos"
 
-#: lib/ui/stdtoolbars.inc:224 lib/ui/stdtoolbars.inc:302
+#: lib/ui/stdtoolbars.inc:224
+#: lib/ui/stdtoolbars.inc:302
 msgid "Fractions"
 msgstr "Fracciones"
 
-#: lib/ui/stdtoolbars.inc:225 lib/ui/stdtoolbars.inc:317
+#: lib/ui/stdtoolbars.inc:225
+#: lib/ui/stdtoolbars.inc:317
 #: src/frontends/qt4/GuiDocument.cpp:982
 msgid "Fonts"
 msgstr "Fuentes"
 
-#: lib/ui/stdtoolbars.inc:226 lib/ui/stdtoolbars.inc:242
+#: lib/ui/stdtoolbars.inc:226
+#: lib/ui/stdtoolbars.inc:242
 msgid "Functions"
 msgstr "Funciones"
 
@@ -11787,8 +12748,12 @@ msgid "No horizontal line\t\\atop"
 msgstr "Sin línea horizontal\t\\atop"
 
 #: lib/ui/stdtoolbars.inc:305
-msgid "Nice fraction (3/4)\t\\nicefrac"
-msgstr "Fracción inclinada (3/4)\t\\nicefrac"
+msgid ""
+"Nice fraction (3/4)\t\\n"
+"icefrac"
+msgstr ""
+"Fracción inclinada (3/4)\t\\n"
+"icefrac"
 
 #: lib/ui/stdtoolbars.inc:306
 msgid "Unit (km)\t\\unit"
@@ -11986,7 +12951,8 @@ msgstr "underleftrightarrow"
 msgid "underset"
 msgstr "underset"
 
-#: lib/ui/stdtoolbars.inc:364 src/frontends/qt4/GuiSymbols.cpp:87
+#: lib/ui/stdtoolbars.inc:364
+#: src/frontends/qt4/GuiSymbols.cpp:87
 msgid "Arrows"
 msgstr "Flechas"
 
@@ -12110,7 +13076,8 @@ msgstr "swarrow"
 msgid "searrow"
 msgstr "searrow"
 
-#: lib/ui/stdtoolbars.inc:395 lib/ui/stdtoolbars.inc:663
+#: lib/ui/stdtoolbars.inc:395
+#: lib/ui/stdtoolbars.inc:663
 msgid "rightleftharpoons"
 msgstr "rightleftharpoons"
 
@@ -12358,7 +13325,8 @@ msgstr "doteq"
 msgid "neq"
 msgstr "neq"
 
-#: lib/ui/stdtoolbars.inc:461 src/lengthcommon.cpp:38
+#: lib/ui/stdtoolbars.inc:461
+#: src/lengthcommon.cpp:38
 msgid "in"
 msgstr "in"
 
@@ -12438,7 +13406,8 @@ msgstr "kappa"
 msgid "lambda"
 msgstr "lambda"
 
-#: lib/ui/stdtoolbars.inc:484 src/lengthcommon.cpp:38
+#: lib/ui/stdtoolbars.inc:484
+#: src/lengthcommon.cpp:38
 msgid "mu"
 msgstr "mu"
 
@@ -12606,11 +13575,13 @@ msgstr "aleph"
 msgid "wp"
 msgstr "wp"
 
-#: lib/ui/stdtoolbars.inc:528 lib/ui/stdtoolbars.inc:607
+#: lib/ui/stdtoolbars.inc:528
+#: lib/ui/stdtoolbars.inc:607
 msgid "hbar"
 msgstr "hbar"
 
-#: lib/ui/stdtoolbars.inc:529 lib/ui/stdtoolbars.inc:614
+#: lib/ui/stdtoolbars.inc:529
+#: lib/ui/stdtoolbars.inc:614
 msgid "angle"
 msgstr "ángulo"
 
@@ -13722,7 +14693,8 @@ msgstr "intercal"
 msgid "RasterImage"
 msgstr "Imagen raster"
 
-#: lib/external_templates:40 lib/external_templates:46
+#: lib/external_templates:40
+#: lib/external_templates:46
 msgid "Bitmap: $$AbsOrRelPathParent$$Basename"
 msgstr "Mapa de bits: $$AbsOrRelPathParent$$Basename"
 
@@ -13734,7 +14706,8 @@ msgstr "Un archivo bitmap.\n"
 msgid "XFig"
 msgstr "XFig"
 
-#: lib/external_templates:110 lib/external_templates:113
+#: lib/external_templates:110
+#: lib/external_templates:113
 msgid "Xfig: $$AbsOrRelPathParent$$Basename"
 msgstr "Xfig: $$AbsOrRelPathParent$$Basename"
 
@@ -13746,7 +14719,8 @@ msgstr "Una figura Xfig.\n"
 msgid "ChessDiagram"
 msgstr "Diagrama de ajedrez"
 
-#: lib/external_templates:163 lib/external_templates:182
+#: lib/external_templates:163
+#: lib/external_templates:182
 msgid "Chess: $$AbsOrRelPathParent$$Basename"
 msgstr "Ajedrez: $$AbsOrRelPathParent$$Basename"
 
@@ -13792,7 +14766,8 @@ msgstr ""
 msgid "LilyPond"
 msgstr "LilyPond"
 
-#: lib/external_templates:213 lib/external_templates:219
+#: lib/external_templates:213
+#: lib/external_templates:219
 msgid "Lilypond typeset music"
 msgstr "Tipografía musical Lilypond"
 
@@ -13812,7 +14787,8 @@ msgstr ""
 msgid "PDFPages"
 msgstr "Páginas PDF"
 
-#: lib/external_templates:262 lib/external_templates:273
+#: lib/external_templates:262
+#: lib/external_templates:273
 msgid "PDF pages: $$AbsOrRelPathParent$$Basename"
 msgstr "Páginas PDF: $$AbsOrRelPathParent$$Basename"
 
@@ -13870,7 +14846,8 @@ msgstr "BMP"
 msgid "GIF"
 msgstr "GIF"
 
-#: lib/configure.py:267 src/frontends/qt4/GuiClipboard.cpp:138
+#: lib/configure.py:267
+#: src/frontends/qt4/GuiClipboard.cpp:138
 msgid "JPEG"
 msgstr "JPEG"
 
@@ -13882,7 +14859,8 @@ msgstr "PBM"
 msgid "PGM"
 msgstr "PGM"
 
-#: lib/configure.py:270 src/frontends/qt4/GuiClipboard.cpp:137
+#: lib/configure.py:270
+#: src/frontends/qt4/GuiClipboard.cpp:137
 msgid "PNG"
 msgstr "PNG"
 
@@ -13962,7 +14940,8 @@ msgstr "LaTeX (simple)|L"
 msgid "LaTeX (pdflatex)"
 msgstr "LaTeX (pdflatex)"
 
-#: lib/configure.py:291 src/frontends/qt4/GuiPrefs.cpp:333
+#: lib/configure.py:291
+#: src/frontends/qt4/GuiPrefs.cpp:333
 msgid "Plain text"
 msgstr "Texto simple"
 
@@ -14062,8 +15041,10 @@ msgstr "comando de fecha"
 msgid "Table (CSV)"
 msgstr "Tabla (CSV)"
 
-#: lib/configure.py:335 src/frontends/qt4/GuiView.cpp:824
-#: src/frontends/qt4/GuiView.cpp:825 src/mathed/MathMacroTemplate.cpp:537
+#: lib/configure.py:335
+#: src/frontends/qt4/GuiView.cpp:824
+#: src/frontends/qt4/GuiView.cpp:825
+#: src/mathed/MathMacroTemplate.cpp:537
 msgid "LyX"
 msgstr "LyX"
 
@@ -14119,11 +15100,13 @@ msgstr "Rich Text Format"
 msgid "OpenOffice.Org (sxw)"
 msgstr "OpenOffice.Org (sxw)"
 
-#: lib/configure.py:349 src/frontends/qt4/GuiClipboard.cpp:134
+#: lib/configure.py:349
+#: src/frontends/qt4/GuiClipboard.cpp:134
 msgid "Windows Metafile"
 msgstr "Windows Metafile"
 
-#: lib/configure.py:350 src/frontends/qt4/GuiClipboard.cpp:133
+#: lib/configure.py:350
+#: src/frontends/qt4/GuiClipboard.cpp:133
 msgid "Enhanced Metafile"
 msgstr "Enhanced Metafile"
 
@@ -14139,7 +15122,8 @@ msgstr "MS Word|W"
 msgid "HTML (MS Word)"
 msgstr "HTML (MS Word)"
 
-#: src/BiblioInfo.cpp:118 src/frontends/qt4/GuiDocument.cpp:1368
+#: src/BiblioInfo.cpp:118
+#: src/frontends/qt4/GuiDocument.cpp:1368
 #, c-format
 msgid "%1$s and %2$s"
 msgstr "%1$s y %2$s"
@@ -14153,7 +15137,8 @@ msgstr "%1$s et al."
 msgid "No year"
 msgstr "Sin año"
 
-#: src/BiblioInfo.cpp:317 src/BiblioInfo.cpp:377
+#: src/BiblioInfo.cpp:317
+#: src/BiblioInfo.cpp:377
 msgid "Add to bibliography only."
 msgstr "Añadir bibliografía sólo."
 
@@ -14167,8 +15152,7 @@ msgstr "Error de disco:"
 
 #: src/Buffer.cpp:240
 #, c-format
-msgid ""
-"LyX could not create the temporary directory '%1$s' (Disk is full maybe?)"
+msgid "LyX could not create the temporary directory '%1$s' (Disk is full maybe?)"
 msgstr "LyX no ha podido crear el directorio temporal '%1$s' (¿Disco lleno?)"
 
 #: src/Buffer.cpp:297
@@ -14187,16 +15171,17 @@ msgstr "Clase de documento desconocida"
 #: src/Buffer.cpp:514
 #, c-format
 msgid "Using the default document class, because the class %1$s is unknown."
-msgstr ""
-"Usando la clase de documento predeterminada, ya que la clase %1$s es "
-"desconocida."
+msgstr "Usando la clase de documento predeterminada, ya que la clase %1$s es desconocida."
 
-#: src/Buffer.cpp:518 src/Text.cpp:241
+#: src/Buffer.cpp:518
+#: src/Text.cpp:241
 #, c-format
 msgid "Unknown token: %1$s %2$s\n"
 msgstr "Símbolo desconocido: %1$s %2$s\n"
 
-#: src/Buffer.cpp:522 src/Buffer.cpp:529 src/Buffer.cpp:549
+#: src/Buffer.cpp:522
+#: src/Buffer.cpp:529
+#: src/Buffer.cpp:549
 msgid "Document header error"
 msgstr "Error de encabezamiento de documento"
 
@@ -14208,36 +15193,33 @@ msgstr "\\begin_header falta"
 msgid "\\begin_document is missing"
 msgstr "\\begin_document falta"
 
-#: src/Buffer.cpp:564 src/Buffer.cpp:570 src/BufferView.cpp:1140
+#: src/Buffer.cpp:564
+#: src/Buffer.cpp:570
+#: src/BufferView.cpp:1140
 #: src/BufferView.cpp:1146
 msgid "Changes not shown in LaTeX output"
 msgstr "Cambios no mostrados en la salida LaTeX."
 
-#: src/Buffer.cpp:565 src/BufferView.cpp:1141
+#: src/Buffer.cpp:565
+#: src/BufferView.cpp:1141
 msgid ""
-"Changes will not be highlighted in LaTeX output, because neither dvipost nor "
-"xcolor/soul are installed.\n"
-"Please install these packages or redefine \\lyxadded and \\lyxdeleted in the "
-"LaTeX preamble."
+"Changes will not be highlighted in LaTeX output, because neither dvipost nor xcolor/soul are installed.\n"
+"Please install these packages or redefine \\lyxadded and \\lyxdeleted in the LaTeX preamble."
 msgstr ""
-"Los cambios no serán resaltados en la salida LaTeX, ya que ni dvipost ni "
-"xcolor/soul están instalados.\n"
-"Por favor instale estos paquetes o redefina \\lyxadded y \\lyxdeleted en el "
-"preámbulo LaTeX."
+"Los cambios no serán resaltados en la salida LaTeX, ya que ni dvipost ni xcolor/soul están instalados.\n"
+"Por favor instale estos paquetes o redefina \\lyxadded y \\lyxdeleted en el preámbulo LaTeX."
 
-#: src/Buffer.cpp:571 src/BufferView.cpp:1147
+#: src/Buffer.cpp:571
+#: src/BufferView.cpp:1147
 msgid ""
-"Changes will not be highlighted in LaTeX output when using pdflatex, because "
-"xcolor and soul are not installed.\n"
-"Please install both packages or redefine \\lyxadded and \\lyxdeleted in the "
-"LaTeX preamble."
+"Changes will not be highlighted in LaTeX output when using pdflatex, because xcolor and soul are not installed.\n"
+"Please install both packages or redefine \\lyxadded and \\lyxdeleted in the LaTeX preamble."
 msgstr ""
-"Los cambios no serán resaltados en la salida LaTeX cuando se use pdflatex, "
-"ya que xcolor y soul no están instalados.\n"
-"Por favor instale ambos paquetes o redefina \\lyxadded y \\lyxdeleted en el "
-"preámbulo LaTeX."
+"Los cambios no serán resaltados en la salida LaTeX cuando se use pdflatex, ya que xcolor y soul no están instalados.\n"
+"Por favor instale ambos paquetes o redefina \\lyxadded y \\lyxdeleted en el preámbulo LaTeX."
 
-#: src/Buffer.cpp:709 src/Buffer.cpp:792
+#: src/Buffer.cpp:709
+#: src/Buffer.cpp:792
 msgid "Document format failure"
 msgstr "Fallo al formatear documento"
 
@@ -14252,12 +15234,8 @@ msgstr "Falló la conversión"
 
 #: src/Buffer.cpp:748
 #, c-format
-msgid ""
-"%1$s is from a different version of LyX, but a temporary file for converting "
-"it could not be created."
-msgstr ""
-"%1$s es de una versión diferente de LyX, pero no se ha podido crear un "
-"archivo temporal para convertirlo."
+msgid "%1$s is from a different version of LyX, but a temporary file for converting it could not be created."
+msgstr "%1$s es de una versión diferente de LyX, pero no se ha podido crear un archivo temporal para convertirlo."
 
 #: src/Buffer.cpp:757
 msgid "Conversion script not found"
@@ -14265,12 +15243,8 @@ msgstr "Guión de conversión no encontrado"
 
 #: src/Buffer.cpp:758
 #, c-format
-msgid ""
-"%1$s is from a different version of LyX, but the conversion script lyx2lyx "
-"could not be found."
-msgstr ""
-"%1$s es de una versión diferente de LyX, pero el guión de conversión lyx2lyx "
-"no pudo ser encontrado."
+msgid "%1$s is from a different version of LyX, but the conversion script lyx2lyx could not be found."
+msgstr "%1$s es de una versión diferente de LyX, pero el guión de conversión lyx2lyx no pudo ser encontrado."
 
 #: src/Buffer.cpp:777
 msgid "Conversion script failed"
@@ -14278,19 +15252,13 @@ msgstr "Falló el guión de conversión"
 
 #: src/Buffer.cpp:778
 #, c-format
-msgid ""
-"%1$s is from a different version of LyX, but the lyx2lyx script failed to "
-"convert it."
-msgstr ""
-"%1$s es de una versión diferente de LyX, pero el guión lyx2lyx falló al "
-"convertirlo."
+msgid "%1$s is from a different version of LyX, but the lyx2lyx script failed to convert it."
+msgstr "%1$s es de una versión diferente de LyX, pero el guión lyx2lyx falló al convertirlo."
 
 #: src/Buffer.cpp:793
 #, c-format
 msgid "%1$s ended unexpectedly, which means that it is probably corrupted."
-msgstr ""
-"%1$s terminó inesperadamente, lo que quiere decir que probablemente esté "
-"corrupto."
+msgstr "%1$s terminó inesperadamente, lo que quiere decir que probablemente esté corrupto."
 
 #: src/Buffer.cpp:826
 msgid "Backup failure"
@@ -14307,19 +15275,18 @@ msgstr ""
 
 #: src/Buffer.cpp:837
 #, c-format
-msgid ""
-"Document %1$s has been externally modified. Are you sure you want to "
-"overwrite this file?"
-msgstr ""
-"El documento %1$s ha sido modificado externamente. ¿Está seguro de que desea "
-"sobreescribir este archivo?"
+msgid "Document %1$s has been externally modified. Are you sure you want to overwrite this file?"
+msgstr "El documento %1$s ha sido modificado externamente. ¿Está seguro de que desea sobreescribir este archivo?"
 
 #: src/Buffer.cpp:839
 msgid "Overwrite modified file?"
 msgstr "¿Sobreescribir archivo modificado?"
 
-#: src/Buffer.cpp:840 src/Exporter.cpp:49 src/LyXFunc.cpp:996
-#: src/frontends/qt4/GuiClipboard.cpp:208 src/frontends/qt4/GuiView.cpp:1504
+#: src/Buffer.cpp:840
+#: src/Exporter.cpp:49
+#: src/LyXFunc.cpp:996
+#: src/frontends/qt4/GuiClipboard.cpp:208
+#: src/frontends/qt4/GuiView.cpp:1504
 #: src/frontends/qt4/GuiView.cpp:1682
 msgid "&Overwrite"
 msgstr "&Sobreescribir"
@@ -14343,27 +15310,20 @@ msgstr "Detectada excepción del programa iconv"
 
 #: src/Buffer.cpp:963
 #, c-format
-msgid ""
-"Please verify that the support software for your encoding (%1$s) is properly "
-"installed"
-msgstr ""
-"Por favor verifica que el software de soporte para tu codificación (%1$s) "
-"está adecuadamente instalado"
+msgid "Please verify that the support software for your encoding (%1$s) is properly installed"
+msgstr "Por favor verifica que el software de soporte para tu codificación (%1$s) está adecuadamente instalado"
 
 #: src/Buffer.cpp:985
 #, c-format
 msgid "Could not find LaTeX command for character '%1$s' (code point %2$s)"
-msgstr ""
-"No se puede encontrar un comando LaTeX para el carácter '%1$s' (código %2$s)"
+msgstr "No se puede encontrar un comando LaTeX para el carácter '%1$s' (código %2$s)"
 
 #: src/Buffer.cpp:988
 msgid ""
-"Some characters of your document are probably not representable in the "
-"chosen encoding.\n"
+"Some characters of your document are probably not representable in the chosen encoding.\n"
 "Changing the document encoding to utf8 could help."
 msgstr ""
-"Algunos caracteres de su documento no son representables en la codificación "
-"elegida.\n"
+"Algunos caracteres de su documento no son representables en la codificación elegida.\n"
 "Cambiar la codificación del documento a utf8 podría ayudar."
 
 #: src/Buffer.cpp:995
@@ -14527,11 +15487,14 @@ msgstr "¡Ningún archivo abierto!"
 msgid "LyX: Attempting to save document %1$s\n"
 msgstr "LyX: Intentando guardar documento %1$s\n"
 
-#: src/BufferList.cpp:253 src/BufferList.cpp:266 src/BufferList.cpp:280
+#: src/BufferList.cpp:253
+#: src/BufferList.cpp:266
+#: src/BufferList.cpp:280
 msgid "  Save seems successful. Phew.\n"
 msgstr "  Guardar parece satisfactorio. ¡Uf!\n"
 
-#: src/BufferList.cpp:256 src/BufferList.cpp:270
+#: src/BufferList.cpp:256
+#: src/BufferList.cpp:270
 msgid "  Save failed! Trying...\n"
 msgstr "  ¡Guardar falló! Intentando...\n"
 
@@ -14552,8 +15515,7 @@ msgstr ""
 "El archivo de diseño requerido por este documento,\n"
 "%1$s.layout,\n"
 "no es utilizable. Esto se debe probablemente a que un archivo\n"
-"de clase o estilo LaTeX que necesita no está disponible. Vea la "
-"documentación de personalización para más información.\n"
+"de clase o estilo LaTeX que necesita no está disponible. Vea la documentación de personalización para más información.\n"
 
 #: src/BufferParams.cpp:485
 msgid "Document class not available"
@@ -14565,25 +15527,21 @@ msgstr "LyX será incapaz de producir salida."
 
 #: src/BufferParams.cpp:1611
 #, c-format
-msgid ""
-"The document class %1$s could not be found. A default textclass with default "
-"layouts will be used. LyX might not be able to produce output unless a "
-"correct textclass is selected from the document settings dialog."
-msgstr ""
-"No se puede encontrar la clase de documento %1$s. Se usará una clase "
-"predeterminada con formatos predefinidos. Puede que LyX no genere salida si "
-"no seleccionas una clase disponible en el diálogo de configuración."
+msgid "The document class %1$s could not be found. A default textclass with default layouts will be used. LyX might not be able to produce output unless a correct textclass is selected from the document settings dialog."
+msgstr "No se puede encontrar la clase de documento %1$s. Se usará una clase predeterminada con formatos predefinidos. Puede que LyX no genere salida si no seleccionas una clase disponible en el diálogo de configuración."
 
 #: src/BufferParams.cpp:1616
 msgid "Document class not found"
 msgstr "Clase de documento no disponible"
 
-#: src/BufferParams.cpp:1623 src/LyXFunc.cpp:714
+#: src/BufferParams.cpp:1623
+#: src/LyXFunc.cpp:714
 #, c-format
 msgid "The document class %1$s could not be loaded."
 msgstr "La clase de documento %1$s no se ha podido cargar."
 
-#: src/BufferParams.cpp:1625 src/LyXFunc.cpp:716
+#: src/BufferParams.cpp:1625
+#: src/LyXFunc.cpp:716
 msgid "Could not load class"
 msgstr "No se pudo cargar la clase"
 
@@ -14628,7 +15586,8 @@ msgstr "Paquete no disponible"
 msgid "Error reading module %1$s\n"
 msgstr "Error al leer el módulo %1$s\n"
 
-#: src/BufferParams.cpp:1689 src/BufferParams.cpp:1695
+#: src/BufferParams.cpp:1689
+#: src/BufferParams.cpp:1695
 msgid "Read Error"
 msgstr "Error de lectura"
 
@@ -14652,7 +15611,9 @@ msgstr "No hay más información de deshacer"
 msgid "No further redo information"
 msgstr "No hay más información de rehacer"
 
-#: src/BufferView.cpp:1202 src/lyxfind.cpp:295 src/lyxfind.cpp:313
+#: src/BufferView.cpp:1202
+#: src/lyxfind.cpp:295
+#: src/lyxfind.cpp:313
 msgid "String not found!"
 msgstr "¡Cadena no encontrada!"
 
@@ -14750,7 +15711,8 @@ msgstr ""
 "%1$s\n"
 "no se pudo leer."
 
-#: src/BufferView.cpp:2312 src/output.cpp:39
+#: src/BufferView.cpp:2312
+#: src/output.cpp:39
 msgid "Could not open file"
 msgstr "No se pudo abrir el archivo"
 
@@ -14781,7 +15743,8 @@ msgstr "Aviso de ChkTeX id # %1$d"
 msgid "ChkTeX warning id # "
 msgstr "Aviso de ChkTeX id # "
 
-#: src/Color.cpp:95 src/insets/InsetBibtex.cpp:173
+#: src/Color.cpp:95
+#: src/insets/InsetBibtex.cpp:173
 #: src/insets/InsetBibtex.cpp:198
 msgid "none"
 msgstr "ninguno"
@@ -14946,7 +15909,8 @@ msgstr "fondo de ecuaciones"
 msgid "graphics background"
 msgstr "fondo de los gráficos"
 
-#: src/Color.cpp:139 src/Color.cpp:143
+#: src/Color.cpp:139
+#: src/Color.cpp:143
 msgid "math macro background"
 msgstr "fondo de macro de ecuación"
 
@@ -15098,7 +16062,9 @@ msgstr "heredar"
 msgid "ignore"
 msgstr "ignorar"
 
-#: src/Converter.cpp:305 src/Converter.cpp:448 src/Converter.cpp:471
+#: src/Converter.cpp:305
+#: src/Converter.cpp:448
+#: src/Converter.cpp:471
 #: src/Converter.cpp:514
 msgid "Cannot convert file"
 msgstr "No se puede convertir archivo"
@@ -15112,7 +16078,9 @@ msgstr ""
 "Sin información para convertir los archivos de formato %1$s a %2$s.\n"
 "Defina un convertidor en las preferencias."
 
-#: src/Converter.cpp:403 src/Format.cpp:305 src/Format.cpp:377
+#: src/Converter.cpp:403
+#: src/Format.cpp:305
+#: src/Format.cpp:377
 msgid "Executing command: "
 msgstr "Ejecutando comando: "
 
@@ -15124,7 +16092,9 @@ msgstr "Errores de construcción"
 msgid "There were errors during the build process."
 msgstr "Hubo errores durante el proceso de construcción."
 
-#: src/Converter.cpp:449 src/Format.cpp:312 src/Format.cpp:384
+#: src/Converter.cpp:449
+#: src/Format.cpp:312
+#: src/Format.cpp:384
 #, c-format
 msgid "An error occurred whilst running %1$s"
 msgstr "Ocurrió un error mientras se ejecutaba %1$s"
@@ -15150,12 +16120,8 @@ msgstr "Ejecutando LaTeX..."
 
 #: src/Converter.cpp:591
 #, c-format
-msgid ""
-"LaTeX did not run successfully. Additionally, LyX could not locate the LaTeX "
-"log %1$s."
-msgstr ""
-"LaTeX no se ejecutó con éxito. Además, LyX no pudo localizar el registro de "
-"LaTeX %1$s."
+msgid "LaTeX did not run successfully. Additionally, LyX could not locate the LaTeX log %1$s."
+msgstr "LaTeX no se ejecutó con éxito. Además, LyX no pudo localizar el registro de LaTeX %1$s."
 
 #: src/Converter.cpp:594
 msgid "LaTeX failed"
@@ -15175,15 +16141,15 @@ msgid ""
 "Flex inset %1$s is undefined because of class conversion from\n"
 "%2$s to %3$s"
 msgstr ""
-"La inserción flexible %1$s no está definida debido a la conversión de clase "
-"de\n"
+"La inserción flexible %1$s no está definida debido a la conversión de clase de\n"
 "%2$s a %3$s"
 
 #: src/CutAndPaste.cpp:558
 msgid "Undefined flex inset"
 msgstr "Inserción flexible no definida"
 
-#: src/Exporter.cpp:44 src/LyXFunc.cpp:992
+#: src/Exporter.cpp:44
+#: src/LyXFunc.cpp:992
 #, c-format
 msgid ""
 "The file %1$s already exists.\n"
@@ -15194,7 +16160,8 @@ msgstr ""
 "\n"
 "¿Desea sobreescribir ese archivo?"
 
-#: src/Exporter.cpp:47 src/LyXFunc.cpp:995
+#: src/Exporter.cpp:47
+#: src/LyXFunc.cpp:995
 msgid "Overwrite file?"
 msgstr "¿Sobreescribir archivo?"
 
@@ -15215,19 +16182,22 @@ msgstr "No se pudo copiar archivo"
 msgid "Copying %1$s to %2$s failed."
 msgstr "La copia de %1$s a %2$s falló."
 
-#: src/Font.cpp:49 src/frontends/qt4/GuiCharacter.cpp:118
+#: src/Font.cpp:49
+#: src/frontends/qt4/GuiCharacter.cpp:118
 #: src/frontends/qt4/GuiDocument.cpp:2258
 #: src/frontends/qt4/GuiListings.cpp:159
 msgid "Roman"
 msgstr "Roman"
 
-#: src/Font.cpp:49 src/frontends/qt4/GuiCharacter.cpp:119
+#: src/Font.cpp:49
+#: src/frontends/qt4/GuiCharacter.cpp:119
 #: src/frontends/qt4/GuiDocument.cpp:2258
 #: src/frontends/qt4/GuiListings.cpp:159
 msgid "Sans Serif"
 msgstr "Sans Serif"
 
-#: src/Font.cpp:49 src/frontends/qt4/GuiCharacter.cpp:120
+#: src/Font.cpp:49
+#: src/frontends/qt4/GuiCharacter.cpp:120
 #: src/frontends/qt4/GuiDocument.cpp:2258
 #: src/frontends/qt4/GuiListings.cpp:159
 msgid "Typewriter"
@@ -15237,28 +16207,36 @@ msgstr "Typewriter"
 msgid "Symbol"
 msgstr "Símbolo"
 
-#: src/Font.cpp:51 src/Font.cpp:54 src/Font.cpp:57 src/Font.cpp:63
+#: src/Font.cpp:51
+#: src/Font.cpp:54
+#: src/Font.cpp:57
+#: src/Font.cpp:63
 #: src/Font.cpp:66
 msgid "Inherit"
 msgstr "Heredar"
 
-#: src/Font.cpp:54 src/frontends/qt4/GuiCharacter.cpp:107
+#: src/Font.cpp:54
+#: src/frontends/qt4/GuiCharacter.cpp:107
 msgid "Medium"
 msgstr "Medio"
 
-#: src/Font.cpp:54 src/frontends/qt4/GuiCharacter.cpp:108
+#: src/Font.cpp:54
+#: src/frontends/qt4/GuiCharacter.cpp:108
 msgid "Bold"
 msgstr "Negrita"
 
-#: src/Font.cpp:57 src/frontends/qt4/GuiCharacter.cpp:43
+#: src/Font.cpp:57
+#: src/frontends/qt4/GuiCharacter.cpp:43
 msgid "Upright"
 msgstr "Vertical"
 
-#: src/Font.cpp:57 src/frontends/qt4/GuiCharacter.cpp:44
+#: src/Font.cpp:57
+#: src/frontends/qt4/GuiCharacter.cpp:44
 msgid "Italic"
 msgstr "Cursiva"
 
-#: src/Font.cpp:57 src/frontends/qt4/GuiCharacter.cpp:45
+#: src/Font.cpp:57
+#: src/frontends/qt4/GuiCharacter.cpp:45
 msgid "Slanted"
 msgstr "Inclinada"
 
@@ -15266,11 +16244,13 @@ msgstr "Inclinada"
 msgid "Smallcaps"
 msgstr "Versalitas"
 
-#: src/Font.cpp:62 src/frontends/qt4/GuiCharacter.cpp:66
+#: src/Font.cpp:62
+#: src/frontends/qt4/GuiCharacter.cpp:66
 msgid "Increase"
 msgstr "Aumentar"
 
-#: src/Font.cpp:62 src/frontends/qt4/GuiCharacter.cpp:67
+#: src/Font.cpp:62
+#: src/frontends/qt4/GuiCharacter.cpp:67
 msgid "Decrease"
 msgstr "Disminuir"
 
@@ -15303,11 +16283,15 @@ msgstr "Idioma: %1$s, "
 msgid "  Number %1$s"
 msgstr "  Número %1$s"
 
-#: src/Format.cpp:253 src/Format.cpp:266 src/Format.cpp:276 src/Format.cpp:311
+#: src/Format.cpp:253
+#: src/Format.cpp:266
+#: src/Format.cpp:276
+#: src/Format.cpp:311
 msgid "Cannot view file"
 msgstr "No se puede ver el archivo"
 
-#: src/Format.cpp:254 src/Format.cpp:325
+#: src/Format.cpp:254
+#: src/Format.cpp:325
 #, c-format
 msgid "File does not exist: %1$s"
 msgstr "El archivo no existe: %1$s"
@@ -15322,7 +16306,10 @@ msgstr "No hay información para ver %1$s"
 msgid "Auto-view file %1$s failed"
 msgstr "Auto-vista del archivo %1$s falló"
 
-#: src/Format.cpp:324 src/Format.cpp:336 src/Format.cpp:349 src/Format.cpp:360
+#: src/Format.cpp:324
+#: src/Format.cpp:336
+#: src/Format.cpp:349
+#: src/Format.cpp:360
 #: src/Format.cpp:383
 msgid "Cannot edit file"
 msgstr "No se puede editar archivo"
@@ -15341,11 +16328,15 @@ msgstr "Sin información para editar %1$s"
 msgid "Auto-edit file %1$s failed"
 msgstr "Auto-edición del archivo %1$s falló"
 
-#: src/ISpell.cpp:227 src/ISpell.cpp:234 src/ISpell.cpp:243
+#: src/ISpell.cpp:227
+#: src/ISpell.cpp:234
+#: src/ISpell.cpp:243
 msgid "Can't create pipe for spellchecker."
 msgstr "No puedo crear el \"pipe\" para el corrector ortográfico."
 
-#: src/ISpell.cpp:248 src/ISpell.cpp:253 src/ISpell.cpp:258
+#: src/ISpell.cpp:248
+#: src/ISpell.cpp:253
+#: src/ISpell.cpp:258
 msgid "Can't open pipe for spellchecker."
 msgstr "No puedo abrir el \"pipe\" para el corrector ortográfico."
 
@@ -15367,12 +16358,8 @@ msgstr ""
 
 #: src/ISpell.cpp:395
 #, c-format
-msgid ""
-"Could not check word `%1$s' because it could not be converted to encoding `%2"
-"$s'."
-msgstr ""
-"No se pudo comprobar la palabra `%1$s' porque no se pudo convertir a la "
-"codificación `%2$s'."
+msgid "Could not check word `%1$s' because it could not be converted to encoding `%2$s'."
+msgstr "No se pudo comprobar la palabra `%1$s' porque no se pudo convertir a la codificación `%2$s'."
 
 #: src/ISpell.cpp:406
 msgid "Could not communicate with the ispell spellchecker process."
@@ -15380,21 +16367,13 @@ msgstr "No se pudo comunicar con el proceso del corrector ortográfico ispell."
 
 #: src/ISpell.cpp:466
 #, c-format
-msgid ""
-"Could not insert word `%1$s' because it could not be converted to encoding `%"
-"2$s'."
-msgstr ""
-"No se pudo insertar la palabra `%1$s' porque no se pudo convertir a la "
-"codificación `%2$s'."
+msgid "Could not insert word `%1$s' because it could not be converted to encoding `%2$s'."
+msgstr "No se pudo insertar la palabra `%1$s' porque no se pudo convertir a la codificación `%2$s'."
 
 #: src/ISpell.cpp:481
 #, c-format
-msgid ""
-"Could not accept word `%1$s' because it could not be converted to encoding `%"
-"2$s'."
-msgstr ""
-"No se pudo aceptar la palabra `%1$s' porque no se pudo convertir a la "
-"codificación `%2$s'."
+msgid "Could not accept word `%1$s' because it could not be converted to encoding `%2$s'."
+msgstr "No se pudo aceptar la palabra `%1$s' porque no se pudo convertir a la codificación `%2$s'."
 
 #: src/KeySequence.cpp:166
 msgid "   options: "
@@ -15405,7 +16384,8 @@ msgstr "   opciones: "
 msgid "Waiting for LaTeX run number %1$d"
 msgstr "Esperando el número de ejecución LaTeX %1$d"
 
-#: src/LaTeX.cpp:264 src/LaTeX.cpp:338
+#: src/LaTeX.cpp:264
+#: src/LaTeX.cpp:338
 msgid "Running Index Processor."
 msgstr "Ejecutando el procesador de índice."
 
@@ -15421,7 +16401,8 @@ msgstr "Ejecutando MakeIndex para nomencl."
 msgid "Could not read configuration file"
 msgstr "No se pudo leer archivo de configuración"
 
-#: src/LyX.cpp:102 src/frontends/qt4/GuiApplication.cpp:1397
+#: src/LyX.cpp:102
+#: src/frontends/qt4/GuiApplication.cpp:1397
 #, c-format
 msgid ""
 "Error while reading the configuration file\n"
@@ -15468,13 +16449,8 @@ msgid "No textclass is found"
 msgstr "No se encuentra ninguna clase textual"
 
 #: src/LyX.cpp:488
-msgid ""
-"LyX cannot continue because no textclass is found. You can either "
-"reconfigure normally, or reconfigure using default textclasses, or quit LyX."
-msgstr ""
-"LyX no puede continuar porque no se encuentra ninguna clase de texto. Puede "
-"bien reconfigurar normalmente, o reconfigurar usando las clases de texto "
-"predeterminadas, o salir de LyX."
+msgid "LyX cannot continue because no textclass is found. You can either reconfigure normally, or reconfigure using default textclasses, or quit LyX."
+msgstr "LyX no puede continuar porque no se encuentra ninguna clase de texto. Puede bien reconfigurar normalmente, o reconfigurar usando las clases de texto predeterminadas, o salir de LyX."
 
 #: src/LyX.cpp:492
 msgid "&Reconfigure"
@@ -15484,11 +16460,13 @@ msgstr "&Reconfigurar"
 msgid "&Use Default"
 msgstr "&Usar predeterminados"
 
-#: src/LyX.cpp:494 src/LyX.cpp:857
+#: src/LyX.cpp:494
+#: src/LyX.cpp:857
 msgid "&Exit LyX"
 msgstr "&Salir de LyX"
 
-#: src/LyX.cpp:641 src/frontends/qt4/GuiView.cpp:658
+#: src/LyX.cpp:641
+#: src/frontends/qt4/GuiView.cpp:658
 msgid "LyX: "
 msgstr "LyX: "
 
@@ -15581,8 +16559,7 @@ msgstr ""
 "                 donde command es un comando de LyX.\n"
 "\t-e [--export] fmt\n"
 "                 donde fmt es el formato a exportar.\n"
-"                 Mira en Herramientas->Preferencias->Formatos externos-"
-">Formatos de archivo\n"
+"                 Mira en Herramientas->Preferencias->Formatos externos->Formatos de archivo\n"
 "                 para hacerte una idea de los posibles parámetros.\n"
 "\t-i [--import] fmt archivo.xxx\n"
 "                 donde fmt es el formato a importar\n"
@@ -15616,8 +16593,7 @@ msgstr "Falta comando después de la opción --execute"
 
 #: src/LyX.cpp:1030
 msgid "Missing file type [eg latex, ps...] after --export switch"
-msgstr ""
-"Falta tipo de archivo [p. ej. latex, ps...] después de la opción --export"
+msgstr "Falta tipo de archivo [p. ej. latex, ps...] después de la opción --export"
 
 #: src/LyX.cpp:1043
 msgid "Missing file type [eg latex, ps...] after --import switch"
@@ -15675,7 +16651,8 @@ msgstr "Nada que hacer"
 msgid "Unknown action"
 msgstr "Acción desconocida"
 
-#: src/LyXFunc.cpp:416 src/LyXFunc.cpp:665
+#: src/LyXFunc.cpp:416
+#: src/LyXFunc.cpp:665
 msgid "Command disabled"
 msgstr "Comando desactivado"
 
@@ -15702,7 +16679,8 @@ msgstr ""
 "\n"
 "¿Desea guardar el documento?"
 
-#: src/LyXFunc.cpp:681 src/frontends/qt4/GuiView.cpp:1783
+#: src/LyXFunc.cpp:681
+#: src/frontends/qt4/GuiView.cpp:1783
 msgid "Save changed document?"
 msgstr "¿Guardar documento modificado?"
 
@@ -15721,22 +16699,20 @@ msgstr "La impresión del documento falló"
 
 #: src/LyXFunc.cpp:819
 #, c-format
-msgid ""
-"Any changes will be lost. Are you sure you want to revert to the saved "
-"version of the document %1$s?"
-msgstr ""
-"Cualquier modificación se perderá. ¿Está seguro de que desea revertir a la "
-"versión guardada del documento %1$s?"
+msgid "Any changes will be lost. Are you sure you want to revert to the saved version of the document %1$s?"
+msgstr "Cualquier modificación se perderá. ¿Está seguro de que desea revertir a la versión guardada del documento %1$s?"
 
 #: src/LyXFunc.cpp:821
 msgid "Revert to saved document?"
 msgstr "¿Revertir al documento guardado?"
 
-#: src/LyXFunc.cpp:822 src/LyXVC.cpp:181
+#: src/LyXFunc.cpp:822
+#: src/LyXVC.cpp:181
 msgid "&Revert"
 msgstr "&Revertir"
 
-#: src/LyXFunc.cpp:1033 src/Text3.cpp:1502
+#: src/LyXFunc.cpp:1033
+#: src/Text3.cpp:1502
 msgid "Missing argument"
 msgstr "Falta argumento"
 
@@ -15778,127 +16754,69 @@ msgid "Converting document to new document class..."
 msgstr "Convirtiendo documento a nueva clase de documento..."
 
 #: src/LyXRC.cpp:2429
-msgid ""
-"Consider run-together words, such as \"diskdrive\" for \"disk drive\", as "
-"legal words?"
-msgstr ""
-"¿Considerar palabras juntas, como \"autocorrección\" por \"auto corrección\" "
-"como palabras correctas?"
+msgid "Consider run-together words, such as \"diskdrive\" for \"disk drive\", as legal words?"
+msgstr "¿Considerar palabras juntas, como \"autocorrección\" por \"auto corrección\" como palabras correctas?"
 
 #: src/LyXRC.cpp:2434
-msgid ""
-"Specify an alternate language. The default is to use the language of the "
-"document."
-msgstr ""
-"Especificar un idioma alternativo. El valor predeterminado es usar el idioma "
-"del documento."
+msgid "Specify an alternate language. The default is to use the language of the document."
+msgstr "Especificar un idioma alternativo. El valor predeterminado es usar el idioma del documento."
 
 #: src/LyXRC.cpp:2438
-msgid ""
-"Use to define an external program to render tables in plain text output. E."
-"g. \"groff -t -Tlatin1 $$FName\" where $$FName is the input file. If \"\" is "
-"specified, an internal routine is used."
-msgstr ""
-"Usar para definir un programa externo para que dibuje las tablas en la "
-"salida de texto simple. P. ej. \"groff -t -Tlatin1 $$FName\" donde $$FName "
-"es el archivo de entrada. Si se especifica \"\", se usa una rutina interna."
+msgid "Use to define an external program to render tables in plain text output. E.g. \"groff -t -Tlatin1 $$FName\" where $$FName is the input file. If \"\" is specified, an internal routine is used."
+msgstr "Usar para definir un programa externo para que dibuje las tablas en la salida de texto simple. P. ej. \"groff -t -Tlatin1 $$FName\" donde $$FName es el archivo de entrada. Si se especifica \"\", se usa una rutina interna."
 
 #: src/LyXRC.cpp:2446
-msgid ""
-"De-select if you don't want the current selection to be replaced "
-"automatically by what you type."
-msgstr ""
-"Deseleccionar si no quiere que la selección actual sea reemplazada "
-"automáticamente por lo que escriba."
+msgid "De-select if you don't want the current selection to be replaced automatically by what you type."
+msgstr "Deseleccionar si no quiere que la selección actual sea reemplazada automáticamente por lo que escriba."
 
 #: src/LyXRC.cpp:2450
-msgid ""
-"De-select if you don't want the class options to be reset to defaults after "
-"class change."
-msgstr ""
-"Deseleccionar si no quiere que las opciones de clase sean reiniciadas a los "
-"valores predeterminados después de un cambio de clase."
+msgid "De-select if you don't want the class options to be reset to defaults after class change."
+msgstr "Deseleccionar si no quiere que las opciones de clase sean reiniciadas a los valores predeterminados después de un cambio de clase."
 
 #: src/LyXRC.cpp:2454
-msgid ""
-"The time interval between auto-saves (in seconds). 0 means no auto-save."
-msgstr ""
-"Intervalo temporal entre autoguardados (en segundos). 0 significa no "
-"autoguardado."
+msgid "The time interval between auto-saves (in seconds). 0 means no auto-save."
+msgstr "Intervalo temporal entre autoguardados (en segundos). 0 significa no autoguardado."
 
 #: src/LyXRC.cpp:2461
-msgid ""
-"The path for storing backup files. If it is an empty string, LyX will store "
-"the backup file in the same directory as the original file."
-msgstr ""
-"Ruta para almacenar copias de seguridad. Si es una cadena vacía, LyX "
-"almacenará las copias de seguridad en el mismo directorio que el del archivo "
-"original."
+msgid "The path for storing backup files. If it is an empty string, LyX will store the backup file in the same directory as the original file."
+msgstr "Ruta para almacenar copias de seguridad. Si es una cadena vacía, LyX almacenará las copias de seguridad en el mismo directorio que el del archivo original."
 
 #: src/LyXRC.cpp:2465
-msgid ""
-"Define the options of bibtex (cf. man bibtex) or select an alternative "
-"compiler (e.g. mlbibtex or bibulus)."
-msgstr ""
-"Definir las opciones de bibtex (cf. man bibtex) o seleccionar un compilador "
-"alternativo (ej. mlbibtex o bibulus)."
+msgid "Define the options of bibtex (cf. man bibtex) or select an alternative compiler (e.g. mlbibtex or bibulus)."
+msgstr "Definir las opciones de bibtex (cf. man bibtex) o seleccionar un compilador alternativo (ej. mlbibtex o bibulus)."
 
 #: src/LyXRC.cpp:2469
-msgid ""
-"Keybindings file. Can either specify an absolute path, or LyX will look in "
-"its global and local bind/ directories."
-msgstr ""
-"Archivo de enlaces de teclas. Puede especificar bien una ruta absoluta, o "
-"bien LyX buscará en sus directorios bind/ globales y locales."
+msgid "Keybindings file. Can either specify an absolute path, or LyX will look in its global and local bind/ directories."
+msgstr "Archivo de enlaces de teclas. Puede especificar bien una ruta absoluta, o bien LyX buscará en sus directorios bind/ globales y locales."
 
 #: src/LyXRC.cpp:2473
 msgid "Select to check whether the lastfiles still exist."
 msgstr "Seleccionar para comprobar si los archivos recientes todavía existen."
 
 #: src/LyXRC.cpp:2477
-msgid ""
-"Define how to run chktex. E.g. \"chktex -n11 -n1 -n3 -n6 -n9 -22 -n25 -n30 -"
-"n38\" Refer to the ChkTeX documentation."
-msgstr ""
-"Definir como ejecutar chktex. P. ej. \"chktex -n11 -n1 -n3 -n6 -n9 -22 -n25 -"
-"n30 -n38\". Vea la documentación de ChkTeX."
+msgid "Define how to run chktex. E.g. \"chktex -n11 -n1 -n3 -n6 -n9 -22 -n25 -n30 -n38\" Refer to the ChkTeX documentation."
+msgstr "Definir como ejecutar chktex. P. ej. \"chktex -n11 -n1 -n3 -n6 -n9 -22 -n25 -n30 -n38\". Vea la documentación de ChkTeX."
 
 #: src/LyXRC.cpp:2487
-msgid ""
-"LyX normally doesn't update the cursor position if you move the scrollbar. "
-"Set to true if you'd prefer to always have the cursor on screen."
-msgstr ""
-"LyX normalmente no actualiza la posición del cursor si mueve la barra de "
-"desplazamiento. Activar si prefiere tener siempre el cursor en la pantalla."
+msgid "LyX normally doesn't update the cursor position if you move the scrollbar. Set to true if you'd prefer to always have the cursor on screen."
+msgstr "LyX normalmente no actualiza la posición del cursor si mueve la barra de desplazamiento. Activar si prefiere tener siempre el cursor en la pantalla."
 
 #: src/LyXRC.cpp:2491
 msgid "Use the Mac OS X conventions for the word-level cursor movement"
 msgstr "Usar convenciones Mac OSX para el movimiento del cursor por palabras"
 
 #: src/LyXRC.cpp:2495
-msgid ""
-"Show a small box around a Math Macro with the macro name when the cursor is "
-"inside."
-msgstr ""
-"Mostrar un pequeño recuadro alrededor de una Macro con su nombre cuando el "
-"cursor está dentro."
+msgid "Show a small box around a Math Macro with the macro name when the cursor is inside."
+msgstr "Mostrar un pequeño recuadro alrededor de una Macro con su nombre cuando el cursor está dentro."
 
 #: src/LyXRC.cpp:2506
 #, no-c-format
-msgid ""
-"This accepts the normal strftime formats; see man strftime for full details. "
-"E.g.\"%A, %e. %B %Y\"."
-msgstr ""
-"Esto acepta los formatos strftime normales; ver man strftime para más "
-"detalles. P. ej.\"%A, %e. %B %Y\"."
+msgid "This accepts the normal strftime formats; see man strftime for full details. E.g.\"%A, %e. %B %Y\"."
+msgstr "Esto acepta los formatos strftime normales; ver man strftime para más detalles. P. ej.\"%A, %e. %B %Y\"."
 
 #: src/LyXRC.cpp:2510
-msgid ""
-"Command definition file. Can either specify an absolute path, or LyX will "
-"look in its global and local commands/ directories."
-msgstr ""
-"Archivo de definición del comando. Puede especificar bien una ruta absoluta, "
-"o bien LyX buscará en sus directorios bind/ globales y locales."
+msgid "Command definition file. Can either specify an absolute path, or LyX will look in its global and local commands/ directories."
+msgstr "Archivo de definición del comando. Puede especificar bien una ruta absoluta, o bien LyX buscará en sus directorios bind/ globales y locales."
 
 #: src/LyXRC.cpp:2514
 msgid "New documents will be assigned this language."
@@ -15909,103 +16827,56 @@ msgid "Specify the default paper size."
 msgstr "Especificar el tamaño predeterminado del papel."
 
 #: src/LyXRC.cpp:2522
-msgid ""
-"Iconify the dialogs when the main window is iconified. (Affects only dialogs "
-"shown after the change has been made.)"
-msgstr ""
-"Iconificar los diálogos cuando la ventana principal es iconificada. (Afecta "
-"solo a diálogos mostrados después de que el cambio haya sido hecho)."
+msgid "Iconify the dialogs when the main window is iconified. (Affects only dialogs shown after the change has been made.)"
+msgstr "Iconificar los diálogos cuando la ventana principal es iconificada. (Afecta solo a diálogos mostrados después de que el cambio haya sido hecho)."
 
 #: src/LyXRC.cpp:2526
 msgid "Select how LyX will display any graphics."
 msgstr "Seleccionar cómo mostrará LyX los gráficos."
 
 #: src/LyXRC.cpp:2530
-msgid ""
-"The default path for your documents. An empty value selects the directory "
-"LyX was started from."
-msgstr ""
-"Ruta predeterminada para sus documentos. Un valor vacío selecciona el "
-"directorio en el que LyX se inició."
+msgid "The default path for your documents. An empty value selects the directory LyX was started from."
+msgstr "Ruta predeterminada para sus documentos. Un valor vacío selecciona el directorio en el que LyX se inició."
 
 #: src/LyXRC.cpp:2535
 msgid "Specify additional chars that can be part of a word."
-msgstr ""
-"Especificar caracteres adicionales que pueden ser parte de una palabra."
+msgstr "Especificar caracteres adicionales que pueden ser parte de una palabra."
 
 #: src/LyXRC.cpp:2539
-msgid ""
-"The path that LyX will set when offering to choose an example. An empty "
-"value selects the directory LyX was started from."
-msgstr ""
-"Ruta que LyX pondrá cuando ofrezca elegir un ejemplo. Un valor vacío "
-"selecciona el directorio el en que LyX se inició."
+msgid "The path that LyX will set when offering to choose an example. An empty value selects the directory LyX was started from."
+msgstr "Ruta que LyX pondrá cuando ofrezca elegir un ejemplo. Un valor vacío selecciona el directorio el en que LyX se inició."
 
 #: src/LyXRC.cpp:2543
-msgid ""
-"The font encoding used for the LaTeX2e fontenc package. T1 is highly "
-"recommended for non-English languages."
-msgstr ""
-"Codificación de fuentes usada por el paquete LaTeX2e fontenc. T1 es "
-"altamente recomendado para idiomas no ingleses."
+msgid "The font encoding used for the LaTeX2e fontenc package. T1 is highly recommended for non-English languages."
+msgstr "Codificación de fuentes usada por el paquete LaTeX2e fontenc. T1 es altamente recomendado para idiomas no ingleses."
 
 #: src/LyXRC.cpp:2550
-msgid ""
-"Define the options of makeindex (cf. man makeindex) or select an alternative "
-"compiler. E.g., using xindy/make-rules, the command string would be "
-"\"makeindex.sh -m $$lang\"."
-msgstr ""
-"Definir las opciones de makeindex (cf. man makeindex) o seleccionar un "
-"compilador alternativo. Ej., usando xindy/make-rules, la cadena del comando "
-"sería \"makeindex.sh -m $$lang\"."
+msgid "Define the options of makeindex (cf. man makeindex) or select an alternative compiler. E.g., using xindy/make-rules, the command string would be \"makeindex.sh -m $$lang\"."
+msgstr "Definir las opciones de makeindex (cf. man makeindex) o seleccionar un compilador alternativo. Ej., usando xindy/make-rules, la cadena del comando sería \"makeindex.sh -m $$lang\"."
 
 #: src/LyXRC.cpp:2554
-msgid ""
-"Define the options of makeindex (cf. man makeindex) to be used for "
-"nomenclatures. This might differ from the index processing options."
-msgstr ""
-"Define las opciones de makeindex (véase man makeindex) a usar para las "
-"nomenclaturas. Esto podría discrepar de las opciones de procesamiento del "
-"índice.  \""
+msgid "Define the options of makeindex (cf. man makeindex) to be used for nomenclatures. This might differ from the index processing options."
+msgstr "Define las opciones de makeindex (véase man makeindex) a usar para las nomenclaturas. Esto podría discrepar de las opciones de procesamiento del índice.  \""
 
 #: src/LyXRC.cpp:2563
-msgid ""
-"Use this to set the correct mapping file for your keyboard. You'll need this "
-"if you for instance want to type German documents on an American keyboard."
-msgstr ""
-"Usar esto para poner el archivo de mapas del teclado correcto. Necesitará "
-"esto si por ejemplo quiere escribir en alemán con un teclado americano."
+msgid "Use this to set the correct mapping file for your keyboard. You'll need this if you for instance want to type German documents on an American keyboard."
+msgstr "Usar esto para poner el archivo de mapas del teclado correcto. Necesitará esto si por ejemplo quiere escribir en alemán con un teclado americano."
 
 #: src/LyXRC.cpp:2567
 msgid "Maximum number of words in the initialization string for a new label"
-msgstr ""
-"Número máximo de palabras en la cadena de inicialización de una nueva "
-"etiqueta"
+msgstr "Número máximo de palabras en la cadena de inicialización de una nueva etiqueta"
 
 #: src/LyXRC.cpp:2571
-msgid ""
-"Select if a language switching command is needed at the beginning of the "
-"document."
-msgstr ""
-"Seleccionar si un comando de cambio de idioma se necesita al principio del "
-"documento."
+msgid "Select if a language switching command is needed at the beginning of the document."
+msgstr "Seleccionar si un comando de cambio de idioma se necesita al principio del documento."
 
 #: src/LyXRC.cpp:2575
-msgid ""
-"Select if a language switching command is needed at the end of the document."
-msgstr ""
-"Seleccionar si un comando de cambio de idioma se necesita al final del "
-"documento."
+msgid "Select if a language switching command is needed at the end of the document."
+msgstr "Seleccionar si un comando de cambio de idioma se necesita al final del documento."
 
 #: src/LyXRC.cpp:2579
-msgid ""
-"The LaTeX command for changing from the language of the document to another "
-"language. E.g. \\selectlanguage{$$lang} where $$lang is substituted by the "
-"name of the second language."
-msgstr ""
-"Comando LaTeX para cambiar de un idioma del documento a otro idioma. P. ej. "
-"\\selectlanguage{$$lang} donde $$lang es sustituido por el nombre del "
-"segundo idioma."
+msgid "The LaTeX command for changing from the language of the document to another language. E.g. \\selectlanguage{$$lang} where $$lang is substituted by the name of the second language."
+msgstr "Comando LaTeX para cambiar de un idioma del documento a otro idioma. P. ej. \\selectlanguage{$$lang} donde $$lang es sustituido por el nombre del segundo idioma."
 
 #: src/LyXRC.cpp:2583
 msgid "The LaTeX command for changing back to the language of the document."
@@ -16016,28 +16887,16 @@ msgid "The LaTeX command for local changing of the language."
 msgstr "Comando LaTeX para un cambio local del idioma."
 
 #: src/LyXRC.cpp:2591
-msgid ""
-"De-select if you don't want the language(s) used as an argument to "
-"\\documentclass."
-msgstr ""
-"Deseleccionar si no quiere el idioma(s) usado(s) como argumento a "
-"\\documentclass."
+msgid "De-select if you don't want the language(s) used as an argument to \\documentclass."
+msgstr "Deseleccionar si no quiere el idioma(s) usado(s) como argumento a \\documentclass."
 
 #: src/LyXRC.cpp:2595
-msgid ""
-"The LaTeX command for loading the language package. E.g. \"\\usepackage"
-"{babel}\", \"\\usepackage{omega}\"."
-msgstr ""
-"Comando LaTex para cargar el paquete del idioma. P. ej. \"\\usepackage{babel}"
-"\", \"\\usepackage{omega}\"."
+msgid "The LaTeX command for loading the language package. E.g. \"\\usepackage{babel}\", \"\\usepackage{omega}\"."
+msgstr "Comando LaTex para cargar el paquete del idioma. P. ej. \"\\usepackage{babel}\", \"\\usepackage{omega}\"."
 
 #: src/LyXRC.cpp:2599
-msgid ""
-"De-select if you don't want babel to be used when the language of the "
-"document is the default language."
-msgstr ""
-"Deseleccionar si no quiere que babel sea usado cuando el idioma del "
-"documento es el idioma predeterminado."
+msgid "De-select if you don't want babel to be used when the language of the document is the default language."
+msgstr "Deseleccionar si no quiere que babel sea usado cuando el idioma del documento es el idioma predeterminado."
 
 #: src/LyXRC.cpp:2603
 msgid "De-select if you do not want LyX to scroll to saved position."
@@ -16045,21 +16904,15 @@ msgstr "Deseleccionar si no se quiere que LyX avance a la posición guardada."
 
 #: src/LyXRC.cpp:2607
 msgid "De-select to prevent loading files opened from the last LyX session."
-msgstr ""
-"De-seleccionar para evitar cargar archivos abiertos de la última sesión de "
-"LyX."
+msgstr "De-seleccionar para evitar cargar archivos abiertos de la última sesión de LyX."
 
 #: src/LyXRC.cpp:2611
 msgid "De-select if you don't want LyX to create backup files."
 msgstr "Deseleccionar si no quiere que LyX cree copias de seguridad."
 
 #: src/LyXRC.cpp:2615
-msgid ""
-"Select to control the highlighting of words with a language foreign to that "
-"of the document."
-msgstr ""
-"Seleccionar para controlar el resaltado de parabras con un idioma extranjero "
-"al del documento."
+msgid "Select to control the highlighting of words with a language foreign to that of the document."
+msgstr "Seleccionar para controlar el resaltado de parabras con un idioma extranjero al del documento."
 
 #: src/LyXRC.cpp:2619
 msgid "The scrolling speed of the mouse wheel."
@@ -16071,29 +16924,19 @@ msgstr "Retraso del recuadro de autofinalización"
 
 #: src/LyXRC.cpp:2628
 msgid "Select to display the completion popup in math mode."
-msgstr ""
-"Seleccionar para mostrar el cuadro emergente de autocompletar en modo "
-"ecuación."
+msgstr "Seleccionar para mostrar el cuadro emergente de autocompletar en modo ecuación."
 
 #: src/LyXRC.cpp:2632
 msgid "Select to display the completion popup in text mode."
-msgstr ""
-"Seleccionar para mostrar el cuadro emergente de autocompletar en modo texto."
+msgstr "Seleccionar para mostrar el cuadro emergente de autocompletar en modo texto."
 
 #: src/LyXRC.cpp:2636
-msgid ""
-"Show the completion popup without delay after non-unique completion attempt."
-msgstr ""
-"Mostrar sin retraso el cuadro emergente de autocompletar tras un intento de "
-"autofinalización no única. "
+msgid "Show the completion popup without delay after non-unique completion attempt."
+msgstr "Mostrar sin retraso el cuadro emergente de autocompletar tras un intento de autofinalización no única. "
 
 #: src/LyXRC.cpp:2640
-msgid ""
-"Show a small triangle on the cursor to indicate that a completion is "
-"available."
-msgstr ""
-"Mostrar un triangulito en el cursor para indicar que hay una "
-"autofinalización disponible."
+msgid "Show a small triangle on the cursor to indicate that a completion is available."
+msgstr "Mostrar un triangulito en el cursor para indicar que hay una autofinalización disponible."
 
 #: src/LyXRC.cpp:2644
 msgid "The inline completion delay."
@@ -16101,8 +16944,7 @@ msgstr "Retraso de la autofinalización en línea."
 
 #: src/LyXRC.cpp:2648
 msgid "Select to display the inline completion in math mode."
-msgstr ""
-"Seleccionar para mostrar la autofinalización en línea en modo ecuación."
+msgstr "Seleccionar para mostrar la autofinalización en línea en modo ecuación."
 
 #: src/LyXRC.cpp:2652
 msgid "Select to display the inline completion in text mode."
@@ -16115,23 +16957,15 @@ msgstr "Usar \"...\" para acortar autofinalizaciones largas."
 #: src/LyXRC.cpp:2660
 #, c-format
 msgid "Maximal number of lastfiles. Up to %1$d can appear in the file menu."
-msgstr ""
-"Número máximo de archivos recientes. Hasta %1$d pueden aparecer en el menú "
-"archivo."
+msgstr "Número máximo de archivos recientes. Hasta %1$d pueden aparecer en el menú archivo."
 
 #: src/LyXRC.cpp:2665
-msgid ""
-"Specify those directories which should be prepended to the PATH environment "
-"variable. Use the OS native format."
-msgstr ""
-"Especifique aquellos directorios que deberían ser añadidos a la variable de "
-"entorno PATH. Use el formato nativo del OS."
+msgid "Specify those directories which should be prepended to the PATH environment variable. Use the OS native format."
+msgstr "Especifique aquellos directorios que deberían ser añadidos a la variable de entorno PATH. Use el formato nativo del OS."
 
 #: src/LyXRC.cpp:2672
-msgid ""
-"Specify an alternate personal dictionary file. E.g. \".ispell_english\"."
-msgstr ""
-"Especificar diccionario personal alternativo. P. ej. \".ispell_english\"."
+msgid "Specify an alternate personal dictionary file. E.g. \".ispell_english\"."
+msgstr "Especificar diccionario personal alternativo. P. ej. \".ispell_english\"."
 
 #: src/LyXRC.cpp:2676
 msgid "Shows a typeset preview of things such as math"
@@ -16139,9 +16973,7 @@ msgstr "Muestra una vista preliminar de cosas como ecuaciones"
 
 #: src/LyXRC.cpp:2680
 msgid "Previewed equations will have \"(#)\" labels rather than numbered ones"
-msgstr ""
-"La vista preliminar de las ecuaciones tendrá la etiqueta \"(#)\" en vez de "
-"las numeradas"
+msgstr "La vista preliminar de las ecuaciones tendrá la etiqueta \"(#)\" en vez de las numeradas"
 
 #: src/LyXRC.cpp:2684
 msgid "Scale the preview size to suit."
@@ -16156,30 +16988,20 @@ msgid "The option for specifying the number of copies to print."
 msgstr "Opción para especificar el número de copias para imprimir."
 
 #: src/LyXRC.cpp:2696
-msgid ""
-"The default printer to print on. If none is specified, LyX will use the "
-"environment variable PRINTER."
-msgstr ""
-"Impresora predeterminada. Si no se especifica ninguna, LyX usará la variable "
-"de entorno PRINTER."
+msgid "The default printer to print on. If none is specified, LyX will use the environment variable PRINTER."
+msgstr "Impresora predeterminada. Si no se especifica ninguna, LyX usará la variable de entorno PRINTER."
 
 #: src/LyXRC.cpp:2700
 msgid "The option to print only even pages."
 msgstr "Opción para imprimir solo páginas pares."
 
 #: src/LyXRC.cpp:2704
-msgid ""
-"Extra options to pass to printing program after everything else, but before "
-"the filename of the DVI file to be printed."
-msgstr ""
-"Opciones extra para pasar al programa de impresión después de todas las "
-"demás, pero antes del nombre del archivo DVI que se imprima."
+msgid "Extra options to pass to printing program after everything else, but before the filename of the DVI file to be printed."
+msgstr "Opciones extra para pasar al programa de impresión después de todas las demás, pero antes del nombre del archivo DVI que se imprima."
 
 #: src/LyXRC.cpp:2708
 msgid "Extension of printer program output file. Usually \".ps\"."
-msgstr ""
-"Extensión del archivo de salida del programa de impresión. Normalmente \".ps"
-"\"."
+msgstr "Extensión del archivo de salida del programa de impresión. Normalmente \".ps\"."
 
 #: src/LyXRC.cpp:2712
 msgid "The option to print out in landscape."
@@ -16191,8 +17013,7 @@ msgstr "Opción para imprimir solo páginas impares."
 
 #: src/LyXRC.cpp:2720
 msgid "The option for specifying a comma-separated list of pages to print."
-msgstr ""
-"Opción para especificar una lista separada por comas de páginas a imprimir."
+msgstr "Opción para especificar una lista separada por comas de páginas a imprimir."
 
 #: src/LyXRC.cpp:2724
 msgid "Option to specify the dimensions of the print paper."
@@ -16207,23 +17028,12 @@ msgid "The option to reverse the order of the pages printed."
 msgstr "Opción para invertir el orden de impresión."
 
 #: src/LyXRC.cpp:2736
-msgid ""
-"When set, this printer option automatically prints to a file and then calls "
-"a separate print spooling program on that file with the given name and "
-"arguments."
-msgstr ""
-"Cuando esté activada, esta opción de impresora automáticamente imprime en un "
-"archivo y después llama a una cola de impresión separada en ese archivo con "
-"el nombre y argumentos dados."
+msgid "When set, this printer option automatically prints to a file and then calls a separate print spooling program on that file with the given name and arguments."
+msgstr "Cuando esté activada, esta opción de impresora automáticamente imprime en un archivo y después llama a una cola de impresión separada en ese archivo con el nombre y argumentos dados."
 
 #: src/LyXRC.cpp:2740
-msgid ""
-"If you specify a printer name in the print dialog, the following argument is "
-"prepended along with the printer name after the spool command."
-msgstr ""
-"Si especificó un nombre de impresora en el diálogo imprimir, el siguiente "
-"argumento es añadido con el nombre de la impresora después del comando de "
-"cola."
+msgid "If you specify a printer name in the print dialog, the following argument is prepended along with the printer name after the spool command."
+msgstr "Si especificó un nombre de impresora en el diálogo imprimir, el siguiente argumento es añadido con el nombre de la impresora después del comando de cola."
 
 #: src/LyXRC.cpp:2744
 msgid "Option to pass to the print program to print to a file."
@@ -16231,79 +17041,48 @@ msgstr "Opción para pasar al programa de impresión que imprima en un archivo."
 
 #: src/LyXRC.cpp:2748
 msgid "Option to pass to the print program to print on a specific printer."
-msgstr ""
-"Opción para pasar al programa de impresión que imprima en una impresora "
-"específica."
+msgstr "Opción para pasar al programa de impresión que imprima en una impresora específica."
 
 #: src/LyXRC.cpp:2752
-msgid ""
-"Select for LyX to pass the name of the destination printer to your print "
-"command."
-msgstr ""
-"Seleccionar para que LyX pase el nombre de la impresora destino a su comando "
-"de impresión."
+msgid "Select for LyX to pass the name of the destination printer to your print command."
+msgstr "Seleccionar para que LyX pase el nombre de la impresora destino a su comando de impresión."
 
 #: src/LyXRC.cpp:2756
 msgid "Your favorite print program, e.g. \"dvips\", \"dvilj4\"."
 msgstr "Programa favorito de impresión, p. ej. \"dvips\", \"dvilj4\"."
 
 #: src/LyXRC.cpp:2764
-msgid ""
-"Select to have visual bidi cursor movement, unselect for logical movement."
-msgstr ""
-"Marcar para tener movimiento bidimensional visual del cursor, desmarcar para "
-"movimiento lógico\""
+msgid "Select to have visual bidi cursor movement, unselect for logical movement."
+msgstr "Marcar para tener movimiento bidimensional visual del cursor, desmarcar para movimiento lógico\""
 
 #: src/LyXRC.cpp:2768
-msgid ""
-"DPI (dots per inch) of your monitor is auto-detected by LyX. If that goes "
-"wrong, override the setting here."
-msgstr ""
-"DPI (puntos por pulgada) de su monitor son autodetectados por LyX. Si no "
-"funciona, sobreescriba su valor aquí."
+msgid "DPI (dots per inch) of your monitor is auto-detected by LyX. If that goes wrong, override the setting here."
+msgstr "DPI (puntos por pulgada) de su monitor son autodetectados por LyX. Si no funciona, sobreescriba su valor aquí."
 
 #: src/LyXRC.cpp:2774
 msgid "The screen fonts used to display the text while editing."
 msgstr "Fuentes de pantalla usadas para mostrar el texto mientras se edita."
 
 #: src/LyXRC.cpp:2783
-msgid ""
-"Allow bitmap fonts to be resized. If you are using a bitmap font, selecting "
-"this option may make some fonts look blocky in LyX. Deselecting this option "
-"makes LyX use the nearest bitmap font size available, instead of scaling."
-msgstr ""
-"Permitir redimensionar fuentes bitmap. Si está usando una fuente bitmap, "
-"seleccionando esta opción puede hacer que algunas fuentes aparezcan con "
-"bloques en LyX. Deseleccionando esta opción hace que LyX use la fuente "
-"bitmap disponible de tamaño más cercano, en vez de redimensionarlas."
+msgid "Allow bitmap fonts to be resized. If you are using a bitmap font, selecting this option may make some fonts look blocky in LyX. Deselecting this option makes LyX use the nearest bitmap font size available, instead of scaling."
+msgstr "Permitir redimensionar fuentes bitmap. Si está usando una fuente bitmap, seleccionando esta opción puede hacer que algunas fuentes aparezcan con bloques en LyX. Deseleccionando esta opción hace que LyX use la fuente bitmap disponible de tamaño más cercano, en vez de redimensionarlas."
 
 #: src/LyXRC.cpp:2787
 msgid "The font sizes used for calculating the scaling of the screen fonts."
-msgstr ""
-"Tamaños de fuentes usados para calcular la escala de las fuentes de pantalla."
+msgstr "Tamaños de fuentes usados para calcular la escala de las fuentes de pantalla."
 
 #: src/LyXRC.cpp:2792
 #, no-c-format
-msgid ""
-"The zoom percentage for screen fonts. A setting of 100% will make the fonts "
-"roughly the same size as on paper."
-msgstr ""
-"Porcentaje de zoom para fuentes en pantalla. Un valor de 100% hará las "
-"fuentes aproximadamente del mismo tamaño que en el papel."
+msgid "The zoom percentage for screen fonts. A setting of 100% will make the fonts roughly the same size as on paper."
+msgstr "Porcentaje de zoom para fuentes en pantalla. Un valor de 100% hará las fuentes aproximadamente del mismo tamaño que en el papel."
 
 #: src/LyXRC.cpp:2796
 msgid "Allow session manager to save and restore windows geometry."
-msgstr ""
-"Permitir al administrador de sesión guardar y restaurar la posición de las "
-"ventanas."
+msgstr "Permitir al administrador de sesión guardar y restaurar la posición de las ventanas."
 
 #: src/LyXRC.cpp:2800
-msgid ""
-"This starts the lyxserver. The pipes get an additional extension \".in\" and "
-"\".out\". Only for advanced users."
-msgstr ""
-"Esto inicia el lyxserver. Las tuberías obtienen una extensión adicional \".in"
-"\" y \".out\". Solo para usuarios avanzados."
+msgid "This starts the lyxserver. The pipes get an additional extension \".in\" and \".out\". Only for advanced users."
+msgstr "Esto inicia el lyxserver. Las tuberías obtienen una extensión adicional \".in\" y \".out\". Solo para usuarios avanzados."
 
 #: src/LyXRC.cpp:2807
 msgid "De-select if you don't want the startup banner."
@@ -16314,56 +17093,32 @@ msgid "What command runs the spellchecker?"
 msgstr "¿Qué comando ejecuta el corrector ortográfico?"
 
 #: src/LyXRC.cpp:2815
-msgid ""
-"LyX will place its temporary directories in this path. They will be deleted "
-"when you quit LyX."
-msgstr ""
-"LyX colocará sus directorios temporales en esta ruta. Serán eliminados "
-"cuando salga de LyX."
+msgid "LyX will place its temporary directories in this path. They will be deleted when you quit LyX."
+msgstr "LyX colocará sus directorios temporales en esta ruta. Serán eliminados cuando salga de LyX."
 
 #: src/LyXRC.cpp:2819
-msgid ""
-"The path that LyX will set when offering to choose a template. An empty "
-"value selects the directory LyX was started from."
-msgstr ""
-"Ruta que LyX pondrá cuando ofrezca elegir una plantilla. Un valor vacío "
-"selecciona el directorio el en que LyX se inició."
+msgid "The path that LyX will set when offering to choose a template. An empty value selects the directory LyX was started from."
+msgstr "Ruta que LyX pondrá cuando ofrezca elegir una plantilla. Un valor vacío selecciona el directorio el en que LyX se inició."
 
 #: src/LyXRC.cpp:2829
-msgid ""
-"The UI (user interface) file. Can either specify an absolute path, or LyX "
-"will look in its global and local ui/ directories."
-msgstr ""
-"Archivo de interfaz de usuario (UI). Puede especificar bien una ruta "
-"absoluta, o bien LyX buscará en sus directorios ui/ globales y locales."
+msgid "The UI (user interface) file. Can either specify an absolute path, or LyX will look in its global and local ui/ directories."
+msgstr "Archivo de interfaz de usuario (UI). Puede especificar bien una ruta absoluta, o bien LyX buscará en sus directorios ui/ globales y locales."
 
 #: src/LyXRC.cpp:2842
-msgid ""
-"Specify whether to pass the -T input encoding option to ispell. Enable this "
-"if you cannot check the spelling of words containing accented letters. This "
-"may not work with all dictionaries."
-msgstr ""
-"Especificar si pasar la opción de codificación de entrada -T a ispell. "
-"Activar esto si no puede comprobar la ortografía de las palabras que "
-"contienen tildes. Esto puede que no funcione con todos los diccionarios."
+msgid "Specify whether to pass the -T input encoding option to ispell. Enable this if you cannot check the spelling of words containing accented letters. This may not work with all dictionaries."
+msgstr "Especificar si pasar la opción de codificación de entrada -T a ispell. Activar esto si no puede comprobar la ortografía de las palabras que contienen tildes. Esto puede que no funcione con todos los diccionarios."
 
 #: src/LyXRC.cpp:2846
 msgid "Enable the automatic appearance of tool tips in the work area."
-msgstr ""
-"Habilitar la aparición automática de ayudas emergentes en el área de trabajo"
+msgstr "Habilitar la aparición automática de ayudas emergentes en el área de trabajo"
 
 #: src/LyXRC.cpp:2850
-msgid ""
-"Enable the pixmap cache that might improve performance on Mac and Windows."
-msgstr ""
-"Activar el caché de pixmaps que podría mejorar el rendimiento en Mac y "
-"Windows."
+msgid "Enable the pixmap cache that might improve performance on Mac and Windows."
+msgstr "Activar el caché de pixmaps que podría mejorar el rendimiento en Mac y Windows."
 
 #: src/LyXRC.cpp:2857
 msgid "Specify the paper command to DVI viewer (leave empty or use \"-paper\")"
-msgstr ""
-"Especificar el comando del papel del visor DVI (dejar vacío o usar \"-paper"
-"\")"
+msgstr "Especificar el comando del papel del visor DVI (dejar vacío o usar \"-paper\")"
 
 #: src/LyXVC.cpp:100
 msgid "Document not saved"
@@ -16392,13 +17147,11 @@ msgstr "(sin mensaje de registro)"
 #: src/LyXVC.cpp:177
 #, c-format
 msgid ""
-"Reverting to the stored version of the document %1$s will lose all current "
-"changes.\n"
+"Reverting to the stored version of the document %1$s will lose all current changes.\n"
 "\n"
 "Do you want to revert to the older version?"
 msgstr ""
-"Volver a la versión almacenada del documento %1$s perderá todos los cambios "
-"actuales.\n"
+"Volver a la versión almacenada del documento %1$s perderá todos los cambios actuales.\n"
 "\n"
 "¿Desea volver a la versión guardada?"
 
@@ -16406,7 +17159,8 @@ msgstr ""
 msgid "Revert to stored version of document?"
 msgstr "¿Revertir a la versión guardada del documento?"
 
-#: src/Paragraph.cpp:1577 src/frontends/qt4/GuiParagraph.cpp:246
+#: src/Paragraph.cpp:1577
+#: src/frontends/qt4/GuiParagraph.cpp:246
 msgid "Senseless with this layout!"
 msgstr "¡No tiene sentido con este estilo!"
 
@@ -16422,14 +17176,19 @@ msgstr ""
 "El nuevo diseño no permite la alineación usada previamente.\n"
 "Poniendo la predeterminada."
 
-#: src/Paragraph.cpp:2120 src/frontends/qt4/LaTeXHighlighter.cpp:108
-#: src/insets/InsetListings.cpp:185 src/insets/InsetListings.cpp:193
-#: src/insets/InsetListings.cpp:217 src/mathed/InsetMathString.cpp:165
+#: src/Paragraph.cpp:2120
+#: src/frontends/qt4/LaTeXHighlighter.cpp:108
+#: src/insets/InsetListings.cpp:185
+#: src/insets/InsetListings.cpp:193
+#: src/insets/InsetListings.cpp:217
+#: src/mathed/InsetMathString.cpp:165
 msgid "LyX Warning: "
 msgstr "Aviso de LyX: "
 
-#: src/Paragraph.cpp:2121 src/insets/InsetListings.cpp:186
-#: src/insets/InsetListings.cpp:194 src/mathed/InsetMathString.cpp:166
+#: src/Paragraph.cpp:2121
+#: src/insets/InsetListings.cpp:186
+#: src/insets/InsetListings.cpp:194
+#: src/mathed/InsetMathString.cpp:166
 msgid "uncodable character"
 msgstr "carácter no codificable"
 
@@ -16449,7 +17208,8 @@ msgstr "API nativa del OS todavía no implementada."
 msgid "Unknown Inset"
 msgstr "Recuadro desconocido"
 
-#: src/Text.cpp:219 src/Text.cpp:232
+#: src/Text.cpp:219
+#: src/Text.cpp:232
 msgid "Change tracking error"
 msgstr "Cambiar error seguido"
 
@@ -16468,17 +17228,12 @@ msgid "Unknown token"
 msgstr "Símbolo desconocido"
 
 #: src/Text.cpp:522
-msgid ""
-"You cannot insert a space at the beginning of a paragraph. Please read the "
-"Tutorial."
-msgstr ""
-"No puede insertar un espacio al principio de un párrafo. Por favor lea el "
-"Tutorial."
+msgid "You cannot insert a space at the beginning of a paragraph. Please read the Tutorial."
+msgstr "No puede insertar un espacio al principio de un párrafo. Por favor lea el Tutorial."
 
 #: src/Text.cpp:533
 msgid "You cannot type two spaces this way. Please read the Tutorial."
-msgstr ""
-"No se puede introducir dos espacios de esa manera. Por favor lea el Tutorial."
+msgstr "No se puede introducir dos espacios de esa manera. Por favor lea el Tutorial."
 
 #: src/Text.cpp:1344
 msgid "[Change Tracking] "
@@ -16506,7 +17261,8 @@ msgstr ", Profundidad: %1$d"
 msgid ", Spacing: "
 msgstr ", Espaciado: "
 
-#: src/Text.cpp:1381 src/frontends/qt4/GuiDocument.cpp:573
+#: src/Text.cpp:1381
+#: src/frontends/qt4/GuiDocument.cpp:573
 msgid "OneHalf"
 msgstr "Uno y medio"
 
@@ -16550,7 +17306,8 @@ msgstr "¡Nada que indexar!"
 msgid "Cannot index more than one paragraph!"
 msgstr "¡No se puede indexar más de un párrafo!"
 
-#: src/Text3.cpp:186 src/mathed/InsetMathHull.cpp:1480
+#: src/Text3.cpp:186
+#: src/mathed/InsetMathHull.cpp:1480
 msgid "Math editor mode"
 msgstr "Modo del editor de ecuaciones"
 
@@ -16570,11 +17327,13 @@ msgstr "Estilo "
 msgid " not known"
 msgstr " no conocido"
 
-#: src/Text3.cpp:1619 src/Text3.cpp:1631
+#: src/Text3.cpp:1619
+#: src/Text3.cpp:1631
 msgid "Character set"
 msgstr "Conjunto de caracteres"
 
-#: src/Text3.cpp:1779 src/Text3.cpp:1790
+#: src/Text3.cpp:1779
+#: src/Text3.cpp:1790
 msgid "Paragraph layout set"
 msgstr "Estilo de párrafo"
 
@@ -16588,8 +17347,7 @@ msgstr "Archivo perdido"
 
 #: src/TextClass.cpp:619
 msgid "Could not find stdinsets.inc! This may lead to data loss!"
-msgstr ""
-"¡No se puede encontrar stdinsets.inc! ¡Esto puede provocar pérdida de datos! "
+msgstr "¡No se puede encontrar stdinsets.inc! ¡Esto puede provocar pérdida de datos! "
 
 #: src/TextClass.cpp:622
 msgid "Corrupt File"
@@ -16597,8 +17355,7 @@ msgstr "Archivo corrupto"
 
 #: src/TextClass.cpp:623
 msgid "Could not read stdinsets.inc! This may lead to data loss!"
-msgstr ""
-"¡No se puede leer stdinsets.inc! ¡Esto puede provocar pérdida de datos! "
+msgstr "¡No se puede leer stdinsets.inc! ¡Esto puede provocar pérdida de datos! "
 
 #: src/Thesaurus.cpp:60
 msgid "Thesaurus failure"
@@ -16615,7 +17372,9 @@ msgstr ""
 "\n"
 "%1$s."
 
-#: src/VCBackend.cpp:52 src/VCBackend.cpp:482 src/VCBackend.cpp:533
+#: src/VCBackend.cpp:52
+#: src/VCBackend.cpp:482
+#: src/VCBackend.cpp:533
 msgid "Revision control error."
 msgstr "Error de Control de versiones"
 
@@ -16628,7 +17387,8 @@ msgstr ""
 "Ocurrió un error mientras se ejecutaba:\n"
 " %1$s"
 
-#: src/VCBackend.cpp:471 src/VCBackend.cpp:523
+#: src/VCBackend.cpp:471
+#: src/VCBackend.cpp:523
 msgid "Error: Could not generate logfile."
 msgstr "Error: no se pudo generar el archivo de registro."
 
@@ -16757,7 +17517,8 @@ msgstr "\\roman{enumiii}."
 msgid "\\Alph{enumiv}."
 msgstr "\\Alph{enumiv}."
 
-#: src/buffer_funcs.cpp:412 src/insets/InsetCaption.cpp:293
+#: src/buffer_funcs.cpp:412
+#: src/insets/InsetCaption.cpp:293
 msgid "Senseless!!! "
 msgstr "¡Sin sentido! "
 
@@ -16810,34 +17571,18 @@ msgstr ""
 "1995-2008 Equipo LyX"
 
 #: src/frontends/qt4/GuiAbout.cpp:70
-msgid ""
-"This program is free software; you can redistribute it and/or modify it "
-"under the terms of the GNU General Public License as published by the Free "
-"Software Foundation; either version 2 of the License, or (at your option) "
-"any later version."
-msgstr ""
-"Este programa es software libre, puede redistribuirlo y/o modificarlo bajo "
-"los términos de la Licencia Pública General GNU como está publicado por la "
-"Fundación del Software Libre; bien por la versión 2 de la Licencia, o (a su "
-"elección) cualquier versión posterior."
+msgid "This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version."
+msgstr "Este programa es software libre, puede redistribuirlo y/o modificarlo bajo los términos de la Licencia Pública General GNU como está publicado por la Fundación del Software Libre; bien por la versión 2 de la Licencia, o (a su elección) cualquier versión posterior."
 
 #: src/frontends/qt4/GuiAbout.cpp:76
 msgid ""
-"LyX is distributed in the hope that it will be useful, but WITHOUT ANY "
-"WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS "
-"FOR A PARTICULAR PURPOSE.\n"
+"LyX is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
 "See the GNU General Public License for more details.\n"
-"You should have received a copy of the GNU General Public License along with "
-"this program; if not, write to the Free Software Foundation, Inc., 51 "
-"Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA."
+"You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA."
 msgstr ""
-"LyX es distribuido con la esperanza de que sea útil, pero SIN NINGUNA "
-"GARANTÍA; incluso sin la garantía implícita de MERCANTILISMO o ADECUACIÓN A "
-"UN PROPÓSITO PARTICULAR.\n"
+"LyX es distribuido con la esperanza de que sea útil, pero SIN NINGUNA GARANTÍA; incluso sin la garantía implícita de MERCANTILISMO o ADECUACIÓN A UN PROPÓSITO PARTICULAR.\n"
 "Vea la Licencia Pública General GNU para más detalles.\n"
-"Debería haber recibido una copia de la Licencia Pública General GNU con este "
-"programa; si no, escriba a Free Software Foundation, Inc., 51 Franklin "
-"Street, Fifth Floor, Boston, MA 02110-1301, USA."
+"Debería haber recibido una copia de la Licencia Pública General GNU con este programa; si no, escriba a Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA."
 
 #: src/frontends/qt4/GuiAbout.cpp:84
 msgid "LyX Version "
@@ -16851,8 +17596,10 @@ msgstr "Directorio de bibliotecas: "
 msgid "User directory: "
 msgstr "Directorio del usuario: "
 
-#: src/frontends/qt4/GuiAlert.cpp:124 src/frontends/qt4/GuiAlert.cpp:157
-#: src/frontends/qt4/GuiAlert.cpp:183 src/frontends/qt4/GuiAlert.cpp:209
+#: src/frontends/qt4/GuiAlert.cpp:124
+#: src/frontends/qt4/GuiAlert.cpp:157
+#: src/frontends/qt4/GuiAlert.cpp:183
+#: src/frontends/qt4/GuiAlert.cpp:209
 #: src/frontends/qt4/GuiAlert.cpp:230
 #, c-format
 msgid "LyX: %1$s"
@@ -16886,8 +17633,7 @@ msgstr "Sintaxis: set-color <nombre_lyx> <nombre_x11>"
 #: src/frontends/qt4/GuiApplication.cpp:878
 #, c-format
 msgid "Set-color \"%1$s\" failed - color is undefined or may not be redefined"
-msgstr ""
-"set-color \"%1$s\" falló - el color no está definido o no pudo ser redefinido"
+msgstr "set-color \"%1$s\" falló - el color no está definido o no pudo ser redefinido"
 
 #: src/frontends/qt4/GuiApplication.cpp:1221
 msgid "The current document was closed."
@@ -16895,13 +17641,11 @@ msgstr "El documento actual se ha cerrado."
 
 #: src/frontends/qt4/GuiApplication.cpp:1231
 msgid ""
-"LyX has caught an exception, it will now attempt to save all unsaved "
-"documents and exit.\n"
+"LyX has caught an exception, it will now attempt to save all unsaved documents and exit.\n"
 "\n"
 "Exception: "
 msgstr ""
-"LyX atrapó una excepción, ahora intentará guardar todos los documentos no "
-"guardados y salir.\n"
+"LyX atrapó una excepción, ahora intentará guardar todos los documentos no guardados y salir.\n"
 "\n"
 "Excepción: "
 
@@ -16911,12 +17655,8 @@ msgid "Software exception Detected"
 msgstr "Detectada excepción del programa"
 
 #: src/frontends/qt4/GuiApplication.cpp:1239
-msgid ""
-"LyX has caught some really weird exception, it will now attempt to save all "
-"unsaved documents and exit."
-msgstr ""
-"LyX ha atrapado alguna excepción realmente rara, ahora intentará guardar "
-"todos los documentos no guardados y salir."
+msgid "LyX has caught some really weird exception, it will now attempt to save all unsaved documents and exit."
+msgstr "LyX ha atrapado alguna excepción realmente rara, ahora intentará guardar todos los documentos no guardados y salir."
 
 #: src/frontends/qt4/GuiApplication.cpp:1396
 msgid "Could not find UI definition file"
@@ -16930,12 +17670,17 @@ msgstr "Configuración de entrada bibliográfica"
 msgid "BibTeX Bibliography"
 msgstr "Bibliografía BibTeX"
 
-#: src/frontends/qt4/GuiBibtex.cpp:424 src/frontends/qt4/GuiBibtex.cpp:434
+#: src/frontends/qt4/GuiBibtex.cpp:424
+#: src/frontends/qt4/GuiBibtex.cpp:434
 #: src/frontends/qt4/GuiDocument.cpp:1295
-#: src/frontends/qt4/GuiExternal.cpp:661 src/frontends/qt4/GuiGraphics.cpp:738
-#: src/frontends/qt4/GuiInclude.cpp:325 src/frontends/qt4/GuiView.cpp:1250
-#: src/frontends/qt4/GuiView.cpp:1308 src/frontends/qt4/GuiView.cpp:1454
-#: src/frontends/qt4/GuiView.cpp:1573 src/frontends/qt4/GuiView.cpp:1652
+#: src/frontends/qt4/GuiExternal.cpp:661
+#: src/frontends/qt4/GuiGraphics.cpp:738
+#: src/frontends/qt4/GuiInclude.cpp:325
+#: src/frontends/qt4/GuiView.cpp:1250
+#: src/frontends/qt4/GuiView.cpp:1308
+#: src/frontends/qt4/GuiView.cpp:1454
+#: src/frontends/qt4/GuiView.cpp:1573
+#: src/frontends/qt4/GuiView.cpp:1652
 msgid "Documents|#o#O"
 msgstr "Documentos|#o#O"
 
@@ -16983,23 +17728,28 @@ msgstr "Fondo sombreado"
 msgid "Double rectangular frame"
 msgstr "Marco rectangular doble"
 
-#: src/frontends/qt4/GuiBox.cpp:72 src/frontends/qt4/GuiBox.cpp:337
+#: src/frontends/qt4/GuiBox.cpp:72
+#: src/frontends/qt4/GuiBox.cpp:337
 #: src/frontends/qt4/GuiBox.cpp:372
 msgid "Height"
 msgstr "Alto"
 
-#: src/frontends/qt4/GuiBox.cpp:72 src/frontends/qt4/GuiBox.cpp:340
+#: src/frontends/qt4/GuiBox.cpp:72
+#: src/frontends/qt4/GuiBox.cpp:340
 #: src/frontends/qt4/GuiBox.cpp:375
 msgid "Depth"
 msgstr "Profundidad"
 
-#: src/frontends/qt4/GuiBox.cpp:73 src/frontends/qt4/GuiBox.cpp:205
-#: src/frontends/qt4/GuiBox.cpp:343 src/frontends/qt4/GuiBox.cpp:378
+#: src/frontends/qt4/GuiBox.cpp:73
+#: src/frontends/qt4/GuiBox.cpp:205
+#: src/frontends/qt4/GuiBox.cpp:343
+#: src/frontends/qt4/GuiBox.cpp:378
 #: src/frontends/qt4/GuiBox.cpp:425
 msgid "Total Height"
 msgstr "Alto total"
 
-#: src/frontends/qt4/GuiBox.cpp:73 src/frontends/qt4/GuiBox.cpp:346
+#: src/frontends/qt4/GuiBox.cpp:73
+#: src/frontends/qt4/GuiBox.cpp:346
 #: src/frontends/qt4/GuiBox.cpp:381
 msgid "Width"
 msgstr "Ancho"
@@ -17020,12 +17770,14 @@ msgstr "Activado"
 msgid "Color"
 msgstr "Color"
 
-#: src/frontends/qt4/GuiBranches.cpp:72 src/frontends/qt4/GuiBranches.cpp:146
+#: src/frontends/qt4/GuiBranches.cpp:72
+#: src/frontends/qt4/GuiBranches.cpp:146
 #: src/frontends/qt4/GuiDocument.cpp:1512
 msgid "Yes"
 msgstr "Sí"
 
-#: src/frontends/qt4/GuiBranches.cpp:72 src/frontends/qt4/GuiDocument.cpp:1511
+#: src/frontends/qt4/GuiBranches.cpp:72
+#: src/frontends/qt4/GuiDocument.cpp:1511
 msgid "No"
 msgstr "No"
 
@@ -17047,8 +17799,10 @@ msgstr ""
 msgid "Change made at %1$s\n"
 msgstr "Cambio realizado el %1$s\n"
 
-#: src/frontends/qt4/GuiCharacter.cpp:42 src/frontends/qt4/GuiCharacter.cpp:55
-#: src/frontends/qt4/GuiCharacter.cpp:76 src/frontends/qt4/GuiCharacter.cpp:88
+#: src/frontends/qt4/GuiCharacter.cpp:42
+#: src/frontends/qt4/GuiCharacter.cpp:55
+#: src/frontends/qt4/GuiCharacter.cpp:76
+#: src/frontends/qt4/GuiCharacter.cpp:88
 #: src/frontends/qt4/GuiCharacter.cpp:106
 #: src/frontends/qt4/GuiCharacter.cpp:117
 #: src/frontends/qt4/GuiCharacter.cpp:188
@@ -17059,8 +17813,10 @@ msgstr "Ningún cambio"
 msgid "Small Caps"
 msgstr "Versalitas"
 
-#: src/frontends/qt4/GuiCharacter.cpp:47 src/frontends/qt4/GuiCharacter.cpp:68
-#: src/frontends/qt4/GuiCharacter.cpp:80 src/frontends/qt4/GuiCharacter.cpp:98
+#: src/frontends/qt4/GuiCharacter.cpp:47
+#: src/frontends/qt4/GuiCharacter.cpp:68
+#: src/frontends/qt4/GuiCharacter.cpp:80
+#: src/frontends/qt4/GuiCharacter.cpp:98
 #: src/frontends/qt4/GuiCharacter.cpp:109
 #: src/frontends/qt4/GuiCharacter.cpp:121
 #: src/frontends/qt4/GuiCharacter.cpp:187
@@ -17140,9 +17896,12 @@ msgstr "Archivos %1$s"
 msgid "Choose a filename to save the pasted graphic as"
 msgstr "Elegir un nombre de archivo para guardar el gráfico pegado como"
 
-#: src/frontends/qt4/GuiClipboard.cpp:176 src/frontends/qt4/GuiView.cpp:1326
-#: src/frontends/qt4/GuiView.cpp:1474 src/frontends/qt4/GuiView.cpp:1490
-#: src/frontends/qt4/GuiView.cpp:1507 src/frontends/qt4/GuiView.cpp:1590
+#: src/frontends/qt4/GuiClipboard.cpp:176
+#: src/frontends/qt4/GuiView.cpp:1326
+#: src/frontends/qt4/GuiView.cpp:1474
+#: src/frontends/qt4/GuiView.cpp:1490
+#: src/frontends/qt4/GuiView.cpp:1507
+#: src/frontends/qt4/GuiView.cpp:1590
 #: src/frontends/qt4/GuiView.cpp:1628
 msgid "Canceled."
 msgstr "Cancelado."
@@ -17302,17 +18061,15 @@ msgstr "Configuración del documento"
 
 #: src/frontends/qt4/GuiDocument.cpp:558
 #: src/frontends/qt4/GuiDocument.cpp:1057
-msgid ""
-"Input listings parameters on the right. Enter ? for a list of parameters."
-msgstr ""
-"Introducir parámetros para listings a la derecha. Introduzca ? para una "
-"lista de parámetros."
+msgid "Input listings parameters on the right. Enter ? for a list of parameters."
+msgstr "Introducir parámetros para listings a la derecha. Introduzca ? para una lista de parámetros."
 
 #: src/frontends/qt4/GuiDocument.cpp:567
 msgid "Length"
 msgstr "Longitud"
 
-#: src/frontends/qt4/GuiDocument.cpp:614 src/frontends/qt4/GuiDocument.cpp:620
+#: src/frontends/qt4/GuiDocument.cpp:614
+#: src/frontends/qt4/GuiDocument.cpp:620
 #: src/frontends/qt4/GuiDocument.cpp:626
 msgid " (not installed)"
 msgstr " (no instalado)"
@@ -17402,7 +18159,8 @@ msgstr "Numérico"
 msgid "Unavailable: %1$s"
 msgstr "No disponible: %1$s"
 
-#: src/frontends/qt4/GuiDocument.cpp:980 src/frontends/qt4/GuiDocument.cpp:995
+#: src/frontends/qt4/GuiDocument.cpp:980
+#: src/frontends/qt4/GuiDocument.cpp:995
 msgid "Document Class"
 msgstr "Clase del documento"
 
@@ -17585,39 +18343,48 @@ msgstr "Lista de errores"
 msgid "%1$s Errors (%2$s)"
 msgstr "Errores %1$s  (%2$s)"
 
-#: src/frontends/qt4/GuiExternal.cpp:76 src/frontends/qt4/GuiGraphics.cpp:71
+#: src/frontends/qt4/GuiExternal.cpp:76
+#: src/frontends/qt4/GuiGraphics.cpp:71
 msgid "Top left"
 msgstr "Arriba izquierda"
 
-#: src/frontends/qt4/GuiExternal.cpp:76 src/frontends/qt4/GuiGraphics.cpp:71
+#: src/frontends/qt4/GuiExternal.cpp:76
+#: src/frontends/qt4/GuiGraphics.cpp:71
 msgid "Bottom left"
 msgstr "Abajo izquierda"
 
-#: src/frontends/qt4/GuiExternal.cpp:76 src/frontends/qt4/GuiGraphics.cpp:71
+#: src/frontends/qt4/GuiExternal.cpp:76
+#: src/frontends/qt4/GuiGraphics.cpp:71
 msgid "Baseline left"
 msgstr "Línea base izquierda"
 
-#: src/frontends/qt4/GuiExternal.cpp:77 src/frontends/qt4/GuiGraphics.cpp:72
+#: src/frontends/qt4/GuiExternal.cpp:77
+#: src/frontends/qt4/GuiGraphics.cpp:72
 msgid "Top center"
 msgstr "Arriba centro"
 
-#: src/frontends/qt4/GuiExternal.cpp:77 src/frontends/qt4/GuiGraphics.cpp:72
+#: src/frontends/qt4/GuiExternal.cpp:77
+#: src/frontends/qt4/GuiGraphics.cpp:72
 msgid "Bottom center"
 msgstr "Abajo centro"
 
-#: src/frontends/qt4/GuiExternal.cpp:77 src/frontends/qt4/GuiGraphics.cpp:72
+#: src/frontends/qt4/GuiExternal.cpp:77
+#: src/frontends/qt4/GuiGraphics.cpp:72
 msgid "Baseline center"
 msgstr "Línea base centro"
 
-#: src/frontends/qt4/GuiExternal.cpp:78 src/frontends/qt4/GuiGraphics.cpp:73
+#: src/frontends/qt4/GuiExternal.cpp:78
+#: src/frontends/qt4/GuiGraphics.cpp:73
 msgid "Top right"
 msgstr "Arriba derecha"
 
-#: src/frontends/qt4/GuiExternal.cpp:78 src/frontends/qt4/GuiGraphics.cpp:73
+#: src/frontends/qt4/GuiExternal.cpp:78
+#: src/frontends/qt4/GuiGraphics.cpp:73
 msgid "Bottom right"
 msgstr "Abajo derecha"
 
-#: src/frontends/qt4/GuiExternal.cpp:78 src/frontends/qt4/GuiGraphics.cpp:73
+#: src/frontends/qt4/GuiExternal.cpp:78
+#: src/frontends/qt4/GuiGraphics.cpp:73
 msgid "Baseline right"
 msgstr "Línea base derecha"
 
@@ -17637,7 +18404,8 @@ msgstr "Seleccionar archivo externo"
 msgid "Float Settings"
 msgstr "Configuración del flotante"
 
-#: src/frontends/qt4/GuiGraphics.cpp:153 src/frontends/qt4/GuiPrefs.cpp:870
+#: src/frontends/qt4/GuiGraphics.cpp:153
+#: src/frontends/qt4/GuiPrefs.cpp:870
 msgid "Graphics"
 msgstr "Gráficos"
 
@@ -17671,14 +18439,13 @@ msgstr "Hiperenlace"
 msgid "Child Document"
 msgstr "Documento hijo"
 
-#: src/frontends/qt4/GuiInclude.cpp:120 src/frontends/qt4/GuiInclude.cpp:182
-#: src/frontends/qt4/GuiListings.cpp:239 src/frontends/qt4/GuiListings.cpp:375
+#: src/frontends/qt4/GuiInclude.cpp:120
+#: src/frontends/qt4/GuiInclude.cpp:182
+#: src/frontends/qt4/GuiListings.cpp:239
+#: src/frontends/qt4/GuiListings.cpp:375
 #: src/frontends/qt4/GuiListings.cpp:450
-msgid ""
-"Input listing parameters on the right. Enter ? for a list of parameters."
-msgstr ""
-"Introducir parámetros para listings a la derecha. Introduzca ? para una "
-"lista de parámetro."
+msgid "Input listing parameters on the right. Enter ? for a list of parameters."
+msgstr "Introducir parámetros para listings a la derecha. Introduzca ? para una lista de parámetro."
 
 #: src/frontends/qt4/GuiInclude.cpp:308
 msgid "Select document to include"
@@ -17740,7 +18507,8 @@ msgstr "Configuración de listados de programa"
 msgid "No dialect"
 msgstr "Ningún dialecto"
 
-#: src/frontends/qt4/GuiLog.cpp:103 src/frontends/qt4/GuiLog.cpp:180
+#: src/frontends/qt4/GuiLog.cpp:103
+#: src/frontends/qt4/GuiLog.cpp:180
 msgid "LaTeX Log"
 msgstr "Registro de LaTeX"
 
@@ -17776,7 +18544,8 @@ msgstr "Ningún archivo de registro de control de versiones encontrado."
 msgid "Math Matrix"
 msgstr "Matriz matemática"
 
-#: src/frontends/qt4/GuiNomencl.cpp:32 src/insets/InsetNomencl.cpp:135
+#: src/frontends/qt4/GuiNomencl.cpp:32
+#: src/insets/InsetNomencl.cpp:135
 msgid "Nomenclature"
 msgstr "Nomenclatura"
 
@@ -17790,18 +18559,13 @@ msgstr "Configuración del párrafo"
 
 #: src/frontends/qt4/GuiParagraph.cpp:78
 msgid ""
-"As described in the User Guide, the width of this text determines the width "
-"of the label part of each item in environments like List and Description.\n"
+"As described in the User Guide, the width of this text determines the width of the label part of each item in environments like List and Description.\n"
 "\n"
-" Normally, you won't need to set this, since the largest label width of all "
-"the items is used."
+" Normally, you won't need to set this, since the largest label width of all the items is used."
 msgstr ""
-"Como se describe en la Guía del usuario, el ancho de este texto determina el "
-"ancho de la parte de la etiqueta de cada ítem en los entornos como Lista y "
-"Descripción.\n"
+"Como se describe en la Guía del usuario, el ancho de este texto determina el ancho de la parte de la etiqueta de cada ítem en los entornos como Lista y Descripción.\n"
 "\n"
-" Normalmente, no necesita ajustarlo, ya que se usa el ancho de la etiqueta "
-"más grande de todos los ítems."
+" Normalmente, no necesita ajustarlo, ya que se usa el ancho de la etiqueta más grande de todos los ítems."
 
 #: src/frontends/qt4/GuiPrefs.cpp:135
 msgid "System files|#S#s"
@@ -17914,27 +18678,22 @@ msgstr "Formato en uso"
 
 #: src/frontends/qt4/GuiPrefs.cpp:1650
 msgid "Cannot remove a Format used by a Converter. Remove the converter first."
-msgstr ""
-"No se puede quitar un Formato usado por un Convertidor. Quite el convertidor "
-"primero."
+msgstr "No se puede quitar un Formato usado por un Convertidor. Quite el convertidor primero."
 
 #: src/frontends/qt4/GuiPrefs.cpp:1724
 msgid "LyX needs to be restarted!"
 msgstr "¡LyX debe ser reiniciado!"
 
 #: src/frontends/qt4/GuiPrefs.cpp:1725
-msgid ""
-"The change of user interface language will be fully effective only after a "
-"restart."
-msgstr ""
-"El cambio de idioma de la interfaz de usuario será efectivo después de un "
-"reinicio."
+msgid "The change of user interface language will be fully effective only after a restart."
+msgstr "El cambio de idioma de la interfaz de usuario será efectivo después de un reinicio."
 
 #: src/frontends/qt4/GuiPrefs.cpp:1783
 msgid "Printer"
 msgstr "Impresora"
 
-#: src/frontends/qt4/GuiPrefs.cpp:1881 src/frontends/qt4/GuiPrefs.cpp:2579
+#: src/frontends/qt4/GuiPrefs.cpp:1881
+#: src/frontends/qt4/GuiPrefs.cpp:2579
 msgid "User interface"
 msgstr "Interfaz de usuario"
 
@@ -17974,12 +18733,15 @@ msgstr "Fuentes, entornos de párrafo y clases de texto"
 msgid "System and Miscellaneous"
 msgstr "Sistema y misceláneos"
 
-#: src/frontends/qt4/GuiPrefs.cpp:2269 src/frontends/qt4/GuiPrefs.cpp:2315
+#: src/frontends/qt4/GuiPrefs.cpp:2269
+#: src/frontends/qt4/GuiPrefs.cpp:2315
 msgid "Res&tore"
 msgstr "&Restaurar"
 
-#: src/frontends/qt4/GuiPrefs.cpp:2425 src/frontends/qt4/GuiPrefs.cpp:2432
-#: src/frontends/qt4/GuiPrefs.cpp:2443 src/frontends/qt4/GuiPrefs.cpp:2456
+#: src/frontends/qt4/GuiPrefs.cpp:2425
+#: src/frontends/qt4/GuiPrefs.cpp:2432
+#: src/frontends/qt4/GuiPrefs.cpp:2443
+#: src/frontends/qt4/GuiPrefs.cpp:2456
 #: src/frontends/qt4/GuiPrefs.cpp:2475
 msgid "Failed to create shortcut"
 msgstr "Error al crear asociación de teclas"
@@ -18525,20 +19287,22 @@ msgstr "Contorno"
 msgid "Filtering layouts with \""
 msgstr "Filtrar formatos con \""
 
-#: src/frontends/qt4/GuiToolbar.cpp:371 src/frontends/qt4/GuiToolbar.cpp:420
+#: src/frontends/qt4/GuiToolbar.cpp:371
+#: src/frontends/qt4/GuiToolbar.cpp:420
 msgid "Enter characters to filter the layout list."
-msgstr ""
-"Introducir caracteres para filtrar la lista de formatos de composición."
+msgstr "Introducir caracteres para filtrar la lista de formatos de composición."
 
 #: src/frontends/qt4/GuiToolbar.cpp:537
 msgid " (unknown)"
 msgstr " (desconocido)"
 
-#: src/frontends/qt4/GuiToolbar.cpp:945 src/frontends/qt4/Toolbars.cpp:309
+#: src/frontends/qt4/GuiToolbar.cpp:945
+#: src/frontends/qt4/Toolbars.cpp:309
 msgid "auto"
 msgstr "auto"
 
-#: src/frontends/qt4/GuiToolbar.cpp:950 src/frontends/qt4/GuiToolbar.cpp:959
+#: src/frontends/qt4/GuiToolbar.cpp:950
+#: src/frontends/qt4/GuiToolbar.cpp:959
 msgid "off"
 msgstr "Desactivada"
 
@@ -18580,12 +19344,15 @@ msgstr "Barra de herramientas \"%1$s\" desconocida"
 msgid "Select template file"
 msgstr "Seleccionar plantilla"
 
-#: src/frontends/qt4/GuiView.cpp:1251 src/frontends/qt4/GuiView.cpp:1653
+#: src/frontends/qt4/GuiView.cpp:1251
+#: src/frontends/qt4/GuiView.cpp:1653
 msgid "Templates|#T#t"
 msgstr "Plantillas|#T#t"
 
-#: src/frontends/qt4/GuiView.cpp:1254 src/frontends/qt4/GuiView.cpp:1312
-#: src/frontends/qt4/GuiView.cpp:1579 src/frontends/qt4/GuiView.cpp:1660
+#: src/frontends/qt4/GuiView.cpp:1254
+#: src/frontends/qt4/GuiView.cpp:1312
+#: src/frontends/qt4/GuiView.cpp:1579
+#: src/frontends/qt4/GuiView.cpp:1660
 msgid "LyX Documents (*.lyx)"
 msgstr "Documentos LyX (*.lyx)"
 
@@ -18597,7 +19364,8 @@ msgstr "Documento no cargado."
 msgid "Select document to open"
 msgstr "Seleccionar documento para abrir"
 
-#: src/frontends/qt4/GuiView.cpp:1309 src/frontends/qt4/GuiView.cpp:1455
+#: src/frontends/qt4/GuiView.cpp:1309
+#: src/frontends/qt4/GuiView.cpp:1455
 #: src/frontends/qt4/GuiView.cpp:1574
 msgid "Examples|#E#e"
 msgstr "Ejemplos|#E#e"
@@ -18614,9 +19382,12 @@ msgstr "Documentos LyX-1.4.x (*.lyx14)"
 msgid "LyX-1.5.x Documents (*.lyx15)"
 msgstr "Documentos LyX-1.5.x (*.lyx15)"
 
-#: src/frontends/qt4/GuiView.cpp:1340 src/frontends/qt4/Validator.cpp:174
-#: src/insets/ExternalSupport.cpp:365 src/insets/InsetBibtex.cpp:286
-#: src/insets/InsetGraphics.cpp:592 src/insets/InsetInclude.cpp:453
+#: src/frontends/qt4/GuiView.cpp:1340
+#: src/frontends/qt4/Validator.cpp:174
+#: src/insets/ExternalSupport.cpp:365
+#: src/insets/InsetBibtex.cpp:286
+#: src/insets/InsetGraphics.cpp:592
+#: src/insets/InsetInclude.cpp:453
 msgid "Invalid filename"
 msgstr "Nombre de archivo no válido"
 
@@ -18664,7 +19435,8 @@ msgstr "Sin información para importar el formato %1$s."
 msgid "Select %1$s file to import"
 msgstr "Seleccionar archivo %1$s a importar"
 
-#: src/frontends/qt4/GuiView.cpp:1501 src/frontends/qt4/GuiView.cpp:1677
+#: src/frontends/qt4/GuiView.cpp:1501
+#: src/frontends/qt4/GuiView.cpp:1677
 #, c-format
 msgid ""
 "The document %1$s already exists.\n"
@@ -18675,7 +19447,8 @@ msgstr ""
 "\n"
 "¿Desea sobreescribir ese documento?"
 
-#: src/frontends/qt4/GuiView.cpp:1503 src/frontends/qt4/GuiView.cpp:1681
+#: src/frontends/qt4/GuiView.cpp:1503
+#: src/frontends/qt4/GuiView.cpp:1681
 msgid "Overwrite document?"
 msgstr "¿Sobreescribir documento?"
 
@@ -18704,7 +19477,8 @@ msgstr "Seleccionar archivo a insertar"
 msgid "Choose a filename to save document as"
 msgstr "Elegir un nombre de archivo para guardar el documento como"
 
-#: src/frontends/qt4/GuiView.cpp:1682 src/frontends/qt4/GuiView.cpp:1727
+#: src/frontends/qt4/GuiView.cpp:1682
+#: src/frontends/qt4/GuiView.cpp:1727
 msgid "&Rename"
 msgstr "&Renombrar"
 
@@ -18808,9 +19582,12 @@ msgstr "Sin grupo"
 msgid "No Documents Open!"
 msgstr "¡Ningún documento abierto!"
 
-#: src/frontends/qt4/Menus.cpp:720 src/frontends/qt4/Menus.cpp:799
-#: src/frontends/qt4/Menus.cpp:819 src/frontends/qt4/Menus.cpp:841
-#: src/frontends/qt4/Menus.cpp:928 src/frontends/qt4/Menus.cpp:1034
+#: src/frontends/qt4/Menus.cpp:720
+#: src/frontends/qt4/Menus.cpp:799
+#: src/frontends/qt4/Menus.cpp:819
+#: src/frontends/qt4/Menus.cpp:841
+#: src/frontends/qt4/Menus.cpp:928
+#: src/frontends/qt4/Menus.cpp:1034
 #: src/frontends/qt4/Menus.cpp:1067
 msgid "No Document Open!"
 msgstr "¡Ningún documento abierto!"
@@ -18856,12 +19633,8 @@ msgid "space"
 msgstr "espacio"
 
 #: src/frontends/qt4/Validator.cpp:175
-msgid ""
-"LyX does not provide LaTeX support for file names containing any of these "
-"characters:\n"
-msgstr ""
-"LyX no proporciona soporte LaTeX para los nombres de archivo que contienen "
-"cualquiera de estos caracteres:\n"
+msgid "LyX does not provide LaTeX support for file names containing any of these characters:\n"
+msgstr "LyX no proporciona soporte LaTeX para los nombres de archivo que contienen cualquiera de estos caracteres:\n"
 
 #: src/frontends/qt4/qt_helpers.cpp:173
 msgid "Could not update TeX information"
@@ -18876,7 +19649,8 @@ msgstr "El guión `%s' falló."
 msgid "All Files "
 msgstr "Todos los archivos (*)"
 
-#: src/frontends/qt4/qt_helpers.cpp:499 src/insets/InsetTOC.cpp:49
+#: src/frontends/qt4/qt_helpers.cpp:499
+#: src/insets/InsetTOC.cpp:49
 msgid "Table of Contents"
 msgstr "Índice general"
 
@@ -18928,14 +19702,12 @@ msgstr "Lista de ramas"
 msgid "List of Changes"
 msgstr "Lista de cambios"
 
-#: src/insets/ExternalSupport.cpp:366 src/insets/InsetBibtex.cpp:287
-#: src/insets/InsetGraphics.cpp:593 src/insets/InsetInclude.cpp:454
-msgid ""
-"The following filename is likely to cause trouble when running the exported "
-"file through LaTeX: "
-msgstr ""
-"El siguiente nombre de archivo es probable que ocasione problemas cuando se "
-"ejecute el archivo exportado a través de LaTeX: "
+#: src/insets/ExternalSupport.cpp:366
+#: src/insets/InsetBibtex.cpp:287
+#: src/insets/InsetGraphics.cpp:593
+#: src/insets/InsetInclude.cpp:454
+msgid "The following filename is likely to cause trouble when running the exported file through LaTeX: "
+msgstr "El siguiente nombre de archivo es probable que ocasione problemas cuando se ejecute el archivo exportado a través de LaTeX: "
 
 #: src/insets/Inset.cpp:333
 msgid "Opened inset"
@@ -18991,7 +19763,8 @@ msgstr "Listas:"
 msgid "included in TOC"
 msgstr "incluido en el IG"
 
-#: src/insets/InsetBibtex.cpp:307 src/insets/InsetBibtex.cpp:358
+#: src/insets/InsetBibtex.cpp:307
+#: src/insets/InsetBibtex.cpp:358
 msgid "Export Warning!"
 msgstr "¡Aviso de exportar!"
 
@@ -19047,7 +19820,8 @@ msgstr "doble marco"
 msgid "Opened Box Inset"
 msgstr "Recuadro de cuadro abierto"
 
-#: src/insets/InsetBox.cpp:161 src/insets/InsetBox.cpp:164
+#: src/insets/InsetBox.cpp:161
+#: src/insets/InsetBox.cpp:164
 #, c-format
 msgid "%1$s (%2$s)"
 msgstr "%1$s (%2$s)"
@@ -19061,7 +19835,8 @@ msgstr "%1$s (%2$s, %3$s)"
 msgid "Opened Branch Inset"
 msgstr "Recuadro de rama abierto"
 
-#: src/insets/InsetBranch.cpp:80 src/insets/InsetBranch.cpp:86
+#: src/insets/InsetBranch.cpp:80
+#: src/insets/InsetBranch.cpp:86
 msgid "Branch: "
 msgstr "Rama: "
 
@@ -19094,7 +19869,8 @@ msgstr "Comando LaTeX: "
 msgid "InsetCommand Error: "
 msgstr "Error de comando de inserción: "
 
-#: src/insets/InsetCommandParams.cpp:251 src/insets/InsetCommandParams.cpp:268
+#: src/insets/InsetCommandParams.cpp:251
+#: src/insets/InsetCommandParams.cpp:268
 msgid "Incompatible command name."
 msgstr "Nombre de comando incompatible."
 
@@ -19110,7 +19886,8 @@ msgstr "ParámetrosComandoInserción: "
 msgid "Unknown parameter name: "
 msgstr "Nombre de parámetro desconocido: "
 
-#: src/insets/InsetCommandParams.cpp:298 src/insets/InsetInfo.cpp:141
+#: src/insets/InsetCommandParams.cpp:298
+#: src/insets/InsetInfo.cpp:141
 msgid "Missing \\end_inset at this point."
 msgstr "Falta \\end_inset en este punto."
 
@@ -19127,7 +19904,8 @@ msgstr "La plantilla externa %1$s no está instalada"
 msgid "Opened Flex Inset"
 msgstr "Inserción flexible abierta"
 
-#: src/insets/InsetFloat.cpp:119 src/insets/InsetFloat.cpp:413
+#: src/insets/InsetFloat.cpp:119
+#: src/insets/InsetFloat.cpp:413
 msgid "float: "
 msgstr "flotante: "
 
@@ -19164,7 +19942,8 @@ msgstr "Recuadro de nota al pie abierto"
 msgid "footnote"
 msgstr "Nota al pie"
 
-#: src/insets/InsetGraphics.cpp:470 src/insets/InsetInclude.cpp:531
+#: src/insets/InsetGraphics.cpp:470
+#: src/insets/InsetInclude.cpp:531
 #, c-format
 msgid ""
 "Could not copy the file\n"
@@ -19193,11 +19972,13 @@ msgstr "Entrada Literal"
 msgid "Verbatim Input*"
 msgstr "Entrada Literal*"
 
-#: src/insets/InsetInclude.cpp:427 src/insets/InsetInclude.cpp:619
+#: src/insets/InsetInclude.cpp:427
+#: src/insets/InsetInclude.cpp:619
 msgid "Recursive input"
 msgstr "Entrada recursiva"
 
-#: src/insets/InsetInclude.cpp:428 src/insets/InsetInclude.cpp:620
+#: src/insets/InsetInclude.cpp:428
+#: src/insets/InsetInclude.cpp:620
 #, c-format
 msgid "Attempted to include file %1$s in itself! Ignoring inclusion."
 msgstr "¡Intentó incluir el archivo %1$s en sí mismo! Ignorando la inclusión."
@@ -19257,11 +20038,13 @@ msgstr "Información en relación con "
 msgid "undefined"
 msgstr "indefinido"
 
-#: src/insets/InsetInfo.cpp:309 src/insets/InsetInfo.cpp:313
+#: src/insets/InsetInfo.cpp:309
+#: src/insets/InsetInfo.cpp:313
 msgid "yes"
 msgstr "sí"
 
-#: src/insets/InsetInfo.cpp:309 src/insets/InsetInfo.cpp:313
+#: src/insets/InsetInfo.cpp:309
+#: src/insets/InsetInfo.cpp:313
 msgid "no"
 msgstr "no"
 
@@ -19390,25 +20173,16 @@ msgid "Should be composed of one or more of %1$s."
 msgstr "Debería estar compuesto de una o más de %1$s."
 
 #: src/insets/InsetListingsParams.cpp:284
-msgid ""
-"Use \\footnotesize, \\small, \\itshape, \\ttfamily or something like that"
+msgid "Use \\footnotesize, \\small, \\itshape, \\ttfamily or something like that"
 msgstr "Use \\footnotesize, \\small, \\itshape, \\ttfamily o algo parecido"
 
 #: src/insets/InsetListingsParams.cpp:286
-msgid ""
-"none, leftline, topline, bottomline, lines, single, shadowbox or subset of "
-"trblTRBL"
-msgstr ""
-"none, leftline, topline, bottomline, lines, single, shadowbox o subset de "
-"trblTRBL"
+msgid "none, leftline, topline, bottomline, lines, single, shadowbox or subset of trblTRBL"
+msgstr "none, leftline, topline, bottomline, lines, single, shadowbox o subset de trblTRBL"
 
 #: src/insets/InsetListingsParams.cpp:288
-msgid ""
-"Enter four letters (either t = round or f = square) for top right, bottom "
-"right, bottom left and top left corner."
-msgstr ""
-"Introduzca cuatro letras (bien t = redondo o f = cuadrado) para las esquinas "
-"superior derecha, inferior derecha, inferior izquierda y superior izquierda."
+msgid "Enter four letters (either t = round or f = square) for top right, bottom right, bottom left and top left corner."
+msgstr "Introduzca cuatro letras (bien t = redondo o f = cuadrado) para las esquinas superior derecha, inferior derecha, inferior izquierda y superior izquierda."
 
 #: src/insets/InsetListingsParams.cpp:291
 msgid "Enter something like \\color{white}"
@@ -19423,24 +20197,12 @@ msgid "auto, last or a number"
 msgstr "auto, last o un número"
 
 #: src/insets/InsetListingsParams.cpp:413
-msgid ""
-"This parameter should not be entered here. Please use the caption edit box "
-"(when using the child document dialog) or menu Insert->Caption (when "
-"defining a listing inset)"
-msgstr ""
-"Este parámetro no debería ser introducido aquí. Por favor, use el cuadro de "
-"edición de leyenda (cuando se use el diálogo de documento hijo) o el menú "
-"Insertar -> Título (cuando se define un recuadro de listado)"
+msgid "This parameter should not be entered here. Please use the caption edit box (when using the child document dialog) or menu Insert->Caption (when defining a listing inset)"
+msgstr "Este parámetro no debería ser introducido aquí. Por favor, use el cuadro de edición de leyenda (cuando se use el diálogo de documento hijo) o el menú Insertar -> Título (cuando se define un recuadro de listado)"
 
 #: src/insets/InsetListingsParams.cpp:419
-msgid ""
-"This parameter should not be entered here. Please use the label edit box "
-"(when using the child document dialog) or menu Insert->Label (when defining "
-"a listing inset)"
-msgstr ""
-"Este parámetro no debería ser introducido aquí. Por favor use el cuadro de "
-"edición de etiquetas (cuando se use el diálogo del documento hijo) o el menú "
-"Insertar -> Etiqueta (cuando se defina un recuadro de listado)"
+msgid "This parameter should not be entered here. Please use the label edit box (when using the child document dialog) or menu Insert->Label (when defining a listing inset)"
+msgstr "Este parámetro no debería ser introducido aquí. Por favor use el cuadro de edición de etiquetas (cuando se use el diálogo del documento hijo) o el menú Insertar -> Etiqueta (cuando se defina un recuadro de listado)"
 
 #: src/insets/InsetListingsParams.cpp:622
 msgid "Invalid (empty) listing parameter name."
@@ -19475,7 +20237,8 @@ msgstr "Parámetros empezando con '%1$s': %2$s"
 msgid "Opened Marginal Note Inset"
 msgstr "Recuadro de nota al margen abierto"
 
-#: src/insets/InsetNewpage.cpp:179 src/insets/InsetNewpage.cpp:191
+#: src/insets/InsetNewpage.cpp:179
+#: src/insets/InsetNewpage.cpp:191
 msgid "New Page"
 msgstr "Página nueva"
 
@@ -19523,47 +20286,58 @@ msgstr "Recuadro de argumento opcional abierto"
 msgid "BROKEN: "
 msgstr "ROTO:"
 
-#: src/insets/InsetRef.cpp:171 src/mathed/InsetMathRef.cpp:187
+#: src/insets/InsetRef.cpp:171
+#: src/mathed/InsetMathRef.cpp:187
 msgid "Ref: "
 msgstr "Ref: "
 
-#: src/insets/InsetRef.cpp:172 src/mathed/InsetMathRef.cpp:188
+#: src/insets/InsetRef.cpp:172
+#: src/mathed/InsetMathRef.cpp:188
 msgid "Equation"
 msgstr "Ecuación"
 
-#: src/insets/InsetRef.cpp:172 src/mathed/InsetMathRef.cpp:188
+#: src/insets/InsetRef.cpp:172
+#: src/mathed/InsetMathRef.cpp:188
 msgid "EqRef: "
 msgstr "EqRef: "
 
-#: src/insets/InsetRef.cpp:173 src/mathed/InsetMathRef.cpp:189
+#: src/insets/InsetRef.cpp:173
+#: src/mathed/InsetMathRef.cpp:189
 msgid "Page Number"
 msgstr "Número de página"
 
-#: src/insets/InsetRef.cpp:173 src/mathed/InsetMathRef.cpp:189
+#: src/insets/InsetRef.cpp:173
+#: src/mathed/InsetMathRef.cpp:189
 msgid "Page: "
 msgstr "Página: "
 
-#: src/insets/InsetRef.cpp:174 src/mathed/InsetMathRef.cpp:190
+#: src/insets/InsetRef.cpp:174
+#: src/mathed/InsetMathRef.cpp:190
 msgid "Textual Page Number"
 msgstr "Número de página textual"
 
-#: src/insets/InsetRef.cpp:174 src/mathed/InsetMathRef.cpp:190
+#: src/insets/InsetRef.cpp:174
+#: src/mathed/InsetMathRef.cpp:190
 msgid "TextPage: "
 msgstr "Página de texto: "
 
-#: src/insets/InsetRef.cpp:175 src/mathed/InsetMathRef.cpp:191
+#: src/insets/InsetRef.cpp:175
+#: src/mathed/InsetMathRef.cpp:191
 msgid "Standard+Textual Page"
 msgstr "Estándar+Página de texto"
 
-#: src/insets/InsetRef.cpp:175 src/mathed/InsetMathRef.cpp:191
+#: src/insets/InsetRef.cpp:175
+#: src/mathed/InsetMathRef.cpp:191
 msgid "Ref+Text: "
 msgstr "Referencia+Texto: "
 
-#: src/insets/InsetRef.cpp:176 src/mathed/InsetMathRef.cpp:192
+#: src/insets/InsetRef.cpp:176
+#: src/mathed/InsetMathRef.cpp:192
 msgid "PrettyRef"
 msgstr "PrettyRef"
 
-#: src/insets/InsetRef.cpp:176 src/mathed/InsetMathRef.cpp:192
+#: src/insets/InsetRef.cpp:176
+#: src/mathed/InsetMathRef.cpp:192
 msgid "FormatRef: "
 msgstr "RefFormato: "
 
@@ -19657,7 +20431,8 @@ msgstr "Recuadro de texto abierto"
 msgid "Vertical Space"
 msgstr "Espacio vertical"
 
-#: src/insets/InsetWrap.cpp:48 src/insets/InsetWrap.cpp:121
+#: src/insets/InsetWrap.cpp:48
+#: src/insets/InsetWrap.cpp:121
 msgid "wrap: "
 msgstr "envoltorio: "
 
@@ -19669,7 +20444,8 @@ msgstr "Recuadro de envoltorio abierto"
 msgid "wrap"
 msgstr "envolver"
 
-#: src/insets/RenderGraphic.cpp:79 src/insets/RenderGraphic.cpp:83
+#: src/insets/RenderGraphic.cpp:79
+#: src/insets/RenderGraphic.cpp:83
 msgid "Not shown."
 msgstr " Oculto."
 
@@ -19810,8 +20586,10 @@ msgstr " cadenas han sido reemplazadas."
 msgid " Macro: %1$s: "
 msgstr " Macro: %1$s: "
 
-#: src/mathed/InsetMathAMSArray.cpp:111 src/mathed/InsetMathHull.cpp:1389
-#: src/mathed/InsetMathSplit.cpp:76 src/mathed/InsetMathSubstack.cpp:71
+#: src/mathed/InsetMathAMSArray.cpp:111
+#: src/mathed/InsetMathHull.cpp:1389
+#: src/mathed/InsetMathSplit.cpp:76
+#: src/mathed/InsetMathSubstack.cpp:71
 #, c-format
 msgid "Can't add vertical grid lines in '%1$s'"
 msgstr "No se pueden añadir líneas de cuadrícula vertical en '%1$s'"
@@ -19842,11 +20620,13 @@ msgstr "Ninguna vline para borrar"
 msgid "Unknown tabular feature '%1$s'"
 msgstr "Característica de tabla desconocida '%1$s'"
 
-#: src/mathed/InsetMathHull.cpp:1185 src/mathed/InsetMathHull.cpp:1193
+#: src/mathed/InsetMathHull.cpp:1185
+#: src/mathed/InsetMathHull.cpp:1193
 msgid "No number"
 msgstr "Ningún número"
 
-#: src/mathed/InsetMathHull.cpp:1185 src/mathed/InsetMathHull.cpp:1193
+#: src/mathed/InsetMathHull.cpp:1185
+#: src/mathed/InsetMathHull.cpp:1193
 msgid "Number"
 msgstr "Número"
 
@@ -19900,7 +20680,7 @@ msgstr ""
 
 #: src/output_plaintext.cpp:136
 msgid "Abstract: "
-msgstr "Sinopsis: "
+msgstr "Resumen: "
 
 #: src/output_plaintext.cpp:148
 msgid "References: "
@@ -20090,16 +20870,13 @@ msgstr "Usuario desconocido"
 #, fuzzy
 #~ msgid "email"
 #~ msgstr "correo-e:"
-
 #~ msgid "LyX binary not found"
 #~ msgstr "Binario LyX no encontrado"
-
 #~ msgid ""
 #~ "Unable to determine the path to the LyX binary from the command line %1$s"
 #~ msgstr ""
 #~ "No se pudo determinar la ruta al binario LyX desde la línea de comandos %1"
 #~ "$s"
-
 #~ msgid ""
 #~ "Unable to determine the system directory having searched\n"
 #~ "\t%1$s\n"
@@ -20111,86 +20888,64 @@ msgstr "Usuario desconocido"
 #~ "Use el parámetro '-sysdir' de la línea de comandos o ponga en la variable "
 #~ "de entorno\n"
 #~ "%2$s el directorio del sistema que contiene el archivo `chkconfig.ltx'."
-
 #~ msgid "File not found"
 #~ msgstr "Archivo no encontrado"
-
 #~ msgid ""
 #~ "Invalid %1$s switch.\n"
 #~ "Directory %2$s does not contain %3$s."
 #~ msgstr ""
 #~ "Opción %1$s no válida.\n"
 #~ "El directorio %2$s no contiene %3$s."
-
 #~ msgid ""
 #~ "Invalid %1$s environment variable.\n"
 #~ "Directory %2$s does not contain %3$s."
 #~ msgstr ""
 #~ "Variable de entorno %1$s no válida.\n"
 #~ "El directorio %2$s no contiene %3$s."
-
 #~ msgid ""
 #~ "Invalid %1$s environment variable.\n"
 #~ "%2$s is not a directory."
 #~ msgstr ""
 #~ "Variable de entorno %1$s no válida.\n"
 #~ "%2$s no es un directorio."
-
 #~ msgid "Directory not found"
 #~ msgstr "Directorio no encontrado"
-
 #~ msgid "Table of Contents|a"
 #~ msgstr "Índice general|g"
-
 #~ msgid "FAQ|F"
 #~ msgstr "Preguntas frecuentes|f"
-
 #~ msgid "&Options:"
 #~ msgstr "Opc&iones:"
-
 #~ msgid "Adds \"backlink\" text to the end of each item in the bibliography"
 #~ msgstr "Añadir texto \"enlace\" al final de cada entrada en la bibliografía"
-
 #~ msgid "Backreference by pa&ge number"
 #~ msgstr "R&eferencias por número de página"
-
 #~ msgid "Stadt:"
 #~ msgstr "Stadt:"
-
 #~ msgid "Slidecontents"
 #~ msgstr "ContenidosTransparencia"
-
 #~ msgid "."
 #~ msgstr "."
-
 #~ msgid "American"
 #~ msgstr "Inglés Americano"
 
 #, fuzzy
 #~ msgid "Austrian (old spelling)"
 #~ msgstr "Austriaco (nueva ortografía)"
-
 #~ msgid "Austrian"
 #~ msgstr "Austriaco"
-
 #~ msgid "British"
 #~ msgstr "Inglés británico"
-
 #~ msgid "Canadian"
 #~ msgstr "Inglés canadiense"
-
 #~ msgid "LinuxDoc"
 #~ msgstr "LinuxDoc"
-
 #~ msgid "LinuxDoc|x"
 #~ msgstr "LinuxDoc|x"
-
 #~ msgid "Vertical alignment for fixed width columns"
 #~ msgstr "Alineación vertical para columna de ancho fijo"
-
 #~ msgid "LaTeX default"
 #~ msgstr "Predeterminado LaTeX"
-
 #~ msgid "Keep *roff temporary files"
 #~ msgstr "Mantener archivos temporales *roff"
 
@@ -20200,7 +20955,6 @@ msgstr "Usuario desconocido"
 #~ "El documento especificado\n"
 #~ "%1$s\n"
 #~ "no se pudo leer."
-
 #~ msgid ""
 #~ "Layout had to be changed from\n"
 #~ "%1$s to %2$s\n"
@@ -20211,13 +20965,10 @@ msgstr "Usuario desconocido"
 #~ "%1$s a %2$s\n"
 #~ "a causa de la conversión de clase de\n"
 #~ "%3$s a %4$s"
-
 #~ msgid "Changed Layout"
 #~ msgstr "Formato cambiado"
-
 #~ msgid "Unknown layout"
 #~ msgstr "Formato desconocido"
-
 #~ msgid ""
 #~ "Layout '%1$s' does not exist in textclass '%2$s'\n"
 #~ "Trying to use the default instead.\n"
@@ -20228,38 +20979,28 @@ msgstr "Usuario desconocido"
 #, fuzzy
 #~ msgid "Adds an environment for hanging paragraphs."
 #~ msgstr "¡No se puede indexar más de un párrafo!"
-
 #~ msgid "Opened Environment Inset: "
 #~ msgstr "Recuadro entorno abierto: "
-
 #~ msgid "Display image in LyX"
 #~ msgstr "Mostrar imagen en LyX"
-
 #~ msgid "Screen display"
 #~ msgstr "Presentación en pantalla"
-
 #~ msgid "Monochrome"
 #~ msgstr "Monocromo"
-
 #~ msgid "Grayscale"
 #~ msgstr "Escala de grises"
-
 #~ msgid "Preview"
 #~ msgstr "Vista preliminar"
-
 #~ msgid "%"
 #~ msgstr "%"
-
 #~ msgid "&Display:"
 #~ msgstr "&Pantalla:"
-
 #~ msgid "Sca&le:"
 #~ msgstr "Esca&la:"
 
 #, fuzzy
 #~ msgid "Scr&een Display:"
 #~ msgstr "Presentación en pantalla"
-
 #~ msgid "Do not display"
 #~ msgstr "No mostrar"
 
@@ -20278,10 +21019,8 @@ msgstr "Usuario desconocido"
 #, fuzzy
 #~ msgid "Clear group"
 #~ msgstr "Limpiar página"
-
 #~ msgid " (auto)"
 #~ msgstr " (auto)"
-
 #~ msgid "Plain Text"
 #~ msgstr "Texto simple"
 
@@ -20292,16 +21031,12 @@ msgstr "Usuario desconocido"
 #, fuzzy
 #~ msgid "Toggle tabba&r"
 #~ msgstr "Conmutar barra de herramientas de tabla"
-
 #~ msgid "Edit the file externally"
 #~ msgstr "Editar el archivo externamente"
-
 #~ msgid "&Edit File..."
 #~ msgstr "&Editar archivo..."
-
 #~ msgid "LyX View"
 #~ msgstr "Vista LyX"
-
 #~ msgid "Options"
 #~ msgstr "Opciones"
 
@@ -20312,10 +21047,8 @@ msgstr "Usuario desconocido"
 #, fuzzy
 #~ msgid "Movie: $$AbsOrRelPathParent$$Basename"
 #~ msgstr "Xfig: $$AbsOrRelPathParent$$Basename"
-
 #~ msgid "<- C&lear"
 #~ msgstr "<- &Limpiar"
-
 #~ msgid "A&pply"
 #~ msgstr "A&plicar"
 
@@ -20460,7 +21193,6 @@ msgstr "Usuario desconocido"
 #, fuzzy
 #~ msgid "Extra embedded file"
 #~ msgstr "Objetos insertados|O"
-
 #~ msgid "Error setting multicolumn"
 #~ msgstr "Error al poner multicolumna"
 
@@ -20471,17 +21203,14 @@ msgstr "Usuario desconocido"
 #, fuzzy
 #~ msgid "Enskip|k"
 #~ msgstr "nsim"
-
 #~ msgid "Document could not be read"
 #~ msgstr "El documento no se pudo leer"
-
 #~ msgid "%1$s could not be read."
 #~ msgstr "%1$s no se pudo leer."
 
 #, fuzzy
 #~ msgid "InsetCommandParams error: "
 #~ msgstr "Comando de recuadro: "
-
 #~ msgid "All files (*)"
 #~ msgstr "Todos los archivos (*)"
 
@@ -20492,7 +21221,6 @@ msgstr "Usuario desconocido"
 #, fuzzy
 #~ msgid "New Line|e"
 #~ msgstr "Línea izquierda|z"
-
 #~ msgid "Line Break|B"
 #~ msgstr "Salto de línea|a"
 
@@ -20511,13 +21239,10 @@ msgstr "Usuario desconocido"
 #, fuzzy
 #~ msgid "Links"
 #~ msgstr "Lista"
-
 #~ msgid "Horizontal Fill|H"
 #~ msgstr "Relleno horizontal|h"
-
 #~ msgid "Swap Rows|S"
 #~ msgstr "Intercambiar filas|t"
-
 #~ msgid "Swap Columns|w"
 #~ msgstr "Intercambiar columnas|n"
 
@@ -20543,262 +21268,180 @@ msgstr "Usuario desconocido"
 #, fuzzy
 #~ msgid "Float"
 #~ msgstr "&Flotante"
-
 #~ msgid "S&ubfigure"
 #~ msgstr "Su&bfigura"
-
 #~ msgid "The caption for the sub-figure"
 #~ msgstr "Leyenda para la subfigura"
-
 #~ msgid "Ca&ption:"
 #~ msgstr "&Leyenda:"
-
 #~ msgid "Show ERT inline"
 #~ msgstr "Mostrar insertado ERT"
-
 #~ msgid "&Inline"
 #~ msgstr "&Insertado"
-
 #~ msgid "&Use language's default encoding"
 #~ msgstr "&Usar la codificación predefinida del idioma"
-
 #~ msgid "Framed in box"
 #~ msgstr "Enmarcado en cuadro"
-
 #~ msgid "&Shaded"
 #~ msgstr "&Sombreado"
-
 #~ msgid "Paper Size"
 #~ msgstr "Tamaño del papel"
-
 #~ msgid "&Colors"
 #~ msgstr "&Colores"
-
 #~ msgid "C&opiers"
 #~ msgstr "C&opiadoras"
-
 #~ msgid "&File formats"
 #~ msgstr "&Formatos de archivo"
-
 #~ msgid "F&ormat:"
 #~ msgstr "F&ormato:"
-
 #~ msgid "&GUI name:"
 #~ msgstr "&Nombre GUI:"
-
 #~ msgid "External Applications"
 #~ msgstr "Programas externos"
-
 #~ msgid "Save/restore window size, or use fixed size"
 #~ msgstr "Guardar/restaurar tamaño de la ventana, o usar tamaño fijo"
-
 #~ msgid "Save/restore window position"
 #~ msgstr "Guardar/restaurar posición de la ventana"
-
 #~ msgid " every"
 #~ msgstr " cada"
-
 #~ msgid "Scrolling"
 #~ msgstr "Desplazamiento"
-
 #~ msgid "Pixmap Cache"
 #~ msgstr "Caché de pixmaps"
-
 #~ msgid "Enable Pi&xmap Cache"
 #~ msgstr "Activar caché de pi&xmaps"
-
 #~ msgid "&URL:"
 #~ msgstr "&URL:"
-
 #~ msgid "Output as a hyperlink ?"
 #~ msgstr "¿Salida como hiperenlace?"
-
 #~ msgid "&Units:"
 #~ msgstr "&Unidades:"
-
 #~ msgid "Definition @Section@.\\arabic{definition}."
 #~ msgstr "Definición @Section@.\\arabic{definition}."
-
 #~ msgid "Example @Section@.\\arabic{example}."
 #~ msgstr "Ejemplo @Section@.\\arabic{example}."
-
 #~ msgid "Remark @Section@.\\arabic{remark}."
 #~ msgstr "Observación @Section@.\\arabic{remark}."
-
 #~ msgid "Notation @Section@.\\arabic{notation}."
 #~ msgstr "Notación @Section@.\\arabic{notation}."
-
 #~ msgid "Theorem @Section@.\\arabic{theorem}."
 #~ msgstr "Teorema @Section@.\\arabic{theorem}."
-
 #~ msgid "Corollary @Section@.\\arabic{corollary}."
 #~ msgstr "Corolario @Section@.\\arabic{corollary}."
-
 #~ msgid "Lemma @Section@.\\arabic{lemma}."
 #~ msgstr "Lema @Section@.\\arabic{lemma}."
-
 #~ msgid "Proposition @Section@.\\arabic{proposition}."
 #~ msgstr "Proposición @Section@.\\arabic{proposition}."
-
 #~ msgid "Prop @Section@.\\arabic{prop}."
 #~ msgstr "Prop @Section@.\\arabic{prop}."
-
 #~ msgid "Question @Section@.\\arabic{question}."
 #~ msgstr "Pregunta @Section@.\\arabic{question}."
-
 #~ msgid "Claim @Section@.\\arabic{claim}."
 #~ msgstr "Afirmación @Section@.\\arabic{claim}."
-
 #~ msgid "Conjecture @Section@.\\arabic{conjecture}."
 #~ msgstr "Conjetura @Section@.\\arabic{conjecture}."
-
 #~ msgid "Theorem \\arabic{thm}."
 #~ msgstr "Teorema \\arabic{thm}."
-
 #~ msgid "Criterion \\arabic{criterion}."
 #~ msgstr "Criterio \\arabic{criterion}."
-
 #~ msgid "Algorithm \\arabic{algorithm}."
 #~ msgstr "Algoritmo \\arabic{algorithm}."
-
 #~ msgid "Fact \\arabic{fact}."
 #~ msgstr "Hecho \\arabic{fact}."
-
 #~ msgid "Axiom \\arabic{axiom}."
 #~ msgstr "Axioma \\arabic{axiom}."
-
 #~ msgid "Condition \\arabic{condition}."
 #~ msgstr "Condición \\arabic{condition}."
-
 #~ msgid "Problem \\arabic{problem}."
 #~ msgstr "Problema \\arabic{problem}."
-
 #~ msgid "Exercise \\arabic{exercise}."
 #~ msgstr "Ejercicio \\arabic{execise}."
-
 #~ msgid "Summary \\arabic{summary}."
 #~ msgstr "Resumen \\arabic{summary}."
-
 #~ msgid "Acknowledgement \\arabic{acknowledgement}."
 #~ msgstr "Agradecimiento \\arabic{acknowledgement}."
-
 #~ msgid "Conclusion \\arabic{conclusion}."
 #~ msgstr "Conclusión \\arabic{conclusion}."
-
 #~ msgid "Assumption \\arabic{assumption}."
 #~ msgstr "Supuesto \\arabic{assumption}."
-
 #~ msgid "Corollary @Section@.\\arabic{theorem}."
 #~ msgstr "Corolario @Section@.\\arabic{theorem}."
-
 #~ msgid "Lemma @Section@.\\arabic{theorem}."
 #~ msgstr "Lema @Section@.\\arabic{theorem}."
-
 #~ msgid "Proposition @Section@.\\arabic{theorem}."
 #~ msgstr "Proposición @Section@.\\arabic{theorem}."
-
 #~ msgid "Conjecture @Section@.\\arabic{theorem}."
 #~ msgstr "Conjetura @Section@.\\arabic{theorem}."
-
 #~ msgid "Criterion @Section@.\\arabic{theorem}."
 #~ msgstr "Criterio @Section@.\\arabic{theorem}."
-
 #~ msgid "Algorithm @Section@.\\arabic{theorem}."
 #~ msgstr "Algoritmo @Section@.\\arabic{theorem}."
-
 #~ msgid "Fact @Section@.\\arabic{theorem}."
 #~ msgstr "Hecho @Section@.\\arabic{theorem}."
-
 #~ msgid "Axiom @Section@.\\arabic{theorem}."
 #~ msgstr "Axioma @Section@.\\arabic{theorem}."
-
 #~ msgid "Definition @Section@.\\arabic{theorem}."
 #~ msgstr "Definición @Section@.\\arabic{theorem}."
-
 #~ msgid "Example @Section@.\\arabic{theorem}."
 #~ msgstr "Ejemplo @Section@.\\arabic{theorem}."
-
 #~ msgid "Problem @Section@.\\arabic{theorem}."
 #~ msgstr "Problema @Section@.\\arabic{theorem}."
-
 #~ msgid "Remark @Section@.\\arabic{theorem}."
 #~ msgstr "Observación @Section@.\\arabic{theorem}."
-
 #~ msgid "Claim @Section@.\\arabic{theorem}."
 #~ msgstr "Afirmación @Section@.\\arabic{theorem}."
-
 #~ msgid "Note @Section@.\\arabic{theorem}."
 #~ msgstr "Nota @Section@.\\arabic{theorem}."
-
 #~ msgid "Acknowledgement @Section@.\\arabic{theorem}."
 #~ msgstr "Agradecimiento @Section@.\\arabic{theorem}."
-
 #~ msgid "@Section@.\\arabic{subsection}"
 #~ msgstr "@Section@.\\arabic{subsection}"
-
 #~ msgid "@Subsection@.\\arabic{subsubsection}"
 #~ msgstr "@Subsection@.\\arabic{subsubsection}"
-
 #~ msgid "@Subsubsection@.\\arabic{paragraph}"
 #~ msgstr "@Subsubsection@.\\arabic{paragraph}"
-
 #~ msgid "@Paragraph@.\\arabic{subparagraph}"
 #~ msgstr "@Paragraph@.\\arabic{subparagraph}"
-
 #~ msgid "\\arabic{chapter}.\\arabic{section}"
 #~ msgstr "\\arabic{chapter}.\\arabic{section}"
-
 #~ msgid "\\Alph{chapter}.\\arabic{section}"
 #~ msgstr "\\Alph{chapter}.\\arabic{section}"
-
 #~ msgid "Bahasa"
 #~ msgstr "Bahasa"
-
 #~ msgid "Magyar"
 #~ msgstr "Húngaro"
-
 #~ msgid "Serbo-Croatian"
 #~ msgstr "Servo-Croata"
-
 #~ msgid "Framed|F"
 #~ msgstr "Enmarcado|m"
-
 #~ msgid "Shaded|S"
 #~ msgstr "Sombreado|S"
-
 #~ msgid "Insert URL"
 #~ msgstr "Insertar URL"
-
 #~ msgid "Can't load document class"
 #~ msgstr "No se puede cargar la clase de documento"
-
 #~ msgid ""
 #~ "Using the default document class, because the class %1$s could not be "
 #~ "loaded."
 #~ msgstr ""
 #~ "Usando la clase de documento predeterminada, ya que la clase %1$s no se "
 #~ "pudo cargar."
-
 #~ msgid "Undefined character style"
 #~ msgstr "Estilo de carácter no definido"
-
 #~ msgid ""
 #~ "The document could not be converted\n"
 #~ "into the document class %1$s."
 #~ msgstr ""
 #~ "El documento no puede ser convertido\n"
 #~ "a la clase de documento %1$s."
-
 #~ msgid ""
 #~ "Specify geometry of the main view in width x height (values from last "
 #~ "session will not be used if non-zero values are specified)."
 #~ msgstr ""
 #~ "Especifica la geometría de la vista principal en ancho x alto (no se "
 #~ "usarán valores de la última sesión si se especifican valores no nulos)."
-
 #~ msgid "&Switch to document"
 #~ msgstr "&Cambiar al documento"
-
 #~ msgid ""
 #~ "Could not open the specified document\n"
 #~ "%1$s\n"
@@ -20807,58 +21450,40 @@ msgstr "Usuario desconocido"
 #~ "No se pudo abrir el documento especificado\n"
 #~ "%1$s\n"
 #~ "debido al error: %2$s"
-
 #~ msgid "Formatting document..."
 #~ msgstr "Formateando documento..."
-
 #~ msgid "Rectangular box"
 #~ msgstr "Marco rectangular"
-
 #~ msgid "Shadow box"
 #~ msgstr "Marco con sombra"
-
 #~ msgid "Double box"
 #~ msgstr "Marco doble"
-
 #~ msgid "Index Entry"
 #~ msgstr "Entrada de índice"
-
 #~ msgid "Previous command"
 #~ msgstr "Comando anterior"
-
 #~ msgid "LyX: Delimiters"
 #~ msgstr "LyX: Delimitadores"
-
 #~ msgid "LyX: Insert Matrix"
 #~ msgstr "LyX: insertar matriz"
-
 #~ msgid "Copiers"
 #~ msgstr "Copiadoras"
-
 #~ msgid "Boxed"
 #~ msgstr "Encuadrado"
-
 #~ msgid "ovalbox"
 #~ msgstr "Marco ovalado"
-
 #~ msgid "Ovalbox"
 #~ msgstr "Marco Ovalado"
-
 #~ msgid "Shadowbox"
 #~ msgstr "Marco sombreado"
-
 #~ msgid "Doublebox"
 #~ msgstr "Marco doble"
-
 #~ msgid "Opened CharStyle Inset"
 #~ msgstr "Recuadro CharStyle abierto"
-
 #~ msgid "Unknown inset name: "
 #~ msgstr "Nombre de recuadro desconocido: "
-
 #~ msgid "Program Listing "
 #~ msgstr "Listado del programa "
-
 #~ msgid "Framed"
 #~ msgstr "Enmarcado"
 
@@ -20869,49 +21494,36 @@ msgstr "Usuario desconocido"
 #, fuzzy
 #~ msgid "Opened Theorem Inset"
 #~ msgstr "Recuadro de nota abierto"
-
 #~ msgid "Url: "
 #~ msgstr "URL: "
-
 #~ msgid "HtmlUrl: "
 #~ msgstr "HtmlUrl: "
-
 #~ msgid "Default (outer)"
 #~ msgstr "Predeterminado (exterior)"
-
 #~ msgid "Outer"
 #~ msgstr "Exterior"
-
 #~ msgid "Text Wrap Settings"
 #~ msgstr "Configuración del ajuste de línea"
-
 #~ msgid "%1$d words in selection."
 #~ msgstr "%1$d palabras en la selección."
-
 #~ msgid "%1$d words in document."
 #~ msgstr "%1$d palabras en el documento."
-
 #~ msgid "One word in selection."
 #~ msgstr "Una palabra en la selección."
-
 #~ msgid "One word in document."
 #~ msgstr "Una palabra en el documento."
-
 #~ msgid "Count words"
 #~ msgstr "Contar palabras"
-
 #~ msgid "Encoding error"
 #~ msgstr "Error de codificación"
 
 #, fuzzy
 #~ msgid "Placeholders"
 #~ msgstr "Espacios reservados"
-
 #~ msgid "phantom"
 #~ msgstr "phantom"
-
 #~ msgid "vphantom"
 #~ msgstr "vphantom"
-
 #~ msgid "hphantom"
 #~ msgstr "hphantom"
+