You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extension/Language/espanol.ini
+121Lines changed: 121 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -58,18 +58,29 @@ sMsgTemplatePathFail1=The specified path for templates does not exist and cannot
58
58
' "sTemplatePath"
59
59
sMsgTemplatePathFail2=".%10Please adjust the path in the configuration dialog.
60
60
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
+
61
65
' Old templates just have been backed up:
62
66
63
67
sMsgTemplatesBackedUp1=Your old templates are backed up under "
64
68
'"sBackupPath"
65
69
sMsgTemplatesBackedUp2=".
66
70
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
+
67
75
' Old language files just have been backed up:
68
76
69
77
sMsgLanguageFilesBackedUp1=Your old language files are backed up under "
70
78
' "sBackupPath"
71
79
sMsgLanguageFilesBackedUp2=".
72
80
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?
sMsgEnterNewTemplateName=Please enter a new template name and click OK.
113
124
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
+
114
136
' "LilyPond" module
115
137
' ------------------
116
138
@@ -196,6 +218,17 @@ sMsgNoPngOutputFound=No png output is found.
196
218
197
219
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).
198
220
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
+
199
232
'"Templates" module
200
233
' -------------------
201
234
@@ -270,6 +303,41 @@ sMsgCouldNotWriteToFile1=Cannot write to file%10"
270
303
sMsgCouldNotWriteToFile2="%10%10
271
304
' (system error message)
272
305
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:
0 commit comments