Merge pull request #4 from ONLYOFFICE/release/v4.0
2016-06-24, Version 4.0.0 (Stable)
13
Readme.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
## Project Information
|
||||
|
||||
Official website: [http://www.onlyoffice.org](http://onlyoffice.org "http://www.onlyoffice.org")
|
||||
|
||||
Code repository: [https://github.com/ONLYOFFICE/web-apps](https://github.com/ONLYOFFICE/web-apps "https://github.com/ONLYOFFICE/web-apps")
|
||||
|
||||
SaaS version: [http://www.onlyoffice.com](http://www.onlyoffice.com "http://www.onlyoffice.com")
|
||||
|
||||
## User Feedback and Support
|
||||
|
||||
If you have any problems with or questions about this image, please contact us through a [dev.onlyoffice.org][1].
|
||||
|
||||
[1]: http://dev.onlyoffice.org
|
|
@ -606,7 +606,7 @@ define([
|
|||
},
|
||||
onApiAddComments: function (data) {
|
||||
for (var i = 0; i < data.length; ++i) {
|
||||
var comment = this.readSDKComment(data[i].Id, data[i].Comment);
|
||||
var comment = this.readSDKComment(data[i].asc_getId(), data[i]);
|
||||
this.collection.push(comment);
|
||||
}
|
||||
|
||||
|
|
|
@ -52,7 +52,7 @@ define([
|
|||
initialize: function(options) {
|
||||
Common.UI.BaseView.prototype.initialize.call(this,arguments);
|
||||
|
||||
this.txtVersionNum = '3.8';
|
||||
this.txtVersionNum = '4.0';
|
||||
this.txtAscMail = 'support@onlyoffice.com';
|
||||
this.txtAscTelNum = '+371 660-16425';
|
||||
this.txtAscUrl = 'www.onlyoffice.com';
|
||||
|
@ -245,4 +245,4 @@ define([
|
|||
txtTel: 'tel.: '
|
||||
|
||||
}, Common.Views.About || {}));
|
||||
});
|
||||
});
|
||||
|
|
|
@ -280,6 +280,10 @@ var ApplicationController = new(function(){
|
|||
}
|
||||
|
||||
function onPrintUrl(url) {
|
||||
if (iframePrint) {
|
||||
iframePrint.parentNode.removeChild(iframePrint);
|
||||
iframePrint = null;
|
||||
}
|
||||
if (!iframePrint) {
|
||||
iframePrint = document.createElement("iframe");
|
||||
iframePrint.id = "id-print-frame";
|
||||
|
@ -292,6 +296,8 @@ var ApplicationController = new(function(){
|
|||
iframePrint.onload = function() {
|
||||
iframePrint.contentWindow.focus();
|
||||
iframePrint.contentWindow.print();
|
||||
iframePrint.contentWindow.blur();
|
||||
window.focus();
|
||||
};
|
||||
}
|
||||
if (url) iframePrint.src = url;
|
||||
|
|
|
@ -480,7 +480,7 @@ define([
|
|||
|
||||
onApiAddComments: function(data) {
|
||||
for (var i = 0; i < data.length; ++i) {
|
||||
if (data[i].Comment && data[i].Comment.asc_getUserId() !== this.mode.user.id) {
|
||||
if (data[i].asc_getUserId() !== this.mode.user.id) {
|
||||
this.leftMenu.markCoauthOptions('comments');
|
||||
break;
|
||||
}
|
||||
|
|
|
@ -897,7 +897,7 @@ define([
|
|||
if (now - value > 86400000) {
|
||||
Common.localStorage.setItem("de-license-warning", now);
|
||||
Common.UI.info({
|
||||
width: 400,
|
||||
width: 500,
|
||||
title: this.textNoLicenseTitle,
|
||||
msg : this.warnNoLicense,
|
||||
buttons: [
|
||||
|
@ -932,6 +932,7 @@ define([
|
|||
this.appOptions.canLicense = params.asc_getCanLicense ? params.asc_getCanLicense() : false;
|
||||
this.appOptions.isOffline = this.api.asc_isOffline();
|
||||
this.appOptions.isReviewOnly = (this.permissions.review === true) && (this.permissions.edit === false);
|
||||
this.appOptions.canRequestEditRights = this.editorConfig.canRequestEditRights;
|
||||
this.appOptions.canEdit = (this.permissions.edit !== false || this.permissions.review === true) && // can edit or review
|
||||
(this.editorConfig.canRequestEditRights || this.editorConfig.mode !== 'view') && // if mode=="view" -> canRequestEditRights must be defined
|
||||
(!this.appOptions.isReviewOnly || this.appOptions.canLicense); // if isReviewOnly==true -> canLicense must be true
|
||||
|
@ -1676,6 +1677,10 @@ define([
|
|||
},
|
||||
|
||||
onPrintUrl: function(url) {
|
||||
if (this.iframePrint) {
|
||||
this.iframePrint.parentNode.removeChild(this.iframePrint);
|
||||
this.iframePrint = null;
|
||||
}
|
||||
if (!this.iframePrint) {
|
||||
var me = this;
|
||||
this.iframePrint = document.createElement("iframe");
|
||||
|
@ -1689,6 +1694,8 @@ define([
|
|||
this.iframePrint.onload = function() {
|
||||
me.iframePrint.contentWindow.focus();
|
||||
me.iframePrint.contentWindow.print();
|
||||
me.iframePrint.contentWindow.blur();
|
||||
window.focus();
|
||||
};
|
||||
}
|
||||
if (url) this.iframePrint.src = url;
|
||||
|
@ -1841,10 +1848,10 @@ define([
|
|||
textTryUndoRedo: 'The Undo/Redo functions are disabled for the Fast co-editing mode.<br>Click the \'Strict mode\' button to switch to the Strict co-editing mode to edit the file without other users interference and send your changes only after you save them. You can switch between the co-editing modes using the editor Advanced settings.',
|
||||
textStrict: 'Strict mode',
|
||||
txtErrorLoadHistory: 'Loading history failed',
|
||||
textBuyNow: 'Buy now',
|
||||
textNoLicenseTitle: 'License expired or not found',
|
||||
warnNoLicense: 'The license could not be found or expired. You cannot edit files.<br>Click \'Buy now\' to purchase Enterprise Edition license or \'Contact us\' if you use Integration Edition.',
|
||||
textContactUs: 'Contact us'
|
||||
textBuyNow: 'Visit website',
|
||||
textNoLicenseTitle: 'ONLYOFFICE open source version',
|
||||
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.',
|
||||
textContactUs: 'Contact sales'
|
||||
}
|
||||
})(), DE.Controllers.Main || {}))
|
||||
});
|
|
@ -217,7 +217,7 @@ define([
|
|||
// this.hkSaveAs[this.mode.canDownload?'enable':'disable']();
|
||||
|
||||
this.items[1][this.mode.isEdit?'show':'hide']();
|
||||
this.items[2][!this.mode.isEdit&&this.mode.canEdit?'show':'hide']();
|
||||
this.items[2][!this.mode.isEdit && this.mode.canEdit && this.mode.canRequestEditRights ?'show':'hide']();
|
||||
|
||||
this.items[9][(!this.mode.isOffline && !this.mode.isReviewOnly && this.document&&this.document.info &&
|
||||
(this.document.info.sharingSettings&&this.document.info.sharingSettings.length>0 ||
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
{
|
||||
"Common.Utils.Metric.txtCm": "cm",
|
||||
"Common.Utils.Metric.txtPt": "pt",
|
||||
"Common.Controllers.Chat.notcriticalErrorTitle": "Warning",
|
||||
"Common.Controllers.Chat.textEnterMessage": "Enter your message here",
|
||||
"Common.Controllers.Chat.textUserLimit": "You are using ONLYOFFICE Free Edition.<br>Only two users can co-edit the document simultaneously.<br>Want more? Consider buying ONLYOFFICE Enterprise Edition.<br><a href=\"http://www.onlyoffice.com/free-edition.aspx\" target=\"_blank\">Read more</a>",
|
||||
|
@ -98,6 +96,8 @@
|
|||
"Common.UI.Window.textInformation": "Information",
|
||||
"Common.UI.Window.textWarning": "Warning",
|
||||
"Common.UI.Window.yesButtonText": "Yes",
|
||||
"Common.Utils.Metric.txtCm": "cm",
|
||||
"Common.Utils.Metric.txtPt": "pt",
|
||||
"Common.Views.About.txtAddress": "address: ",
|
||||
"Common.Views.About.txtAscAddress": "Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021",
|
||||
"Common.Views.About.txtLicensee": "LICENSEE",
|
||||
|
@ -233,10 +233,11 @@
|
|||
"DE.Controllers.Main.splitMaxColsErrorText": "The number of columns must be less than %1.",
|
||||
"DE.Controllers.Main.splitMaxRowsErrorText": "The number of rows must be less than %1.",
|
||||
"DE.Controllers.Main.textAnonymous": "Anonymous",
|
||||
"DE.Controllers.Main.textBuyNow": "Buy now",
|
||||
"DE.Controllers.Main.textBuyNow": "Visit website",
|
||||
"DE.Controllers.Main.textCloseTip": "\nClick to close the tip",
|
||||
"DE.Controllers.Main.textContactUs": "Contact sales",
|
||||
"DE.Controllers.Main.textLoadingDocument": "Loading document",
|
||||
"DE.Controllers.Main.textNoLicenseTitle": "License expired or not found",
|
||||
"DE.Controllers.Main.textNoLicenseTitle": "ONLYOFFICE open source version",
|
||||
"DE.Controllers.Main.textStrict": "Strict mode",
|
||||
"DE.Controllers.Main.textTryUndoRedo": "The Undo/Redo functions are disabled for the Fast co-editing mode.<br>Click the 'Strict mode' button to switch to the Strict co-editing mode to edit the file without other users interference and send your changes only after you save them. You can switch between the co-editing modes using the editor Advanced settings.",
|
||||
"DE.Controllers.Main.titleUpdateVersion": "Version changed",
|
||||
|
@ -266,9 +267,8 @@
|
|||
"DE.Controllers.Main.uploadImageTitleText": "Uploading Image",
|
||||
"DE.Controllers.Main.warnBrowserIE9": "The application has low capabilities on IE9. Use IE10 or higher",
|
||||
"DE.Controllers.Main.warnBrowserZoom": "Your browser current zoom setting is not fully supported. Please reset to the default zoom by pressing Ctrl+0.",
|
||||
"DE.Controllers.Main.warnNoLicense": "The license could not be found or expired. You cannot edit files.<br>Click 'Buy now' to purchase Enterprise Edition license or 'Contact us' if you use Integration Edition.",
|
||||
"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.warnProcessRightsChange": "You have been denied the right to edit the file.",
|
||||
"DE.Controllers.Main.textContactUs": "Contact us",
|
||||
"DE.Controllers.Statusbar.textHasChanges": "New changes have been tracked",
|
||||
"DE.Controllers.Statusbar.textTrackChanges": "The document is opened with the Track Changes mode enabled",
|
||||
"DE.Controllers.Statusbar.zoomText": "Zoom {0}%",
|
||||
|
@ -909,6 +909,7 @@
|
|||
"DE.Views.FileMenuPanels.Settings.textMinute": "Every Minute",
|
||||
"DE.Views.FileMenuPanels.Settings.txtAll": "View All",
|
||||
"DE.Views.FileMenuPanels.Settings.txtCm": "Centimeter",
|
||||
"DE.Views.FileMenuPanels.Settings.txtInch": "Inch",
|
||||
"DE.Views.FileMenuPanels.Settings.txtInput": "Alternate Input",
|
||||
"DE.Views.FileMenuPanels.Settings.txtLast": "View Last",
|
||||
"DE.Views.FileMenuPanels.Settings.txtLiveComment": "Commenting Display",
|
||||
|
@ -918,7 +919,6 @@
|
|||
"DE.Views.FileMenuPanels.Settings.txtPt": "Point",
|
||||
"DE.Views.FileMenuPanels.Settings.txtSpellCheck": "Spell Checking",
|
||||
"DE.Views.FileMenuPanels.Settings.txtWin": "as Windows",
|
||||
"DE.Views.FileMenuPanels.Settings.txtInch": "Inch",
|
||||
"DE.Views.HeaderFooterSettings.textBottomCenter": "Bottom Center",
|
||||
"DE.Views.HeaderFooterSettings.textBottomLeft": "Bottom Left",
|
||||
"DE.Views.HeaderFooterSettings.textBottomRight": "Bottom Right",
|
||||
|
@ -961,8 +961,10 @@
|
|||
"DE.Views.ImageSettingsAdvanced.cancelButtonText": "Cancel",
|
||||
"DE.Views.ImageSettingsAdvanced.okButtonText": "OK",
|
||||
"DE.Views.ImageSettingsAdvanced.strMargins": "Text Padding",
|
||||
"DE.Views.ImageSettingsAdvanced.textAbsoluteWH": "Absolute",
|
||||
"DE.Views.ImageSettingsAdvanced.textAlignment": "Alignment",
|
||||
"DE.Views.ImageSettingsAdvanced.textArrows": "Arrows",
|
||||
"DE.Views.ImageSettingsAdvanced.textAspectRatio": "Lock aspect ratio",
|
||||
"DE.Views.ImageSettingsAdvanced.textBeginSize": "Begin Size",
|
||||
"DE.Views.ImageSettingsAdvanced.textBeginStyle": "Begin Style",
|
||||
"DE.Views.ImageSettingsAdvanced.textBelow": "below",
|
||||
|
@ -997,6 +999,7 @@
|
|||
"DE.Views.ImageSettingsAdvanced.textPosition": "Position",
|
||||
"DE.Views.ImageSettingsAdvanced.textPositionPc": "Relative position",
|
||||
"DE.Views.ImageSettingsAdvanced.textRelative": "relative to",
|
||||
"DE.Views.ImageSettingsAdvanced.textRelativeWH": "Relative",
|
||||
"DE.Views.ImageSettingsAdvanced.textRight": "Right",
|
||||
"DE.Views.ImageSettingsAdvanced.textRightMargin": "Right Margin",
|
||||
"DE.Views.ImageSettingsAdvanced.textRightOf": "to the right of",
|
||||
|
@ -1019,9 +1022,6 @@
|
|||
"DE.Views.ImageSettingsAdvanced.textWrapThroughTooltip": "Through",
|
||||
"DE.Views.ImageSettingsAdvanced.textWrapTightTooltip": "Tight",
|
||||
"DE.Views.ImageSettingsAdvanced.textWrapTopbottomTooltip": "Top and Bottom",
|
||||
"DE.Views.ImageSettingsAdvanced.textAspectRatio": "Lock aspect ratio",
|
||||
"DE.Views.ImageSettingsAdvanced.textAbsoluteWH": "Absolute",
|
||||
"DE.Views.ImageSettingsAdvanced.textRelativeWH": "Relative",
|
||||
"DE.Views.LeftMenu.tipAbout": "About",
|
||||
"DE.Views.LeftMenu.tipChat": "Chat",
|
||||
"DE.Views.LeftMenu.tipComments": "Comments",
|
||||
|
@ -1317,7 +1317,9 @@
|
|||
"DE.Views.TableSettingsAdvanced.textBordersBackgroung": "Borders & Background",
|
||||
"DE.Views.TableSettingsAdvanced.textBorderWidth": "Border Size",
|
||||
"DE.Views.TableSettingsAdvanced.textBottom": "Bottom",
|
||||
"DE.Views.TableSettingsAdvanced.textCellOptions": "Cell Options",
|
||||
"DE.Views.TableSettingsAdvanced.textCellProps": "Cell",
|
||||
"DE.Views.TableSettingsAdvanced.textCellSize": "Cell Size",
|
||||
"DE.Views.TableSettingsAdvanced.textCenter": "Center",
|
||||
"DE.Views.TableSettingsAdvanced.textCenterTooltip": "Center",
|
||||
"DE.Views.TableSettingsAdvanced.textCheckMargins": "Use default margins",
|
||||
|
@ -1329,6 +1331,7 @@
|
|||
"DE.Views.TableSettingsAdvanced.textLeftTooltip": "Left",
|
||||
"DE.Views.TableSettingsAdvanced.textMargin": "Margin",
|
||||
"DE.Views.TableSettingsAdvanced.textMargins": "Cell Margins",
|
||||
"DE.Views.TableSettingsAdvanced.textMeasure": "Measure in",
|
||||
"DE.Views.TableSettingsAdvanced.textMove": "Move object with text",
|
||||
"DE.Views.TableSettingsAdvanced.textNewColor": "Add New Custom Color",
|
||||
"DE.Views.TableSettingsAdvanced.textOnlyCells": "For selected cells only",
|
||||
|
@ -1336,6 +1339,7 @@
|
|||
"DE.Views.TableSettingsAdvanced.textOverlap": "Allow overlap",
|
||||
"DE.Views.TableSettingsAdvanced.textPage": "Page",
|
||||
"DE.Views.TableSettingsAdvanced.textPosition": "Position",
|
||||
"DE.Views.TableSettingsAdvanced.textPrefWidth": "Preferred width",
|
||||
"DE.Views.TableSettingsAdvanced.textPreview": "Preview",
|
||||
"DE.Views.TableSettingsAdvanced.textRelative": "relative to",
|
||||
"DE.Views.TableSettingsAdvanced.textRight": "Right",
|
||||
|
@ -1356,6 +1360,7 @@
|
|||
"DE.Views.TableSettingsAdvanced.textWrapNoneTooltip": "Inline table",
|
||||
"DE.Views.TableSettingsAdvanced.textWrapParallelTooltip": "Flow table",
|
||||
"DE.Views.TableSettingsAdvanced.textWrappingStyle": "Wrapping Style",
|
||||
"DE.Views.TableSettingsAdvanced.textWrapText": "Wrap text",
|
||||
"DE.Views.TableSettingsAdvanced.tipAll": "Set Outer Border and All Inner Lines",
|
||||
"DE.Views.TableSettingsAdvanced.tipCellAll": "Set Borders for Inner Cells Only",
|
||||
"DE.Views.TableSettingsAdvanced.tipCellInner": "Set Vertical and Horizontal Lines for Inner Cells Only",
|
||||
|
@ -1367,15 +1372,10 @@
|
|||
"DE.Views.TableSettingsAdvanced.tipTableOuterCellInner": "Set Outer Border and Vertical and Horizontal Lines for Inner Cells",
|
||||
"DE.Views.TableSettingsAdvanced.tipTableOuterCellOuter": "Set Table Outer Border and Outer Borders for Inner Cells",
|
||||
"DE.Views.TableSettingsAdvanced.txtCm": "Centimeter",
|
||||
"DE.Views.TableSettingsAdvanced.txtInch": "Inch",
|
||||
"DE.Views.TableSettingsAdvanced.txtNoBorders": "No borders",
|
||||
"DE.Views.TableSettingsAdvanced.txtPercent": "Percent",
|
||||
"DE.Views.TableSettingsAdvanced.txtPt": "Point",
|
||||
"DE.Views.TableSettingsAdvanced.txtInch": "Inch",
|
||||
"DE.Views.TableSettingsAdvanced.textCellSize": "Cell Size",
|
||||
"DE.Views.TableSettingsAdvanced.textPrefWidth": "Preferred width",
|
||||
"DE.Views.TableSettingsAdvanced.textMeasure": "Measure in",
|
||||
"DE.Views.TableSettingsAdvanced.textCellOptions": "Cell Options",
|
||||
"DE.Views.TableSettingsAdvanced.textWrapText": "Wrap text",
|
||||
"DE.Views.TextArtSettings.strColor": "Color",
|
||||
"DE.Views.TextArtSettings.strFill": "Fill",
|
||||
"DE.Views.TextArtSettings.strSize": "Size",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"Common.Controllers.Chat.notcriticalErrorTitle": "Aviso",
|
||||
"Common.Controllers.Chat.textEnterMessage": "Introduzca su mensaje aquí",
|
||||
"Common.Controllers.Chat.textUserLimit": "Usted está usando la edición ONLYOFFICE gratuita.<br>Sólo dos usuarios pueden editar el documento simultáneamente.<br>¿Quiere más? Compre la edición Empresa ONLYOFFICE.<br><a href=\"http://www.onlyoffice.com/free-edition.aspx\" target=\"_blank\">Saber más</a>",
|
||||
"Common.Controllers.Chat.textUserLimit": "Usted está usando la edición ONLYOFFICE gratuita.<br>Sólo dos usuarios pueden editar el documento simultáneamente.<br>¿Quiere más? Compre ONLYOFFICE Enterprise Edition.<br><a href=\"http://www.onlyoffice.com/free-edition.aspx\" target=\"_blank\">Saber más</a>",
|
||||
"Common.Controllers.ExternalDiagramEditor.textAnonymous": "Anónimo",
|
||||
"Common.Controllers.ExternalDiagramEditor.textClose": "Cerrar",
|
||||
"Common.Controllers.ExternalDiagramEditor.warningText": "El objeto está desactivado porque se está editando por otro usuario.",
|
||||
|
@ -19,49 +19,49 @@
|
|||
"Common.Controllers.ReviewChanges.textCaps": "Mayúsculas",
|
||||
"Common.Controllers.ReviewChanges.textCenter": "Alinear al centro",
|
||||
"Common.Controllers.ReviewChanges.textChart": "Gráfico",
|
||||
"Common.Controllers.ReviewChanges.textColor": "Color de fuente",
|
||||
"Common.Controllers.ReviewChanges.textColor": "Color de letra",
|
||||
"Common.Controllers.ReviewChanges.textContextual": "No añadir intervalo entre párrafos del mismo estilo",
|
||||
"Common.Controllers.ReviewChanges.textDeleted": "<b>Deleted:</b>",
|
||||
"Common.Controllers.ReviewChanges.textDeleted": "<b>Eliminado:</b>",
|
||||
"Common.Controllers.ReviewChanges.textDStrikeout": "Double strikeout",
|
||||
"Common.Controllers.ReviewChanges.textEquation": "Equation",
|
||||
"Common.Controllers.ReviewChanges.textEquation": "Ecuación",
|
||||
"Common.Controllers.ReviewChanges.textExact": "Exacto",
|
||||
"Common.Controllers.ReviewChanges.textFirstLine": "Primera línea",
|
||||
"Common.Controllers.ReviewChanges.textFontSize": "Tamaño de fuente",
|
||||
"Common.Controllers.ReviewChanges.textFormatted": "Formatted",
|
||||
"Common.Controllers.ReviewChanges.textFontSize": "Tamaño de letra",
|
||||
"Common.Controllers.ReviewChanges.textFormatted": "Formateado",
|
||||
"Common.Controllers.ReviewChanges.textHighlight": "Color de resaltado",
|
||||
"Common.Controllers.ReviewChanges.textImage": "Imagen",
|
||||
"Common.Controllers.ReviewChanges.textIndentLeft": "Indent left",
|
||||
"Common.Controllers.ReviewChanges.textIndentRight": "Indent right",
|
||||
"Common.Controllers.ReviewChanges.textInserted": "<b>Inserted:</b>",
|
||||
"Common.Controllers.ReviewChanges.textIndentLeft": "Sangría izquierda",
|
||||
"Common.Controllers.ReviewChanges.textIndentRight": "Sangría derecha",
|
||||
"Common.Controllers.ReviewChanges.textInserted": "<b>Insertado:</b>",
|
||||
"Common.Controllers.ReviewChanges.textItalic": "Cursiva",
|
||||
"Common.Controllers.ReviewChanges.textJustify": "Align justify",
|
||||
"Common.Controllers.ReviewChanges.textJustify": "Alinear justificar",
|
||||
"Common.Controllers.ReviewChanges.textKeepLines": "Mantener líneas juntas",
|
||||
"Common.Controllers.ReviewChanges.textKeepNext": "Conservar con el siguiente",
|
||||
"Common.Controllers.ReviewChanges.textLeft": "Alinear a la izquierda",
|
||||
"Common.Controllers.ReviewChanges.textLineSpacing": "Line Spacing: ",
|
||||
"Common.Controllers.ReviewChanges.textLineSpacing": "Espaciado de línea: ",
|
||||
"Common.Controllers.ReviewChanges.textMultiple": "Múltiple",
|
||||
"Common.Controllers.ReviewChanges.textNoBreakBefore": "No page break before",
|
||||
"Common.Controllers.ReviewChanges.textNoContextual": "Add interval between paragraphs of the same style",
|
||||
"Common.Controllers.ReviewChanges.textNoKeepLines": "Don't keep lines together",
|
||||
"Common.Controllers.ReviewChanges.textNoKeepNext": "Don't keep with next",
|
||||
"Common.Controllers.ReviewChanges.textNot": "Not ",
|
||||
"Common.Controllers.ReviewChanges.textNoBreakBefore": "Sin salto de página antes",
|
||||
"Common.Controllers.ReviewChanges.textNoContextual": "Añadir intervalo entre párrafos del mismo estilo",
|
||||
"Common.Controllers.ReviewChanges.textNoKeepLines": "No mantener líneas juntas",
|
||||
"Common.Controllers.ReviewChanges.textNoKeepNext": "No mantener con el siguiente",
|
||||
"Common.Controllers.ReviewChanges.textNot": "No",
|
||||
"Common.Controllers.ReviewChanges.textNoWidow": "No widow control",
|
||||
"Common.Controllers.ReviewChanges.textNum": "Change numbering",
|
||||
"Common.Controllers.ReviewChanges.textParaDeleted": "<b>Paragraph Deleted</b> ",
|
||||
"Common.Controllers.ReviewChanges.textNum": "Cambiar numeración",
|
||||
"Common.Controllers.ReviewChanges.textParaDeleted": "<b>Párrafo Eliminado</b> ",
|
||||
"Common.Controllers.ReviewChanges.textParaFormatted": "Paragraph Formatted",
|
||||
"Common.Controllers.ReviewChanges.textParaInserted": "<b>Paragraph Inserted</b> ",
|
||||
"Common.Controllers.ReviewChanges.textPosition": "Position",
|
||||
"Common.Controllers.ReviewChanges.textParaInserted": "<b>Párrafo Insertado</b> ",
|
||||
"Common.Controllers.ReviewChanges.textPosition": "Posición",
|
||||
"Common.Controllers.ReviewChanges.textRight": "Alinear a la derecha",
|
||||
"Common.Controllers.ReviewChanges.textShape": "Forma",
|
||||
"Common.Controllers.ReviewChanges.textShd": "Color de fondo",
|
||||
"Common.Controllers.ReviewChanges.textSmallCaps": "Mayúsculas pequeñas",
|
||||
"Common.Controllers.ReviewChanges.textSpacing": "Espaciado",
|
||||
"Common.Controllers.ReviewChanges.textSpacingAfter": "Spacing after",
|
||||
"Common.Controllers.ReviewChanges.textSpacingBefore": "Spacing before",
|
||||
"Common.Controllers.ReviewChanges.textSpacingAfter": "Espaciado después",
|
||||
"Common.Controllers.ReviewChanges.textSpacingBefore": "Espaciado antes",
|
||||
"Common.Controllers.ReviewChanges.textStrikeout": "Tachado",
|
||||
"Common.Controllers.ReviewChanges.textSubScript": "Subíndice",
|
||||
"Common.Controllers.ReviewChanges.textSuperScript": "Sobreíndice",
|
||||
"Common.Controllers.ReviewChanges.textTabs": "Change tabs",
|
||||
"Common.Controllers.ReviewChanges.textTabs": "Cambiar tabuladores",
|
||||
"Common.Controllers.ReviewChanges.textUnderline": "Subrayado",
|
||||
"Common.Controllers.ReviewChanges.textWidow": "Widow control",
|
||||
"Common.UI.ComboBorderSize.txtNoBorders": "Sin bordes",
|
||||
|
@ -79,8 +79,9 @@
|
|||
"Common.UI.SearchDialog.textReplaceDef": "Introduzca el texto de sustitución",
|
||||
"Common.UI.SearchDialog.textSearchStart": "Introduzca su texto aquí",
|
||||
"Common.UI.SearchDialog.textTitle": "Encontrar y reemplazar",
|
||||
"Common.UI.SearchDialog.textTitle2": "Buscar",
|
||||
"Common.UI.SearchDialog.textTitle2": "Encontrar",
|
||||
"Common.UI.SearchDialog.textWholeWords": "Sólo palabras completas",
|
||||
"Common.UI.SearchDialog.txtBtnHideReplace": "Esconder Sustitución",
|
||||
"Common.UI.SearchDialog.txtBtnReplace": "Reemplazar",
|
||||
"Common.UI.SearchDialog.txtBtnReplaceAll": "Reemplazar todo",
|
||||
"Common.UI.SynchronizeTip.textDontShow": "No volver a mostrar este mensaje",
|
||||
|
@ -88,13 +89,15 @@
|
|||
"Common.UI.Window.cancelButtonText": "Cancelar",
|
||||
"Common.UI.Window.closeButtonText": "Cerrar",
|
||||
"Common.UI.Window.noButtonText": "No",
|
||||
"Common.UI.Window.okButtonText": "OK",
|
||||
"Common.UI.Window.okButtonText": "Aceptar",
|
||||
"Common.UI.Window.textConfirmation": "Confirmación",
|
||||
"Common.UI.Window.textDontShow": "No volver a mostrar este mensaje",
|
||||
"Common.UI.Window.textError": "Error",
|
||||
"Common.UI.Window.textInformation": "Información",
|
||||
"Common.UI.Window.textWarning": "Aviso",
|
||||
"Common.UI.Window.yesButtonText": "Sí",
|
||||
"Common.Utils.Metric.txtCm": "cm",
|
||||
"Common.Utils.Metric.txtPt": "pt",
|
||||
"Common.Views.About.txtAddress": "dirección: ",
|
||||
"Common.Views.About.txtAscAddress": "Lubanas st. 125a-25, Riga, Letonia, UE, LV-1021",
|
||||
"Common.Views.About.txtLicensee": "LICENCIATARIO ",
|
||||
|
@ -104,10 +107,10 @@
|
|||
"Common.Views.About.txtTel": "tel.: ",
|
||||
"Common.Views.About.txtVersion": "Versión ",
|
||||
"Common.Views.AdvancedSettingsWindow.cancelButtonText": "Cancelar",
|
||||
"Common.Views.AdvancedSettingsWindow.okButtonText": "OK",
|
||||
"Common.Views.AdvancedSettingsWindow.okButtonText": "Aceptar",
|
||||
"Common.Views.Chat.textSend": "Enviar",
|
||||
"Common.Views.Comments.textAdd": "Añadir",
|
||||
"Common.Views.Comments.textAddComment": "Añadir",
|
||||
"Common.Views.Comments.textAddComment": "Añadir comentario",
|
||||
"Common.Views.Comments.textAddCommentToDoc": "Añadir comentario a documento",
|
||||
"Common.Views.Comments.textAddReply": "Añadir respuesta",
|
||||
"Common.Views.Comments.textAnonym": "Visitante",
|
||||
|
@ -138,12 +141,12 @@
|
|||
"Common.Views.Header.textBack": "Ir a Documentos",
|
||||
"Common.Views.History.textHistoryHeader": "Volver a Documento",
|
||||
"Common.Views.ImageFromUrlDialog.cancelButtonText": "Cancelar",
|
||||
"Common.Views.ImageFromUrlDialog.okButtonText": "OK",
|
||||
"Common.Views.ImageFromUrlDialog.okButtonText": "Aceptar",
|
||||
"Common.Views.ImageFromUrlDialog.textUrl": "Pegar URL de imagen:",
|
||||
"Common.Views.ImageFromUrlDialog.txtEmpty": "Este campo es obligatorio",
|
||||
"Common.Views.ImageFromUrlDialog.txtNotUrl": "El campo debe ser URL en el formato \"http://www.example.com\"",
|
||||
"Common.Views.InsertTableDialog.cancelButtonText": "Cancelar",
|
||||
"Common.Views.InsertTableDialog.okButtonText": "OK",
|
||||
"Common.Views.InsertTableDialog.okButtonText": "Aceptar",
|
||||
"Common.Views.InsertTableDialog.textInvalidRowsCols": "Debe especificar número válido de filas y columnas",
|
||||
"Common.Views.InsertTableDialog.txtColumns": "Número de columnas",
|
||||
"Common.Views.InsertTableDialog.txtMaxText": "El valor máximo para este campo es{0}.",
|
||||
|
@ -155,14 +158,14 @@
|
|||
"Common.Views.OpenDialog.txtEncoding": "Codificación",
|
||||
"Common.Views.OpenDialog.txtTitle": "Elegir opciones de %1",
|
||||
"Common.Views.ReviewChanges.txtAccept": "Aceptar",
|
||||
"Common.Views.ReviewChanges.txtAcceptAll": "Accept All Changes",
|
||||
"Common.Views.ReviewChanges.txtAcceptCurrent": "Accept Current Changes",
|
||||
"Common.Views.ReviewChanges.txtAcceptAll": "Aceptar Todos los Cambios",
|
||||
"Common.Views.ReviewChanges.txtAcceptCurrent": "Aceptar Cambios Actuales",
|
||||
"Common.Views.ReviewChanges.txtClose": "Cerrar",
|
||||
"Common.Views.ReviewChanges.txtNext": "To Next Change",
|
||||
"Common.Views.ReviewChanges.txtPrev": "To Previous Change",
|
||||
"Common.Views.ReviewChanges.txtNext": "Para Cambio Siguiente",
|
||||
"Common.Views.ReviewChanges.txtPrev": "Cambio anterior",
|
||||
"Common.Views.ReviewChanges.txtReject": "Rechazar",
|
||||
"Common.Views.ReviewChanges.txtRejectAll": "Reject All Changes",
|
||||
"Common.Views.ReviewChanges.txtRejectCurrent": "Reject Current Changes",
|
||||
"Common.Views.ReviewChanges.txtRejectAll": "Rechazar todos los cambios",
|
||||
"Common.Views.ReviewChanges.txtRejectCurrent": "Rechazar Cambio Actual",
|
||||
"DE.Controllers.LeftMenu.leavePageText": "Todos los cambios no guardados de este documento se perderán.<br> Pulse \"Cancelar\" después \"Guardar\" para guardarlos. Pulse \"OK\" para deshacer todos los cambios no guardados.",
|
||||
"DE.Controllers.LeftMenu.newDocumentTitle": "Documento sin título",
|
||||
"DE.Controllers.LeftMenu.notcriticalErrorTitle": "Aviso",
|
||||
|
@ -174,7 +177,7 @@
|
|||
"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": "Conversión fallida.",
|
||||
"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",
|
||||
|
@ -230,19 +233,22 @@
|
|||
"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.textCloseTip": "\nPulse para cerrar el consejo",
|
||||
"DE.Controllers.Main.textContactUs": "Contact sales",
|
||||
"DE.Controllers.Main.textLoadingDocument": "Cargando documento",
|
||||
"DE.Controllers.Main.textStrict": "Strict mode",
|
||||
"DE.Controllers.Main.textTryUndoRedo": "The Undo/Redo functions are disabled for the Fast co-editing mode.<br>Click the 'Strict mode' button to switch to the Strict co-editing mode to edit the file without other users interference and send your changes only after you save them. You can switch between the co-editing modes using the editor Advanced settings.",
|
||||
"DE.Controllers.Main.titleUpdateVersion": "Version changed",
|
||||
"DE.Controllers.Main.txtArt": "Your text here",
|
||||
"DE.Controllers.Main.textNoLicenseTitle": "ONLYOFFICE open source version",
|
||||
"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.titleUpdateVersion": "Versión ha cambiado",
|
||||
"DE.Controllers.Main.txtArt": "Su texto aquí",
|
||||
"DE.Controllers.Main.txtBasicShapes": "Formas básicas",
|
||||
"DE.Controllers.Main.txtButtons": "Botones",
|
||||
"DE.Controllers.Main.txtCallouts": "Llamadas",
|
||||
"DE.Controllers.Main.txtCharts": "Gráficos",
|
||||
"DE.Controllers.Main.txtDiagramTitle": "Título de diagrama",
|
||||
"DE.Controllers.Main.txtEditingMode": "Establecer el modo de edición...",
|
||||
"DE.Controllers.Main.txtErrorLoadHistory": "History loading failed",
|
||||
"DE.Controllers.Main.txtErrorLoadHistory": "Historia de carga falló",
|
||||
"DE.Controllers.Main.txtFiguredArrows": "Formas de flecha",
|
||||
"DE.Controllers.Main.txtLines": "Líneas",
|
||||
"DE.Controllers.Main.txtMath": "Matemáticas",
|
||||
|
@ -261,15 +267,13 @@
|
|||
"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.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.warnProcessRightsChange": "El derecho de edición del archivo es denegado",
|
||||
"DE.Controllers.Main.textBuyNow": "Comprar ahora",
|
||||
"DE.Controllers.Main.textNoLicenseTitle": "Licencia ha expirado",
|
||||
"DE.Controllers.Main.warnNoLicense": "La licencia ha expirado. No puede crear o editar archivos.<br>Haga clic en el botón \'Comprar ahora\' para prolongar la licencia.",
|
||||
"DE.Controllers.Statusbar.textHasChanges": "New changes have been tracked",
|
||||
"DE.Controllers.Statusbar.textTrackChanges": "The document is opened with the Track Changes mode enabled",
|
||||
"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.notcriticalErrorTitle": "Warning",
|
||||
"DE.Controllers.Toolbar.notcriticalErrorTitle": "Aviso",
|
||||
"DE.Controllers.Toolbar.textAccent": "Acentos",
|
||||
"DE.Controllers.Toolbar.textBracket": "Paréntesis",
|
||||
"DE.Controllers.Toolbar.textEmptyImgUrl": "Hay que especificar URL de imagen",
|
||||
|
@ -282,7 +286,7 @@
|
|||
"DE.Controllers.Toolbar.textMatrix": "Matrices",
|
||||
"DE.Controllers.Toolbar.textOperator": "Operadores",
|
||||
"DE.Controllers.Toolbar.textRadical": "Radicales",
|
||||
"DE.Controllers.Toolbar.textScript": "Scripts",
|
||||
"DE.Controllers.Toolbar.textScript": "Letras",
|
||||
"DE.Controllers.Toolbar.textSymbols": "Símbolos",
|
||||
"DE.Controllers.Toolbar.textWarning": "Aviso",
|
||||
"DE.Controllers.Toolbar.txtAccent_Accent": "Agudo",
|
||||
|
@ -294,7 +298,7 @@
|
|||
"DE.Controllers.Toolbar.txtAccent_BarTop": "Barra superpuesta",
|
||||
"DE.Controllers.Toolbar.txtAccent_BorderBox": "Fórmula encuadrada (con marcador de posición)",
|
||||
"DE.Controllers.Toolbar.txtAccent_BorderBoxCustom": "Fórmula encuadrada (ejemplo)",
|
||||
"DE.Controllers.Toolbar.txtAccent_Check": "Rasgo",
|
||||
"DE.Controllers.Toolbar.txtAccent_Check": "Comprobar",
|
||||
"DE.Controllers.Toolbar.txtAccent_CurveBracketBot": "Llave subyacente",
|
||||
"DE.Controllers.Toolbar.txtAccent_CurveBracketTop": "Llave superpuesta",
|
||||
"DE.Controllers.Toolbar.txtAccent_Custom_1": "Vector A",
|
||||
|
@ -458,8 +462,8 @@
|
|||
"DE.Controllers.Toolbar.txtLimitLog_LogBase": "Logaritmo",
|
||||
"DE.Controllers.Toolbar.txtLimitLog_Max": "Máximo",
|
||||
"DE.Controllers.Toolbar.txtLimitLog_Min": "Mínimo",
|
||||
"DE.Controllers.Toolbar.txtMarginsH": "Top and bottom margins are too high for a given page height",
|
||||
"DE.Controllers.Toolbar.txtMarginsW": "Left and right margins are too wide for a given page width",
|
||||
"DE.Controllers.Toolbar.txtMarginsH": "Márgenes superior e inferior son demasiado altos para una altura de página determinada ",
|
||||
"DE.Controllers.Toolbar.txtMarginsW": "Márgenes izquierdo y derecho son demasiado grandes para una anchura determinada de la página",
|
||||
"DE.Controllers.Toolbar.txtMatrix_1_2": "Matriz vacía de 1x2",
|
||||
"DE.Controllers.Toolbar.txtMatrix_1_3": "Matriz vacía de 1x3",
|
||||
"DE.Controllers.Toolbar.txtMatrix_2_1": "Matriz vacía de 2x1",
|
||||
|
@ -509,10 +513,10 @@
|
|||
"DE.Controllers.Toolbar.txtRadicalRoot_3": "Raíz cúbica",
|
||||
"DE.Controllers.Toolbar.txtRadicalRoot_n": "Radical con índice",
|
||||
"DE.Controllers.Toolbar.txtRadicalSqrt": "Raíz cuadrada",
|
||||
"DE.Controllers.Toolbar.txtScriptCustom_1": "Script",
|
||||
"DE.Controllers.Toolbar.txtScriptCustom_2": "Script",
|
||||
"DE.Controllers.Toolbar.txtScriptCustom_3": "Script",
|
||||
"DE.Controllers.Toolbar.txtScriptCustom_4": "Script",
|
||||
"DE.Controllers.Toolbar.txtScriptCustom_1": "Letra",
|
||||
"DE.Controllers.Toolbar.txtScriptCustom_2": "Letra",
|
||||
"DE.Controllers.Toolbar.txtScriptCustom_3": "Letra",
|
||||
"DE.Controllers.Toolbar.txtScriptCustom_4": "Letra",
|
||||
"DE.Controllers.Toolbar.txtScriptSub": "Subíndice",
|
||||
"DE.Controllers.Toolbar.txtScriptSubSup": "Subíndice/Superíndice",
|
||||
"DE.Controllers.Toolbar.txtScriptSubSupLeft": "Subíndice-superíndice izquierdo",
|
||||
|
@ -604,16 +608,16 @@
|
|||
"DE.Controllers.Toolbar.txtSymbol_xsi": "Csi",
|
||||
"DE.Controllers.Toolbar.txtSymbol_zeta": "Dseda",
|
||||
"DE.Views.ChartSettings.textAdvanced": "Mostrar ajustes avanzados",
|
||||
"DE.Views.ChartSettings.textArea": "Área",
|
||||
"DE.Views.ChartSettings.textBar": "De barras",
|
||||
"DE.Views.ChartSettings.textArea": "Gráfico de área",
|
||||
"DE.Views.ChartSettings.textBar": "Gráfico de barras",
|
||||
"DE.Views.ChartSettings.textChartType": "Cambiar tipo de gráfico",
|
||||
"DE.Views.ChartSettings.textColumn": "De columnas",
|
||||
"DE.Views.ChartSettings.textColumn": "Gráfico de columnas",
|
||||
"DE.Views.ChartSettings.textEditData": "Editar datos",
|
||||
"DE.Views.ChartSettings.textHeight": "Altura",
|
||||
"DE.Views.ChartSettings.textLine": "De líneas",
|
||||
"DE.Views.ChartSettings.textOriginalSize": "Predeterminado",
|
||||
"DE.Views.ChartSettings.textPie": "Circular",
|
||||
"DE.Views.ChartSettings.textPoint": "De punto",
|
||||
"DE.Views.ChartSettings.textLine": "Gráfico de líneas",
|
||||
"DE.Views.ChartSettings.textOriginalSize": "Tamaño Predeterminado",
|
||||
"DE.Views.ChartSettings.textPie": "Gráfico circular",
|
||||
"DE.Views.ChartSettings.textPoint": "Gráfico de Punto",
|
||||
"DE.Views.ChartSettings.textSize": "Tamaño",
|
||||
"DE.Views.ChartSettings.textStock": "De cotizaciones",
|
||||
"DE.Views.ChartSettings.textStyle": "Estilo",
|
||||
|
@ -677,12 +681,12 @@
|
|||
"DE.Views.DocumentHolder.mergeCellsText": "Unir celdas",
|
||||
"DE.Views.DocumentHolder.moreText": "Más variantes...",
|
||||
"DE.Views.DocumentHolder.noSpellVariantsText": "Sin variantes ",
|
||||
"DE.Views.DocumentHolder.originalSizeText": "Predeterminado",
|
||||
"DE.Views.DocumentHolder.originalSizeText": "Tamaño Predeterminado",
|
||||
"DE.Views.DocumentHolder.paragraphText": "Párrafo",
|
||||
"DE.Views.DocumentHolder.removeHyperlinkText": "Eliminar hiperenlace",
|
||||
"DE.Views.DocumentHolder.rightText": "Derecho",
|
||||
"DE.Views.DocumentHolder.rowText": "Fila",
|
||||
"DE.Views.DocumentHolder.saveStyleText": "Create new style",
|
||||
"DE.Views.DocumentHolder.saveStyleText": "Crear estilo nuevo",
|
||||
"DE.Views.DocumentHolder.selectCellText": "Seleccionar celda",
|
||||
"DE.Views.DocumentHolder.selectColumnText": "Seleccionar columna",
|
||||
"DE.Views.DocumentHolder.selectRowText": "Seleccionar fila",
|
||||
|
@ -692,7 +696,7 @@
|
|||
"DE.Views.DocumentHolder.spellcheckText": "Сorrección ortográfica",
|
||||
"DE.Views.DocumentHolder.splitCellsText": "Dividir celda...",
|
||||
"DE.Views.DocumentHolder.splitCellTitleText": "Dividir celda",
|
||||
"DE.Views.DocumentHolder.styleText": "Formatting as Style",
|
||||
"DE.Views.DocumentHolder.styleText": "Formateando como Estilo",
|
||||
"DE.Views.DocumentHolder.tableText": "Tabla",
|
||||
"DE.Views.DocumentHolder.textAlign": "Alinear",
|
||||
"DE.Views.DocumentHolder.textArrange": "Arreglar",
|
||||
|
@ -716,89 +720,89 @@
|
|||
"DE.Views.DocumentHolder.tipIsLocked": "Otro usuario está editando este elemento ahora.",
|
||||
"DE.Views.DocumentHolder.topCellText": "Alinear en la parte superior",
|
||||
"DE.Views.DocumentHolder.txtAddBottom": "Add bottom border",
|
||||
"DE.Views.DocumentHolder.txtAddFractionBar": "Add fraction bar",
|
||||
"DE.Views.DocumentHolder.txtAddHor": "Add horizontal line",
|
||||
"DE.Views.DocumentHolder.txtAddLB": "Add left bottom line",
|
||||
"DE.Views.DocumentHolder.txtAddLeft": "Add left border",
|
||||
"DE.Views.DocumentHolder.txtAddLT": "Add left top line",
|
||||
"DE.Views.DocumentHolder.txtAddRight": "Add right border",
|
||||
"DE.Views.DocumentHolder.txtAddTop": "Add top border",
|
||||
"DE.Views.DocumentHolder.txtAddVer": "Add vertical line",
|
||||
"DE.Views.DocumentHolder.txtAlignToChar": "Align to character",
|
||||
"DE.Views.DocumentHolder.txtAddFractionBar": "Añadir barra de fracción",
|
||||
"DE.Views.DocumentHolder.txtAddHor": "Añadir línea horizontal",
|
||||
"DE.Views.DocumentHolder.txtAddLB": "Añadir línea inferior izquierda",
|
||||
"DE.Views.DocumentHolder.txtAddLeft": "Añadir borde izquierdo",
|
||||
"DE.Views.DocumentHolder.txtAddLT": "Añadir línea superior izquierda",
|
||||
"DE.Views.DocumentHolder.txtAddRight": "Añadir borde derecho",
|
||||
"DE.Views.DocumentHolder.txtAddTop": "Añadir borde superior",
|
||||
"DE.Views.DocumentHolder.txtAddVer": "Añadir línea vertical",
|
||||
"DE.Views.DocumentHolder.txtAlignToChar": "Alinear a carácter",
|
||||
"DE.Views.DocumentHolder.txtBehind": "Detrás",
|
||||
"DE.Views.DocumentHolder.txtBorderProps": "Border properties",
|
||||
"DE.Views.DocumentHolder.txtBottom": "Bottom",
|
||||
"DE.Views.DocumentHolder.txtColumnAlign": "Column alignment",
|
||||
"DE.Views.DocumentHolder.txtBorderProps": "Propiedades de borde",
|
||||
"DE.Views.DocumentHolder.txtBottom": "Inferior",
|
||||
"DE.Views.DocumentHolder.txtColumnAlign": "Alineación de columna",
|
||||
"DE.Views.DocumentHolder.txtDecreaseArg": "Decrease argument size",
|
||||
"DE.Views.DocumentHolder.txtDeleteArg": "Delete argument",
|
||||
"DE.Views.DocumentHolder.txtDeleteBreak": "Delete manual break",
|
||||
"DE.Views.DocumentHolder.txtDeleteChars": "Delete enclosing characters",
|
||||
"DE.Views.DocumentHolder.txtDeleteCharsAndSeparators": "Delete enclosing characters and separators",
|
||||
"DE.Views.DocumentHolder.txtDeleteEq": "Delete equation",
|
||||
"DE.Views.DocumentHolder.txtDeleteGroupChar": "Delete char",
|
||||
"DE.Views.DocumentHolder.txtDeleteRadical": "Delete radical",
|
||||
"DE.Views.DocumentHolder.txtFractionLinear": "Change to linear fraction",
|
||||
"DE.Views.DocumentHolder.txtFractionSkewed": "Change to skewed fraction",
|
||||
"DE.Views.DocumentHolder.txtFractionStacked": "Change to stacked fraction",
|
||||
"DE.Views.DocumentHolder.txtDeleteArg": "Eliminar argumento",
|
||||
"DE.Views.DocumentHolder.txtDeleteBreak": "Borrar abertura manual",
|
||||
"DE.Views.DocumentHolder.txtDeleteChars": "Borrar carácteres encerrados",
|
||||
"DE.Views.DocumentHolder.txtDeleteCharsAndSeparators": "Eliminar caracteres encerrados y separadores",
|
||||
"DE.Views.DocumentHolder.txtDeleteEq": "Eliminar ecuación",
|
||||
"DE.Views.DocumentHolder.txtDeleteGroupChar": "Eliminar char",
|
||||
"DE.Views.DocumentHolder.txtDeleteRadical": "Eliminar radical",
|
||||
"DE.Views.DocumentHolder.txtFractionLinear": "Cambiar a la fracción lineal",
|
||||
"DE.Views.DocumentHolder.txtFractionSkewed": "Cambiar a la fracción sesgada",
|
||||
"DE.Views.DocumentHolder.txtFractionStacked": "Cambiar a la fracción apilada",
|
||||
"DE.Views.DocumentHolder.txtGroup": "Grupo",
|
||||
"DE.Views.DocumentHolder.txtGroupCharOver": "Char over text",
|
||||
"DE.Views.DocumentHolder.txtGroupCharUnder": "Char under text",
|
||||
"DE.Views.DocumentHolder.txtHideBottom": "Hide bottom border",
|
||||
"DE.Views.DocumentHolder.txtHideBottomLimit": "Hide bottom limit",
|
||||
"DE.Views.DocumentHolder.txtHideCloseBracket": "Hide closing bracket",
|
||||
"DE.Views.DocumentHolder.txtHideDegree": "Hide degree",
|
||||
"DE.Views.DocumentHolder.txtHideHor": "Hide horizontal line",
|
||||
"DE.Views.DocumentHolder.txtHideLB": "Hide left bottom line",
|
||||
"DE.Views.DocumentHolder.txtHideLeft": "Hide left border",
|
||||
"DE.Views.DocumentHolder.txtHideLT": "Hide left top line",
|
||||
"DE.Views.DocumentHolder.txtHideOpenBracket": "Hide opening bracket",
|
||||
"DE.Views.DocumentHolder.txtHidePlaceholder": "Hide placeholder",
|
||||
"DE.Views.DocumentHolder.txtHideRight": "Hide right border",
|
||||
"DE.Views.DocumentHolder.txtHideTop": "Hide top border",
|
||||
"DE.Views.DocumentHolder.txtHideTopLimit": "Hide top limit",
|
||||
"DE.Views.DocumentHolder.txtHideVer": "Hide vertical line",
|
||||
"DE.Views.DocumentHolder.txtIncreaseArg": "Increase argument size",
|
||||
"DE.Views.DocumentHolder.txtGroupCharOver": "Char sobre texto",
|
||||
"DE.Views.DocumentHolder.txtGroupCharUnder": "Char debajo de texto",
|
||||
"DE.Views.DocumentHolder.txtHideBottom": "Esconder borde inferior",
|
||||
"DE.Views.DocumentHolder.txtHideBottomLimit": "Esconder límite inferior",
|
||||
"DE.Views.DocumentHolder.txtHideCloseBracket": "Esconder llaves conclusivas",
|
||||
"DE.Views.DocumentHolder.txtHideDegree": "Esconder grado",
|
||||
"DE.Views.DocumentHolder.txtHideHor": "Esconder línea horizontal",
|
||||
"DE.Views.DocumentHolder.txtHideLB": "Esconder línea inferior izquierda ",
|
||||
"DE.Views.DocumentHolder.txtHideLeft": "Esconder borde izquierdo",
|
||||
"DE.Views.DocumentHolder.txtHideLT": "Esconder línea superior izquierda",
|
||||
"DE.Views.DocumentHolder.txtHideOpenBracket": "Esconder llaves de apertura",
|
||||
"DE.Views.DocumentHolder.txtHidePlaceholder": "Esconder marcador de posición",
|
||||
"DE.Views.DocumentHolder.txtHideRight": "Esconder borde derecho",
|
||||
"DE.Views.DocumentHolder.txtHideTop": "Ocultar borde superior",
|
||||
"DE.Views.DocumentHolder.txtHideTopLimit": "Ocultar límite superior",
|
||||
"DE.Views.DocumentHolder.txtHideVer": "Ocultar línea vertical",
|
||||
"DE.Views.DocumentHolder.txtIncreaseArg": "Aumentar el tamaño del argumento",
|
||||
"DE.Views.DocumentHolder.txtInFront": "Adelante",
|
||||
"DE.Views.DocumentHolder.txtInline": "Alineado",
|
||||
"DE.Views.DocumentHolder.txtInsertArgAfter": "Insert argument after",
|
||||
"DE.Views.DocumentHolder.txtInsertArgBefore": "Insert argument before",
|
||||
"DE.Views.DocumentHolder.txtInsertBreak": "Insert manual break",
|
||||
"DE.Views.DocumentHolder.txtInsertEqAfter": "Insert equation after",
|
||||
"DE.Views.DocumentHolder.txtInsertEqBefore": "Insert equation before",
|
||||
"DE.Views.DocumentHolder.txtLimitChange": "Change limits location",
|
||||
"DE.Views.DocumentHolder.txtLimitOver": "Limit over text",
|
||||
"DE.Views.DocumentHolder.txtLimitUnder": "Limit under text",
|
||||
"DE.Views.DocumentHolder.txtMatchBrackets": "Match brackets to argument height",
|
||||
"DE.Views.DocumentHolder.txtMatrixAlign": "Matrix alignment",
|
||||
"DE.Views.DocumentHolder.txtOverbar": "Bar over text",
|
||||
"DE.Views.DocumentHolder.txtInsertArgAfter": "Insertar argumento después",
|
||||
"DE.Views.DocumentHolder.txtInsertArgBefore": "Insertar argumento antes",
|
||||
"DE.Views.DocumentHolder.txtInsertBreak": "Insertar grieta manual",
|
||||
"DE.Views.DocumentHolder.txtInsertEqAfter": "Insertar la ecuación después de",
|
||||
"DE.Views.DocumentHolder.txtInsertEqBefore": "Insertar la ecuación antes de",
|
||||
"DE.Views.DocumentHolder.txtLimitChange": "Cambiar ubicación de límites",
|
||||
"DE.Views.DocumentHolder.txtLimitOver": "Límite sobre el texto",
|
||||
"DE.Views.DocumentHolder.txtLimitUnder": "Límite debajo del texto",
|
||||
"DE.Views.DocumentHolder.txtMatchBrackets": "Combinar cochetes a la altura de argumento",
|
||||
"DE.Views.DocumentHolder.txtMatrixAlign": "Alineación de la matriz",
|
||||
"DE.Views.DocumentHolder.txtOverbar": "Barra sobre texto",
|
||||
"DE.Views.DocumentHolder.txtPressLink": "Pulse CTRL y haga clic en el enlace",
|
||||
"DE.Views.DocumentHolder.txtRemFractionBar": "Remove fraction bar",
|
||||
"DE.Views.DocumentHolder.txtRemLimit": "Remove limit",
|
||||
"DE.Views.DocumentHolder.txtRemoveAccentChar": "Remove accent character",
|
||||
"DE.Views.DocumentHolder.txtRemoveBar": "Remove bar",
|
||||
"DE.Views.DocumentHolder.txtRemScripts": "Remove scripts",
|
||||
"DE.Views.DocumentHolder.txtRemSubscript": "Remove subscript",
|
||||
"DE.Views.DocumentHolder.txtRemSuperscript": "Remove superscript",
|
||||
"DE.Views.DocumentHolder.txtScriptsAfter": "Scripts after text",
|
||||
"DE.Views.DocumentHolder.txtScriptsBefore": "Scripts before text",
|
||||
"DE.Views.DocumentHolder.txtShowBottomLimit": "Show bottom limit",
|
||||
"DE.Views.DocumentHolder.txtShowCloseBracket": "Show closing bracket",
|
||||
"DE.Views.DocumentHolder.txtShowDegree": "Show degree",
|
||||
"DE.Views.DocumentHolder.txtShowOpenBracket": "Show opening bracket",
|
||||
"DE.Views.DocumentHolder.txtShowPlaceholder": "Show placeholder",
|
||||
"DE.Views.DocumentHolder.txtShowTopLimit": "Show top limit",
|
||||
"DE.Views.DocumentHolder.txtRemFractionBar": "Quitar la barra de fracción",
|
||||
"DE.Views.DocumentHolder.txtRemLimit": "Eliminar límite",
|
||||
"DE.Views.DocumentHolder.txtRemoveAccentChar": "Quitar carácter de acento",
|
||||
"DE.Views.DocumentHolder.txtRemoveBar": "Eliminar barra",
|
||||
"DE.Views.DocumentHolder.txtRemScripts": "Eliminar texto",
|
||||
"DE.Views.DocumentHolder.txtRemSubscript": "Eliminar subíndice",
|
||||
"DE.Views.DocumentHolder.txtRemSuperscript": "Eliminar subíndice",
|
||||
"DE.Views.DocumentHolder.txtScriptsAfter": "Letras después de texto",
|
||||
"DE.Views.DocumentHolder.txtScriptsBefore": "Letras antes de texto",
|
||||
"DE.Views.DocumentHolder.txtShowBottomLimit": "Mostrar límite inferior",
|
||||
"DE.Views.DocumentHolder.txtShowCloseBracket": "Mostrar corchete de cierre",
|
||||
"DE.Views.DocumentHolder.txtShowDegree": "Mostrar grado",
|
||||
"DE.Views.DocumentHolder.txtShowOpenBracket": "Mostrar corchete de apertura",
|
||||
"DE.Views.DocumentHolder.txtShowPlaceholder": "Mostrar marcador de posición",
|
||||
"DE.Views.DocumentHolder.txtShowTopLimit": "Mostrar límite superior",
|
||||
"DE.Views.DocumentHolder.txtSquare": "Cuadrado",
|
||||
"DE.Views.DocumentHolder.txtStretchBrackets": "Stretch brackets",
|
||||
"DE.Views.DocumentHolder.txtStretchBrackets": "Estirar corchetes",
|
||||
"DE.Views.DocumentHolder.txtThrough": "A través",
|
||||
"DE.Views.DocumentHolder.txtTight": "Estrecho",
|
||||
"DE.Views.DocumentHolder.txtTop": "Top",
|
||||
"DE.Views.DocumentHolder.txtTop": "Superior",
|
||||
"DE.Views.DocumentHolder.txtTopAndBottom": "Superior e inferior",
|
||||
"DE.Views.DocumentHolder.txtUnderbar": "Bar under text",
|
||||
"DE.Views.DocumentHolder.txtUnderbar": "Barra debajo de texto",
|
||||
"DE.Views.DocumentHolder.txtUngroup": "Desagrupar",
|
||||
"DE.Views.DocumentHolder.updateStyleText": "Update %1 style",
|
||||
"DE.Views.DocumentHolder.updateStyleText": "Actualizar 1% estilo",
|
||||
"DE.Views.DocumentHolder.vertAlignText": "Alineación vertical",
|
||||
"DE.Views.DropcapSettingsAdvanced.cancelButtonText": "Cancelar",
|
||||
"DE.Views.DropcapSettingsAdvanced.okButtonText": "OK",
|
||||
"DE.Views.DropcapSettingsAdvanced.okButtonText": "Aceptar",
|
||||
"DE.Views.DropcapSettingsAdvanced.strBorders": "Bordes y relleno",
|
||||
"DE.Views.DropcapSettingsAdvanced.strDropcap": "Letra capital",
|
||||
"DE.Views.DropcapSettingsAdvanced.strMargins": "Márgenes",
|
||||
|
@ -806,7 +810,7 @@
|
|||
"DE.Views.DropcapSettingsAdvanced.textAtLeast": "Por lo menos",
|
||||
"DE.Views.DropcapSettingsAdvanced.textAuto": "Auto",
|
||||
"DE.Views.DropcapSettingsAdvanced.textBackColor": "Color de fondo",
|
||||
"DE.Views.DropcapSettingsAdvanced.textBorderColor": "Color ",
|
||||
"DE.Views.DropcapSettingsAdvanced.textBorderColor": "Color de borde",
|
||||
"DE.Views.DropcapSettingsAdvanced.textBorderDesc": "Pulse diagrama o utilice botones para seleccionar bordes",
|
||||
"DE.Views.DropcapSettingsAdvanced.textBorderWidth": "Tamaño de borde",
|
||||
"DE.Views.DropcapSettingsAdvanced.textBottom": "Inferior",
|
||||
|
@ -825,7 +829,7 @@
|
|||
"DE.Views.DropcapSettingsAdvanced.textLeft": "Izquierdo",
|
||||
"DE.Views.DropcapSettingsAdvanced.textMargin": "Margen",
|
||||
"DE.Views.DropcapSettingsAdvanced.textMove": "Desplazar con texto",
|
||||
"DE.Views.DropcapSettingsAdvanced.textNewColor": "Color personalizado",
|
||||
"DE.Views.DropcapSettingsAdvanced.textNewColor": "Añadir Color Personalizado Nuevo",
|
||||
"DE.Views.DropcapSettingsAdvanced.textNone": "Ningún",
|
||||
"DE.Views.DropcapSettingsAdvanced.textPage": "Página",
|
||||
"DE.Views.DropcapSettingsAdvanced.textParagraph": "Párrafo",
|
||||
|
@ -872,7 +876,7 @@
|
|||
"DE.Views.FileMenuPanels.DocumentInfo.txtPlacement": "Ubicación",
|
||||
"DE.Views.FileMenuPanels.DocumentInfo.txtRights": "Personas que tienen derechos",
|
||||
"DE.Views.FileMenuPanels.DocumentInfo.txtSpaces": "Símbolos con espacios",
|
||||
"DE.Views.FileMenuPanels.DocumentInfo.txtStatistics": "Estadística",
|
||||
"DE.Views.FileMenuPanels.DocumentInfo.txtStatistics": "Estadísticas",
|
||||
"DE.Views.FileMenuPanels.DocumentInfo.txtSymbols": "Símbolos",
|
||||
"DE.Views.FileMenuPanels.DocumentInfo.txtTitle": "Título de documento",
|
||||
"DE.Views.FileMenuPanels.DocumentInfo.txtWords": "Palabras",
|
||||
|
@ -880,17 +884,18 @@
|
|||
"DE.Views.FileMenuPanels.DocumentRights.txtRights": "Personas que tienen derechos",
|
||||
"DE.Views.FileMenuPanels.Settings.okButtonText": "Aplicar",
|
||||
"DE.Views.FileMenuPanels.Settings.strAlignGuides": "Activar guías de alineación",
|
||||
"DE.Views.FileMenuPanels.Settings.strAutoRecover": "Activar autorecuperación",
|
||||
"DE.Views.FileMenuPanels.Settings.strAutosave": "Activar autoguardado",
|
||||
"DE.Views.FileMenuPanels.Settings.strCoAuthMode": "Co-editing mode",
|
||||
"DE.Views.FileMenuPanels.Settings.strCoAuthModeDescFast": "Other users will see your changes at once",
|
||||
"DE.Views.FileMenuPanels.Settings.strCoAuthModeDescStrict": "You will need to accept changes before you can see them",
|
||||
"DE.Views.FileMenuPanels.Settings.strCoAuthMode": "El modo Co-edición",
|
||||
"DE.Views.FileMenuPanels.Settings.strCoAuthModeDescFast": "Otros usuarios verán los cambios a la vez",
|
||||
"DE.Views.FileMenuPanels.Settings.strCoAuthModeDescStrict": "Usted tendrá que aceptar los cambios antes de poder verlos",
|
||||
"DE.Views.FileMenuPanels.Settings.strFast": "rápido",
|
||||
"DE.Views.FileMenuPanels.Settings.strFontRender": "Hinting",
|
||||
"DE.Views.FileMenuPanels.Settings.strInputMode": "Activar jeroglíficos",
|
||||
"DE.Views.FileMenuPanels.Settings.strLiveComment": "Activar opción de demostración de comentarios",
|
||||
"DE.Views.FileMenuPanels.Settings.strShowChanges": "Cambios de colaboración en tiempo real",
|
||||
"DE.Views.FileMenuPanels.Settings.strSpellCheckMode": "Activar corrección ortográfica",
|
||||
"DE.Views.FileMenuPanels.Settings.strStrict": "Strict",
|
||||
"DE.Views.FileMenuPanels.Settings.strStrict": "Estricto",
|
||||
"DE.Views.FileMenuPanels.Settings.strUnit": "Unidad de medida",
|
||||
"DE.Views.FileMenuPanels.Settings.strZoom": "Valor de zoom predeterminado",
|
||||
"DE.Views.FileMenuPanels.Settings.text10Minutes": "Cada 10 minutos ",
|
||||
|
@ -898,17 +903,19 @@
|
|||
"DE.Views.FileMenuPanels.Settings.text5Minutes": "Cada 5 minutos",
|
||||
"DE.Views.FileMenuPanels.Settings.text60Minutes": "Cada hora",
|
||||
"DE.Views.FileMenuPanels.Settings.textAlignGuides": "Guías de alineación",
|
||||
"DE.Views.FileMenuPanels.Settings.textAutoRecover": "Autorrecuperación",
|
||||
"DE.Views.FileMenuPanels.Settings.textAutoSave": "Guardar automáticamente",
|
||||
"DE.Views.FileMenuPanels.Settings.textDisabled": "Desactivado",
|
||||
"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.txtInch": "Inch",
|
||||
"DE.Views.FileMenuPanels.Settings.txtInput": "Entrada alternativa",
|
||||
"DE.Views.FileMenuPanels.Settings.txtLast": "Ver últimos",
|
||||
"DE.Views.FileMenuPanels.Settings.txtLiveComment": "Demostración de Comentarios",
|
||||
"DE.Views.FileMenuPanels.Settings.txtMac": "como OS X",
|
||||
"DE.Views.FileMenuPanels.Settings.txtNative": "Nativo",
|
||||
"DE.Views.FileMenuPanels.Settings.txtNone": "Ningunos",
|
||||
"DE.Views.FileMenuPanels.Settings.txtNone": "Ver Ningunos",
|
||||
"DE.Views.FileMenuPanels.Settings.txtPt": "Punto",
|
||||
"DE.Views.FileMenuPanels.Settings.txtSpellCheck": "Сorrección ortográfica",
|
||||
"DE.Views.FileMenuPanels.Settings.txtWin": "como Windows",
|
||||
|
@ -927,7 +934,7 @@
|
|||
"DE.Views.HeaderFooterSettings.textTopLeft": "Superior izquierdo",
|
||||
"DE.Views.HeaderFooterSettings.textTopRight": "Superior derecho",
|
||||
"DE.Views.HyperlinkSettingsDialog.cancelButtonText": "Cancelar",
|
||||
"DE.Views.HyperlinkSettingsDialog.okButtonText": "Ok",
|
||||
"DE.Views.HyperlinkSettingsDialog.okButtonText": "Aceptar",
|
||||
"DE.Views.HyperlinkSettingsDialog.textDefault": "Fragmento de texto seleccionado",
|
||||
"DE.Views.HyperlinkSettingsDialog.textDisplay": "Mostrar",
|
||||
"DE.Views.HyperlinkSettingsDialog.textTitle": "Configuración de hiperenlace",
|
||||
|
@ -940,7 +947,7 @@
|
|||
"DE.Views.ImageSettings.textFromUrl": "De URL",
|
||||
"DE.Views.ImageSettings.textHeight": "Altura",
|
||||
"DE.Views.ImageSettings.textInsert": "Reemplazar imagen",
|
||||
"DE.Views.ImageSettings.textOriginalSize": "Predeterminado",
|
||||
"DE.Views.ImageSettings.textOriginalSize": "Tamaño Predeterminado",
|
||||
"DE.Views.ImageSettings.textSize": "Tamaño",
|
||||
"DE.Views.ImageSettings.textWidth": "Ancho",
|
||||
"DE.Views.ImageSettings.textWrap": "Ajuste de texto",
|
||||
|
@ -952,10 +959,12 @@
|
|||
"DE.Views.ImageSettings.txtTight": "Estrecho",
|
||||
"DE.Views.ImageSettings.txtTopAndBottom": "Superior e inferior",
|
||||
"DE.Views.ImageSettingsAdvanced.cancelButtonText": "Cancelar",
|
||||
"DE.Views.ImageSettingsAdvanced.okButtonText": "OK",
|
||||
"DE.Views.ImageSettingsAdvanced.okButtonText": "Aceptar",
|
||||
"DE.Views.ImageSettingsAdvanced.strMargins": "Márgenes interiores",
|
||||
"DE.Views.ImageSettingsAdvanced.textAbsoluteWH": "Absolute",
|
||||
"DE.Views.ImageSettingsAdvanced.textAlignment": "Alineación",
|
||||
"DE.Views.ImageSettingsAdvanced.textArrows": "Flechas",
|
||||
"DE.Views.ImageSettingsAdvanced.textAspectRatio": "Lock aspect ratio",
|
||||
"DE.Views.ImageSettingsAdvanced.textBeginSize": "Tamaño inicial",
|
||||
"DE.Views.ImageSettingsAdvanced.textBeginStyle": "Estilo inicial",
|
||||
"DE.Views.ImageSettingsAdvanced.textBelow": "abajo",
|
||||
|
@ -983,12 +992,14 @@
|
|||
"DE.Views.ImageSettingsAdvanced.textMiter": "Ángulo",
|
||||
"DE.Views.ImageSettingsAdvanced.textMove": "Desplazar objeto con texto",
|
||||
"DE.Views.ImageSettingsAdvanced.textOptions": "Opciones",
|
||||
"DE.Views.ImageSettingsAdvanced.textOriginalSize": "Predeterminado",
|
||||
"DE.Views.ImageSettingsAdvanced.textOriginalSize": "Tamaño Predeterminado",
|
||||
"DE.Views.ImageSettingsAdvanced.textOverlap": "Superposición",
|
||||
"DE.Views.ImageSettingsAdvanced.textPage": "Página",
|
||||
"DE.Views.ImageSettingsAdvanced.textParagraph": "Párrafo",
|
||||
"DE.Views.ImageSettingsAdvanced.textPosition": "Posición",
|
||||
"DE.Views.ImageSettingsAdvanced.textPositionPc": "Posición Relativa",
|
||||
"DE.Views.ImageSettingsAdvanced.textRelative": "en relación a\n",
|
||||
"DE.Views.ImageSettingsAdvanced.textRelativeWH": "Relative",
|
||||
"DE.Views.ImageSettingsAdvanced.textRight": "Derecho",
|
||||
"DE.Views.ImageSettingsAdvanced.textRightMargin": "Margen derecho",
|
||||
"DE.Views.ImageSettingsAdvanced.textRightOf": "a la derecha de",
|
||||
|
@ -1016,7 +1027,7 @@
|
|||
"DE.Views.LeftMenu.tipComments": "Comentarios",
|
||||
"DE.Views.LeftMenu.tipFile": "Archivo",
|
||||
"DE.Views.LeftMenu.tipSearch": "Búsqueda",
|
||||
"DE.Views.LeftMenu.tipSupport": "Feedback & Support",
|
||||
"DE.Views.LeftMenu.tipSupport": "Feedback y Soporte",
|
||||
"DE.Views.LeftMenu.tipTitles": "Títulos",
|
||||
"DE.Views.MailMergeEmailDlg.cancelButtonText": "Cancelar",
|
||||
"DE.Views.MailMergeEmailDlg.filePlaceholder": "PDF",
|
||||
|
@ -1041,7 +1052,7 @@
|
|||
"DE.Views.MailMergeSettings.downloadMergeTitle": "Fusión",
|
||||
"DE.Views.MailMergeSettings.errorMailMergeSaveFile": "Error de fusión.",
|
||||
"DE.Views.MailMergeSettings.notcriticalErrorTitle": "Aviso",
|
||||
"DE.Views.MailMergeSettings.textAddRecipients": "Add some recipients to the list first",
|
||||
"DE.Views.MailMergeSettings.textAddRecipients": "Primero añadir unos destinatarios a la lista ",
|
||||
"DE.Views.MailMergeSettings.textAll": "Todos registros",
|
||||
"DE.Views.MailMergeSettings.textCurrent": "Registro actual",
|
||||
"DE.Views.MailMergeSettings.textDataSource": "Fuente de datos",
|
||||
|
@ -1060,56 +1071,56 @@
|
|||
"DE.Views.MailMergeSettings.textPdf": "PDF",
|
||||
"DE.Views.MailMergeSettings.textPortal": "Guardar",
|
||||
"DE.Views.MailMergeSettings.textPreview": "Vista previa de resultados",
|
||||
"DE.Views.MailMergeSettings.textReadMore": "Leer más",
|
||||
"DE.Views.MailMergeSettings.textReadMore": "Más información",
|
||||
"DE.Views.MailMergeSettings.textSendMsg": "Todos los mensajes de email están listos y se enviarán en poco tiempo.<br>La velocidad de envío depende de su servicio de correo.<br>Usted puede continuar trabajando en el documento o cerrarlo. Una vez terminada la operación la notificación se enviará a su dirección de email registrado.",
|
||||
"DE.Views.MailMergeSettings.textTo": "a",
|
||||
"DE.Views.MailMergeSettings.txtFirst": "Primer campo",
|
||||
"DE.Views.MailMergeSettings.txtFromToError": "El valor \"De\" debe ser menor que \"A\"",
|
||||
"DE.Views.MailMergeSettings.txtLast": "Último campo",
|
||||
"DE.Views.MailMergeSettings.txtNext": "Campo siguente",
|
||||
"DE.Views.MailMergeSettings.txtPrev": "Campo anterior",
|
||||
"DE.Views.MailMergeSettings.txtPrev": "a registro anterior",
|
||||
"DE.Views.MailMergeSettings.txtUntitled": "Sin título",
|
||||
"DE.Views.MailMergeSettings.warnProcessMailMerge": "Imposible empezar fusión",
|
||||
"DE.Views.PageMarginsDialog.cancelButtonText": "Cancel",
|
||||
"DE.Views.PageMarginsDialog.notcriticalErrorTitle": "Warning",
|
||||
"DE.Views.PageMarginsDialog.okButtonText": "Ok",
|
||||
"DE.Views.PageMarginsDialog.textBottom": "Bottom",
|
||||
"DE.Views.PageMarginsDialog.textLeft": "Left",
|
||||
"DE.Views.PageMarginsDialog.textRight": "Right",
|
||||
"DE.Views.PageMarginsDialog.textTitle": "Margins",
|
||||
"DE.Views.PageMarginsDialog.cancelButtonText": "Cancelar",
|
||||
"DE.Views.PageMarginsDialog.notcriticalErrorTitle": "Aviso",
|
||||
"DE.Views.PageMarginsDialog.okButtonText": "Aceptar",
|
||||
"DE.Views.PageMarginsDialog.textBottom": "Inferior",
|
||||
"DE.Views.PageMarginsDialog.textLeft": "Izquierdo",
|
||||
"DE.Views.PageMarginsDialog.textRight": "Derecho",
|
||||
"DE.Views.PageMarginsDialog.textTitle": "Márgenes",
|
||||
"DE.Views.PageMarginsDialog.textTop": "Top",
|
||||
"DE.Views.PageMarginsDialog.txtMarginsH": "Top and bottom margins are too high for a given page height",
|
||||
"DE.Views.PageMarginsDialog.txtMarginsW": "Left and right margins are too wide for a given page width",
|
||||
"DE.Views.PageSizeDialog.cancelButtonText": "Cancel",
|
||||
"DE.Views.PageSizeDialog.okButtonText": "Ok",
|
||||
"DE.Views.PageSizeDialog.textHeight": "Height",
|
||||
"DE.Views.PageSizeDialog.textTitle": "Page Size",
|
||||
"DE.Views.PageSizeDialog.textWidth": "Width",
|
||||
"DE.Views.PageMarginsDialog.txtMarginsH": "Márgenes superior e inferior son demasiado altos para una altura de página determinada ",
|
||||
"DE.Views.PageMarginsDialog.txtMarginsW": "Márgenes izquierdo y derecho son demasiado grandes para una anchura determinada de la página",
|
||||
"DE.Views.PageSizeDialog.cancelButtonText": "Cancelar",
|
||||
"DE.Views.PageSizeDialog.okButtonText": "Aceptar",
|
||||
"DE.Views.PageSizeDialog.textHeight": "Altura",
|
||||
"DE.Views.PageSizeDialog.textTitle": "Tamaño de página",
|
||||
"DE.Views.PageSizeDialog.textWidth": "Ancho",
|
||||
"DE.Views.ParagraphSettings.strLineHeight": "Espaciado de línea",
|
||||
"DE.Views.ParagraphSettings.strParagraphSpacing": "Espaciado",
|
||||
"DE.Views.ParagraphSettings.strParagraphSpacing": "Espaciado de Párafo ",
|
||||
"DE.Views.ParagraphSettings.strSomeParagraphSpace": "No añadir intervalo entre párrafos del mismo estilo",
|
||||
"DE.Views.ParagraphSettings.strSpacingAfter": "Después",
|
||||
"DE.Views.ParagraphSettings.strSpacingBefore": "Antes",
|
||||
"DE.Views.ParagraphSettings.textAdvanced": "Mostrar ajustes avanzados",
|
||||
"DE.Views.ParagraphSettings.textAt": "En",
|
||||
"DE.Views.ParagraphSettings.textAtLeast": "Mínimo",
|
||||
"DE.Views.ParagraphSettings.textAtLeast": "Por lo menos",
|
||||
"DE.Views.ParagraphSettings.textAuto": "Múltiple",
|
||||
"DE.Views.ParagraphSettings.textBackColor": "Color de fondo",
|
||||
"DE.Views.ParagraphSettings.textExact": "Exacto",
|
||||
"DE.Views.ParagraphSettings.textNewColor": "Color personalizado",
|
||||
"DE.Views.ParagraphSettings.textNewColor": "Añadir Color Personalizado Nuevo",
|
||||
"DE.Views.ParagraphSettings.textStandartColors": "Colores estándar",
|
||||
"DE.Views.ParagraphSettings.textThemeColors": "Colores de tema",
|
||||
"DE.Views.ParagraphSettings.txtAutoText": "Auto",
|
||||
"DE.Views.ParagraphSettingsAdvanced.cancelButtonText": "Cancelar",
|
||||
"DE.Views.ParagraphSettingsAdvanced.noTabs": "The specified tabs will appear in this field",
|
||||
"DE.Views.ParagraphSettingsAdvanced.okButtonText": "OK",
|
||||
"DE.Views.ParagraphSettingsAdvanced.noTabs": "Las pestañas especificadas aparecerán en este campo",
|
||||
"DE.Views.ParagraphSettingsAdvanced.okButtonText": "Aceptar",
|
||||
"DE.Views.ParagraphSettingsAdvanced.strAllCaps": "Mayúsculas",
|
||||
"DE.Views.ParagraphSettingsAdvanced.strBorders": "Bordes y relleno",
|
||||
"DE.Views.ParagraphSettingsAdvanced.strBreakBefore": "Salto de página antes",
|
||||
"DE.Views.ParagraphSettingsAdvanced.strDoubleStrike": "Doble tachado",
|
||||
"DE.Views.ParagraphSettingsAdvanced.strIndentsFirstLine": "Primera línea",
|
||||
"DE.Views.ParagraphSettingsAdvanced.strIndentsLeftText": "A la izquierda",
|
||||
"DE.Views.ParagraphSettingsAdvanced.strIndentsRightText": "A la derecha",
|
||||
"DE.Views.ParagraphSettingsAdvanced.strIndentsLeftText": "Izquierdo",
|
||||
"DE.Views.ParagraphSettingsAdvanced.strIndentsRightText": "Derecho",
|
||||
"DE.Views.ParagraphSettingsAdvanced.strKeepLines": "Mantener líneas juntas",
|
||||
"DE.Views.ParagraphSettingsAdvanced.strKeepNext": "Conservar con el siguiente",
|
||||
"DE.Views.ParagraphSettingsAdvanced.strMargins": "Espaciados internos",
|
||||
|
@ -1121,7 +1132,7 @@
|
|||
"DE.Views.ParagraphSettingsAdvanced.strStrike": "Tachado",
|
||||
"DE.Views.ParagraphSettingsAdvanced.strSubscript": "Subíndice",
|
||||
"DE.Views.ParagraphSettingsAdvanced.strSuperscript": "Sobreíndice",
|
||||
"DE.Views.ParagraphSettingsAdvanced.strTabs": "Tab",
|
||||
"DE.Views.ParagraphSettingsAdvanced.strTabs": "Pestaña",
|
||||
"DE.Views.ParagraphSettingsAdvanced.textAlign": "Alineación",
|
||||
"DE.Views.ParagraphSettingsAdvanced.textBackColor": "Color de fondo",
|
||||
"DE.Views.ParagraphSettingsAdvanced.textBorderColor": "Color de borde",
|
||||
|
@ -1129,10 +1140,10 @@
|
|||
"DE.Views.ParagraphSettingsAdvanced.textBorderWidth": "Tamaño de borde",
|
||||
"DE.Views.ParagraphSettingsAdvanced.textBottom": "Inferior",
|
||||
"DE.Views.ParagraphSettingsAdvanced.textCharacterSpacing": "Espaciado entre caracteres",
|
||||
"DE.Views.ParagraphSettingsAdvanced.textDefault": "Predeterminado",
|
||||
"DE.Views.ParagraphSettingsAdvanced.textDefault": "Tabulador Predeterminado",
|
||||
"DE.Views.ParagraphSettingsAdvanced.textEffects": "Efectos",
|
||||
"DE.Views.ParagraphSettingsAdvanced.textLeft": "Izquierdo",
|
||||
"DE.Views.ParagraphSettingsAdvanced.textNewColor": "Color personalizado",
|
||||
"DE.Views.ParagraphSettingsAdvanced.textNewColor": "Añadir Color Personalizado Nuevo",
|
||||
"DE.Views.ParagraphSettingsAdvanced.textPosition": "Posición",
|
||||
"DE.Views.ParagraphSettingsAdvanced.textRemove": "Eliminar",
|
||||
"DE.Views.ParagraphSettingsAdvanced.textRemoveAll": "Eliminar todo",
|
||||
|
@ -1163,7 +1174,7 @@
|
|||
"DE.Views.RightMenu.txtParagraphSettings": "Ajustes de párrafo",
|
||||
"DE.Views.RightMenu.txtShapeSettings": "Ajustes de forma",
|
||||
"DE.Views.RightMenu.txtTableSettings": "Ajustes de tabla",
|
||||
"DE.Views.RightMenu.txtTextArtSettings": "Text Art Settings",
|
||||
"DE.Views.RightMenu.txtTextArtSettings": "Ajustes de arte de texto",
|
||||
"DE.Views.ShapeSettings.strBackground": "Color de fondo",
|
||||
"DE.Views.ShapeSettings.strChange": "Cambiar autoforma",
|
||||
"DE.Views.ShapeSettings.strColor": "Color",
|
||||
|
@ -1184,7 +1195,7 @@
|
|||
"DE.Views.ShapeSettings.textGradientFill": "Relleno degradado",
|
||||
"DE.Views.ShapeSettings.textImageTexture": "Imagen o textura",
|
||||
"DE.Views.ShapeSettings.textLinear": "Lineal",
|
||||
"DE.Views.ShapeSettings.textNewColor": "Color personalizado",
|
||||
"DE.Views.ShapeSettings.textNewColor": "Añadir Color Personalizado Nuevo",
|
||||
"DE.Views.ShapeSettings.textNoFill": "Sin relleno",
|
||||
"DE.Views.ShapeSettings.textPatternFill": "Patrón",
|
||||
"DE.Views.ShapeSettings.textRadial": "Radial",
|
||||
|
@ -1199,7 +1210,7 @@
|
|||
"DE.Views.ShapeSettings.txtBehind": "Detrás",
|
||||
"DE.Views.ShapeSettings.txtBrownPaper": "Papel marrón",
|
||||
"DE.Views.ShapeSettings.txtCanvas": "Lienzo",
|
||||
"DE.Views.ShapeSettings.txtCarton": "Algodón",
|
||||
"DE.Views.ShapeSettings.txtCarton": "Cartón",
|
||||
"DE.Views.ShapeSettings.txtDarkFabric": "Tela oscura",
|
||||
"DE.Views.ShapeSettings.txtGrain": "Grano",
|
||||
"DE.Views.ShapeSettings.txtGranite": "Granito",
|
||||
|
@ -1217,12 +1228,12 @@
|
|||
"DE.Views.ShapeSettings.txtWood": "Madera",
|
||||
"DE.Views.Statusbar.goToPageText": "Ir a página",
|
||||
"DE.Views.Statusbar.LanguageDialog.btnCancel": "Cancelar",
|
||||
"DE.Views.Statusbar.LanguageDialog.btnOk": "OK",
|
||||
"DE.Views.Statusbar.LanguageDialog.btnOk": "Aceptar",
|
||||
"DE.Views.Statusbar.LanguageDialog.labelSelect": "Seleccione el idioma de documento",
|
||||
"DE.Views.Statusbar.pageIndexText": "Página {0} de {1}",
|
||||
"DE.Views.Statusbar.textChangesPanel": "Changes Panel",
|
||||
"DE.Views.Statusbar.textChangesPanel": "Panel de cambios",
|
||||
"DE.Views.Statusbar.textTrackChanges": "Cambio de pista",
|
||||
"DE.Views.Statusbar.tipAccessRights": "Manage document access rights",
|
||||
"DE.Views.Statusbar.tipAccessRights": "Administrar los derechos de acceso de documentos",
|
||||
"DE.Views.Statusbar.tipFitPage": "Ajustar a la página",
|
||||
"DE.Views.Statusbar.tipFitWidth": "Ajustar a ancho",
|
||||
"DE.Views.Statusbar.tipMoreUsers": "y %1 usuarios",
|
||||
|
@ -1232,17 +1243,17 @@
|
|||
"DE.Views.Statusbar.tipSetSpelling": "Сorrección ortográfica",
|
||||
"DE.Views.Statusbar.tipShowUsers": "Para ver todos los usuarios pulse el icono debajo.",
|
||||
"DE.Views.Statusbar.tipUsers": "Unos usuarios están editando documento ahora.",
|
||||
"DE.Views.Statusbar.tipViewUsers": "View users and manage document access rights",
|
||||
"DE.Views.Statusbar.tipViewUsers": "Ver los usuarios y gestionar los derechos de acceso de documentos",
|
||||
"DE.Views.Statusbar.tipZoomFactor": "Ampliación",
|
||||
"DE.Views.Statusbar.tipZoomIn": "Acercar",
|
||||
"DE.Views.Statusbar.tipZoomOut": "Alejar",
|
||||
"DE.Views.Statusbar.txAccessRights": "Cambiar derechos de acceso",
|
||||
"DE.Views.Statusbar.txtPageNumInvalid": "Número de página inválido",
|
||||
"DE.Views.StyleTitleDialog.textHeader": "Create New Style",
|
||||
"DE.Views.StyleTitleDialog.textNextStyle": "Next paragraph style",
|
||||
"DE.Views.StyleTitleDialog.textHeader": "Crear estilo nuevo",
|
||||
"DE.Views.StyleTitleDialog.textNextStyle": "Estilo de párrafo siguiente",
|
||||
"DE.Views.StyleTitleDialog.textTitle": "Title",
|
||||
"DE.Views.StyleTitleDialog.txtEmpty": "This field is required",
|
||||
"DE.Views.StyleTitleDialog.txtNotEmpty": "Field must not be empty",
|
||||
"DE.Views.StyleTitleDialog.txtEmpty": "Este campo es obligatorio",
|
||||
"DE.Views.StyleTitleDialog.txtNotEmpty": "El campo no puede estar vacío",
|
||||
"DE.Views.TableSettings.deleteColumnText": "Borrar columna",
|
||||
"DE.Views.TableSettings.deleteRowText": "Borrar fila",
|
||||
"DE.Views.TableSettings.deleteTableText": "Borrar tabla",
|
||||
|
@ -1255,7 +1266,7 @@
|
|||
"DE.Views.TableSettings.selectColumnText": "Seleccionar columna",
|
||||
"DE.Views.TableSettings.selectRowText": "Seleccionar fila",
|
||||
"DE.Views.TableSettings.selectTableText": "Seleccionar tabla",
|
||||
"DE.Views.TableSettings.splitCellsText": "Dividir celdas...",
|
||||
"DE.Views.TableSettings.splitCellsText": "Dividir celda...",
|
||||
"DE.Views.TableSettings.splitCellTitleText": "Dividir celda",
|
||||
"DE.Views.TableSettings.strRepeatRow": "Repetir como una fila de encabezado en la parte superior de cada página",
|
||||
"DE.Views.TableSettings.textAdvanced": "Mostrar ajustes avanzados",
|
||||
|
@ -1267,11 +1278,11 @@
|
|||
"DE.Views.TableSettings.textColumns": "Columnas",
|
||||
"DE.Views.TableSettings.textEdit": "Filas y columnas",
|
||||
"DE.Views.TableSettings.textEmptyTemplate": "Sin plantillas",
|
||||
"DE.Views.TableSettings.textFirst": "Primera",
|
||||
"DE.Views.TableSettings.textFirst": "primero",
|
||||
"DE.Views.TableSettings.textHeader": "Encabezado",
|
||||
"DE.Views.TableSettings.textLast": "Última",
|
||||
"DE.Views.TableSettings.textNewColor": "Color personalizado",
|
||||
"DE.Views.TableSettings.textOK": "OK",
|
||||
"DE.Views.TableSettings.textNewColor": "Añadir Color Personalizado Nuevo",
|
||||
"DE.Views.TableSettings.textOK": "Aceptar",
|
||||
"DE.Views.TableSettings.textRows": "Filas",
|
||||
"DE.Views.TableSettings.textSelectBorders": "Seleccione bordes que usted desea cambiar aplicando estilo seleccionado",
|
||||
"DE.Views.TableSettings.textStandartColors": "Colores estándar",
|
||||
|
@ -1293,7 +1304,7 @@
|
|||
"DE.Views.TableSettings.tipTop": "Fijar sólo borde exterior superior",
|
||||
"DE.Views.TableSettings.txtNoBorders": "Sin bordes",
|
||||
"DE.Views.TableSettingsAdvanced.cancelButtonText": "Cancelar",
|
||||
"DE.Views.TableSettingsAdvanced.okButtonText": "OK",
|
||||
"DE.Views.TableSettingsAdvanced.okButtonText": "Aceptar",
|
||||
"DE.Views.TableSettingsAdvanced.textAlign": "Alineación",
|
||||
"DE.Views.TableSettingsAdvanced.textAlignment": "Alineación",
|
||||
"DE.Views.TableSettingsAdvanced.textAllowSpacing": "Permitir espacio entre celdas",
|
||||
|
@ -1306,7 +1317,9 @@
|
|||
"DE.Views.TableSettingsAdvanced.textBordersBackgroung": "Bordes y fondo",
|
||||
"DE.Views.TableSettingsAdvanced.textBorderWidth": "Tamaño de borde",
|
||||
"DE.Views.TableSettingsAdvanced.textBottom": "Inferior",
|
||||
"DE.Views.TableSettingsAdvanced.textCellOptions": "Cell Options",
|
||||
"DE.Views.TableSettingsAdvanced.textCellProps": "Propiedades de la celda",
|
||||
"DE.Views.TableSettingsAdvanced.textCellSize": "Cell Size",
|
||||
"DE.Views.TableSettingsAdvanced.textCenter": "Al centro",
|
||||
"DE.Views.TableSettingsAdvanced.textCenterTooltip": "Al centro",
|
||||
"DE.Views.TableSettingsAdvanced.textCheckMargins": "Usar márgenes predeterminados",
|
||||
|
@ -1318,20 +1331,25 @@
|
|||
"DE.Views.TableSettingsAdvanced.textLeftTooltip": "Izquierdo",
|
||||
"DE.Views.TableSettingsAdvanced.textMargin": "Margen",
|
||||
"DE.Views.TableSettingsAdvanced.textMargins": "Márgenes de celda",
|
||||
"DE.Views.TableSettingsAdvanced.textMeasure": "Measure in",
|
||||
"DE.Views.TableSettingsAdvanced.textMove": "Desplazar objeto con texto",
|
||||
"DE.Views.TableSettingsAdvanced.textNewColor": "Color personalizado",
|
||||
"DE.Views.TableSettingsAdvanced.textNewColor": "Añadir Color Personalizado Nuevo",
|
||||
"DE.Views.TableSettingsAdvanced.textOnlyCells": "Sólo para celdas seleccionadas",
|
||||
"DE.Views.TableSettingsAdvanced.textOptions": "Opciones",
|
||||
"DE.Views.TableSettingsAdvanced.textOverlap": "Superposición",
|
||||
"DE.Views.TableSettingsAdvanced.textPage": "Página",
|
||||
"DE.Views.TableSettingsAdvanced.textPosition": "Posición",
|
||||
"DE.Views.TableSettingsAdvanced.textPrefWidth": "Preferred width",
|
||||
"DE.Views.TableSettingsAdvanced.textPreview": "Vista previa",
|
||||
"DE.Views.TableSettingsAdvanced.textRelative": "en relación a\n",
|
||||
"DE.Views.TableSettingsAdvanced.textRight": "Derecho",
|
||||
"DE.Views.TableSettingsAdvanced.textRightOf": "a la derecha de",
|
||||
"DE.Views.TableSettingsAdvanced.textRightTooltip": "Derecho",
|
||||
"DE.Views.TableSettingsAdvanced.textStandartColors": "Colores estándar",
|
||||
"DE.Views.TableSettingsAdvanced.textTable": "Table",
|
||||
"DE.Views.TableSettingsAdvanced.textTableBackColor": "Fondo de tabla",
|
||||
"DE.Views.TableSettingsAdvanced.textTablePosition": "Table Position",
|
||||
"DE.Views.TableSettingsAdvanced.textTableSize": "Table Size",
|
||||
"DE.Views.TableSettingsAdvanced.textThemeColors": "Colores de tema",
|
||||
"DE.Views.TableSettingsAdvanced.textTitle": "Tabla - Ajustes avanzados",
|
||||
"DE.Views.TableSettingsAdvanced.textTop": "Superior",
|
||||
|
@ -1341,6 +1359,8 @@
|
|||
"DE.Views.TableSettingsAdvanced.textWrap": "Ajuste de texto",
|
||||
"DE.Views.TableSettingsAdvanced.textWrapNoneTooltip": "Tabla en línea",
|
||||
"DE.Views.TableSettingsAdvanced.textWrapParallelTooltip": "Tabla flujo",
|
||||
"DE.Views.TableSettingsAdvanced.textWrappingStyle": "Wrapping Style",
|
||||
"DE.Views.TableSettingsAdvanced.textWrapText": "Wrap text",
|
||||
"DE.Views.TableSettingsAdvanced.tipAll": "Fijar borde exterior y todas líneas interiores ",
|
||||
"DE.Views.TableSettingsAdvanced.tipCellAll": "Fijar bordes sólo para celdas interiores",
|
||||
"DE.Views.TableSettingsAdvanced.tipCellInner": "Fijar líneas verticales y horizontales sólo para celdas interiores",
|
||||
|
@ -1351,28 +1371,32 @@
|
|||
"DE.Views.TableSettingsAdvanced.tipTableOuterCellAll": "Fijar borde exterior y bordes para todas celdas inferiores",
|
||||
"DE.Views.TableSettingsAdvanced.tipTableOuterCellInner": "Fijar borde exterior y líneas verticales y horizontales para celdas inferiores",
|
||||
"DE.Views.TableSettingsAdvanced.tipTableOuterCellOuter": "Fijar borde de tabla exterior y bordes exteriores para celdas interiores",
|
||||
"DE.Views.TableSettingsAdvanced.txtCm": "Centímetro",
|
||||
"DE.Views.TableSettingsAdvanced.txtInch": "Inch",
|
||||
"DE.Views.TableSettingsAdvanced.txtNoBorders": "Sin bordes",
|
||||
"DE.Views.TableSettingsAdvanced.txtPercent": "Por ciento",
|
||||
"DE.Views.TableSettingsAdvanced.txtPt": "Punto",
|
||||
"DE.Views.TextArtSettings.strColor": "Color",
|
||||
"DE.Views.TextArtSettings.strFill": "Fill",
|
||||
"DE.Views.TextArtSettings.strSize": "Size",
|
||||
"DE.Views.TextArtSettings.strStroke": "Stroke",
|
||||
"DE.Views.TextArtSettings.strTransparency": "Opacity",
|
||||
"DE.Views.TextArtSettings.textBorderSizeErr": "The entered value is incorrect.<br>Please enter a value between 0 pt and 1584 pt.",
|
||||
"DE.Views.TextArtSettings.strFill": "Relleno",
|
||||
"DE.Views.TextArtSettings.strSize": "Tamaño",
|
||||
"DE.Views.TextArtSettings.strStroke": "Trazo",
|
||||
"DE.Views.TextArtSettings.strTransparency": "Opacidad ",
|
||||
"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": "Direction",
|
||||
"DE.Views.TextArtSettings.textGradient": "Gradient",
|
||||
"DE.Views.TextArtSettings.textGradientFill": "Gradient Fill",
|
||||
"DE.Views.TextArtSettings.textLinear": "Linear",
|
||||
"DE.Views.TextArtSettings.textNewColor": "Add New Custom Color",
|
||||
"DE.Views.TextArtSettings.textNoFill": "No Fill",
|
||||
"DE.Views.TextArtSettings.textDirection": "Dirección ",
|
||||
"DE.Views.TextArtSettings.textGradient": "Gradiente",
|
||||
"DE.Views.TextArtSettings.textGradientFill": "Relleno degradado",
|
||||
"DE.Views.TextArtSettings.textLinear": "Lineal",
|
||||
"DE.Views.TextArtSettings.textNewColor": "Añadir Color Personalizado Nuevo",
|
||||
"DE.Views.TextArtSettings.textNoFill": "Sin relleno",
|
||||
"DE.Views.TextArtSettings.textRadial": "Radial",
|
||||
"DE.Views.TextArtSettings.textSelectTexture": "Select",
|
||||
"DE.Views.TextArtSettings.textStandartColors": "Standard Colors",
|
||||
"DE.Views.TextArtSettings.textStyle": "Style",
|
||||
"DE.Views.TextArtSettings.textTemplate": "Template",
|
||||
"DE.Views.TextArtSettings.textThemeColors": "Theme Colors",
|
||||
"DE.Views.TextArtSettings.textTransform": "Transform",
|
||||
"DE.Views.TextArtSettings.txtNoBorders": "No Line",
|
||||
"DE.Views.TextArtSettings.textSelectTexture": "Seleccionar",
|
||||
"DE.Views.TextArtSettings.textStandartColors": "Colores estándar",
|
||||
"DE.Views.TextArtSettings.textStyle": "Estilo",
|
||||
"DE.Views.TextArtSettings.textTemplate": "Plantilla",
|
||||
"DE.Views.TextArtSettings.textThemeColors": "Colores de tema",
|
||||
"DE.Views.TextArtSettings.textTransform": "Transformar",
|
||||
"DE.Views.TextArtSettings.txtNoBorders": "Sin línea",
|
||||
"DE.Views.Toolbar.mniCustomTable": "Insertar tabla personalizada",
|
||||
"DE.Views.Toolbar.mniEditDropCap": "Ajustes de letra capital",
|
||||
"DE.Views.Toolbar.mniEditFooter": "Editar pie de página",
|
||||
|
@ -1384,16 +1408,16 @@
|
|||
"DE.Views.Toolbar.strMenuNoFill": "Sin relleno",
|
||||
"DE.Views.Toolbar.textArea": "Área",
|
||||
"DE.Views.Toolbar.textAutoColor": "Automático",
|
||||
"DE.Views.Toolbar.textBar": "De barras",
|
||||
"DE.Views.Toolbar.textBar": "Gráfico de barras",
|
||||
"DE.Views.Toolbar.textBold": "Negrita",
|
||||
"DE.Views.Toolbar.textBottom": "Bottom: ",
|
||||
"DE.Views.Toolbar.textColumn": "De columnas",
|
||||
"DE.Views.Toolbar.textColumnsLeft": "Left",
|
||||
"DE.Views.Toolbar.textColumnsOne": "One",
|
||||
"DE.Views.Toolbar.textColumnsRight": "Right",
|
||||
"DE.Views.Toolbar.textColumnsThree": "Three",
|
||||
"DE.Views.Toolbar.textColumnsTwo": "Two",
|
||||
"DE.Views.Toolbar.textCompactView": "Barra de herramientas compacta",
|
||||
"DE.Views.Toolbar.textBottom": "Inferior: ",
|
||||
"DE.Views.Toolbar.textColumn": "Gráfico de columnas",
|
||||
"DE.Views.Toolbar.textColumnsLeft": "Izquierdo",
|
||||
"DE.Views.Toolbar.textColumnsOne": "Uno",
|
||||
"DE.Views.Toolbar.textColumnsRight": "Derecho",
|
||||
"DE.Views.Toolbar.textColumnsThree": "Tres",
|
||||
"DE.Views.Toolbar.textColumnsTwo": "Dos",
|
||||
"DE.Views.Toolbar.textCompactView": "Ver Barra de herramientas compacta",
|
||||
"DE.Views.Toolbar.textContPage": "Página continua",
|
||||
"DE.Views.Toolbar.textEvenPage": "Página par",
|
||||
"DE.Views.Toolbar.textFitPage": "Ajustar a la página",
|
||||
|
@ -1402,39 +1426,40 @@
|
|||
"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": "Insert Column Break",
|
||||
"DE.Views.Toolbar.textInsColumnBreak": "Insertar Grieta de Columna",
|
||||
"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",
|
||||
"DE.Views.Toolbar.textInsText": "Insert text box",
|
||||
"DE.Views.Toolbar.textInsTextArt": "Insert Text Art",
|
||||
"DE.Views.Toolbar.textInsText": "Insertar cuadro de texto",
|
||||
"DE.Views.Toolbar.textInsTextArt": "Insertar Texto de Arte",
|
||||
"DE.Views.Toolbar.textInText": "En texto",
|
||||
"DE.Views.Toolbar.textItalic": "Cursiva",
|
||||
"DE.Views.Toolbar.textLeft": "Left: ",
|
||||
"DE.Views.Toolbar.textLine": "De líneas",
|
||||
"DE.Views.Toolbar.textMarginsLast": "Last Custom",
|
||||
"DE.Views.Toolbar.textMarginsModerate": "Moderate",
|
||||
"DE.Views.Toolbar.textMarginsNarrow": "Narrow",
|
||||
"DE.Views.Toolbar.textLeft": "Izquierdo: ",
|
||||
"DE.Views.Toolbar.textLine": "Gráfico de líneas",
|
||||
"DE.Views.Toolbar.textMarginsLast": "último personalizado",
|
||||
"DE.Views.Toolbar.textMarginsModerate": "Moderar",
|
||||
"DE.Views.Toolbar.textMarginsNarrow": "Estrecho",
|
||||
"DE.Views.Toolbar.textMarginsNormal": "Normal",
|
||||
"DE.Views.Toolbar.textMarginsWide": "Wide",
|
||||
"DE.Views.Toolbar.textNewColor": "Color personalizado",
|
||||
"DE.Views.Toolbar.textMarginsUsNormal": "US Normal",
|
||||
"DE.Views.Toolbar.textMarginsWide": "Amplio",
|
||||
"DE.Views.Toolbar.textNewColor": "Añadir Color Personalizado Nuevo",
|
||||
"DE.Views.Toolbar.textNextPage": "Página siguiente",
|
||||
"DE.Views.Toolbar.textNone": "Ningún",
|
||||
"DE.Views.Toolbar.textOddPage": "Página impar",
|
||||
"DE.Views.Toolbar.textPageMarginsCustom": "Custom margins",
|
||||
"DE.Views.Toolbar.textPageSizeCustom": "Custom Page Size",
|
||||
"DE.Views.Toolbar.textPie": "Circular",
|
||||
"DE.Views.Toolbar.textPoint": "De punto",
|
||||
"DE.Views.Toolbar.textRight": "Right: ",
|
||||
"DE.Views.Toolbar.textPageMarginsCustom": "Márgenes personalizados",
|
||||
"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.textRight": "Derecho: ",
|
||||
"DE.Views.Toolbar.textStandartColors": "Colores estándar",
|
||||
"DE.Views.Toolbar.textStock": "De cotizaciones",
|
||||
"DE.Views.Toolbar.textStrikeout": "Tachado",
|
||||
"DE.Views.Toolbar.textStyleMenuDelete": "Delete style",
|
||||
"DE.Views.Toolbar.textStyleMenuDeleteAll": "Delete all custom styles",
|
||||
"DE.Views.Toolbar.textStyleMenuNew": "New style from selection",
|
||||
"DE.Views.Toolbar.textStyleMenuRestore": "Restore to default",
|
||||
"DE.Views.Toolbar.textStyleMenuRestoreAll": "Restore all to default styles",
|
||||
"DE.Views.Toolbar.textStyleMenuUpdate": "Update from selection",
|
||||
"DE.Views.Toolbar.textStyleMenuDelete": "Eliminar estilo",
|
||||
"DE.Views.Toolbar.textStyleMenuDeleteAll": "Borrar todos los estilos personalizados",
|
||||
"DE.Views.Toolbar.textStyleMenuNew": "Nuevo estilo de la selección",
|
||||
"DE.Views.Toolbar.textStyleMenuRestore": "Restablecer a predeterminado",
|
||||
"DE.Views.Toolbar.textStyleMenuRestoreAll": "Restaurar todo a estilos predeterminados ",
|
||||
"DE.Views.Toolbar.textStyleMenuUpdate": "Actualizar de la selección",
|
||||
"DE.Views.Toolbar.textSubscript": "Subíndice",
|
||||
"DE.Views.Toolbar.textSuperscript": "Sobreíndice",
|
||||
"DE.Views.Toolbar.textThemeColors": "Colores de tema",
|
||||
|
@ -1449,9 +1474,9 @@
|
|||
"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.tipClearStyle": "Limpiar estilo",
|
||||
"DE.Views.Toolbar.tipClearStyle": "Borrar estilo",
|
||||
"DE.Views.Toolbar.tipColorSchemas": "Cambiar combinación de colores",
|
||||
"DE.Views.Toolbar.tipColumns": "Insert columns",
|
||||
"DE.Views.Toolbar.tipColumns": "Insertar columnas",
|
||||
"DE.Views.Toolbar.tipCopy": "Copiar",
|
||||
"DE.Views.Toolbar.tipCopyStyle": "Copiar estilo",
|
||||
"DE.Views.Toolbar.tipDecFont": "Reducir tamaño de letra",
|
||||
|
@ -1481,7 +1506,7 @@
|
|||
"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",
|
||||
"DE.Views.Toolbar.tipPageMargins": "Page Margins",
|
||||
"DE.Views.Toolbar.tipPageMargins": "Márgenes de Página",
|
||||
"DE.Views.Toolbar.tipPageOrient": "Orientación de página",
|
||||
"DE.Views.Toolbar.tipPageSize": "Tamaño de página",
|
||||
"DE.Views.Toolbar.tipParagraphStyle": "Estilo de párrafo",
|
||||
|
@ -1495,7 +1520,7 @@
|
|||
"DE.Views.Toolbar.tipSynchronize": "El documento ha sido cambiado por otro usuario. Por favor haga clic para guardar sus cambios y recargue las actualizaciones.",
|
||||
"DE.Views.Toolbar.tipUndo": "Deshacer",
|
||||
"DE.Views.Toolbar.tipViewSettings": "Mostrar ajustes",
|
||||
"DE.Views.Toolbar.txtScheme1": "Office",
|
||||
"DE.Views.Toolbar.txtScheme1": "Oficina",
|
||||
"DE.Views.Toolbar.txtScheme10": "Intermedio",
|
||||
"DE.Views.Toolbar.txtScheme11": "Metro",
|
||||
"DE.Views.Toolbar.txtScheme12": "Módulo",
|
||||
|
|
1544
apps/documenteditor/main/locale/ja.json
Normal file
|
@ -1,6 +1,4 @@
|
|||
{
|
||||
"Common.Utils.Metric.txtCm": "см",
|
||||
"Common.Utils.Metric.txtPt": "пт",
|
||||
"Common.Controllers.Chat.notcriticalErrorTitle": "Предупреждение",
|
||||
"Common.Controllers.Chat.textEnterMessage": "Введите здесь своё сообщение",
|
||||
"Common.Controllers.Chat.textUserLimit": "Вы используете бесплатную версию ONLYOFFICE.<br>Только два пользователя одновременно могут совместно редактировать документ.<br>Требуется больше? Рекомендуем приобрести корпоративную версию ONLYOFFICE.<br><a href=\"http://www.onlyoffice.com/free-edition.aspx\" target=\"_blank\">Читать дальше</a>",
|
||||
|
@ -98,6 +96,8 @@
|
|||
"Common.UI.Window.textInformation": "Информация",
|
||||
"Common.UI.Window.textWarning": "Предупреждение",
|
||||
"Common.UI.Window.yesButtonText": "Да",
|
||||
"Common.Utils.Metric.txtCm": "см",
|
||||
"Common.Utils.Metric.txtPt": "пт",
|
||||
"Common.Views.About.txtAddress": "адрес: ",
|
||||
"Common.Views.About.txtAscAddress": "Lubanas st. 125a-25, Riga, Latvia, EU, LV-1021",
|
||||
"Common.Views.About.txtLicensee": "ЛИЦЕНЗИАТ",
|
||||
|
@ -233,10 +233,11 @@
|
|||
"DE.Controllers.Main.splitMaxColsErrorText": "Число столбцов должно быть меньше, чем %1.",
|
||||
"DE.Controllers.Main.splitMaxRowsErrorText": "Число строк должно быть меньше, чем %1.",
|
||||
"DE.Controllers.Main.textAnonymous": "Аноним",
|
||||
"DE.Controllers.Main.textBuyNow": "Купить",
|
||||
"DE.Controllers.Main.textBuyNow": "Visit website",
|
||||
"DE.Controllers.Main.textCloseTip": "\nЩелкните, чтобы закрыть эту подсказку",
|
||||
"DE.Controllers.Main.textContactUs": "Contact sales",
|
||||
"DE.Controllers.Main.textLoadingDocument": "Загрузка документа",
|
||||
"DE.Controllers.Main.textNoLicenseTitle": "Лицензия не найдена или истек ее срок действия",
|
||||
"DE.Controllers.Main.textNoLicenseTitle": "ONLYOFFICE open source version",
|
||||
"DE.Controllers.Main.textStrict": "Строгий режим",
|
||||
"DE.Controllers.Main.textTryUndoRedo": "Функции отмены и повтора действий отключены в Быстром режиме совместного редактирования.<br>Нажмите на кнопку 'Строгий режим' для переключения в Строгий режим совместного редактирования, чтобы редактировать файл без вмешательства других пользователей и отправлять изменения только после того, как вы их сохраните. Переключаться между режимами совместного редактирования можно с помощью Дополнительных параметров редактора.",
|
||||
"DE.Controllers.Main.titleUpdateVersion": "Версия изменилась",
|
||||
|
@ -266,7 +267,7 @@
|
|||
"DE.Controllers.Main.uploadImageTitleText": "Загрузка изображения",
|
||||
"DE.Controllers.Main.warnBrowserIE9": "В IE9 приложение имеет низкую производительность. Используйте IE10 или более позднюю версию.",
|
||||
"DE.Controllers.Main.warnBrowserZoom": "Текущее значение масштаба страницы в браузере поддерживается не полностью. Вернитесь к масштабу по умолчанию, нажав Ctrl+0.",
|
||||
"DE.Controllers.Main.warnNoLicense": "Лицензия не найдена или истек ее срок действия. Вы не можете редактировать файлы.<br>Нажмите кнопку 'Купить' для покупки лицензии на Enterprise Edition или 'Связаться с нами', если вы используете Integration Edition.",
|
||||
"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.warnProcessRightsChange": "Вам было отказано в праве на редактирование этого файла.",
|
||||
"DE.Controllers.Statusbar.textHasChanges": "Отслежены новые изменения",
|
||||
"DE.Controllers.Statusbar.textTrackChanges": "Документ открыт при включенном режиме отслеживания изменений",
|
||||
|
@ -908,6 +909,7 @@
|
|||
"DE.Views.FileMenuPanels.Settings.textMinute": "Каждую минуту",
|
||||
"DE.Views.FileMenuPanels.Settings.txtAll": "Все",
|
||||
"DE.Views.FileMenuPanels.Settings.txtCm": "Сантиметр",
|
||||
"DE.Views.FileMenuPanels.Settings.txtInch": "Дюйм",
|
||||
"DE.Views.FileMenuPanels.Settings.txtInput": "Альтернативный ввод",
|
||||
"DE.Views.FileMenuPanels.Settings.txtLast": "Последние",
|
||||
"DE.Views.FileMenuPanels.Settings.txtLiveComment": "Отображение комментариев",
|
||||
|
@ -917,7 +919,6 @@
|
|||
"DE.Views.FileMenuPanels.Settings.txtPt": "Пункт",
|
||||
"DE.Views.FileMenuPanels.Settings.txtSpellCheck": "Проверка орфографии",
|
||||
"DE.Views.FileMenuPanels.Settings.txtWin": "как Windows",
|
||||
"DE.Views.FileMenuPanels.Settings.txtInch": "Дюйм",
|
||||
"DE.Views.HeaderFooterSettings.textBottomCenter": "Снизу по центру",
|
||||
"DE.Views.HeaderFooterSettings.textBottomLeft": "Снизу слева",
|
||||
"DE.Views.HeaderFooterSettings.textBottomRight": "Снизу справа",
|
||||
|
@ -960,8 +961,10 @@
|
|||
"DE.Views.ImageSettingsAdvanced.cancelButtonText": "Отмена",
|
||||
"DE.Views.ImageSettingsAdvanced.okButtonText": "OK",
|
||||
"DE.Views.ImageSettingsAdvanced.strMargins": "Поля вокруг текста",
|
||||
"DE.Views.ImageSettingsAdvanced.textAbsoluteWH": "Абсолютная",
|
||||
"DE.Views.ImageSettingsAdvanced.textAlignment": "Выравнивание",
|
||||
"DE.Views.ImageSettingsAdvanced.textArrows": "Стрелки",
|
||||
"DE.Views.ImageSettingsAdvanced.textAspectRatio": "Сохранять пропорции",
|
||||
"DE.Views.ImageSettingsAdvanced.textBeginSize": "Начальный размер",
|
||||
"DE.Views.ImageSettingsAdvanced.textBeginStyle": "Начальный стиль",
|
||||
"DE.Views.ImageSettingsAdvanced.textBelow": "ниже",
|
||||
|
@ -996,6 +999,7 @@
|
|||
"DE.Views.ImageSettingsAdvanced.textPosition": "Положение",
|
||||
"DE.Views.ImageSettingsAdvanced.textPositionPc": "Относительное положение",
|
||||
"DE.Views.ImageSettingsAdvanced.textRelative": "относительно",
|
||||
"DE.Views.ImageSettingsAdvanced.textRelativeWH": "Относительная",
|
||||
"DE.Views.ImageSettingsAdvanced.textRight": "Справа",
|
||||
"DE.Views.ImageSettingsAdvanced.textRightMargin": "Правого поля",
|
||||
"DE.Views.ImageSettingsAdvanced.textRightOf": "справа от",
|
||||
|
@ -1313,7 +1317,9 @@
|
|||
"DE.Views.TableSettingsAdvanced.textBordersBackgroung": "Границы и фон",
|
||||
"DE.Views.TableSettingsAdvanced.textBorderWidth": "Ширина границ",
|
||||
"DE.Views.TableSettingsAdvanced.textBottom": "Снизу",
|
||||
"DE.Views.TableSettingsAdvanced.textCellOptions": "Параметры ячейки",
|
||||
"DE.Views.TableSettingsAdvanced.textCellProps": "Ячейка",
|
||||
"DE.Views.TableSettingsAdvanced.textCellSize": "Размер ячейки",
|
||||
"DE.Views.TableSettingsAdvanced.textCenter": "По центру",
|
||||
"DE.Views.TableSettingsAdvanced.textCenterTooltip": "По центру",
|
||||
"DE.Views.TableSettingsAdvanced.textCheckMargins": "Использовать поля по умолчанию",
|
||||
|
@ -1325,6 +1331,7 @@
|
|||
"DE.Views.TableSettingsAdvanced.textLeftTooltip": "По левому краю",
|
||||
"DE.Views.TableSettingsAdvanced.textMargin": "Поля",
|
||||
"DE.Views.TableSettingsAdvanced.textMargins": "Поля ячейки",
|
||||
"DE.Views.TableSettingsAdvanced.textMeasure": "Единицы",
|
||||
"DE.Views.TableSettingsAdvanced.textMove": "Перемещать с текстом",
|
||||
"DE.Views.TableSettingsAdvanced.textNewColor": "Пользовательский цвет",
|
||||
"DE.Views.TableSettingsAdvanced.textOnlyCells": "Только для выбранных ячеек",
|
||||
|
@ -1332,6 +1339,7 @@
|
|||
"DE.Views.TableSettingsAdvanced.textOverlap": "Разрешить перекрытие",
|
||||
"DE.Views.TableSettingsAdvanced.textPage": "Страницы",
|
||||
"DE.Views.TableSettingsAdvanced.textPosition": "Положение",
|
||||
"DE.Views.TableSettingsAdvanced.textPrefWidth": "Ширина",
|
||||
"DE.Views.TableSettingsAdvanced.textPreview": "Просмотр",
|
||||
"DE.Views.TableSettingsAdvanced.textRelative": "относительно",
|
||||
"DE.Views.TableSettingsAdvanced.textRight": "Справа",
|
||||
|
@ -1351,6 +1359,8 @@
|
|||
"DE.Views.TableSettingsAdvanced.textWrap": "Обтекание текстом",
|
||||
"DE.Views.TableSettingsAdvanced.textWrapNoneTooltip": "Встроенная таблица",
|
||||
"DE.Views.TableSettingsAdvanced.textWrapParallelTooltip": "Плавающая таблица",
|
||||
"DE.Views.TableSettingsAdvanced.textWrappingStyle": "Стиль обтекания",
|
||||
"DE.Views.TableSettingsAdvanced.textWrapText": "Перенос текста",
|
||||
"DE.Views.TableSettingsAdvanced.tipAll": "Задать внешнюю границу и все внутренние линии",
|
||||
"DE.Views.TableSettingsAdvanced.tipCellAll": "Задать границы только для внутренних ячеек",
|
||||
"DE.Views.TableSettingsAdvanced.tipCellInner": "Задать вертикальные и горизонтальные линии только для внутренних ячеек",
|
||||
|
@ -1362,10 +1372,10 @@
|
|||
"DE.Views.TableSettingsAdvanced.tipTableOuterCellInner": "Задать внешнюю границу и вертикальные и горизонтальные линии для внутренних ячеек",
|
||||
"DE.Views.TableSettingsAdvanced.tipTableOuterCellOuter": "Задать внешнюю границу таблицы и внешние границы для внутренних ячеек",
|
||||
"DE.Views.TableSettingsAdvanced.txtCm": "Сантиметр",
|
||||
"DE.Views.TableSettingsAdvanced.txtInch": "Дюйм",
|
||||
"DE.Views.TableSettingsAdvanced.txtNoBorders": "Без границ",
|
||||
"DE.Views.TableSettingsAdvanced.txtPercent": "Процент",
|
||||
"DE.Views.TableSettingsAdvanced.txtPt": "Пункт",
|
||||
"DE.Views.TableSettingsAdvanced.txtInch": "Дюйм",
|
||||
"DE.Views.TextArtSettings.strColor": "Цвет",
|
||||
"DE.Views.TextArtSettings.strFill": "Заливка",
|
||||
"DE.Views.TextArtSettings.strSize": "Толщина",
|
||||
|
@ -1430,6 +1440,7 @@
|
|||
"DE.Views.Toolbar.textMarginsModerate": "Средние",
|
||||
"DE.Views.Toolbar.textMarginsNarrow": "Узкие",
|
||||
"DE.Views.Toolbar.textMarginsNormal": "Обычные",
|
||||
"DE.Views.Toolbar.textMarginsUsNormal": "Обычные (американский стандарт)",
|
||||
"DE.Views.Toolbar.textMarginsWide": "Широкие",
|
||||
"DE.Views.Toolbar.textNewColor": "Пользовательский цвет",
|
||||
"DE.Views.Toolbar.textNextPage": "Со следующей страницы",
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
and edit documents directly in your browser.</p>
|
||||
<p>Using <b>Document Editor</b>, you can perform various editing operations like in any desktop editor,
|
||||
print the edited documents keeping all the formatting details or download them onto your computer hard disk drive
|
||||
as PDF, TXT, DOCX, DOC, ODT, RTF, HTML, or EPUB files.</p>
|
||||
as PDF, TXT, DOCX, ODT, or HTML files.</p>
|
||||
<p>To view the current software version and licensor details, click the <img alt="About icon" src="../images/about.png" /> icon at the left sidebar.</p>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
<li>If you prefer not to see other user changes (so that they do not disturb you, or for some other reason), select the <b>Strict</b> mode and all the changes will be shown only after you click the <b>Save</b> <img alt="Save icon" src="../images/saveupdate.png" /> icon notifying you that there are changes from other users.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><b>Default Zoom Value</b> is used to set the default zoom value selecting it in the list of available options from 50% to 200%.</li>
|
||||
<li>
|
||||
<b>Realtime Collaboration Changes</b><sup>*</sup> is used to specify what changes you want to be highlighted during co-editing:
|
||||
<ul>
|
||||
|
@ -32,6 +31,7 @@
|
|||
<li>Selecting the <b>View Last</b> option, only the changes made since you last time clicked the <b>Save</b> <img alt="Save icon" src="../images/saveupdate.png" /> icon will be highlighted.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><b>Default Zoom Value</b> is used to set the default zoom value selecting it in the list of available options from 50% to 200%.</li>
|
||||
<li>
|
||||
<b>Font Hinting</b> is used to select the type a font is displayed in Document Editor:
|
||||
<ul>
|
||||
|
@ -40,7 +40,7 @@
|
|||
<li>Choose <b>Native</b> if you want your text to be displayed with the hinting embedded into font files.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><b>Unit of Measurement</b> is used to specify what units are used on the rulers and in properties windows for measuring elements parameters such as width, height, spacing, margins etc. You can select the <b>Centimeter</b> or <b>Point</b> option.</li>
|
||||
<li><b>Unit of Measurement</b> is used to specify what units are used on the rulers and in properties windows for measuring elements parameters such as width, height, spacing, margins etc. You can select the <b>Centimeter</b>, <b>Point</b>, or <b>Inch</b> option.</li>
|
||||
</ul>
|
||||
<p>To save the changes you made, click the <b>Apply</b> button.</p>
|
||||
<p><sup>*</sup>available for paid versions only</p>
|
||||
|
|
|
@ -313,11 +313,16 @@
|
|||
<td>Ctrl+M</td>
|
||||
<td>Indent a paragraph from the left incrementally.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Decrease indent</td>
|
||||
<td>Ctrl+Shift+M</td>
|
||||
<td>Remove a paragraph indent from the left incrementally.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Decrease indent</td>
|
||||
<td>Ctrl+Shift+M</td>
|
||||
<td>Remove a paragraph indent from the left incrementally.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Add page number</td>
|
||||
<td>Ctrl+Shift+P</td>
|
||||
<td>Add the current page number to the text or to the page footer.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th colspan="3">Modifying Objects</th>
|
||||
</tr>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<p>To search for the needed characters, words or phrases used in the currently edited document,
|
||||
click the <img alt="Search icon" src="../images/searchicon.png" /> icon situated at the left sidebar. </p>
|
||||
<p>The <b>Find and Replace</b> window will open:</p>
|
||||
<img alt="Find and Replace Window" src="../images/search_window.png" />
|
||||
<p><img alt="Find and Replace Window" src="../images/search_window.png" /></p>
|
||||
<ol>
|
||||
<li>Type in your inquiry into the corresponding data entry field.</li>
|
||||
<li>Specify search parameters by clicking the <img alt="Search options icon" src="../images/search_options.png" /> icon and checking the necessary options:
|
||||
|
@ -28,11 +28,12 @@
|
|||
</ol>
|
||||
<p>The first occurrence of the required characters in the selected direction will be highlighted on the page. If it is not the word you are looking for, click the selected button again to find the next occurrence of the characters you entered.</p>
|
||||
<p><b>To replace</b> one or more occurrences of the found characters click the <b>Replace</b> link below the data entry field. The <b>Find and Replace</b> window will change:</p>
|
||||
<img alt="Find and Replace Window" src="../images/search_replace_window.png" />
|
||||
<p><img alt="Find and Replace Window" src="../images/search_replace_window.png" /></p>
|
||||
<ol>
|
||||
<li>Type in the replacement text into the bottom data entry field.</li>
|
||||
<li>Click the <b>Replace</b> button to replace the currently selected occurrence or the <b>Replace All</b> button to replace all the found occurrences.</li>
|
||||
</ol>
|
||||
<p>To hide the replace field, click the <b>Hide Replace</b> link.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -20,7 +20,7 @@
|
|||
<li>use the <b>Ignore</b> option to skip just that word and remove underlining or <b>Ignore all</b> to skip all the identical words repeated in the text;</li>
|
||||
<li>select a different language for this word.</li>
|
||||
</ul>
|
||||
<img alt="Spell-checking" src="../images/spellchecking.png" />
|
||||
<p><img alt="Spell-checking" src="../images/spellchecking.png" /></p>
|
||||
<p>To <b>turn off</b> the spell checking option,</p>
|
||||
<ol>
|
||||
<li>click the <b>File</b> <img alt="File icon" src="../images/file.png" /> icon at the left sidebar,</li>
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
<td>Filename extension for word processing documents created with Microsoft Word</td>
|
||||
<td>+</td>
|
||||
<td>+</td>
|
||||
<td>+</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>DOCX</td>
|
||||
|
@ -47,7 +47,7 @@
|
|||
<td>Rich Text Format<br />Document file format developed by Microsoft for cross-platform document interchange</td>
|
||||
<td>+</td>
|
||||
<td>+</td>
|
||||
<td>+</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>TXT</td>
|
||||
|
@ -73,9 +73,9 @@
|
|||
<tr>
|
||||
<td>EPUB</td>
|
||||
<td>Electronic Publication<br />Free and open e-book standard created by the International Digital Publishing Forum</td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td>+</td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>XPS</td>
|
||||
|
|
|
@ -16,6 +16,13 @@
|
|||
<li>click the <b>Copy Style</b> <img alt="Copy Style" src="../images/copystyle.png" /> icon at the top toolbar (the mouse pointer will look like this <img alt="Mouse pointer while pasting style" src="../images/paste_style.png" />),</li>
|
||||
<li>select the text passage you want to apply the same formatting to.</li>
|
||||
</ol>
|
||||
<p>To apply the copied formatting to multiple text passages,</p>
|
||||
<ol>
|
||||
<li>select the text passage which formatting you need to copy with the mouse or <a href="../HelpfulHints/KeyboardShortcuts.htm#textselection" onclick="onhyperlinkclick(this)">using the keyboard</a>,</li>
|
||||
<li>double-click the <b>Copy Style</b> <img alt="Copy Style" src="../images/copystyle.png" /> icon at the top toolbar (the mouse pointer will look like this <img alt="Mouse pointer while pasting style" src="../images/paste_style.png" /> and the <b>Copy Style</b> icon will remain selected: <img alt="Multiple copying style" src="../images/copystyle_selected.png" />),</li>
|
||||
<li>select the necessary text passages one by one to apply the same formatting to each of them,</li>
|
||||
<li>to exit this mode, click the <b>Copy Style</b> <img alt="Multiple copying style" src="../images/copystyle_selected.png" /> icon once again or press the <b>Esc</b> key on the keyboard.</li>
|
||||
</ol>
|
||||
<p>To quickly remove the applied formatting from your text,</p>
|
||||
<ol>
|
||||
<li>select the text passage which formatting you want to remove,</li>
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
<li><b>Arrange</b> is used to bring the selected autoshape to foreground, send to background, move forward or backward as well as group or ungroup shapes to perform operations with several of them at once.</li>
|
||||
<li><b>Align</b> is used to align the shape left, center, right, top, middle, bottom.</li>
|
||||
<li><b>Wrapping Style</b> is used to select a text wrapping style from the available ones - inline, square, tight, through, top and bottom, in front, behind - or edit the wrap boundary. The <b>Edit Wrap Boundary</b> option is available only if you select a wrapping style other than Inline. Drag wrap points to customize the boundary. To create a new wrap point, click anywhere on the red line and drag it to the necessary position. <img alt="Editing Wrap Boundary" src="../images/wrap_boundary.png" /></li>
|
||||
<li><b>Advanced Settings</b> is used to open the 'Shape - Advanced Settings' window.</li>
|
||||
<li><b>Shape Advanced Settings</b> is used to open the 'Shape - Advanced Settings' window.</li>
|
||||
</ul>
|
||||
<hr />
|
||||
<p>Some of the autoshape settings can be altered using the <b>Shape Settings</b> tab of the right sidebar. To activate it click the shape and choose the <b>Shape Settings</b> <img alt="Shape Settings icon" src="../images/shape_settings_icon.png" /> icon on the right. Here you can change the following properties:</p>
|
||||
|
@ -95,10 +95,22 @@
|
|||
</ul>
|
||||
<hr />
|
||||
<p>To change the <b>advanced settings</b> of the autoshape, right-click it and select the <b>Advanced Settings</b> option in the menu or use the <b>Show advanced settings</b> link at the right sidebar. The 'Shape - Advanced Settings' window will open:</p>
|
||||
<img alt="Shape - Advanced Settings" src="../images/shape_properties.png" />
|
||||
<p><img alt="Shape - Advanced Settings" src="../images/shape_properties.png" /></p>
|
||||
<p>The <b>Size</b> tab contains the following parameters:</p>
|
||||
<ul>
|
||||
<li><b>Width</b> and <b>Height</b> - use these options to change the autoshape width and/or height. If the <b>Constant Proportions</b> <img alt="Constant Proportions icon" src="../images/constantproportions.png" /> button is clicked (in this case it looks like this <img alt="Constant Proportions icon activated" src="../images/constantproportionsactivated.png" />), the width and height will be changed together preserving the original shape aspect ratio.</li>
|
||||
<li><b>Width</b> - use one of these options to change the autoshape width.
|
||||
<ul>
|
||||
<li><b>Absolute</b> - specify an exact value measured in absolute units i.e. <b>Centimeters</b>/<b>Points</b>/<b>Inches</b> (depending on the option specified at the <b>File</b> -> <b>Advanced Settings...</b> tab).</li>
|
||||
<li><b>Relative</b> - specify a percentage <b>relative to</b> the <em>left margin</em> width, the <em>margin</em> (i.e. the distance between the left and right margins), the <em>page</em> width, or the <em>right margin</em> width.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><b>Height</b> - use one of these options to change the autoshape height.
|
||||
<ul>
|
||||
<li><b>Absolute</b> - specify an exact value measured in absolute units i.e. <b>Centimeters</b>/<b>Points</b>/<b>Inches</b> (depending on the option specified at the <b>File</b> -> <b>Advanced Settings...</b> tab).</li>
|
||||
<li><b>Relative</b> - specify a percentage <b>relative to</b> the <em>margin</em> (i.e. the distance between the top and bottom margins), the <em>bottom margin</em> height, the <em>page</em> height, or the <em>top margin</em> height.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>If the <b>Lock aspect ratio</b> option is checked, the width and height will be changed together preserving the original shape aspect ratio.</li>
|
||||
</ul>
|
||||
<p id="shape_wrapping"><img alt="Shape - Advanced Settings" src="../images/shape_properties_1.png" /></p>
|
||||
<p>The <b>Text Wrapping</b> tab contains the following parameters:</p>
|
||||
|
@ -121,9 +133,23 @@
|
|||
<p><img alt="Shape - Advanced Settings" src="../images/shape_properties_2.png" /></p>
|
||||
<p>The <b>Position</b> tab is available only if you select a wrapping style other than inline. This tab contains the following parameters that vary depending on the selected wrapping style:</p>
|
||||
<ul>
|
||||
<li><b>Horizontal</b> parameters include the autoshape <b>alignment</b> (left, center, right) <b>relative to</b> character, column, left margin, margin, page or right margin as well as the autoshape <b>position</b> <b>to the right of</b> character, column, left margin, margin, page or right margin.</li>
|
||||
<li><b>Vertical</b> parameters include the autoshape <b>alignment</b> (top, center, bottom) <b>relative to</b> line, margin, bottom margin, paragraph, page or top margin as well as the autoshape <b>position below</b> line, margin, bottom margin, paragraph, page or top margin.</li>
|
||||
<li><b>Move object with text</b> controls whether the autoshape moves as the text to which it is anchored moves.</li>
|
||||
<li>
|
||||
The <b>Horizontal</b> section allows you to select one of the following three autoshape positioning types:
|
||||
<ul>
|
||||
<li><b>Alignment</b> (left, center, right) <b>relative to</b> character, column, left margin, margin, page or right margin,</li>
|
||||
<li>Absolute <b>Position</b> measured in absolute units i.e. <b>Centimeters</b>/<b>Points</b>/<b>Inches</b> (depending on the option specified at the <b>File</b> -> <b>Advanced Settings...</b> tab) <b>to the right of</b> character, column, left margin, margin, page or right margin,</li>
|
||||
<li><b>Relative position</b> measured in percent <b>relative to</b> the left margin, margin, page or right margin.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
The <b>Vertical</b> section allows you to select one of the following three autoshape positioning types:
|
||||
<ul>
|
||||
<li><b>Alignment</b> (top, center, bottom) <b>relative to</b> line, margin, bottom margin, paragraph, page or top margin,</li>
|
||||
<li>Absolute <b>Position</b> measured in absolute units i.e. <b>Centimeters</b>/<b>Points</b>/<b>Inches</b> (depending on the option specified at the <b>File</b> -> <b>Advanced Settings...</b> tab) <b>below</b> line, margin, bottom margin, paragraph, page or top margin,</li>
|
||||
<li><b>Relative position</b> measured in percent <b>relative to</b> the margin, bottom margin, page or top margin.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><b>Move object with text</b> controls whether the autoshape moves as the text to which it is anchored moves.</li>
|
||||
<li><b>Allow overlap</b> controls whether two autoshapes overlap or not if you drag them near each other on the page.</li>
|
||||
</ul>
|
||||
<p><img alt="Shape - Advanced Settings" src="../images/shape_properties_3.png" /></p>
|
||||
|
@ -150,7 +176,7 @@
|
|||
</li>
|
||||
<li><b>Arrows</b> - this option group is available if a shape from the <b>Lines</b> shape group is selected. It allows to set the arrow <b>Start</b> and <b>End Style</b> and <b>Size</b> by selecting the appropriate option from the dropdown lists.</li>
|
||||
</ul>
|
||||
<img alt="Shape - Advanced Settings" src="../images/shape_properties_4.png" />
|
||||
<p><img alt="Shape - Advanced Settings" src="../images/shape_properties_4.png" /></p>
|
||||
<p>The <b>Text Padding</b> tab allows to change the autoshape <b>Top</b>, <b>Bottom</b>, <b>Left</b> and <b>Right</b> internal margins (i.e. the distance between the text within the shape and the autoshape borders).</p>
|
||||
<p class="note"><b>Note</b>: this tab is only available if text is added within the autoshape, otherwise the tab is disabled.</p>
|
||||
</div>
|
||||
|
|
|
@ -56,35 +56,42 @@
|
|||
<li><b>Right Overlay</b> to overlay and center the legend to the right on the plot area.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
Specify if you wish to display the <b>Horizontal Axis Title</b> or not selecting the necessary option from the drop-down list:
|
||||
<ul>
|
||||
<li><b>None</b> to not display a horizontal axis title,</li>
|
||||
<li><b>No Overlay</b> to display the title below the horizontal axis.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
Specify the <b>Vertical Axis Title</b> orientation selecting the necessary option from the drop-down list:
|
||||
<ul>
|
||||
<li><b>None</b> to not display a vertical axis title,</li>
|
||||
<li><b>Rotated</b> to display the title from top to bottom to the left of the vertical axis,</li>
|
||||
<li><b>Horizontal</b> to display the title from bottom to top to the left of the vertical axis.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Specify which of the <b>Horizontal/Vertical Gridlines</b> you wish to display selecting the necessary option from the drop-down list: <b>Major</b>, <b>Minor</b>, or <b>Major and Minor</b>. You can hide the gridlines at all using the <b>None</b> option.
|
||||
<p class="note"><b>Note</b>: the <b>Horizontal/Vertical Axis Title</b> and <b>Horizontal/Vertical Gridlines</b> sections will be disabled for <b>Pie charts</b> since charts of this type have no axes and gridlines.</p>
|
||||
</li>
|
||||
<li>
|
||||
Specify the <b>Data Labels</b> (i.e. text labels that represent exact values of data points) parameters:<br />
|
||||
<ul>
|
||||
<li>select the data you wish to include into your labels checking the corresponding boxes: <b>Series Name</b>, <b>Category Name</b>, <b>Value</b>,</li>
|
||||
<li>specify the <b>Data Labels</b> position relative to the data points selecting the necessary option from the drop-down list: <b>Center</b>, <b>Inner Bottom</b>, <b>Inner Top</b>, <b>Outer Top</b>,</li>
|
||||
<li>select the data you wish to include into your labels checking the corresponding boxes: <b>Series Name</b>, <b>Category Name</b>, <b>Value</b>,</li>
|
||||
<li>enter a character (comma, semicolon etc.) you wish to use for separating several labels into the <b>Data Labels Separator</b> entry field.</li>
|
||||
</ul>
|
||||
</li>
|
||||
</li>
|
||||
<li><b>Lines</b> - is used to choose a line style for <b>Line/Point charts</b>. You can choose one of the following options: <b>Straight</b> to use straight lines between data points, <b>Smooth</b> to use smooth curves between data points, or <b>None</b> to not display lines.</li>
|
||||
<li><b>Markers</b> - is used to specify whether the markers should be displayed (if the box is checked) or not (if the box is unchecked) for <b>Line/Point charts</b>.
|
||||
<p class="note"><b>Note</b>: the <b>Lines</b> and <b>Markers</b> options are available for <b>Line charts</b> and <b>Point charts</b> only.</p>
|
||||
<li>
|
||||
<b>Markers</b> - is used to specify whether the markers should be displayed (if the box is checked) or not (if the box is unchecked) for <b>Line/Point charts</b>.
|
||||
<p class="note"><b>Note</b>: the <b>Lines</b> and <b>Markers</b> options are available for <b>Line charts</b> and <b>Point charts</b> only.</p>
|
||||
</li>
|
||||
<li>
|
||||
The <b>Axis Settings</b> section allows to specify if you wish to display <b>Horizontal/Vertical Axis</b> or not selecting the <b>Show</b> or <b>Hide</b> option from the drop-down list. You can also specify <b>Horizontal/Vertical Axis Title</b> parameters:
|
||||
<ul>
|
||||
<li>
|
||||
Specify if you wish to display the <b>Horizontal Axis Title</b> or not selecting the necessary option from the drop-down list:
|
||||
<ul>
|
||||
<li><b>None</b> to not display a horizontal axis title,</li>
|
||||
<li><b>No Overlay</b> to display the title below the horizontal axis.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
Specify the <b>Vertical Axis Title</b> orientation selecting the necessary option from the drop-down list:
|
||||
<ul>
|
||||
<li><b>None</b> to not display a vertical axis title,</li>
|
||||
<li><b>Rotated</b> to display the title from bottom to top to the left of the vertical axis,</li>
|
||||
<li><b>Horizontal</b> to display the title horizontally to the left of the vertical axis.</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
The <b>Gridlines</b> section allows to specify which of the <b>Horizontal/Vertical Gridlines</b> you wish to display selecting the necessary option from the drop-down list: <b>Major</b>, <b>Minor</b>, or <b>Major and Minor</b>. You can hide the gridlines at all using the <b>None</b> option.
|
||||
<p class="note"><b>Note</b>: the <b>Axis Settings</b> and <b>Gridlines</b> sections will be disabled for <b>Pie charts</b> since charts of this type have no axes and gridlines.</p>
|
||||
</li>
|
||||
</ul>
|
||||
<p><img alt="Chart - Advanced Settings window" src="../images/chartsettings3.png" /></p>
|
||||
|
@ -164,11 +171,11 @@
|
|||
<li><b>Align</b> is used to align the chart left, center, right, top, middle, bottom.</li>
|
||||
<li><b>Wrapping Style</b> is used to select a text wrapping style from the available ones - inline, square, tight, through, top and bottom, in front, behind. The <b>Edit Wrap Boundary</b> option is unavailable for charts.</li>
|
||||
<li><b>Edit Data</b> is used to open the 'Chart Editor' window.</li>
|
||||
<li><b>Advanced Settings</b> is used to open the 'Chart - Advanced Settings' window.</li>
|
||||
<li><b>Chart Advanced Settings</b> is used to open the 'Chart - Advanced Settings' window.</li>
|
||||
</ul>
|
||||
<p>When the chart is selected, the <b>Shape Settings</b> <img alt="Shape Settings icon" src="../images/shape_settings_icon.png" /> icon is also available on the right, since a shape is used as a background for the chart. You can click this icon to open the <b>Shape Settings</b> tab at the right sidebar and adjust the shape <a href="../UsageInstructions/InsertAutoshapes.htm#shape_fill" onclick="onhyperlinkclick(this)"><b>Fill</b></a>, <a href="../UsageInstructions/InsertAutoshapes.htm#shape_stroke" onclick="onhyperlinkclick(this)"><b>Stroke</b></a> and <b>Wrapping Style</b>. Note that you cannot change the shape type.</p>
|
||||
<hr />
|
||||
<p>To change the chart advanced settings, click the needed chart with the right mouse button and select <b>Advanced Settings</b> from the right-click menu or just click the <b>Show advanced settings</b> link at the right sidebar. The chart properties window will open:</p>
|
||||
<p>To change the chart advanced settings, click the needed chart with the right mouse button and select <b>Chart Advanced Settings</b> from the right-click menu or just click the <b>Show advanced settings</b> link at the right sidebar. The chart properties window will open:</p>
|
||||
<p><img alt="Chart - Advanced Settings: Size" src="../images/chart_properties.png" /></p>
|
||||
<p>The <b>Size</b> tab contains the following parameters:</p>
|
||||
<ul>
|
||||
|
@ -195,8 +202,22 @@
|
|||
<p><img alt="Chart - Advanced Settings: Position" src="../images/chart_properties_2.png" /></p>
|
||||
<p>The <b>Position</b> tab is available only if you select a wrapping style other than inline. This tab contains the following parameters that vary depending on the selected wrapping style:</p>
|
||||
<ul>
|
||||
<li><b>Horizontal</b> parameters include the chart <b>alignment</b> (left, center, right) <b>relative to</b> character, column, left margin, margin, page or right margin as well as the chart <b>position to the right of</b> character, column, left margin, margin, page or right margin.</li>
|
||||
<li><b>Vertical</b> parameters include the chart <b>alignment</b> (top, center, bottom) <b>relative to</b> line, margin, bottom margin, paragraph, page or top margin as well as the chart <b>position below</b> line, margin, bottom margin, paragraph, page or top margin.</li>
|
||||
<li>
|
||||
The <b>Horizontal</b> section allows you to select one of the following three chart positioning types:
|
||||
<ul>
|
||||
<li><b>Alignment</b> (left, center, right) <b>relative to</b> character, column, left margin, margin, page or right margin,</li>
|
||||
<li>Absolute <b>Position</b> measured in absolute units i.e. <b>Centimeters</b>/<b>Points</b>/<b>Inches</b> (depending on the option specified at the <b>File</b> -> <b>Advanced Settings...</b> tab) <b>to the right of</b> character, column, left margin, margin, page or right margin,</li>
|
||||
<li><b>Relative position</b> measured in percent <b>relative to</b> the left margin, margin, page or right margin.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
The <b>Vertical</b> section allows you to select one of the following three chart positioning types:
|
||||
<ul>
|
||||
<li><b>Alignment</b> (top, center, bottom) <b>relative to</b> line, margin, bottom margin, paragraph, page or top margin,</li>
|
||||
<li>Absolute <b>Position</b> measured in absolute units i.e. <b>Centimeters</b>/<b>Points</b>/<b>Inches</b> (depending on the option specified at the <b>File</b> -> <b>Advanced Settings...</b> tab) <b>below</b> line, margin, bottom margin, paragraph, page or top margin,</li>
|
||||
<li><b>Relative position</b> measured in percent <b>relative to</b> the margin, bottom margin, page or top margin.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><b>Move object with text</b> controls whether the chart moves as the text to which it is anchored moves.</li>
|
||||
<li><b>Allow overlap</b> controls whether two charts overlap or not if you drag them near each other on the page.</li>
|
||||
</ul>
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
<p>To delete the added drop cap, select it, click the <b>Insert Drop Cap</b> <img alt="Insert Drop Cap icon" src="../images/insert_dropcap_icon.png" /> icon at the top toolbar and choose the <b>None</b> <img alt="Insert Drop Cap - None" src="../images/dropcap_none.png" /> option from the drop-down list.</p>
|
||||
<hr />
|
||||
<p>To adjust the added drop cap parameters, select it, click the <b>Insert Drop Cap</b> <img alt="Insert Drop Cap icon" src="../images/insert_dropcap_icon.png" /> icon at the top toolbar and choose the <b>Drop Cap Settings</b> option from the drop-down list. The <b>Drop Cap - Advanced Settings</b> window will open:</p>
|
||||
<img alt="Drop Cap - Advanced Settings" src="../images/dropcap_properties_1.png" />
|
||||
<p><img alt="Drop Cap - Advanced Settings" src="../images/dropcap_properties_1.png" /></p>
|
||||
<p>The <b>Drop Cap</b> tab allows to set the following parameters:</p>
|
||||
<ul>
|
||||
<li><b>Position</b> - is used to change the drop cap placement. Select the <b>In Text</b> or <b>In Margin</b> option, or click <b>None</b> to delete the drop cap.</li>
|
||||
|
@ -35,17 +35,17 @@
|
|||
<li><b>Height in rows</b> - is used to specify how many lines the drop cap should span. It's possible to select a value from 1 to 10.</li>
|
||||
<li><b>Distance from text</b> - is used to specify the amount of space between the text of the paragraph and the right border of the frame that surrounds the drop cap.</li>
|
||||
</ul>
|
||||
<img alt="Drop Cap - Advanced Settings" src="../images/dropcap_properties_2.png" />
|
||||
<p><img alt="Drop Cap - Advanced Settings" src="../images/dropcap_properties_2.png" /></p>
|
||||
<p>The <b>Borders & Fill</b> tab allows to add a border around the drop cap and adjust its parameters. They are the following:</p>
|
||||
<ul>
|
||||
<li><b>Border</b> parameters (size, color and presence or absence) - set the border size, select its color and choose the borders (top, bottom, left, right or their combination) you want to apply these settings to.</li>
|
||||
<li><b>Background color</b> - choose the color for the drop cap background.</li>
|
||||
</ul>
|
||||
<img alt="Drop Cap - Advanced Settings" src="../images/dropcap_properties_3.png" />
|
||||
<p><img alt="Drop Cap - Advanced Settings" src="../images/dropcap_properties_3.png" /></p>
|
||||
<p>The <b>Margins</b> tab allows to set the distance between the drop cap and the <b>Top</b>, <b>Bottom</b>, <b>Left</b> and <b>Right</b> borders around it (if the borders have previously been added).</p>
|
||||
<hr />
|
||||
<p>Once the drop cap is added you can also change the <b>Frame</b> parameters. To access them, right click within the frame and select the <b>Frame Advanced Settings</b> from the menu. The <b>Frame - Advanced Settings</b> window will open:</p>
|
||||
<img alt="Frame - Advanced Settings" src="../images/frame_properties_1.png" />
|
||||
<p><img alt="Frame - Advanced Settings" src="../images/frame_properties_1.png" /></p>
|
||||
<p>The <b>Frame</b> tab allows to set the following parameters:</p>
|
||||
<ul>
|
||||
<li><b>Position</b> - is used to select the <b>Inline</b> or <b>Flow</b> wrapping style. Or you can click <b>None</b> to delete the frame.</li>
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
<li><b>Align</b> is used to align the image left, center, right, top, middle, bottom.</li>
|
||||
<li><b>Wrapping Style</b> is used to select a text wrapping style from the available ones - inline, square, tight, through, top and bottom, in front, behind - or edit the wrap boundary. The <b>Edit Wrap Boundary</b> option is available only if you select a wrapping style other than Inline. Drag wrap points to customize the boundary. To create a new wrap point, click anywhere on the red line and drag it to the necessary position. <img alt="Editing Wrap Boundary" src="../images/wrap_boundary.png" /></li>
|
||||
<li><b>Default Size</b> is used to change the current image size to the default one.</li>
|
||||
<li><b>Advanced Settings</b> is used to open the 'Image - Advanced Settings' window.</li>
|
||||
<li><b>Image Advanced Settings</b> is used to open the 'Image - Advanced Settings' window.</li>
|
||||
</ul>
|
||||
<hr />
|
||||
<p>To change its advanced settings, click the image with the right mouse button and select <b>Advanced Settings</b> from the right-click menu or just click the <b>Show advanced settings</b> link at the right sidebar. The image properties window will open:</p>
|
||||
|
@ -70,9 +70,23 @@
|
|||
<p><img alt="Image - Advanced Settings: Position" src="../images/image_properties_2.png" /></p>
|
||||
<p>The <b>Position</b> tab is available only if you select a wrapping style other than inline. This tab contains the following parameters that vary depending on the selected wrapping style:</p>
|
||||
<ul>
|
||||
<li><b>Horizontal</b> parameters include the image <b>alignment</b> (left, center, right) <b>relative to</b> character, column, left margin, margin, page or right margin as well as the image <b>position to the right of</b> character, column, left margin, margin, page or right margin.</li>
|
||||
<li><b>Vertical</b> parameters include the image <b>alignment</b> (top, center, bottom) <b>relative to</b> line, margin, bottom margin, paragraph, page or top margin as well as the image <b>position below</b> line, margin, bottom margin, paragraph, page or top margin.</li>
|
||||
<li><b>Move object with text</b> controls whether the image moves as the text to which it is anchored moves.</li>
|
||||
<li>
|
||||
The <b>Horizontal</b> section allows you to select one of the following three image positioning types:
|
||||
<ul>
|
||||
<li><b>Alignment</b> (left, center, right) <b>relative to</b> character, column, left margin, margin, page or right margin,</li>
|
||||
<li>Absolute <b>Position</b> measured in absolute units i.e. <b>Centimeters</b>/<b>Points</b>/<b>Inches</b> (depending on the option specified at the <b>File</b> -> <b>Advanced Settings...</b> tab) <b>to the right of</b> character, column, left margin, margin, page or right margin,</li>
|
||||
<li><b>Relative position</b> measured in percent <b>relative to</b> the left margin, margin, page or right margin.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
The <b>Vertical</b> section allows you to select one of the following three image positioning types:
|
||||
<ul>
|
||||
<li><b>Alignment</b> (top, center, bottom) <b>relative to</b> line, margin, bottom margin, paragraph, page or top margin,</li>
|
||||
<li>Absolute <b>Position</b> measured in absolute units i.e. <b>Centimeters</b>/<b>Points</b>/<b>Inches</b> (depending on the option specified at the <b>File</b> -> <b>Advanced Settings...</b> tab) <b>below</b> line, margin, bottom margin, paragraph, page or top margin,</li>
|
||||
<li><b>Relative position</b> measured in percent <b>relative to</b> the margin, bottom margin, page or top margin.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><b>Move object with text</b> controls whether the image moves as the text to which it is anchored moves.</li>
|
||||
<li><b>Allow overlap</b> controls whether two images overlap or not if you drag them near each other on the page.</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
@ -35,11 +35,12 @@
|
|||
<li><b>Merge Cells</b> is available if two or more cells are selected and is used to merge them.</li>
|
||||
<li><b>Split Cell...</b> is used to open a window where you can select the needed number of columns and rows the cell will be split in.</li>
|
||||
<li><b>Cell Vertical Alignment</b> is used to align the text top, center or bottom in the selected cell.</li>
|
||||
<li><b>Text Direction</b> - is used to change the text orientation in a cell. You can place the text horizontally, vertically from top to bottom (<b>Rotate at 90°</b>), or vertically from bottom to top (<b>Rotate at 270°</b>).</li>
|
||||
<li><b>Wrapping Style - Inline</b> is used to select the inline style (when the text is broken by the table) as well as the alignment: left, center, right.</li>
|
||||
<li><b>Wrapping Style - Flow</b> is used to select the flow style when the text is wrapped around the table.</li>
|
||||
<li><b>Table Advanced Settings</b> is used to open the 'Table - Advanced Settings' window.</li>
|
||||
<li><b>Hyperlink</b> is used to insert a hyperlink.</li>
|
||||
<li><b>Paragraph</b> is used to keep lines together or open the 'Paragraph - Advanced Settings' window.</li>
|
||||
<li><b>Paragraph Advanced Settings</b> is used to open the 'Paragraph - Advanced Settings' window.</li>
|
||||
</ul>
|
||||
<hr />
|
||||
<p><img class="floatleft"alt="Right Sidebar - Table Settings" src="../images/right_table.png" /></p>
|
||||
|
@ -68,47 +69,85 @@
|
|||
</ul>
|
||||
<hr />
|
||||
<p>To change the advanced table properties, click the table with the right mouse button and select the <b>Table Advanced Settings</b> option from the right-click menu or use the <b>Show advanced settings</b> link at the right sidebar. The table properties window will open:</p>
|
||||
<img alt="Table - Advanced Settings" src="../images/table_properties_1.png" />
|
||||
<p>The <b>Width & Spaces</b> tab contains the following parameters:</p>
|
||||
<ul>
|
||||
<li><b>Width</b> - the table width selected manually or automatically adjusted to fit the page width.
|
||||
<p class="note"><b>Note</b>: you can also adjust the table size manually changing the row height and column width. Move the mouse cursor over a row/column border untill it turns into the bidirectional arrow and drag the border. You can also use the <img alt="Table - Column Width Marker" src="../images/columnwidthmarker.png" /> markers on the horizontal ruler to change the column width and the <img alt="Table - Row Height Marker" src="../images/rowheightmarker.png" /> markers on the vertical ruler to change the row height.</p>
|
||||
<p><img alt="Table - Advanced Settings" src="../images/table_properties_1.png" /></p>
|
||||
<p>The <b>Table</b> tab allows to change properties of the entire table.</p>
|
||||
<ul>
|
||||
<li>The <b>Table Size</b> section contains the following parameters:
|
||||
<ul>
|
||||
<li>
|
||||
<b>Width</b> - by default, the table width is automatically adjusted to fit the page width, i.e. the table occupies all the space between the left and right page margin. You can check this box and specify the necessary table width manually.
|
||||
</li>
|
||||
<li><b>Measure in</b> - allows to specify if you want to set the table width in absolute units i.e. <b>Centimeters</b>/<b>Points</b>/<b>Inches</b> (depending on the option specified at the <b>File</b> -> <b>Advanced Settings...</b> tab) or in <b>Percent</b> of the overall page width.
|
||||
<p class="note"><b>Note</b>: you can also adjust the table size manually changing the row height and column width. Move the mouse cursor over a row/column border until it turns into the bidirectional arrow and drag the border. You can also use the <img alt="Table - Column Width Marker" src="../images/columnwidthmarker.png" /> markers on the horizontal ruler to change the column width and the <img alt="Table - Row Height Marker" src="../images/rowheightmarker.png" /> markers on the vertical ruler to change the row height.</p>
|
||||
</li>
|
||||
<li><b>Automatically resize to fit contents</b> - enables automatic change of each column width in accordance with the text within its cells.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><b>Allow spacing between cells</b> - the cell spacing which will be filled with the <b>Table Background</b> color.</li>
|
||||
<li><b>Automatically resize to fit contents</b> - enables automatic change of each column width in accordance with the text within its cells.</li>
|
||||
<li><b>Default Margins</b> - the space between the text within the cells and the cell border used by default. The values can be altered.</li>
|
||||
</ul>
|
||||
<img alt="Table - Advanced Settings" src="../images/table_properties_2.png" />
|
||||
<p>The <b>Text Wrapping</b> tab contains the following parameters:</p>
|
||||
<ul>
|
||||
<li>Text wrapping style - <b>Inline</b> or <b>Flow</b>. Use the necessary option to change the way the table is positioned relative to the text: it will either be a part of the text (in case you select the inline style) or bypassed by it from all sides (if you select the flow style).</li>
|
||||
<li>After you select the wrapping style, the additional wrapping parameters can be set both for inline and flow wrapping style:
|
||||
<ul>
|
||||
<li>For the inline style, you can specify the table <b>alignment</b> and <b>indent from left</b>.</li>
|
||||
<li>For the flow style, you can specify the <b>distance from text</b> and table <b>position</b> at the <b>Position</b> tab.</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<img alt="Table - Advanced Settings" src="../images/table_properties_3.png" />
|
||||
<p>The <b>Borders & Background</b> tab contains the following parameters:</p>
|
||||
<ul>
|
||||
<li><b>Border</b> parameters (size, color and presence or absence) - set the border size, select its color and choose the way it will be displayed in the cells.
|
||||
<p class="note"><b>Note</b>: in case you select not to show table borders clicking the <img alt="No borders" src="../images/noborders.png" /> button or deselecting all the borders manually on the diagram, they will be indicated by a dotted line in the document.
|
||||
To make them disappear at all, click the <b>Nonprinting Characters</b> <img alt="Nonprinting Characters" src="../images/nonprintingcharacters.png" /> icon at the top toolbar and select the <b>Hidden Table Borders</b> option.</p>
|
||||
</li>
|
||||
<li><b>Cell Background</b> - the color for the background within the cells (available only if one or more cells are selected or the <b>Allow spacing between cells</b> option is selected at the <b>Width & Spaces</b> tab).</li>
|
||||
<li><b>Table Background</b> - the color for the table background or the space background between the cells in case the <b>Allow spacing between cells</b> option is selected at the <b>Width & Spaces</b> tab.</li>
|
||||
</ul>
|
||||
<img alt="Table - Advanced Settings" src="../images/table_properties_4.png" />
|
||||
<p>The <b>Position</b> tab is available only if the <b>Flow</b> option at the <b>Text Wrapping</b> tab is selected and contains the following parameters:</p>
|
||||
<li>The <b>Default Cell Margins</b> section allows to change the space between the text within the cells and the cell border used by default.</li>
|
||||
<li>The <b>Options</b> section allows to change the following parameter:
|
||||
<ul>
|
||||
<li><b>Spacing between cells</b> - the cell spacing which will be filled with the <b>Table Background</b> color.</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<p><img alt="Table - Advanced Settings" src="../images/table_properties_5.png" /></p>
|
||||
<p>The <b>Cell</b> tab allows to change properties of individual cells. First you need to select the cell you want to apply the changes to or select the entire table to change properties of all its cells.</p>
|
||||
<ul>
|
||||
<li>
|
||||
The <b>Cell Size</b> section contains the following parameters:
|
||||
<ul>
|
||||
<li><b>Preferred width</b> - allows to set a preferred cell width. This is the size that a cell strives to fit to, but in some cases it may not be possible to fit to this exact value. For example, if the text within a cell exceeds the specified width, it will be broken into the next line so that the preferred cell width remains unchanged, but if you insert a new column, the preferred width will be reduced.</li>
|
||||
<li><b>Measure in</b> - allows to specify if you want to set the cell width in absolute units i.e. <b>Centimeters</b>/<b>Points</b>/<b>Inches</b> (depending on the option specified at the <b>File</b> -> <b>Advanced Settings...</b> tab) or in <b>Percent</b> of the overall table width.
|
||||
<p class="note"><b>Note</b>: you can also adjust the cell width manually. To make a single cell in a column wider or narrower than the overall column width, select the necessary cell and move the mouse cursor over its right border until it turns into the bidirectional arrow, then drag the border. To change the width of all the cells in a column, use the <img alt="Table - Column Width Marker" src="../images/columnwidthmarker.png" /> markers on the horizontal ruler to change the column width.</p>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>The <b>Cell Margins</b> section allows to adjust the space between the text within the cells and the cell border. By default, standard values are used (the default values can also be altered at the <b>Table</b> tab), but you can uncheck the <b>Use default margins</b> box and enter the necessary values manually.</li>
|
||||
<li>
|
||||
The <b>Cell Options</b> section allows to change the following parameter:
|
||||
<ul>
|
||||
<li>The <b>Wrap text</b> option is enabled by default. It allows to wrap text within a cell that exceeds its width onto the next line expanding the row height and keeping the column width unchanged.</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<p><img alt="Table - Advanced Settings" src="../images/table_properties_3.png" /></p>
|
||||
<p>The <b>Borders & Background</b> tab contains the following parameters:</p>
|
||||
<ul>
|
||||
<li>
|
||||
<b>Border</b> parameters (size, color and presence or absence) - set the border size, select its color and choose the way it will be displayed in the cells.
|
||||
<p class="note">
|
||||
<b>Note</b>: in case you select not to show table borders clicking the <img alt="No borders" src="../images/noborders.png" /> button or deselecting all the borders manually on the diagram, they will be indicated by a dotted line in the document.
|
||||
To make them disappear at all, click the <b>Nonprinting Characters</b> <img alt="Nonprinting Characters" src="../images/nonprintingcharacters.png" /> icon at the top toolbar and select the <b>Hidden Table Borders</b> option.
|
||||
</p>
|
||||
</li>
|
||||
<li><b>Cell Background</b> - the color for the background within the cells (available only if one or more cells are selected or the <b>Allow spacing between cells</b> option is selected at the <b>Table</b> tab).</li>
|
||||
<li><b>Table Background</b> - the color for the table background or the space background between the cells in case the <b>Allow spacing between cells</b> option is selected at the <b>Table</b> tab.</li>
|
||||
</ul>
|
||||
<p><img alt="Table - Advanced Settings" src="../images/table_properties_4.png" /></p>
|
||||
<p>The <b>Table Position</b> tab is available only if the <b>Flow</b> option at the <b>Text Wrapping</b> tab is selected and contains the following parameters:</p>
|
||||
<ul>
|
||||
<li><b>Horizontal</b> parameters include the table <b>alignment</b> (left, center, right) <b>relative to</b> margin, page or text as well as the table <b>position to the right of</b> margin, page or text.</li>
|
||||
<li><b>Vertical</b> parameters include the table <b>alignment</b> (top, center, bottom) <b>relative to</b> margin, page or text as well as the table <b>position below</b> margin, page or text.</li>
|
||||
<li><b>Move object with text</b> controls whether the table moves as the text into which it is inserted moves.</li>
|
||||
<li><b>Allow overlap</b> controls whether two tables are merged into one large table or overlap if you drag them near each other on the page.</li>
|
||||
</ul>
|
||||
<img alt="Table - Advanced Settings" src="../images/table_properties_5.png" />
|
||||
<p>The <b>Cell Properties</b> tab allows to adjust the <b>Cell Margins</b> - i.e. the space between the text within the cells and the cell border. Can be set to default (the default values can also be altered at the <b>Width & Spaces</b> tab), or entered manually.</p>
|
||||
<li>The <b>Options</b> section allows to change the following parameters:
|
||||
<ul>
|
||||
<li><b>Move object with text</b> controls whether the table moves as the text into which it is inserted moves.</li>
|
||||
<li><b>Allow overlap</b> controls whether two tables are merged into one large table or overlap if you drag them near each other on the page.</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<p><img alt="Table - Advanced Settings" src="../images/table_properties_2.png" /></p>
|
||||
<p>The <b>Text Wrapping</b> tab contains the following parameters:</p>
|
||||
<ul>
|
||||
<li>Text <b>wrapping style</b> - <b>Inline</b> or <b>Flow</b>. Use the necessary option to change the way the table is positioned relative to the text: it will either be a part of the text (in case you select the inline style) or bypassed by it from all sides (if you select the flow style).</li>
|
||||
<li>
|
||||
After you select the wrapping style, the additional wrapping parameters can be set both for inline and flow wrapping style:
|
||||
<ul>
|
||||
<li>For the inline style, you can specify the table <b>alignment</b> and <b>indent from left</b>.</li>
|
||||
<li>For the flow style, you can specify the <b>distance from text</b> and table <b>position</b> at the <b>Table Position</b> tab.</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -10,7 +10,7 @@
|
|||
<body>
|
||||
<div class="mainpart">
|
||||
<h1>Save/download/print your document</h1>
|
||||
<p>By default, <b>Document Editor</b> automatically saves your file each 2 seconds when you work on it preventing your data loss in case of the unexpected program closing. When the file is being co-edited, changes are automatically saved at 10-minute intervals. If you need, you can easily disable the <b>Autosave</b> feature on the <a href="../HelpfulHints/AdvancedSettings.htm" onclick="onhyperlinkclick(this)">Advanced Settings</a> page.</p>
|
||||
<p>By default, <b>Document Editor</b> automatically saves your file each 2 seconds when you work on it preventing your data loss in case of the unexpected program closing. If you co-edit the file in the <b>Fast</b> mode, the timer requests for updates 25 times a second and saves the changes if they have been made. When the file is being co-edited in the <b>Strict</b> mode, changes are automatically saved at 10-minute intervals. If you need, you can easily select the preferred co-editing mode or disable the <b>Autosave</b> feature on the <a href="../HelpfulHints/AdvancedSettings.htm" onclick="onhyperlinkclick(this)">Advanced Settings</a> page.</p>
|
||||
<p>To save your current document manually,</p>
|
||||
<ul>
|
||||
<li>press the <b>Save</b> <img alt="Save icon" src="../images/save.png" /> icon at the top toolbar, or</li>
|
||||
|
@ -22,7 +22,7 @@
|
|||
<ol>
|
||||
<li>click the <b>File</b> <img alt="File icon" src="../images/file.png" /> icon at the left sidebar,</li>
|
||||
<li>select the <b>Download as...</b> option,</li>
|
||||
<li>choose one of the available formats depending on your needs: PDF, TXT, DOCX, DOC, ODT, RTF, HTML, EPUB.</li>
|
||||
<li>choose one of the available formats depending on your needs: PDF, TXT, DOCX, ODT, HTML.</li>
|
||||
</ol>
|
||||
|
||||
<p>To print out the current document,</p>
|
||||
|
@ -31,7 +31,7 @@
|
|||
<li>use the <b>Ctrl+P</b> key combination, or</li>
|
||||
<li>click the <b>File</b> <img alt="File icon" src="../images/file.png" /> icon at the left sidebar and select the <b>Print</b> option.</li>
|
||||
</ul>
|
||||
<p>After that a PDF file will be generated on the basis of the edited document. You can open and print it out, or save onto your computer hard disk drive or removable medium to print it out later.</p>
|
||||
<p>After that a PDF file will be generated on the basis of the document. You can open and print it out, or save onto your computer hard disk drive or removable medium to print it out later.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -34,7 +34,7 @@
|
|||
<p>You can also set a special page size by selecting the <b>Custom Page Size</b> option from the list. The <b>Page Size</b> window will open where you'll be able to set necessary <b>Width</b> and <b>Height</b> values. Enter your new values into the entry fields or adjust the existing values using arrow buttons. When ready, click <b>OK</b> to apply the changes.</p>
|
||||
<p><img alt="Custom Page Size" src="../images/custompagesize.png" /></p>
|
||||
<h3>Page Margins</h3>
|
||||
<p>Change default margins, i.e. the blank space between the left, right, top and bottom page edges and the paragraph text, clicking the <b>Page Margins</b> <img alt="Page Margins icon" src="../images/pagemargins.png" /> icon and selecting one of the available presets: <b>Normal</b>, <b>Narrow</b>, <b>Moderate</b>, <b>Wide</b>. You can also use the <b>Custom Margins</b> option to set your own values in the <b>Margins</b> window that opens. Enter the necessary <b>Top</b>, <b>Bottom</b>, <b>Left</b> and <b>Right</b> page margin values into the entry fields or adjust the existing values using arrow buttons. When ready, click <b>OK</b>. The custom margins will be applied to the current document and the <b>Last Custom</b> option with the specified parameters will appear in the <b>Page Margins</b> <img alt="Page Margins icon" src="../images/pagemargins.png" /> list so that you can apply them to some other documents.</p>
|
||||
<p>Change default margins, i.e. the blank space between the left, right, top and bottom page edges and the paragraph text, clicking the <b>Page Margins</b> <img alt="Page Margins icon" src="../images/pagemargins.png" /> icon and selecting one of the available presets: <b>Normal</b>, <b>US Normal</b>, <b>Narrow</b>, <b>Moderate</b>, <b>Wide</b>. You can also use the <b>Custom Margins</b> option to set your own values in the <b>Margins</b> window that opens. Enter the necessary <b>Top</b>, <b>Bottom</b>, <b>Left</b> and <b>Right</b> page margin values into the entry fields or adjust the existing values using arrow buttons. When ready, click <b>OK</b>. The custom margins will be applied to the current document and the <b>Last Custom</b> option with the specified parameters will appear in the <b>Page Margins</b> <img alt="Page Margins icon" src="../images/pagemargins.png" /> list so that you can apply them to some other documents.</p>
|
||||
<p><img alt="Custom Margins" src="../images/custommargins.png" /></p>
|
||||
<p>You can also change the margins manually by dragging the border between the grey and white areas on the rulers (the grey areas of the rulers indicate page margins):</p>
|
||||
<p><img alt="Margins Adjustment" src="../images/margins.png" /></p>
|
||||
|
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
After Width: | Height: | Size: 235 B |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 6.5 KiB After Width: | Height: | Size: 5.1 KiB |
Before Width: | Height: | Size: 9.9 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 9.8 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 14 KiB |
|
@ -13,7 +13,7 @@
|
|||
и редактировать документы непосредственно в браузере.</p>
|
||||
<p>Используя онлайн-редактор документов, Вы можете выполнять различные операции редактирования, как в любом десктопном редакторе,
|
||||
распечатывать отредактированные документы, сохраняя все детали форматирования, или сохранять документы на жесткий диск компьютера
|
||||
как файлы в формате PDF, TXT, DOCX, DOC, ODT, RTF, HTML или EPUB.</p>
|
||||
как файлы в формате PDF, TXT, DOCX, ODT или HTML.</p>
|
||||
<p> Для просмотра текущей версии программы и информации о владельце лицензии щелкните по значку <img alt="Значок О программе" src="../images/about.png" /> на левой боковой панели инструментов.</p>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -23,14 +23,14 @@
|
|||
<li>Если вы не хотите видеть изменения, вносимые другими пользователями, (чтобы они не мешали вам или по какой-то другой причине), выберите <b>Строгий</b> режим, и все изменения будут отображаться только после того, как вы нажмете на значок <b>Сохранить</b> <img alt="Значок Сохранить" src="../images/saveupdate.png" /> с оповещением о наличии изменений от других пользователей.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><b>Стандартное значение масштаба</b> - используется для установки стандартного значения масштаба путем его выбора из списка доступных вариантов от 50% до 200%.</li>
|
||||
<li><b>Отображать изменения при совместной работе</b><sup>*</sup> - используется для определения изменений, которые необходимо подсвечивать во время совместного редактирования:
|
||||
<li><b>Отображать изменения при совместной работе</b><sup>*</sup> - используется для определения изменений, которые необходимо подсвечивать во время совместного редактирования:
|
||||
<ul>
|
||||
<li>При выборе опции <b>Никакие</b> изменения, внесенные за время текущей сессии, подсвечиваться не будут.</li>
|
||||
<li>При выборе опции <b>Все</b> будут подсвечиваться все изменения, внесенные за время текущей сессии.</li>
|
||||
<li>При выборе опции <b>Последние</b> будут подсвечиваться только те изменения, которые были внесены с момента, когда Вы последний раз нажимали на значок <b>Сохранить</b> <img alt="Значок Сохранить" src="../images/saveupdate.png" />.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><b>Стандартное значение масштаба</b> - используется для установки стандартного значения масштаба путем его выбора из списка доступных вариантов от 50% до 200%.</li>
|
||||
<li><b>Хинтинг шрифтов</b> - используется для выбора типа отображения шрифта в редакторе документов:
|
||||
<ul>
|
||||
<li>Выберите опцию <b>Как Windows</b>, если вам нравится отображение шрифтов в операционной системе Windows, то есть с использованием хинтинга шрифтов Windows.</li>
|
||||
|
@ -38,7 +38,7 @@
|
|||
<li>Выберите опцию <b>Собственный</b>, если хотите, чтобы текст отображался с хинтингом, встроенным в файлы шрифтов.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><b>Единица измерения</b> - используется для определения единиц, которые должны использоваться на линейках и в окнах свойств для измерения параметров элементов, таких как ширина, высота, интервалы, поля и т.д. Можно выбрать опцию <b>Сантиметр</b> или <b>Пункт</b>.</li>
|
||||
<li><b>Единица измерения</b> - используется для определения единиц, которые должны использоваться на линейках и в окнах свойств для измерения параметров элементов, таких как ширина, высота, интервалы, поля и т.д. Можно выбрать опцию <b>Сантиметр</b>, <b>Пункт</b> или <b>Дюйм</b>.</li>
|
||||
</ul>
|
||||
<p>Чтобы сохранить внесенные изменения, нажмите кнопку <b>Применить</b>.</p>
|
||||
<p><sup>*</sup>доступно только для платных версий</p>
|
||||
|
|
|
@ -316,6 +316,11 @@
|
|||
<td>Ctrl+Shift+M</td>
|
||||
<td>Уменьшить отступ абзаца слева на одну позицию табуляции.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Добавить номер страницы</td>
|
||||
<td>Ctrl+Shift+P</td>
|
||||
<td>Добавить текущий номер в текст на странице или к нижнему колонтитулу.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th colspan="3">Модификация объектов</th>
|
||||
</tr>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<p>Чтобы найти нужные символы, слова или фразы, использованные в документе, который Вы в данный момент редактируете,
|
||||
нажмите на значок <img alt="Значок Поиск" src="../images/searchicon.png" />, расположенный на левой боковой панели. </p>
|
||||
<p>Откроется окно <b>Поиск и замена</b>:</p>
|
||||
<img alt="Окно Поиск и замена" src="../images/search_window.png" />
|
||||
<p><img alt="Окно Поиск и замена" src="../images/search_window.png" /></p>
|
||||
<ol>
|
||||
<li>Введите запрос в соответствующее поле ввода данных.</li>
|
||||
<li>Задайте параметры поиска, нажав на значок <img alt="Значок Параметры поиска" src="../images/search_options.png" /> и отметив нужные опции:
|
||||
|
@ -28,11 +28,12 @@
|
|||
</ol>
|
||||
<p>Первое вхождение искомых символов в выбранном направлении будет подсвечено на странице. Если это не то слово, которое вы ищете, нажмите на выбранную кнопку еще раз, чтобы найти следующее вхождение символов, которые Вы ввели.</p>
|
||||
<p><b>Чтобы заменить</b> одно или более вхождений найденных символов, нажмите на ссылку <b>Заменить</b>, расположенную под полем для ввода данных. Окно <b>Поиск и замена</b> изменится:</p>
|
||||
<img alt="Окно Поиск и замена" src="../images/search_replace_window.png" />
|
||||
<p><img alt="Окно Поиск и замена" src="../images/search_replace_window.png" /></p>
|
||||
<ol>
|
||||
<li>Введите текст для замены в нижнее поле ввода данных.</li>
|
||||
<li>Нажмите кнопку <b>Заменить</b> для замены выделенного в данный момент вхождения или кнопку <b>Заменить все</b> для замены всех найденных вхождений.</li>
|
||||
</ol>
|
||||
<p>Чтобы скрыть поле замены, нажмите на ссылку <b>Скрыть поле замены</b>.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -20,7 +20,7 @@
|
|||
<li>используйте опцию <b>Пропустить</b>, чтобы пропустить только это слово и убрать подчеркивание или <b>Пропустить все</b>, чтобы пропустить все идентичные слова, повторяющиеся в тексте;</li>
|
||||
<li>выберите другой язык для этого слова.</li>
|
||||
</ul>
|
||||
<img alt="Проверка орфографии" src="../images/spellchecking.png" />
|
||||
<p><img alt="Проверка орфографии" src="../images/spellchecking.png" /></p>
|
||||
<p>Для <b>отключения</b> проверки орфографии:</p>
|
||||
<ol>
|
||||
<li>щелкните по значку <b>Файл</b> <img alt="Значок Файл" src="../images/file.png" /> в левой боковой панели инструментов,</li>
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
<td>Расширение имени файла для текстовых документов, созданных программой Microsoft Word</td>
|
||||
<td>+</td>
|
||||
<td>+</td>
|
||||
<td>+</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>DOCX</td>
|
||||
|
@ -47,7 +47,7 @@
|
|||
<td>Rich Text Format<br />Формат документов, разработанный компанией Microsoft, для кроссплатформенного обмена документами</td>
|
||||
<td>+</td>
|
||||
<td>+</td>
|
||||
<td>+</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>TXT</td>
|
||||
|
@ -73,9 +73,9 @@
|
|||
<tr>
|
||||
<td>EPUB</td>
|
||||
<td>Electronic Publication<br />Бесплатный открытый стандарт для электронных книг, созданный Международным форумом по цифровым публикациям (International Digital Publishing Forum)</td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td>+</td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>XPS</td>
|
||||
|
|
|
@ -12,10 +12,17 @@
|
|||
<h1>Копирование/очистка форматирования текста</h1>
|
||||
<p>Чтобы скопировать определенное форматирование текста,</p>
|
||||
<ol>
|
||||
<li>выделите мышью или <a href="../HelpfulHints/KeyboardShortcuts.htm#textselection" onclick="onhyperlinkclick(this)">с помощью клавиатуры</a> фрагмент текста с форматированием, которое надо скопировать,</li>
|
||||
<li>с помощью мыши или <a href="../HelpfulHints/KeyboardShortcuts.htm#textselection" onclick="onhyperlinkclick(this)">клавиатуры</a> выделите фрагмент текста, форматирование которого надо скопировать,</li>
|
||||
<li>нажмите значок <b>Копировать стиль</b> <img alt="Копировать стиль" src="../images/copystyle.png" /> на верхней панели инструментов (указатель мыши будет при этом выглядеть так: <img alt="Указатель мыши при вставке стиля" src="../images/paste_style.png" />),</li>
|
||||
<li>выделите фрагмент текста, к которому требуется применить то же самое форматирование.</li>
|
||||
</ol>
|
||||
<p>Чтобы применить скопированное форматирование ко множеству фрагментов текста,</p>
|
||||
<ol>
|
||||
<li>с помощью мыши или <a href="../HelpfulHints/KeyboardShortcuts.htm#textselection" onclick="onhyperlinkclick(this)">клавиатуры</a> выделите фрагмент текста, форматирование которого надо скопировать,</li>
|
||||
<li>дважды нажмите значок <b>Копировать стиль</b> <img alt="Копировать стиль" src="../images/copystyle.png" /> на верхней панели инструментов (указатель мыши будет при этом выглядеть так: <img alt="Указатель мыши при вставке стиля" src="../images/paste_style.png" />, а значок <b>Копировать стиль</b> будет оставаться нажатым: <img alt="Множественное копирование стиля" src="../images/copystyle_selected.png" />),</li>
|
||||
<li>поочередно выделяйте нужные фрагменты текста, чтобы применить одинаковое форматирование к каждому из них,</li>
|
||||
<li>для выхода из этого режима еще раз нажмите значок <b>Копировать стиль</b> <img alt="Множественное копирование стиля" src="../images/copystyle_selected.png" /> или нажмите клавишу <b>Esc</b> на клавиатуре.</li>
|
||||
</ol>
|
||||
<p>Чтобы быстро убрать из текста примененное форматирование,</p>
|
||||
<ol>
|
||||
<li>выделите фрагмент текста, форматирование которого надо убрать,</li>
|
||||
|
|
|
@ -11,9 +11,9 @@
|
|||
<h1>Копирование/вставка текста, отмена/повтор действий</h1>
|
||||
<p>Для выполнения операций вырезания, копирования и вставки фрагментов текста и вставленных объектов (автофигур, рисунков, диаграмм) в текущем документе используйте соответствующие команды контекстного меню или значки на верхней панели инструментов:</p>
|
||||
<ul>
|
||||
<li><b>Вырезать</b> – выделите фрагмент текста или объект и используйте опцию <b>Вырезать</b> контекстного меню, чтобы удалить выделенный фрагмент и отправить его в буфер обмена компьютера. Вырезанные данные можно затем вставить в другое место этого же документа.</li>
|
||||
<li><b>Копировать</b> – выделите фрагмент текста или объект и используйте опцию <b>Копировать</b> контекстного меню или значок <b>Копировать</b> <img alt="Значок Копировать" src="../images/copy.png" /> на верхней панели инструментов, чтобы скопировать выделенный фрагмент в буфер обмена компьютера. Скопированные данные можно затем вставить в другое место этого же документа.</li>
|
||||
<li><b>Вставить</b> – найдите в документе то место, куда необходимо вставить ранее скопированный фрагмент текста/объект, и используйте опцию <b>Вставить</b> контекстного меню или значок <b>Вставить</b> <img alt="Значок Вставить" src="../images/paste.png" /> на верхней панели инструментов. Текст/объект будет вставлен в текущей позиции курсора. Данные могут быть ранее скопированы из того же самого документа.</li>
|
||||
<li><b>Вырезать</b> – выделите фрагмент текста или объект и используйте опцию контекстного меню <b>Вырезать</b>, чтобы удалить выделенный фрагмент и отправить его в буфер обмена компьютера. Вырезанные данные можно затем вставить в другое место этого же документа.</li>
|
||||
<li><b>Копировать</b> – выделите фрагмент текста или объект и используйте опцию контекстного меню <b>Копировать</b> или значок <b>Копировать</b> <img alt="Значок Копировать" src="../images/copy.png" /> на верхней панели инструментов, чтобы скопировать выделенный фрагмент в буфер обмена компьютера. Скопированные данные можно затем вставить в другое место этого же документа.</li>
|
||||
<li><b>Вставить</b> – найдите в документе то место, куда необходимо вставить ранее скопированный фрагмент текста/объект, и используйте опцию контекстного меню <b>Вставить</b> или значок <b>Вставить</b> <img alt="Значок Вставить" src="../images/paste.png" /> на верхней панели инструментов. Текст/объект будет вставлен в текущей позиции курсора. Данные могут быть ранее скопированы из того же самого документа.</li>
|
||||
</ul>
|
||||
<p>Для копирования данных из другого документа или какой-то другой программы или вставки данных в них используйте следующие сочетания клавиш:</p>
|
||||
<ul>
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
</li>
|
||||
<li>теперь при каждом нажатии в конце строки клавиши <b>Enter</b> будет появляться новый элемент упорядоченного или неупорядоченного списка. Чтобы закончить список, нажмите клавишу <b>Backspace</b> и продолжайте текст обычного абзаца.</li>
|
||||
</ol>
|
||||
<p>Можно также изменить отступы текста в списках и их вложенность с помощью значков <b>Структура</b> <img alt="Значок Структура" src="../images/outline.png" />, <b>Увеличить отступ</b> <img alt="Значок Увеличить отступ" src="../images/decreaseindent.png" /> и <b>Уменьшить отступ</b> <img alt="Значок Уменьшить отступ" src="../images/increaseindent.png" /> на верхней панели инструментов.</p>
|
||||
<p>Можно также изменить отступы текста в списках и их вложенность с помощью значков <b>Структура</b> <img alt="Значок Структура" src="../images/outline.png" />, <b>Уменьшить отступ</b> <img alt="Значок Уменьшить отступ" src="../images/decreaseindent.png" /> и <b>Увеличить отступ</b> <img alt="Значок Увеличить отступ" src="../images/increaseindent.png" /> на верхней панели инструментов.</p>
|
||||
<p class="note"><b>Примечание</b>: дополнительные параметры отступов и интервалов можно изменить на правой боковой панели и в окне дополнительных параметров. Чтобы получить дополнительную информацию об этом, прочитайте разделы <a href="ParagraphIndents.htm" onclick="onhyperlinkclick(this)">Изменение отступов абзацев</a> и <a href="LineSpacing.htm" onclick="onhyperlinkclick(this)">Задание междустрочного интервала в абзацах</a>.</p>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
<li><b>Порядок</b> - используется, чтобы вынести выбранную автофигуру на передний план, переместить на задний план, перенести вперед или назад, а также сгруппировать или разгруппировать автофигуры для выполнения операций над несколькими из них сразу.</li>
|
||||
<li><b>Выравнивание</b> - используется, чтобы выровнять фигуру по левому краю, по центру, по правому краю, по верхнему краю, по середине, по нижнему краю.</li>
|
||||
<li><b>Стиль обтекания</b> - используется, чтобы выбрать один из доступных стилей обтекания текстом - в тексте, вокруг рамки, по контуру, сквозное, сверху и снизу, перед текстом, за текстом - или для изменения границы обтекания. Опция <b>Изменить границу обтекания</b> доступна только в том случае, если выбран стиль обтекания, отличный от стиля "В тексте". Чтобы произвольно изменить границу, перетаскивайте точки границы обтекания. Чтобы создать новую точку границы обтекания, щелкните в любом месте на красной линии и перетащите ее в нужную позицию. <img alt="Изменение границы обтекания" src="../images/wrap_boundary.png" /></li>
|
||||
<li><b>Дополнительные параметры</b> - используется для вызова окна 'Фигура - Дополнительные параметры'.</li>
|
||||
<li><b>Дополнительные параметры фигуры</b> - используется для вызова окна 'Фигура - Дополнительные параметры'.</li>
|
||||
</ul>
|
||||
<hr />
|
||||
<p>Некоторые параметры автофигуры можно изменить с помощью вкладки <b>Параметры фигуры</b> на правой боковой панели. Чтобы ее активировать, щелкните по фигуре и выберите значок <b>Параметры фигуры</b> <img alt="Значок Параметры фигуры" src="../images/shape_settings_icon.png" /> справа. Здесь можно изменить следующие свойства:</p>
|
||||
|
@ -95,11 +95,25 @@
|
|||
</ul>
|
||||
<hr />
|
||||
<p>Чтобы изменить дополнительные параметры автофигуры, щелкните по ней правой кнопкой мыши и выберите из контекстного меню пункт <b>Дополнительные параметры</b>. Или нажмите ссылку <b>Дополнительные параметры</b> на правой боковой панели. Откроется окно 'Фигура - Дополнительные параметры':</p>
|
||||
<img alt="Фигура - Дополнительные параметры" src="../images/shape_properties.png" />
|
||||
<p><img alt="Фигура - Дополнительные параметры" src="../images/shape_properties.png" /></p>
|
||||
<p>Вкладка <b>Размер</b> содержит следующие параметры:</p>
|
||||
<ul>
|
||||
<li><b>Ширина</b> и <b>Высота</b> - используйте эти опции, чтобы изменить ширину и/или высоту автофигуры. Если нажата кнопка <b>Сохранять пропорции</b> <img alt="Кнопка Сохранять пропорции" src="../images/constantproportions.png" /> (в этом случае она выглядит так: <img alt="Кнопка Сохранять пропорции нажата" src="../images/constantproportionsactivated.png" />), ширина и высота будут изменены пропорционально, сохраняя исходное соотношение сторон фигуры.</li>
|
||||
</ul>
|
||||
<li>
|
||||
<b>Ширина</b> - используйте одну из этих опций, чтобы изменить ширину автофигуры.
|
||||
<ul>
|
||||
<li><b>Абсолютная</b> - укажите точное значение, определяемое в абсолютных единицах, то есть <b>Сантиметрах</b>/<b>Пунктах</b>/<b>Дюймах</b> (в зависимости от того, какой параметр указан на вкладке <b>Файл</b> -> <b>Дополнительные параметры...</b>).</li>
|
||||
<li><b>Относительная</b> - укажите размер в процентах <b>относительно</b> ширины <em>левого поля</em>, <em>поля</em> (то есть расстояния между левым и правым полями), ширины <em>страницы</em> или ширины <em>правого</em> поля.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<b>Высота</b> - используйте одну из этих опций, чтобы изменить высоту автофигуры.
|
||||
<ul>
|
||||
<li><b>Абсолютная</b> - укажите точное значение, определяемое в абсолютных единицах, то есть <b>Сантиметрах</b>/<b>Пунктах</b>/<b>Дюймах</b> (в зависимости от того, какой параметр указан на вкладке <b>Файл</b> -> <b>Дополнительные параметры...</b>).</li>
|
||||
<li><b>Относительная</b> - укажите размер в процентах <b>относительно</b> <em>поля</em> (то есть расстояния между верхним и нижним полями), высоты <em>нижнего поля</em>, высоты <em>страницы</em> или высоты <em>верхнего поля</em>.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Если установлен флажок <b>Сохранять пропорции</b>, ширина и высота будут изменены пропорционально, сохраняя исходное соотношение сторон фигуры.</li>
|
||||
</ul>
|
||||
<p id="shape_wrapping"><img alt="Фигура - Дополнительные параметры" src="../images/shape_properties_1.png" /></p>
|
||||
<p>Вкладка <b>Обтекание текстом</b> содержит следующие параметры:</p>
|
||||
<ul>
|
||||
|
@ -121,9 +135,23 @@
|
|||
<p><img alt="Фигура - Дополнительные параметры" src="../images/shape_properties_2.png" /></p>
|
||||
<p>Вкладка <b>Положение</b> доступна только в том случае, если выбран стиль обтекания, отличный от стиля "В тексте". Вкладка содержит следующие параметры, которые различаются в зависимости от выбранного стиля обтекания:</p>
|
||||
<ul>
|
||||
<li>Параметры раздела <b>По горизонтали</b> включают в себя <b>выравнивание</b> автофигуры (по левому краю, по центру, по правому краю) <b>относительно</b> символа, столбца, левого поля, поля, страницы или правого поля, а также <b>положение</b> автофигуры <b>справа от</b> символа, столбца, левого поля, поля, страницы или правого поля.</li>
|
||||
<li>Параметры раздела <b>По вертикали</b> включают в себя <b>выравнивание</b> автофигуры (по верхнему краю, по центру, по нижнему краю) <b>относительно</b> строки, поля, нижнего поля, абзаца, страницы или верхнего поля, а также <b>положение</b> автофигуры <b>ниже</b> строки, поля, нижнего поля, абзаца, страницы или верхнего поля.</li>
|
||||
<li>Опция <b>Перемещать с текстом</b> определяет, будет ли автофигура перемещаться вместе с текстом, к которому она привязана.</li>
|
||||
<li>
|
||||
В разделе <b>По горизонтали</b> можно выбрать один из следующих трех способов позиционирования автофигуры:
|
||||
<ul>
|
||||
<li><b>Выравнивание</b> (по левому краю, по центру, по правому краю) <b>относительно</b> символа, столбца, левого поля, поля, страницы или правого поля,</li>
|
||||
<li>Абсолютное <b>Положение</b>, определяемое в абсолютных единицах, то есть <b>Сантиметрах</b>/<b>Пунктах</b>/<b>Дюймах</b> (в зависимости от того, какой параметр указан на вкладке <b>Файл</b> -> <b>Дополнительные параметры...</b>), <b>справа от</b> символа, столбца, левого поля, поля, страницы или правого поля,</li>
|
||||
<li><b>Относительное положение</b>, определяемое в процентах, <b>относительно</b> левого поля, поля, страницы или правого поля.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
В разделе <b>По вертикали</b> можно выбрать один из следующих трех способов позиционирования автофигуры:
|
||||
<ul>
|
||||
<li><b>Выравнивание</b> (по верхнему краю, по центру, по нижнему краю) <b>относительно</b> строки, поля, нижнего поля, абзаца, страницы или верхнего поля,</li>
|
||||
<li>Абсолютное <b>Положение</b>, определяемое в абсолютных единицах, то есть <b>Сантиметрах</b>/<b>Пунктах</b>/<b>Дюймах</b> (в зависимости от того, какой параметр указан на вкладке <b>Файл</b> -> <b>Дополнительные параметры...</b>), <b>ниже</b> строки, поля, нижнего поля, абзаца, страницы или верхнего поля,</li>
|
||||
<li><b>Относительное положение</b>, определяемое в процентах, <b>относительно</b> поля, нижнего поля, страницы или верхнего поля.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Опция <b>Перемещать с текстом</b> определяет, будет ли автофигура перемещаться вместе с текстом, к которому она привязана.</li>
|
||||
<li>Опция <b>Разрешить перекрытие</b> определяет, будут ли перекрываться две автофигуры, если перетащить их близко друг к другу на странице.</li>
|
||||
</ul>
|
||||
<p><img alt="Фигура - Дополнительные параметры" src="../images/shape_properties_3.png" /></p>
|
||||
|
@ -150,7 +178,7 @@
|
|||
</li>
|
||||
<li><b>Стрелки</b> - эта группа опций доступна только в том случае, если выбрана фигура из группы автофигур <b>Линии</b>. Она позволяет задать <b>Начальный</b> и <b>Конечный стиль</b> и <b>Размер</b> стрелки, выбрав соответствующие опции из выпадающих списков.</li>
|
||||
</ul>
|
||||
<img alt="Фигура - Дополнительные параметры" src="../images/shape_properties_4.png" />
|
||||
<p><img alt="Фигура - Дополнительные параметры" src="../images/shape_properties_4.png" /></p>
|
||||
<p>На вкладке <b>Поля вокруг текста</b> можно изменить внутренние поля автофигуры <b>Сверху</b>, <b>Снизу</b>, <b>Слева</b> и <b>Справа</b> (то есть расстояние между текстом внутри фигуры и границами автофигуры).</p>
|
||||
<p class="note"><b>Примечание</b>: эта вкладка доступна, только если в автофигуру добавлен текст, в противном случае вкладка неактивна.</p>
|
||||
</div>
|
||||
|
|
|
@ -80,64 +80,43 @@
|
|||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
Укажите, надо ли отображать <b>Название горизонтальной оси</b>, выбрав нужную опцию из выпадающего списка:
|
||||
<ul>
|
||||
<li>
|
||||
<b>Нет</b>, чтобы название горизонтальной оси не отображалось,
|
||||
</li>
|
||||
<li>
|
||||
<b>Без наложения</b>, чтобы показать название под горизонтальной осью.
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
Укажите ориентацию <b>Названия вертикальной оси</b>, выбрав нужную опцию из выпадающего списка:
|
||||
<ul>
|
||||
<li>
|
||||
<b>Нет</b>, чтобы название вертикальной оси не отображалось,
|
||||
</li>
|
||||
<li>
|
||||
<b>Повернутое</b>, чтобы показать название сверху вниз слева от вертикальной оси,
|
||||
</li>
|
||||
<li>
|
||||
<b>По горизонтали</b>, чтобы показать название снизу вверх слева от вертикальной оси.
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
Укажите, какие из <b>Горизонтальных/вертикальных линий сетки</b> надо отображать, выбрав нужную опцию из выпадающего списка:
|
||||
<b>Основные</b>, <b>Дополнительные</b> или <b>Основные и дополнительные</b>. Можно вообще скрыть линии сетки, выбрав из списка опцию <b>Нет</b>.
|
||||
<p class="note">
|
||||
<b>Примечание</b>: пункты <b>Название горизонтальной/вертикальной оси</b> и <b>Горизонтальные/вертикальные линии сетки</b>
|
||||
будут недоступны для <b>круговых диаграмм</b>, так как у круговых диаграмм нет осей и линий сетки.
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
Определите параметры <b>Подписей данных</b> (то есть текстовых подписей, показывающих точные значения элементов данных):<br />
|
||||
<ul>
|
||||
<li>
|
||||
выберите данные, которые вы хотите включить в ваши подписи, поставив соответствующие флажки: <b>Имя ряда</b>, <b>Название категории</b>, <b>Значение</b>,
|
||||
</li>
|
||||
<li>
|
||||
укажите местоположение <b>Подписей данных</b> относительно элементов данных, выбрав нужную опцию из выпадающего списка:
|
||||
<b>По центру</b>, <b>Внутри снизу</b>, <b>Внутри сверху</b>, <b>Снаружи вверху</b>,
|
||||
</li>
|
||||
<li>
|
||||
введите символ (запятая, точка с запятой и т.д.), который вы хотите использовать для разделения нескольких подписей, в поле <b>Разделитель подписей данных</b>.
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<b>Линии</b> - используется для выбора типа линий для <b>линейчатых/точечных диаграмм</b>. Можно выбрать одну из следующих опций:
|
||||
<b>Прямые</b> для использования прямых линий между элементами данных, <b>Сглаженные</b> для использования сглаженных кривых линий между элементами данных или <b>Нет</b> для того, чтобы линии не отображались.
|
||||
</li>
|
||||
<li>
|
||||
<b>Маркеры</b> - используется для указания того, нужно показывать маркеры (если флажок поставлен) или нет (если флажок снят) на <b>линейчатых/точечных диаграммах</b>.
|
||||
<p class="note">
|
||||
<b>Примечание</b>: Опции <b>Линии</b> и <b>Маркеры</b> доступны только для <b>Линейчатых диаграмм</b> и <b>Точечных диаграмм</b>.
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
Определите параметры <b>Подписей данных</b> (то есть текстовых подписей, показывающих точные значения элементов данных):<br />
|
||||
<ul>
|
||||
<li>укажите местоположение <b>Подписей данных</b> относительно элементов данных, выбрав нужную опцию из выпадающего списка: <b>По центру</b>, <b>Внутри снизу</b>, <b>Внутри сверху</b>, <b>Снаружи вверху</b>,</li>
|
||||
<li>выберите данные, которые вы хотите включить в ваши подписи, поставив соответствующие флажки: <b>Имя ряда</b>, <b>Название категории</b>, <b>Значение</b>,</li>
|
||||
<li>введите символ (запятая, точка с запятой и т.д.), который вы хотите использовать для разделения нескольких подписей, в поле <b>Разделитель подписей данных</b>.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><b>Линии</b> - используется для выбора типа линий для <b>линейчатых/точечных диаграмм</b>. Можно выбрать одну из следующих опций: <b>Прямые</b> для использования прямых линий между элементами данных, <b>Сглаженные</b> для использования сглаженных кривых линий между элементами данных или <b>Нет</b> для того, чтобы линии не отображались.</li>
|
||||
<li>
|
||||
<b>Маркеры</b> - используется для указания того, нужно показывать маркеры (если флажок поставлен) или нет (если флажок снят) на <b>линейчатых/точечных диаграммах</b>.
|
||||
<p class="note"><b>Примечание</b>: Опции <b>Линии</b> и <b>Маркеры</b> доступны только для <b>Линейчатых диаграмм</b> и <b>Точечных диаграмм</b>.</p>
|
||||
</li>
|
||||
<li>
|
||||
В разделе <b>Параметры оси</b> можно указать, надо ли отображать <b>Горизонтальную/Вертикальную ось</b>, выбрав из выпадающего списка опцию <b>Показать</b> или <b>Скрыть</b>. Можно также задать параметры <b>Названий горизонтальной/вертикальной оси</b>:
|
||||
<ul>
|
||||
<li>
|
||||
Укажите, надо ли отображать <b>Название горизонтальной оси</b>, выбрав нужную опцию из выпадающего списка:
|
||||
<ul>
|
||||
<li><b>Нет</b>, чтобы название горизонтальной оси не отображалось,</li>
|
||||
<li><b>Без наложения</b>, чтобы показать название под горизонтальной осью.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
Укажите ориентацию <b>Названия вертикальной оси</b>, выбрав нужную опцию из выпадающего списка:
|
||||
<ul>
|
||||
<li><b>Нет</b>, чтобы название вертикальной оси не отображалось,</li>
|
||||
<li><b>Повернутое</b>, чтобы показать название снизу вверх слева от вертикальной оси,</li>
|
||||
<li><b>По горизонтали</b>, чтобы показать название по горизонтали слева от вертикальной оси.</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
В разделе <b>Линии сетки</b> можно указать, какие из <b>Горизонтальных/вертикальных линий сетки</b> надо отображать, выбрав нужную опцию из выпадающего списка: <b>Основные</b>, <b>Дополнительные</b> или <b>Основные и дополнительные</b>. Можно вообще скрыть линии сетки, выбрав из списка опцию <b>Нет</b>.
|
||||
<p class="note"><b>Примечание</b>: разделы <b>Параметры оси</b> и <b>Линии сетки</b> будут недоступны для <b>круговых диаграмм</b>, так как у круговых диаграмм нет осей и линий сетки.</p>
|
||||
</li>
|
||||
</ul>
|
||||
<p>
|
||||
<img alt="Окно Диаграмма - Дополнительные параметры" src="../images/chartsettings3.png" />
|
||||
|
@ -307,13 +286,13 @@
|
|||
</li>
|
||||
</ul>
|
||||
<p>Некоторые из этих опций можно также найти в <b>контекстном меню</b>. Меню содержит следующие пункты:</p>
|
||||
<ul style="margin-left: 280px;">
|
||||
<ul>
|
||||
<li><b>Вырезать, копировать, вставить</b> - стандартные опции, которые используются для вырезания или копирования выделенного текста/объекта и вставки ранее вырезанного/скопированного фрагмента текста или объекта в то место, где находится курсор.</li>
|
||||
<li><b>Порядок</b> - используется, чтобы вынести выбранную диаграмму на передний план, переместить на задний план, перенести вперед или назад, а также сгруппировать или разгруппировать диаграммы для выполнения операций над несколькими из них сразу.</li>
|
||||
<li><b>Выравнивание</b> - используется, чтобы выровнять диаграмму по левому краю, по центру, по правому краю, по верхнему краю, по середине, по нижнему краю.</li>
|
||||
<li><b>Стиль обтекания</b> - используется, чтобы выбрать один из доступных стилей обтекания текстом - в тексте, вокруг рамки, по контуру, сквозное, сверху и снизу, перед текстом, за текстом. Опция <b>Изменить границу обтекания</b> для диаграмм недоступна.</li>
|
||||
<li><b>Изменить данные</b> - используется для вызова окна 'Редактор диаграмм'.</li>
|
||||
<li><b>Дополнительные параметры</b> - используется для вызова окна 'Диаграмма - Дополнительные параметры'.</li>
|
||||
<li><b>Дополнительные параметры диаграммы</b> - используется для вызова окна 'Диаграмма - Дополнительные параметры'.</li>
|
||||
</ul>
|
||||
<p>
|
||||
При выборе диаграммы справа также появляется значок <b>Параметры фигуры</b> <img alt="Значок Параметры фигуры" src="../images/shape_settings_icon.png" />,
|
||||
|
@ -322,7 +301,7 @@
|
|||
<b>обводку</b></a> и <b>Стиль обтекания</b>. Обратите внимание на то, что тип фигуры изменить нельзя.
|
||||
</p>
|
||||
<hr />
|
||||
<p>Чтобы изменить дополнительные параметры диаграммы, щелкните по ней правой кнопкой мыши и выберите из контекстного меню пункт <b>Дополнительные параметры</b>. Или нажмите ссылку <b>Дополнительные параметры</b> на правой боковой панели. Откроется окно свойств диаграммы:</p>
|
||||
<p>Чтобы изменить дополнительные параметры диаграммы, щелкните по ней правой кнопкой мыши и выберите из контекстного меню пункт <b>Дополнительные параметры диаграммы</b>. Или нажмите ссылку <b>Дополнительные параметры</b> на правой боковой панели. Откроется окно свойств диаграммы:</p>
|
||||
<p><img alt="Диаграмма - Дополнительные параметры: Размер" src="../images/chart_properties.png" /></p>
|
||||
<p>Вкладка <b>Размер</b> содержит следующие параметры:</p>
|
||||
<ul>
|
||||
|
@ -349,8 +328,22 @@
|
|||
<p><img alt="Диаграмма - Дополнительные параметры: Положение" src="../images/chart_properties_2.png" /></p>
|
||||
<p>Вкладка <b>Положение</b> доступна только в том случае, если выбран стиль обтекания, отличный от стиля "В тексте". Вкладка содержит следующие параметры, которые различаются в зависимости от выбранного стиля обтекания:</p>
|
||||
<ul>
|
||||
<li>Параметры раздела <b>По горизонтали</b> включают в себя <b>выравнивание</b> диаграммы (по левому краю, по центру, по правому краю) <b>относительно</b> символа, столбца, левого поля, поля, страницы или правого поля, а также <b>положение</b> диаграммы <b>справа от</b> символа, столбца, левого поля, поля, страницы или правого поля.</li>
|
||||
<li>Параметры раздела <b>По вертикали</b> включают в себя <b>выравнивание</b> диаграммы (по верхнему краю, по центру, по нижнему краю) <b>относительно</b> строки, поля, нижнего поля, абзаца, страницы или верхнего поля, а также <b>положение</b> диаграммы <b>ниже</b> строки, поля, нижнего поля, абзаца, страницы или верхнего поля.</li>
|
||||
<li>
|
||||
В разделе <b>По горизонтали</b> можно выбрать один из следующих трех способов позиционирования диаграммы:
|
||||
<ul>
|
||||
<li><b>Выравнивание</b> (по левому краю, по центру, по правому краю) <b>относительно</b> символа, столбца, левого поля, поля, страницы или правого поля,</li>
|
||||
<li>Абсолютное <b>Положение</b>, определяемое в абсолютных единицах, то есть <b>Сантиметрах</b>/<b>Пунктах</b>/<b>Дюймах</b> (в зависимости от того, какой параметр указан на вкладке <b>Файл</b> -> <b>Дополнительные параметры...</b>), <b>справа от</b> символа, столбца, левого поля, поля, страницы или правого поля,</li>
|
||||
<li><b>Относительное положение</b>, определяемое в процентах, <b>относительно</b> левого поля, поля, страницы или правого поля.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
В разделе <b>По вертикали</b> можно выбрать один из следующих трех способов позиционирования диаграммы:
|
||||
<ul>
|
||||
<li><b>Выравнивание</b> (по верхнему краю, по центру, по нижнему краю) <b>относительно</b> строки, поля, нижнего поля, абзаца, страницы или верхнего поля,</li>
|
||||
<li>Абсолютное <b>Положение</b>, определяемое в абсолютных единицах, то есть <b>Сантиметрах</b>/<b>Пунктах</b>/<b>Дюймах</b> (в зависимости от того, какой параметр указан на вкладке <b>Файл</b> -> <b>Дополнительные параметры...</b>), <b>ниже</b> строки, поля, нижнего поля, абзаца, страницы или верхнего поля,</li>
|
||||
<li><b>Относительное положение</b>, определяемое в процентах, <b>относительно</b> поля, нижнего поля, страницы или верхнего поля.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Опция <b>Перемещать с текстом</b> определяет, будет ли диаграмма перемещаться вместе с текстом, к которому она привязана.</li>
|
||||
<li>Опция <b>Разрешить перекрытие</b> определяет, будут ли перекрываться две диаграммы, если перетащить их близко друг к другу на странице.</li>
|
||||
</ul>
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
<p>Чтобы удалить добавленную буквицу, выделите ее, нажмите на значок <b>Вставить буквицу</b> <img alt="Значок Вставить буквицу" src="../images/insert_dropcap_icon.png" /> на верхней панели инструментов и выберите из выпадающего списка опцию <b>Нет</b> <img alt="Вставить буквицу - Нет" src="../images/dropcap_none.png" />.</p>
|
||||
<hr />
|
||||
<p>Чтобы настроить параметры добавленной буквицы, выделите ее, нажмите на значок <b>Вставить буквицу</b> <img alt="Значок Вставить буквицу" src="../images/insert_dropcap_icon.png" /> на верхней панели инструментов и выберите из выпадающего списка опцию <b>Параметры буквицы</b>. Откроется окно <b>Буквица - дополнительные параметры</b>:</p>
|
||||
<img alt="Буквица - дополнительные параметры" src="../images/dropcap_properties_1.png" />
|
||||
<p><img alt="Буквица - дополнительные параметры" src="../images/dropcap_properties_1.png" /></p>
|
||||
<p>На вкладке <b>Буквица</b> можно задать следующие параметры:</p>
|
||||
<ul>
|
||||
<li><b>Положение</b> - используется, чтобы изменить расположение буквицы. Выберите опцию <b>В тексте</b> или <b>На поле</b> или нажмите на значок <b>Нет</b>, чтобы удалить буквицу.</li>
|
||||
|
@ -35,17 +35,17 @@
|
|||
<li><b>Высота в строках</b> - используется, чтобы указать, сколько строк должна занимать буквица. Можно выбрать значение от 1 до 10.</li>
|
||||
<li><b>Расстояние до текста</b> - используется, чтобы указать величину свободного пространства между текстом абзаца и правым краем рамки, окружающей буквицу.</li>
|
||||
</ul>
|
||||
<img alt="Буквица - дополнительные параметры" src="../images/dropcap_properties_2.png" />
|
||||
<p><img alt="Буквица - дополнительные параметры" src="../images/dropcap_properties_2.png" /></p>
|
||||
<p>На вкладке <b>Границы и заливка</b> можно добавить вокруг буквицы границы и настроить их параметры. Это следующие параметры:</p>
|
||||
<ul>
|
||||
<li>Параметры <b>Границ</b> (ширина, цвет и наличие и отсутствие) - задайте толщину границ, выберите их цвет и укажите, к каким границам (верхней, нижней, левой, правой или их сочетанию) надо применить эти параметры.</li>
|
||||
<li><b>Цвет фона</b> - выберите цвет фона буквицы.</li>
|
||||
</ul>
|
||||
<img alt="Буквица - дополнительные параметры" src="../images/dropcap_properties_3.png" />
|
||||
<p><img alt="Буквица - дополнительные параметры" src="../images/dropcap_properties_3.png" /></p>
|
||||
<p>На вкладке <b>Поля</b> можно задать расстояние между буквицей и границами <b>сверху</b>, <b>снизу</b>, <b>слева</b> и <b>справа</b> вокруг нее (если границы были предварительно добавлены).</p>
|
||||
<hr />
|
||||
<p>После добавления буквицы можно также изменить параметры <b>Рамки</b>. Чтобы получить к ним доступ, щелкните правой кнопкой мыши внутри рамки и выберите в контекстном меню пункт <b>Дополнительные параметры рамки</b>. Откроется окно <b>Рамка - дополнительные параметры</b>:</p>
|
||||
<img alt="Рамка - дополнительные параметры" src="../images/frame_properties_1.png" />
|
||||
<p><img alt="Рамка - дополнительные параметры" src="../images/frame_properties_1.png" /></p>
|
||||
<p>На вкладке <b>Рамка</b> можно задать следующие параметры:</p>
|
||||
<ul>
|
||||
<li><b>Положение</b> - используется, чтобы выбрать <b>Встроенный</b> или <b>Плавающий</b> стиль обтекания текстом. Или можно нажать на значок <b>Нет</b>, чтобы удалить рамку.</li>
|
||||
|
|
|
@ -35,13 +35,13 @@
|
|||
<li><b>Заменить изображение</b> - используется, чтобы заменить текущее изображение, загрузив другое из файла или по URL.</li>
|
||||
</ul>
|
||||
<p>Некоторые из этих опций можно также найти в <b>контекстном меню</b>. Меню содержит следующие пункты:</p>
|
||||
<ul style="margin-left: 280px;">
|
||||
<ul>
|
||||
<li><b>Вырезать, копировать, вставить</b> - стандартные опции, которые используются для вырезания или копирования выделенного текста/объекта и вставки ранее вырезанного/скопированного фрагмента текста или объекта в то место, где находится курсор.</li>
|
||||
<li><b>Порядок</b> - используется, чтобы вынести выбранное изображение на передний план, переместить на задний план, перенести вперед или назад, а также сгруппировать или разгруппировать изображения для выполнения операций над несколькими из них сразу.</li>
|
||||
<li><b>Выравнивание</b> - используется, чтобы выровнять изображение по левому краю, по центру, по правому краю, по верхнему краю, по середине, по нижнему краю.</li>
|
||||
<li><b>Стиль обтекания</b> - используется, чтобы выбрать один из доступных стилей обтекания текстом - в тексте, вокруг рамки, по контуру, сквозное, сверху и снизу, перед текстом, за текстом - или для изменения границы обтекания. Опция <b>Изменить границу обтекания</b> доступна только в том случае, если выбран стиль обтекания, отличный от стиля "В тексте". Чтобы произвольно изменить границу, перетаскивайте точки границы обтекания. Чтобы создать новую точку границы обтекания, щелкните в любом месте на красной линии и перетащите ее в нужную позицию. <img alt="Изменение границы обтекания" src="../images/wrap_boundary.png" /></li>
|
||||
<li><b>Размер по умолчанию</b> - используется для смены текущего размера изображения на размер по умолчанию.</li>
|
||||
<li><b>Дополнительные параметры</b> - используется для вызова окна 'Изображение - Дополнительные параметры'.</li>
|
||||
<li><b>Дополнительные параметры изображения</b> - используется для вызова окна 'Изображение - Дополнительные параметры'.</li>
|
||||
</ul>
|
||||
<hr />
|
||||
<p>Чтобы изменить дополнительные параметры изображения, щелкните по нему правой кнопкой мыши и выберите из контекстного меню пункт <b>Дополнительные параметры</b>. Или нажмите ссылку <b>Дополнительные параметры</b> на правой боковой панели. Откроется окно свойств изображения:</p>
|
||||
|
@ -56,7 +56,7 @@
|
|||
<li><b>Стиль обтекания</b> - используйте эту опцию, чтобы изменить способ размещения изображения относительно текста: или оно будет являться частью текста (если выбран стиль обтекания "В тексте") или текст будет обтекать его со всех сторон (если выбран один из остальных стилей).
|
||||
<ul>
|
||||
<li><p><img alt="Стиль обтекания - В тексте" src="../images/wrappingstyle_inline.png" /> <b>В тексте</b> - изображение считается частью текста, как отдельный символ, поэтому при перемещении текста изображение тоже перемещается. В этом случае параметры расположения недоступны.</p>
|
||||
<p>Если выбран один из следующих стилей, изображение можно перемещать независимо от текста и и точно задавать положение изображения на странице:</p>
|
||||
<p>Если выбран один из следующих стилей, изображение можно перемещать независимо от текста и точно задавать положение изображения на странице:</p>
|
||||
</li>
|
||||
<li><p><img alt="Стиль обтекания - Вокруг рамки" src="../images/wrappingstyle_square.png" /> <b>Вокруг рамки</b> - текст обтекает прямоугольную рамку, которая окружает изображение.</p></li>
|
||||
<li><p><img alt="Стиль обтекания - По контуру" src="../images/wrappingstyle_tight.png" /> <b>По контуру</b> - текст обтекает реальные контуры изображения.</p></li>
|
||||
|
@ -71,8 +71,20 @@
|
|||
<p><img alt="Изображение - Дополнительные параметры: Положение" src="../images/image_properties_2.png" /></p>
|
||||
<p>Вкладка <b>Положение</b> доступна только в том случае, если выбран стиль обтекания, отличный от стиля "В тексте". Вкладка содержит следующие параметры, которые различаются в зависимости от выбранного стиля обтекания:</p>
|
||||
<ul>
|
||||
<li>Параметры раздела <b>По горизонтали</b> включают в себя <b>выравнивание</b> изображения (по левому краю, по центру, по правому краю) <b>относительно</b> символа, столбца, левого поля, поля, страницы или правого поля, а также <b>положение</b> изображения <b>справа от</b> символа, столбца, левого поля, поля, страницы или правого поля.</li>
|
||||
<li>Параметры раздела <b>По вертикали</b> включают в себя <b>выравнивание</b> изображения (по верхнему краю, по центру, по нижнему краю) <b>относительно</b> строки, поля, нижнего поля, абзаца, страницы или верхнего поля, а также <b>положение</b> изображения <b>ниже</b> строки, поля, нижнего поля, абзаца, страницы или верхнего поля.</li>
|
||||
<li>В разделе <b>По горизонтали</b> можно выбрать один из следующих трех способов позиционирования изображения:
|
||||
<ul>
|
||||
<li><b>Выравнивание</b> (по левому краю, по центру, по правому краю) <b>относительно</b> символа, столбца, левого поля, поля, страницы или правого поля,</li>
|
||||
<li>Абсолютное <b>Положение</b>, определяемое в абсолютных единицах, то есть <b>Сантиметрах</b>/<b>Пунктах</b>/<b>Дюймах</b> (в зависимости от того, какой параметр указан на вкладке <b>Файл</b> -> <b>Дополнительные параметры...</b>), <b>справа от</b> символа, столбца, левого поля, поля, страницы или правого поля,</li>
|
||||
<li><b>Относительное положение</b>, определяемое в процентах, <b>относительно</b> левого поля, поля, страницы или правого поля.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>В разделе <b>По вертикали</b> можно выбрать один из следующих трех способов позиционирования изображения:
|
||||
<ul>
|
||||
<li><b>Выравнивание</b> (по верхнему краю, по центру, по нижнему краю) <b>относительно</b> строки, поля, нижнего поля, абзаца, страницы или верхнего поля,</li>
|
||||
<li>Абсолютное <b>Положение</b>, определяемое в абсолютных единицах, то есть <b>Сантиметрах</b>/<b>Пунктах</b>/<b>Дюймах</b> (в зависимости от того, какой параметр указан на вкладке <b>Файл</b> -> <b>Дополнительные параметры...</b>), <b>ниже</b> строки, поля, нижнего поля, абзаца, страницы или верхнего поля,</li>
|
||||
<li><b>Относительное положение</b>, определяемое в процентах, <b>относительно</b> поля, нижнего поля, страницы или верхнего поля.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Опция <b>Перемещать с текстом</b> определяет, будет ли изображение перемещаться вместе с текстом, к которому оно привязано.</li>
|
||||
<li>Опция <b>Разрешить перекрытие</b> определяет, будут ли перекрываться два изображения, если перетащить их близко друг к другу на странице.</li>
|
||||
</ul>
|
||||
|
|
|
@ -35,11 +35,12 @@
|
|||
<li><b>Объединить ячейки</b> - этот пункт доступен при выделении двух или более ячеек и используется для их объединения.</li>
|
||||
<li><b>Разделить ячейку...</b> - используется для вызова окна, в котором можно выбрать нужное количество столбцов и строк, на которое будет разделена ячейка.</li>
|
||||
<li><b>Вертикальное выравнивание в ячейках</b> - используется для выравнивания текста в выделенной ячейке по верхнему краю, центру или нижнему краю.</li>
|
||||
<li><b>Направление текста</b> - используется для изменения ориентации текста в ячейке. Текст можно расположить по горизонтали, по вертикали сверху вниз (<b>Поворот на 90°</b>), или по вертикали снизу вверх (<b>Поворот на 270°</b>).</li>
|
||||
<li><b>Стиль обтекания - Встроенный</b> - используется для выбора встроенного стиля обтекания (при котором таблица разрывает текст), а также выравнивания: по левому краю, по центру, по правому краю.</li>
|
||||
<li><b>Стиль обтекания - Плавающий</b> - используется для выбора плавающего стиля обтекания, при котором текст размещается вокруг таблицы.</li>
|
||||
<li><b>Дополнительные параметры таблицы</b> - используется для вызова окна 'Таблица - Дополнительные параметры'.</li>
|
||||
<li><b>Гиперссылка</b> - используется для вставки гиперссылки.</li>
|
||||
<li><b>Абзац</b> - используется для предотвращения разрыва строк в абзаце или для вызова окна 'Абзац - Дополнительные параметры'.</li>
|
||||
<li><b>Дополнительные параметры абзаца</b> - используется для вызова окна 'Абзац - Дополнительные параметры'.</li>
|
||||
</ul>
|
||||
<hr />
|
||||
<p><img class="floatleft"alt="Правая боковая панель - Настройки таблицы" src="../images/right_table.png" /></p>
|
||||
|
@ -68,48 +69,90 @@
|
|||
</ul>
|
||||
<hr />
|
||||
<p>Чтобы изменить дополнительные параметры таблицы, щелкните по таблице правой кнопкой мыши и выберите из контекстного меню пункт <b>Дополнительные параметры таблицы</b>. Или нажмите ссылку <b>Дополнительные параметры</b> на правой боковой панели. Откроется окно свойств таблицы:</p>
|
||||
<img alt="Таблица - Дополнительные параметры" src="../images/table_properties_1.png" />
|
||||
<p>Вкладка <b>Ширина и интервал</b> содержит следующие параметры:</p>
|
||||
<ul>
|
||||
<p><img alt="Таблица - Дополнительные параметры" src="../images/table_properties_1.png" /></p>
|
||||
<p>На вкладке <b>Таблица</b> можно изменить свойства всей таблицы.</p>
|
||||
<ul>
|
||||
<li>
|
||||
<b>Ширина</b> - ширина таблицы выбирается вручную или автоматически подгоняется по ширине страницы.
|
||||
<p class="note"><b>Примечание</b>: можно также регулировать размеры таблицы, изменяя высоту строк и ширину столбцов вручную. Наведите указатель мыши на границу строки/стобца, чтобы он превратился в двустороннюю стрелку, и перетащите границу. Кроме того, можно использовать маркеры <img alt="Таблица - Маркер ширины столбцов" src="../images/rowheightmarker.png" /> на горизонтальной линейке для изменения ширины столбцов и маркеры <img alt="Таблица - Маркер высоты строк" src="../images/rowheightmarker.png" /> на вертикальной линейке для изменения высоты строк.</p>
|
||||
Раздел <b>Размер таблицы</b> содержит следующие параметры:
|
||||
<ul>
|
||||
<li>
|
||||
<b>Ширина</b> - по умолчанию ширина таблицы автоматически подгоняется по ширине страницы, то есть таблица занимает все пространство между левым и правым полями страницы. Можно установить этот флажок и указать нужную ширину таблицы вручную.
|
||||
</li>
|
||||
<li>
|
||||
Опция <b>Единицы</b> позволяет указать, надо ли задавать ширину таблицы в абсолютных единицах, то есть <b>Сантиметрах</b>/<b>Пунктах</b>/<b>Дюймах</b> (в зависимости от того, какой параметр указан на вкладке <b>Файл</b> -> <b>Дополнительные параметры...</b>) или в <b>Процентах</b> от общей ширины страницы.
|
||||
<p class="note"><b>Примечание</b>: можно также регулировать размеры таблицы, изменяя высоту строк и ширину столбцов вручную. Наведите указатель мыши на границу строки/столбца, чтобы он превратился в двустороннюю стрелку, и перетащите границу. Кроме того, можно использовать маркеры <img alt="Таблица - Маркер ширины столбцов" src="../images/rowheightmarker.png" /> на горизонтальной линейке для изменения ширины столбцов и маркеры <img alt="Таблица - Маркер высоты строк" src="../images/rowheightmarker.png" /> на вертикальной линейке для изменения высоты строк.</p>
|
||||
</li>
|
||||
<li><b>Автоподбор размеров по содержимому</b> - разрешает автоматически изменять ширину каждого столбца в соответствии с текстом внутри его ячеек.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><b>Интервалы между ячейками</b> - разрешает использование между ячейками интервалов, которые будут заливаться цветом <b>Фона таблицы</b>.</li>
|
||||
<li><b>Автоподбор размеров по содержимому</b> - разрешает автоматически изменять ширину каждого столбца в соответствии с текстом внутри его ячеек.</li>
|
||||
<li><b>Поля по умолчанию</b> - используемые по умолчанию расстояния между текстом внутри ячейки и границами ячейки. Эти значения можно изменить.</li>
|
||||
</ul>
|
||||
<img alt="Таблица - Дополнительные параметры" src="../images/table_properties_2.png" />
|
||||
<p>Вкладка <b>Обтекание текстом</b> содержит следующие параметры:</p>
|
||||
<ul>
|
||||
<li>Стиль обтекания текстом - <b>Встроенный</b> или <b>Плавающий</b>. Используйте нужную опцию, чтобы изменить способ размещения таблицы относительно текста: или она будет являться частью текста (если Вы выбрали встроенный стиль), или текст будет обтекать ее со всех сторон (если Вы выбрали плавающий стиль).</li>
|
||||
<li>После того, как Вы выберете тип обтекания, можно задать дополнительные параметры обтекания как для встроенного, так и для плавающего типа:
|
||||
<ul>
|
||||
<li>Для встроенного типа Вы можете указать <b>выравнивание</b> таблицы и <b>отступ слева</b>.</li>
|
||||
<li>Для плавающего типа Вы можете указать <b>расстояние до текста</b> и <b>положение</b> таблицы на вкладке <b>Положение</b>.</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<img alt="Таблица - Дополнительные параметры" src="../images/table_properties_3.png" />
|
||||
<p>Вкладка <b>Границы и фон</b> содержит следующие параметры:</p>
|
||||
<ul>
|
||||
<li>Параметры <b>границы</b> (ширина, цвет и наличие или отсутствие) - задайте ширину границ, выберите их цвет и то, как они должны отображаться в ячейках.
|
||||
<p class="note"><b>Примечание</b>: если вы решили скрыть границы таблицы, нажав кнопку <img alt="Без границ" src="../images/noborders.png" /> или отключив все границы вручную на схеме, в документе они будут обозначены пунктиром.
|
||||
Чтобы они совсем исчезли, нажмите значок <b>Непечатаемые символы</b> <img alt="Непечатаемые символы" src="../images/nonprintingcharacters.png" /> на верхней панели инструментов и выберите опцию <b>Скрытые границы таблиц</b>.</p>
|
||||
</li>
|
||||
<li><b>Фон ячейки</b> - цвет фона внутри ячейки (опция доступна только в том случае, если выделены одна или более ячеек или выбрана опция <b>Интервалы между ячейками</b> на вкладке <b>Ширина и интервал</b>).</li>
|
||||
<li><b>Фон таблицы</b> - цвет фона таблицы или фона пространства между ячейками в том случае, если выбрана опция <b>Интервалы между ячейками</b> на вкладке <b>Ширина и интервал</b>.</li>
|
||||
</ul>
|
||||
<img alt="Таблица - Дополнительные параметры" src="../images/table_properties_4.png" />
|
||||
<p>Вкладка <b>Положение</b> доступна только в том случае, если на вкладке <b>Обтекание текстом</b> выбран <b>Плавающий</b> стиль обтекания, и содержит следующие параметры:</p>
|
||||
<ul>
|
||||
<li>Параметры раздела <b>По горизонтали</b> включают в себя <b>выравнивание</b> таблицы (по левому краю, по центру, по правому краю) <b>относительно</b> поля, страницы или текста, а также <b>положение</b> таблицы <b>справа от</b> поля, страницы или текста.</li>
|
||||
<li>Параметры раздела <b>По вертикали</b> включают в себя <b>выравнивание</b> таблицы (по верхнему краю, по центру, по нижнему краю) <b>относительно</b> поля, страницы или текста, а также <b>положение</b> таблицы <b>ниже</b> поля, страницы или текста.</li>
|
||||
<li>Опция <b>Перемещать с текстом</b> определяет, будет ли таблица перемещаться вместе с текстом, в который она вставлена.</li>
|
||||
<li>Опция <b>Разрешить перекрытие</b> определяет, будут ли две таблицы объединяться в одну большую таблицу или перекрываться, если перетащить их близко друг к другу на странице.</li>
|
||||
</ul>
|
||||
<img alt="Таблица - Дополнительные параметры" src="../images/table_properties_5.png" />
|
||||
<p>На вкладке <b>Свойства ячейки</b> можно настроить <b>Поля ячейки</b> - то есть расстояние между текстом внутри ячейки и границами ячейки. Можно установить их по умолчанию (значения по умолчанию тоже можно изменить на вкладке <b>Ширина и интервал</b>), или ввести вручную.</p>
|
||||
<li>Раздел <b>Поля ячейки по умолчанию</b> позволяет изменить используемые по умолчанию расстояния между текстом внутри ячейки и границами ячейки.</li>
|
||||
<li>
|
||||
Раздел <b>Параметры</b> позволяет изменить следующий параметр:
|
||||
<ul>
|
||||
<li><b>Интервалы между ячейками</b> - разрешает использование между ячейками интервалов, которые будут заливаться цветом <b>Фона таблицы</b>.</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<p><img alt="Таблица - Дополнительные параметры" src="../images/table_properties_5.png" /></p>
|
||||
<p>На вкладке <b>Ячейка</b> можно изменить свойства отдельных ячеек. Сначала надо выбрать ячейку, к которой требуется применить изменения, или выделить всю таблицу, чтобы изменить свойства всех ее ячеек.</p>
|
||||
<ul>
|
||||
<li>
|
||||
Раздел <b>Размер ячейки</b> содержит следующие параметры:
|
||||
<ul>
|
||||
<li>Опция <b>Ширина</b> позволяет задать предпочтительную ширину ячейки. Это размер, которому ячейка стремится соответствовать, хотя в некоторых случаях точное соответствие может быть невозможно. Например, если текст внутри ячейки превышает заданную ширину, он будет переноситься на следующую строку, чтобы предпочтительная ширина ячейки оставалась неизменной, но если вставить новый столбец, предпочтительная ширина будет уменьшена.</li>
|
||||
<li>
|
||||
Опция <b>Единицы</b> - позволяет указать, надо ли задавать ширину ячейки в абсолютных единицах, то есть <b>Сантиметрах</b>/<b>Пунктах</b>/<b>Дюймах</b> (в зависимости от того, какой параметр указан на вкладке <b>Файл</b> -> <b>Дополнительные параметры...</b>) или в <b>Процентах</b> от общей ширины таблицы.
|
||||
<p class="note"><b>Примечание</b>: можно также регулировать ширину ячейки вручную. Чтобы сделать отдельную ячейку в столбце шире или уже общей ширины столбца, выделите нужную ячейку, наведите указатель мыши на ее правую границу, чтобы он превратился в двустороннюю стрелку, затем перетащите границу. Чтобы изменить ширину всех ячеек в столбце, используйте маркеры <img alt="Таблица - Маркер ширины столбцов" src="../images/rowheightmarker.png" /> на горизонтальной линейке для изменения ширины столбцов.</p>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Раздел <b>Поля ячейки</b> позволяет регулировать расстояние между текстом внутри ячейки и границами ячейки. По умолчанию установлены стандартные значения (значения, используемые по умолчанию, тоже можно изменить на вкладке <b>Таблица</b>), но можно снять флажок <b>Использовать поля по умолчанию</b> и ввести нужные значения вручную.</li>
|
||||
<li>
|
||||
В разделе <b>Параметры ячейки</b> можно изменить следующий параметр:
|
||||
<ul>
|
||||
<li>Опция <b>Перенос текста</b> включена по умолчанию. Она позволяет переносить текст внутри ячейки, превышающий ее ширину, на следующую строку, увеличивая высоту строки и оставляя ширину столбца неизменной.</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<p><img alt="Таблица - Дополнительные параметры" src="../images/table_properties_3.png" /></p>
|
||||
<p>Вкладка <b>Границы и фон</b> содержит следующие параметры:</p>
|
||||
<ul>
|
||||
<li>
|
||||
Параметры <b>границы</b> (ширина, цвет и наличие или отсутствие) - задайте ширину границ, выберите их цвет и то, как они должны отображаться в ячейках.
|
||||
<p class="note">
|
||||
<b>Примечание</b>: если вы решили скрыть границы таблицы, нажав кнопку <img alt="Без границ" src="../images/noborders.png" /> или отключив все границы вручную на схеме, в документе они будут обозначены пунктиром.
|
||||
Чтобы они совсем исчезли, нажмите значок <b>Непечатаемые символы</b> <img alt="Непечатаемые символы" src="../images/nonprintingcharacters.png" /> на верхней панели инструментов и выберите опцию <b>Скрытые границы таблиц</b>.
|
||||
</p>
|
||||
</li>
|
||||
<li><b>Фон ячейки</b> - цвет фона внутри ячейки (опция доступна только в том случае, если выделены одна или более ячеек или выбрана опция <b>Интервалы между ячейками</b> на вкладке <b>Таблица</b>).</li>
|
||||
<li><b>Фон таблицы</b> - цвет фона таблицы или фона пространства между ячейками в том случае, если выбрана опция <b>Интервалы между ячейками</b> на вкладке <b>Таблица</b>.</li>
|
||||
</ul>
|
||||
<p><img alt="Таблица - Дополнительные параметры" src="../images/table_properties_4.png" /></p>
|
||||
<p>Вкладка <b>Положение таблицы</b> доступна только в том случае, если на вкладке <b>Обтекание текстом</b> выбран <b>Плавающий</b> стиль обтекания, и содержит следующие параметры:</p>
|
||||
<ul>
|
||||
<li>Параметры раздела <b>По горизонтали</b> включают в себя <b>выравнивание</b> таблицы (по левому краю, по центру, по правому краю) <b>относительно</b> поля, страницы или текста, а также <b>положение</b> таблицы <b>справа от</b> поля, страницы или текста.</li>
|
||||
<li>Параметры раздела <b>По вертикали</b> включают в себя <b>выравнивание</b> таблицы (по верхнему краю, по центру, по нижнему краю) <b>относительно</b> поля, страницы или текста, а также <b>положение</b> таблицы <b>ниже</b> поля, страницы или текста.</li>
|
||||
<li>
|
||||
В разделе <b>Параметры</b> можно изменить следующие параметры:
|
||||
<ul>
|
||||
<li>Опция <b>Перемещать с текстом</b> определяет, будет ли таблица перемещаться вместе с текстом, в который она вставлена.</li>
|
||||
<li>Опция <b>Разрешить перекрытие</b> определяет, будут ли две таблицы объединяться в одну большую таблицу или перекрываться, если перетащить их близко друг к другу на странице.</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<p><img alt="Таблица - Дополнительные параметры" src="../images/table_properties_2.png" /></p>
|
||||
<p>Вкладка <b>Обтекание текстом</b> содержит следующие параметры:</p>
|
||||
<ul>
|
||||
<li><b>Стиль обтекания</b> текстом - <b>Встроенный</b> или <b>Плавающий</b>. Используйте нужную опцию, чтобы изменить способ размещения таблицы относительно текста: или она будет являться частью текста (если Вы выбрали встроенный стиль), или текст будет обтекать ее со всех сторон (если Вы выбрали плавающий стиль).</li>
|
||||
<li>
|
||||
После того, как Вы выберете тип обтекания, можно задать дополнительные параметры обтекания как для встроенного, так и для плавающего типа:
|
||||
<ul>
|
||||
<li>Для встроенного типа Вы можете указать <b>выравнивание</b> таблицы и <b>отступ слева</b>.</li>
|
||||
<li>Для плавающего типа Вы можете указать <b>расстояние до текста</b> и <b>положение</b> таблицы на вкладке <b>Положение таблицы</b>.</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -75,7 +75,7 @@
|
|||
</ul>
|
||||
<p>Настройте толщину и цвет <b>Обводки</b> шрифта.</p>
|
||||
<ul>
|
||||
<li>Для изменения <b>толщины</b> обводки выберите из выпадающего списка <b>Толщина</b> одну из доступных опций. Доступны следующие опции: 0.5 pt, 1 pt, 1.5 pt, 2.25 pt, 3 pt, 4.5 pt, 6 pt. Или выберите опцию <b>Без линии</b>, если вы вообще не хотите использовать обводку.</li>
|
||||
<li>Для изменения <b>толщины</b> обводки выберите из выпадающего списка <b>Толщина</b> одну из доступных опций. Доступны следующие опции: 0.5 пт, 1 пт, 1.5 пт, 2.25 пт, 3 пт, 4.5 пт, 6 пт. Или выберите опцию <b>Без линии</b>, если вы вообще не хотите использовать обводку.</li>
|
||||
<li>Для изменения <b>цвета</b> обводки щелкните по цветному прямоугольнику и <a href="../UsageInstructions/ChangeColorScheme.htm" onclick="onhyperlinkclick(this)">выберите нужный цвет</a>.</li>
|
||||
</ul>
|
||||
<p>Примените текстовый эффект, выбрав нужный тип трансформации текста из галереи <b>Трансформация</b>. Можно скорректировать степень искривления текста, перетаскивая розовый маркер в форме ромба.</p>
|
||||
|
|
|
@ -10,18 +10,18 @@
|
|||
<body>
|
||||
<div class="mainpart">
|
||||
<h1>Сохранение / загрузка / печать документа</h1>
|
||||
<p>По умолчанию онлайн-редактор документов автоматически сохраняет файл каждые 2 секунды, когда вы работаете над ним, чтобы не допустить потери данных в случае непредвиденного закрытия программы. При совместном редактировании файла изменения автоматически сохраняются каждые 10 минут. При необходимости можно легко отключить функцию автоматического сохранения на странице <a href="../HelpfulHints/AdvancedSettings.htm" onclick="onhyperlinkclick(this)">Дополнительные параметры</a>.</p>
|
||||
<p>По умолчанию онлайн-редактор документов автоматически сохраняет файл каждые 2 секунды, когда вы работаете над ним, чтобы не допустить потери данных в случае непредвиденного закрытия программы. Если вы совместно редактируете файл в <b>Быстром</b> режиме, таймер запрашивает наличие изменений 25 раз в секунду и сохраняет их, если они были внесены. При совместном редактировании файла в <b>Строгом</b> режиме изменения автоматически сохраняются каждые 10 минут. При необходимости можно легко выбрать предпочтительный режим совместного редактирования или отключить функцию автоматического сохранения на странице <a href="../HelpfulHints/AdvancedSettings.htm" onclick="onhyperlinkclick(this)">Дополнительные параметры</a>.</p>
|
||||
<p>Чтобы сохранить текущий документ вручную,</p>
|
||||
<ul>
|
||||
<li>нажмите значок <b>Сохранить</b> <img alt="Значок Сохранить" src="../images/save.png" /> на верхней панели инструментов, или</li>
|
||||
<li>используйте сочетание клавиш <b>Ctrl+S</b>, или</li>
|
||||
<li>нажмите значок <b>Файл</b> <img alt="Значок Файл" src="../images/file.png" /> на левой боковой панели и выберите опцию <b>Сохранить</b>.</li>
|
||||
</ul>
|
||||
<p>Чтобы загрузить результирующий документ и сохранить его на жестком диске компьютера,</p>
|
||||
<p>Чтобы скачать готовый документ и сохранить его на жестком диске компьютера,</p>
|
||||
<ol>
|
||||
<li>нажмите значок <b>Файл</b> <img alt="Значок Файл" src="../images/file.png" /> на левой боковой панели,</li>
|
||||
<li>выберите опцию <b>Загрузить как</b>,</li>
|
||||
<li>выберите один из доступных форматов в зависимости от Ваших потребностей: PDF, TXT, DOCX, DOC, ODT, RTF, HTML, EPUB.</li>
|
||||
<li>выберите опцию <b>Скачать как...</b>,</li>
|
||||
<li>выберите один из доступных форматов в зависимости от того, что вам нужно: PDF, TXT, DOCX, ODT, HTML.</li>
|
||||
</ol>
|
||||
<p>Чтобы распечатать текущий документ,</p>
|
||||
<ul>
|
||||
|
@ -29,7 +29,7 @@
|
|||
<li>используйте сочетание клавиш <b>Ctrl+P</b>, или</li>
|
||||
<li>нажмите значок <b>Файл</b> <img alt="Значок Файл" src="../images/file.png" /> на левой боковой панели и выберите опцию <b>Печать</b>.</li>
|
||||
</ul>
|
||||
<p>После этого на основе отредактированного документа будет сгенерирован файл PDF. Вы можете открыть и распечатать его, или сохранить его на жестком диске компьютера или съемном носителе, или распечатать его позже.</p>
|
||||
<p>После этого на основе данного документа будет сгенерирован файл PDF. Вы можете открыть и распечатать его, или сохранить его на жестком диске компьютера или съемном носителе чтобы распечатать позже.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -17,24 +17,24 @@
|
|||
<h3>Размер страницы</h3>
|
||||
<p>Измените используемый по умолчанию формат A4, нажав на значок <b>Размер страницы</b> <img alt="Значок Размер страницы" src="../images/pagesize.png" /> и выбрав нужный из списка. Доступны следующие предустановленные размеры:</p>
|
||||
<ul>
|
||||
<li>US Letter (21,59cm x 27,94cm)</li>
|
||||
<li>US Legal (21,59cm x 35,56cm)</li>
|
||||
<li>A4 (21cm x 29,7cm)</li>
|
||||
<li>A5 (14,81cm x 20,99cm)</li>
|
||||
<li>B5 (17,6cm x 25,01cm)</li>
|
||||
<li>Envelope #10 (10,48cm x 24,13cm)</li>
|
||||
<li>Envelope DL (11,01cm x 22,01cm)</li>
|
||||
<li>Tabloid (27,94cm x 43,17cm)</li>
|
||||
<li>AЗ (29,7cm x 42,01cm)</li>
|
||||
<li>Tabloid Oversize (30,48cm x 45,71cm)</li>
|
||||
<li>ROC 16K (19,68cm x 27,3cm)</li>
|
||||
<li>Envelope Choukei 3 (11,99cm x 23,49cm)</li>
|
||||
<li>Super B/A3 (33,02cm x 48,25cm)</li>
|
||||
<li>US Letter (21,59 см x 27,94 см)</li>
|
||||
<li>US Legal (21,59 см x 35,56 см)</li>
|
||||
<li>A4 (21 см x 29,7 см)</li>
|
||||
<li>A5 (14,81 см x 20,99 см)</li>
|
||||
<li>B5 (17,6 см x 25,01 см)</li>
|
||||
<li>Envelope #10 (10,48 см x 24,13 см)</li>
|
||||
<li>Envelope DL (11,01 см x 22,01 см)</li>
|
||||
<li>Tabloid (27,94 см x 43,17 см)</li>
|
||||
<li>AЗ (29,7 см x 42,01 см)</li>
|
||||
<li>Tabloid Oversize (30,48 см x 45,71 см)</li>
|
||||
<li>ROC 16K (19,68 см x 27,3 см)</li>
|
||||
<li>Envelope Choukei 3 (11,99 см x 23,49 см)</li>
|
||||
<li>Super B/A3 (33,02 см x 48,25 см)</li>
|
||||
</ul>
|
||||
<p>Можно также задать нестандартный размер страницы, выбрав из списка опцию <b>Особый размер страницы</b>. Откроется окно <b>Размер страницы</b>, в котором можно будет указать нужные значения <b>Ширины</b> и <b>Высоты</b>. Введите новые значения в поля ввода или скорректируйте имеющиеся значения с помощью кнопок со стрелками. Когда все будет готово, нажмите кнопку <b>OK</b>, чтобы применить изменения.</p>
|
||||
<p><img alt="Особый размер страницы" src="../images/custompagesize.png" /></p>
|
||||
<h3>Поля страницы</h3>
|
||||
<p>Измените используемые по умолчанию поля, то есть пустое пространство между левым, правым, верхним и нижним краями страницы и текстом абзаца, нажав на значок <b>Поля страницы</b> <img alt="Значок Поля страницы" src="../images/pagemargins.png" /> и выбрав один из доступных предустановленных вариантов: <b>Обычные</b>, <b>Узкие</b>, <b>Средние</b>, <b>Широкие</b>. Можно также использовать опцию <b>Настраиваемые поля</b> и указать свои собственные значения в открывшемся окне <b>Поля</b>. Введите в поля ввода нужные значения для <b>Верхнего</b>, <b>Нижнего</b>, <b>Левого</b> и <b>Правого</b> полей страницы или скорректируйте имеющиеся значения с помощью кнопок со стрелками. Когда все будет готово, нажмите кнопку <b>OK</b>. Особые поля будут применены к текущему документу, а в списке <b>Поля страницы</b> <img alt="Значок Поля страницы" src="../images/pagemargins.png" /> появится пункт <b>Последние настраиваемые</b> с указанными параметрами, чтобы можно было применить их к каким-то другим документам.</p>
|
||||
<p>Измените используемые по умолчанию поля, то есть пустое пространство между левым, правым, верхним и нижним краями страницы и текстом абзаца, нажав на значок <b>Поля страницы</b> <img alt="Значок Поля страницы" src="../images/pagemargins.png" /> и выбрав один из доступных предустановленных вариантов: <b>Обычные</b>, <b>Обычные (американский стандарт)</b>, <b>Узкие</b>, <b>Средние</b>, <b>Широкие</b>. Можно также использовать опцию <b>Настраиваемые поля</b> и указать свои собственные значения в открывшемся окне <b>Поля</b>. Введите в поля ввода нужные значения для <b>Верхнего</b>, <b>Нижнего</b>, <b>Левого</b> и <b>Правого</b> полей страницы или скорректируйте имеющиеся значения с помощью кнопок со стрелками. Когда все будет готово, нажмите кнопку <b>OK</b>. Особые поля будут применены к текущему документу, а в списке <b>Поля страницы</b> <img alt="Значок Поля страницы" src="../images/pagemargins.png" /> появится пункт <b>Последние настраиваемые</b> с указанными параметрами, чтобы можно было применить их к каким-то другим документам.</p>
|
||||
<p><img alt="Настраиваемые поля" src="../images/custommargins.png" /></p>
|
||||
<p>Поля можно также изменить вручную, перемещая мышью границу между серой и белой областью на линейке (серые области на линейке обозначают поля страниц):</p>
|
||||
<p><img alt="Установка полей" src="../images/margins.png" /></p>
|
||||
|
|
Before Width: | Height: | Size: 6 KiB After Width: | Height: | Size: 8.1 KiB |
Before Width: | Height: | Size: 9.9 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 18 KiB |
After Width: | Height: | Size: 235 B |
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 3.6 KiB |
Before Width: | Height: | Size: 7.2 KiB After Width: | Height: | Size: 9.7 KiB |
Before Width: | Height: | Size: 6 KiB After Width: | Height: | Size: 8.1 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 6.5 KiB After Width: | Height: | Size: 8.9 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 8.1 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 6.7 KiB After Width: | Height: | Size: 9.8 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 9.8 KiB |
Before Width: | Height: | Size: 9.5 KiB After Width: | Height: | Size: 9.5 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 9.7 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 5.6 KiB |
Before Width: | Height: | Size: 6.6 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 7.4 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 9.9 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 7.4 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 8.4 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 6.5 KiB After Width: | Height: | Size: 5.3 KiB |
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 3 KiB After Width: | Height: | Size: 3.2 KiB |
|
@ -89,6 +89,9 @@ var sdk_dev_scrpipts = [
|
|||
"../../../../sdkjs/word/Editor/Document.js",
|
||||
"../../../../sdkjs/word/Editor/DocumentContent.js",
|
||||
"../../../../sdkjs/word/Editor/DocumentControllerBase.js",
|
||||
"../../../../sdkjs/word/Editor/LogicDocumentController.js",
|
||||
"../../../../sdkjs/word/Editor/DrawingsController.js",
|
||||
"../../../../sdkjs/word/Editor/HeaderFooterController.js",
|
||||
"../../../../sdkjs/word/Editor/FlowObjects.js",
|
||||
"../../../../sdkjs/word/Editor/ParagraphContentBase.js",
|
||||
"../../../../sdkjs/word/Editor/Hyperlink.js",
|
||||
|
@ -148,5 +151,6 @@ var sdk_dev_scrpipts = [
|
|||
"../../../../sdkjs/common/Drawings/Format/OleObject.js",
|
||||
"../../../../sdkjs/common/clipboard_base.js",
|
||||
"../../../../sdkjs/common/plugins.js",
|
||||
"../../../../sdkjs/word/apiBuilder.js"
|
||||
"../../../../sdkjs/word/apiBuilder.js",
|
||||
"../../../../sdkjs/common/text_input.js"
|
||||
];
|
|
@ -278,6 +278,10 @@ var ApplicationController = new(function(){
|
|||
}
|
||||
|
||||
function onPrintUrl(url) {
|
||||
if (iframePrint) {
|
||||
iframePrint.parentNode.removeChild(iframePrint);
|
||||
iframePrint = null;
|
||||
}
|
||||
if (!iframePrint) {
|
||||
iframePrint = document.createElement("iframe");
|
||||
iframePrint.id = "id-print-frame";
|
||||
|
@ -290,6 +294,8 @@ var ApplicationController = new(function(){
|
|||
iframePrint.onload = function() {
|
||||
iframePrint.contentWindow.focus();
|
||||
iframePrint.contentWindow.print();
|
||||
iframePrint.contentWindow.blur();
|
||||
window.focus();
|
||||
};
|
||||
}
|
||||
if (url) iframePrint.src = url;
|
||||
|
|
|
@ -375,7 +375,7 @@ define([
|
|||
|
||||
onApiAddComments: function(data) {
|
||||
for (var i = 0; i < data.length; ++i) {
|
||||
if (data[i].Comment && data[i].Comment.asc_getUserId() !== this.mode.user.id) {
|
||||
if (data[i].asc_getUserId() !== this.mode.user.id) {
|
||||
this.leftMenu.markCoauthOptions('comments');
|
||||
break;
|
||||
}
|
||||
|
|
|
@ -680,7 +680,7 @@ define([
|
|||
if (now - value > 86400000) {
|
||||
Common.localStorage.setItem("de-license-warning", now);
|
||||
Common.UI.info({
|
||||
width: 400,
|
||||
width: 500,
|
||||
title: this.textNoLicenseTitle,
|
||||
msg : this.warnNoLicense,
|
||||
buttons: [
|
||||
|
@ -712,6 +712,7 @@ define([
|
|||
/** coauthoring end **/
|
||||
this.appOptions.isOffline = this.api.asc_isOffline();
|
||||
this.appOptions.canLicense = params.asc_getCanLicense ? params.asc_getCanLicense() : false;
|
||||
this.appOptions.canRequestEditRights = this.editorConfig.canRequestEditRights;
|
||||
this.appOptions.canEdit = this.permissions.edit !== false && // can edit
|
||||
(this.editorConfig.canRequestEditRights || this.editorConfig.mode !== 'view'); // if mode=="view" -> canRequestEditRights must be defined
|
||||
this.appOptions.isEdit = this.appOptions.canLicense && this.appOptions.canEdit && this.editorConfig.mode !== 'view';
|
||||
|
@ -1453,6 +1454,10 @@ define([
|
|||
},
|
||||
|
||||
onPrintUrl: function(url) {
|
||||
if (this.iframePrint) {
|
||||
this.iframePrint.parentNode.removeChild(this.iframePrint);
|
||||
this.iframePrint = null;
|
||||
}
|
||||
if (!this.iframePrint) {
|
||||
var me = this;
|
||||
this.iframePrint = document.createElement("iframe");
|
||||
|
@ -1466,6 +1471,8 @@ define([
|
|||
this.iframePrint.onload = function() {
|
||||
me.iframePrint.contentWindow.focus();
|
||||
me.iframePrint.contentWindow.print();
|
||||
me.iframePrint.contentWindow.blur();
|
||||
window.focus();
|
||||
};
|
||||
}
|
||||
if (url) this.iframePrint.src = url;
|
||||
|
@ -1592,10 +1599,10 @@ define([
|
|||
'Find more information about connecting Document Server <a href=\"https://api.onlyoffice.com/editors/callback\" target=\"_blank\">here</a>',
|
||||
textTryUndoRedo: 'The Undo/Redo functions are disabled for the Fast co-editing mode.<br>Click the \'Strict mode\' button to switch to the Strict co-editing mode to edit the file without other users interference and send your changes only after you save them. You can switch between the co-editing modes using the editor Advanced settings.',
|
||||
textStrict: 'Strict mode',
|
||||
textBuyNow: 'Buy now',
|
||||
textNoLicenseTitle: 'License expired or not found',
|
||||
warnNoLicense: 'The license could not be found or expired. You cannot edit files.<br>Click \'Buy now\' to purchase Enterprise Edition license or \'Contact us\' if you use Integration Edition.',
|
||||
textContactUs: 'Contact us'
|
||||
textBuyNow: 'Visit website',
|
||||
textNoLicenseTitle: 'ONLYOFFICE open source version',
|
||||
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.',
|
||||
textContactUs: 'Contact sales'
|
||||
}
|
||||
})(), PE.Controllers.Main || {}))
|
||||
});
|
||||
|
|
|
@ -49,7 +49,8 @@ define([
|
|||
'common/main/lib/view/InsertTableDialog',
|
||||
'presentationeditor/main/app/view/Toolbar',
|
||||
'presentationeditor/main/app/view/HyperlinkSettingsDialog',
|
||||
'presentationeditor/main/app/view/SlideSizeSettings'
|
||||
'presentationeditor/main/app/view/SlideSizeSettings',
|
||||
'presentationeditor/main/app/view/SlideshowSettings'
|
||||
], function () { 'use strict';
|
||||
|
||||
PE.Controllers.Toolbar = Backbone.Controller.extend(_.extend({
|
||||
|
@ -184,7 +185,8 @@ define([
|
|||
toolbar.mnuAddSlidePicker.on('item:click', _.bind(this.onAddSlide, this));
|
||||
if (toolbar.mnuChangeSlidePicker)
|
||||
toolbar.mnuChangeSlidePicker.on('item:click', _.bind(this.onChangeSlide, this));
|
||||
toolbar.btnPreview.on('click', _.bind(this.onPreview, this));
|
||||
toolbar.btnPreview.on('click', _.bind(this.onPreviewBtnClick, this));
|
||||
toolbar.btnPreview.menu.on('item:click', _.bind(this.onPreviewItemClick, this));
|
||||
toolbar.btnPrint.on('click', _.bind(this.onPrint, this));
|
||||
toolbar.btnSave.on('click', _.bind(this.onSave, this));
|
||||
toolbar.btnUndo.on('click', _.bind(this.onUndo, this));
|
||||
|
@ -525,9 +527,10 @@ define([
|
|||
this.currentPageSize.height = height;
|
||||
this.currentPageSize.type = -1;
|
||||
|
||||
var portrait = (height>width);
|
||||
for (var i = 0; i < this.slideSizeArr.length; i++) {
|
||||
if (Math.abs(this.slideSizeArr[i][0] - this.currentPageSize.width) < 0.001 &&
|
||||
Math.abs(this.slideSizeArr[i][1] - this.currentPageSize.height) < 0.001) {
|
||||
if (Math.abs(this.slideSizeArr[i][portrait ? 1 : 0] - this.currentPageSize.width) < 0.001 &&
|
||||
Math.abs(this.slideSizeArr[i][portrait ? 0 : 1] - this.currentPageSize.height) < 0.001) {
|
||||
this.currentPageSize.type = i;
|
||||
break;
|
||||
}
|
||||
|
@ -745,17 +748,14 @@ define([
|
|||
}
|
||||
},
|
||||
|
||||
onPreview: function(btn, e) {
|
||||
onPreview: function(slidenum) {
|
||||
var previewPanel = PE.getController('Viewport').getView('DocumentPreview'),
|
||||
me = this;
|
||||
if (previewPanel && me.api) {
|
||||
previewPanel.show();
|
||||
var onWindowResize = function() {
|
||||
Common.NotificationCenter.off('window:resize', onWindowResize);
|
||||
|
||||
var current = me.api.getCurrentPage();
|
||||
me.api.StartDemonstration('presentation-preview', _.isNumber(current) ? current : 0);
|
||||
|
||||
me.api.StartDemonstration('presentation-preview', _.isNumber(slidenum) ? slidenum : 0);
|
||||
Common.component.Analytics.trackEvent('ToolBar', 'Preview');
|
||||
};
|
||||
if (!me.toolbar.mode.isDesktopApp) {
|
||||
|
@ -780,6 +780,57 @@ define([
|
|||
}
|
||||
},
|
||||
|
||||
onPreviewBtnClick: function(btn, e) {
|
||||
this.onPreview(this.api.getCurrentPage());
|
||||
},
|
||||
|
||||
onPreviewItemClick: function(menu, item) {
|
||||
switch (item.value) {
|
||||
case 0:
|
||||
this.onPreview(0);
|
||||
break;
|
||||
case 1:
|
||||
this.onPreview(this.api.getCurrentPage());
|
||||
break;
|
||||
case 2:
|
||||
var win,
|
||||
me = this,
|
||||
selectedElements = me.api.getSelectedElements(),
|
||||
loop = false;
|
||||
if (selectedElements && _.isArray(selectedElements)){
|
||||
for (var i=0; i<selectedElements.length; i++) {
|
||||
if (Asc.c_oAscTypeSelectElement.Slide == selectedElements[i].get_ObjectType()) {
|
||||
var elValue = selectedElements[i].get_ObjectValue(),
|
||||
timing = elValue.get_timing();
|
||||
if (timing)
|
||||
loop = timing.get_ShowLoop();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
var handlerDlg = function(dlg, result) {
|
||||
if (result == 'ok') {
|
||||
loop = dlg.getSettings();
|
||||
if (me.api) {
|
||||
var props = new Asc.CAscSlideProps();
|
||||
var timing = new Asc.CAscSlideTiming();
|
||||
timing.put_ShowLoop(loop);
|
||||
props.put_timing(timing);
|
||||
me.api.SetSlideProps(props);
|
||||
}
|
||||
}
|
||||
Common.NotificationCenter.trigger('edit:complete', me.toolbar);
|
||||
};
|
||||
|
||||
win = new PE.Views.SlideshowSettings({
|
||||
handler: handlerDlg
|
||||
});
|
||||
win.show();
|
||||
win.setSettings(loop);
|
||||
break;
|
||||
}
|
||||
},
|
||||
|
||||
onPrint: function(e) {
|
||||
if (this.api)
|
||||
this.api.asc_Print(Common.Utils.isChrome || Common.Utils.isSafari || Common.Utils.isOpera); // if isChrome or isSafari or isOpera == true use asc_onPrintUrl event
|
||||
|
@ -1345,16 +1396,17 @@ define([
|
|||
|
||||
onSlideSize: function(menu, item) {
|
||||
if (item.value !== 'advanced') {
|
||||
var portrait = (this.currentPageSize.height > this.currentPageSize.width);
|
||||
this.currentPageSize = {
|
||||
type : item.value,
|
||||
width : this.slideSizeArr[item.value][0],
|
||||
height : this.slideSizeArr[item.value][1]
|
||||
width : this.slideSizeArr[item.value][portrait ? 1 : 0],
|
||||
height : this.slideSizeArr[item.value][portrait ? 0 : 1]
|
||||
};
|
||||
|
||||
if (this.api)
|
||||
this.api.changeSlideSize(
|
||||
this.slideSizeArr[item.value][0],
|
||||
this.slideSizeArr[item.value][1]
|
||||
this.slideSizeArr[item.value][portrait ? 1 : 0],
|
||||
this.slideSizeArr[item.value][portrait ? 0 : 1]
|
||||
);
|
||||
|
||||
Common.NotificationCenter.trigger('edit:complete', this.toolbar);
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<div class="toolbar-group">
|
||||
<div class="toolbar-row">
|
||||
<span class="btn-placeholder split" id="id-toolbar-short-placeholder-btn-addslide"></span>
|
||||
<span class="btn-placeholder" id="id-toolbar-short-placeholder-btn-preview"></span>
|
||||
<span class="btn-placeholder split" id="id-toolbar-short-placeholder-btn-preview"></span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="separator short"></div>
|
||||
|
|
|
@ -2036,7 +2036,7 @@ define([
|
|||
txtDeleteSlide : 'Delete Slide',
|
||||
txtBackground : 'Background',
|
||||
txtChangeLayout : 'Change Layout',
|
||||
txtPreview : 'Preview',
|
||||
txtPreview : 'Start slideshow',
|
||||
textShapeAlignLeft : 'Align Left',
|
||||
textShapeAlignRight : 'Align Right',
|
||||
textShapeAlignCenter : 'Align Center',
|
||||
|
|
|
@ -356,7 +356,7 @@ define([
|
|||
|
||||
txtPrev: 'Previous Slide',
|
||||
txtNext: 'Next Slide',
|
||||
txtClose: 'Close Preview',
|
||||
txtClose: 'Close Slideshow',
|
||||
goToSlideText : 'Go to Slide',
|
||||
slideIndexText : 'Slide {0} of {1}',
|
||||
txtPlay: 'Start Presentation',
|
||||
|
|
|
@ -215,7 +215,7 @@ define([
|
|||
// this.hkSaveAs[this.mode.canDownload?'enable':'disable']();
|
||||
|
||||
this.items[1][this.mode.isEdit?'show':'hide']();
|
||||
this.items[2][!this.mode.isEdit&&this.mode.canEdit?'show':'hide']();
|
||||
this.items[2][!this.mode.isEdit && this.mode.canEdit && this.mode.canRequestEditRights ?'show':'hide']();
|
||||
|
||||
this.items[9][(!this.mode.isOffline && this.document&&this.document.info&&(this.document.info.sharingSettings&&this.document.info.sharingSettings.length>0 ||
|
||||
this.mode.sharingSettingsUrl&&this.mode.sharingSettingsUrl.length))?'show':'hide']();
|
||||
|
|
|
@ -58,12 +58,12 @@ define([
|
|||
}, options || {});
|
||||
|
||||
this.template = [
|
||||
'<div class="box" style="height: 95px;">',
|
||||
'<div class="box" style="height: 148px;">',
|
||||
'<div class="input-row">',
|
||||
'<label class="text columns-text" style="font-weight: bold;">' + this.textSlideSize + '</label>',
|
||||
'</div>',
|
||||
'<div id="slide-size-combo" class="" style="margin-bottom: 10px;"></div>',
|
||||
'<table cols="2" style="width: 100%;margin-bottom: 10px;">',
|
||||
'<table cols="2" style="width: 100%;margin-bottom: 7px;">',
|
||||
'<tr>',
|
||||
'<td class="padding-small" style="padding-right: 10px;">',
|
||||
'<label class="input-label" style="font-weight: bold;">' + this.textWidth + '</label>',
|
||||
|
@ -75,6 +75,10 @@ define([
|
|||
'</td>',
|
||||
'</tr>',
|
||||
'</table>',
|
||||
'<div class="input-row">',
|
||||
'<label class="text columns-text" style="font-weight: bold;">' + this.textSlideOrientation + '</label>',
|
||||
'</div>',
|
||||
'<div id="slide-orientation-combo" class="" style="margin-bottom: 10px;"></div>',
|
||||
'</div>',
|
||||
'<div class="separator horizontal"/>',
|
||||
'<div class="footer center">',
|
||||
|
@ -122,8 +126,12 @@ define([
|
|||
if (record.value<0) {
|
||||
// set current slide size
|
||||
} else {
|
||||
this.spnWidth.setValue(Common.Utils.Metric.fnRecalcFromMM(record.size[0]), true);
|
||||
this.spnHeight.setValue(Common.Utils.Metric.fnRecalcFromMM(record.size[1]), true);
|
||||
var w = record.size[0],
|
||||
h = record.size[1],
|
||||
orient = this.cmbSlideOrientation.getValue(),
|
||||
cond = orient==0 && w>h || orient==1 && h>w;
|
||||
this.spnWidth.setValue(Common.Utils.Metric.fnRecalcFromMM(cond ? h : w), true);
|
||||
this.spnHeight.setValue(Common.Utils.Metric.fnRecalcFromMM(cond ? w : h), true);
|
||||
}
|
||||
this._noApply = false;
|
||||
}, this));
|
||||
|
@ -139,8 +147,12 @@ define([
|
|||
});
|
||||
this.spinners.push(this.spnWidth);
|
||||
this.spnWidth.on('change', _.bind(function(field, newValue, oldValue, eOpts){
|
||||
if (!this._noApply && this.cmbSlideSize.getValue() >-1) {
|
||||
this.cmbSlideSize.setValue(-1);
|
||||
if (!this._noApply) {
|
||||
if (this.cmbSlideSize.getValue() >-1)
|
||||
this.cmbSlideSize.setValue(-1);
|
||||
var w = this.spnWidth.getNumberValue(),
|
||||
h = this.spnHeight.getNumberValue();
|
||||
this.cmbSlideOrientation.setValue( h>w ? 0 : 1);
|
||||
}
|
||||
}, this));
|
||||
|
||||
|
@ -155,11 +167,38 @@ define([
|
|||
});
|
||||
this.spinners.push(this.spnHeight);
|
||||
this.spnHeight.on('change', _.bind(function(field, newValue, oldValue, eOpts){
|
||||
if (!this._noApply && this.cmbSlideSize.getValue() >-1) {
|
||||
this.cmbSlideSize.setValue(-1);
|
||||
if (!this._noApply) {
|
||||
if (this.cmbSlideSize.getValue() >-1)
|
||||
this.cmbSlideSize.setValue(-1);
|
||||
var w = this.spnWidth.getNumberValue(),
|
||||
h = this.spnHeight.getNumberValue();
|
||||
this.cmbSlideOrientation.setValue( h>w ? 0 : 1);
|
||||
}
|
||||
}, this));
|
||||
|
||||
this.cmbSlideOrientation = new Common.UI.ComboBox({
|
||||
el: $('#slide-orientation-combo'),
|
||||
cls: 'input-group-nr',
|
||||
style: 'width: 100%;',
|
||||
menuStyle: 'min-width: 218px;',
|
||||
editable: false,
|
||||
data: [
|
||||
{value:0, displayValue: this.strPortrait},
|
||||
{value:1, displayValue: this.strLandscape}
|
||||
]
|
||||
});
|
||||
this.cmbSlideOrientation.setValue(1);
|
||||
this.cmbSlideOrientation.on('selected', _.bind(function(combo, record) {
|
||||
this._noApply = true;
|
||||
var w = this.spnWidth.getNumberValue(),
|
||||
h = this.spnHeight.getNumberValue();
|
||||
if (record.value==0 && w>h || record.value==1 && h>w) {
|
||||
this.spnWidth.setValue(h, true);
|
||||
this.spnHeight.setValue(w, true);
|
||||
}
|
||||
this._noApply = false;
|
||||
}, this));
|
||||
|
||||
var $window = this.getChild();
|
||||
$window.find('.dlg-btn').on('click', _.bind(this.onBtnClick, this));
|
||||
$window.find('input').on('keypress', _.bind(this.onKeyPress, this));
|
||||
|
@ -189,6 +228,7 @@ define([
|
|||
this.spnWidth.setValue(Common.Utils.Metric.fnRecalcFromMM(pagewitdh), true);
|
||||
this.spnHeight.setValue(Common.Utils.Metric.fnRecalcFromMM(pageheight), true);
|
||||
this.cmbSlideSize.setValue(type);
|
||||
this.cmbSlideOrientation.setValue((pageheight>pagewitdh) ? 0 : 1);
|
||||
|
||||
},
|
||||
|
||||
|
@ -225,6 +265,9 @@ define([
|
|||
txt35: '35 mm Slides',
|
||||
txtOverhead: 'Overhead',
|
||||
txtBanner: 'Banner',
|
||||
txtCustom: 'Custom'
|
||||
txtCustom: 'Custom',
|
||||
textSlideOrientation: 'Slide Orientation',
|
||||
strPortrait: 'Portrait',
|
||||
strLandscape: 'Landscape'
|
||||
}, PE.Views.SlideSizeSettings || {}))
|
||||
});
|