Commit 6ca3ad01 authored by Maxim Kadushkin's avatar Maxim Kadushkin

Merge branch 'develop'

parents 842fcaed 4ce4fdae
......@@ -63,7 +63,10 @@ define([
'<div class="slider multi-slider-gradient">',
'<div class="track"></div>',
'<% _.each(items, function(item) { %>',
'<div class="thumb img-commonctrl" style=""></div>',
'<div class="thumb img-commonctrl" style="">',
'<div class="thumb-top"></div>',
'<div class="thumb-bottom"></div>',
'</div>',
'<% }); %>',
'</div>'
].join('')),
......@@ -98,6 +101,7 @@ define([
me.thumbs[i].thumb.on('dblclick', null, function() {
me.trigger('thumbdblclick', me);
});
me.thumbs[i].thumbcolor = me.thumbs[i].thumb.find('> div');
}
if (me.styleStr!=='') {
......@@ -118,6 +122,7 @@ define([
setColorValue: function(color, index) {
var ind = (index!==undefined) ? index : this.currentThumb;
this.colorValues[ind] = color;
this.thumbs[ind].thumbcolor.css('background-color', color);
this.changeGradientStyle();
},
......
......@@ -114,6 +114,7 @@ define([
createExternalEditor.apply(this);
}
this.isExternalEditorVisible = true;
this.isHandlerCalled = false;
}, this),
'hide': _.bind(function(cmp){
if (externalEditor) {
......@@ -138,6 +139,8 @@ define([
},
handler: function(result, value) {
if (this.isHandlerCalled) return;
this.isHandlerCalled = true;
externalEditor && externalEditor.serviceCommand('queryClose',{mr:result});
return true;
},
......
......@@ -4,10 +4,41 @@
.thumb {
top: 18px;
background-position: @multislide-thumb-offset-x @multislide-thumb-offset-y;
background: none;
&.active {
background-position: @multislide-thumb-offset-x @multislide-thumb-offset-y - 30px;
.thumb-top {
position: absolute;
top: 2px;
left: 2px;
width: 9px;
height: 9px;
background-color: #ffffff;
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
border-top: solid 1px @gray-darker;
border-left: solid 1px @gray-darker;
border-radius: 0 3px;
box-sizing: content-box;
}
.thumb-bottom {
position: absolute;
top: 6px;
left: 1px;
width: 10px;
height: 8px;
background-color: #ffffff;
border: solid 1px @gray-darker;
border-top: none;
border-radius: 2px;
box-sizing: content-box;
}
&.active .thumb-bottom {
border-bottom-width: 2px;
}
}
......
......@@ -217,6 +217,7 @@
"DE.Controllers.Main.errorMailMergeLoadFile": "Fehler beim Laden\t",
"DE.Controllers.Main.errorMailMergeSaveFile": "Merge ist fehlgeschlagen.",
"DE.Controllers.Main.errorProcessSaveResult": "Speichern ist fehlgeschlagen.\n",
"DE.Controllers.Main.errorServerVersion": "Editor-Version wurde aktualisiert. Die Seite wird neu geladen, um die Änderungen zu übernehmen.",
"DE.Controllers.Main.errorSessionAbsolute": "Die Bearbeitungssitzung des Dokumentes ist abgelaufen. Laden Sie die Seite neu.",
"DE.Controllers.Main.errorSessionIdle": "Das Dokument wurde lange nicht bearbeitet. Laden Sie die Seite neu.",
"DE.Controllers.Main.errorSessionToken": "Die Verbindung zum Server wurde unterbrochen. Laden Sie die Seite neu.",
......@@ -268,6 +269,7 @@
"DE.Controllers.Main.textStrict": "Formaler Modus",
"DE.Controllers.Main.textTryUndoRedo": "Undo/Redo Optionen sind für den halbformalen Zusammenbearbeitungsmodus deaktiviert.<br>Klicken Sie auf den Button \"Formaler Modus\", um den formalen Zusammenbearbeitungsmodus zu aktivieren, um die Datei, ohne Störungen anderer Benutzer zu bearbeiten und die Änderungen erst nachdem Sie sie gespeichert haben, zu senden. Sie können zwischen den Zusammenbearbeitungsmodi mit der Hilfe der erweiterten Einstellungen von Editor umschalten.",
"DE.Controllers.Main.titleLicenseExp": "Lizenz ist abgelaufen",
"DE.Controllers.Main.titleServerVersion": "Editor wurde aktualisiert",
"DE.Controllers.Main.titleUpdateVersion": "Version wurde geändert",
"DE.Controllers.Main.txtArt": "Hier den Text eingeben",
"DE.Controllers.Main.txtBasicShapes": "Standardformen",
......
......@@ -141,7 +141,14 @@
"Common.Views.ExternalMergeEditor.textTitle": "Receptores de Fusión de Correo",
"Common.Views.Header.openNewTabText": "Abrir en pestaña nueva",
"Common.Views.Header.textBack": "Ir a Documentos",
"Common.Views.History.textHistoryHeader": "Volver a Documento",
"Common.Views.Header.txtHeaderDeveloper": "MODO DE DESARROLLO",
"Common.Views.Header.txtRename": "Renombrar",
"Common.Views.History.textCloseHistory": "Cerrar historial",
"Common.Views.History.textHide": "Plegar",
"Common.Views.History.textHideAll": "Ocultar cambios detallados",
"Common.Views.History.textRestore": "Restaurar",
"Common.Views.History.textShow": "Desplegar",
"Common.Views.History.textShowAll": "Mostrar cambios detallados",
"Common.Views.ImageFromUrlDialog.cancelButtonText": "Cancelar",
"Common.Views.ImageFromUrlDialog.okButtonText": "Aceptar",
"Common.Views.ImageFromUrlDialog.textUrl": "Pegar URL de imagen:",
......@@ -158,13 +165,17 @@
"Common.Views.OpenDialog.cancelButtonText": "Cancelar",
"Common.Views.OpenDialog.okButtonText": "Aceptar",
"Common.Views.OpenDialog.txtEncoding": "Codificación",
"Common.Views.OpenDialog.txtPassword": "Password",
"Common.Views.OpenDialog.txtPassword": "Contraseña",
"Common.Views.OpenDialog.txtTitle": "Elegir opciones de %1",
"Common.Views.OpenDialog.txtTitleProtected": "Protected File",
"Common.Views.PluginDlg.textLoading": "Loading",
"Common.Views.OpenDialog.txtTitleProtected": "Archivo protegido",
"Common.Views.PluginDlg.textLoading": "Cargando",
"Common.Views.Plugins.strPlugins": "Plugins",
"Common.Views.Plugins.textLoading": "Loading",
"Common.Views.Plugins.textStart": "Start",
"Common.Views.Plugins.textLoading": "Cargando",
"Common.Views.Plugins.textStart": "Iniciar",
"Common.Views.RenameDialog.cancelButtonText": "Cancelar",
"Common.Views.RenameDialog.okButtonText": "Aceptar",
"Common.Views.RenameDialog.textName": "Nombre de archivo",
"Common.Views.RenameDialog.txtInvalidName": "El nombre de archivo no debe contener los símbolos siguientes:",
"Common.Views.ReviewChanges.txtAccept": "Aceptar",
"Common.Views.ReviewChanges.txtAcceptAll": "Aceptar Todos los Cambios",
"Common.Views.ReviewChanges.txtAcceptCurrent": "Aceptar Cambios Actuales",
......@@ -185,7 +196,6 @@
"DE.Controllers.LeftMenu.warnDownloadAs": "Si sigue guardando en este formato todas las características a excepción del texto se perderán.<br> ¿Está seguro de que quiere continuar?",
"DE.Controllers.Main.applyChangesTextText": "Cargando cambios...",
"DE.Controllers.Main.applyChangesTitleText": "Cargando cambios",
"DE.Controllers.Main.convertationErrorText": "Fallo de conversión.",
"DE.Controllers.Main.convertationTimeoutText": "Tiempo de conversión está superado.",
"DE.Controllers.Main.criticalErrorExtText": "Pulse \"OK\" para regresar al documento.",
"DE.Controllers.Main.criticalErrorTitle": "Error",
......@@ -195,6 +205,7 @@
"DE.Controllers.Main.downloadMergeTitle": "Descargando",
"DE.Controllers.Main.downloadTextText": "Cargando documento...",
"DE.Controllers.Main.downloadTitleText": "Cargando documento",
"DE.Controllers.Main.errorAccessDeny": "Usted no tiene permisos para realizar la acción que está intentando hacer.<br> Por favor, contacte con el Administrador del Servidor de Documentos.",
"DE.Controllers.Main.errorCoAuthoringDisconnect": "Se ha perdido la conexión con servidor. El documento no puede ser editado ahora.",
"DE.Controllers.Main.errorConnectToServer": "No se pudo guardar el documento. Por favor, compruebe la configuración de conexión o póngase en contacto con el administrador.<br>Al hacer clic en el botón \"Aceptar\", se le pedirá que descargue el documento.<br> Encuentre más información acerca de la conexión Servidor de Documentos<a href=\"https://api.onlyoffice.com/editors/callback\" target=\"_blank\">here</a>",
"DE.Controllers.Main.errorDatabaseConnection": "Error externo.<br>Error de conexión de base de datos. Por favor póngase en contacto con soporte si el error se mantiene.",
......@@ -206,11 +217,17 @@
"DE.Controllers.Main.errorMailMergeLoadFile": "Error de carga",
"DE.Controllers.Main.errorMailMergeSaveFile": "Error de fusión.",
"DE.Controllers.Main.errorProcessSaveResult": "Problemas al guardar",
"DE.Controllers.Main.errorServerVersion": "La versión del editor ha sido actualizada. La página será recargada para aplicar los cambios.",
"DE.Controllers.Main.errorSessionAbsolute": "Sesión de editar el documento ha expirado. Por favor, recargue la página.",
"DE.Controllers.Main.errorSessionIdle": "El documento no ha sido editado durante bastante tiempo. Por favor, recargue la página.",
"DE.Controllers.Main.errorSessionToken": "Conexión al servidor ha sido interrumpido. Por favor, recargue la página.",
"DE.Controllers.Main.errorStockChart": "Orden de las filas incorrecto. Para crear un gráfico de cotizaciones introduzca los datos en la hoja de la forma siguiente:<br> precio de apertura, precio máximo, precio mínimo, precio de cierre.",
"DE.Controllers.Main.errorToken": "El token de seguridad de documento tiene un formato incorrecto.<br>Por favor, contacte con el Administrador del Servidor de Documentos.",
"DE.Controllers.Main.errorTokenExpire": "El token de seguridad de documento ha sido expirado.<br>Por favor, contacte con el Administrador del Servidor de Documentos.",
"DE.Controllers.Main.errorUpdateVersion": "Se ha cambiado la versión del archivo. La página será actualizada.",
"DE.Controllers.Main.errorUserDrop": "No se puede acceder al archivo ahora.",
"DE.Controllers.Main.errorUsersExceed": "El número de usuarios permitido según su plan de precios fue excedido",
"DE.Controllers.Main.errorViewerDisconnect": "Connection is lost. You can still view the document,<br>but will not be able to download or print until the connection is restored.",
"DE.Controllers.Main.errorViewerDisconnect": "Se pierde la conexión. Usted todavía puede visualizar el documento,<br> pero no puede descargar o imprimirlo hasta que la conexión sea restaurada.",
"DE.Controllers.Main.leavePageText": "Hay cambios no guardados en este documento. Haga clic en 'Permanecer en esta página', después 'Guardar' para guardarlos. Haga clic en 'Abandonar esta página' para descartar todos los cambios no guardados.",
"DE.Controllers.Main.loadFontsTextText": "Cargando datos...",
"DE.Controllers.Main.loadFontsTitleText": "Cargando datos",
......@@ -225,7 +242,7 @@
"DE.Controllers.Main.mailMergeLoadFileText": "Cargando fuente de datos...",
"DE.Controllers.Main.mailMergeLoadFileTitle": "Cargando fuente de datos",
"DE.Controllers.Main.notcriticalErrorTitle": "Aviso",
"DE.Controllers.Main.openErrorText": "An error has occurred while opening the file",
"DE.Controllers.Main.openErrorText": "Se ha producido un error al abrir el archivo ",
"DE.Controllers.Main.openTextText": "Abriendo documento...",
"DE.Controllers.Main.openTitleText": "Abriendo documento",
"DE.Controllers.Main.printTextText": "Imprimiendo documento...",
......@@ -233,7 +250,7 @@
"DE.Controllers.Main.reloadButtonText": "Recargar página",
"DE.Controllers.Main.requestEditFailedMessageText": "Alguien está editando este documento en este momento. Por favor, inténtelo de nuevo más tarde.",
"DE.Controllers.Main.requestEditFailedTitleText": "Acceso negado",
"DE.Controllers.Main.saveErrorText": "An error has occurred while saving the file",
"DE.Controllers.Main.saveErrorText": "Se ha producido un error al guardar el archivo ",
"DE.Controllers.Main.savePreparingText": "Preparando para guardar",
"DE.Controllers.Main.savePreparingTitle": "Preparando para guardar.Espere por favor...",
"DE.Controllers.Main.saveTextText": "Guardando documento...",
......@@ -244,14 +261,15 @@
"DE.Controllers.Main.splitMaxColsErrorText": "El número de columnas debe ser menos que %1.",
"DE.Controllers.Main.splitMaxRowsErrorText": "El número de filas debe ser menos que %1.",
"DE.Controllers.Main.textAnonymous": "Anónimo",
"DE.Controllers.Main.textBuyNow": "Visit website",
"DE.Controllers.Main.textBuyNow": "Visitar sitio web",
"DE.Controllers.Main.textCloseTip": "Pulse para cerrar el consejo",
"DE.Controllers.Main.textContactUs": "Contact sales",
"DE.Controllers.Main.textContactUs": "Contactar con equipo de ventas",
"DE.Controllers.Main.textLoadingDocument": "Cargando documento",
"DE.Controllers.Main.textNoLicenseTitle": "ONLYOFFICE open source version",
"DE.Controllers.Main.textNoLicenseTitle": "Versión de código abierto de ONLYOFFICE",
"DE.Controllers.Main.textStrict": "Modo estricto",
"DE.Controllers.Main.textTryUndoRedo": "Las funciones Anular/Rehacer se desactivan para el modo co-edición rápido.<br>Haga Clic en el botón \"modo estricto\" para cambiar al modo de co-edición estricta para editar el archivo sin la interferencia de otros usuarios y enviar sus cambios sólo después de guardarlos. Se puede cambiar entre los modos de co-edición usando los ajustes avanzados de edición.",
"DE.Controllers.Main.titleLicenseExp": "License expired",
"DE.Controllers.Main.titleLicenseExp": "Licencia ha expirado",
"DE.Controllers.Main.titleServerVersion": "Editor ha sido actualizado",
"DE.Controllers.Main.titleUpdateVersion": "Versión ha cambiado",
"DE.Controllers.Main.txtArt": "Su texto aquí",
"DE.Controllers.Main.txtBasicShapes": "Formas básicas",
......@@ -279,13 +297,14 @@
"DE.Controllers.Main.uploadImageTitleText": "Subiendo imagen",
"DE.Controllers.Main.warnBrowserIE9": "Este aplicación tiene baja capacidad en IE9. Utilice IE10 o superior",
"DE.Controllers.Main.warnBrowserZoom": "La configuración actual de zoom de su navegador no está soportada por completo. Por favor restablezca zoom predeterminado pulsando Ctrl+0.",
"DE.Controllers.Main.warnLicenseExp": "Your license has expired.<br>Please update your license and refresh the page.",
"DE.Controllers.Main.warnNoLicense": "You are using an open source version of ONLYOFFICE. The version has limitations for concurrent connections to the document server (20 connections at a time).<br>If you need more please consider purchasing a commercial license.",
"DE.Controllers.Main.warnLicenseExp": "Su licencia ha expirado.<br>Por favor, actualice su licencia y después recargue la página.",
"DE.Controllers.Main.warnNoLicense": "Usted está usando la versión de código abierto de ONLYOFFICE. Esta versión tiene limitaciones respecto a la cantidad de conexiones concurrentes al servidor de documentos (20 conexiones simultáneamente).<br>Si se requiere más, considere la posibilidad de adquirir la licencia comercial.",
"DE.Controllers.Main.warnProcessRightsChange": "El derecho de edición del archivo es denegado",
"DE.Controllers.Statusbar.textHasChanges": "Nuevos cambios han sido encontrado",
"DE.Controllers.Statusbar.textTrackChanges": "El documento se abre con el modo de cambio de pista activado",
"DE.Controllers.Statusbar.zoomText": "Zoom {0}%",
"DE.Controllers.Toolbar.confirmAddFontName": "El tipo de letra que usted va a guardar no está disponible en este dispositivo. <br>El estilo de letra se mostrará usando uno de los tipos de letra del dispositivo, el tipo de letra guardado va a usarse cuando esté disponible.<br>¿Desea continuar?",
"DE.Controllers.Toolbar.confirmDeleteFootnotes": "¿Usted desea eliminar todas las notas a pie de página?",
"DE.Controllers.Toolbar.notcriticalErrorTitle": "Aviso",
"DE.Controllers.Toolbar.textAccent": "Acentos",
"DE.Controllers.Toolbar.textBracket": "Paréntesis",
......@@ -621,13 +640,13 @@
"DE.Controllers.Toolbar.txtSymbol_xsi": "Csi",
"DE.Controllers.Toolbar.txtSymbol_zeta": "Dseda",
"DE.Views.ChartSettings.textAdvanced": "Mostrar ajustes avanzados",
"DE.Views.ChartSettings.textArea": "Gráfico de área",
"DE.Views.ChartSettings.textBar": "Gráfico de barras",
"DE.Views.ChartSettings.textArea": "Área",
"DE.Views.ChartSettings.textBar": "Barra",
"DE.Views.ChartSettings.textChartType": "Cambiar tipo de gráfico",
"DE.Views.ChartSettings.textColumn": "Gráfico de columnas",
"DE.Views.ChartSettings.textEditData": "Editar datos",
"DE.Views.ChartSettings.textHeight": "Altura",
"DE.Views.ChartSettings.textLine": "Gráfico de líneas",
"DE.Views.ChartSettings.textLine": "Línea",
"DE.Views.ChartSettings.textOriginalSize": "Tamaño Predeterminado",
"DE.Views.ChartSettings.textPie": "Gráfico circular",
"DE.Views.ChartSettings.textPoint": "Gráfico de Punto",
......@@ -859,6 +878,7 @@
"DE.Views.DropcapSettingsAdvanced.tipFontName": "Nombre de letra",
"DE.Views.DropcapSettingsAdvanced.txtNoBorders": "Sin bordes",
"DE.Views.FileMenu.btnBackCaption": "Ir a Documentos",
"DE.Views.FileMenu.btnCloseMenuCaption": "Cerrar menú",
"DE.Views.FileMenu.btnCreateNewCaption": "Crear nuevo",
"DE.Views.FileMenu.btnDownloadCaption": "Descargar como...",
"DE.Views.FileMenu.btnHelpCaption": "Ayuda...",
......@@ -866,6 +886,7 @@
"DE.Views.FileMenu.btnInfoCaption": "Info sobre documento...",
"DE.Views.FileMenu.btnPrintCaption": "Imprimir",
"DE.Views.FileMenu.btnRecentFilesCaption": "Abrir reciente...",
"DE.Views.FileMenu.btnRenameCaption": "Renombrar...",
"DE.Views.FileMenu.btnReturnCaption": "Volver a Documento",
"DE.Views.FileMenu.btnRightsCaption": "Derechos de acceso...",
"DE.Views.FileMenu.btnSaveAsCaption": "Guardar como",
......@@ -920,8 +941,8 @@
"DE.Views.FileMenuPanels.Settings.textMinute": "Cada minuto",
"DE.Views.FileMenuPanels.Settings.txtAll": "Ver todo",
"DE.Views.FileMenuPanels.Settings.txtCm": "Centímetro",
"DE.Views.FileMenuPanels.Settings.txtFitPage": "Fit to Page",
"DE.Views.FileMenuPanels.Settings.txtFitWidth": "Fit to Width",
"DE.Views.FileMenuPanels.Settings.txtFitPage": "Ajustar a la página",
"DE.Views.FileMenuPanels.Settings.txtFitWidth": "Ajustar al ancho",
"DE.Views.FileMenuPanels.Settings.txtInch": "Pulgada",
"DE.Views.FileMenuPanels.Settings.txtInput": "Entrada alternativa",
"DE.Views.FileMenuPanels.Settings.txtLast": "Ver últimos",
......@@ -956,8 +977,8 @@
"DE.Views.HyperlinkSettingsDialog.txtEmpty": "Este campo es obligatorio",
"DE.Views.HyperlinkSettingsDialog.txtNotUrl": "Este campo debe ser URL en el formato \"http://www.example.com\"",
"DE.Views.ImageSettings.textAdvanced": "Mostrar ajustes avanzados",
"DE.Views.ImageSettings.textEdit": "Edit",
"DE.Views.ImageSettings.textEditObject": "Edit Object",
"DE.Views.ImageSettings.textEdit": "Editar",
"DE.Views.ImageSettings.textEditObject": "Editar objeto",
"DE.Views.ImageSettings.textFromFile": "De archivo",
"DE.Views.ImageSettings.textFromUrl": "De URL",
"DE.Views.ImageSettings.textHeight": "Altura",
......@@ -978,6 +999,10 @@
"DE.Views.ImageSettingsAdvanced.strMargins": "Márgenes interiores",
"DE.Views.ImageSettingsAdvanced.textAbsoluteWH": "Absoluto",
"DE.Views.ImageSettingsAdvanced.textAlignment": "Alineación",
"DE.Views.ImageSettingsAdvanced.textAlt": "Texto alternativo",
"DE.Views.ImageSettingsAdvanced.textAltDescription": "Descripción",
"DE.Views.ImageSettingsAdvanced.textAltTip": "Representación de texto alternativa de la información sobre el objeto visual, que se leerá para las personas con deficiencia visual o deterioro cognitivo para ayudarles a entender mejor, que información contiene la imagen, autoforma, gráfica o tabla.",
"DE.Views.ImageSettingsAdvanced.textAltTitle": "Título",
"DE.Views.ImageSettingsAdvanced.textArrows": "Flechas",
"DE.Views.ImageSettingsAdvanced.textAspectRatio": "Bloquear relación de aspecto",
"DE.Views.ImageSettingsAdvanced.textBeginSize": "Tamaño inicial",
......@@ -1097,6 +1122,25 @@
"DE.Views.MailMergeSettings.txtPrev": "a registro anterior",
"DE.Views.MailMergeSettings.txtUntitled": "Sin título",
"DE.Views.MailMergeSettings.warnProcessMailMerge": "Imposible empezar fusión",
"DE.Views.NoteSettingsDialog.textApply": "Aplicar",
"DE.Views.NoteSettingsDialog.textApplyTo": "Aplicar cambios a",
"DE.Views.NoteSettingsDialog.textCancel": "Cancelar",
"DE.Views.NoteSettingsDialog.textContinue": "Continua",
"DE.Views.NoteSettingsDialog.textCustom": "Símbolo especial",
"DE.Views.NoteSettingsDialog.textDocument": "Todo el documento",
"DE.Views.NoteSettingsDialog.textEachPage": "Reiniciar cada página",
"DE.Views.NoteSettingsDialog.textEachSection": "Reiniciar cada sección",
"DE.Views.NoteSettingsDialog.textFootnote": "Nota a pie de página",
"DE.Views.NoteSettingsDialog.textFormat": "Formato",
"DE.Views.NoteSettingsDialog.textInsert": "Insertar",
"DE.Views.NoteSettingsDialog.textLocation": "Ubicación",
"DE.Views.NoteSettingsDialog.textNumbering": "Numeración",
"DE.Views.NoteSettingsDialog.textNumFormat": "Formato de número",
"DE.Views.NoteSettingsDialog.textPageBottom": "Al pie de la página",
"DE.Views.NoteSettingsDialog.textSection": "Sección actual",
"DE.Views.NoteSettingsDialog.textStart": "Empezar con",
"DE.Views.NoteSettingsDialog.textTextBottom": "Bajo el texto",
"DE.Views.NoteSettingsDialog.textTitle": "Ajustes de las notas a pie de página",
"DE.Views.PageMarginsDialog.cancelButtonText": "Cancelar",
"DE.Views.PageMarginsDialog.notcriticalErrorTitle": "Aviso",
"DE.Views.PageMarginsDialog.okButtonText": "Aceptar",
......@@ -1196,7 +1240,7 @@
"DE.Views.ShapeSettings.strSize": "Tamaño",
"DE.Views.ShapeSettings.strStroke": "Trazo",
"DE.Views.ShapeSettings.strTransparency": "Opacidad ",
"DE.Views.ShapeSettings.strType": "Type",
"DE.Views.ShapeSettings.strType": "Tipo",
"DE.Views.ShapeSettings.textAdvanced": "Mostrar ajustes avanzados",
"DE.Views.ShapeSettings.textBorderSizeErr": "El valor numérico es incorrecto.<br>Por favor, introduzca un valor de 0 a 1584 puntos.",
"DE.Views.ShapeSettings.textColor": "Color de relleno",
......@@ -1317,6 +1361,10 @@
"DE.Views.TableSettingsAdvanced.textAlign": "Alineación",
"DE.Views.TableSettingsAdvanced.textAlignment": "Alineación",
"DE.Views.TableSettingsAdvanced.textAllowSpacing": "Espacio entre celdas",
"DE.Views.TableSettingsAdvanced.textAlt": "Texto alternativo",
"DE.Views.TableSettingsAdvanced.textAltDescription": "Descripción",
"DE.Views.TableSettingsAdvanced.textAltTip": "Representación de texto alternativa de la información sobre el objeto visual, que se leerá para las personas con deficiencia visual o deterioro cognitivo para ayudarles a entender mejor, que información contiene la imagen, autoforma, gráfica o tabla.",
"DE.Views.TableSettingsAdvanced.textAltTitle": "Título",
"DE.Views.TableSettingsAdvanced.textAnchorText": "Texto",
"DE.Views.TableSettingsAdvanced.textAutofit": "Cambiar tamaño automáticamente para ajustar a contenido",
"DE.Views.TableSettingsAdvanced.textBackColor": "Fondo de celda",
......@@ -1388,7 +1436,7 @@
"DE.Views.TextArtSettings.strSize": "Tamaño",
"DE.Views.TextArtSettings.strStroke": "Trazo",
"DE.Views.TextArtSettings.strTransparency": "Opacidad ",
"DE.Views.TextArtSettings.strType": "Type",
"DE.Views.TextArtSettings.strType": "Tipo",
"DE.Views.TextArtSettings.textBorderSizeErr": "El valor numérico es incorrecto.<br>Por favor, introduzca un valor de 0 a 1584 puntos.",
"DE.Views.TextArtSettings.textColor": "Color Fill",
"DE.Views.TextArtSettings.textDirection": "Dirección ",
......@@ -1404,6 +1452,7 @@
"DE.Views.TextArtSettings.textTransform": "Transformar",
"DE.Views.TextArtSettings.txtNoBorders": "Sin línea",
"DE.Views.Toolbar.mniCustomTable": "Insertar tabla personalizada",
"DE.Views.Toolbar.mniDelFootnote": "Eliminar todas las notas al pie de página",
"DE.Views.Toolbar.mniEditDropCap": "Ajustes de letra capital",
"DE.Views.Toolbar.mniEditFooter": "Editar pie de página",
"DE.Views.Toolbar.mniEditHeader": "Editar encabezado",
......@@ -1411,12 +1460,15 @@
"DE.Views.Toolbar.mniHiddenChars": "Caracteres no imprimibles",
"DE.Views.Toolbar.mniImageFromFile": "Imagen de archivo",
"DE.Views.Toolbar.mniImageFromUrl": "Imagen de URL",
"DE.Views.Toolbar.mniInsFootnote": "Insertar nota a pie de página",
"DE.Views.Toolbar.mniNoteSettings": "Ajustes de las notas a pie de página",
"DE.Views.Toolbar.strMenuNoFill": "Sin relleno",
"DE.Views.Toolbar.textArea": "Área",
"DE.Views.Toolbar.textAutoColor": "Automático",
"DE.Views.Toolbar.textBar": "Gráfico de barras",
"DE.Views.Toolbar.textBold": "Negrita",
"DE.Views.Toolbar.textBottom": "Inferior: ",
"DE.Views.Toolbar.textCharts": "Gráficos",
"DE.Views.Toolbar.textColumn": "Gráfico de columnas",
"DE.Views.Toolbar.textColumnsLeft": "Izquierdo",
"DE.Views.Toolbar.textColumnsOne": "Uno",
......@@ -1428,11 +1480,13 @@
"DE.Views.Toolbar.textEvenPage": "Página par",
"DE.Views.Toolbar.textFitPage": "Ajustar a la página",
"DE.Views.Toolbar.textFitWidth": "Ajustar a ancho",
"DE.Views.Toolbar.textGotoFootnote": "Pasar a las notas a pie de página",
"DE.Views.Toolbar.textHideLines": "Ocultar reglas",
"DE.Views.Toolbar.textHideStatusBar": "Ocultar barra de estado",
"DE.Views.Toolbar.textHideTitleBar": "Ocultar barra de título",
"DE.Views.Toolbar.textInMargin": "En margen",
"DE.Views.Toolbar.textInsColumnBreak": "Insertar Grieta de Columna",
"DE.Views.Toolbar.textInsertPageCount": "Insertar el número de páginas",
"DE.Views.Toolbar.textInsertPageNumber": "Insertar número de página",
"DE.Views.Toolbar.textInsPageBreak": "Insertar salto de página",
"DE.Views.Toolbar.textInsSectionBreak": "Insertar salto de sección",
......@@ -1440,7 +1494,7 @@
"DE.Views.Toolbar.textInsTextArt": "Insertar Texto de Arte",
"DE.Views.Toolbar.textInText": "En texto",
"DE.Views.Toolbar.textItalic": "Cursiva",
"DE.Views.Toolbar.textLandscape": "Landscape",
"DE.Views.Toolbar.textLandscape": "Horizontal",
"DE.Views.Toolbar.textLeft": "Izquierdo: ",
"DE.Views.Toolbar.textLine": "Gráfico de líneas",
"DE.Views.Toolbar.textMarginsLast": "último personalizado",
......@@ -1457,7 +1511,7 @@
"DE.Views.Toolbar.textPageSizeCustom": "Tamaño de página personalizado",
"DE.Views.Toolbar.textPie": "Gráfico circular",
"DE.Views.Toolbar.textPoint": "Gráfico de Punto",
"DE.Views.Toolbar.textPortrait": "Portrait",
"DE.Views.Toolbar.textPortrait": "Vertical",
"DE.Views.Toolbar.textRight": "Derecho: ",
"DE.Views.Toolbar.textStock": "De cotizaciones",
"DE.Views.Toolbar.textStrikeout": "Tachado",
......@@ -1480,6 +1534,7 @@
"DE.Views.Toolbar.tipAlignLeft": "Alinear a la izquierda",
"DE.Views.Toolbar.tipAlignRight": "Alinear a la derecha",
"DE.Views.Toolbar.tipBack": "Atrás",
"DE.Views.Toolbar.tipChangeChart": "Cambiar tipo de gráfico",
"DE.Views.Toolbar.tipClearStyle": "Borrar estilo",
"DE.Views.Toolbar.tipColorSchemas": "Cambiar combinación de colores",
"DE.Views.Toolbar.tipColumns": "Insertar columnas",
......@@ -1509,6 +1564,7 @@
"DE.Views.Toolbar.tipMarkers": "Viñetas",
"DE.Views.Toolbar.tipMultilevels": "Esquema",
"DE.Views.Toolbar.tipNewDocument": "Nuevo documento",
"DE.Views.Toolbar.tipNotes": "Notas a pie de página",
"DE.Views.Toolbar.tipNumbers": "Numeración",
"DE.Views.Toolbar.tipOpenDocument": "Abrir documento",
"DE.Views.Toolbar.tipPageBreak": "Insertar salto de página o de sección",
......
......@@ -217,6 +217,7 @@
"DE.Controllers.Main.errorMailMergeLoadFile": "Échec du chargement",
"DE.Controllers.Main.errorMailMergeSaveFile": "Fusionner échoué.",
"DE.Controllers.Main.errorProcessSaveResult": "Échec de l'enregistrement",
"DE.Controllers.Main.errorServerVersion": "La version de l'éditeur a été mise à jour. La page sera rechargée pour appliquer les modifications.",
"DE.Controllers.Main.errorSessionAbsolute": "La session de la modification de document a expiré.Veuillez recharger la page.",
"DE.Controllers.Main.errorSessionIdle": "Le document n'est pas modifié depuis longtemps. Veuillez recharger la page.",
"DE.Controllers.Main.errorSessionToken": "La connexion au serveur a été interrompue. Veuillez recharger la page.",
......@@ -268,6 +269,7 @@
"DE.Controllers.Main.textStrict": "Mode strict",
"DE.Controllers.Main.textTryUndoRedo": "Les fonctions annuler/rétablir sont désactivées pour le mode de co-édition rapide.<br>Cliquez sur le bouton \"Mode strict\" pour passer au mode de la co-édition stricte pour modifier le fichier sans interférence d'autres utilisateurs et envoyer vos modifications seulement après que vous les enregistrez. Vous pouvez basculer entre les modes de co-édition à l'aide de paramètres avancés d'éditeur.",
"DE.Controllers.Main.titleLicenseExp": "Licence expirée",
"DE.Controllers.Main.titleServerVersion": "L'éditeur est mis à jour",
"DE.Controllers.Main.titleUpdateVersion": "Version a été modifiée",
"DE.Controllers.Main.txtArt": "Votre texte ici",
"DE.Controllers.Main.txtBasicShapes": "Formes de base",
......@@ -726,7 +728,7 @@
"DE.Views.DocumentHolder.spellcheckText": "Vérification orthographique",
"DE.Views.DocumentHolder.splitCellsText": "Fractionner la cellule...",
"DE.Views.DocumentHolder.splitCellTitleText": "Fractionner la cellule",
"DE.Views.DocumentHolder.styleText": "Formatage de style",
"DE.Views.DocumentHolder.styleText": "En tant que style",
"DE.Views.DocumentHolder.tableText": "Tableau",
"DE.Views.DocumentHolder.textAlign": "Aligner",
"DE.Views.DocumentHolder.textArrange": "Organiser",
......@@ -829,7 +831,7 @@
"DE.Views.DocumentHolder.txtTopAndBottom": "Haut et bas",
"DE.Views.DocumentHolder.txtUnderbar": "Barre en dessous d'un texte",
"DE.Views.DocumentHolder.txtUngroup": "Dissocier",
"DE.Views.DocumentHolder.updateStyleText": "Mise à jour %1 de style",
"DE.Views.DocumentHolder.updateStyleText": "Mettre à jour le style %1 ",
"DE.Views.DocumentHolder.vertAlignText": "Alignement vertical",
"DE.Views.DropcapSettingsAdvanced.cancelButtonText": "Annuler",
"DE.Views.DropcapSettingsAdvanced.okButtonText": "OK",
......@@ -840,7 +842,7 @@
"DE.Views.DropcapSettingsAdvanced.textAtLeast": "Au moins ",
"DE.Views.DropcapSettingsAdvanced.textAuto": "Auto",
"DE.Views.DropcapSettingsAdvanced.textBackColor": "Couleur d'arrière-plan",
"DE.Views.DropcapSettingsAdvanced.textBorderColor": "Couleur de la bordure",
"DE.Views.DropcapSettingsAdvanced.textBorderColor": "Couleur",
"DE.Views.DropcapSettingsAdvanced.textBorderDesc": "Cliquez sur le diagramme ou utilisez les boutons pour sélectionner les bordures",
"DE.Views.DropcapSettingsAdvanced.textBorderWidth": "Taille de bordure",
"DE.Views.DropcapSettingsAdvanced.textBottom": "En bas",
......@@ -1188,15 +1190,15 @@
"DE.Views.ParagraphSettingsAdvanced.strStrike": "Biffés",
"DE.Views.ParagraphSettingsAdvanced.strSubscript": "Indice",
"DE.Views.ParagraphSettingsAdvanced.strSuperscript": "Exposant",
"DE.Views.ParagraphSettingsAdvanced.strTabs": "Onglet",
"DE.Views.ParagraphSettingsAdvanced.strTabs": "Tabulation",
"DE.Views.ParagraphSettingsAdvanced.textAlign": "Alignement",
"DE.Views.ParagraphSettingsAdvanced.textBackColor": "Couleur d'arrière-plan",
"DE.Views.ParagraphSettingsAdvanced.textBorderColor": "Couleur de la bordure",
"DE.Views.ParagraphSettingsAdvanced.textBorderColor": "Couleur",
"DE.Views.ParagraphSettingsAdvanced.textBorderDesc": "Cliquez sur le diagramme ou utilisez les boutons pour sélectionner les bordures et appliquez le style choisi",
"DE.Views.ParagraphSettingsAdvanced.textBorderWidth": "Taille de bordure",
"DE.Views.ParagraphSettingsAdvanced.textBottom": "En bas",
"DE.Views.ParagraphSettingsAdvanced.textCharacterSpacing": "Espacement des caractères",
"DE.Views.ParagraphSettingsAdvanced.textDefault": "Onglet par défaut",
"DE.Views.ParagraphSettingsAdvanced.textDefault": "Par défaut",
"DE.Views.ParagraphSettingsAdvanced.textEffects": "Effets",
"DE.Views.ParagraphSettingsAdvanced.textLeft": "A gauche",
"DE.Views.ParagraphSettingsAdvanced.textNewColor": "Couleur personnalisée",
......@@ -1208,7 +1210,7 @@
"DE.Views.ParagraphSettingsAdvanced.textSpacing": "Espacement",
"DE.Views.ParagraphSettingsAdvanced.textTabCenter": "Centre",
"DE.Views.ParagraphSettingsAdvanced.textTabLeft": "A gauche",
"DE.Views.ParagraphSettingsAdvanced.textTabPosition": "Position d'onglet",
"DE.Views.ParagraphSettingsAdvanced.textTabPosition": "Position",
"DE.Views.ParagraphSettingsAdvanced.textTabRight": "A droite",
"DE.Views.ParagraphSettingsAdvanced.textTitle": "Paragraphe - Paramètres avancés",
"DE.Views.ParagraphSettingsAdvanced.textTop": "En haut",
......@@ -1303,7 +1305,7 @@
"DE.Views.Statusbar.txAccessRights": "Changer les droits d'accès",
"DE.Views.Statusbar.txtPageNumInvalid": "Numéro de page non valide",
"DE.Views.StyleTitleDialog.textHeader": "Créer un nouveau style",
"DE.Views.StyleTitleDialog.textNextStyle": "Style de paragraphe suivant",
"DE.Views.StyleTitleDialog.textNextStyle": "Style du nouveau paragraphe",
"DE.Views.StyleTitleDialog.textTitle": "Titre",
"DE.Views.StyleTitleDialog.txtEmpty": "Ce champ est obligatoire",
"DE.Views.StyleTitleDialog.txtNotEmpty": "Le champ ne doit pas être vide",
......@@ -1367,7 +1369,7 @@
"DE.Views.TableSettingsAdvanced.textAutofit": "Redimensionner automatiquement pour ajuster au contenu",
"DE.Views.TableSettingsAdvanced.textBackColor": "Fond de la cellule",
"DE.Views.TableSettingsAdvanced.textBelow": "en dessous",
"DE.Views.TableSettingsAdvanced.textBorderColor": "Couleur de la bordure",
"DE.Views.TableSettingsAdvanced.textBorderColor": "Couleur",
"DE.Views.TableSettingsAdvanced.textBorderDesc": "Cliquez sur le diagramme ou utilisez les boutons pour sélectionner bordures et appliquez le style choisi",
"DE.Views.TableSettingsAdvanced.textBordersBackgroung": "Bordures et arrière-plan",
"DE.Views.TableSettingsAdvanced.textBorderWidth": "Taille de bordure",
......@@ -1515,10 +1517,10 @@
"DE.Views.Toolbar.textStrikeout": "Barré",
"DE.Views.Toolbar.textStyleMenuDelete": "Supprimer le style",
"DE.Views.Toolbar.textStyleMenuDeleteAll": "Supprimer tous les styles personnalisés",
"DE.Views.Toolbar.textStyleMenuNew": "Nouveau style de la sélection",
"DE.Views.Toolbar.textStyleMenuRestore": "Rétablir les options par défaut",
"DE.Views.Toolbar.textStyleMenuRestoreAll": "Restaurer tous styles par défaut",
"DE.Views.Toolbar.textStyleMenuUpdate": "Mise à jour de la sélection",
"DE.Views.Toolbar.textStyleMenuNew": "Nouveau style à partir du fragment sélectionné",
"DE.Views.Toolbar.textStyleMenuRestore": "Restaurer les paramètres par défaut",
"DE.Views.Toolbar.textStyleMenuRestoreAll": "Restaurer tous les styles par défaut",
"DE.Views.Toolbar.textStyleMenuUpdate": "Mettre à jour selon la sélection",
"DE.Views.Toolbar.textSubscript": "Indice",
"DE.Views.Toolbar.textSuperscript": "Exposant",
"DE.Views.Toolbar.textTitleError": "Erreur",
......
......@@ -217,6 +217,7 @@
"DE.Controllers.Main.errorMailMergeLoadFile": "Сбой при загрузке",
"DE.Controllers.Main.errorMailMergeSaveFile": "Не удалось выполнить слияние.",
"DE.Controllers.Main.errorProcessSaveResult": "Сбой при сохранении.",
"DE.Controllers.Main.errorServerVersion": "Версия редактора была обновлена. Страница будет перезагружена, чтобы применить изменения.",
"DE.Controllers.Main.errorSessionAbsolute": "Время сеанса редактирования документа истекло. Пожалуйста, обновите страницу.",
"DE.Controllers.Main.errorSessionIdle": "Документ долгое время не редактировался. Пожалуйста, обновите страницу.",
"DE.Controllers.Main.errorSessionToken": "Подключение к серверу было прервано. Пожалуйста, обновите страницу.",
......@@ -268,6 +269,7 @@
"DE.Controllers.Main.textStrict": "Строгий режим",
"DE.Controllers.Main.textTryUndoRedo": "Функции отмены и повтора действий отключены в Быстром режиме совместного редактирования.<br>Нажмите на кнопку 'Строгий режим' для переключения в Строгий режим совместного редактирования, чтобы редактировать файл без вмешательства других пользователей и отправлять изменения только после того, как вы их сохраните. Переключаться между режимами совместного редактирования можно с помощью Дополнительных параметров редактора.",
"DE.Controllers.Main.titleLicenseExp": "Истек срок действия лицензии",
"DE.Controllers.Main.titleServerVersion": "Редактор обновлен",
"DE.Controllers.Main.titleUpdateVersion": "Версия изменилась",
"DE.Controllers.Main.txtArt": "Введите ваш текст",
"DE.Controllers.Main.txtBasicShapes": "Основные фигуры",
......@@ -301,7 +303,7 @@
"DE.Controllers.Statusbar.textHasChanges": "Отслежены новые изменения",
"DE.Controllers.Statusbar.textTrackChanges": "Документ открыт при включенном режиме отслеживания изменений",
"DE.Controllers.Statusbar.zoomText": "Масштаб {0}%",
"DE.Controllers.Toolbar.confirmAddFontName": "Шрифт, который вы собираетесь сохранить, недоступен на этом устройстве.<br>Стиль текста будет отображаться с использованием одного из системных шрифтов; сохраненный шрифт будет использоваться, когда он будет доступен.<br>Вы хотите продолжить?",
"DE.Controllers.Toolbar.confirmAddFontName": "Шрифт, который вы хотите сохранить, недоступен на этом устройстве.<br>Стиль текста будет отображаться с помощью одного из системных шрифтов. Сохраненный шрифт будет использоваться, когда он станет доступен.<br>Вы хотите продолжить?",
"DE.Controllers.Toolbar.confirmDeleteFootnotes": "Вы хотите удалить все сноски?",
"DE.Controllers.Toolbar.notcriticalErrorTitle": "Внимание",
"DE.Controllers.Toolbar.textAccent": "Диакритические знаки",
......
......@@ -131,6 +131,7 @@
"PE.Controllers.Main.errorKeyEncrypt": "Unbekannter Schlüsseldeskriptor",
"PE.Controllers.Main.errorKeyExpire": "Der Schlüsseldeskriptor ist abgelaufen",
"PE.Controllers.Main.errorProcessSaveResult": "Speichern ist fehlgeschlagen.\n",
"PE.Controllers.Main.errorServerVersion": "Editor-Version wurde aktualisiert. Die Seite wird neu geladen, um die Änderungen zu übernehmen.",
"PE.Controllers.Main.errorSessionAbsolute": "Die Bearbeitungssitzung des Dokumentes ist abgelaufen. Laden Sie die Seite neu.",
"PE.Controllers.Main.errorSessionIdle": "Das Dokument wurde lange nicht bearbeitet. Laden Sie die Seite neu.",
"PE.Controllers.Main.errorSessionToken": "Die Verbindung zum Server wurde unterbrochen. Laden Sie die Seite neu.",
......@@ -181,6 +182,7 @@
"PE.Controllers.Main.textStrict": "Formaler Modus",
"PE.Controllers.Main.textTryUndoRedo": "Undo/Redo Optionen sind für den halbformalen Zusammenbearbeitungsmodus deaktiviert.<br>Klicken Sie auf den Button \"Formaler Modus\", um den formalen Zusammenbearbeitungsmodus zu aktivieren, um die Datei, ohne Störungen anderer Benutzer zu bearbeiten und die Änderungen erst nachdem Sie sie gespeichert haben, zu senden. Sie können zwischen den Zusammenbearbeitungsmodi mit der Hilfe der erweiterten Einstellungen von Editor umschalten.",
"PE.Controllers.Main.titleLicenseExp": "Lizenz ist abgelaufen",
"PE.Controllers.Main.titleServerVersion": "Editor wurde aktualisiert",
"PE.Controllers.Main.txtArt": "Hier den Text eingeben",
"PE.Controllers.Main.txtBasicShapes": "Standardformen",
"PE.Controllers.Main.txtButtons": "Buttons",
......
......@@ -28,8 +28,8 @@
"Common.UI.SearchDialog.txtBtnReplaceAll": "Reemplazar todo",
"Common.UI.SynchronizeTip.textDontShow": "No volver a mostrar este mensaje",
"Common.UI.SynchronizeTip.textSynchronize": "El documento ha sido cambiado por otro usuario.<br/>Por favor haga clic para guardar sus cambios y recargue las actualizaciones.",
"Common.UI.ThemeColorPalette.textStandartColors": "Colores estándar",
"Common.UI.ThemeColorPalette.textThemeColors": "Colores de tema",
"Common.UI.ThemeColorPalette.textStandartColors": "Standard Colors",
"Common.UI.ThemeColorPalette.textThemeColors": "Theme Colors",
"Common.UI.Window.cancelButtonText": "Cancelar",
"Common.UI.Window.closeButtonText": "Cerrar",
"Common.UI.Window.noButtonText": "No",
......@@ -80,6 +80,8 @@
"Common.Views.ExternalDiagramEditor.textTitle": "Editor de gráfico",
"Common.Views.Header.openNewTabText": "Abrir en pestaña nueva",
"Common.Views.Header.textBack": "Ir a Documentos",
"Common.Views.Header.txtHeaderDeveloper": "DEVELOPER MODE",
"Common.Views.Header.txtRename": "Rename",
"Common.Views.ImageFromUrlDialog.cancelButtonText": "Cancelar",
"Common.Views.ImageFromUrlDialog.okButtonText": "Aceptar",
"Common.Views.ImageFromUrlDialog.textUrl": "Pegar URL de imagen:",
......@@ -93,16 +95,25 @@
"Common.Views.InsertTableDialog.txtMinText": "El valor mínimo para este campo es {0}.",
"Common.Views.InsertTableDialog.txtRows": "Número de filas",
"Common.Views.InsertTableDialog.txtTitle": "Tamaño de tabla",
"Common.Views.OpenDialog.cancelButtonText": "Cancel",
"Common.Views.OpenDialog.okButtonText": "OK",
"Common.Views.OpenDialog.txtEncoding": "Encoding ",
"Common.Views.OpenDialog.txtPassword": "Password",
"Common.Views.OpenDialog.txtTitle": "Choose %1 options",
"Common.Views.OpenDialog.txtTitleProtected": "Protected File",
"Common.Views.PluginDlg.textLoading": "Loading",
"Common.Views.Plugins.strPlugins": "Plugins",
"Common.Views.Plugins.textLoading": "Loading",
"Common.Views.Plugins.textStart": "Start",
"Common.Views.RenameDialog.cancelButtonText": "Cancel",
"Common.Views.RenameDialog.okButtonText": "Ok",
"Common.Views.RenameDialog.textName": "File name",
"Common.Views.RenameDialog.txtInvalidName": "The file name cannot contain any of the following characters: ",
"PE.Controllers.LeftMenu.newDocumentTitle": "Presentación sin nombre",
"PE.Controllers.LeftMenu.requestEditRightsText": "Solicitando derechos de edición...",
"PE.Controllers.LeftMenu.textNoTextFound": "No se puede encontrar los datos que usted busca. Por favor, ajuste los parámetros de búsqueda.",
"PE.Controllers.Main.applyChangesTextText": "Cargando datos...",
"PE.Controllers.Main.applyChangesTitleText": "Cargando datos",
"PE.Controllers.Main.convertationErrorText": "Fallo de conversión.",
"PE.Controllers.Main.convertationTimeoutText": "Tiempo de conversión está superado.",
"PE.Controllers.Main.criticalErrorExtText": "Pulse \"OK\" para regresar a la lista de documentos.",
"PE.Controllers.Main.criticalErrorTitle": "Error",
......@@ -110,6 +121,7 @@
"PE.Controllers.Main.downloadErrorText": "Error de descarga.",
"PE.Controllers.Main.downloadTextText": "Descargando presentación...",
"PE.Controllers.Main.downloadTitleText": "Descargando presentación",
"PE.Controllers.Main.errorAccessDeny": "You are trying to perform an action you do not have rights for.<br>Please contact your Document Server administrator.",
"PE.Controllers.Main.errorCoAuthoringDisconnect": "Se ha perdido la conexión con servidor. El documento no puede ser editado ahora.",
"PE.Controllers.Main.errorConnectToServer": "No se pudo guardar el documento. Por favor, compruebe la configuración de conexión o póngase en contacto con el administrador.<br>Al hacer clic en el botón \"Aceptar\", se le pedirá que descargue el documento.<br> Encuentre más información acerca de la conexión con Servidor de Documentos<a href=\"https://api.onlyoffice.com/editors/callback\" target=\"_blank\">here</a>",
"PE.Controllers.Main.errorDatabaseConnection": "Error externo.<br>Error de conexión de base de datos. Por favor póngase en contacto con soporte si el error se mantiene.",
......@@ -119,7 +131,13 @@
"PE.Controllers.Main.errorKeyEncrypt": "Descriptor de clave desconocido",
"PE.Controllers.Main.errorKeyExpire": "Descriptor de clave ha expirado",
"PE.Controllers.Main.errorProcessSaveResult": "Problemas al guardar",
"PE.Controllers.Main.errorServerVersion": "The editor version has been updated. The page will be reloaded to apply the changes.",
"PE.Controllers.Main.errorSessionAbsolute": "The document editing session has expired. Please reload the page.",
"PE.Controllers.Main.errorSessionIdle": "The document has not been edited for quite a long time. Please reload the page.",
"PE.Controllers.Main.errorSessionToken": "The connection to the server has been interrupted. Please reload the page.",
"PE.Controllers.Main.errorStockChart": "Orden de las filas incorrecto. Para crear un gráfico de cotizaciones introduzca los datos en la hoja de tal modo:<br> precio de apertura, precio máximo, precio mínimo, precio de cierre.",
"PE.Controllers.Main.errorToken": "The document security token is not correctly formed.<br>Please contact your Document Server administrator.",
"PE.Controllers.Main.errorTokenExpire": "The document security token has expired.<br>Please contact your Document Server administrator.",
"PE.Controllers.Main.errorUpdateVersion": "Se ha cambiado la versión del archivo. La página será actualizada.",
"PE.Controllers.Main.errorUserDrop": "No se puede acceder al archivo ahora.",
"PE.Controllers.Main.errorUsersExceed": "El número de usuarios permitido según su plan de precios fue excedido",
......@@ -164,6 +182,7 @@
"PE.Controllers.Main.textStrict": "Modo estricto",
"PE.Controllers.Main.textTryUndoRedo": "Las funciones Anular/Rehacer se desactivan para el modo co-edición rápido.<br>Haga Clic en el botón \"modo estricto\" para cambiar al modo de co-edición estricta para editar el archivo sin la interferencia de otros usuarios y enviar sus cambios sólo después de guardarlos. Se puede cambiar entre los modos de co-edición usando los ajustes avanzados de edición.",
"PE.Controllers.Main.titleLicenseExp": "License expired",
"PE.Controllers.Main.titleServerVersion": "Editor updated",
"PE.Controllers.Main.txtArt": "Su texto aquí",
"PE.Controllers.Main.txtBasicShapes": "Formas básicas",
"PE.Controllers.Main.txtButtons": "Botones",
......@@ -226,13 +245,342 @@
"PE.Controllers.Main.warnBrowserIE9": "Este aplicación tiene baja capacidad en IE9. Utilice IE10 o superior",
"PE.Controllers.Main.warnBrowserZoom": "La configuración actual de zoom de su navegador no está soportada por completo. Por favor restablezca zoom predeterminado pulsando Ctrl+0.",
"PE.Controllers.Main.warnLicenseExp": "Your license has expired.<br>Please update your license and refresh the page.",
"PE.Controllers.Main.warnNoLicense": "You are using an open source version of ONLYOFFICE. The version has limitations for concurrent connections to the document server (20 connections at a time).<br>If you need more please consider purchasing a commercial license.",
"PE.Controllers.Main.warnNoLicense": "La licencia ha expirado o no ha sido encontrada. No puede editar archivos.<br>Haga clic en el botón 'Comprar ahora' para comprar una licencia Enterprise Edition o ´Contactar con nosotros´ si usa Intergration Edition.",
"PE.Controllers.Main.warnProcessRightsChange": "El derecho de edición del archivo es denegado.",
"PE.Controllers.Statusbar.zoomText": "Zoom {0}%",
"PE.Controllers.Toolbar.confirmAddFontName": "El tipo de letra que usted va a guardar no está disponible en este dispositivo.<br>El estilo de letra se mostrará usando uno de los tipos de letra del dispositivo, el tipo de letra guardado va a usarse cuando esté disponible.<br>¿Desea continuar?",
"PE.Controllers.Toolbar.textAccent": "Accents",
"PE.Controllers.Toolbar.textBracket": "Brackets",
"PE.Controllers.Toolbar.textEmptyImgUrl": "Hay que especificar URL de imagen",
"PE.Controllers.Toolbar.textFontSizeErr": "El valor introducido es incorrecto.<br>Por favor, introduzca un valor numérico entre 1 y 100",
"PE.Controllers.Toolbar.textFraction": "Fractions",
"PE.Controllers.Toolbar.textFunction": "Functions",
"PE.Controllers.Toolbar.textIntegral": "Integrals",
"PE.Controllers.Toolbar.textLargeOperator": "Large Operators",
"PE.Controllers.Toolbar.textLimitAndLog": "Limits And Logarithms",
"PE.Controllers.Toolbar.textMatrix": "Matrices",
"PE.Controllers.Toolbar.textOperator": "Operators",
"PE.Controllers.Toolbar.textRadical": "Radicals",
"PE.Controllers.Toolbar.textScript": "Scripts",
"PE.Controllers.Toolbar.textSymbols": "Symbols",
"PE.Controllers.Toolbar.textWarning": "Aviso",
"PE.Controllers.Toolbar.txtAccent_Accent": "Acute",
"PE.Controllers.Toolbar.txtAccent_ArrowD": "Right-Left Arrow Above",
"PE.Controllers.Toolbar.txtAccent_ArrowL": "Leftwards Arrow Above",
"PE.Controllers.Toolbar.txtAccent_ArrowR": "Rightwards Arrow Above",
"PE.Controllers.Toolbar.txtAccent_Bar": "Bar",
"PE.Controllers.Toolbar.txtAccent_BarBot": "Underbar",
"PE.Controllers.Toolbar.txtAccent_BarTop": "Overbar",
"PE.Controllers.Toolbar.txtAccent_BorderBox": "Boxed Formula (With Placeholder)",
"PE.Controllers.Toolbar.txtAccent_BorderBoxCustom": "Boxed Formula(Example)",
"PE.Controllers.Toolbar.txtAccent_Check": "Check",
"PE.Controllers.Toolbar.txtAccent_CurveBracketBot": "Underbrace",
"PE.Controllers.Toolbar.txtAccent_CurveBracketTop": "Overbrace",
"PE.Controllers.Toolbar.txtAccent_Custom_1": "Vector A",
"PE.Controllers.Toolbar.txtAccent_Custom_2": "ABC With Overbar",
"PE.Controllers.Toolbar.txtAccent_Custom_3": "x XOR y With Overbar",
"PE.Controllers.Toolbar.txtAccent_DDDot": "Triple Dot",
"PE.Controllers.Toolbar.txtAccent_DDot": "Double Dot",
"PE.Controllers.Toolbar.txtAccent_Dot": "Dot",
"PE.Controllers.Toolbar.txtAccent_DoubleBar": "Double Overbar",
"PE.Controllers.Toolbar.txtAccent_Grave": "Grave",
"PE.Controllers.Toolbar.txtAccent_GroupBot": "Grouping Character Below",
"PE.Controllers.Toolbar.txtAccent_GroupTop": "Grouping Character Above",
"PE.Controllers.Toolbar.txtAccent_HarpoonL": "Leftwards Harpoon Above",
"PE.Controllers.Toolbar.txtAccent_HarpoonR": "Rightwards Harpoon Above",
"PE.Controllers.Toolbar.txtAccent_Hat": "Hat",
"PE.Controllers.Toolbar.txtAccent_Smile": "Breve",
"PE.Controllers.Toolbar.txtAccent_Tilde": "Tilde",
"PE.Controllers.Toolbar.txtBracket_Angle": "Brackets",
"PE.Controllers.Toolbar.txtBracket_Angle_Delimiter_2": "Brackets with Separators",
"PE.Controllers.Toolbar.txtBracket_Angle_Delimiter_3": "Brackets with Separators",
"PE.Controllers.Toolbar.txtBracket_Angle_NoneOpen": "Single Bracket",
"PE.Controllers.Toolbar.txtBracket_Angle_OpenNone": "Single Bracket",
"PE.Controllers.Toolbar.txtBracket_Curve": "Brackets",
"PE.Controllers.Toolbar.txtBracket_Curve_Delimiter_2": "Brackets with Separators",
"PE.Controllers.Toolbar.txtBracket_Curve_NoneOpen": "Single Bracket",
"PE.Controllers.Toolbar.txtBracket_Curve_OpenNone": "Single Bracket",
"PE.Controllers.Toolbar.txtBracket_Custom_1": "Cases (Two Conditions)",
"PE.Controllers.Toolbar.txtBracket_Custom_2": "Cases (Three Conditions)",
"PE.Controllers.Toolbar.txtBracket_Custom_3": "Stack Object",
"PE.Controllers.Toolbar.txtBracket_Custom_4": "Stack Object",
"PE.Controllers.Toolbar.txtBracket_Custom_5": "Cases Example",
"PE.Controllers.Toolbar.txtBracket_Custom_6": "Binomial Coefficient",
"PE.Controllers.Toolbar.txtBracket_Custom_7": "Binomial Coefficient",
"PE.Controllers.Toolbar.txtBracket_Line": "Brackets",
"PE.Controllers.Toolbar.txtBracket_Line_NoneOpen": "Single Bracket",
"PE.Controllers.Toolbar.txtBracket_Line_OpenNone": "Single Bracket",
"PE.Controllers.Toolbar.txtBracket_LineDouble": "Brackets",
"PE.Controllers.Toolbar.txtBracket_LineDouble_NoneOpen": "Single Bracket",
"PE.Controllers.Toolbar.txtBracket_LineDouble_OpenNone": "Single Bracket",
"PE.Controllers.Toolbar.txtBracket_LowLim": "Brackets",
"PE.Controllers.Toolbar.txtBracket_LowLim_NoneNone": "Single Bracket",
"PE.Controllers.Toolbar.txtBracket_LowLim_OpenNone": "Single Bracket",
"PE.Controllers.Toolbar.txtBracket_Round": "Brackets",
"PE.Controllers.Toolbar.txtBracket_Round_Delimiter_2": "Brackets with Separators",
"PE.Controllers.Toolbar.txtBracket_Round_NoneOpen": "Single Bracket",
"PE.Controllers.Toolbar.txtBracket_Round_OpenNone": "Single Bracket",
"PE.Controllers.Toolbar.txtBracket_Square": "Brackets",
"PE.Controllers.Toolbar.txtBracket_Square_CloseClose": "Brackets",
"PE.Controllers.Toolbar.txtBracket_Square_CloseOpen": "Brackets",
"PE.Controllers.Toolbar.txtBracket_Square_NoneOpen": "Single Bracket",
"PE.Controllers.Toolbar.txtBracket_Square_OpenNone": "Single Bracket",
"PE.Controllers.Toolbar.txtBracket_Square_OpenOpen": "Brackets",
"PE.Controllers.Toolbar.txtBracket_SquareDouble": "Brackets",
"PE.Controllers.Toolbar.txtBracket_SquareDouble_NoneOpen": "Single Bracket",
"PE.Controllers.Toolbar.txtBracket_SquareDouble_OpenNone": "Single Bracket",
"PE.Controllers.Toolbar.txtBracket_UppLim": "Brackets",
"PE.Controllers.Toolbar.txtBracket_UppLim_NoneOpen": "Single Bracket",
"PE.Controllers.Toolbar.txtBracket_UppLim_OpenNone": "Single Bracket",
"PE.Controllers.Toolbar.txtFractionDiagonal": "Skewed Fraction",
"PE.Controllers.Toolbar.txtFractionDifferential_1": "Differential",
"PE.Controllers.Toolbar.txtFractionDifferential_2": "Differential",
"PE.Controllers.Toolbar.txtFractionDifferential_3": "Differential",
"PE.Controllers.Toolbar.txtFractionDifferential_4": "Differential",
"PE.Controllers.Toolbar.txtFractionHorizontal": "Linear Fraction",
"PE.Controllers.Toolbar.txtFractionPi_2": "Pi Over 2",
"PE.Controllers.Toolbar.txtFractionSmall": "Small Fraction",
"PE.Controllers.Toolbar.txtFractionVertical": "Stacked Fraction",
"PE.Controllers.Toolbar.txtFunction_1_Cos": "Inverse Cosine Function",
"PE.Controllers.Toolbar.txtFunction_1_Cosh": "Hyperbolic Inverse Cosine Function",
"PE.Controllers.Toolbar.txtFunction_1_Cot": "Inverse Cotangent Function",
"PE.Controllers.Toolbar.txtFunction_1_Coth": "Hyperbolic Inverse Cotangent Function",
"PE.Controllers.Toolbar.txtFunction_1_Csc": "Inverse Cosecant Function",
"PE.Controllers.Toolbar.txtFunction_1_Csch": "Hyperbolic Inverse Cosecant Function",
"PE.Controllers.Toolbar.txtFunction_1_Sec": "Inverse Secant Function",
"PE.Controllers.Toolbar.txtFunction_1_Sech": "Hyperbolic Inverse Secant Function",
"PE.Controllers.Toolbar.txtFunction_1_Sin": "Inverse Sine Function",
"PE.Controllers.Toolbar.txtFunction_1_Sinh": "Hyperbolic Inverse Sine Function",
"PE.Controllers.Toolbar.txtFunction_1_Tan": "Inverse Tangent Function",
"PE.Controllers.Toolbar.txtFunction_1_Tanh": "Hyperbolic Inverse Tangent Function",
"PE.Controllers.Toolbar.txtFunction_Cos": "Cosine Function",
"PE.Controllers.Toolbar.txtFunction_Cosh": "Hyperbolic Cosine Function",
"PE.Controllers.Toolbar.txtFunction_Cot": "Cotangent Function",
"PE.Controllers.Toolbar.txtFunction_Coth": "Hyperbolic Cotangent Function",
"PE.Controllers.Toolbar.txtFunction_Csc": "Cosecant Function",
"PE.Controllers.Toolbar.txtFunction_Csch": "Hyperbolic Cosecant Function",
"PE.Controllers.Toolbar.txtFunction_Custom_1": "Sine theta",
"PE.Controllers.Toolbar.txtFunction_Custom_2": "Cos 2x",
"PE.Controllers.Toolbar.txtFunction_Custom_3": "Tangent formula",
"PE.Controllers.Toolbar.txtFunction_Sec": "Secant Function",
"PE.Controllers.Toolbar.txtFunction_Sech": "Hyperbolic Secant Function",
"PE.Controllers.Toolbar.txtFunction_Sin": "Sine Function",
"PE.Controllers.Toolbar.txtFunction_Sinh": "Hyperbolic Sine Function",
"PE.Controllers.Toolbar.txtFunction_Tan": "Tangent Function",
"PE.Controllers.Toolbar.txtFunction_Tanh": "Hyperbolic Tangent Function",
"PE.Controllers.Toolbar.txtIntegral": "Integral",
"PE.Controllers.Toolbar.txtIntegral_dtheta": "Differential theta",
"PE.Controllers.Toolbar.txtIntegral_dx": "Differential x",
"PE.Controllers.Toolbar.txtIntegral_dy": "Differential y",
"PE.Controllers.Toolbar.txtIntegralCenterSubSup": "Integral",
"PE.Controllers.Toolbar.txtIntegralDouble": "Double Integral",
"PE.Controllers.Toolbar.txtIntegralDoubleCenterSubSup": "Double Integral",
"PE.Controllers.Toolbar.txtIntegralDoubleSubSup": "Double Integral",
"PE.Controllers.Toolbar.txtIntegralOriented": "Contour Integral",
"PE.Controllers.Toolbar.txtIntegralOrientedCenterSubSup": "Contour Integral",
"PE.Controllers.Toolbar.txtIntegralOrientedDouble": "Surface Integral",
"PE.Controllers.Toolbar.txtIntegralOrientedDoubleCenterSubSup": "Surface Integral",
"PE.Controllers.Toolbar.txtIntegralOrientedDoubleSubSup": "Surface Integral",
"PE.Controllers.Toolbar.txtIntegralOrientedSubSup": "Contour Integral",
"PE.Controllers.Toolbar.txtIntegralOrientedTriple": "Volume Integral",
"PE.Controllers.Toolbar.txtIntegralOrientedTripleCenterSubSup": "Volume Integral",
"PE.Controllers.Toolbar.txtIntegralOrientedTripleSubSup": "Volume Integral",
"PE.Controllers.Toolbar.txtIntegralSubSup": "Integral",
"PE.Controllers.Toolbar.txtIntegralTriple": "Triple Integral",
"PE.Controllers.Toolbar.txtIntegralTripleCenterSubSup": "Triple Integral",
"PE.Controllers.Toolbar.txtIntegralTripleSubSup": "Triple Integral",
"PE.Controllers.Toolbar.txtLargeOperator_Conjunction": "Wedge",
"PE.Controllers.Toolbar.txtLargeOperator_Conjunction_CenterSub": "Wedge",
"PE.Controllers.Toolbar.txtLargeOperator_Conjunction_CenterSubSup": "Wedge",
"PE.Controllers.Toolbar.txtLargeOperator_Conjunction_Sub": "Wedge",
"PE.Controllers.Toolbar.txtLargeOperator_Conjunction_SubSup": "Wedge",
"PE.Controllers.Toolbar.txtLargeOperator_CoProd": "Co-Product",
"PE.Controllers.Toolbar.txtLargeOperator_CoProd_CenterSub": "Co-Product",
"PE.Controllers.Toolbar.txtLargeOperator_CoProd_CenterSubSup": "Co-Product",
"PE.Controllers.Toolbar.txtLargeOperator_CoProd_Sub": "Co-Product",
"PE.Controllers.Toolbar.txtLargeOperator_CoProd_SubSup": "Co-Product",
"PE.Controllers.Toolbar.txtLargeOperator_Custom_1": "Summation",
"PE.Controllers.Toolbar.txtLargeOperator_Custom_2": "Summation",
"PE.Controllers.Toolbar.txtLargeOperator_Custom_3": "Summation",
"PE.Controllers.Toolbar.txtLargeOperator_Custom_4": "Product",
"PE.Controllers.Toolbar.txtLargeOperator_Custom_5": "Union",
"PE.Controllers.Toolbar.txtLargeOperator_Disjunction": "Vee",
"PE.Controllers.Toolbar.txtLargeOperator_Disjunction_CenterSub": "Vee",
"PE.Controllers.Toolbar.txtLargeOperator_Disjunction_CenterSubSup": "Vee",
"PE.Controllers.Toolbar.txtLargeOperator_Disjunction_Sub": "Vee",
"PE.Controllers.Toolbar.txtLargeOperator_Disjunction_SubSup": "Vee",
"PE.Controllers.Toolbar.txtLargeOperator_Intersection": "Intersection",
"PE.Controllers.Toolbar.txtLargeOperator_Intersection_CenterSub": "Intersection",
"PE.Controllers.Toolbar.txtLargeOperator_Intersection_CenterSubSup": "Intersection",
"PE.Controllers.Toolbar.txtLargeOperator_Intersection_Sub": "Intersection",
"PE.Controllers.Toolbar.txtLargeOperator_Intersection_SubSup": "Intersection",
"PE.Controllers.Toolbar.txtLargeOperator_Prod": "Product",
"PE.Controllers.Toolbar.txtLargeOperator_Prod_CenterSub": "Product",
"PE.Controllers.Toolbar.txtLargeOperator_Prod_CenterSubSup": "Product",
"PE.Controllers.Toolbar.txtLargeOperator_Prod_Sub": "Product",
"PE.Controllers.Toolbar.txtLargeOperator_Prod_SubSup": "Product",
"PE.Controllers.Toolbar.txtLargeOperator_Sum": "Summation",
"PE.Controllers.Toolbar.txtLargeOperator_Sum_CenterSub": "Summation",
"PE.Controllers.Toolbar.txtLargeOperator_Sum_CenterSubSup": "Summation",
"PE.Controllers.Toolbar.txtLargeOperator_Sum_Sub": "Summation",
"PE.Controllers.Toolbar.txtLargeOperator_Sum_SubSup": "Summation",
"PE.Controllers.Toolbar.txtLargeOperator_Union": "Union",
"PE.Controllers.Toolbar.txtLargeOperator_Union_CenterSub": "Union",
"PE.Controllers.Toolbar.txtLargeOperator_Union_CenterSubSup": "Union",
"PE.Controllers.Toolbar.txtLargeOperator_Union_Sub": "Union",
"PE.Controllers.Toolbar.txtLargeOperator_Union_SubSup": "Union",
"PE.Controllers.Toolbar.txtLimitLog_Custom_1": "Limit Example",
"PE.Controllers.Toolbar.txtLimitLog_Custom_2": "Maximum Example",
"PE.Controllers.Toolbar.txtLimitLog_Lim": "Limit",
"PE.Controllers.Toolbar.txtLimitLog_Ln": "Natural Logarithm",
"PE.Controllers.Toolbar.txtLimitLog_Log": "Logarithm",
"PE.Controllers.Toolbar.txtLimitLog_LogBase": "Logarithm",
"PE.Controllers.Toolbar.txtLimitLog_Max": "Maximum",
"PE.Controllers.Toolbar.txtLimitLog_Min": "Minimum",
"PE.Controllers.Toolbar.txtMatrix_1_2": "1x2 Empty Matrix",
"PE.Controllers.Toolbar.txtMatrix_1_3": "1x3 Empty Matrix",
"PE.Controllers.Toolbar.txtMatrix_2_1": "2x1 Empty Matrix",
"PE.Controllers.Toolbar.txtMatrix_2_2": "2x2 Empty Matrix",
"PE.Controllers.Toolbar.txtMatrix_2_2_DLineBracket": "Empty Matrix with Brackets",
"PE.Controllers.Toolbar.txtMatrix_2_2_LineBracket": "Empty Matrix with Brackets",
"PE.Controllers.Toolbar.txtMatrix_2_2_RoundBracket": "Empty Matrix with Brackets",
"PE.Controllers.Toolbar.txtMatrix_2_2_SquareBracket": "Empty Matrix with Brackets",
"PE.Controllers.Toolbar.txtMatrix_2_3": "2x3 Empty Matrix",
"PE.Controllers.Toolbar.txtMatrix_3_1": "3x1 Empty Matrix",
"PE.Controllers.Toolbar.txtMatrix_3_2": "3x2 Empty Matrix",
"PE.Controllers.Toolbar.txtMatrix_3_3": "3x3 Empty Matrix",
"PE.Controllers.Toolbar.txtMatrix_Dots_Baseline": "Baseline Dots",
"PE.Controllers.Toolbar.txtMatrix_Dots_Center": "Midline Dots",
"PE.Controllers.Toolbar.txtMatrix_Dots_Diagonal": "Diagonal Dots",
"PE.Controllers.Toolbar.txtMatrix_Dots_Vertical": "Vertical Dots",
"PE.Controllers.Toolbar.txtMatrix_Flat_Round": "Sparse Matrix",
"PE.Controllers.Toolbar.txtMatrix_Flat_Square": "Sparse Matrix",
"PE.Controllers.Toolbar.txtMatrix_Identity_2": "2x2 Identity Matrix",
"PE.Controllers.Toolbar.txtMatrix_Identity_2_NoZeros": "3x3 Identity Matrix",
"PE.Controllers.Toolbar.txtMatrix_Identity_3": "3x3 Identity Matrix",
"PE.Controllers.Toolbar.txtMatrix_Identity_3_NoZeros": "3x3 Identity Matrix",
"PE.Controllers.Toolbar.txtOperator_ArrowD_Bot": "Right-Left Arrow Below",
"PE.Controllers.Toolbar.txtOperator_ArrowD_Top": "Right-Left Arrow Above",
"PE.Controllers.Toolbar.txtOperator_ArrowL_Bot": "Leftwards Arrow Below",
"PE.Controllers.Toolbar.txtOperator_ArrowL_Top": "Leftwards Arrow Above",
"PE.Controllers.Toolbar.txtOperator_ArrowR_Bot": "Rightwards Arrow Below",
"PE.Controllers.Toolbar.txtOperator_ArrowR_Top": "Rightwards Arrow Above",
"PE.Controllers.Toolbar.txtOperator_ColonEquals": "Colon Equal",
"PE.Controllers.Toolbar.txtOperator_Custom_1": "Yields",
"PE.Controllers.Toolbar.txtOperator_Custom_2": "Delta Yields",
"PE.Controllers.Toolbar.txtOperator_Definition": "Equal to By Definition",
"PE.Controllers.Toolbar.txtOperator_DeltaEquals": "Delta Equal To",
"PE.Controllers.Toolbar.txtOperator_DoubleArrowD_Bot": "Right-Left Arrow Below",
"PE.Controllers.Toolbar.txtOperator_DoubleArrowD_Top": "Right-Left Arrow Above",
"PE.Controllers.Toolbar.txtOperator_DoubleArrowL_Bot": "Leftwards Arrow Below",
"PE.Controllers.Toolbar.txtOperator_DoubleArrowL_Top": "Leftwards Arrow Above",
"PE.Controllers.Toolbar.txtOperator_DoubleArrowR_Bot": "Rightwards Arrow Below",
"PE.Controllers.Toolbar.txtOperator_DoubleArrowR_Top": "Rightwards Arrow Above",
"PE.Controllers.Toolbar.txtOperator_EqualsEquals": "Equal Equal",
"PE.Controllers.Toolbar.txtOperator_MinusEquals": "Minus Equal",
"PE.Controllers.Toolbar.txtOperator_PlusEquals": "Plus Equal",
"PE.Controllers.Toolbar.txtOperator_UnitOfMeasure": "Measured By",
"PE.Controllers.Toolbar.txtRadicalCustom_1": "Radical",
"PE.Controllers.Toolbar.txtRadicalCustom_2": "Radical",
"PE.Controllers.Toolbar.txtRadicalRoot_2": "Square Root With Degree",
"PE.Controllers.Toolbar.txtRadicalRoot_3": "Cubic Root",
"PE.Controllers.Toolbar.txtRadicalRoot_n": "Radical With Degree",
"PE.Controllers.Toolbar.txtRadicalSqrt": "Square Root",
"PE.Controllers.Toolbar.txtScriptCustom_1": "Script",
"PE.Controllers.Toolbar.txtScriptCustom_2": "Script",
"PE.Controllers.Toolbar.txtScriptCustom_3": "Script",
"PE.Controllers.Toolbar.txtScriptCustom_4": "Script",
"PE.Controllers.Toolbar.txtScriptSub": "Subscript",
"PE.Controllers.Toolbar.txtScriptSubSup": "Subscript-Superscript",
"PE.Controllers.Toolbar.txtScriptSubSupLeft": "LeftSubscript-Superscript",
"PE.Controllers.Toolbar.txtScriptSup": "Superscript",
"PE.Controllers.Toolbar.txtSymbol_about": "Approximately",
"PE.Controllers.Toolbar.txtSymbol_additional": "Complement",
"PE.Controllers.Toolbar.txtSymbol_aleph": "Alef",
"PE.Controllers.Toolbar.txtSymbol_alpha": "Alpha",
"PE.Controllers.Toolbar.txtSymbol_approx": "Almost Equal To",
"PE.Controllers.Toolbar.txtSymbol_ast": "Asterisk Operator",
"PE.Controllers.Toolbar.txtSymbol_beta": "Beta",
"PE.Controllers.Toolbar.txtSymbol_beth": "Bet",
"PE.Controllers.Toolbar.txtSymbol_bullet": "Bullet Operator",
"PE.Controllers.Toolbar.txtSymbol_cap": "Intersection",
"PE.Controllers.Toolbar.txtSymbol_cbrt": "Cube Root",
"PE.Controllers.Toolbar.txtSymbol_cdots": "Midline Horizontal Ellipsis",
"PE.Controllers.Toolbar.txtSymbol_celsius": "Degrees Celsius",
"PE.Controllers.Toolbar.txtSymbol_chi": "Chi",
"PE.Controllers.Toolbar.txtSymbol_cong": "Approximately Equal To",
"PE.Controllers.Toolbar.txtSymbol_cup": "Union",
"PE.Controllers.Toolbar.txtSymbol_ddots": "Down Right Diagonal Ellipsis",
"PE.Controllers.Toolbar.txtSymbol_degree": "Degrees",
"PE.Controllers.Toolbar.txtSymbol_delta": "Delta",
"PE.Controllers.Toolbar.txtSymbol_div": "Division Sign",
"PE.Controllers.Toolbar.txtSymbol_downarrow": "Down Arrow",
"PE.Controllers.Toolbar.txtSymbol_emptyset": "Empty Set",
"PE.Controllers.Toolbar.txtSymbol_epsilon": "Epsilon",
"PE.Controllers.Toolbar.txtSymbol_equals": "Equal",
"PE.Controllers.Toolbar.txtSymbol_equiv": "Identical To",
"PE.Controllers.Toolbar.txtSymbol_eta": "Eta",
"PE.Controllers.Toolbar.txtSymbol_exists": "There Exist",
"PE.Controllers.Toolbar.txtSymbol_factorial": "Factorial",
"PE.Controllers.Toolbar.txtSymbol_fahrenheit": "Degrees Fahrenheit",
"PE.Controllers.Toolbar.txtSymbol_forall": "For All",
"PE.Controllers.Toolbar.txtSymbol_gamma": "Gamma",
"PE.Controllers.Toolbar.txtSymbol_geq": "Greater Than or Equal To",
"PE.Controllers.Toolbar.txtSymbol_gg": "Much Greater Than",
"PE.Controllers.Toolbar.txtSymbol_greater": "Greater Than",
"PE.Controllers.Toolbar.txtSymbol_in": "Element Of",
"PE.Controllers.Toolbar.txtSymbol_inc": "Increment",
"PE.Controllers.Toolbar.txtSymbol_infinity": "Infinity",
"PE.Controllers.Toolbar.txtSymbol_iota": "Iota",
"PE.Controllers.Toolbar.txtSymbol_kappa": "Kappa",
"PE.Controllers.Toolbar.txtSymbol_lambda": "Lambda",
"PE.Controllers.Toolbar.txtSymbol_leftarrow": "Left Arrow",
"PE.Controllers.Toolbar.txtSymbol_leftrightarrow": "Left-Right Arrow",
"PE.Controllers.Toolbar.txtSymbol_leq": "Less Than or Equal To",
"PE.Controllers.Toolbar.txtSymbol_less": "Less Than",
"PE.Controllers.Toolbar.txtSymbol_ll": "Much Less Than",
"PE.Controllers.Toolbar.txtSymbol_minus": "Minus",
"PE.Controllers.Toolbar.txtSymbol_mp": "Minus Plus",
"PE.Controllers.Toolbar.txtSymbol_mu": "Mu",
"PE.Controllers.Toolbar.txtSymbol_nabla": "Nabla",
"PE.Controllers.Toolbar.txtSymbol_neq": "Not Equal To",
"PE.Controllers.Toolbar.txtSymbol_ni": "Contains as Member",
"PE.Controllers.Toolbar.txtSymbol_not": "Not Sign",
"PE.Controllers.Toolbar.txtSymbol_notexists": "There Does Not Exist",
"PE.Controllers.Toolbar.txtSymbol_nu": "Nu",
"PE.Controllers.Toolbar.txtSymbol_o": "Omicron",
"PE.Controllers.Toolbar.txtSymbol_omega": "Omega",
"PE.Controllers.Toolbar.txtSymbol_partial": "Partial Differential",
"PE.Controllers.Toolbar.txtSymbol_percent": "Percentage",
"PE.Controllers.Toolbar.txtSymbol_phi": "Phi",
"PE.Controllers.Toolbar.txtSymbol_pi": "Pi",
"PE.Controllers.Toolbar.txtSymbol_plus": "Plus",
"PE.Controllers.Toolbar.txtSymbol_pm": "Plus Minus",
"PE.Controllers.Toolbar.txtSymbol_propto": "Proportional To",
"PE.Controllers.Toolbar.txtSymbol_psi": "Psi",
"PE.Controllers.Toolbar.txtSymbol_qdrt": "Fourth Root",
"PE.Controllers.Toolbar.txtSymbol_qed": "End of Proof",
"PE.Controllers.Toolbar.txtSymbol_rddots": "Up Right Diagonal Ellipsis",
"PE.Controllers.Toolbar.txtSymbol_rho": "Rho",
"PE.Controllers.Toolbar.txtSymbol_rightarrow": "Right Arrow",
"PE.Controllers.Toolbar.txtSymbol_sigma": "Sigma",
"PE.Controllers.Toolbar.txtSymbol_sqrt": "Radical Sign",
"PE.Controllers.Toolbar.txtSymbol_tau": "Tau",
"PE.Controllers.Toolbar.txtSymbol_therefore": "Therefore",
"PE.Controllers.Toolbar.txtSymbol_theta": "Theta",
"PE.Controllers.Toolbar.txtSymbol_times": "Multiplication Sign",
"PE.Controllers.Toolbar.txtSymbol_uparrow": "Up Arrow",
"PE.Controllers.Toolbar.txtSymbol_upsilon": "Upsilon",
"PE.Controllers.Toolbar.txtSymbol_varepsilon": "Epsilon Variant",
"PE.Controllers.Toolbar.txtSymbol_varphi": "Phi Variant",
"PE.Controllers.Toolbar.txtSymbol_varpi": "Pi Variant",
"PE.Controllers.Toolbar.txtSymbol_varrho": "Rho Variant",
"PE.Controllers.Toolbar.txtSymbol_varsigma": "Sigma Variant",
"PE.Controllers.Toolbar.txtSymbol_vartheta": "Theta Variant",
"PE.Controllers.Toolbar.txtSymbol_vdots": "Vertical Ellipsis",
"PE.Controllers.Toolbar.txtSymbol_xsi": "Xi",
"PE.Controllers.Toolbar.txtSymbol_zeta": "Zeta",
"PE.Views.ChartSettings.textAdvanced": "Show advanced settings",
"PE.Views.ChartSettings.textArea": "Gráfico de área",
"PE.Views.ChartSettings.textBar": "Gráfico de barras",
"PE.Views.ChartSettings.textChartType": "Cambiar tipo de gráfico",
......@@ -247,17 +595,26 @@
"PE.Views.ChartSettings.textStock": "De cotizaciones",
"PE.Views.ChartSettings.textStyle": "Estilo",
"PE.Views.ChartSettings.textWidth": "Ancho",
"PE.Views.ChartSettingsAdvanced.cancelButtonText": "Cancel",
"PE.Views.ChartSettingsAdvanced.okButtonText": "Ok",
"PE.Views.ChartSettingsAdvanced.textAlt": "Alternative Text",
"PE.Views.ChartSettingsAdvanced.textAltDescription": "Description",
"PE.Views.ChartSettingsAdvanced.textAltTip": "The alternative text-based representation of the visual object information, which will be read to the people with vision or cognitive impairments to help them better understand what information there is in the image, autoshape, chart or table.",
"PE.Views.ChartSettingsAdvanced.textAltTitle": "Title",
"PE.Views.ChartSettingsAdvanced.textTitle": "Chart - Advanced Settings",
"PE.Views.DocumentHolder.aboveText": "Arriba",
"PE.Views.DocumentHolder.addCommentText": "Añadir comentario",
"PE.Views.DocumentHolder.advancedImageText": "Ajustes avanzados de imagen",
"PE.Views.DocumentHolder.advancedParagraphText": "Ajustes avanzados de texto",
"PE.Views.DocumentHolder.advancedShapeText": "Ajustes avanzados de forma",
"PE.Views.DocumentHolder.advancedTableText": "Ajustes avanzados de tabla",
"PE.Views.DocumentHolder.alignmentText": "Alignment",
"PE.Views.DocumentHolder.belowText": "Abajo",
"PE.Views.DocumentHolder.bottomCellText": "Alinear en la parte inferior",
"PE.Views.DocumentHolder.cellAlignText": "Alineación vertical de celda",
"PE.Views.DocumentHolder.cellText": "Celda",
"PE.Views.DocumentHolder.centerCellText": "Alinear al centro",
"PE.Views.DocumentHolder.centerText": "Center",
"PE.Views.DocumentHolder.columnText": "Columna",
"PE.Views.DocumentHolder.deleteColumnText": "Borrar columna",
"PE.Views.DocumentHolder.deleteRowText": "Borrar fila",
......@@ -277,9 +634,11 @@
"PE.Views.DocumentHolder.insertRowBelowText": "Fila debajo",
"PE.Views.DocumentHolder.insertRowText": "Insertar fila",
"PE.Views.DocumentHolder.insertText": "Insertar",
"PE.Views.DocumentHolder.leftText": "Left",
"PE.Views.DocumentHolder.mergeCellsText": "Unir celdas",
"PE.Views.DocumentHolder.originalSizeText": "Tamaño Predeterminado",
"PE.Views.DocumentHolder.removeHyperlinkText": "Eliminar hiperenlace",
"PE.Views.DocumentHolder.rightText": "Right",
"PE.Views.DocumentHolder.rowText": "Fila",
"PE.Views.DocumentHolder.selectText": "Seleccionar",
"PE.Views.DocumentHolder.splitCellsText": "Dividir celda...",
......@@ -303,20 +662,90 @@
"PE.Views.DocumentHolder.textSlideSettings": "Ajustes de diapositiva",
"PE.Views.DocumentHolder.tipIsLocked": "Otro usuario está editando este elemento ahora.",
"PE.Views.DocumentHolder.topCellText": "Alinear en la parte superior",
"PE.Views.DocumentHolder.txtAddBottom": "Add bottom border",
"PE.Views.DocumentHolder.txtAddFractionBar": "Add fraction bar",
"PE.Views.DocumentHolder.txtAddHor": "Add horizontal line",
"PE.Views.DocumentHolder.txtAddLB": "Add left bottom line",
"PE.Views.DocumentHolder.txtAddLeft": "Add left border",
"PE.Views.DocumentHolder.txtAddLT": "Add left top line",
"PE.Views.DocumentHolder.txtAddRight": "Add right border",
"PE.Views.DocumentHolder.txtAddTop": "Add top border",
"PE.Views.DocumentHolder.txtAddVer": "Add vertical line",
"PE.Views.DocumentHolder.txtAlign": "Alinear",
"PE.Views.DocumentHolder.txtAlignToChar": "Align to character",
"PE.Views.DocumentHolder.txtArrange": "Arreglar",
"PE.Views.DocumentHolder.txtBackground": "Fondo",
"PE.Views.DocumentHolder.txtBorderProps": "Border properties",
"PE.Views.DocumentHolder.txtBottom": "Bottom",
"PE.Views.DocumentHolder.txtChangeLayout": "Cambiar diseño",
"PE.Views.DocumentHolder.txtColumnAlign": "Column alignment",
"PE.Views.DocumentHolder.txtDecreaseArg": "Decrease argument size",
"PE.Views.DocumentHolder.txtDeleteArg": "Delete argument",
"PE.Views.DocumentHolder.txtDeleteBreak": "Delete manual break",
"PE.Views.DocumentHolder.txtDeleteChars": "Delete enclosing characters",
"PE.Views.DocumentHolder.txtDeleteCharsAndSeparators": "Delete enclosing characters and separators",
"PE.Views.DocumentHolder.txtDeleteEq": "Delete equation",
"PE.Views.DocumentHolder.txtDeleteGroupChar": "Delete char",
"PE.Views.DocumentHolder.txtDeleteRadical": "Delete radical",
"PE.Views.DocumentHolder.txtDeleteSlide": "Borrar diapositiva",
"PE.Views.DocumentHolder.txtDistribHor": "Distribuir horizontalmente",
"PE.Views.DocumentHolder.txtDistribVert": "Distribuir verticalmente",
"PE.Views.DocumentHolder.txtDuplicateSlide": "Duplicar diapositiva",
"PE.Views.DocumentHolder.txtFractionLinear": "Change to linear fraction",
"PE.Views.DocumentHolder.txtFractionSkewed": "Change to skewed fraction",
"PE.Views.DocumentHolder.txtFractionStacked": "Change to stacked fraction",
"PE.Views.DocumentHolder.txtGroup": "Agrupar",
"PE.Views.DocumentHolder.txtGroupCharOver": "Char over text",
"PE.Views.DocumentHolder.txtGroupCharUnder": "Char under text",
"PE.Views.DocumentHolder.txtHideBottom": "Hide bottom border",
"PE.Views.DocumentHolder.txtHideBottomLimit": "Hide bottom limit",
"PE.Views.DocumentHolder.txtHideCloseBracket": "Hide closing bracket",
"PE.Views.DocumentHolder.txtHideDegree": "Hide degree",
"PE.Views.DocumentHolder.txtHideHor": "Hide horizontal line",
"PE.Views.DocumentHolder.txtHideLB": "Hide left bottom line",
"PE.Views.DocumentHolder.txtHideLeft": "Hide left border",
"PE.Views.DocumentHolder.txtHideLT": "Hide left top line",
"PE.Views.DocumentHolder.txtHideOpenBracket": "Hide opening bracket",
"PE.Views.DocumentHolder.txtHidePlaceholder": "Hide placeholder",
"PE.Views.DocumentHolder.txtHideRight": "Hide right border",
"PE.Views.DocumentHolder.txtHideTop": "Hide top border",
"PE.Views.DocumentHolder.txtHideTopLimit": "Hide top limit",
"PE.Views.DocumentHolder.txtHideVer": "Hide vertical line",
"PE.Views.DocumentHolder.txtIncreaseArg": "Increase argument size",
"PE.Views.DocumentHolder.txtInsertArgAfter": "Insert argument after",
"PE.Views.DocumentHolder.txtInsertArgBefore": "Insert argument before",
"PE.Views.DocumentHolder.txtInsertBreak": "Insert manual break",
"PE.Views.DocumentHolder.txtInsertEqAfter": "Insert equation after",
"PE.Views.DocumentHolder.txtInsertEqBefore": "Insert equation before",
"PE.Views.DocumentHolder.txtLimitChange": "Change limits location",
"PE.Views.DocumentHolder.txtLimitOver": "Limit over text",
"PE.Views.DocumentHolder.txtLimitUnder": "Limit under text",
"PE.Views.DocumentHolder.txtMatchBrackets": "Match brackets to argument height",
"PE.Views.DocumentHolder.txtMatrixAlign": "Matrix alignment",
"PE.Views.DocumentHolder.txtNewSlide": "Diapositiva nueva",
"PE.Views.DocumentHolder.txtOverbar": "Bar over text",
"PE.Views.DocumentHolder.txtPressLink": "Pulse CTRL y haga clic en enlace",
"PE.Views.DocumentHolder.txtPreview": "Vista previa",
"PE.Views.DocumentHolder.txtRemFractionBar": "Remove fraction bar",
"PE.Views.DocumentHolder.txtRemLimit": "Remove limit",
"PE.Views.DocumentHolder.txtRemoveAccentChar": "Remove accent character",
"PE.Views.DocumentHolder.txtRemoveBar": "Remove bar",
"PE.Views.DocumentHolder.txtRemScripts": "Remove scripts",
"PE.Views.DocumentHolder.txtRemSubscript": "Remove subscript",
"PE.Views.DocumentHolder.txtRemSuperscript": "Remove superscript",
"PE.Views.DocumentHolder.txtScriptsAfter": "Scripts after text",
"PE.Views.DocumentHolder.txtScriptsBefore": "Scripts before text",
"PE.Views.DocumentHolder.txtSelectAll": "Seleccionar todo",
"PE.Views.DocumentHolder.txtShowBottomLimit": "Show bottom limit",
"PE.Views.DocumentHolder.txtShowCloseBracket": "Show closing bracket",
"PE.Views.DocumentHolder.txtShowDegree": "Show degree",
"PE.Views.DocumentHolder.txtShowOpenBracket": "Show opening bracket",
"PE.Views.DocumentHolder.txtShowPlaceholder": "Show placeholder",
"PE.Views.DocumentHolder.txtShowTopLimit": "Show top limit",
"PE.Views.DocumentHolder.txtSlide": "Diapositiva",
"PE.Views.DocumentHolder.txtStretchBrackets": "Stretch brackets",
"PE.Views.DocumentHolder.txtTop": "Top",
"PE.Views.DocumentHolder.txtUnderbar": "Bar under text",
"PE.Views.DocumentHolder.txtUngroup": "Desagrupar",
"PE.Views.DocumentHolder.vertAlignText": "Alineación vertical",
"PE.Views.DocumentPreview.goToSlideText": "Ir a diapositiva",
......@@ -332,12 +761,14 @@
"PE.Views.DocumentPreview.txtPrev": "Diapositiva anterior",
"PE.Views.FileMenu.btnAboutCaption": "Acerca de programa",
"PE.Views.FileMenu.btnBackCaption": "Ir a Documentos",
"PE.Views.FileMenu.btnCloseMenuCaption": "Close Menu",
"PE.Views.FileMenu.btnCreateNewCaption": "Crear nuevo",
"PE.Views.FileMenu.btnDownloadCaption": "Descargar como...",
"PE.Views.FileMenu.btnHelpCaption": "Ayuda...",
"PE.Views.FileMenu.btnInfoCaption": "Info sobre presentación...",
"PE.Views.FileMenu.btnPrintCaption": "Imprimir",
"PE.Views.FileMenu.btnRecentFilesCaption": "Abrir reciente...",
"PE.Views.FileMenu.btnRenameCaption": "Rename...",
"PE.Views.FileMenu.btnReturnCaption": "Ir a presentación",
"PE.Views.FileMenu.btnRightsCaption": "Derechos de acceso...",
"PE.Views.FileMenu.btnSaveAsCaption": "Guardar como",
......@@ -420,9 +851,14 @@
"PE.Views.ImageSettings.textWidth": "Ancho",
"PE.Views.ImageSettingsAdvanced.cancelButtonText": "Cancelar",
"PE.Views.ImageSettingsAdvanced.okButtonText": "Aceptar",
"PE.Views.ImageSettingsAdvanced.textAlt": "Alternative Text",
"PE.Views.ImageSettingsAdvanced.textAltDescription": "Description",
"PE.Views.ImageSettingsAdvanced.textAltTip": "The alternative text-based representation of the visual object information, which will be read to the people with vision or cognitive impairments to help them better understand what information there is in the image, autoshape, chart or table.",
"PE.Views.ImageSettingsAdvanced.textAltTitle": "Title",
"PE.Views.ImageSettingsAdvanced.textHeight": "Altura",
"PE.Views.ImageSettingsAdvanced.textKeepRatio": "Proporciones constantes",
"PE.Views.ImageSettingsAdvanced.textOriginalSize": "Tamaño Predeterminado",
"PE.Views.ImageSettingsAdvanced.textPlacement": "Placement",
"PE.Views.ImageSettingsAdvanced.textPosition": "Posición",
"PE.Views.ImageSettingsAdvanced.textSize": "Tamaño",
"PE.Views.ImageSettingsAdvanced.textTitle": "Imagen - ajustes avanzados",
......@@ -525,6 +961,10 @@
"PE.Views.ShapeSettingsAdvanced.cancelButtonText": "Cancelar",
"PE.Views.ShapeSettingsAdvanced.okButtonText": "Aceptar",
"PE.Views.ShapeSettingsAdvanced.strMargins": "Márgenes interiores",
"PE.Views.ShapeSettingsAdvanced.textAlt": "Alternative Text",
"PE.Views.ShapeSettingsAdvanced.textAltDescription": "Description",
"PE.Views.ShapeSettingsAdvanced.textAltTip": "The alternative text-based representation of the visual object information, which will be read to the people with vision or cognitive impairments to help them better understand what information there is in the image, autoshape, chart or table.",
"PE.Views.ShapeSettingsAdvanced.textAltTitle": "Title",
"PE.Views.ShapeSettingsAdvanced.textArrows": "Flechas",
"PE.Views.ShapeSettingsAdvanced.textBeginSize": "Tamaño inicial",
"PE.Views.ShapeSettingsAdvanced.textBeginStyle": "Estilo inicial",
......@@ -705,6 +1145,10 @@
"PE.Views.TableSettings.txtNoBorders": "Sin bordes",
"PE.Views.TableSettingsAdvanced.cancelButtonText": "Cancelar",
"PE.Views.TableSettingsAdvanced.okButtonText": "Aceptar",
"PE.Views.TableSettingsAdvanced.textAlt": "Alternative Text",
"PE.Views.TableSettingsAdvanced.textAltDescription": "Description",
"PE.Views.TableSettingsAdvanced.textAltTip": "The alternative text-based representation of the visual object information, which will be read to the people with vision or cognitive impairments to help them better understand what information there is in the image, autoshape, chart or table.",
"PE.Views.TableSettingsAdvanced.textAltTitle": "Title",
"PE.Views.TableSettingsAdvanced.textBottom": "Inferior",
"PE.Views.TableSettingsAdvanced.textCheckMargins": "Usar márgenes predeterminados",
"PE.Views.TableSettingsAdvanced.textDefaultMargins": "Márgenes predeterminados",
......@@ -777,6 +1221,7 @@
"PE.Views.Toolbar.textBar": "Gráfico de barras",
"PE.Views.Toolbar.textBold": "Negrita",
"PE.Views.Toolbar.textCancel": "Cancelar",
"PE.Views.Toolbar.textCharts": "Charts",
"PE.Views.Toolbar.textColumn": "Gráfico de columnas",
"PE.Views.Toolbar.textCompactView": "Ver Barra de herramientas compacta",
"PE.Views.Toolbar.textFitPage": "Ajustar diapositiva",
......@@ -811,6 +1256,7 @@
"PE.Views.Toolbar.tipAddSlide": "Añadir diapositiva",
"PE.Views.Toolbar.tipAdvSettings": "Ajustes avanzados",
"PE.Views.Toolbar.tipBack": "Atrás",
"PE.Views.Toolbar.tipChangeChart": "Change Chart Type",
"PE.Views.Toolbar.tipChangeSlide": "Cambiar diseño de diapositiva",
"PE.Views.Toolbar.tipClearStyle": "Limpiar estilo",
"PE.Views.Toolbar.tipColorSchemas": "Cambiar combinación de colores",
......@@ -824,6 +1270,7 @@
"PE.Views.Toolbar.tipHideBars": "Ocultar barras de título y estado",
"PE.Views.Toolbar.tipIncPrLeft": "Aumentar sangría",
"PE.Views.Toolbar.tipInsertChart": "Insertar gráfico",
"PE.Views.Toolbar.tipInsertEquation": "Insert Equation",
"PE.Views.Toolbar.tipInsertHyperlink": "Añadir hiperenlace",
"PE.Views.Toolbar.tipInsertImage": "Insertar imagen",
"PE.Views.Toolbar.tipInsertShape": "Insertar autoforma",
......
......@@ -131,6 +131,7 @@
"PE.Controllers.Main.errorKeyEncrypt": "Descripteur de clés inconnu",
"PE.Controllers.Main.errorKeyExpire": "Descripteur de clés expiré",
"PE.Controllers.Main.errorProcessSaveResult": "Échec de l'enregistrement",
"PE.Controllers.Main.errorServerVersion": "La version de l'éditeur a été mise à jour. La page sera rechargée pour appliquer les modifications.",
"PE.Controllers.Main.errorSessionAbsolute": "La session de la modification de document a expiré.Veuillez recharger la page.",
"PE.Controllers.Main.errorSessionIdle": "Le document n'est pas modifié depuis longtemps. Veuillez recharger la page.",
"PE.Controllers.Main.errorSessionToken": "La connexion au serveur a été interrompue. Veuillez recharger la page.",
......@@ -181,7 +182,8 @@
"PE.Controllers.Main.textStrict": "Mode strict",
"PE.Controllers.Main.textTryUndoRedo": "Les fonctions annuler/rétablir sont désactivées pour le mode de co-édition rapide.<br>Cliquez sur le bouton \"Mode strict\" pour passer au mode de la co-édition stricte pour modifier le fichier sans interférence d'autres utilisateurs et envoyer vos modifications seulement après que vous les enregistrez. Vous pouvez basculer entre les modes de co-édition à l'aide de paramètres avancés d'éditeur.",
"PE.Controllers.Main.titleLicenseExp": "Licence expirée",
"PE.Controllers.Main.txtArt": "Your text here",
"PE.Controllers.Main.titleServerVersion": "L'éditeur est mis à jour",
"PE.Controllers.Main.txtArt": "Entrez votre texte",
"PE.Controllers.Main.txtBasicShapes": "Formes de base",
"PE.Controllers.Main.txtButtons": "Boutons",
"PE.Controllers.Main.txtCallouts": "Légendes",
......@@ -897,7 +899,7 @@
"PE.Views.ParagraphSettingsAdvanced.strTabs": "Tabulation",
"PE.Views.ParagraphSettingsAdvanced.textAlign": "Alignement",
"PE.Views.ParagraphSettingsAdvanced.textCharacterSpacing": "Espacement des caractères",
"PE.Views.ParagraphSettingsAdvanced.textDefault": "Onglet par défaut",
"PE.Views.ParagraphSettingsAdvanced.textDefault": "Par défaut",
"PE.Views.ParagraphSettingsAdvanced.textEffects": "Effets",
"PE.Views.ParagraphSettingsAdvanced.textRemove": "Supprimer",
"PE.Views.ParagraphSettingsAdvanced.textRemoveAll": "Supprimer tout",
......@@ -1014,7 +1016,7 @@
"PE.Views.SlideSettings.textFromUrl": "D'une URL",
"PE.Views.SlideSettings.textGradient": "Dégradé",
"PE.Views.SlideSettings.textGradientFill": "Remplissage en dégradé",
"PE.Views.SlideSettings.textHorizontalIn": "Horizontal extérieur",
"PE.Views.SlideSettings.textHorizontalIn": "Horizontal intérieur",
"PE.Views.SlideSettings.textHorizontalOut": "Horizontal intérieur",
"PE.Views.SlideSettings.textImageTexture": "Image ou Texture",
"PE.Views.SlideSettings.textLeft": "A gauche",
......
......@@ -131,6 +131,7 @@
"PE.Controllers.Main.errorKeyEncrypt": "Неизвестный дескриптор ключа",
"PE.Controllers.Main.errorKeyExpire": "Срок действия дескриптора ключа истек",
"PE.Controllers.Main.errorProcessSaveResult": "Сбой при сохранении.",
"PE.Controllers.Main.errorServerVersion": "Версия редактора была обновлена. Страница будет перезагружена, чтобы применить изменения.",
"PE.Controllers.Main.errorSessionAbsolute": "Время сеанса редактирования документа истекло. Пожалуйста, обновите страницу.",
"PE.Controllers.Main.errorSessionIdle": "Документ долгое время не редактировался. Пожалуйста, обновите страницу.",
"PE.Controllers.Main.errorSessionToken": "Подключение к серверу было прервано. Пожалуйста, обновите страницу.",
......@@ -181,6 +182,7 @@
"PE.Controllers.Main.textStrict": "Строгий режим",
"PE.Controllers.Main.textTryUndoRedo": "Функции отмены и повтора действий отключены в Быстром режиме совместного редактирования.<br>Нажмите на кнопку 'Строгий режим' для переключения в Строгий режим совместного редактирования, чтобы редактировать файл без вмешательства других пользователей и отправлять изменения только после того, как вы их сохраните. Переключаться между режимами совместного редактирования можно с помощью Дополнительных параметров редактора.",
"PE.Controllers.Main.titleLicenseExp": "Истек срок действия лицензии",
"PE.Controllers.Main.titleServerVersion": "Редактор обновлен",
"PE.Controllers.Main.txtArt": "Введите ваш текст",
"PE.Controllers.Main.txtBasicShapes": "Основные фигуры",
"PE.Controllers.Main.txtButtons": "Кнопки",
......@@ -246,7 +248,7 @@
"PE.Controllers.Main.warnNoLicense": "Вы используете open source версию ONLYOFFICE. Эта версия имеет ограничения по количеству одновременных подключений к серверу документов (20 подключений одновременно).<br>Если требуется больше, рассмотрите вопрос о покупке коммерческой лицензии.",
"PE.Controllers.Main.warnProcessRightsChange": "Вам было отказано в праве на редактирование этого файла.",
"PE.Controllers.Statusbar.zoomText": "Масштаб {0}%",
"PE.Controllers.Toolbar.confirmAddFontName": "Шрифт, который вы собираетесь сохранить, недоступен на этом устройстве.<br>Стиль текста будет отображаться с использованием одного из системных шрифтов; сохраненный шрифт будет использоваться, когда он будет доступен.<br>Вы хотите продолжить?",
"PE.Controllers.Toolbar.confirmAddFontName": "Шрифт, который вы хотите сохранить, недоступен на этом устройстве.<br>Стиль текста будет отображаться с помощью одного из системных шрифтов. Сохраненный шрифт будет использоваться, когда он станет доступен.<br>Вы хотите продолжить?",
"PE.Controllers.Toolbar.textAccent": "Диакритические знаки",
"PE.Controllers.Toolbar.textBracket": "Скобки",
"PE.Controllers.Toolbar.textEmptyImgUrl": "Необходимо указать URL изображения.",
......
......@@ -257,6 +257,7 @@
"SSE.Controllers.Main.errorPasteMaxRange": "Der Bereich Kopieren und Einfügen stimmen nicht überein.<br>Bitte wählen Sie einen Bereich der gleichen Größe oder klicken auf die erste Zelle der Zeile, um die kopierten Zellen einzufügen",
"SSE.Controllers.Main.errorPrintMaxPagesCount": "Leider kann man in der aktuellen Programmversion nicht mehr als 1500 Seiten gleichzeitig drucken.<br>Diese Einschränkung wird in den kommenden Versionen entfernt.",
"SSE.Controllers.Main.errorProcessSaveResult": "Speichern ist fehlgeschlagen",
"SSE.Controllers.Main.errorServerVersion": "Editor-Version wurde aktualisiert. Die Seite wird neu geladen, um die Änderungen zu übernehmen.",
"SSE.Controllers.Main.errorSessionAbsolute": "Die Bearbeitungssitzung des Dokumentes ist abgelaufen. Laden Sie die Seite neu.",
"SSE.Controllers.Main.errorSessionIdle": "Das Dokument wurde lange nicht bearbeitet. Laden Sie die Seite neu.",
"SSE.Controllers.Main.errorSessionToken": "Die Verbindung zum Server wurde unterbrochen. Laden Sie die Seite neu.",
......@@ -311,6 +312,7 @@
"SSE.Controllers.Main.textYes": "Ja",
"SSE.Controllers.Main.titleLicenseExp": "Lizenz ist abgelaufen",
"SSE.Controllers.Main.titleRecalcFormulas": "Berechnung...",
"SSE.Controllers.Main.titleServerVersion": "Editor wurde aktualisiert",
"SSE.Controllers.Main.txtArt": "Hier den Text eingeben",
"SSE.Controllers.Main.txtBasicShapes": "Standardformen",
"SSE.Controllers.Main.txtButtons": "Buttons",
......@@ -1052,6 +1054,7 @@
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLiveComment": "Live-Kommentare",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtMac": "wie OS X",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtNative": "Native",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtPl": "Polnisch",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtPt": "Punkt",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtRu": "Russisch",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWin": "wie Windows",
......@@ -1440,6 +1443,7 @@
"SSE.Views.TableSettings.textBanded": "Gstreift",
"SSE.Views.TableSettings.textCancel": "Abbrechen",
"SSE.Views.TableSettings.textColumns": "Spalten",
"SSE.Views.TableSettings.textConvertRange": "In Zellenbereich konvertieren",
"SSE.Views.TableSettings.textEdit": "Zeilen & Spalten",
"SSE.Views.TableSettings.textEmptyTemplate": "Keine Vorlagen",
"SSE.Views.TableSettings.textExistName": "FEHLER! Der Bereich mit demselben Namen existiert bereits\n",
......@@ -1655,7 +1659,7 @@
"SSE.Views.Toolbar.txtPasteRange": "Namen einfügen",
"SSE.Views.Toolbar.txtPercentage": "Prozentsatz",
"SSE.Views.Toolbar.txtPound": "£ Pfund",
"SSE.Views.Toolbar.txtRouble": "р. Rubel",
"SSE.Views.Toolbar.txtRouble": " Rubel",
"SSE.Views.Toolbar.txtScheme1": "Larissa",
"SSE.Views.Toolbar.txtScheme10": "Median\t",
"SSE.Views.Toolbar.txtScheme11": "Metro\n",
......
......@@ -25,8 +25,8 @@
"Common.UI.SearchDialog.txtBtnReplaceAll": "Reemplazar todo",
"Common.UI.SynchronizeTip.textDontShow": "No volver a mostrar este mensaje",
"Common.UI.SynchronizeTip.textSynchronize": "El documento ha sido cambiado por otro usuario.<br/>Por favor haga clic para guardar sus cambios y recargue las actualizaciones.",
"Common.UI.ThemeColorPalette.textStandartColors": "Colores estándar",
"Common.UI.ThemeColorPalette.textThemeColors": "Colores de tema",
"Common.UI.ThemeColorPalette.textStandartColors": "Standard Colors",
"Common.UI.ThemeColorPalette.textThemeColors": "Theme Colors",
"Common.UI.Window.cancelButtonText": "Cancelar",
"Common.UI.Window.closeButtonText": "Cerrar",
"Common.UI.Window.noButtonText": "No",
......@@ -74,6 +74,8 @@
"Common.Views.DocumentAccessDialog.textTitle": "Ajustes de uso compartido",
"Common.Views.Header.openNewTabText": "Abrir en pestaña nueva",
"Common.Views.Header.textBack": "Ir a Documentos",
"Common.Views.Header.txtHeaderDeveloper": "DEVELOPER MODE",
"Common.Views.Header.txtRename": "Rename",
"Common.Views.ImageFromUrlDialog.cancelButtonText": "Cancelar",
"Common.Views.ImageFromUrlDialog.okButtonText": "OK",
"Common.Views.ImageFromUrlDialog.textUrl": "Pegar URL de imagen:",
......@@ -92,9 +94,25 @@
"Common.Views.Plugins.strPlugins": "Plugins",
"Common.Views.Plugins.textLoading": "Loading",
"Common.Views.Plugins.textStart": "Start",
"Common.Views.RenameDialog.cancelButtonText": "Cancelar",
"Common.Views.RenameDialog.okButtonText": "Ok",
"Common.Views.RenameDialog.textName": "File name",
"Common.Views.RenameDialog.txtInvalidName": "The file name cannot contain any of the following characters: ",
"SSE.Controllers.DocumentHolder.alignmentText": "Alineación",
"SSE.Controllers.DocumentHolder.centerText": "Al centro",
"SSE.Controllers.DocumentHolder.deleteColumnText": "Delete Column",
"SSE.Controllers.DocumentHolder.deleteRowText": "Delete Row",
"SSE.Controllers.DocumentHolder.deleteText": "Delete",
"SSE.Controllers.DocumentHolder.errorInvalidLink": "The link reference does not exist. Please correct the link or delete it.",
"SSE.Controllers.DocumentHolder.guestText": "Visitante",
"SSE.Controllers.DocumentHolder.insertColumnLeftText": "Column Left",
"SSE.Controllers.DocumentHolder.insertColumnRightText": "Column Right",
"SSE.Controllers.DocumentHolder.insertRowAboveText": "Row Above",
"SSE.Controllers.DocumentHolder.insertRowBelowText": "Row Below",
"SSE.Controllers.DocumentHolder.insertText": "Insert",
"SSE.Controllers.DocumentHolder.leftText": "Left",
"SSE.Controllers.DocumentHolder.notcriticalErrorTitle": "Warning",
"SSE.Controllers.DocumentHolder.rightText": "Right",
"SSE.Controllers.DocumentHolder.textChangeColumnWidth": "Ancho de columna {0} símbolos ({1} píxeles)",
"SSE.Controllers.DocumentHolder.textChangeRowHeight": "Altura de fila {0} puntos ({1} píxeles)",
"SSE.Controllers.DocumentHolder.textCtrlClick": "Pulse CTRL y haga clic en el enlace",
......@@ -102,8 +120,83 @@
"SSE.Controllers.DocumentHolder.textInsertTop": "Insertar Arriba",
"SSE.Controllers.DocumentHolder.textSym": "sym",
"SSE.Controllers.DocumentHolder.tipIsLocked": "Este elemento se está editando por otro usuario.",
"SSE.Controllers.DocumentHolder.txtAddBottom": "Añadir borde inferior",
"SSE.Controllers.DocumentHolder.txtAddFractionBar": "Añadir barra de fracción",
"SSE.Controllers.DocumentHolder.txtAddHor": "Añadir línea horizontal",
"SSE.Controllers.DocumentHolder.txtAddLB": "Añadir línea inferior izquierda",
"SSE.Controllers.DocumentHolder.txtAddLeft": "Añadir borde izquierdo",
"SSE.Controllers.DocumentHolder.txtAddLT": "Añadir línea superior izquierda",
"SSE.Controllers.DocumentHolder.txtAddRight": "Añadir borde derecho",
"SSE.Controllers.DocumentHolder.txtAddTop": "Añadir borde superior",
"SSE.Controllers.DocumentHolder.txtAddVer": "Añadir línea vertical",
"SSE.Controllers.DocumentHolder.txtAlignToChar": "Alinear a carácter",
"SSE.Controllers.DocumentHolder.txtBorderProps": "Propiedades de borde",
"SSE.Controllers.DocumentHolder.txtBottom": "Abajo ",
"SSE.Controllers.DocumentHolder.txtColumnAlign": "Column alignment",
"SSE.Controllers.DocumentHolder.txtDecreaseArg": "Decrease argument size",
"SSE.Controllers.DocumentHolder.txtDeleteArg": "Delete argument",
"SSE.Controllers.DocumentHolder.txtDeleteBreak": "Delete manual break",
"SSE.Controllers.DocumentHolder.txtDeleteChars": "Delete enclosing characters",
"SSE.Controllers.DocumentHolder.txtDeleteCharsAndSeparators": "Delete enclosing characters and separators",
"SSE.Controllers.DocumentHolder.txtDeleteEq": "Delete equation",
"SSE.Controllers.DocumentHolder.txtDeleteGroupChar": "Delete char",
"SSE.Controllers.DocumentHolder.txtDeleteRadical": "Delete radical",
"SSE.Controllers.DocumentHolder.txtExpand": "Expand and sort",
"SSE.Controllers.DocumentHolder.txtExpandSort": "The data next to the selection will not be sorted. Do you want to expand the selection to include the adjacent data or continue with sorting the currently selected cells only?",
"SSE.Controllers.DocumentHolder.txtFractionLinear": "Cambiar a la fracción lineal",
"SSE.Controllers.DocumentHolder.txtFractionSkewed": "Cambiar a la fracción sesgada",
"SSE.Controllers.DocumentHolder.txtFractionStacked": "Cambiar a la fracción apilada",
"SSE.Controllers.DocumentHolder.txtGroupCharOver": "Char sobre texto",
"SSE.Controllers.DocumentHolder.txtGroupCharUnder": "Char debajo de texto",
"SSE.Controllers.DocumentHolder.txtHeight": "Altura",
"SSE.Controllers.DocumentHolder.txtHideBottom": "Hide bottom border",
"SSE.Controllers.DocumentHolder.txtHideBottomLimit": "Hide bottom limit",
"SSE.Controllers.DocumentHolder.txtHideCloseBracket": "Hide closing bracket",
"SSE.Controllers.DocumentHolder.txtHideDegree": "Hide degree",
"SSE.Controllers.DocumentHolder.txtHideHor": "Hide horizontal line",
"SSE.Controllers.DocumentHolder.txtHideLB": "Hide left bottom line",
"SSE.Controllers.DocumentHolder.txtHideLeft": "Hide left border",
"SSE.Controllers.DocumentHolder.txtHideLT": "Hide left top line",
"SSE.Controllers.DocumentHolder.txtHideOpenBracket": "Hide opening bracket",
"SSE.Controllers.DocumentHolder.txtHidePlaceholder": "Hide placeholder",
"SSE.Controllers.DocumentHolder.txtHideRight": "Hide right border",
"SSE.Controllers.DocumentHolder.txtHideTop": "Hide top border",
"SSE.Controllers.DocumentHolder.txtHideTopLimit": "Hide top limit",
"SSE.Controllers.DocumentHolder.txtHideVer": "Hide vertical line",
"SSE.Controllers.DocumentHolder.txtIncreaseArg": "Increase argument size",
"SSE.Controllers.DocumentHolder.txtInsertArgAfter": "Insert argument after",
"SSE.Controllers.DocumentHolder.txtInsertArgBefore": "Insert argument before",
"SSE.Controllers.DocumentHolder.txtInsertBreak": "Insert manual break",
"SSE.Controllers.DocumentHolder.txtInsertEqAfter": "Insert equation after",
"SSE.Controllers.DocumentHolder.txtInsertEqBefore": "Insert equation before",
"SSE.Controllers.DocumentHolder.txtLimitChange": "Cambiar ubicación de límites",
"SSE.Controllers.DocumentHolder.txtLimitOver": "Limit over text",
"SSE.Controllers.DocumentHolder.txtLimitUnder": "Limit under text",
"SSE.Controllers.DocumentHolder.txtMatchBrackets": "Match brackets to argument height",
"SSE.Controllers.DocumentHolder.txtMatrixAlign": "Matrix alignment",
"SSE.Controllers.DocumentHolder.txtNoChoices": "There are no choices for filling the cell.<br>Only text values from the column can be selected for replacement.",
"SSE.Controllers.DocumentHolder.txtOverbar": "Barra sobre texto",
"SSE.Controllers.DocumentHolder.txtRemFractionBar": "Remove fraction bar",
"SSE.Controllers.DocumentHolder.txtRemLimit": "Remove limit",
"SSE.Controllers.DocumentHolder.txtRemoveAccentChar": "Remove accent character",
"SSE.Controllers.DocumentHolder.txtRemoveBar": "Remove bar",
"SSE.Controllers.DocumentHolder.txtRemScripts": "Remove scripts",
"SSE.Controllers.DocumentHolder.txtRemSubscript": "Remove subscript",
"SSE.Controllers.DocumentHolder.txtRemSuperscript": "Remove superscript",
"SSE.Controllers.DocumentHolder.txtRowHeight": "Altura de fila",
"SSE.Controllers.DocumentHolder.txtScriptsAfter": "Scripts after text",
"SSE.Controllers.DocumentHolder.txtScriptsBefore": "Scripts before text",
"SSE.Controllers.DocumentHolder.txtShowBottomLimit": "Show bottom limit",
"SSE.Controllers.DocumentHolder.txtShowCloseBracket": "Show closing bracket",
"SSE.Controllers.DocumentHolder.txtShowDegree": "Show degree",
"SSE.Controllers.DocumentHolder.txtShowOpenBracket": "Show opening bracket",
"SSE.Controllers.DocumentHolder.txtShowPlaceholder": "Show placeholder",
"SSE.Controllers.DocumentHolder.txtShowTopLimit": "Show top limit",
"SSE.Controllers.DocumentHolder.txtSorting": "Sorting",
"SSE.Controllers.DocumentHolder.txtSortSelected": "Sort selected",
"SSE.Controllers.DocumentHolder.txtStretchBrackets": "Stretch brackets",
"SSE.Controllers.DocumentHolder.txtTop": "Top",
"SSE.Controllers.DocumentHolder.txtUnderbar": "Barra debajo de texto",
"SSE.Controllers.DocumentHolder.txtWidth": "Ancho",
"SSE.Controllers.LeftMenu.newDocumentTitle": "Hoja de cálculo sin nombre",
"SSE.Controllers.LeftMenu.textByColumns": "Columnas",
......@@ -123,7 +216,6 @@
"SSE.Controllers.LeftMenu.warnDownloadAs": "Si sigue guardando en este formato todas las características a excepción del texto se perderán.<br> ¿Está seguro de que quiere continuar?",
"SSE.Controllers.Main.confirmMoveCellRange": "El rango de celdas final puede contener los datos. ¿Quiere continuar?",
"SSE.Controllers.Main.confirmPutMergeRange": "Los datos de origen contienen celdas combinadas.<br>Habían estado sin combinar antes de que se pegaran en la tabla.",
"SSE.Controllers.Main.convertationErrorText": "Fallo de conversión.",
"SSE.Controllers.Main.convertationTimeoutText": "Tiempo de conversión superado.",
"SSE.Controllers.Main.criticalErrorExtText": "Pulse \"OK\" para regresar a la lista de documentos.",
"SSE.Controllers.Main.criticalErrorTitle": "Error",
......@@ -131,6 +223,7 @@
"SSE.Controllers.Main.downloadErrorText": "Error de descarga.",
"SSE.Controllers.Main.downloadTextText": "Cargando hoja de cálculo...",
"SSE.Controllers.Main.downloadTitleText": "Cargando hoja de cálculo",
"SSE.Controllers.Main.errorAccessDeny": "You are trying to perform an action you do not have rights for.<br>Please contact your Document Server administrator.",
"SSE.Controllers.Main.errorArgsRange": "Un error en la fórmula introducida.<br>Intervalo de argumentos incorrecto es usado.",
"SSE.Controllers.Main.errorAutoFilterChange": "No se permite la operación porque intenta desplazar celdas en una tabla de su hoja de cálculo.",
"SSE.Controllers.Main.errorAutoFilterChangeFormatTable": "No se puede realizar la operación para las celdas seleccionadas porque usted no puede mover una parte de la tabla.<br> Seleccione otro rango de celdas para que toda la tabla sea seleccionada y intente de nuevo.",
......@@ -139,6 +232,7 @@
"SSE.Controllers.Main.errorBadImageUrl": "URL de imagen es incorrecto",
"SSE.Controllers.Main.errorCoAuthoringDisconnect": "Se ha perdido la conexión con servidor. El documento no puede ser editado ahora.",
"SSE.Controllers.Main.errorConnectToServer": "No se pudo guardar el documento. Por favor, compruebe la configuración de conexión o póngase en contacto con el administrador.<br>Al hacer clic en el botón \"Aceptar\", se le pedirá que descargue el documento.<br> Encuentre más información acerca de la conexión Servidor de Documentos<a href=\"https://api.onlyoffice.com/editors/callback\" target=\"_blank\">here</a>",
"SSE.Controllers.Main.errorCopyMultiselectArea": "This command cannot be used with multiple selections.<br>Select a single range and try again.",
"SSE.Controllers.Main.errorCountArg": "Un error en la fórmula introducida.<br>Número de argumentos incorrecto es usado.",
"SSE.Controllers.Main.errorCountArgExceed": "Un error en la fórmula introducida.<br>Número de argumentos es excedido.",
"SSE.Controllers.Main.errorCreateDefName": "Los rangos con nombre existentes no pueden ser editados y los nuevos no se pueden crear<br>en este momento ya que algunos de ellos están editándose.",
......@@ -161,8 +255,15 @@
"SSE.Controllers.Main.errorOpenWarning": "La longitud de una de las fórmulas en el archivo superó <br> el número de caracteres permitidos y se quitó.",
"SSE.Controllers.Main.errorOperandExpected": "Operando expectante",
"SSE.Controllers.Main.errorPasteMaxRange": "El área de copiar y pegar no coincide.<br>Por favor, seleccione una zona con el mismo tamaño o haga clic en la primera celda de una fila para pegar las celdas copiadas.",
"SSE.Controllers.Main.errorPrintMaxPagesCount": "Unfortunately, it is not possible to print more than 1500 pages at once in the current program version.<br>This restriction will be removed in the upcoming releases.",
"SSE.Controllers.Main.errorProcessSaveResult": "Problemas al guardar",
"SSE.Controllers.Main.errorServerVersion": "The editor version has been updated. The page will be reloaded to apply the changes.",
"SSE.Controllers.Main.errorSessionAbsolute": "The document editing session has expired. Please reload the page.",
"SSE.Controllers.Main.errorSessionIdle": "The document has not been edited for quite a long time. Please reload the page.",
"SSE.Controllers.Main.errorSessionToken": "The connection to the server has been interrupted. Please reload the page.",
"SSE.Controllers.Main.errorStockChart": "Orden de las filas incorrecto. Para compilar un gráfico de cotizaciones introduzca los datos en la hoja de tal modo:<br> precio de apertura, precio máximo, precio mínimo, precio de cierre.",
"SSE.Controllers.Main.errorToken": "The document security token is not correctly formed.<br>Please contact your Document Server administrator.",
"SSE.Controllers.Main.errorTokenExpire": "The document security token has expired.<br>Please contact your Document Server administrator.",
"SSE.Controllers.Main.errorUnexpectedGuid": "Error externo.<br>GUID inesparada. Por favor póngase en contacto con soporte si el error mantiene.",
"SSE.Controllers.Main.errorUpdateVersion": "Se ha cambiado la versión del archivo. La página será actualizada.",
"SSE.Controllers.Main.errorUserDrop": "No se puede acceder al archivo ahora.",
......@@ -181,7 +282,7 @@
"SSE.Controllers.Main.loadImageTitleText": "Cargando imagen",
"SSE.Controllers.Main.loadingDocumentTitleText": "Cargando hoja de cálculo",
"SSE.Controllers.Main.notcriticalErrorTitle": "Aviso",
"SSE.Controllers.Main.openErrorText": "An error has occurred while opening the file",
"SSE.Controllers.Main.openErrorText": "Se ha producido un error al abrir el archivo ",
"SSE.Controllers.Main.openTextText": "Abriendo hoja de cálculo...",
"SSE.Controllers.Main.openTitleText": "Abriendo hoja de cálculo",
"SSE.Controllers.Main.pastInMergeAreaError": "No se puede cambiar parte de una celda combinada",
......@@ -190,7 +291,7 @@
"SSE.Controllers.Main.reloadButtonText": "Recargar página",
"SSE.Controllers.Main.requestEditFailedMessageText": "Alguien está editando este documento en este momento. Por favor, inténtelo de nuevo más tarde.",
"SSE.Controllers.Main.requestEditFailedTitleText": "Acceso negado",
"SSE.Controllers.Main.saveErrorText": "An error has occurred while saving the file",
"SSE.Controllers.Main.saveErrorText": "Se ha producido un error al guardar el archivo ",
"SSE.Controllers.Main.savePreparingText": "Preparando para guardar",
"SSE.Controllers.Main.savePreparingTitle": "Preparando para guardar.Espere por favor...",
"SSE.Controllers.Main.saveTextText": "Guardando hoja de cálculo...",
......@@ -211,6 +312,7 @@
"SSE.Controllers.Main.textYes": "Sí",
"SSE.Controllers.Main.titleLicenseExp": "License expired",
"SSE.Controllers.Main.titleRecalcFormulas": "Calculando...",
"SSE.Controllers.Main.titleServerVersion": "Editor updated",
"SSE.Controllers.Main.txtArt": "Su texto aquí",
"SSE.Controllers.Main.txtBasicShapes": "Formas básicas",
"SSE.Controllers.Main.txtButtons": "Botones",
......@@ -247,9 +349,341 @@
"SSE.Controllers.Statusbar.warnDeleteSheet": "La hoja de cálculo puede contener datos. ¿Está seguro de que quiere continuar?",
"SSE.Controllers.Statusbar.zoomText": "Zoom {0}%",
"SSE.Controllers.Toolbar.confirmAddFontName": "El tipo de letra que usted va a guardar no está disponible en este dispositivo. <br>El estilo de letra se mostrará usando uno de los tipos de letra del sistema, el tipo de letra guardado va a usarse cuando esté disponible.<br>¿Desea continuar?",
"SSE.Controllers.Toolbar.textAccent": "Acentos",
"SSE.Controllers.Toolbar.textBracket": "Paréntesis",
"SSE.Controllers.Toolbar.textCancel": "Cancelar",
"SSE.Controllers.Toolbar.textFontSizeErr": "El valor introducido es incorrecto.<br>Por favor, introduzca un valor numérico entre 1 y 409",
"SSE.Controllers.Toolbar.textFraction": "Fractions",
"SSE.Controllers.Toolbar.textFunction": "Functions",
"SSE.Controllers.Toolbar.textIntegral": "Integrals",
"SSE.Controllers.Toolbar.textLargeOperator": "Large Operators",
"SSE.Controllers.Toolbar.textLimitAndLog": "Limits And Logarithms",
"SSE.Controllers.Toolbar.textMatrix": "Matrices",
"SSE.Controllers.Toolbar.textOperator": "Operators",
"SSE.Controllers.Toolbar.textRadical": "Radicals",
"SSE.Controllers.Toolbar.textScript": "Scripts",
"SSE.Controllers.Toolbar.textSymbols": "Symbols",
"SSE.Controllers.Toolbar.textWarning": "Aviso",
"SSE.Controllers.Toolbar.txtAccent_Accent": "Agudo",
"SSE.Controllers.Toolbar.txtAccent_ArrowD": "Right-Left Arrow Above",
"SSE.Controllers.Toolbar.txtAccent_ArrowL": "Leftwards Arrow Above",
"SSE.Controllers.Toolbar.txtAccent_ArrowR": "Rightwards Arrow Above",
"SSE.Controllers.Toolbar.txtAccent_Bar": "Barra",
"SSE.Controllers.Toolbar.txtAccent_BarBot": "Underbar",
"SSE.Controllers.Toolbar.txtAccent_BarTop": "Overbar",
"SSE.Controllers.Toolbar.txtAccent_BorderBox": "Fórmula encuadrada (con marcador de posición)",
"SSE.Controllers.Toolbar.txtAccent_BorderBoxCustom": "Fórmula encuadrada (ejemplo)",
"SSE.Controllers.Toolbar.txtAccent_Check": "Comprobar",
"SSE.Controllers.Toolbar.txtAccent_CurveBracketBot": "Underbrace",
"SSE.Controllers.Toolbar.txtAccent_CurveBracketTop": "Overbrace",
"SSE.Controllers.Toolbar.txtAccent_Custom_1": "Vector A",
"SSE.Controllers.Toolbar.txtAccent_Custom_2": "ABC con barra superpuesta",
"SSE.Controllers.Toolbar.txtAccent_Custom_3": "x XOR y With Overbar",
"SSE.Controllers.Toolbar.txtAccent_DDDot": "Triple Dot",
"SSE.Controllers.Toolbar.txtAccent_DDot": "Double Dot",
"SSE.Controllers.Toolbar.txtAccent_Dot": "Dot",
"SSE.Controllers.Toolbar.txtAccent_DoubleBar": "Double Overbar",
"SSE.Controllers.Toolbar.txtAccent_Grave": "Grave",
"SSE.Controllers.Toolbar.txtAccent_GroupBot": "Grouping Character Below",
"SSE.Controllers.Toolbar.txtAccent_GroupTop": "Grouping Character Above",
"SSE.Controllers.Toolbar.txtAccent_HarpoonL": "Leftwards Harpoon Above",
"SSE.Controllers.Toolbar.txtAccent_HarpoonR": "Rightwards Harpoon Above",
"SSE.Controllers.Toolbar.txtAccent_Hat": "Hat",
"SSE.Controllers.Toolbar.txtAccent_Smile": "Acento breve",
"SSE.Controllers.Toolbar.txtAccent_Tilde": "Tilde",
"SSE.Controllers.Toolbar.txtBracket_Angle": "Paréntesis",
"SSE.Controllers.Toolbar.txtBracket_Angle_Delimiter_2": "Paréntesis con separadores",
"SSE.Controllers.Toolbar.txtBracket_Angle_Delimiter_3": "Paréntesis con separadores",
"SSE.Controllers.Toolbar.txtBracket_Angle_NoneOpen": "Single Bracket",
"SSE.Controllers.Toolbar.txtBracket_Angle_OpenNone": "Single Bracket",
"SSE.Controllers.Toolbar.txtBracket_Curve": "Paréntesis",
"SSE.Controllers.Toolbar.txtBracket_Curve_Delimiter_2": "Paréntesis con separadores",
"SSE.Controllers.Toolbar.txtBracket_Curve_NoneOpen": "Single Bracket",
"SSE.Controllers.Toolbar.txtBracket_Curve_OpenNone": "Single Bracket",
"SSE.Controllers.Toolbar.txtBracket_Custom_1": "Casos (dos condiciones)",
"SSE.Controllers.Toolbar.txtBracket_Custom_2": "Casos (tres condiciones)",
"SSE.Controllers.Toolbar.txtBracket_Custom_3": "Stack Object",
"SSE.Controllers.Toolbar.txtBracket_Custom_4": "Stack Object",
"SSE.Controllers.Toolbar.txtBracket_Custom_5": "Ejemplo de casos",
"SSE.Controllers.Toolbar.txtBracket_Custom_6": "Coeficiente de binomio",
"SSE.Controllers.Toolbar.txtBracket_Custom_7": "Binomial Coefficient",
"SSE.Controllers.Toolbar.txtBracket_Line": "Paréntesis",
"SSE.Controllers.Toolbar.txtBracket_Line_NoneOpen": "Single Bracket",
"SSE.Controllers.Toolbar.txtBracket_Line_OpenNone": "Single Bracket",
"SSE.Controllers.Toolbar.txtBracket_LineDouble": "Paréntesis",
"SSE.Controllers.Toolbar.txtBracket_LineDouble_NoneOpen": "Single Bracket",
"SSE.Controllers.Toolbar.txtBracket_LineDouble_OpenNone": "Single Bracket",
"SSE.Controllers.Toolbar.txtBracket_LowLim": "Paréntesis",
"SSE.Controllers.Toolbar.txtBracket_LowLim_NoneNone": "Single Bracket",
"SSE.Controllers.Toolbar.txtBracket_LowLim_OpenNone": "Single Bracket",
"SSE.Controllers.Toolbar.txtBracket_Round": "Paréntesis",
"SSE.Controllers.Toolbar.txtBracket_Round_Delimiter_2": "Paréntesis con separadores",
"SSE.Controllers.Toolbar.txtBracket_Round_NoneOpen": "Single Bracket",
"SSE.Controllers.Toolbar.txtBracket_Round_OpenNone": "Single Bracket",
"SSE.Controllers.Toolbar.txtBracket_Square": "Paréntesis",
"SSE.Controllers.Toolbar.txtBracket_Square_CloseClose": "Paréntesis",
"SSE.Controllers.Toolbar.txtBracket_Square_CloseOpen": "Paréntesis",
"SSE.Controllers.Toolbar.txtBracket_Square_NoneOpen": "Single Bracket",
"SSE.Controllers.Toolbar.txtBracket_Square_OpenNone": "Single Bracket",
"SSE.Controllers.Toolbar.txtBracket_Square_OpenOpen": "Paréntesis",
"SSE.Controllers.Toolbar.txtBracket_SquareDouble": "Paréntesis",
"SSE.Controllers.Toolbar.txtBracket_SquareDouble_NoneOpen": "Single Bracket",
"SSE.Controllers.Toolbar.txtBracket_SquareDouble_OpenNone": "Single Bracket",
"SSE.Controllers.Toolbar.txtBracket_UppLim": "Paréntesis",
"SSE.Controllers.Toolbar.txtBracket_UppLim_NoneOpen": "Single Bracket",
"SSE.Controllers.Toolbar.txtBracket_UppLim_OpenNone": "Single Bracket",
"SSE.Controllers.Toolbar.txtExpand": "Expand and sort",
"SSE.Controllers.Toolbar.txtExpandSort": "The data next to the selection will not be sorted. Do you want to expand the selection to include the adjacent data or continue with sorting the currently selected cells only?",
"SSE.Controllers.Toolbar.txtFractionDiagonal": "Skewed Fraction",
"SSE.Controllers.Toolbar.txtFractionDifferential_1": "Differential",
"SSE.Controllers.Toolbar.txtFractionDifferential_2": "Differential",
"SSE.Controllers.Toolbar.txtFractionDifferential_3": "Differential",
"SSE.Controllers.Toolbar.txtFractionDifferential_4": "Differential",
"SSE.Controllers.Toolbar.txtFractionHorizontal": "Linear Fraction",
"SSE.Controllers.Toolbar.txtFractionPi_2": "Pi Over 2",
"SSE.Controllers.Toolbar.txtFractionSmall": "Small Fraction",
"SSE.Controllers.Toolbar.txtFractionVertical": "Stacked Fraction",
"SSE.Controllers.Toolbar.txtFunction_1_Cos": "Inverse Cosine Function",
"SSE.Controllers.Toolbar.txtFunction_1_Cosh": "Hyperbolic Inverse Cosine Function",
"SSE.Controllers.Toolbar.txtFunction_1_Cot": "Inverse Cotangent Function",
"SSE.Controllers.Toolbar.txtFunction_1_Coth": "Hyperbolic Inverse Cotangent Function",
"SSE.Controllers.Toolbar.txtFunction_1_Csc": "Inverse Cosecant Function",
"SSE.Controllers.Toolbar.txtFunction_1_Csch": "Hyperbolic Inverse Cosecant Function",
"SSE.Controllers.Toolbar.txtFunction_1_Sec": "Inverse Secant Function",
"SSE.Controllers.Toolbar.txtFunction_1_Sech": "Hyperbolic Inverse Secant Function",
"SSE.Controllers.Toolbar.txtFunction_1_Sin": "Inverse Sine Function",
"SSE.Controllers.Toolbar.txtFunction_1_Sinh": "Hyperbolic Inverse Sine Function",
"SSE.Controllers.Toolbar.txtFunction_1_Tan": "Inverse Tangent Function",
"SSE.Controllers.Toolbar.txtFunction_1_Tanh": "Hyperbolic Inverse Tangent Function",
"SSE.Controllers.Toolbar.txtFunction_Cos": "Cosine Function",
"SSE.Controllers.Toolbar.txtFunction_Cosh": "Hyperbolic Cosine Function",
"SSE.Controllers.Toolbar.txtFunction_Cot": "Cotangent Function",
"SSE.Controllers.Toolbar.txtFunction_Coth": "Hyperbolic Cotangent Function",
"SSE.Controllers.Toolbar.txtFunction_Csc": "Cosecant Function",
"SSE.Controllers.Toolbar.txtFunction_Csch": "Hyperbolic Cosecant Function",
"SSE.Controllers.Toolbar.txtFunction_Custom_1": "Sine theta",
"SSE.Controllers.Toolbar.txtFunction_Custom_2": "Cos 2x",
"SSE.Controllers.Toolbar.txtFunction_Custom_3": "Tangent formula",
"SSE.Controllers.Toolbar.txtFunction_Sec": "Secant Function",
"SSE.Controllers.Toolbar.txtFunction_Sech": "Hyperbolic Secant Function",
"SSE.Controllers.Toolbar.txtFunction_Sin": "Sine Function",
"SSE.Controllers.Toolbar.txtFunction_Sinh": "Hyperbolic Sine Function",
"SSE.Controllers.Toolbar.txtFunction_Tan": "Tangent Function",
"SSE.Controllers.Toolbar.txtFunction_Tanh": "Hyperbolic Tangent Function",
"SSE.Controllers.Toolbar.txtIntegral": "Integral",
"SSE.Controllers.Toolbar.txtIntegral_dtheta": "Differential theta",
"SSE.Controllers.Toolbar.txtIntegral_dx": "Differential x",
"SSE.Controllers.Toolbar.txtIntegral_dy": "Differential y",
"SSE.Controllers.Toolbar.txtIntegralCenterSubSup": "Integral",
"SSE.Controllers.Toolbar.txtIntegralDouble": "Double Integral",
"SSE.Controllers.Toolbar.txtIntegralDoubleCenterSubSup": "Double Integral",
"SSE.Controllers.Toolbar.txtIntegralDoubleSubSup": "Double Integral",
"SSE.Controllers.Toolbar.txtIntegralOriented": "Contour Integral",
"SSE.Controllers.Toolbar.txtIntegralOrientedCenterSubSup": "Contour Integral",
"SSE.Controllers.Toolbar.txtIntegralOrientedDouble": "Surface Integral",
"SSE.Controllers.Toolbar.txtIntegralOrientedDoubleCenterSubSup": "Surface Integral",
"SSE.Controllers.Toolbar.txtIntegralOrientedDoubleSubSup": "Surface Integral",
"SSE.Controllers.Toolbar.txtIntegralOrientedSubSup": "Contour Integral",
"SSE.Controllers.Toolbar.txtIntegralOrientedTriple": "Volume Integral",
"SSE.Controllers.Toolbar.txtIntegralOrientedTripleCenterSubSup": "Volume Integral",
"SSE.Controllers.Toolbar.txtIntegralOrientedTripleSubSup": "Volume Integral",
"SSE.Controllers.Toolbar.txtIntegralSubSup": "Integral",
"SSE.Controllers.Toolbar.txtIntegralTriple": "Triple Integral",
"SSE.Controllers.Toolbar.txtIntegralTripleCenterSubSup": "Triple Integral",
"SSE.Controllers.Toolbar.txtIntegralTripleSubSup": "Triple Integral",
"SSE.Controllers.Toolbar.txtLargeOperator_Conjunction": "Wedge",
"SSE.Controllers.Toolbar.txtLargeOperator_Conjunction_CenterSub": "Wedge",
"SSE.Controllers.Toolbar.txtLargeOperator_Conjunction_CenterSubSup": "Wedge",
"SSE.Controllers.Toolbar.txtLargeOperator_Conjunction_Sub": "Wedge",
"SSE.Controllers.Toolbar.txtLargeOperator_Conjunction_SubSup": "Wedge",
"SSE.Controllers.Toolbar.txtLargeOperator_CoProd": "Co-Product",
"SSE.Controllers.Toolbar.txtLargeOperator_CoProd_CenterSub": "Co-Product",
"SSE.Controllers.Toolbar.txtLargeOperator_CoProd_CenterSubSup": "Co-Product",
"SSE.Controllers.Toolbar.txtLargeOperator_CoProd_Sub": "Co-Product",
"SSE.Controllers.Toolbar.txtLargeOperator_CoProd_SubSup": "Co-Product",
"SSE.Controllers.Toolbar.txtLargeOperator_Custom_1": "Summation",
"SSE.Controllers.Toolbar.txtLargeOperator_Custom_2": "Summation",
"SSE.Controllers.Toolbar.txtLargeOperator_Custom_3": "Summation",
"SSE.Controllers.Toolbar.txtLargeOperator_Custom_4": "Product",
"SSE.Controllers.Toolbar.txtLargeOperator_Custom_5": "Union",
"SSE.Controllers.Toolbar.txtLargeOperator_Disjunction": "Vee",
"SSE.Controllers.Toolbar.txtLargeOperator_Disjunction_CenterSub": "Vee",
"SSE.Controllers.Toolbar.txtLargeOperator_Disjunction_CenterSubSup": "Vee",
"SSE.Controllers.Toolbar.txtLargeOperator_Disjunction_Sub": "Vee",
"SSE.Controllers.Toolbar.txtLargeOperator_Disjunction_SubSup": "Vee",
"SSE.Controllers.Toolbar.txtLargeOperator_Intersection": "Intersection",
"SSE.Controllers.Toolbar.txtLargeOperator_Intersection_CenterSub": "Intersection",
"SSE.Controllers.Toolbar.txtLargeOperator_Intersection_CenterSubSup": "Intersection",
"SSE.Controllers.Toolbar.txtLargeOperator_Intersection_Sub": "Intersection",
"SSE.Controllers.Toolbar.txtLargeOperator_Intersection_SubSup": "Intersection",
"SSE.Controllers.Toolbar.txtLargeOperator_Prod": "Product",
"SSE.Controllers.Toolbar.txtLargeOperator_Prod_CenterSub": "Product",
"SSE.Controllers.Toolbar.txtLargeOperator_Prod_CenterSubSup": "Product",
"SSE.Controllers.Toolbar.txtLargeOperator_Prod_Sub": "Product",
"SSE.Controllers.Toolbar.txtLargeOperator_Prod_SubSup": "Product",
"SSE.Controllers.Toolbar.txtLargeOperator_Sum": "Summation",
"SSE.Controllers.Toolbar.txtLargeOperator_Sum_CenterSub": "Summation",
"SSE.Controllers.Toolbar.txtLargeOperator_Sum_CenterSubSup": "Summation",
"SSE.Controllers.Toolbar.txtLargeOperator_Sum_Sub": "Summation",
"SSE.Controllers.Toolbar.txtLargeOperator_Sum_SubSup": "Summation",
"SSE.Controllers.Toolbar.txtLargeOperator_Union": "Union",
"SSE.Controllers.Toolbar.txtLargeOperator_Union_CenterSub": "Union",
"SSE.Controllers.Toolbar.txtLargeOperator_Union_CenterSubSup": "Union",
"SSE.Controllers.Toolbar.txtLargeOperator_Union_Sub": "Union",
"SSE.Controllers.Toolbar.txtLargeOperator_Union_SubSup": "Union",
"SSE.Controllers.Toolbar.txtLimitLog_Custom_1": "Limit Example",
"SSE.Controllers.Toolbar.txtLimitLog_Custom_2": "Maximum Example",
"SSE.Controllers.Toolbar.txtLimitLog_Lim": "Limit",
"SSE.Controllers.Toolbar.txtLimitLog_Ln": "Natural Logarithm",
"SSE.Controllers.Toolbar.txtLimitLog_Log": "Logarithm",
"SSE.Controllers.Toolbar.txtLimitLog_LogBase": "Logarithm",
"SSE.Controllers.Toolbar.txtLimitLog_Max": "Maximum",
"SSE.Controllers.Toolbar.txtLimitLog_Min": "Minimum",
"SSE.Controllers.Toolbar.txtMatrix_1_2": "Matriz vacía 1x2",
"SSE.Controllers.Toolbar.txtMatrix_1_3": "Matriz vacía 1x3",
"SSE.Controllers.Toolbar.txtMatrix_2_1": "Matriz vacía 2x1",
"SSE.Controllers.Toolbar.txtMatrix_2_2": "Matriz vacía 2x2",
"SSE.Controllers.Toolbar.txtMatrix_2_2_DLineBracket": "Empty Matrix with Brackets",
"SSE.Controllers.Toolbar.txtMatrix_2_2_LineBracket": "Empty Matrix with Brackets",
"SSE.Controllers.Toolbar.txtMatrix_2_2_RoundBracket": "Empty Matrix with Brackets",
"SSE.Controllers.Toolbar.txtMatrix_2_2_SquareBracket": "Empty Matrix with Brackets",
"SSE.Controllers.Toolbar.txtMatrix_2_3": "Matriz vacía 2x3",
"SSE.Controllers.Toolbar.txtMatrix_3_1": "Matriz vacía 3x1",
"SSE.Controllers.Toolbar.txtMatrix_3_2": "Matriz vacía 3x2",
"SSE.Controllers.Toolbar.txtMatrix_3_3": "Matriz vacía 3x3",
"SSE.Controllers.Toolbar.txtMatrix_Dots_Baseline": "Puntos en línea de base",
"SSE.Controllers.Toolbar.txtMatrix_Dots_Center": "Midline Dots",
"SSE.Controllers.Toolbar.txtMatrix_Dots_Diagonal": "Diagonal Dots",
"SSE.Controllers.Toolbar.txtMatrix_Dots_Vertical": "Vertical Dots",
"SSE.Controllers.Toolbar.txtMatrix_Flat_Round": "Sparse Matrix",
"SSE.Controllers.Toolbar.txtMatrix_Flat_Square": "Sparse Matrix",
"SSE.Controllers.Toolbar.txtMatrix_Identity_2": "Matriz de identidad 2x2",
"SSE.Controllers.Toolbar.txtMatrix_Identity_2_NoZeros": "Matriz de identidad 3x3",
"SSE.Controllers.Toolbar.txtMatrix_Identity_3": "Matriz de identidad 3x3",
"SSE.Controllers.Toolbar.txtMatrix_Identity_3_NoZeros": "Matriz de identidad 3x3",
"SSE.Controllers.Toolbar.txtOperator_ArrowD_Bot": "Right-Left Arrow Below",
"SSE.Controllers.Toolbar.txtOperator_ArrowD_Top": "Right-Left Arrow Above",
"SSE.Controllers.Toolbar.txtOperator_ArrowL_Bot": "Leftwards Arrow Below",
"SSE.Controllers.Toolbar.txtOperator_ArrowL_Top": "Leftwards Arrow Above",
"SSE.Controllers.Toolbar.txtOperator_ArrowR_Bot": "Rightwards Arrow Below",
"SSE.Controllers.Toolbar.txtOperator_ArrowR_Top": "Rightwards Arrow Above",
"SSE.Controllers.Toolbar.txtOperator_ColonEquals": "Colon Equal",
"SSE.Controllers.Toolbar.txtOperator_Custom_1": "Yields",
"SSE.Controllers.Toolbar.txtOperator_Custom_2": "Delta Yields",
"SSE.Controllers.Toolbar.txtOperator_Definition": "Equal to By Definition",
"SSE.Controllers.Toolbar.txtOperator_DeltaEquals": "Delta Equal To",
"SSE.Controllers.Toolbar.txtOperator_DoubleArrowD_Bot": "Right-Left Arrow Below",
"SSE.Controllers.Toolbar.txtOperator_DoubleArrowD_Top": "Right-Left Arrow Above",
"SSE.Controllers.Toolbar.txtOperator_DoubleArrowL_Bot": "Leftwards Arrow Below",
"SSE.Controllers.Toolbar.txtOperator_DoubleArrowL_Top": "Leftwards Arrow Above",
"SSE.Controllers.Toolbar.txtOperator_DoubleArrowR_Bot": "Rightwards Arrow Below",
"SSE.Controllers.Toolbar.txtOperator_DoubleArrowR_Top": "Rightwards Arrow Above",
"SSE.Controllers.Toolbar.txtOperator_EqualsEquals": "Equal Equal",
"SSE.Controllers.Toolbar.txtOperator_MinusEquals": "Minus Equal",
"SSE.Controllers.Toolbar.txtOperator_PlusEquals": "Plus Equal",
"SSE.Controllers.Toolbar.txtOperator_UnitOfMeasure": "Measured By",
"SSE.Controllers.Toolbar.txtRadicalCustom_1": "Radical",
"SSE.Controllers.Toolbar.txtRadicalCustom_2": "Radical",
"SSE.Controllers.Toolbar.txtRadicalRoot_2": "Square Root With Degree",
"SSE.Controllers.Toolbar.txtRadicalRoot_3": "Cubic Root",
"SSE.Controllers.Toolbar.txtRadicalRoot_n": "Radical With Degree",
"SSE.Controllers.Toolbar.txtRadicalSqrt": "Square Root",
"SSE.Controllers.Toolbar.txtScriptCustom_1": "Script",
"SSE.Controllers.Toolbar.txtScriptCustom_2": "Script",
"SSE.Controllers.Toolbar.txtScriptCustom_3": "Script",
"SSE.Controllers.Toolbar.txtScriptCustom_4": "Script",
"SSE.Controllers.Toolbar.txtScriptSub": "Subscript",
"SSE.Controllers.Toolbar.txtScriptSubSup": "Subscript-Superscript",
"SSE.Controllers.Toolbar.txtScriptSubSupLeft": "LeftSubscript-Superscript",
"SSE.Controllers.Toolbar.txtScriptSup": "Superscript",
"SSE.Controllers.Toolbar.txtSorting": "Sorting",
"SSE.Controllers.Toolbar.txtSortSelected": "Sort selected",
"SSE.Controllers.Toolbar.txtSymbol_about": "Aproximadamente",
"SSE.Controllers.Toolbar.txtSymbol_additional": "Complement",
"SSE.Controllers.Toolbar.txtSymbol_aleph": "Alef",
"SSE.Controllers.Toolbar.txtSymbol_alpha": "Alfa",
"SSE.Controllers.Toolbar.txtSymbol_approx": "Casi igual a",
"SSE.Controllers.Toolbar.txtSymbol_ast": "Operador asterisco",
"SSE.Controllers.Toolbar.txtSymbol_beta": "Beta",
"SSE.Controllers.Toolbar.txtSymbol_beth": "Bet",
"SSE.Controllers.Toolbar.txtSymbol_bullet": "Operador de viñeta",
"SSE.Controllers.Toolbar.txtSymbol_cap": "Intersection",
"SSE.Controllers.Toolbar.txtSymbol_cbrt": "Cube Root",
"SSE.Controllers.Toolbar.txtSymbol_cdots": "Midline Horizontal Ellipsis",
"SSE.Controllers.Toolbar.txtSymbol_celsius": "Degrees Celsius",
"SSE.Controllers.Toolbar.txtSymbol_chi": "Ji",
"SSE.Controllers.Toolbar.txtSymbol_cong": "Aproximadamente igual a",
"SSE.Controllers.Toolbar.txtSymbol_cup": "Union",
"SSE.Controllers.Toolbar.txtSymbol_ddots": "Down Right Diagonal Ellipsis",
"SSE.Controllers.Toolbar.txtSymbol_degree": "Degrees",
"SSE.Controllers.Toolbar.txtSymbol_delta": "Delta",
"SSE.Controllers.Toolbar.txtSymbol_div": "Division Sign",
"SSE.Controllers.Toolbar.txtSymbol_downarrow": "Down Arrow",
"SSE.Controllers.Toolbar.txtSymbol_emptyset": "Empty Set",
"SSE.Controllers.Toolbar.txtSymbol_epsilon": "Epsilon",
"SSE.Controllers.Toolbar.txtSymbol_equals": "Equal",
"SSE.Controllers.Toolbar.txtSymbol_equiv": "Identical To",
"SSE.Controllers.Toolbar.txtSymbol_eta": "Eta",
"SSE.Controllers.Toolbar.txtSymbol_exists": "There Exist",
"SSE.Controllers.Toolbar.txtSymbol_factorial": "Factorial",
"SSE.Controllers.Toolbar.txtSymbol_fahrenheit": "Degrees Fahrenheit",
"SSE.Controllers.Toolbar.txtSymbol_forall": "For All",
"SSE.Controllers.Toolbar.txtSymbol_gamma": "Gamma",
"SSE.Controllers.Toolbar.txtSymbol_geq": "Greater Than or Equal To",
"SSE.Controllers.Toolbar.txtSymbol_gg": "Much Greater Than",
"SSE.Controllers.Toolbar.txtSymbol_greater": "Greater Than",
"SSE.Controllers.Toolbar.txtSymbol_in": "Element Of",
"SSE.Controllers.Toolbar.txtSymbol_inc": "Increment",
"SSE.Controllers.Toolbar.txtSymbol_infinity": "Infinity",
"SSE.Controllers.Toolbar.txtSymbol_iota": "Iota",
"SSE.Controllers.Toolbar.txtSymbol_kappa": "Kappa",
"SSE.Controllers.Toolbar.txtSymbol_lambda": "Lambda",
"SSE.Controllers.Toolbar.txtSymbol_leftarrow": "Left Arrow",
"SSE.Controllers.Toolbar.txtSymbol_leftrightarrow": "Left-Right Arrow",
"SSE.Controllers.Toolbar.txtSymbol_leq": "Less Than or Equal To",
"SSE.Controllers.Toolbar.txtSymbol_less": "Less Than",
"SSE.Controllers.Toolbar.txtSymbol_ll": "Much Less Than",
"SSE.Controllers.Toolbar.txtSymbol_minus": "Minus",
"SSE.Controllers.Toolbar.txtSymbol_mp": "Minus Plus",
"SSE.Controllers.Toolbar.txtSymbol_mu": "Mu",
"SSE.Controllers.Toolbar.txtSymbol_nabla": "Nabla",
"SSE.Controllers.Toolbar.txtSymbol_neq": "Not Equal To",
"SSE.Controllers.Toolbar.txtSymbol_ni": "Contains as Member",
"SSE.Controllers.Toolbar.txtSymbol_not": "Not Sign",
"SSE.Controllers.Toolbar.txtSymbol_notexists": "There Does Not Exist",
"SSE.Controllers.Toolbar.txtSymbol_nu": "Nu",
"SSE.Controllers.Toolbar.txtSymbol_o": "Omicron",
"SSE.Controllers.Toolbar.txtSymbol_omega": "Omega",
"SSE.Controllers.Toolbar.txtSymbol_partial": "Partial Differential",
"SSE.Controllers.Toolbar.txtSymbol_percent": "Percentage",
"SSE.Controllers.Toolbar.txtSymbol_phi": "Phi",
"SSE.Controllers.Toolbar.txtSymbol_pi": "Pi",
"SSE.Controllers.Toolbar.txtSymbol_plus": "Plus",
"SSE.Controllers.Toolbar.txtSymbol_pm": "Plus Minus",
"SSE.Controllers.Toolbar.txtSymbol_propto": "Proportional To",
"SSE.Controllers.Toolbar.txtSymbol_psi": "Psi",
"SSE.Controllers.Toolbar.txtSymbol_qdrt": "Fourth Root",
"SSE.Controllers.Toolbar.txtSymbol_qed": "End of Proof",
"SSE.Controllers.Toolbar.txtSymbol_rddots": "Up Right Diagonal Ellipsis",
"SSE.Controllers.Toolbar.txtSymbol_rho": "Rho",
"SSE.Controllers.Toolbar.txtSymbol_rightarrow": "Right Arrow",
"SSE.Controllers.Toolbar.txtSymbol_sigma": "Sigma",
"SSE.Controllers.Toolbar.txtSymbol_sqrt": "Radical Sign",
"SSE.Controllers.Toolbar.txtSymbol_tau": "Tau",
"SSE.Controllers.Toolbar.txtSymbol_therefore": "Therefore",
"SSE.Controllers.Toolbar.txtSymbol_theta": "Theta",
"SSE.Controllers.Toolbar.txtSymbol_times": "Multiplication Sign",
"SSE.Controllers.Toolbar.txtSymbol_uparrow": "Up Arrow",
"SSE.Controllers.Toolbar.txtSymbol_upsilon": "Upsilon",
"SSE.Controllers.Toolbar.txtSymbol_varepsilon": "Epsilon Variant",
"SSE.Controllers.Toolbar.txtSymbol_varphi": "Phi Variant",
"SSE.Controllers.Toolbar.txtSymbol_varpi": "Pi Variant",
"SSE.Controllers.Toolbar.txtSymbol_varrho": "Rho Variant",
"SSE.Controllers.Toolbar.txtSymbol_varsigma": "Sigma Variant",
"SSE.Controllers.Toolbar.txtSymbol_vartheta": "Theta Variant",
"SSE.Controllers.Toolbar.txtSymbol_vdots": "Vertical Ellipsis",
"SSE.Controllers.Toolbar.txtSymbol_xsi": "Xi",
"SSE.Controllers.Toolbar.txtSymbol_zeta": "Zeta",
"SSE.Controllers.Toolbar.warnMergeLostData": "En la celda unida permanecerán sólo los datos de la celda de la esquina superior izquierda.<br>Está seguro de que quiere continuar?",
"SSE.Views.AutoFilterDialog.btnCustomFilter": "Filtro personalizado",
"SSE.Views.AutoFilterDialog.cancelButtonText": "Cancelar",
......@@ -291,30 +725,54 @@
"SSE.Views.CellEditor.textManager": "Administrador de nombre",
"SSE.Views.CellEditor.tipFormula": "Insertar función",
"SSE.Views.CellRangeDialog.errorMaxRows": "¡ERROR! El número máximo de series de datos por gráfico es 225",
"SSE.Views.CellRangeDialog.errorStockChart": "Incorrect row order. To build a stock chart place the data on the sheet in the following order:<br> opening price, max price, min price, closing price.",
"SSE.Views.CellRangeDialog.textCancel": "Cancelar",
"SSE.Views.CellRangeDialog.txtEmpty": "Este campo es obligatorio",
"SSE.Views.CellRangeDialog.txtInvalidRange": "¡ERROR!Rango de celdas inválido",
"SSE.Views.CellRangeDialog.txtTitle": "Selección de rango de datos",
"SSE.Views.ChartSettings.strLineWeight": "Line Weight",
"SSE.Views.ChartSettings.strSparkColor": "Color",
"SSE.Views.ChartSettings.strTemplate": "Template",
"SSE.Views.ChartSettings.textAdvanced": "Mostrar ajustes avanzados",
"SSE.Views.ChartSettings.textArea": "Gráfico de área",
"SSE.Views.ChartSettings.textBar": "Gráfico de barras",
"SSE.Views.ChartSettings.textBorderSizeErr": "The entered value is incorrect.<br>Please enter a value between 0 pt and 1584 pt.",
"SSE.Views.ChartSettings.textChartType": "Cambiar tipo de gráfico",
"SSE.Views.ChartSettings.textColumn": "Gráfico de columnas",
"SSE.Views.ChartSettings.textColumnSpark": "Column",
"SSE.Views.ChartSettings.textEditData": "Editar datos",
"SSE.Views.ChartSettings.textFirstPoint": "First Point",
"SSE.Views.ChartSettings.textHeight": "Altura",
"SSE.Views.ChartSettings.textHighPoint": "High Point",
"SSE.Views.ChartSettings.textKeepRatio": "Proporciones constantes",
"SSE.Views.ChartSettings.textLastPoint": "Last Point",
"SSE.Views.ChartSettings.textLine": "Gráfico de líneas",
"SSE.Views.ChartSettings.textLineSpark": "Line",
"SSE.Views.ChartSettings.textLowPoint": "Low Point",
"SSE.Views.ChartSettings.textMarkers": "Markers",
"SSE.Views.ChartSettings.textNegativePoint": "Negative Point",
"SSE.Views.ChartSettings.textNewColor": "Añadir Color Personalizado Nuevo",
"SSE.Views.ChartSettings.textPie": "Gráfico circular",
"SSE.Views.ChartSettings.textPoint": "Gráfico de Punto",
"SSE.Views.ChartSettings.textRanges": "Data Range",
"SSE.Views.ChartSettings.textSelectData": "Select Data",
"SSE.Views.ChartSettings.textShow": "Show",
"SSE.Views.ChartSettings.textSize": "Tamaño",
"SSE.Views.ChartSettings.textStock": "De cotizaciones",
"SSE.Views.ChartSettings.textStyle": "Estilo",
"SSE.Views.ChartSettings.textType": "Type",
"SSE.Views.ChartSettings.textWidth": "Ancho",
"SSE.Views.ChartSettings.textWinLossSpark": "Win/Loss",
"SSE.Views.ChartSettingsDlg.cancelButtonText": "Cancelar",
"SSE.Views.ChartSettingsDlg.errorMaxRows": "¡ERROR! El número máximo de series de datos por gráfico es 225",
"SSE.Views.ChartSettingsDlg.errorStockChart": "Orden de las filas incorrecto. Para compilar un gráfico de cotizaciones introduzca los datos en la hoja de la forma siguiente:<br> precio de apertura, precio máximo, precio mínimo, precio de cierre.",
"SSE.Views.ChartSettingsDlg.textAlt": "Texto alternativo",
"SSE.Views.ChartSettingsDlg.textAltDescription": "Description",
"SSE.Views.ChartSettingsDlg.textAltTip": "The alternative text-based representation of the visual object information, which will be read to the people with vision or cognitive impairments to help them better understand what information there is in the image, autoshape, chart or table.",
"SSE.Views.ChartSettingsDlg.textAltTitle": "Title",
"SSE.Views.ChartSettingsDlg.textArea": "Gráfico de área",
"SSE.Views.ChartSettingsDlg.textAuto": "Auto",
"SSE.Views.ChartSettingsDlg.textAutoEach": "Automático para cada",
"SSE.Views.ChartSettingsDlg.textAxisCrosses": "Intersección con eje",
"SSE.Views.ChartSettingsDlg.textAxisOptions": "Parámetros de eje",
"SSE.Views.ChartSettingsDlg.textAxisPos": "Posición de eje",
......@@ -322,12 +780,13 @@
"SSE.Views.ChartSettingsDlg.textBar": "Gráfico de barras",
"SSE.Views.ChartSettingsDlg.textBetweenTickMarks": "Entre marcas de graduación",
"SSE.Views.ChartSettingsDlg.textBillions": "Millardos",
"SSE.Views.ChartSettingsDlg.textBottom": "Bottom",
"SSE.Views.ChartSettingsDlg.textBottom": "Abajo ",
"SSE.Views.ChartSettingsDlg.textCategoryName": "Nombre de categoría",
"SSE.Views.ChartSettingsDlg.textCenter": "Al centro",
"SSE.Views.ChartSettingsDlg.textChartElementsLegend": "Elementos de gráfico y <br/>leyenda de gráfico",
"SSE.Views.ChartSettingsDlg.textChartTitle": "Título de gráfico",
"SSE.Views.ChartSettingsDlg.textColumn": "Gráfico de columnas",
"SSE.Views.ChartSettingsDlg.textColumnSpark": "Column",
"SSE.Views.ChartSettingsDlg.textCross": "Intersección",
"SSE.Views.ChartSettingsDlg.textCustom": "Personalizado",
"SSE.Views.ChartSettingsDlg.textDataColumns": "en columnas",
......@@ -336,9 +795,13 @@
"SSE.Views.ChartSettingsDlg.textDataRows": "en filas",
"SSE.Views.ChartSettingsDlg.textDataSeries": "Serie de datos",
"SSE.Views.ChartSettingsDlg.textDisplayLegend": "Mostrar Leyenda",
"SSE.Views.ChartSettingsDlg.textEmptyCells": "Hidden and Empty cells",
"SSE.Views.ChartSettingsDlg.textEmptyLine": "Connect data points with line",
"SSE.Views.ChartSettingsDlg.textFit": "Fit to Width",
"SSE.Views.ChartSettingsDlg.textFixed": "Corregido",
"SSE.Views.ChartSettingsDlg.textGaps": "Gaps",
"SSE.Views.ChartSettingsDlg.textGridLines": "Líneas de cuadrícula",
"SSE.Views.ChartSettingsDlg.textGroup": "Group Sparkline",
"SSE.Views.ChartSettingsDlg.textHide": "Ocultar",
"SSE.Views.ChartSettingsDlg.textHigh": "Alto",
"SSE.Views.ChartSettingsDlg.textHorAxis": "Eje horizontal",
......@@ -366,6 +829,8 @@
"SSE.Views.ChartSettingsDlg.textLegendTop": "Superior",
"SSE.Views.ChartSettingsDlg.textLine": "Gráfico de líneas",
"SSE.Views.ChartSettingsDlg.textLines": "Líneas",
"SSE.Views.ChartSettingsDlg.textLineSpark": "Line",
"SSE.Views.ChartSettingsDlg.textLocationRange": "Location Range",
"SSE.Views.ChartSettingsDlg.textLow": "Bajo",
"SSE.Views.ChartSettingsDlg.textMajor": "Principal",
"SSE.Views.ChartSettingsDlg.textMajorMinor": "Principal y menor",
......@@ -388,18 +853,25 @@
"SSE.Views.ChartSettingsDlg.textPie": "Gráfico circular",
"SSE.Views.ChartSettingsDlg.textPoint": "Gráfico de Punto",
"SSE.Views.ChartSettingsDlg.textReverse": "Valores en orden inverso",
"SSE.Views.ChartSettingsDlg.textReverseOrder": "Reverse order",
"SSE.Views.ChartSettingsDlg.textRight": "Right",
"SSE.Views.ChartSettingsDlg.textRightOverlay": "Superposición a la derecha",
"SSE.Views.ChartSettingsDlg.textRotated": "Girado",
"SSE.Views.ChartSettingsDlg.textSameAll": "Same for All",
"SSE.Views.ChartSettingsDlg.textSelectData": "Selección de datos",
"SSE.Views.ChartSettingsDlg.textSeparator": "Separador de etiquetas de datos",
"SSE.Views.ChartSettingsDlg.textSeriesName": "Nombre de serie",
"SSE.Views.ChartSettingsDlg.textShow": "Mostrar",
"SSE.Views.ChartSettingsDlg.textShowAxis": "Mostrar eje",
"SSE.Views.ChartSettingsDlg.textShowBorders": "Mostrar bordes",
"SSE.Views.ChartSettingsDlg.textShowData": "Show data in hidden rows and columns",
"SSE.Views.ChartSettingsDlg.textShowEmptyCells": "Show empty cells as",
"SSE.Views.ChartSettingsDlg.textShowGrid": "Cuadrícula",
"SSE.Views.ChartSettingsDlg.textShowSparkAxis": "Show Axis",
"SSE.Views.ChartSettingsDlg.textShowValues": "Mostrar los valores del gráfico",
"SSE.Views.ChartSettingsDlg.textSingle": "Single Sparkline",
"SSE.Views.ChartSettingsDlg.textSmooth": "Suave",
"SSE.Views.ChartSettingsDlg.textSparkRanges": "Sparkline Ranges",
"SSE.Views.ChartSettingsDlg.textStock": "De cotizaciones",
"SSE.Views.ChartSettingsDlg.textStraight": "Recto",
"SSE.Views.ChartSettingsDlg.textStyle": "Estilo",
......@@ -408,6 +880,7 @@
"SSE.Views.ChartSettingsDlg.textThousands": "Miles",
"SSE.Views.ChartSettingsDlg.textTickOptions": "Parámetros de marcas de graduación",
"SSE.Views.ChartSettingsDlg.textTitle": "Gráfico- Ajustes avanzados",
"SSE.Views.ChartSettingsDlg.textTitleSparkline": "Sparkline - Advanced Settings",
"SSE.Views.ChartSettingsDlg.textTop": "Top",
"SSE.Views.ChartSettingsDlg.textTrillions": "Billones",
"SSE.Views.ChartSettingsDlg.textType": "Tipo",
......@@ -418,8 +891,10 @@
"SSE.Views.ChartSettingsDlg.textVertAxis": "Eje vertical",
"SSE.Views.ChartSettingsDlg.textVertGrid": "Líneas de cuadrícula verticales",
"SSE.Views.ChartSettingsDlg.textVertTitle": "Título de eje vertical",
"SSE.Views.ChartSettingsDlg.textWinLossSpark": "Win/Loss",
"SSE.Views.ChartSettingsDlg.textXAxisTitle": "Título del eje X",
"SSE.Views.ChartSettingsDlg.textYAxisTitle": "Título del eje Y",
"SSE.Views.ChartSettingsDlg.textZero": "Zero",
"SSE.Views.ChartSettingsDlg.txtEmpty": "Este campo es obligatorio",
"SSE.Views.DigitalFilterDialog.cancelButtonText": "Cancelar",
"SSE.Views.DigitalFilterDialog.capAnd": "Y",
......@@ -467,6 +942,7 @@
"SSE.Views.DocumentHolder.textArrangeBackward": "Enviar atrás",
"SSE.Views.DocumentHolder.textArrangeForward": "Traer adelante",
"SSE.Views.DocumentHolder.textArrangeFront": "Traer al primer plano",
"SSE.Views.DocumentHolder.textEntriesList": "Select from drop-down list",
"SSE.Views.DocumentHolder.textFreezePanes": "Inmovilizar paneles",
"SSE.Views.DocumentHolder.textUnFreezePanes": "Unfreeze Panes",
"SSE.Views.DocumentHolder.topCellText": "Alinear en la parte superior",
......@@ -474,13 +950,15 @@
"SSE.Views.DocumentHolder.txtAddNamedRange": "Definir Nombre",
"SSE.Views.DocumentHolder.txtArrange": "Arreglar",
"SSE.Views.DocumentHolder.txtAscending": "Ascendente",
"SSE.Views.DocumentHolder.txtAutoColumnWidth": "Auto Fit Column Width",
"SSE.Views.DocumentHolder.txtAutoRowHeight": "Auto Fit Row Height",
"SSE.Views.DocumentHolder.txtAutoColumnWidth": "Ajuste automático de ancho de columna",
"SSE.Views.DocumentHolder.txtAutoRowHeight": "Ajuste automático de altura de fila ",
"SSE.Views.DocumentHolder.txtClear": "Limpiar",
"SSE.Views.DocumentHolder.txtClearAll": "Todo",
"SSE.Views.DocumentHolder.txtClearComments": "Comentarios",
"SSE.Views.DocumentHolder.txtClearFormat": "Formato",
"SSE.Views.DocumentHolder.txtClearHyper": "Hiperenlaces",
"SSE.Views.DocumentHolder.txtClearSparklineGroups": "Clear Selected Sparkline Groups",
"SSE.Views.DocumentHolder.txtClearSparklines": "Clear Selected Sparklines",
"SSE.Views.DocumentHolder.txtClearText": "Texto",
"SSE.Views.DocumentHolder.txtColumn": "Toda la columna",
"SSE.Views.DocumentHolder.txtColumnWidth": "Ancho de columna",
......@@ -513,17 +991,20 @@
"SSE.Views.DocumentHolder.txtSort": "Ordenar",
"SSE.Views.DocumentHolder.txtSortCellColor": "Color seleccionado en la parte superior de la célula",
"SSE.Views.DocumentHolder.txtSortFontColor": "Color de letra seleccionado en la parte superior",
"SSE.Views.DocumentHolder.txtSparklines": "Sparklines",
"SSE.Views.DocumentHolder.txtTextAdvanced": "Ajustes avanzados de texto",
"SSE.Views.DocumentHolder.txtUngroup": "Desagrupar",
"SSE.Views.DocumentHolder.txtWidth": "Ancho",
"SSE.Views.DocumentHolder.vertAlignText": "Alineación vertical",
"SSE.Views.FileMenu.btnBackCaption": "Ir a Documentos",
"SSE.Views.FileMenu.btnCloseMenuCaption": "Close Menu",
"SSE.Views.FileMenu.btnCreateNewCaption": "Crear nueva",
"SSE.Views.FileMenu.btnDownloadCaption": "Descargar como...",
"SSE.Views.FileMenu.btnHelpCaption": "Ayuda...",
"SSE.Views.FileMenu.btnInfoCaption": "Info sobre hoja de cálculo...",
"SSE.Views.FileMenu.btnPrintCaption": "Imprimir",
"SSE.Views.FileMenu.btnRecentFilesCaption": "Abrir reciente...",
"SSE.Views.FileMenu.btnRenameCaption": "Rename...",
"SSE.Views.FileMenu.btnReturnCaption": "Volver a hoja de cálculo",
"SSE.Views.FileMenu.btnRightsCaption": "Derechos de acceso...",
"SSE.Views.FileMenu.btnSaveAsCaption": "Guardar como",
......@@ -573,11 +1054,41 @@
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLiveComment": "Demostración de Comentarios ",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtMac": "como OS X",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtNative": "Nativo",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtPl": "Polish",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtPt": "Punto",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtRu": "Ruso",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWin": "como Windows",
"SSE.Views.FileMenuPanels.Settings.txtGeneral": "General",
"SSE.Views.FileMenuPanels.Settings.txtPageSettings": "Ajustes de la Página",
"SSE.Views.FormatSettingsDialog.textCancel": "Cancelar",
"SSE.Views.FormatSettingsDialog.textCategory": "Categoría",
"SSE.Views.FormatSettingsDialog.textDecimal": "Decimal",
"SSE.Views.FormatSettingsDialog.textFormat": "Format",
"SSE.Views.FormatSettingsDialog.textOk": "OK",
"SSE.Views.FormatSettingsDialog.textSeparator": "Use 1000 separator",
"SSE.Views.FormatSettingsDialog.textSymbols": "Symbols",
"SSE.Views.FormatSettingsDialog.textTitle": "Number Format",
"SSE.Views.FormatSettingsDialog.txtAccounting": "Contabilidad",
"SSE.Views.FormatSettingsDialog.txtAs10": "Décimas (5/10)",
"SSE.Views.FormatSettingsDialog.txtAs100": "Сentésimas (50/100)",
"SSE.Views.FormatSettingsDialog.txtAs16": "Dieciseisavos (8/16)",
"SSE.Views.FormatSettingsDialog.txtAs2": "Mitades (1/2)",
"SSE.Views.FormatSettingsDialog.txtAs4": "Cuartos (2/4)",
"SSE.Views.FormatSettingsDialog.txtAs8": "Octavos (4/8)",
"SSE.Views.FormatSettingsDialog.txtCurrency": "Currency",
"SSE.Views.FormatSettingsDialog.txtCustom": "Custom",
"SSE.Views.FormatSettingsDialog.txtDate": "Date",
"SSE.Views.FormatSettingsDialog.txtFraction": "Fraction",
"SSE.Views.FormatSettingsDialog.txtGeneral": "General",
"SSE.Views.FormatSettingsDialog.txtNumber": "Number",
"SSE.Views.FormatSettingsDialog.txtPercentage": "Percentage",
"SSE.Views.FormatSettingsDialog.txtSample": "Sample:",
"SSE.Views.FormatSettingsDialog.txtScientific": "Scientific",
"SSE.Views.FormatSettingsDialog.txtText": "Text",
"SSE.Views.FormatSettingsDialog.txtTime": "Time",
"SSE.Views.FormatSettingsDialog.txtUpto1": "Up to one digit (1/3)",
"SSE.Views.FormatSettingsDialog.txtUpto2": "Up to two digits (12/25)",
"SSE.Views.FormatSettingsDialog.txtUpto3": "Up to three digits (131/135)",
"SSE.Views.FormulaDialog.cancelButtonText": "Cancelar",
"SSE.Views.FormulaDialog.okButtonText": "OK",
"SSE.Views.FormulaDialog.sCategoryAll": "Todo",
......@@ -637,6 +1148,7 @@
"SSE.Views.HyperlinkSettingsDialog.textTitle": "Configuración de hiperenlace",
"SSE.Views.HyperlinkSettingsDialog.txtEmpty": "Este campo es obligatorio",
"SSE.Views.HyperlinkSettingsDialog.txtNotUrl": "El campo debe ser URL en el formato \"http://www.example.com\"",
"SSE.Views.ImageSettings.textAdvanced": "Show advanced settings",
"SSE.Views.ImageSettings.textEdit": "Edit",
"SSE.Views.ImageSettings.textEditObject": "Edit Object",
"SSE.Views.ImageSettings.textFromFile": "De archivo",
......@@ -647,6 +1159,13 @@
"SSE.Views.ImageSettings.textOriginalSize": "Tamaño Predeterminado",
"SSE.Views.ImageSettings.textSize": "Tamaño",
"SSE.Views.ImageSettings.textWidth": "Ancho",
"SSE.Views.ImageSettingsAdvanced.cancelButtonText": "Cancelar",
"SSE.Views.ImageSettingsAdvanced.okButtonText": "Ok",
"SSE.Views.ImageSettingsAdvanced.textAlt": "Texto alternativo",
"SSE.Views.ImageSettingsAdvanced.textAltDescription": "Description",
"SSE.Views.ImageSettingsAdvanced.textAltTip": "The alternative text-based representation of the visual object information, which will be read to the people with vision or cognitive impairments to help them better understand what information there is in the image, autoshape, chart or table.",
"SSE.Views.ImageSettingsAdvanced.textAltTitle": "Title",
"SSE.Views.ImageSettingsAdvanced.textTitle": "Image - Advanced Settings",
"SSE.Views.LeftMenu.tipAbout": "Acerca de programa",
"SSE.Views.LeftMenu.tipChat": "Chat",
"SSE.Views.LeftMenu.tipComments": "Comentarios",
......@@ -785,6 +1304,7 @@
"SSE.Views.RightMenu.txtParagraphSettings": "Ajustes de texto",
"SSE.Views.RightMenu.txtSettings": "Ajustes comunes",
"SSE.Views.RightMenu.txtShapeSettings": "Ajustes de forma",
"SSE.Views.RightMenu.txtSparklineSettings": "Sparkline Settings",
"SSE.Views.RightMenu.txtTableSettings": "Ajustes de la tabla",
"SSE.Views.RightMenu.txtTextArtSettings": "Ajustes de arte de texto",
"SSE.Views.SetValueDialog.cancelButtonText": "Cancelar",
......@@ -837,6 +1357,10 @@
"SSE.Views.ShapeSettingsAdvanced.cancelButtonText": "Cancelar",
"SSE.Views.ShapeSettingsAdvanced.okButtonText": "OK",
"SSE.Views.ShapeSettingsAdvanced.strMargins": "Márgenes interiores",
"SSE.Views.ShapeSettingsAdvanced.textAlt": "Texto alternativo",
"SSE.Views.ShapeSettingsAdvanced.textAltDescription": "Description",
"SSE.Views.ShapeSettingsAdvanced.textAltTip": "The alternative text-based representation of the visual object information, which will be read to the people with vision or cognitive impairments to help them better understand what information there is in the image, autoshape, chart or table.",
"SSE.Views.ShapeSettingsAdvanced.textAltTitle": "Title",
"SSE.Views.ShapeSettingsAdvanced.textArrows": "Flechas",
"SSE.Views.ShapeSettingsAdvanced.textBeginSize": "Tamaño inicial",
"SSE.Views.ShapeSettingsAdvanced.textBeginStyle": "Estilo inicial",
......@@ -864,6 +1388,8 @@
"SSE.Views.Statusbar.CopyDialog.itemMoveToEnd": "(Mover al final)",
"SSE.Views.Statusbar.CopyDialog.textCopyBefore": "Copiar antes de hoja",
"SSE.Views.Statusbar.CopyDialog.textMoveBefore": "Desplazar delante de hoja",
"SSE.Views.Statusbar.filteredRecordsText": "Registros filtrados: {0} de {1}",
"SSE.Views.Statusbar.filteredText": "Filter mode",
"SSE.Views.Statusbar.itemCopy": "Copiar",
"SSE.Views.Statusbar.itemDelete": "Borrar",
"SSE.Views.Statusbar.itemHidden": "Ocultado",
......@@ -913,9 +1439,11 @@
"SSE.Views.TableSettings.selectDataText": "Seleccionar datos de columna",
"SSE.Views.TableSettings.selectRowText": "Seleccionar fila",
"SSE.Views.TableSettings.selectTableText": "Seleccionar tabla",
"SSE.Views.TableSettings.textAdvanced": "Show advanced settings",
"SSE.Views.TableSettings.textBanded": "Con bandas",
"SSE.Views.TableSettings.textCancel": "Cancelar",
"SSE.Views.TableSettings.textColumns": "Columnas",
"SSE.Views.TableSettings.textConvertRange": "Convert to range",
"SSE.Views.TableSettings.textEdit": "Filas y columnas",
"SSE.Views.TableSettings.textEmptyTemplate": "Sin plantillas",
"SSE.Views.TableSettings.textExistName": "¡ERROR! Una gama con tal nombre ya existe",
......@@ -933,6 +1461,13 @@
"SSE.Views.TableSettings.textTableName": "Nombre de la tabla",
"SSE.Views.TableSettings.textTemplate": "Seleccionar de plantilla",
"SSE.Views.TableSettings.textTotal": "Total",
"SSE.Views.TableSettingsAdvanced.cancelButtonText": "Cancelar",
"SSE.Views.TableSettingsAdvanced.okButtonText": "Ok",
"SSE.Views.TableSettingsAdvanced.textAlt": "Texto alternativo",
"SSE.Views.TableSettingsAdvanced.textAltDescription": "Description",
"SSE.Views.TableSettingsAdvanced.textAltTip": "The alternative text-based representation of the visual object information, which will be read to the people with vision or cognitive impairments to help them better understand what information there is in the image, autoshape, chart or table.",
"SSE.Views.TableSettingsAdvanced.textAltTitle": "Title",
"SSE.Views.TableSettingsAdvanced.textTitle": "Table - Advanced Settings",
"SSE.Views.TextArtSettings.strBackground": "Color de fondo",
"SSE.Views.TextArtSettings.strColor": "Color",
"SSE.Views.TextArtSettings.strFill": "Relleno",
......@@ -985,12 +1520,17 @@
"SSE.Views.Toolbar.textAlignRight": "Alinear a la derecha",
"SSE.Views.Toolbar.textAlignTop": "Alinear arriba",
"SSE.Views.Toolbar.textAllBorders": "Todos los bordes",
"SSE.Views.Toolbar.textArea": "Área",
"SSE.Views.Toolbar.textBar": "Gráfico de barras",
"SSE.Views.Toolbar.textBold": "Negrita",
"SSE.Views.Toolbar.textBordersColor": "Color de borde",
"SSE.Views.Toolbar.textBordersWidth": "Ancho de borde",
"SSE.Views.Toolbar.textBordersStyle": "Estilo de borde",
"SSE.Views.Toolbar.textBottomBorders": "Bordes inferiores",
"SSE.Views.Toolbar.textCenterBorders": "Bordes verticales internos",
"SSE.Views.Toolbar.textCharts": "Gráficos",
"SSE.Views.Toolbar.textClockwise": "En la dirección de manecillas de reloj",
"SSE.Views.Toolbar.textColumn": "Column",
"SSE.Views.Toolbar.textColumnSpark": "Column",
"SSE.Views.Toolbar.textCompactToolbar": "Barra de herramientas compacta",
"SSE.Views.Toolbar.textCounterCw": "En el sentido antihorario",
"SSE.Views.Toolbar.textDelLeft": "Desplazar celdas a la izquierda",
......@@ -999,7 +1539,6 @@
"SSE.Views.Toolbar.textDiagUpBorder": "Borde diagonal ascendente",
"SSE.Views.Toolbar.textEntireCol": "Toda la columna",
"SSE.Views.Toolbar.textEntireRow": "Toda la fila",
"SSE.Views.Toolbar.textFreezePanes": "Inmovilizar paneles",
"SSE.Views.Toolbar.textHideFBar": "Ocultar barra de fórmulas",
"SSE.Views.Toolbar.textHideGridlines": "Ocultar cuadrícula",
"SSE.Views.Toolbar.textHideHeadings": "Ocultar títulos",
......@@ -1012,17 +1551,25 @@
"SSE.Views.Toolbar.textInsTextArt": "Insertar Texto de Arte",
"SSE.Views.Toolbar.textItalic": "Cursiva",
"SSE.Views.Toolbar.textLeftBorders": "Bordes izquierdos",
"SSE.Views.Toolbar.textLine": "Line",
"SSE.Views.Toolbar.textLineSpark": "Line",
"SSE.Views.Toolbar.textMiddleBorders": "Bordes horizontales internos",
"SSE.Views.Toolbar.textMoreFormats": "More formats",
"SSE.Views.Toolbar.textNewColor": "Añadir Color Personalizado Nuevo",
"SSE.Views.Toolbar.textNoBorders": "Sin bordes",
"SSE.Views.Toolbar.textOutBorders": "Bordes externos",
"SSE.Views.Toolbar.textPie": "Pie",
"SSE.Views.Toolbar.textPoint": "XY (Scatter)",
"SSE.Views.Toolbar.textPrint": "Imprimir",
"SSE.Views.Toolbar.textPrintOptions": "Opciones de impresión",
"SSE.Views.Toolbar.textRightBorders": "Bordes derechos",
"SSE.Views.Toolbar.textRotateDown": "Girar texto hacia abajo",
"SSE.Views.Toolbar.textRotateUp": "Girar texto hacia arriba",
"SSE.Views.Toolbar.textSparks": "Sparklines",
"SSE.Views.Toolbar.textStock": "Stock",
"SSE.Views.Toolbar.textTopBorders": "Bordes superiores",
"SSE.Views.Toolbar.textUnderline": "Subrayar",
"SSE.Views.Toolbar.textWinLossSpark": "Win/Loss",
"SSE.Views.Toolbar.textZoom": "Zoom",
"SSE.Views.Toolbar.tipAdvSettings": "Ajustes avanzados",
"SSE.Views.Toolbar.tipAlignBottom": "Alinear en la parte inferior",
......@@ -1054,6 +1601,8 @@
"SSE.Views.Toolbar.tipIncDecimal": "Aumentar decimales",
"SSE.Views.Toolbar.tipIncFont": "Aumentar tamaño de letra",
"SSE.Views.Toolbar.tipInsertChart": "Insertar gráfico",
"SSE.Views.Toolbar.tipInsertChartSpark": "Insert Chart or Sparkline",
"SSE.Views.Toolbar.tipInsertEquation": "Insert Equation",
"SSE.Views.Toolbar.tipInsertHyperlink": "Añadir hiperenlace",
"SSE.Views.Toolbar.tipInsertImage": "Insertar imagen",
"SSE.Views.Toolbar.tipInsertOpt": "Insertar celdas",
......@@ -1110,7 +1659,7 @@
"SSE.Views.Toolbar.txtPasteRange": "Pegar nombre",
"SSE.Views.Toolbar.txtPercentage": "Porcentaje",
"SSE.Views.Toolbar.txtPound": "£ Libra",
"SSE.Views.Toolbar.txtRouble": "р. Rublo",
"SSE.Views.Toolbar.txtRouble": " Rublo",
"SSE.Views.Toolbar.txtScheme1": "Oficina",
"SSE.Views.Toolbar.txtScheme10": "Intermedio",
"SSE.Views.Toolbar.txtScheme11": "Metro",
......
......@@ -87,7 +87,7 @@
"Common.Views.OpenDialog.txtEncoding": "Encodage",
"Common.Views.OpenDialog.txtPassword": "Mot de passe",
"Common.Views.OpenDialog.txtSpace": "Espace",
"Common.Views.OpenDialog.txtTab": "Onglet",
"Common.Views.OpenDialog.txtTab": "Tabulation",
"Common.Views.OpenDialog.txtTitle": "Choisir %1 des options ",
"Common.Views.OpenDialog.txtTitleProtected": "Fichier protégé",
"Common.Views.PluginDlg.textLoading": "Chargement",
......@@ -257,6 +257,7 @@
"SSE.Controllers.Main.errorPasteMaxRange": "La zone de copie ne correspond pas à la zone de collage.<br>Pour coller les cellules copiées, veuillez sélectionner une zone avec la même taille ou cliquer sur la première cellule d'une ligne.",
"SSE.Controllers.Main.errorPrintMaxPagesCount": "Malheureusement, il n’est pas possible d’imprimer plus de 1500 pages à la fois en utilisant la version actuelle du programme.<br>Cette restriction sera supprimée dans la version future.",
"SSE.Controllers.Main.errorProcessSaveResult": "Échec de l'enregistrement",
"SSE.Controllers.Main.errorServerVersion": "La version de l'éditeur a été mise à jour. La page sera rechargée pour appliquer les modifications.",
"SSE.Controllers.Main.errorSessionAbsolute": "La session de la modification de document a expiré.Veuillez recharger la page.",
"SSE.Controllers.Main.errorSessionIdle": "Le document n'est pas modifié depuis longtemps. Veuillez recharger la page.",
"SSE.Controllers.Main.errorSessionToken": "La connexion au serveur a été interrompue. Veuillez recharger la page.",
......@@ -311,6 +312,7 @@
"SSE.Controllers.Main.textYes": "Oui",
"SSE.Controllers.Main.titleLicenseExp": "Licence expirée",
"SSE.Controllers.Main.titleRecalcFormulas": "Calcul en cours...",
"SSE.Controllers.Main.titleServerVersion": "L'éditeur est mis à jour",
"SSE.Controllers.Main.txtArt": "Votre texte ici",
"SSE.Controllers.Main.txtBasicShapes": "Formes de base",
"SSE.Controllers.Main.txtButtons": "Boutons",
......@@ -1052,6 +1054,7 @@
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLiveComment": "Affichage des commentaires ",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtMac": "comme OS X",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtNative": "Natif",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtPl": "Polonais",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtPt": "Point",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtRu": "Russian",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWin": "comme Windows",
......@@ -1066,12 +1069,12 @@
"SSE.Views.FormatSettingsDialog.textSymbols": "Symboles",
"SSE.Views.FormatSettingsDialog.textTitle": "Format de nombre",
"SSE.Views.FormatSettingsDialog.txtAccounting": "Comptabilité",
"SSE.Views.FormatSettingsDialog.txtAs10": "Dizièmes",
"SSE.Views.FormatSettingsDialog.txtAs100": "Centièmes",
"SSE.Views.FormatSettingsDialog.txtAs16": "Seizièmes",
"SSE.Views.FormatSettingsDialog.txtAs2": "Demis",
"SSE.Views.FormatSettingsDialog.txtAs4": "Quatrième",
"SSE.Views.FormatSettingsDialog.txtAs8": "Huitièmes",
"SSE.Views.FormatSettingsDialog.txtAs10": "Dizièmes (5/10)",
"SSE.Views.FormatSettingsDialog.txtAs100": "Centièmes (50/100)",
"SSE.Views.FormatSettingsDialog.txtAs16": "Seizièmes (8/16)",
"SSE.Views.FormatSettingsDialog.txtAs2": "Demis (1/2)",
"SSE.Views.FormatSettingsDialog.txtAs4": "Quatrième (2/4)",
"SSE.Views.FormatSettingsDialog.txtAs8": "Huitièmes (4/8)",
"SSE.Views.FormatSettingsDialog.txtCurrency": "Monétaire",
"SSE.Views.FormatSettingsDialog.txtCustom": "Personnalisé",
"SSE.Views.FormatSettingsDialog.txtDate": "Date",
......@@ -1083,9 +1086,9 @@
"SSE.Views.FormatSettingsDialog.txtScientific": "Scientifique",
"SSE.Views.FormatSettingsDialog.txtText": "Texte",
"SSE.Views.FormatSettingsDialog.txtTime": "Heure",
"SSE.Views.FormatSettingsDialog.txtUpto1": "D'un chiffre",
"SSE.Views.FormatSettingsDialog.txtUpto2": "De deux chiffres",
"SSE.Views.FormatSettingsDialog.txtUpto3": "De trois chiffres",
"SSE.Views.FormatSettingsDialog.txtUpto1": "D'un chiffre (1/3)",
"SSE.Views.FormatSettingsDialog.txtUpto2": "De deux chiffres (12/25)",
"SSE.Views.FormatSettingsDialog.txtUpto3": "De trois chiffres (131/135)",
"SSE.Views.FormulaDialog.cancelButtonText": "Annuler",
"SSE.Views.FormulaDialog.okButtonText": "OK",
"SSE.Views.FormulaDialog.sCategoryAll": "Tout",
......@@ -1255,17 +1258,17 @@
"SSE.Views.ParagraphSettingsAdvanced.strStrike": "Biffés",
"SSE.Views.ParagraphSettingsAdvanced.strSubscript": "Indice",
"SSE.Views.ParagraphSettingsAdvanced.strSuperscript": "Exposant",
"SSE.Views.ParagraphSettingsAdvanced.strTabs": "Onglet",
"SSE.Views.ParagraphSettingsAdvanced.strTabs": "Tabulation",
"SSE.Views.ParagraphSettingsAdvanced.textAlign": "Alignement",
"SSE.Views.ParagraphSettingsAdvanced.textCharacterSpacing": "Espacement des caractères",
"SSE.Views.ParagraphSettingsAdvanced.textDefault": "Onglet par défaut",
"SSE.Views.ParagraphSettingsAdvanced.textDefault": "Par défaut",
"SSE.Views.ParagraphSettingsAdvanced.textEffects": "Effets",
"SSE.Views.ParagraphSettingsAdvanced.textRemove": "Supprimer",
"SSE.Views.ParagraphSettingsAdvanced.textRemoveAll": "Supprimer tout",
"SSE.Views.ParagraphSettingsAdvanced.textSet": "Spécifier",
"SSE.Views.ParagraphSettingsAdvanced.textTabCenter": "Au centre",
"SSE.Views.ParagraphSettingsAdvanced.textTabLeft": "A gauche",
"SSE.Views.ParagraphSettingsAdvanced.textTabPosition": "Position d'onglet",
"SSE.Views.ParagraphSettingsAdvanced.textTabPosition": "Position",
"SSE.Views.ParagraphSettingsAdvanced.textTabRight": "A droite",
"SSE.Views.ParagraphSettingsAdvanced.textTitle": "Paragraphe - Paramètres avancés",
"SSE.Views.PrintSettings.btnPrint": "Enregistrer et imprimer",
......@@ -1440,6 +1443,7 @@
"SSE.Views.TableSettings.textBanded": "Bordé",
"SSE.Views.TableSettings.textCancel": "Annuler",
"SSE.Views.TableSettings.textColumns": "Colonnes",
"SSE.Views.TableSettings.textConvertRange": "Conversion en plage",
"SSE.Views.TableSettings.textEdit": "Lignes et colonnes",
"SSE.Views.TableSettings.textEmptyTemplate": "Aucun modèle",
"SSE.Views.TableSettings.textExistName": "ERREUR! Une gamme avec un tel nom existe déjà",
......@@ -1519,7 +1523,7 @@
"SSE.Views.Toolbar.textArea": "En aires",
"SSE.Views.Toolbar.textBar": "À barres",
"SSE.Views.Toolbar.textBold": "Gras",
"SSE.Views.Toolbar.textBordersColor": "Couleur de la bordure",
"SSE.Views.Toolbar.textBordersColor": "Couleur",
"SSE.Views.Toolbar.textBordersStyle": "Style de la bordure",
"SSE.Views.Toolbar.textBottomBorders": "Bordures inférieures",
"SSE.Views.Toolbar.textCenterBorders": "Bordures intérieures verticales",
......@@ -1655,7 +1659,7 @@
"SSE.Views.Toolbar.txtPasteRange": "Coller un nom ",
"SSE.Views.Toolbar.txtPercentage": "Pourcentage",
"SSE.Views.Toolbar.txtPound": "£ Livre",
"SSE.Views.Toolbar.txtRouble": "р. Rouble",
"SSE.Views.Toolbar.txtRouble": " Rouble",
"SSE.Views.Toolbar.txtScheme1": "Bureau",
"SSE.Views.Toolbar.txtScheme10": "Médian",
"SSE.Views.Toolbar.txtScheme11": "Métro",
......
......@@ -257,6 +257,7 @@
"SSE.Controllers.Main.errorPasteMaxRange": "Область копирования не соответствует области вставки.<br>Для вставки скопированных ячеек выделите область такого же размера или щелкните по первой ячейке в строке.",
"SSE.Controllers.Main.errorPrintMaxPagesCount": "К сожалению, в текущей версии программы нельзя напечатать более 1500 страниц за один раз.<br>Это ограничение будет устранено в последующих версиях.",
"SSE.Controllers.Main.errorProcessSaveResult": "Сбой при сохранении",
"SSE.Controllers.Main.errorServerVersion": "Версия редактора была обновлена. Страница будет перезагружена, чтобы применить изменения.",
"SSE.Controllers.Main.errorSessionAbsolute": "Время сеанса редактирования документа истекло. Пожалуйста, обновите страницу.",
"SSE.Controllers.Main.errorSessionIdle": "Документ долгое время не редактировался. Пожалуйста, обновите страницу.",
"SSE.Controllers.Main.errorSessionToken": "Подключение к серверу было прервано. Пожалуйста, обновите страницу.",
......@@ -311,6 +312,7 @@
"SSE.Controllers.Main.textYes": "Да",
"SSE.Controllers.Main.titleLicenseExp": "Истек срок действия лицензии",
"SSE.Controllers.Main.titleRecalcFormulas": "Вычисление...",
"SSE.Controllers.Main.titleServerVersion": "Редактор обновлен",
"SSE.Controllers.Main.txtArt": "Введите ваш текст",
"SSE.Controllers.Main.txtBasicShapes": "Основные фигуры",
"SSE.Controllers.Main.txtButtons": "Кнопки",
......@@ -346,7 +348,7 @@
"SSE.Controllers.Statusbar.strSheet": "Лист",
"SSE.Controllers.Statusbar.warnDeleteSheet": "Рабочий лист может содержать данные. Вы действительно хотите продолжить?",
"SSE.Controllers.Statusbar.zoomText": "Масштаб {0}%",
"SSE.Controllers.Toolbar.confirmAddFontName": "Шрифт, который вы собираетесь сохранить, недоступен на этом устройстве.<br>Стиль текста будет отображаться с использованием одного из системных шрифтов; сохраненный шрифт будет использоваться, когда он будет доступен.<br>Вы хотите продолжить?",
"SSE.Controllers.Toolbar.confirmAddFontName": "Шрифт, который вы хотите сохранить, недоступен на этом устройстве.<br>Стиль текста будет отображаться с помощью одного из системных шрифтов. Сохраненный шрифт будет использоваться, когда он станет доступен.<br>Вы хотите продолжить?",
"SSE.Controllers.Toolbar.textAccent": "Диакритические знаки",
"SSE.Controllers.Toolbar.textBracket": "Скобки",
"SSE.Controllers.Toolbar.textCancel": "Отмена",
......@@ -1052,6 +1054,7 @@
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLiveComment": "Отображение комментариев",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtMac": "как OS X",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtNative": "Собственный",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtPl": "Польский",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtPt": "Пункт",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtRu": "Русский",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWin": "как Windows",
......@@ -1066,12 +1069,12 @@
"SSE.Views.FormatSettingsDialog.textSymbols": "Обозначения",
"SSE.Views.FormatSettingsDialog.textTitle": "Числовой формат",
"SSE.Views.FormatSettingsDialog.txtAccounting": "Финансовый",
"SSE.Views.FormatSettingsDialog.txtAs10": "Десятыми долями",
"SSE.Views.FormatSettingsDialog.txtAs100": "Сотыми долями",
"SSE.Views.FormatSettingsDialog.txtAs16": "Шестнадцатыми долями",
"SSE.Views.FormatSettingsDialog.txtAs2": "Половинными долями",
"SSE.Views.FormatSettingsDialog.txtAs4": "Четвертыми долями",
"SSE.Views.FormatSettingsDialog.txtAs8": "Восьмыми долями",
"SSE.Views.FormatSettingsDialog.txtAs10": "Десятыми долями (5/10)",
"SSE.Views.FormatSettingsDialog.txtAs100": "Сотыми долями (50/100)",
"SSE.Views.FormatSettingsDialog.txtAs16": "Шестнадцатыми долями (8/16)",
"SSE.Views.FormatSettingsDialog.txtAs2": "Половинными долями (1/2)",
"SSE.Views.FormatSettingsDialog.txtAs4": "Четвертыми долями (2/4)",
"SSE.Views.FormatSettingsDialog.txtAs8": "Восьмыми долями (4/8)",
"SSE.Views.FormatSettingsDialog.txtCurrency": "Денежный",
"SSE.Views.FormatSettingsDialog.txtCustom": "Особый",
"SSE.Views.FormatSettingsDialog.txtDate": "Дата",
......@@ -1083,9 +1086,9 @@
"SSE.Views.FormatSettingsDialog.txtScientific": "Научный",
"SSE.Views.FormatSettingsDialog.txtText": "Текстовый",
"SSE.Views.FormatSettingsDialog.txtTime": "Время",
"SSE.Views.FormatSettingsDialog.txtUpto1": "До одной цифры",
"SSE.Views.FormatSettingsDialog.txtUpto2": "До двух цифр",
"SSE.Views.FormatSettingsDialog.txtUpto3": "До трех цифр",
"SSE.Views.FormatSettingsDialog.txtUpto1": "До одной цифры (1/3)",
"SSE.Views.FormatSettingsDialog.txtUpto2": "До двух цифр (12/25)",
"SSE.Views.FormatSettingsDialog.txtUpto3": "До трех цифр (131/135)",
"SSE.Views.FormulaDialog.cancelButtonText": "Отмена",
"SSE.Views.FormulaDialog.okButtonText": "OK",
"SSE.Views.FormulaDialog.sCategoryAll": "All",
......@@ -1440,6 +1443,7 @@
"SSE.Views.TableSettings.textBanded": "Чередовать",
"SSE.Views.TableSettings.textCancel": "Отмена",
"SSE.Views.TableSettings.textColumns": "Столбцы",
"SSE.Views.TableSettings.textConvertRange": "Преобразовать в диапазон",
"SSE.Views.TableSettings.textEdit": "Строки и столбцы",
"SSE.Views.TableSettings.textEmptyTemplate": "Без шаблонов",
"SSE.Views.TableSettings.textExistName": "ОШИБКА! Диапазон с таким именем уже существует",
......@@ -1655,7 +1659,7 @@
"SSE.Views.Toolbar.txtPasteRange": "Вставить имя",
"SSE.Views.Toolbar.txtPercentage": "Процентный",
"SSE.Views.Toolbar.txtPound": "£ Фунт",
"SSE.Views.Toolbar.txtRouble": "р. Рубль",
"SSE.Views.Toolbar.txtRouble": " Рубль",
"SSE.Views.Toolbar.txtScheme1": "Стандартная",
"SSE.Views.Toolbar.txtScheme10": "Обычная",
"SSE.Views.Toolbar.txtScheme11": "Метро",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment