Skip to content

Commit e56af84

Browse files
committed
translation for new features in espanol.ini
1 parent dfe9bac commit e56af84

File tree

1 file changed

+121
-0
lines changed

1 file changed

+121
-0
lines changed

extension/Language/espanol.ini

Lines changed: 121 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,18 +58,29 @@ sMsgTemplatePathFail1=The specified path for templates does not exist and cannot
5858
' "sTemplatePath"
5959
sMsgTemplatePathFail2=".%10Please adjust the path in the configuration dialog.
6060
61+
' Query before replacing actual templates with default ones:
62+
63+
sMsgConfirmRestoreTemplates=Do you really want to restore the original templates delivered with OLy?%10Your actual templates will be backed up in a subfolder.
64+
6165
' Old templates just have been backed up:
6266
6367
sMsgTemplatesBackedUp1=Your old templates are backed up under "
6468
' "sBackupPath"
6569
sMsgTemplatesBackedUp2=".
6670
71+
' Query before replacing actual language files with default ones:
72+
73+
sMsgConfirmRestoreLanguageFiles=Do you really want to restore the original language files delivered with OLy?%10Your actual language files will be backed up in a subfolder.
74+
6775
' Old language files just have been backed up:
6876
6977
sMsgLanguageFilesBackedUp1=Your old language files are backed up under "
7078
' "sBackupPath"
7179
sMsgLanguageFilesBackedUp2=".
7280
81+
' Query before resetting all configuration data to default values:
82+
sMsgConfirmDefaultConfig=Do you really want to reset all your actual configuration data to the default values?
83+
7384
' "Editor" module
7485
' ----------------
7586

@@ -111,6 +122,17 @@ sMsgEnterLyCode=The Code window is empty.%10Enter LilyPond Code...
111122
112123
sMsgEnterNewTemplateName=Please enter a new template name and click OK.
113124
125+
' if the "from" field in the editor window contains a higher image number than the "to" field:
126+
127+
sMsgChangeFromTo=For the first image to be inserted, you cannot specify a higher image number than for the last image.%10Like this, no image would be inserted at all.
128+
129+
' if the "from" field in the editor window contains a higher image number than the last image that has been produced:
130+
131+
sMsgNotEnoughImages1=You have chosen image number
132+
' (number is inserted here...)
133+
sMsgNotEnoughImages2= to be inserted in the first place, but your snippet does not have that many images.%10Like this, no image would be inserted at all.%10%10Please choose a lower image number.
134+
135+
114136
' "LilyPond" module
115137
' ------------------
116138
@@ -196,6 +218,17 @@ sMsgNoPngOutputFound=No png output is found.
196218

197219
MsgNoStartNode=Hint: If you failed to edit/create an object inside a table, try the following:%10%101.) If you want to edit an existing object, copy it to a place outside the table.%10%102.) Edit/create the object outside the table.%10%103.) Copy the object to its destination inside the table.%10%10Please also ensure that the graphics format (eps, svg, ...) you've specified in the Config dialog is compatible with your Office version (OpenOffice or LibreOffice).
198220
221+
sMsgNoOlyObjectsHere=You cannot create an OLy object here.%10%10Apart from the normal text area, OLy objects are only possible in%10- Table cells,%10- Text frames,%10- footnotes and endnotes,%10- headers and footers.
222+
223+
sMsgNoFirstFileFound=No OOoLilyPond-1.* file is found.%10Please make sure you meet all requirements for inserting as separate images:%10%101.) File type must be pdf_to_svg or eps%102.) The template or code must include lilypond-book-preamble.ly
224+
225+
sMsgWannaSaveOrIncludeTemplate=A template is included inside this object.%10%10Currently, OLy is configured to save the object without template.%10That means you will lose the template when clicking the [LilyPond] button.%10You can change this setting by clicking the [Config] button and enabling the option "Include Template in document". %10%10You can also save the included template into a new template file:%10Open the template editor ([Edit] button) and click the "save" or "save as" button.%10%10Do you want to open the template editor now?
226+
227+
sMsgWannaSaveTemplate=A template is included inside this object.%10%10It might be lost now when switching to another one.%10%10You can save the included template into a new template file:%10Open the template editor ([Edit] button) and click the "save" or "save as" button.%10%10Do you want to open the template editor now?
228+
229+
sMsgTemplateEditButton=Click the [Edit] button to save the template into your template folder.
230+
231+
199232
' "Templates" module
200233
' -------------------
201234
@@ -270,6 +303,41 @@ sMsgCouldNotWriteToFile1=Cannot write to file%10"
270303
sMsgCouldNotWriteToFile2="%10%10
271304
' (system error message)
272305

306+
' Confirmations for file operations:
307+
308+
sMsgConfirmDeleteTemplate1=Do you really want to delete the template file "
309+
' (file name)
310+
sMsgConfirmDeleteTemplate2="?
311+
312+
sMsgConfirmOverwriteTemplate1=The template file "
313+
' (file name)
314+
sMsgConfirmOverwriteTemplate2=" already exists.%10Do you really want to overwrite it?
315+
316+
317+
' If the current template is found in a location different from the template folder, this is indicated by a label below the template dropdown box in the editor window:
318+
319+
' The template is included in the OLy object itself:
320+
sMsgTemplateInObject=Plantilla incluida en objeto Oly
321+
322+
' The template file is found in the folder where the containing LibreOffice document is saved:
323+
sMsgTemplateInDocFolder=Plantilla encontrada en la carpeta de documentos
324+
325+
' The template file is found in a subfolder of the template folder
326+
sMsgTemplateInSubFolder1=Plantilla encontrada en la subcarpeta "
327+
' (folder's name)
328+
sMsgTemplateInSubFolder2="
329+
330+
' A template file with the given name is nowhere found:
331+
sMsgTemplateNotFound=Plantilla no encontrada
332+
333+
334+
' "Batch" module
335+
' ---------------
336+
337+
' Status bar message during batch processing:
338+
sMsgBatchProcessing=Batch processing OOoLilyPond objects...
339+
340+
273341
' "Tools" module
274342
' ---------------
275343
@@ -341,6 +409,12 @@ ButtonConfig.label=Config
341409
ButtonConfig.helptext=Abrir ventana de configuraciones
342410
LilyPondButton.label=LilyPond
343411
LilyPondButton.helptext=Llamar a LilyPond a renderizar el código hacia la notación musical.
412+
bSaveAsSeparateImages.label=Insertar como imágenes separadas (sistema por sistema)
413+
bSaveAsSeparateImages.helptext=Si la partitura consta de varias líneas, insertarlas como imágenes separadas
414+
LabelFrom.label=De:
415+
iFrom.helptext=Número de la primer imagen a insertar
416+
LabelTo.label=a:
417+
iTo.helptext=Número de la última imagen a insertar
344418

345419

346420
[TemplateEditorDialog]
@@ -456,6 +530,53 @@ ResetButton.helptext=Reinicia todos los valores a los predeterminados
456530
OKButton.label=OK
457531
OKButton.helptext=Aplicar y guardar la configuración en un archivo
458532

533+
bNewObjectsAsSeparateImages.label=Insertar como imágenes separadas (sistema por sistema)
534+
bNewObjectsAsSeparateImages.helptext=Si la partitura consta de varias líneas, insertarlas como imágenes separadas(predeterminado para objetos nuevos)
535+
bIncludeTemplate.label=Incluir plantilla en documento
536+
537+
538+
[BatchDialog]
539+
540+
DialogTitle=Procesamiento por lote de objetos OOoLilyPond
541+
CreateBackup.label=Crear copia de seguridad
542+
bAsk.label=Preguntar por cada objeto
543+
bKeepCrop.label=Mantener ajustes de tamaño y recorte
544+
SeparateImagesFrame.label=¿Insertar como imágenes separadas?
545+
SeparateImages_Yes.label=Si
546+
SeparateImages_No.label=No
547+
SeparateImages_DontChange.label=No hacer cambios
548+
IncludeTemplateFrame.label=¿Incluir plantilla en el objeto?
549+
IncludeTemplate_Yes.label=Si
550+
IncludeTemplate_No.label=No
551+
IncludeTemplate_DontChange.label=No hacer cambios
552+
Process.label=Iniciar
553+
Cancel.label=Cancelar
554+
555+
[BatchDialogRuleSet]
556+
557+
' The # sign will be replaced by a number:
558+
ConditionFrame.label= Regla #:
559+
SearchLabel.label=Campo para buscar y procesar:
560+
ConditionLine.label=Condicional:
561+
NoCondition.label=ninguno
562+
ConditionContains.label=contiene:
563+
ConditionIs.label=es:
564+
IgnoreCase.label=ignorar caso
565+
ChangeLine.label=Cambiar:
566+
NoChange.label=No cambiar
567+
SetUseDefault.label=Restaurar predeterminado
568+
ReplaceWholeField.label=Reemplazar todo el campo por:
569+
ReplaceSearchedString.label=Reemplazar sólo lo buscado por:
570+
571+
[AskDialog]
572+
573+
DialogTitle=Procesamiento por lote de objetos OOoLilyPond...
574+
Question.label=¿Quieres procesar este objeto?
575+
All.label=Todos
576+
Yes.label=Si
577+
No.label=No
578+
Abort.label=Abortar
579+
459580
460581
[OutputDialog]
461582

0 commit comments

Comments
 (0)