FastReport

Форк
0
/
Spanish.frl 
1877 строк · 74.7 Кб
1
<?xml version="1.0" encoding="utf-8"?>
2
<Language Name="es" Author="Juan Carlos Cardona P &lt;jkcardona@gmail.com&gt;">
3
  <Buttons>
4
    <Ok Text="Aceptar"/>
5
    <Cancel Text="Cancelar"/>
6
    <Close Text="Cerrar"/>
7
    <MoreOptions Text="Mas opciones&#13;&#10;"/>
8
    <LessOptions Text="Menos opciones"/>
9
    <Actions Text="Acciones"/>
10
    <Previous Text="&lt; Atras"/>
11
    <Next Text="Siguiente &gt;"/>
12
    <Finish Text="Terminar"/>
13
    <Advanced Text="Avanzado..."/>
14
  </Buttons>
15
  <Messages>
16
    <AccessingData Text="Accediendo a datos..."/>
17
    <Attention Text="Atención"/>
18
    <CantFindObject Text="No se encontró el objeto"/>
19
    <CantLoadReport Text="No se pudo cargar el informe"/>
20
    <CantSaveReport Text="No se pudo guardar el informe. El archivo esta protegido para escritura."/>
21
    <ClassError Text="No se pudo encontrar la clase mail del script del infome"/>
22
    <Confirmation Text="Confirmación"/>
23
    <DataNotInitialized Text="El origen de datos no ha sido inicializado"/>
24
    <DecompressError Text="No se puede descomprimir el archivo"/>
25
    <DecryptError Text="Descripcion del Error : Contraseña inválida"/>
26
    <DelegateError Text="{0} El delegado debe tener 2 argumentos: 'sender' and 'e'"/>
27
    <DeleteAncestor Text="No se puede eliminar {0}, ha introduciodo un informe pariente"/>
28
    <DuplicateName Text="El objeto con el nombre {0}  ya existe"/>
29
    <DuplicateStyle Text="El nombre del estilo ya existe"/>
30
    <Error Text="Error"/>
31
    <EventError Text="No se puede crear un evento handler debido a errores en el codigo fuente"/>
32
    <ExportingPage Text="Exportando página {0} de {1}"/>
33
    <GeneratingPage Text="Generando página {0}"/>
34
    <GeneratingPageFirstPass Text="Primer paso: Generar página {0}"/>
35
    <Information Text="Información"/>
36
    <MatrixError Text="{0}: Matriz de objeto debe tener al menos una columna o fila y una celda de dimensiones"/>
37
    <MatrixValueError Text="Número de valores difiere de MatrixData.Cells.Count (debe ser (0))"/>
38
    <ParentError Text="Objeto de tipo {0} no puede contener objetos de tipo {1}"/>
39
    <ParentError1 Text="El objeto de tipo {0} no puede contener objetos"/>
40
    <Performance Text="Generado en {0} milisegundos"/>
41
    <PreparingData Text="Generando informe..."/>
42
    <PrintingPage Text="Imprimiento página {0}"/>
43
    <RenameAncestor Text="No se pudo cambiar el nombre (0), que se introdujo en el informe antepasado"/>
44
    <SaveChanges Text="Guardar cambios a {0}?"/>
45
    <SaveChangesToPreviewPage Text="Guardar los cambios de la página actual?"/>
46
    <SQLError Text="Error SQL"/>
47
    <TableIsNull Text="La Tabla no está conectada a los datos. Registro de los datos mediante el método Report.RegisterData."/>
48
    <TableManualBuildError Text="Puede utilizar TableObject.PrintRow, dentro de su PrintColumn métodos ManualBuild caso solamente."/>
49
    <Warning Text="Advertencia"/>
50
    <WarningSaveRDL Text="El formato RDL tiene algunas restricciones! Este filtro se ahorrará vista de plantilla sólo! Las fuentes de datos y código de barras de objetos, texto enriquecido, CheckBox y código postal no se guardarán! Algunas de las propiedades de los objetos no se guardan! Así que usted puede perder algunos elementos y las propiedades de la plantilla. Guardar sin embargo?"/>
51
    <WrongFileFormat Text="No se puede cargar el archivo. Formato de archivo desconocido."/>
52
    <InvalidBarcode1 Text="Código de barras comienza con '&amp;A;', '&amp;B;' or '&amp;C;' secuencias"/>
53
    <InvalidBarcode2 Text="Caracter inválido en el código"/>
54
    <ErrorInExpression Text="Error en la expresión"/>
55
    <ErrorInHighlightCondition Text="Error en el formato condicional"/>
56
  </Messages>
57
  <Misc>
58
    <ShortUnitsMm Text="mm"/>
59
    <ShortUnitsCm Text="cm"/>
60
    <ShortUnitsIn Text="in"/>
61
    <ShortUnitsHi Text="hi"/>
62
    <Sample Text="Ejemplo"/>
63
    <None Text="Vacio"/>
64
    <PageN Text="Página {0}"/>
65
    <PageNofM Text="Página {0} de {1}"/>
66
    <ofM Text="de {0}"/>
67
  </Misc>
68
  <Objects>
69
    <Report Text="Informe"/>
70
    <ReportPage Text="Página"/>
71
    <DialogPage Text="Cuadro de dialogo"/>
72
    <XmlDataConnection Text="XML database"/>
73
    <OleDbDataConnection Text="OLE DB  conexión"/>
74
    <MsAccessDataConnection Text="MS Access  conexión"/>
75
    <MsSqlDataConnection Text="MS SQL conexión"/>
76
    <OdbcDataConnection Text="ODBC conexión"/>
77
    <FirebirdDataConnection Text="Firebird conexión"/>
78
    <VistaDBDataConnection Text="VistaDB  conexión"/>
79
    <PostgresDataConnection Text="Postgres conexión"/>
80
    <MySqlDataConnection Text="MySQL  conexión"/>
81
    <OracleDataConnection Text="Oracle  conexión"/>
82
    <SQLiteDataConnection Text="SQLLite conexión"/>
83
    <SqlCeDataConnection Text=" SQL CE conexión"/>
84
    <Bands Text="Bandas">
85
      <ReportTitle Text="Encabezado del informe"/>
86
      <ReportSummary Text="Pie del informe"/>
87
      <PageHeader Text="Encabezado de página"/>
88
      <PageFooter Text="Pie de página"/>
89
      <ColumnHeader Text="Encabezado de Columna"/>
90
      <ColumnFooter Text="Pie de Columna"/>
91
      <DataHeader Text="Encabezado de datalle"/>
92
      <DataFooter Text="Pie del detalle"/>
93
      <Data Text="Detalle"/>
94
      <GroupHeader Text="Encabezado de grupo"/>
95
      <GroupFooter Text="Píe de grupo"/>
96
      <Child Text="Sub Informe"/>
97
      <Overlay Text="Capa"/>
98
    </Bands>
99
    <TextObject Text="Cuadro de Texto"/>
100
    <Shapes Text="Formas">
101
      <Line Text="Línea"/>
102
      <DiagonalLine Text="Línea diagonal"/>
103
      <Rectangle Text="Rectángulo"/>
104
      <RoundRectangle Text="Rectángulo redondeado"/>
105
      <Ellipse Text="Ellipse"/>
106
      <Triangle Text="Triángulo"/>
107
      <Diamond Text="Rombo"/>
108
    </Shapes>
109
    <PictureObject Text="Imagen"/>
110
    <TableObject Text="Tabla"/>
111
    <Matrix Text="Tabla Cruzada"/>
112
    <MatrixObject Text="Tabla Cruzada"/>
113
    <SubreportObject Text="Subinforme"/>
114
    <BarcodeObject Text="Código de barras"/>
115
    <RichObject Text="Texto enrriquecido"/>
116
    <MSChartObject Text="Gráfico"/>
117
    <ZipCodeObject Text="Código Zip"/>
118
    <CellularTextObject Text="Texto en Cuadros"/>
119
    <CheckBoxObject Text="Casilla de verificación"/>
120
    <ButtonControl Text="Botón"/>
121
    <CheckBoxControl Text="Casilla de verificación"/>
122
    <CheckedListBoxControl Text="CheckedListBox"/>
123
    <ComboBoxControl Text="Cuadro combinado"/>
124
    <GridControl Text="Cuadro de datos"/>
125
    <DataSelectorControl Text="Selector de datos"/>
126
    <DateTimePickerControl Text="Control fecha"/>
127
    <GroupBoxControl Text="Grupo de opciones"/>
128
    <LabelControl Text="Etiqueta"/>
129
    <ListBoxControl Text="Cuadro de lista"/>
130
    <ListViewControl Text="Vista de listas"/>
131
    <MaskedTextBoxControl Text="Texto con máscara"/>
132
    <MonthCalendarControl Text="Control calendario"/>
133
    <NumericUpDownControl Text="Control numérico"/>
134
    <PanelControl Text="Panel"/>
135
    <PictureBoxControl Text="Cuadro de Imagen"/>
136
    <RadioButtonControl Text="Botón de opción"/>
137
    <RichTextBoxControl Text="Cuadro de texto enriquesido"/>
138
    <TextBoxControl Text="Cuadro de texto"/>
139
    <TreeViewControl Text="Arbol"/>
140
  </Objects>
141
  <Functions>
142
    <Math Text="Matemáticas"/>
143
    <Text Text="Texto"/>
144
    <DateTime Text="Fecha y Hora"/>
145
    <Formatting Text="Formato"/>
146
    <Conversion Text="Conversión"/>
147
    <ProgramFlow Text="Flujo de programas"/>
148
  </Functions>
149
  <FileFilters>
150
    <Report Text="Informe FastReport (*.frx)|*.frx"/>
151
    <PreparedReport Text="Generar informe (*.fpx)|*.fpx"/>
152
    <Style Text="Archivo Estilos Informes (*.frs)|*.frs"/>
153
    <Dictionary Text="Archivo Diccionario (*.frd)|*.frd"/>
154
    <Localization Text="Archivo Idioma (*.frl)|*.frl"/>
155
    <XsdFile Text="Archivo XML (*.xsd)|*.xsd"/>
156
    <XmlFile Text="Archivo XML  (*.xml)|*.xml"/>
157
    <MdbFile Text="MS Access database (*.mdb)|*.mdb"/>
158
    <MdfFile Text="Microsoft SQL Server databases (*.mdf)|*.mdf"/>
159
    <RtfFile Text="Archivo Rich Text(Word) (*.rtf)|*.rtf"/>
160
    <Images Text="Archivo Imágenes|*.bmp;*.png;*.jpg;*.jpeg;*.gif;*.tiff;*.tif;*.ico;*.emf;*.wmf;*.webp"/>
161
    <Assembly Text="Compilados (*.dll,*.exe)|*.dll;*.exe"/>
162
    <PrnFile Text="Impresoras (*.prn)|*.prn"/>
163
    <BmpFile Text="Imagen Bitmap (*.bmp)|*.bmp"/>
164
    <PngFile Text="PNG imagen (*.png)|*.png"/>
165
    <JpegFile Text="JPG imagen (*.jpg)|*.jpg"/>
166
    <GifFile Text="GIF imagen (*.gif)|*.gif"/>
167
    <TiffFile Text="TIFF imagen (*.tiff)|*.tiff"/>
168
    <MetafileFile Text="Windows metafile (*.emf)|*.emf"/>
169
    <HtmlFile Text="HTML (*.html)|*.html"/>
170
    <MhtFile Text="Web-archive file (*.mht)|*.mht"/>
171
    <OdtFile Text="Open Office  (*.odt)|*.odt"/>
172
    <OdsFile Text="Open Office Calc(*.ods)|*.ods"/>
173
    <PdfFile Text="PDF Adobe Acrobat (*.pdf)|*.pdf"/>
174
    <TxtFile Text="Text (*.txt)|*.txt"/>
175
    <CsvFile Text="CVS Comma Separated Values (*.csv)|*.csv"/>
176
    <DbfFile Text="dBase table file (*.dbf)|*.dbf"/>
177
    <XlsFile Text="MS Excel (*.xls)|*.xls"/>
178
    <CsFile Text="C# (*.cs)|*.cs"/>
179
    <VbFile Text="VB.Net (*.vb)|*.vb"/>
180
    <FdbFile Text="Firebird database (*.fdb)|*.fdb"/>
181
    <Vdb3File Text="VistaDB database (*.vdb*)|*.vdb*"/>
182
    <XlsxFile Text="Microsoft Excel 2007 (*.xlsx)|*.xlsx"/>
183
    <PptxFile Text="MS PowerPoint presentation (*.pptx)|*.pptx"/>
184
    <DocxFile Text="MS Word document (*.docx)|*.docx"/>
185
    <SdfFile Text="SQL CE database (*.sdf)|*.sdf"/>
186
    <XpsFile Text="XPS file (*.xps)|*.xps"/>
187
    <RdlFiles Text="RDL files (*.rdl;*.rdlc)|*.rdl;*.rdlc"/>
188
    <RdlFile Text="RDL file (*.rdl)|*.rdl"/>
189
    <RdlcFile Text="RDLC file (*.rdlc)|*.rdlc"/>
190
    <RptFile Text="Crystal Reports file (*.rpt)|*.rpt"/>
191
  </FileFilters>
192
  <Formats>
193
    <Date1 Text="d"/>
194
    <Date2 Text="D"/>
195
    <Date3 Text="f"/>
196
    <Date4 Text="F"/>
197
    <Date5 Text="dd/MM/yy"/>
198
    <Date6 Text="dd/MM/yyyy"/>
199
    <Date7 Text="MMMM yyyy"/>
200
    <Time1 Text="t"/>
201
    <Time2 Text="T"/>
202
    <Time3 Text="hh:mm tt"/>
203
    <Time4 Text="HH:mm"/>
204
    <BooleanF1 Text="Falso"/>
205
    <BooleanF2 Text="No"/>
206
    <BooleanF3 Text="Off"/>
207
    <BooleanF4 Text="OK"/>
208
    <BooleanT1 Text="True"/>
209
    <BooleanT2 Text=""/>
210
    <BooleanT3 Text="On"/>
211
    <BooleanT4 Text="X"/>
212
    <Custom1 Text="Phone;(000) 000-0000"/>
213
    <Custom2 Text="Long phone;+0(000) 000-0000"/>
214
    <Custom3 Text="Seguridad Social;000-00-0000"/>
215
    <Custom4 Text="Short Zip code;00000"/>
216
    <Custom5 Text="Long Zip code;00000-0000"/>
217
  </Formats>
218
  <Designer>
219
    <Menu>
220
      <File Text="Archivo">
221
        <New Text="Nuevo..."/>
222
        <Open Text="Abrir..."/>
223
        <Close Text="Cerrar"/>
224
        <Save Text="Guardar"/>
225
        <SaveAs Text="Guardar como..."/>
226
        <SaveAll Text="Guardar Todo"/>
227
        <PageSetup Text="Configurar página"/>
228
        <PrinterSetup Text="Configurar impresora"/>
229
        <Preview Text="Vista preliminar"/>
230
        <SelectLanguage Text="Cambiar Lenguaje"/>
231
        <Exit Text="Salir"/>
232
      </File>
233
      <Edit Text="Edición">
234
        <Undo Text="Deshacer"/>
235
        <Redo Text="Rehacer"/>
236
        <Cut Text="Cortar"/>
237
        <Copy Text="Copiar"/>
238
        <Paste Text="Pegar"/>
239
        <Delete Text="Eliminar"/>
240
        <DeletePage Text="Eliminar página"/>
241
        <SelectAll Text="Sellecionar todo"/>
242
        <Group Text="Agrupar"/>
243
        <Ungroup Text="Desagrupar"/>
244
        <Find Text="Buscar ..."/>
245
        <Replace Text="Reemplazar ..."/>
246
      </Edit>
247
      <View Text="Ver">
248
        <StartPage Text="Página siguiente"/>
249
        <Toolbars Text="Barras herramientas"/>
250
        <Options Text="Opciones..."/>
251
        <Grid Text="Cuadrícula"/>
252
        <Guides Text="Guias"/>
253
        <AutoGuides Text="Guía automática"/>
254
        <DeleteHGuides Text="Eliminar guias horizontales"/>
255
        <DeleteVGuides Text="Eliminar guías verticales"/>
256
        <Units Text="Unidades"/>
257
      </View>
258
      <Insert Text="Insertar"/>
259
      <Report Text="Informe">
260
        <Bands Text="Configurar Bandas..."/>
261
        <Styles Text="Estilos..."/>
262
        <GroupExpert Text="Grupos Avanzados..."/>
263
        <Options Text="Opciones..."/>
264
      </Report>
265
      <Data Text="Datos">
266
        <ShowData Text="Mostrar orígenes de datos"/>
267
        <Add Text="Agregar origen de datos..."/>
268
        <Choose Text="Seleccionar Origen de Datos..."/>
269
      </Data>
270
      <Window Text="Ventana">
271
        <CloseAll Text="Cerrar todas"/>
272
      </Window>
273
      <Help Text="Ayuda">
274
        <Contents Text="Tabla de Contenido..."/>
275
        <About Text="Acerca de.."/>
276
      </Help>
277
    </Menu>
278
    <ToolWindow>
279
      <AutoHide Text="Ocultar -Automaticamente"/>
280
      <Close Text="Cerrar"/>
281
      <Properties Text="Propiedades">
282
        <PropertiesTab Text="Propiedades"/>
283
        <EventsTab Text="Eventos"/>
284
        <NObjectsSelected Text="{0} objetos seleccionados"/>
285
      </Properties>
286
      <ReportTree Text="Esquema del Informe"/>
287
      <Dictionary Text="Datos">
288
        <DataSources Text="Orígenes de datos"/>
289
        <Parameters Text="Parámetros"/>
290
        <SystemVariables Text="Variables del Sistema "/>
291
        <Totals Text="Totales"/>
292
        <Functions Text="Funciones"/>
293
        <DialogControls Text="Formulario de control"/>
294
        <New Text="Nuevo Diccionario..."/>
295
        <Open Text="Abrir Diccionario..."/>
296
        <Save Text="Guardar Diccionario..."/>
297
        <Merge Text="Fusionar Diccionario..."/>
298
        <NewDataSource Text="Nuevo Origen de Datos..."/>
299
        <NewRelation Text="Nueva Relación..."/>
300
        <NewParameter Text="Nuevo Parámetro"/>
301
        <NewTotal Text="Nuevo Total..."/>
302
        <NewCalculatedColumn Text="Nueva Campo Calculado..."/>
303
        <Rename Text="Renombrar"/>
304
        <Edit Text="Editar..."/>
305
        <Delete Text="Eliminar"/>
306
        <DeleteAlias Text="Eliminar Alias"/>
307
        <View Text="Ver Datos..."/>
308
        <DuplicateName Text="Item con ese nombre ya existe"/>
309
        <NRows Text="{0} registros(s)"/>
310
      </Dictionary>
311
      <Messages Text="Mensajes">
312
        <Description Text="Descripción"/>
313
        <Line Text="Línea"/>
314
        <Column Text="Columna"/>
315
      </Messages>
316
    </ToolWindow>
317
    <Toolbar>
318
      <AddOrRemove Text="Agregar o Remover Botones"/>
319
      <Reset Text="Reestablecer Barra"/>
320
      <MoreButtons Text="Mas botones..."/>
321
      <Standard Text="Standard">
322
        <New Text="Agregar Nuevo Item"/>
323
        <Open Text="Abrir Informe (Ctrl+O)"/>
324
        <Save Text="Guardar Informe (Ctrl+S)"/>
325
        <SaveAll Text="Guardar todo (Ctrl+Shift+S)"/>
326
        <Preview Text="Vista Preliminar (Ctrl+P)"/>
327
        <NewPage Text="Nueva Página"/>
328
        <NewDialog Text="Nuevo Formulario"/>
329
        <DeletePage Text="Eliminar Página"/>
330
        <PageSetup Text="Configurar Página"/>
331
        <Cut Text="Cortar (Ctrl+X)"/>
332
        <Copy Text="Copiar (Ctrl+C)"/>
333
        <Paste Text="Pegar (Ctrl+V)"/>
334
        <FormatPainter Text="Formato Campo"/>
335
        <Undo Text="Deshacer (Ctrl+Z)"/>
336
        <Redo Text="Volver Hacer"/>
337
        <Group Text="Agrupar"/>
338
        <Ungroup Text="Desagrupar"/>
339
      </Standard>
340
      <Text Text="Texto">
341
        <Name Text="Nombre Fuente"/>
342
        <Size Text="Tamaño Fuente"/>
343
        <Bold Text="Negrita"/>
344
        <Italic Text="Itálica"/>
345
        <Underline Text="Subrayada"/>
346
        <Left Text="Alinear Izquieda"/>
347
        <Center Text="Centrar"/>
348
        <Right Text="Alinear Derecha"/>
349
        <Justify Text="Justificar"/>
350
        <Top Text="Alinear Arriba"/>
351
        <Middle Text="Alinear Centro"/>
352
        <Bottom Text="Alinear Abajo"/>
353
        <Color Text="Color Fuente"/>
354
        <Highlight Text="Formato Condicional"/>
355
        <Angle Text="Angulo Texto"/>
356
      </Text>
357
      <Border Text="Bordes y Sombreado">
358
        <Top Text="Borde superior"/>
359
        <Bottom Text="Borde inferior"/>
360
        <Left Text="Borde izquierdo"/>
361
        <Right Text="Borde derecho"/>
362
        <All Text="Todos los bordes"/>
363
        <None Text="Ninguno"/>
364
        <FillColor Text="Color de relleno"/>
365
        <FillStyle Text="Estilo del relleno..."/>
366
        <LineColor Text="Color línea"/>
367
        <Width Text="Acho de línea"/>
368
        <Style Text="Estilo línea"/>
369
        <Props Text="Propiedades Bordes..."/>
370
      </Border>
371
      <Style Text="Estilo">
372
        <Styles Text="Estilo"/>
373
        <SelectStyle Text="Seleccionar Estilo"/>
374
        <NoStyle Text="Sin Estilo"/>
375
      </Style>
376
      <Layout Text="Diseño">
377
        <AlignToGrid Text="Alinear a la cuadrícula"/>
378
        <Left Text="Alinear Izquierda"/>
379
        <Center Text="Alinear al centro"/>
380
        <Right Text="Alinear derecha"/>
381
        <Top Text="Alinear Arriba"/>
382
        <Middle Text="Alinear al centro"/>
383
        <Bottom Text="Alinear Abajo"/>
384
        <SameWidth Text="Mismo Ancho"/>
385
        <SameHeight Text="Mismo Alto"/>
386
        <SameSize Text="Mismo Tamaño"/>
387
        <SizeToGrid Text="Mismo tamaño de cuadrícula"/>
388
        <SpaceHorizontally Text="Espacio Horizontal"/>
389
        <IncreaseHorizontalSpacing Text="Incrementar Espacio Horizontal"/>
390
        <DecreaseHorizontalSpacing Text="Disminuir Espacio Horizontal"/>
391
        <RemoveHorizontalSpacing Text="Eliminar Espacio Horizontal"/>
392
        <SpaceVertically Text="Espacio Vertical"/>
393
        <IncreaseVerticalSpacing Text="Incrementar Espacio Vertical"/>
394
        <DecreaseVerticalSpacing Text="Reducir Espacio Vertical"/>
395
        <RemoveVerticalSpacing Text="Remover espacio Vertical"/>
396
        <CenterHorizontally Text="Centrar Horizontalmente"/>
397
        <CenterVertically Text="Centrar Verticalmente"/>
398
        <BringToFront Text="Enviar al frente"/>
399
        <SendToBack Text="Enviar Atras"/>
400
      </Layout>
401
      <Objects Text="Ojetos">
402
        <Select Text="Puntero"/>
403
      </Objects>
404
      <Zoom Text="Zoom">
405
        <ZoomOut Text="Disminuir Zoom"/>
406
        <ZoomIn Text="Aumentar Zoom"/>
407
        <Zoom Text="Zoom"/>
408
        <PageWidth Text="Ancho de Página"/>
409
        <WholePage Text="Diseño de Página"/>
410
      </Zoom>
411
    </Toolbar>
412
    <Workspace>
413
      <Code Text="Código"/>
414
      <Report>
415
        <ConfigureBands Text="Configurar Bandas..."/>
416
      </Report>
417
    </Workspace>
418
    <Options Text="Opciones"/>
419
    <UndoRedo>
420
      <Delete Text="Eliminar {0}"/>
421
      <Move Text="Mover {0}"/>
422
      <Size Text="Cambiar tamaño de {0}"/>
423
      <Change Text="Cambiar {0}"/>
424
      <AddGuide Text="Agregar Guía"/>
425
      <MoveGuide Text="Mover guía"/>
426
      <DeleteHGuides Text="Eliminar guias horizontales"/>
427
      <DeleteVGuides Text="Eliminar guias verticales"/>
428
      <ResizeBand Text="Tamaño de la banda"/>
429
      <ChangeParent Text="Cambiar padre a {0}"/>
430
      <Load Text="Cargar informe"/>
431
      <Paste Text="Pegar {0}"/>
432
      <Insert Text="Ingresar {0}"/>
433
      <AddPage Text="Agregar página {0}"/>
434
      <DeletePage Text="Eliminar página"/>
435
      <Script Text="Cambiar Script"/>
436
      <NObjects Text="{0} objetos"/>
437
      <UndoN Text="Deshacer {0} acción(s)"/>
438
      <RedoN Text="Rehacer {0} acción(s)"/>
439
      <ChangeReport Text="Cambiar informe"/>
440
      <ChangePagesOrder Text="Cambiar orden de páginas"/>
441
      <EditPage Text="Editar página"/>
442
      <EditPrinter Text="Editar configuración de impresoras"/>
443
      <EditReport Text="Editar configuración de informe"/>
444
      <SelectData Text="Seleccionar origen de datos"/>
445
      <EditData Text="Editar datos"/>
446
    </UndoRedo>
447
    <StartPage Text="Página de Inicio"/>
448
    <Untitled Text="Informe.frx"/>
449
    <ColorSelector>
450
      <CustomColors Text="Personalizado"/>
451
      <WebColors Text="Web"/>
452
      <SystemColors Text="Sistema"/>
453
      <Other Text="Otros colores..."/>
454
      <Transparency Text="Transparencia:"/>
455
    </ColorSelector>
456
  </Designer>
457
  <Preview Text="Vista preliminar">
458
    <PrintText Text="Imprimir"/>
459
    <Print Text="Imprimir (Ctrl+P)"/>
460
    <Open Text="Abrir Archivo"/>
461
    <Save Text="Guardar"/>
462
    <SaveText Text="Guardar"/>
463
    <Email Text="Enviar por E-mail"/>
464
    <Find Text="Buscar Texto"/>
465
    <Outline Text="Esquema"/>
466
    <PageSetup Text="Configurar Página"/>
467
    <Edit Text="Editar Página"/>
468
    <Watermark Text="Marca de Agua"/>
469
    <First Text="Primera Página"/>
470
    <Prior Text="Página Anterior"/>
471
    <Next Text="Siguiente Página"/>
472
    <Last Text="Última Página"/>
473
    <SaveNative Text="Generar Informe..."/>
474
  </Preview>
475
  <Forms>
476
    <About Text="Acerca de">
477
      <Version Text="Versión"/>
478
      <Visit Text="Visite nuestra página web para mas información:"/>
479
    </About>
480
    <AddNewItem Text="Informe en blanco">
481
      <Add Text="Agregar"/>
482
      <Reports Text="Plantilla de Informe"/>
483
      <ReportItems Text="Items del informe"/>
484
    </AddNewItem>
485
    <AdvancedConnectionProperties Text="Propiedades Avanzadas"/>
486
    <AskPassword Text="Contraseña">
487
      <Password Text="Este informe esta protegido con contraseña."/>
488
    </AskPassword>
489
    <AskLoginPassword Text="Acceso Base de datos">
490
      <Login Text="Usuario:"/>
491
      <Password Text="Contraseña:"/>
492
    </AskLoginPassword>
493
    <BaseReportWizard>
494
      <SelectDataSourcePage Text="Seleccionar Origen de datos"/>
495
      <SelectDataSource Text="Seleccione uno de los orígenes de datos o crear uno nuevo:"/>
496
      <CreateNewDatasource Text="Crear un origen de datos..."/>
497
      <SelectColumnsPage Text="Seleccionar Columnas"/>
498
      <SelectColumns Text="Seleccionar columnas de datos que desea mostrar en un informe"/>
499
      <AvailableColumns Text="Columnas Disponibles:"/>
500
      <SelectedColumns Text="Columnas Seleccionadas"/>
501
    </BaseReportWizard>
502
    <Border Text="Editor de Bordes">
503
      <Border Text="Borde"/>
504
      <Line Text="Linea"/>
505
      <Shadow Text="Sombra"/>
506
      <Style Text="Stilo:"/>
507
      <Width Text="Ancho:"/>
508
      <Color Text="Color:"/>
509
      <Hint Text="Elija el estilo de línea y elegir la línea para aplicar el estilo"/>
510
    </Border>
511
    <ChartEditor Text="Editor Gráfico">
512
      <Chart Text="Gráfico"/>
513
      <Add Text="Agregar..."/>
514
      <Delete Text="Eliminar"/>
515
      <Hint Text="Haga clic en un elemento para establecer sus propiedades:"/>
516
      <Common>
517
        <Color Text="Color:"/>
518
        <BackColor Text="Color Fondo:"/>
519
        <SecondaryColor Text="Color Secundario."/>
520
        <Gradient Text="Gradiente."/>
521
        <HatchStyle Text="Estilo"/>
522
        <BorderColor Text="Color del Borde"/>
523
        <BorderStyle Text="Estilo del borde"/>
524
        <BorderWidth Text="Ancho del borde"/>
525
        <ShadowColor Text="Sombra del borde"/>
526
        <ShadowOffset Text="Compensar Sombra:"/>
527
        <LineColor Text="Color Línea"/>
528
        <LineStyle Text="Estilo Línea."/>
529
        <LineWidth Text="Ancho  Línea"/>
530
        <Text Text="Texto:"/>
531
        <Font Text="Fuente:"/>
532
        <ForeColor Text="Color Fuente."/>
533
        <Dock Text="Ensamblar."/>
534
        <InsideChartArea Text="Dentro de la zona del gáfico"/>
535
        <Format Text="Formato."/>
536
      </Common>
537
      <ChartEditorControl>
538
        <Data Text="Datos">
539
          <DataSource Text="Origen de datos:"/>
540
          <Filter Text="Filtro:"/>
541
          <AutoSeries Text="Crear serias automáticas"/>
542
          <DataColumn Text="Datos de la columna"/>
543
          <ColorColumn Text="Color de la columna"/>
544
          <SeriesSort Text="Series sort:"/>
545
          <AlignXValues Text="Alinear X valores"/>
546
        </Data>
547
        <Appearance Text="Apariencia">
548
          <Template Text="Plantilla:"/>
549
          <Load Text="Cargar..."/>
550
          <Save Text="Guardar..."/>
551
          <SeriesPalette Text="Paleta de Series:"/>
552
          <BorderSkin Text="Máscara del Borde"/>
553
          <Templates>
554
            <Custom Text="Personalizado"/>
555
            <Blue Text="Azul"/>
556
            <Gray Text="Gris"/>
557
            <Green Text="Verde"/>
558
            <Pink Text="Rosa"/>
559
            <Sand Text="Arena"/>
560
            <Steel Text="Metal"/>
561
            <Light Text="Brillante"/>
562
          </Templates>
563
        </Appearance>
564
        <ChartArea Text="Area Gráfico">
565
          <Area Text="Area:"/>
566
        </ChartArea>
567
        <ThreeD Text="3D">
568
          <Enable Text="Habilitar 3D"/>
569
          <XRotation Text="Rotación en  X:"/>
570
          <YRotation Text="Rotacion en Y:"/>
571
          <Perspective Text="Perspectiva:"/>
572
          <WallWidth Text="Ancho:"/>
573
          <AxisDepth Text="Eje de profundidad:"/>
574
          <LightStyle Text="Estilo luz:"/>
575
          <ClusteredSeries Text="Agrupar Series"/>
576
        </ThreeD>
577
        <Axes Text="Ejes">
578
          <Axis Text="Eje:"/>
579
          <CopyFromX Text="Copiar Apariencia de ejes X"/>
580
          <CopyFromPrimary Text="Copiar apariencia de ejes primarios"/>
581
          <Minor Text="Menor"/>
582
          <Major Text="Mayor"/>
583
          <General Text="General">
584
            <Enabled Text="Activado"/>
585
            <MarginVisible Text="Margen visible"/>
586
            <Logarithmic Text="Logaritmico"/>
587
            <Reversed Text="Invertido"/>
588
            <Interval Text="Intervalo"/>
589
            <Interlaced Text="Entrelazar"/>
590
            <InterlacedColor Text="Entrelazar color:"/>
591
          </General>
592
          <Labels Text="Etiquetas">
593
            <Enabled Text="Activado"/>
594
            <Angle Text="Angulo."/>
595
          </Labels>
596
          <Title Text="Título"/>
597
          <CustomLabels Text="Personalizar Etiqueta">
598
            <Label Text="Etiqueta"/>
599
            <Start Text="Inicio."/>
600
            <End Text="Final:"/>
601
            <Row Text="Fila:"/>
602
            <MarkColor Text="Color de la marca:"/>
603
            <MarkStyle Text="Estilo de la marca."/>
604
          </CustomLabels>
605
          <Grid Text="Cuadrícula">
606
            <GridLine Text="Línea de la cuadrícula"/>
607
            <Enabled Text="Activado"/>
608
          </Grid>
609
          <Ticks Text="Ticks">
610
            <Ticks Text="Ticks:"/>
611
            <Enabled Text="Activado"/>
612
            <TickStyle Text="Estilo Ticks:"/>
613
            <TickSize Text="Tamaño Tick:"/>
614
          </Ticks>
615
          <Strips Text="Tiras">
616
            <Strip Text="Tira"/>
617
            <Interval Text="Intervalo">
618
              <Start Text="Inicio:"/>
619
              <Width Text="Ancho:"/>
620
              <Interval Text="Intevalo."/>
621
            </Interval>
622
            <Appearance Text="Apariencia"/>
623
            <Text Text="Texto">
624
              <HorizontalAlign Text="Alineación Horizontal:"/>
625
              <VerticalAlign Text="Alineación Vertical:"/>
626
              <TextOrientation Text="Orientación del texto."/>
627
            </Text>
628
          </Strips>
629
        </Axes>
630
        <Legend Text="Legenda">
631
          <Enabled Text="Activado"/>
632
          <StyleColumn Text="Columna"/>
633
          <StyleRow Text="Fila"/>
634
          <StyleTable Text="Tabla"/>
635
          <General Text="General">
636
            <LegendStyle Text="Estilo de la legenda:"/>
637
          </General>
638
          <Appearance Text="Apariencia"/>
639
        </Legend>
640
        <Title Text="Título">
641
          <Visible Text="Visible"/>
642
          <General Text="General">
643
            <TextOrientation Text="Orientación del texto:"/>
644
            <TextStyle Text="Estilo del texto:"/>
645
          </General>
646
          <Appearance Text="Apariencia"/>
647
        </Title>
648
      </ChartEditorControl>
649
      <SeriesEditorControl>
650
        <Data Text="Datos">
651
          <Name Text="Nombre:"/>
652
          <XValue Text="Valor en X:"/>
653
          <Color Text="Color:"/>
654
          <Filter Text="Filtro:"/>
655
          <XValueType Text="Tipo de valor en X:"/>
656
          <YValueType Text="Tipo de valor en Y:"/>
657
          <XAxisType Text="Eje X:"/>
658
          <YAxisType Text="Eje Y:"/>
659
          <PrimaryAxis Text="Primario"/>
660
          <SecondaryAxis Text="Secundario"/>
661
          <SeriesValues>
662
            <YValue Text="Valor en Y"/>
663
            <High Text="Alto:"/>
664
            <Low Text="Bajo:"/>
665
            <Open Text="Abrir:"/>
666
            <Close Text="Cerrar:"/>
667
            <RangeBegin Text="Comienzo del rango:"/>
668
            <RangeEnd Text="Final del rango:"/>
669
            <Size Text="Tamaño:"/>
670
            <YValue1 Text="Valor 1 en Y:"/>
671
            <YValue2 Text="Valor 2 en Y:"/>
672
          </SeriesValues>
673
        </Data>
674
        <Values Text="Valores"/>
675
        <DataProcessing Text="Proceso de datos">
676
          <SortBy Text="Ordenar por:"/>
677
          <SortByX Text="Valor en X"/>
678
          <SortByY Text="Valor en Y"/>
679
          <SortOrder Text="Clasificar orden:"/>
680
          <GroupBy Text="Agrupar por:">
681
            <None Text="Ninguno"/>
682
            <XValue Text="Valor en X"/>
683
            <Number Text="Número"/>
684
            <Years Text="Años"/>
685
            <Months Text="Meses"/>
686
            <Weeks Text="Semanas"/>
687
            <Days Text="Días"/>
688
            <Hours Text="Horas"/>
689
            <Minutes Text="Minutos"/>
690
            <Seconds Text="Segundos"/>
691
            <Milliseconds Text="Milisegundos"/>
692
          </GroupBy>
693
          <GroupInterval Text="Intervalo del grupo:"/>
694
          <GroupFunction Text="Función del grupo:"/>
695
          <CollectData Text="Colección de datos:">
696
            <None Text="Ninguno"/>
697
            <TopN Text="Mayor a"/>
698
            <BottomN Text="Menor a"/>
699
            <LessThan Text="Menor al valor"/>
700
            <LessThanPercent Text="Menor en porcentaje"/>
701
            <GreaterThan Text="Mayor al valor"/>
702
            <GreaterThanPercent Text="Mayor al porcentaje"/>
703
          </CollectData>
704
          <Value Text="Valor:"/>
705
          <CollectedText Text="Texto"/>
706
          <CollectedColor Text="Color del texto:"/>
707
          <Explode Text="Consultar:">
708
            <None Text="Ninguno"/>
709
            <Biggest Text="Valor mas alto"/>
710
            <Lowest Text="Vamlor menor"/>
711
            <Specific Text="Especificar el valor"/>
712
          </Explode>
713
        </DataProcessing>
714
        <Appearance Text="Apariencia">
715
          <Default Text="Defecto"/>
716
          <DrawingStyle Text="Estilo del dibujo:"/>
717
          <PointWidth Text="Ancho del punto:"/>
718
          <LabelsStyle Text="Estilo de la etiqueta:"/>
719
          <DrawSideBySide Text="Dibujar por lado y lado"/>
720
          <ShowMarkerLines Text="Mostrar marca de las líneas"/>
721
          <DoughnutRadius Text="Radio de acción (%):"/>
722
          <AreaDrawingStyle Text="Estilo del área del gráfico:"/>
723
          <Markers Text="Marcas:"/>
724
          <PriceUpColor Text="Color del precio:"/>
725
          <ReversalAmount Text="Informe Inversión:"/>
726
          <BoxSize Text="Tamaño caja"/>
727
          <NumberOfLinesInBreak Text="Líneas de corte:"/>
728
          <LabelsPlacement Text="Colocación de etiquetas."/>
729
          <PointsGap Text="Puntos de diferencia:"/>
730
          <MinPointHeight Text="Min. punto de alto:"/>
731
          <ValueType Text="Tipo de valor:"/>
732
          <ThreeDDrawingStyle Text="Estilo de gráfico 3D:"/>
733
          <ThreeDRotation Text="Rotación 3D:"/>
734
          <FunnelStyle Text="Embudo:"/>
735
          <LineTension Text="Lineas de tensión:"/>
736
          <NoSettings Text="No se  especifica la configuración para este tipo de serie.&#13;&#10;"/>
737
        </Appearance>
738
        <FillBorder Text="Bordes y Sombreado">
739
          <Palette Text="Paleta:"/>
740
        </FillBorder>
741
        <Labels Text="Etiquetas">
742
          <LabelView Text="Vista Etiquetas:"/>
743
          <Pattern Text="Distribución:"/>
744
        </Labels>
745
        <Markers Text="Marcas">
746
          <Style Text="Estilo:"/>
747
          <Size Text="Tamaño:"/>
748
          <Step Text="Paso:"/>
749
          <Color Text="Color:"/>
750
        </Markers>
751
      </SeriesEditorControl>
752
    </ChartEditor>
753
    <ChartGallery Text="Galería">
754
      <NewArea Text="Agrgar un nuevo gráfico para esta serie"/>
755
      <Categories>
756
        <BarColumn Text="Columnas y Barras"/>
757
        <Area Text="Area"/>
758
        <Line Text="Lineas"/>
759
        <PointBubble Text="Puntos y Burbujas"/>
760
        <Pie Text="Pie"/>
761
        <Circular Text="Circular"/>
762
        <Financial Text="Financiero"/>
763
        <PyramidFunnel Text="Piamides y Embudos"/>
764
        <Range Text="Rangos"/>
765
      </Categories>
766
      <Series>
767
        <Bar Text="Barras"/>
768
        <StackedBar Text="Barra apilada"/>
769
        <StackedBar100 Text="Barra 100% apilada"/>
770
        <Column Text="Columna"/>
771
        <StackedColumn Text="Columna Agrupada"/>
772
        <StackedColumn100 Text="Columna 100% Agrupada"/>
773
        <Area Text="Área"/>
774
        <SplineArea Text="Área Apilada"/>
775
        <StackedArea Text="Área en trazos"/>
776
        <StackedArea100 Text="Área en trazos al 100%"/>
777
        <Line Text="Línea"/>
778
        <FastLine Text="Líneas rápidas"/>
779
        <StepLine Text="Líneas en pasos"/>
780
        <Spline Text="Espiral"/>
781
        <Bubble Text="Burbuja"/>
782
        <Point Text="Dispersión"/>
783
        <FastPoint Text="Puntos de dispersión"/>
784
        <Pie Text="Circular"/>
785
        <Doughnut Text="Anillo"/>
786
        <Polar Text="Polar"/>
787
        <Radar Text="Radar"/>
788
        <Stock Text="Stock"/>
789
        <Candlestick Text="Candlestick"/>
790
        <Kagi Text="Onda Cuadrada"/>
791
        <Renko Text="Flujo"/>
792
        <PointAndFigure Text="Figuras y Puntas"/>
793
        <ThreeLineBreak Text="Saltos de líneas"/>
794
        <Pyramid Text="Pirámide"/>
795
        <Funnel Text="Enbudo"/>
796
        <Range Text="Rangos"/>
797
        <SplineRange Text="Rangos en ondas"/>
798
        <RangeColumn Text="Rangos en Columnas"/>
799
        <RangeBar Text="Rangos en Barras"/>
800
      </Series>
801
    </ChartGallery>
802
    <CodePageOptions Text="Configurar Página">
803
      <EnableVirtualSpace Text="Activado espacio virtual"/>
804
      <UseSpaces Text="Usar espacio para llenar los tabs"/>
805
      <AllowOutlining Text="Permiten esbozar&#13;&#10;"/>
806
      <LineNumbers Text="Número de líneas"/>
807
      <TabSize Text="Tamaño del tab:"/>
808
    </CodePageOptions>
809
    <ConfigureBands Text="Configurar Bandas">
810
      <Add Text="Agregar"/>
811
      <Delete Text="Eliminar"/>
812
    </ConfigureBands>
813
    <Connection Text="Conexión">
814
      <Select Text="Seleccione el tipo de conexión"/>
815
      <AlwaysUse Text="Usar siempre esta conexión"/>
816
      <LoginPrompt Text="Pedir logue"/>
817
      <Test Text="Probar Conexión"/>
818
      <TestSuccesful Text="Conexión Satisfactoria."/>
819
    </Connection>
820
    <CustomLabel Text="Personalizar Etiqueta">
821
      <Name Text="Nombre:"/>
822
      <Paper Text="Papel"/>
823
      <Landscape Text="Horientación"/>
824
      <PaperWidth Text="Ancho papel"/>
825
      <PaperHeight Text="Alto papel"/>
826
      <LeftMargin Text="Margen Izquierda"/>
827
      <TopMargin Text="Margen Superior"/>
828
      <Label Text="Parametros"/>
829
      <LabelWidth Text="Ancho Etiqueta"/>
830
      <LabelHeight Text="Alto etiqueta:"/>
831
      <RowGap Text="Ancho fila:"/>
832
      <ColumnGap Text="Ancho Columna:"/>
833
      <Warning Text="Las etiquetas no caben en la página!"/>
834
    </CustomLabel>
835
    <DataBandEditor Text="banda Detalle">
836
      <DataSource Text="Origen de datos"/>
837
      <NoData Text="Oriegen de datos no disponible. &#13;&#10;&#13;&#10;Ir &quot;Datos | Selección de los datos del informe ...&quot; menú para elegir entre los oreigenes de datos disponibles, o crear nuevos datos utilizando &quot;Datos | Añadir oriegen datos ...&quot; "/>
838
      <Sort Text="Ordenar"/>
839
      <SortBy Text="Ordenar por"/>
840
      <ThenBy Text="Luego por"/>
841
      <Ascending Text="Ascendente"/>
842
      <Descending Text="Descendente "/>
843
      <Filter Text="Filtrar"/>
844
      <Expression Text="Expresión de filtro"/>
845
    </DataBandEditor>
846
    <DataWizard Text="Asistente de datos">
847
      <Page1 Text="Selleccionar Base de datos"/>
848
      <WhichData Text="Conexión de datos que el informe debe utilizar para conectarse a la base de datos?"/>
849
      <Hint Text="Seleccione de la lista de la última conexión utilizada, o pulse &quot;Nueva conexión ...&quot; botón para crear nueva conexión."/>
850
      <NewConnection Text="Nueva conexión..."/>
851
      <EditConnection Text="Editar conexión..."/>
852
      <ConnectionName Text="Ingrese el nombre de la conexión:"/>
853
      <ConnectionString Text="Cadena de conexión"/>
854
      <Page2 Text="Seleccionar tablas"/>
855
      <WhichTables Text="Que tablas desea en su informe?"/>
856
      <Wait Text="Recuperando información de bases de datos"/>
857
      <AddQuery Text="Agregar consulta SQL.."/>
858
    </DataWizard>
859
    <DialogPageOptions Text="Formulario de diálogo"/>
860
    <Exception Text="Excepción">
861
      <Hint Text="Su informe ha lanzado la siguiente excepción:"/>
862
      <Stack Text="Traza de error"/>
863
      <Copy Text="Copiar al portapapeles"/>
864
    </Exception>
865
    <ExpressionEditor Text="Editar expresión"/>
866
    <Fill Text="Editor de llenado">
867
      <Solid Text="Solido"/>
868
      <LinearGradient Text="Linea gradiente"/>
869
      <PathGradient Text="Ruta de gradiente"/>
870
      <Hatch Text="Trama"/>
871
      <Glass Text="Dibujo"/>
872
      <Colors Text="Colores"/>
873
      <Color Text="Color"/>
874
      <StartColor Text="Primario"/>
875
      <EndColor Text="Secundario"/>
876
      <Options Text="Opciones"/>
877
      <Focus Text="Foco"/>
878
      <Contrast Text="Contaste"/>
879
      <Angle Text="Ángulo"/>
880
      <CenterColor Text="Centro"/>
881
      <EdgeColor Text="Filo"/>
882
      <Shape Text="Forma"/>
883
      <Ellipse Text="Elipse"/>
884
      <Rectangle Text="Rectángulo"/>
885
      <ForeColor Text="Primer plano"/>
886
      <BackColor Text="Segundo plano"/>
887
      <Style Text="Estilo"/>
888
      <Blend Text="Mezclar"/>
889
      <GlassHatch Text="Mostrar trama"/>
890
    </Fill>
891
    <FormatEditor Text="Seleccionar formato">
892
      <Expression Text="Expresión:"/>
893
      <General Text="General"/>
894
      <Number Text="Número"/>
895
      <Currency Text="Moneda"/>
896
      <Date Text="Fecha"/>
897
      <Time Text="Hora"/>
898
      <Percent Text="Porcentaje"/>
899
      <Boolean Text="Afirmación"/>
900
      <Custom Text="Personalizado"/>
901
      <UseLocale Text="Usar la configuración local"/>
902
      <DecimalDigits Text="Dígito decimal"/>
903
      <DecimalSeparator Text="Separador decimal"/>
904
      <GroupSeparator Text="Separador de listas"/>
905
      <PositivePattern Text="Formato número positivo:"/>
906
      <NegativePattern Text="Formato número negativo"/>
907
      <CurrencySymbol Text="Símbolo de moneda:"/>
908
      <PercentSymbol Text="Símbolo de porcentaje:"/>
909
      <FalseText Text="Valor Falso:"/>
910
      <TrueText Text="Valor verdadero:"/>
911
    </FormatEditor>
912
    <GridControlColumnsEditor Text="Editar Columnas">
913
      <Columns Text="Columnas"/>
914
      <Properties Text="Propiedades"/>
915
      <Add Text="Agregar"/>
916
      <Remove Text="Eliminar"/>
917
      <AddAll Text="Agregar todas"/>
918
    </GridControlColumnsEditor>
919
    <GroupBandEditor Text="Editar Grupo">
920
      <Condition Text="Condición del grupo"/>
921
      <Hint Text="Seleccionar columna de datos o una expresión:"/>
922
      <Settings Text="Configuración."/>
923
      <Sort Text="Ordenar:"/>
924
      <NoSort Text="No ordenar"/>
925
      <Ascending Text="Acendente"/>
926
      <Descending Text="Descendente"/>
927
    </GroupBandEditor>
928
    <GroupExpert Text="Grupos Avanzados">
929
      <Condition Text="Condiciones del grupo"/>
930
      <Hint Text="Seleccione una columna de datos o un tipo de expresión, a continuación, pulse en &quot;Añadir&quot; para añadir un nuevo grupo."/>
931
      <Add Text="Agregar"/>
932
      <Groups Text="Grupos"/>
933
      <Edit Text="Editar..."/>
934
      <Delete Text="Eliminar"/>
935
    </GroupExpert>
936
    <HighlightEditor Text="Formato Condicional">
937
      <Conditions Text="Condiciones"/>
938
      <Add Text="Agregar"/>
939
      <Delete Text="Eliminar"/>
940
      <Edit Text="Editar"/>
941
      <Style Text="Estilo"/>
942
      <Fill Text="Llenar"/>
943
      <TextColor Text="Color fuente"/>
944
      <Font Text="Fuente"/>
945
      <Visible Text="Visible"/>
946
    </HighlightEditor>
947
    <HyperlinkEditor Text="Editar hipervínculo">
948
      <Url Text="URL"/>
949
      <PageNumber Text="Numeración de páginas"/>
950
      <Bookmark Text="Favoritos"/>
951
      <Report Text="Informe"/>
952
      <ReportPage Text="Página informe"/>
953
      <Custom Text="Personalizado"/>
954
      <UrlValue Text="Specifique an URL (ejemplo: http://www.url.com):"/>
955
      <UrlExpression Text="o introduzca la expresión que devuelve una dirección URL:"/>
956
      <PageNumberValue Text="Specifique número de página:"/>
957
      <PageNumberExpression Text="o introduzca la expresión que devuelve un número de página:"/>
958
      <BookmarkValue Text="Specifique el nombre del favorito:"/>
959
      <BookmarkExpression Text="o ingrese una expresión que devuelva el nombre del favorito:"/>
960
      <ReportName Text="Nombre del informe:"/>
961
      <ParameterName Text="Parámetros del informe."/>
962
      <ParameterValue Text="Especificar el valor del parámetro:"/>
963
      <ParameterExpression Text="o ingrese una expresión que devuelva el valor del parámetro."/>
964
      <PageName Text="Página del informe."/>
965
      <CustomValue Text="Especificar un valor para el hipervínculo."/>
966
      <CustomExpression Text="o ingrese un aexprsión que devuelva el valor del hipervínculo:"/>
967
      <Hint Text="¿Qué ocurrirá si hace clic en este objeto en la ventana de vista previa?:"/>
968
      <HintUrl Text="Especifique un URL para se abierta."/>
969
      <HintPageNumber Text="Ir a la página especificada."/>
970
      <HintBookmark Text="Ir a la que contiene el objeto especificado favorito."/>
971
      <HintReport Text="Especifique el  informe que se abrirá en la vista previa en una ficha aparte.&#13;&#10;"/>
972
      <HintReportPage Text="Especifica la página que se generará y se abre en la vista previa en una ficha aparte."/>
973
      <HintCustom Text="Usted debe crear &quot;Haga clic en&quot; eventos para definir la acción personalizada.&#13;&#10;"/>
974
      <ModifyAppearance Text="Modificar la apariencia del objeto que va aparecer hacer clic en un vínculo&#13;&#10;"/>
975
    </HyperlinkEditor>
976
    <LabelWizard Text="Asistente de Etiquetas">
977
      <Hint Text="Seleccione una de las etiquetas predefinidas, o pulse el botón &quot;Personalizar la etiqueta ...&quot; para definir el tamaño de una etiqueta propia."/>
978
      <Label Text="Etiqueta"/>
979
      <Manufacturer Text="Fabricante"/>
980
      <Product Text="Producto"/>
981
      <Parameters Text="Parámetros"/>
982
      <Size Text="Tamaño:"/>
983
      <PaperSize Text="Tamaño papel"/>
984
      <Rows Text="Filas:"/>
985
      <Columns Text="Columnas:"/>
986
      <CustomLabel Text="Personalizar etiqueta..."/>
987
      <Custom Text="Personalizar"/>
988
      <Delete Text="Eliminar"/>
989
      <Manufacturers>
990
        <Manufacturer0 Text="AE"/>
991
        <Manufacturer1 Text="Agipa"/>
992
        <Manufacturer2 Text="AOne"/>
993
        <Manufacturer3 Text="APLI"/>
994
        <Manufacturer4 Text="Avery (A4, A5)"/>
995
        <Manufacturer5 Text="Avery (standard)"/>
996
        <Manufacturer6 Text="Boeder"/>
997
        <Manufacturer7 Text="Devauzet"/>
998
        <Manufacturer8 Text="Durable"/>
999
        <Manufacturer9 Text="ERO"/>
1000
        <Manufacturer10 Text="Formtec"/>
1001
        <Manufacturer11 Text="Guilbert"/>
1002
        <Manufacturer12 Text="Herlitz"/>
1003
        <Manufacturer13 Text="Herma"/>
1004
        <Manufacturer14 Text="Hisago"/>
1005
        <Manufacturer15 Text="HP"/>
1006
        <Manufacturer16 Text="Inmac"/>
1007
        <Manufacturer17 Text="Kokuyo"/>
1008
        <Manufacturer18 Text="Leitz"/>
1009
        <Manufacturer19 Text="MACO/Wilson Jones"/>
1010
        <Manufacturer20 Text="MACtac"/>
1011
        <Manufacturer21 Text="May+Spies"/>
1012
        <Manufacturer22 Text="Pimaco"/>
1013
        <Manufacturer23 Text="RAJA ES"/>
1014
        <Manufacturer24 Text="Rank Xerox"/>
1015
        <Manufacturer25 Text="Sigel"/>
1016
        <Manufacturer26 Text="Stralfors"/>
1017
        <Manufacturer27 Text="UNISTAT"/>
1018
        <Manufacturer28 Text="Zweckform"/>
1019
      </Manufacturers>
1020
      <Labels>
1021
        <Label0 Text="Address"/>
1022
        <Label1 Text="Multi-usage"/>
1023
        <Label2 Text="Copilaser"/>
1024
        <Label3 Text="Laser"/>
1025
        <Label4 Text="Special Laser"/>
1026
        <Label5 Text="Inkjet+Laser"/>
1027
        <Label6 Text="Burotic"/>
1028
        <Label7 Text="Club Card"/>
1029
        <Label8 Text="Business Card"/>
1030
        <Label9 Text="Media"/>
1031
        <Label10 Text="Diskette"/>
1032
        <Label11 Text="Video Spine"/>
1033
        <Label12 Text="Video Face"/>
1034
        <Label13 Text="File Folder"/>
1035
        <Label14 Text="Postcard"/>
1036
        <Label15 Text="Name Badge"/>
1037
        <Label16 Text="Sticker"/>
1038
        <Label17 Text="Card"/>
1039
        <Label18 Text="Shipping"/>
1040
        <Label19 Text="Parcel"/>
1041
        <Label20 Text="Index Card"/>
1042
        <Label21 Text="CD ROM"/>
1043
        <Label22 Text="35mm Slide"/>
1044
        <Label23 Text="Audio Tape"/>
1045
        <Label24 Text="Data Cartridge"/>
1046
        <Label25 Text="Price Marking"/>
1047
        <Label26 Text="Label"/>
1048
        <Label27 Text="3.5&quot; Diskette (Face Only)"/>
1049
        <Label28 Text="Mini Label - Full bleed"/>
1050
        <Label29 Text="Rectangle Sticker"/>
1051
        <Label30 Text="Square Sticker"/>
1052
        <Label31 Text="Small Round Sticker"/>
1053
        <Label32 Text="Big Round Sticker"/>
1054
        <Label33 Text="Full Page Sticker"/>
1055
        <Label34 Text="Mini Label"/>
1056
        <Label35 Text="Photo Quality Label (4 per page)"/>
1057
        <Label36 Text="Photo Quality Gloss Postcards"/>
1058
        <Label37 Text="Photo Quality Gloss Business Cards"/>
1059
        <Label38 Text="Photo Quality Card Sheet"/>
1060
        <Label39 Text="Full Face CD/DVD PQ Label"/>
1061
        <Label40 Text="3.5&quot; Diskette - Face Only"/>
1062
        <Label41 Text="Lever Arch"/>
1063
        <Label42 Text="Labels for colour printing - Shipping"/>
1064
        <Label43 Text="Clean Edge (TM) Business Card"/>
1065
        <Label44 Text="Name Card"/>
1066
        <Label45 Text="CD Case Insert - Cover"/>
1067
        <Label46 Text="CD Envelope"/>
1068
        <Label47 Text="Mini Labels"/>
1069
        <Label48 Text="Elasticated Folder / File Labels"/>
1070
        <Label49 Text="Ring Binder"/>
1071
        <Label50 Text="Fluorescent Yellow Promotional Labels"/>
1072
        <Label51 Text="IndexMaker Labels"/>
1073
        <Label52 Text="IndexMaker Contents"/>
1074
        <Label53 Text="ReadyIndex"/>
1075
        <Label54 Text="Mini"/>
1076
        <Label55 Text="Full Sheet Labels"/>
1077
        <Label56 Text="A5 Labels"/>
1078
        <Label57 Text="Circular"/>
1079
        <Label58 Text="5.25&quot; Diskette"/>
1080
        <Label59 Text="3.5&quot; Diskette (Wraparound)"/>
1081
        <Label60 Text="Mini Data Cartridge Labels"/>
1082
        <Label61 Text="Standard Data Cartridge"/>
1083
        <Label62 Text="Labels for Zip(TM) Disk"/>
1084
        <Label63 Text="Labels for SuperDisk (TM)"/>
1085
        <Label64 Text="Circular Fluorescent Yellow Promotional Labels"/>
1086
        <Label65 Text="4mm Data Cartridge"/>
1087
        <Label66 Text="Gold Mini Labels"/>
1088
        <Label67 Text="Compliment Slip"/>
1089
        <Label68 Text="Addressing"/>
1090
        <Label69 Text="Address/Shipping"/>
1091
        <Label70 Text="Filing"/>
1092
        <Label71 Text="3.5&quot; Diskette"/>
1093
        <Label72 Text="Embossed Note Cards"/>
1094
        <Label73 Text="Embossed Half-Fold Cards"/>
1095
        <Label74 Text="Postcards"/>
1096
        <Label75 Text="Half-Fold Greeting Cards"/>
1097
        <Label76 Text="Mailing Labels"/>
1098
        <Label77 Text="Return Address"/>
1099
        <Label78 Text="Filing Labels"/>
1100
        <Label79 Text="High Visibility Round Labels"/>
1101
        <Label80 Text="Medium Embossed Tent Cards"/>
1102
        <Label81 Text="Large Embossed Tent Cards"/>
1103
        <Label82 Text="Note Cards"/>
1104
        <Label83 Text="Laminated ID Cards"/>
1105
        <Label84 Text="Laminated Name Badges"/>
1106
        <Label85 Text="Business Cards"/>
1107
        <Label86 Text="Name Tag Kit"/>
1108
        <Label87 Text="Small Rotary Cards"/>
1109
        <Label88 Text="Large Rotary Cards"/>
1110
        <Label89 Text="Index Cards"/>
1111
        <Label90 Text="Name Badges Insert Refills "/>
1112
        <Label91 Text="Self Adhesive Name Badges"/>
1113
        <Label92 Text="White Address"/>
1114
        <Label93 Text="Clear Address"/>
1115
        <Label94 Text="Removable ID Labels"/>
1116
        <Label95 Text="Removable Filing Labels"/>
1117
        <Label96 Text="Return Address Labels"/>
1118
        <Label97 Text="Removable 3 1/2&quot; Diskette Labels"/>
1119
        <Label98 Text="Color Printing Labels"/>
1120
        <Label99 Text="Glossy Business Cards"/>
1121
        <Label100 Text="Glossy Postcards"/>
1122
        <Label101 Text="Full Sheet"/>
1123
        <Label102 Text="Bar Code"/>
1124
        <Label103 Text="Laser Tag"/>
1125
        <Label104 Text="InkJet"/>
1126
        <Label105 Text="8mm Video Tape"/>
1127
        <Label106 Text="Rotary Card"/>
1128
        <Label107 Text="Large Size"/>
1129
        <Label108 Text="Full Size"/>
1130
        <Label109 Text="Medium Size"/>
1131
        <Label110 Text="1 x 1 1/2 in"/>
1132
        <Label111 Text="1 x 4 in"/>
1133
        <Label112 Text="1 7/16 x 4 in"/>
1134
        <Label113 Text="2 x 4 in"/>
1135
        <Label114 Text="2 1/2 x 4 in"/>
1136
        <Label115 Text="3 1/3 x 4 in"/>
1137
        <Label116 Text="5 x 4 in"/>
1138
        <Label117 Text="5 1/2 x 8 1/2 in"/>
1139
        <Label118 Text="CD Label"/>
1140
        <Label119 Text="1 x 2 5/6 in"/>
1141
        <Label120 Text="3/4 x 3 1/2 in"/>
1142
        <Label121 Text="1 1/16 x 4 1/4 in"/>
1143
        <Label122 Text="1 9/16 x 4 1/4 in"/>
1144
        <Label123 Text="2 3/4 x 4 1/4 in"/>
1145
        <Label124 Text="3 2/3 x 4 1/4 in"/>
1146
        <Label125 Text="5 1/2 x 4 1/4 in"/>
1147
        <Label126 Text="3 1/2 x 8 1/2 in"/>
1148
        <Label127 Text="11 x 8 1/2 in"/>
1149
        <Label128 Text="3x11 Address"/>
1150
        <Label129 Text="3x12 Address"/>
1151
        <Label130 Text="InkJet+Laser, arrows"/>
1152
        <Label131 Text="InkJet+Laser, circles"/>
1153
        <Label132 Text="InkJet+Laser"/>
1154
        <Label133 Text="InkJet+Laser, red"/>
1155
        <Label134 Text="InkJet+Laser, blue"/>
1156
        <Label135 Text="InkJet+Laser, green"/>
1157
        <Label136 Text="InkJet+Laser, yellow"/>
1158
        <Label137 Text="File labels, wide"/>
1159
        <Label138 Text="File labels, narrow"/>
1160
        <Label139 Text="InkJet+Laser, Slide labels"/>
1161
        <Label140 Text="InkJet+Laser, Tab labels"/>
1162
        <Label141 Text="Laser, round labels, yellow"/>
1163
        <Label142 Text="InkJet+Laser, Disk labels"/>
1164
        <Label143 Text="InkJet+Laser, Video labels"/>
1165
        <Label144 Text="InkJet+Laser, Cassette labels"/>
1166
        <Label145 Text="Laser, transparent (film)"/>
1167
        <Label146 Text="Laser, weatherproof (film)"/>
1168
        <Label147 Text="landscape - Address"/>
1169
        <Label148 Text="landscape - File Folder"/>
1170
        <Label149 Text="landscape - Laser Tag"/>
1171
      </Labels>
1172
    </LabelWizard>
1173
    <PageSetup Text="Configuración de página">
1174
      <Paper Text="Papel"/>
1175
      <Custom Text="Personalizar"/>
1176
      <Width Text="Ancho:"/>
1177
      <Height Text="Alto:"/>
1178
      <Orientation Text="Orientación:"/>
1179
      <Portrait Text="Vertical:"/>
1180
      <Landscape Text="Horizontal:"/>
1181
      <Margins Text="Margenes"/>
1182
      <Left Text="Izquierda:"/>
1183
      <Top Text="Superior:"/>
1184
      <Right Text="Derecha:"/>
1185
      <Bottom Text="Inferior:"/>
1186
      <MirrorMargins Text="Las mismas márgenes en la página&#13;&#10;"/>
1187
      <Source Text="Origen"/>
1188
      <FirstPage Text="Primera página:"/>
1189
      <OtherPages Text="Otras páginas:"/>
1190
      <Columns Text="Columnas"/>
1191
      <Count Text="Cuenta:"/>
1192
      <ColumnWidth Text="Ancho"/>
1193
      <Positions Text="Posición:"/>
1194
      <Other Text="Otros"/>
1195
      <Duplex Text="Doble:"/>
1196
      <DupDefault Text="Por Defecto"/>
1197
      <DupSimplex Text="Simple"/>
1198
      <DupVertical Text="Vertical"/>
1199
      <DupHorizontal Text="Horizontal"/>
1200
      <EditWatermark Text="Editar marca de agua..."/>
1201
      <ExtraWidth Text="Diseñar un ancho"/>
1202
    </PageSetup>
1203
    <PictureEditor Text="Editar Imagen">
1204
      <Picture Text="Imagen"/>
1205
      <Load Text="Abrir"/>
1206
      <Paste Text="Pegar"/>
1207
      <Clear Text="Borrar"/>
1208
      <DataColumn Text="Columna de datos"/>
1209
      <FileName Text="Nombre del archivo"/>
1210
      <Url Text="URL"/>
1211
      <FileHint1 Text="Nombre del archivo."/>
1212
      <FileHint2 Text="Nota: usted tiene que desplegar este archivo junto con su informe.&#13;&#10;"/>
1213
      <UrlHint Text="Hyperlink:"/>
1214
    </PictureEditor>
1215
    <PluginsOptions Text="Complementos">
1216
      <Hint Text="Lista de complementos instalados:"/>
1217
      <Add Text="Agregar"/>
1218
      <Remove Text="Eliminar"/>
1219
      <Note Text="Nota: los cambios realizados surtirán efecto cuando reinicien FastReport.&#13;&#10;"/>
1220
    </PluginsOptions>
1221
    <PreviewPageSetup>
1222
      <Apply Text="Aplican a todas las páginas y reconstruir el informe&#13;&#10;"/>
1223
    </PreviewPageSetup>
1224
    <PreviewSearch Text="Buscar"/>
1225
    <PrinterSetup Text="Imprimir">
1226
      <PrinterSetup Text="Configuración de Impresora"/>
1227
      <Printer Text="Impresora"/>
1228
      <SavePrinter Text="Guardar esta impresora en el archivo de informe&#13;&#10;"/>
1229
      <Settings Text="Configuración..."/>
1230
      <PrintToFile Text="Imprimir en archivo"/>
1231
      <PageRange Text="Rango de páginas"/>
1232
      <All Text="Todas"/>
1233
      <Current Text="Página actual"/>
1234
      <Numbers Text="Páginas:"/>
1235
      <Hint Text="Introduzca los números de página y / o rangos de páginas, separados por comas. Por ejemplo, 1,3,5-12&#13;&#10;"/>
1236
      <Copies Text="Copias"/>
1237
      <Count Text="Número de copias:"/>
1238
      <Collate Text="Intercalar"/>
1239
      <Other Text="Otros"/>
1240
      <OddEven Text="Imprimir:"/>
1241
      <AllPages Text="Todas las páginas"/>
1242
      <OddPages Text="Páginas impares"/>
1243
      <EvenPages Text="Páginas pares"/>
1244
      <Order Text="Orden:"/>
1245
      <OrderDirect Text="Ascendente (1-9)"/>
1246
      <OrderReverse Text="Invertido (9-1)"/>
1247
      <Duplex Text="Doble cara:"/>
1248
      <Source Text="Origen:"/>
1249
      <PrintMode Text="Modo de impresión"/>
1250
      <PrintModeDefault Text="Defecto"/>
1251
      <PrintModeSplit Text="Dividir páginas grandes&#13;&#10;"/>
1252
      <PrintModeScale Text="Escala"/>
1253
      <PrintOnSheet Text="Ajuste al tamaño del papel:"/>
1254
      <PagesOnSheet Text="Páginas en hojas."/>
1255
      <PagesOnSheet1 Text="1 página"/>
1256
      <PagesOnSheet2 Text="2 páginas"/>
1257
      <PagesOnSheet4 Text="4 páginas"/>
1258
      <PagesOnSheet8 Text="8 páginas"/>
1259
      <Print Text="Imprimir"/>
1260
      <Error Text="Rango inválido de páginas"/>
1261
    </PrinterSetup>
1262
    <QueryBuilder Text="Diseñador de consultas">
1263
      <Designer Text="Diseñador"/>
1264
      <Sql Text="SQL"/>
1265
      <Result Text="Resultado"/>
1266
      <Select Text="Seleccionar"/>
1267
      <Joins Text="Uniones"/>
1268
      <Group Text="Agrupar"/>
1269
      <Name Text="Nombre"/>
1270
      <Alias Text="Alias"/>
1271
      <Filter Text="Filtro"/>
1272
      <Order Text="Orden"/>
1273
      <Func Text="Funcion"/>
1274
      <Editor Text="Editor"/>
1275
      <Delete Text="Eliminar"/>
1276
      <Change Text="Cambiar"/>
1277
      <JoinEditor Text="Editor de uniones"/>
1278
      <Tables Text="Tablas:"/>
1279
      <Condition Text="Condiciones"/>
1280
      <InputAlias Text="Ingrese alias de la tabla:"/>
1281
      <Where>
1282
        <Equal Text="Igual"/>
1283
        <NotEqual Text="No igual"/>
1284
        <GtOrEqual Text="Mayor o igual que"/>
1285
        <Gt Text="Mayor que"/>
1286
        <LtOrEqual Text="Menor o igual que"/>
1287
        <Lt Text="Menor que"/>
1288
        <Like Text="Como"/>
1289
        <NotLike Text="No como"/>
1290
      </Where>
1291
    </QueryBuilder>
1292
    <QueryWizard Text="Asistente de consultas">
1293
      <Page1 Text="Nombre de la consulta"/>
1294
      <SetName Text="Defina el nombre de la consulta.&#13;&#10;"/>
1295
      <NameHint Text="Este nombre se mostrará en la ventana de la banda &quot;Datos&quot;.&#13;&#10;"/>
1296
      <Page2 Text="Ingrese la instrucción SQL"/>
1297
      <WhatData Text="¿Qué datos debe devolver la consulta?&#13;&#10;"/>
1298
      <TypeSql Text="Escriba su sentencia SQL o el uso de consultas para la construcción de la misma."/>
1299
      <QueryBuilder Text="Construir Consulta..."/>
1300
      <Page3 Text="Definir parámetros"/>
1301
      <Page4 Text="Definir columnas"/>
1302
      <Refresh Text="Refrescar Campos"/>
1303
      <AddColumn Text="Agregar campo calculado"/>
1304
      <AddParameter Text="Agregar parámetros"/>
1305
      <Delete Text="Eliminar"/>
1306
    </QueryWizard>
1307
    <RelationEditor Text="Editar Relación">
1308
      <ParentTable Text="Tabla Prncipal:"/>
1309
      <ChildTable Text="Tabla hija:"/>
1310
      <Parent Text="Relación"/>
1311
      <Child Text="Hijo"/>
1312
      <Columns Text="Campos:"/>
1313
      <Error Text="Incompatible número de padres e hijos en los campos&#13;&#10;"/>
1314
    </RelationEditor>
1315
    <ReportData Text="Seleccionar Datos del informe">
1316
      <Hint Text="Seleccione el origen de datos y los campos que desea utilizar en el informe:"/>
1317
      <Aliases Text="Mostrar alias"/>
1318
    </ReportData>
1319
    <ReportOptions Text="Opciones del Informe">
1320
      <General Text="General"/>
1321
      <Description Text="Descripción"/>
1322
      <Script Text="Script"/>
1323
      <Security Text="Seguridad"/>
1324
      <Inheritance Text="Herencia"/>
1325
      <Email Text="Email"/>
1326
      <Name Text="Nombre:"/>
1327
      <Author Text="Autor:"/>
1328
      <Version Text="Versión:"/>
1329
      <Description1 Text="Descripción:"/>
1330
      <Picture Text="Imagen:"/>
1331
      <SavePreviewPicture Text="Guardar la imagen"/>
1332
      <Load Text="Cargar..."/>
1333
      <Clear Text="Borrar"/>
1334
      <Created Text="Creado:"/>
1335
      <Modified Text="Modificado:"/>
1336
      <Language Text="Lenguaje de Script"/>
1337
      <Note Text="Nota: si cambia el idioma, toda la secuencia de comandos se borrará!"/>
1338
      <RefAssemblies Text="Referencias del emsamblado:"/>
1339
      <Add Text="Agregar..."/>
1340
      <Password Text="Constraseña:"/>
1341
      <RetypePassword Text="Confirmar Constraseña:"/>
1342
      <Inherited Text="Este informe es heredado de base de informe:"/>
1343
      <NotInherited Text="Este informe no es heredado.&#13;&#10;"/>
1344
      <Choose Text="Seleccione la opción:"/>
1345
      <DontChange Text="No cambiar"/>
1346
      <Detach Text="Separe la base de informe&#13;&#10;"/>
1347
      <Inherit Text="Heredar el informe de:&#13;&#10;"/>
1348
      <Browse Text="Abrir..."/>
1349
      <DoublePass Text="Doble paso"/>
1350
      <Compress Text="Comprimir el archivo del informe"/>
1351
      <UseFileCache Text="Usar archivo cache"/>
1352
      <ConvertNulls Text="Convertir valores nulos"/>
1353
      <TextQuality Text="Calidad del texto:"/>
1354
      <SmoothGraphics Text="Gráficos lisos"/>
1355
      <QualityDefault Text="Default"/>
1356
      <QualityRegular Text="Regular"/>
1357
      <QualityClearType Text="ClearType"/>
1358
      <QualityAntiAlias Text="AntiAlias"/>
1359
      <PasswordError Text="La contraseña no coincide. Vuelvala a ingresar de nuevo.&#13;&#10;"/>
1360
      <Recipients Text="Destinatario (s) (por ejemplo, john@url.com):&#13;&#10;"/>
1361
      <Subject Text="Asunto:"/>
1362
      <Message Text="Mensaje."/>
1363
    </ReportOptions>
1364
    <ReportPageOptions Text="Página del Informe">
1365
      <Units Text="Unidades de la página"/>
1366
      <Millimeters Text="Milimetros"/>
1367
      <Centimeters Text="Centímetros"/>
1368
      <Inches Text="Pulgadas"/>
1369
      <HundrethsOfInch Text="Pies"/>
1370
      <Grid Text="Cuadrícula"/>
1371
      <ShowGrid Text="Mostrar cuadrícula"/>
1372
      <SnapToGrid Text="Ajustar a la cuadrícula"/>
1373
      <DottedGrid Text="Puntear cuadrícula"/>
1374
      <Size Text="Ajustar al tamaño:"/>
1375
      <Markers Text="Marcadores de objetos"/>
1376
      <Rectangle Text="Rectángulo"/>
1377
      <Corners Text="Esquinas"/>
1378
      <BandView Text="Vista de la banda"/>
1379
      <Structure Text="Estructura"/>
1380
      <Classic Text="Clásica"/>
1381
      <EditAfterInsert Text="Editar despues de ingresar"/>
1382
    </ReportPageOptions>
1383
    <RichTextEditor Text="Editar de Texto Enriquesido">
1384
      <Open Text="Abrir"/>
1385
      <Save Text="Guardar"/>
1386
      <Subscript Text="Subíndice"/>
1387
      <Superscript Text="Superíndice"/>
1388
      <Bullets Text="Viñetas"/>
1389
      <Confirm Text="El texto ha sido modificado. desea guardar los cambios?"/>
1390
    </RichTextEditor>
1391
    <SearchReplace Text="Buscar y Reemplazar">
1392
      <Find Text="Buscar:"/>
1393
      <Replace Text="Reemplazar con:"/>
1394
      <Options Text="Opciones de búsqueda"/>
1395
      <MatchCase Text="Coincidir mayúsculas y minúsculas"/>
1396
      <MatchWholeWord Text="Coincidir toda la palabra&#13;&#10;"/>
1397
      <FindNext Text="Buscar Siguiente"/>
1398
      <ReplaceBtn Text="Reemplazar"/>
1399
      <ReplaceAll Text="Reemplazar todo"/>
1400
      <NotFound Text="Texto no encontrado."/>
1401
      <NoMoreFound Text="No hay mas resultados de su búsqueda."/>
1402
    </SearchReplace>
1403
    <SelectDataSource Text="Seleccionar origen de datos">
1404
      <Hint Text="Seleccione una o varias fuentes de datos para uso en el informe.&#13;&#10;"/>
1405
      <AvailableDs Text="Fuentes de datos disponibles:&#13;&#10;"/>
1406
      <SelectedDs Text="Selección de fuentes de datos:&#13;&#10;"/>
1407
      <ProjectDs Text="Proyecto de datos&#13;&#10;"/>
1408
      <OtherDs Text="Otras fuentes de datos&#13;&#10;"/>
1409
    </SelectDataSource>
1410
    <SelectLanguage Text="Seleccionar Lenguaje">
1411
      <SelectLanguage Text="Seleccione el idioma de la lista a continuación:&#13;&#10;"/>
1412
      <Auto Text="Auto"/>
1413
      <Folder Text="Carpeta con los archivos de idioma:"/>
1414
      <SelectFolder Text="Seleccione la carpeta que contiene los archivos (*. FRL).&#13;&#10;"/>
1415
    </SelectLanguage>
1416
    <StandardReportWizard Text="Asistente de informe estándar&#13;&#10;">
1417
      <GroupsPage Text="Crear Grupos"/>
1418
      <CreateGroups Text="Crear grupos(Opciona)."/>
1419
      <Groups Text="Grupos:"/>
1420
      <LayoutPage Text="Definir Estilo"/>
1421
      <DefineLayout Text="Definir la orientación del papel y los datos de diseño.&#13;&#10;"/>
1422
      <Orientation Text="Orientación del papel"/>
1423
      <Portrait Text="Vertical"/>
1424
      <Landscape Text="Horizontal"/>
1425
      <Layout Text="Diseño"/>
1426
      <Tabular Text="Tabular"/>
1427
      <Columnar Text="Columnar"/>
1428
      <StylePage Text="Seleccionar Estilo"/>
1429
      <Styles Text="Seleccione el estilo del Informe.">
1430
        <Standard Text="Estandar"/>
1431
        <Gray Text="Gris"/>
1432
        <Green Text="Verde"/>
1433
        <Sand Text="Arena"/>
1434
        <Blue Text="Azul"/>
1435
        <Title Text="Título"/>
1436
        <Header Text="Encabezado"/>
1437
        <Group Text="Grupo"/>
1438
        <Data Text="Datos"/>
1439
        <Footer Text="Pie"/>
1440
        <EvenRows Text="Eventos de filas"/>
1441
      </Styles>
1442
    </StandardReportWizard>
1443
    <StringCollectionEditor Text="Editar la coleccion de textos"/>
1444
    <Style Text="Editor de Estilos">
1445
      <Styles Text="Estilos"/>
1446
      <Add Text="Agregar"/>
1447
      <Delete Text="Eliminar"/>
1448
      <Edit Text="Editar"/>
1449
      <Load Text="Cargar..."/>
1450
      <Save Text="Guardar..."/>
1451
      <Settings Text="Configurar estilos"/>
1452
      <Border Text="Borde"/>
1453
      <Fill Text="Relleno"/>
1454
      <Font Text="Fuente"/>
1455
      <TextColor Text="Color del texto"/>
1456
      <StyleName Text="Estilo"/>
1457
    </Style>
1458
    <TextEditor Text="Editar Texto">
1459
      <WordWrap Text="Ajustar palabras "/>
1460
    </TextEditor>
1461
    <TotalEditor Text="Editar Totales">
1462
      <TotalName Text="Nombre del total:"/>
1463
      <Total Text="Total"/>
1464
      <Function Text="Función:"/>
1465
      <DataColumnOrExpression Text="Columna de datos o expresión:"/>
1466
      <DataBand Text="Evaluar en cada fila de la banda:&#13;&#10;"/>
1467
      <EvaluateCondition Text="Evaluar si se cumplen las siguientes condiciones:&#13;&#10;"/>
1468
      <PrintOn Text="Imprimir en la banda:&#13;&#10;"/>
1469
      <Options Text="Opciones"/>
1470
      <ResetAfterPrint Text="Resetear después de imprimir&#13;&#10;"/>
1471
      <ResetRepeated Text="Restablecer si la banda se repite&#13;&#10;"/>
1472
      <InvisibleRows Text="Incluir filas invisibles&#13;&#10;"/>
1473
      <Sum Text="Suma"/>
1474
      <Min Text="Mínimo"/>
1475
      <Max Text="Máximo"/>
1476
      <Avg Text="Promedio"/>
1477
      <Count Text="Cuenta"/>
1478
      <Custom Text="Personalizado"/>
1479
    </TotalEditor>
1480
    <UIOptions Text="Interface del Usuario">
1481
      <Appearance Text="Apariencia:"/>
1482
      <AppearanceStyles Text="Visual Studio 2005,Office 2003,Office 2007 (blue),Office 2007 (silver),Office 2007 (black),Vista Glass"/>
1483
    </UIOptions>
1484
    <WatermarkEditor Text="Marca de Agua">
1485
      <Enabled Text="Activado"/>
1486
      <Text Text="Texto"/>
1487
      <TextItems Text="CONFIDENCIAL,COPIA,COPIA CONTROLADA,ORIGINAL,BORRADOR,URGENTE"/>
1488
      <Rotation Text="Rotación"/>
1489
      <Horizontal Text="Horizontal"/>
1490
      <Vertical Text="Vertical"/>
1491
      <ForwardDiagonal Text="Diagonal al frente"/>
1492
      <BackwardDiagonal Text="Diagonal atras"/>
1493
      <Font Text="Fuente"/>
1494
      <Color Text="Color"/>
1495
      <Picture Text="Imagén"/>
1496
      <Load Text="Cargar"/>
1497
      <Clear Text="Borrar"/>
1498
      <Size Text="Tamaño"/>
1499
      <Normal Text="Normal"/>
1500
      <Center Text="Centrado"/>
1501
      <Stretch Text="Estrechar"/>
1502
      <Zoom Text="Zoom"/>
1503
      <Tile Text="Ajustar"/>
1504
      <Transparency Text="Transparencia"/>
1505
      <Zorder Text="Orden"/>
1506
      <TextOnTop Text="Texto arriba"/>
1507
      <PictureOnTop Text="Imagen arriba"/>
1508
      <ApplyToAll Text="Aplicar a todas las páginas"/>
1509
    </WatermarkEditor>
1510
  </Forms>
1511
  <ConnectionEditors>
1512
    <Common>
1513
      <Server Text="Nombre del Servidor:"/>
1514
      <ServerLogon Text="Tipo de logueo al servidor"/>
1515
      <UserName Text="Usuario:"/>
1516
      <Password Text="Contraseña:"/>
1517
      <Database Text="Conectar a la base de datos"/>
1518
      <DatabaseName Text="Nombre Base de datos:"/>
1519
      <DatabaseFile Text="Archivo de base de datos:"/>
1520
    </Common>
1521
    <MsSql>
1522
      <UseWindows Text="Usar Auntenticación Windows"/>
1523
      <UseSql Text="Usar Autenticación SQL Server"/>
1524
      <SavePassword Text="Guardar contraseña"/>
1525
    </MsSql>
1526
    <OleDb>
1527
      <ConnectionString Text="Cadena de conexión"/>
1528
      <Build Text="Crear..."/>
1529
    </OleDb>
1530
    <Odbc>
1531
      <DataSource Text="Origen de datos"/>
1532
      <DsName Text="Use usuario o nombre del origen de datos:"/>
1533
      <ConnString Text="Use string de conexión:"/>
1534
      <Login Text="Autenticación:"/>
1535
    </Odbc>
1536
    <Xml>
1537
      <Xsd Text="Esquema:"/>
1538
      <Xml Text="Archivo de datos."/>
1539
    </Xml>
1540
  </ConnectionEditors>
1541
  <ComponentMenu>
1542
    <Component>
1543
      <Edit Text="Editar..."/>
1544
    </Component>
1545
    <ReportComponent>
1546
      <CanGrow Text="Puede crecer"/>
1547
      <CanShrink Text="Puede Retraerse"/>
1548
      <GrowToBottom Text="Crecer abajo"/>
1549
      <Hyperlink Text="Hipervínculo..."/>
1550
    </ReportComponent>
1551
    <BreakableComponent>
1552
      <CanBreak Text="Puede Romper"/>
1553
    </BreakableComponent>
1554
    <Band>
1555
      <AddChildBand Text="Agregar banda hija"/>
1556
      <StartNewPage Text="Nueva página"/>
1557
      <PrintOnBottom Text="Imprimir Arriba"/>
1558
    </Band>
1559
    <DataBand>
1560
      <AddDetailDataBand Text="Agregar datos banda de detalle"/>
1561
      <KeepTogether Text="Mantener Juntos"/>
1562
      <KeepDetail Text="Mantener Detalle"/>
1563
    </DataBand>
1564
    <HeaderBand>
1565
      <RepeatOnEveryPage Text="Repetir en todas las páginas"/>
1566
      <KeepWithData Text="Mantener con datos"/>
1567
    </HeaderBand>
1568
    <GroupHeaderBand>
1569
      <ResetPageNumber Text="Limpiar el número de página"/>
1570
    </GroupHeaderBand>
1571
    <ChildBand>
1572
      <FillUnusedSpace Text="llenar espacios"/>
1573
      <CompleteToNRows Text="Completar con n filas:"/>
1574
    </ChildBand>
1575
    <PictureObject>
1576
      <SizeMode Text="Modo tamaño"/>
1577
      <AutoSize Text="Auto Ajuste"/>
1578
      <CenterImage Text="Centrar Imagen"/>
1579
      <Normal Text="Normal"/>
1580
      <StretchImage Text="Estrechar Imagen"/>
1581
      <Zoom Text="Zoom"/>
1582
    </PictureObject>
1583
    <TextObject>
1584
      <Format Text="Formato..."/>
1585
      <Clear Text="Limpiar"/>
1586
      <AutoWidth Text="Ancho Automático"/>
1587
      <WordWrap Text="Envolver Palabra"/>
1588
      <AllowExpressions Text="Permitir Expresiones"/>
1589
    </TextObject>
1590
    <SubreportObject>
1591
      <PrintOnParent Text="Imprimir en el padre"/>
1592
    </SubreportObject>
1593
    <TableObject>
1594
      <RepeatHeaders Text="Repetir Encabezados"/>
1595
    </TableObject>
1596
    <TableRow>
1597
      <InsertAbove Text="Ingresar filas arriba"/>
1598
      <InsertBelow Text="Ingresar filas abajo"/>
1599
      <AutoSize Text="Ancho Automático"/>
1600
    </TableRow>
1601
    <TableColumn>
1602
      <InsertToLeft Text="Ingresar columna a la izquierda"/>
1603
      <InsertToRight Text="Ingresar Columna a la derecha"/>
1604
    </TableColumn>
1605
    <TableCell>
1606
      <Merge Text="Combiar celdas"/>
1607
      <Split Text="Combinar Celdas"/>
1608
    </TableCell>
1609
    <MatrixObject>
1610
      <CellsSideBySide Text="Celdas por lado y lado"/>
1611
      <ShowTitle Text="Mostrar Título"/>
1612
      <Style Text="Stilo"/>
1613
    </MatrixObject>
1614
    <MatrixCell>
1615
      <Totals Text="Totales"/>
1616
      <Function Text="Función"/>
1617
      <SuppressTotals Text="Suprimir Totales"/>
1618
      <TotalsFirst Text="Totales Primero"/>
1619
      <Percent Text="Porcentaje"/>
1620
      <PercentColumnTotal Text="% del  total de la Columna"/>
1621
      <PercentRowTotal Text="% Total fila"/>
1622
      <PercentGrandTotal Text="% del Gran Total"/>
1623
    </MatrixCell>
1624
    <GridControl>
1625
      <EditColumns Text="Editar Columnas..."/>
1626
    </GridControl>
1627
    <Barcode>
1628
      <BarcodeType Text="Tipo Código de Barras "/>
1629
      <AutoSize Text="Tamaño Automático"/>
1630
      <AutoEncode Text="Auto Encoger"/>
1631
      <CalcChecksum Text="Calcular fórmula"/>
1632
      <ShowText Text="Mostrar Texto"/>
1633
    </Barcode>
1634
    <ZipCodeObject>
1635
      <ShowMarkers Text="Mostrar Marcas"/>
1636
      <ShowGrid Text="Mostrar Cuadrícula"/>
1637
    </ZipCodeObject>
1638
    <Report>
1639
      <DesignReport Text="Diseñar informe"/>
1640
      <SelectDataSource Text="Seleccione origen de datos"/>
1641
    </Report>
1642
    <WebReport>
1643
      <SelectReportFile Text="Seleccionar Archivo de Informe"/>
1644
      <SelectLocalizationFile Text="Seleccionar Archivo de Localización"/>
1645
    </WebReport>
1646
  </ComponentMenu>
1647
  <ComponentsMisc>
1648
    <Table>
1649
      <CalcBounds Text="Calculando páginas..."/>
1650
    </Table>
1651
    <Matrix>
1652
      <FillData Text="Exportando datos..."/>
1653
      <NewColumn Text="Arrastre para crear una nueva columna"/>
1654
      <NewRow Text="Arrastre para crear una nueva fila"/>
1655
      <NewCell Text="Arrastre para crear una nueva celda"/>
1656
      <Total Text="Total"/>
1657
      <Title Text="Título"/>
1658
      <White Text="Blanco"/>
1659
      <Gray Text="Gray"/>
1660
      <Orange Text="Orange"/>
1661
      <Green Text="Green"/>
1662
      <GreenOrange Text="Green and Orange"/>
1663
      <Blue Text="Blue"/>
1664
      <BlueWhite Text="Blue and White"/>
1665
      <GrayOrange Text="Gray and Orange"/>
1666
      <BlueOrange Text="Blue and Orange"/>
1667
      <OrangeWhite Text="Orange and White"/>
1668
    </Matrix>
1669
  </ComponentsMisc>
1670
  <Wizards>
1671
    <BlankReport Text="Informe en Blanco"/>
1672
    <StandardReport Text="Asistente de Informe Estandar"/>
1673
    <InheritedReport Text="Heredar de un  Informe"/>
1674
    <Label Text="Asistente de Etiquetas"/>
1675
    <NewDataSource Text="Nuevo origen de datos"/>
1676
    <NewPage Text="Nueva Página del informe"/>
1677
    <NewDialog Text="Nuevo Formulario"/>
1678
  </Wizards>
1679
  <Export>
1680
    <Misc>
1681
      <Performance Text="Exportado en {0} ms"/>
1682
      <OrderByCells Text="Ordenar celdas por"/>
1683
      <AnalyzeObjects Text="Analizar Objetos"/>
1684
      <SavePage Text="Guardar página"/>
1685
      <Wysiwyg Text="Igual a la vista"/>
1686
      <PageBreaks Text="Páginas de rompimiento"/>
1687
      <OpenAfterExport Text="Abrir despues de exportar"/>
1688
      <Pictures Text="Imágenes"/>
1689
      <Options Text="Opciones"/>
1690
      <None Text="Ninguno"/>
1691
      <Metafile Text="Metafile"/>
1692
      <SaveFile Text="Guardar archivo"/>
1693
      <TableBased Text="Tabla"/>
1694
      <LayerBased Text="Capas"/>
1695
    </Misc>
1696
    <Image Text="Exportar a Imagen">
1697
      <File Text="Archivo de imagen..."/>
1698
      <ImageFormat Text="Formato:"/>
1699
      <Resolution Text="Resolución."/>
1700
      <Quality Text="Calidad Jpeg:"/>
1701
      <SeparateFiles Text="Separar  archivo por cada página."/>
1702
      <MultiFrame Text="Multi-frame TIFF"/>
1703
      <Monochrome Text="Monochrome TIFF"/>
1704
      <Bmp Text="Bitmap imagen"/>
1705
      <Png Text="PNG imagen"/>
1706
      <Jpeg Text="JPG imagen"/>
1707
      <Gif Text="GIF imagen"/>
1708
      <Tiff Text="TIFF imagen"/>
1709
      <Metafile Text="Windows metafile"/>
1710
    </Image>
1711
    <RichText Text="Exportar a Rich Text">
1712
      <File Text="Archivo Rich Text..."/>
1713
    </RichText>
1714
    <Text Text="Exportar a Texto de impresora">
1715
      <File Text="Archivo Texto/Impresora..."/>
1716
      <EmptyLines Text="Quitar líneas"/>
1717
      <DataOnly Text="Solo datos"/>
1718
      <Frames Text="Capas"/>
1719
      <FramesNone Text="Ninguna"/>
1720
      <FramesText Text="Texto"/>
1721
      <FramesGraphic Text="Gráfico"/>
1722
      <Codepage Text="Codificación"/>
1723
      <Default Text="Default"/>
1724
      <Unicode Text="Unicode"/>
1725
      <OEM Text="OEM"/>
1726
      <ScaleX Text="Escala X:"/>
1727
      <ScaleY Text="Scala Y:"/>
1728
      <AutoScale Text="Escala Automática"/>
1729
      <PrinterType Text="Tipo de impresora"/>
1730
      <Commands Text="Comandos"/>
1731
      <PageWidth Text="Ancho de página:"/>
1732
      <PageHeight Text="Alto de Página"/>
1733
      <DataLoss Text="LOS DATOS SE PIERDEN EN EL ESPACIO&#13;&#10;Por favor incremente las escalas de X/Y"/>
1734
      <ScaleMessage Text="Calculando la escala óptima"/>
1735
      <Scale Text="Escala"/>
1736
    </Text>
1737
    <Csv Text="Exportar a CVS">
1738
      <File Text="Archivo CVS..."/>
1739
      <Separator Text="Separador"/>
1740
      <Codepage Text="Codificación"/>
1741
      <Default Text="Default"/>
1742
      <Unicode Text="Unicode"/>
1743
      <OEM Text="OEM"/>
1744
      <DataOnly Text="Solo datos"/>
1745
    </Csv>
1746
    <Dbf Text="Exportar a DBF">
1747
      <File Text="DBF table"/>
1748
      <Codepage Text="Codepage"/>
1749
      <Default Text="Default"/>
1750
      <OEM Text="OEM"/>
1751
      <DataOnly Text="Data only"/>
1752
      <FieldNames Text="Field names (for example, Field1;Field2):"/>
1753
    </Dbf>
1754
    <Xml Text="Exportar a Excel">
1755
      <File Text="XML (Excel)..."/>
1756
    </Xml>
1757
    <Odt Text="Exportar a Open Office Writer">
1758
      <File Text="OpenOffice Writer..."/>
1759
    </Odt>
1760
    <Ods Text="Exportar a Open Office Calc">
1761
      <File Text="OpenOffice Calc..."/>
1762
    </Ods>
1763
    <Xlsx Text="Exportar a Excel 2007">
1764
      <File Text="Archivo Excel 2007..."/>
1765
    </Xlsx>
1766
    <Pptx Text="Exportar a PowerPoint 2007">
1767
      <File Text="Archivo PowerPoint 2007"/>
1768
    </Pptx>
1769
    <Docx Text="Exportar a Microsoft Word 2007">
1770
      <File Text="Archivo Microsoft Word 2007"/>
1771
    </Docx>
1772
    <Xps Text="Exportar a XPS">
1773
      <File Text="Microsoft XPS file"/>
1774
    </Xps>
1775
    <Pdf Text="Exportar a PDF">
1776
      <File Text="PDF Adobe Acrobat ..."/>
1777
      <Export Text="Exportar"/>
1778
      <Compressed Text="Compresión"/>
1779
      <EmbeddedFonts Text="Fuente Emblemas"/>
1780
      <Background Text="Fondo"/>
1781
      <PrintOptimized Text="Imprimir optimizado"/>
1782
      <Information Text="Información"/>
1783
      <DocumentInformation Text="Información del Documento"/>
1784
      <Title Text="Título"/>
1785
      <Author Text="Autor"/>
1786
      <Subject Text="Asunto"/>
1787
      <Keywords Text="Mensaje"/>
1788
      <Creator Text="Creador"/>
1789
      <Producer Text="Productor"/>
1790
      <Security Text="Seguridad"/>
1791
      <Authentification Text="Autenticación"/>
1792
      <OwnerPassword Text="Contraseña Dueño"/>
1793
      <UserPassword Text="Contraseña Usuario"/>
1794
      <Permissions Text="Permisos"/>
1795
      <PrintTheDocument Text="Imprimir el documento"/>
1796
      <ModifyTheDocument Text="Modificar el documento"/>
1797
      <CopyOfTextAndGraphics Text="Copiar textos y graficos"/>
1798
      <AddOrModifyTextAnnotations Text="Agregar o modifcar anotaciones"/>
1799
      <Viewer Text="Diseño"/>
1800
      <ViewerPreferences Text="Propiedades del diseño"/>
1801
      <HideToolbar Text="Ocultar Barra"/>
1802
      <HideMenubar Text="Ocultar Barra de menús"/>
1803
      <HideWindowUserInterface Text="Ocultar ventana de usuario"/>
1804
      <FitWindow Text="Ajustar a ventana"/>
1805
      <CenterWindow Text="Centrar Ventana"/>
1806
      <PrintScaling Text="Imprimir en escala"/>
1807
      <PrintAfterOpenOfDocument Text="Imprimir el documentos despues de abrir"/>
1808
      <Outline Text="Ocultar Lineas"/>
1809
    </Pdf>
1810
    <Html Text="Exportar a HTML">
1811
      <File Text="Archivo HTML..."/>
1812
      <MHTFile Text="Archivo MHT"/>
1813
      <Format Text="Formato"/>
1814
      <SinglePage Text="Página Simple"/>
1815
      <SubFolder Text="Sub-Capeta"/>
1816
      <Navigator Text="Navegador"/>
1817
      <Layers Text="Capas"/>
1818
      <Total Text="Total"/>
1819
      <First Text="&lt;&lt;"/>
1820
      <Last Text="&gt;&gt;"/>
1821
      <Prev Text="&lt;"/>
1822
      <Next Text="&gt;"/>
1823
    </Html>
1824
    <Mht Text="Exportar a MHT (web-archive)">
1825
      <File Text="MHT file (web-archive)"/>
1826
    </Mht>
1827
    <Email Text="Enviar por E-mail">
1828
      <Email Text="E-mail"/>
1829
      <Account Text="Cuenta"/>
1830
      <Address Text="Destino:"/>
1831
      <Subject Text="Asunto:"/>
1832
      <Message Text="Mensaje:"/>
1833
      <Attachment Text="Adjuntar:"/>
1834
      <Settings Text="Adquirir..."/>
1835
      <Name Text="Nombre:"/>
1836
      <Template Text="Mensaje:"/>
1837
      <Host Text="Host:"/>
1838
      <Port Text="Pueto:"/>
1839
      <UserName Text="Usuario:"/>
1840
      <Password Text="Contraseña:"/>
1841
      <AddressError Text="La dirección no puede estar vacia"/>
1842
      <HostError Text="El host no puede estar en vacia"/>
1843
      <SendingEmail Text="Enviando email - {0} Kb"/>
1844
      <EnableSSL Text="Habilitar SSL"/>
1845
    </Email>
1846
  </Export>
1847
  <Web>
1848
    <Print Text="Imprimr"/>
1849
    <Export Text="Exportar"/>
1850
    <Zoom Text="Zoom"/>
1851
    <Refresh Text="Actualizar"/>
1852
  </Web>
1853
  <Properties>
1854
    <Categories>
1855
      <Appearance Text="Apariencia"/>
1856
      <Behavior Text="Comportamiento"/>
1857
      <Build Text="Crear"/>
1858
      <Data Text="Datos"/>
1859
      <Design Text="Diseño"/>
1860
      <Designer Text="Diseñar"/>
1861
      <Email Text="Email"/>
1862
      <Engine Text="Engine"/>
1863
      <Events Text="Eventos"/>
1864
      <Hierarchy Text="Herencia"/>
1865
      <Layout Text="Diseño"/>
1866
      <Misc Text="Varios"/>
1867
      <Navigation Text="Navegación"/>
1868
      <Paper Text="Papel"/>
1869
      <Preview Text="Vista preliminar"/>
1870
      <Print Text="Imprimir"/>
1871
      <Report Text="Informe"/>
1872
      <Script Text="Script"/>
1873
      <Toolbars Text="Barras de herramientas"/>
1874
      <UI Text="UI"/>
1875
    </Categories>
1876
  </Properties>
1877
</Language>
1878

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.