Fix translation
This commit is contained in:
parent
4d55626cbe
commit
e7381c0809
|
@ -118,18 +118,10 @@ define([ 'text!documenteditor/main/app/template/ParagraphSettingsAdvanced.tem
|
||||||
{displayValue: this.textJustified, value: c_paragraphTextAlignment.JUSTIFIED}
|
{displayValue: this.textJustified, value: c_paragraphTextAlignment.JUSTIFIED}
|
||||||
];
|
];
|
||||||
|
|
||||||
this._arrOutlinelevel = [
|
this._arrOutlinelevel = [{displayValue: this.textBodyText, value: -1}];
|
||||||
{displayValue: this.textBodyText},
|
for (var i=1; i<10; i++) {
|
||||||
{displayValue: this.textLevel + '1'},
|
this._arrOutlinelevel.push({displayValue: this.textLevel + ' ' + i, value: i});
|
||||||
{displayValue: this.textLevel + '2'},
|
}
|
||||||
{displayValue: this.textLevel + '3'},
|
|
||||||
{displayValue: this.textLevel + '4'},
|
|
||||||
{displayValue: this.textLevel + '5'},
|
|
||||||
{displayValue: this.textLevel + '6'},
|
|
||||||
{displayValue: this.textLevel + '7'},
|
|
||||||
{displayValue: this.textLevel + '8'},
|
|
||||||
{displayValue: this.textLevel + '9'}
|
|
||||||
];
|
|
||||||
|
|
||||||
this._arrTabAlign = [
|
this._arrTabAlign = [
|
||||||
{ value: 1, displayValue: this.textTabLeft },
|
{ value: 1, displayValue: this.textTabLeft },
|
||||||
|
@ -1437,7 +1429,6 @@ define([ 'text!documenteditor/main/app/template/ParagraphSettingsAdvanced.tem
|
||||||
},
|
},
|
||||||
|
|
||||||
textTitle: 'Paragraph - Advanced Settings',
|
textTitle: 'Paragraph - Advanced Settings',
|
||||||
strIndentsFirstLine: 'First line',
|
|
||||||
strIndentsLeftText: 'Left',
|
strIndentsLeftText: 'Left',
|
||||||
strIndentsRightText: 'Right',
|
strIndentsRightText: 'Right',
|
||||||
strParagraphIndents: 'Indents & Spacing',
|
strParagraphIndents: 'Indents & Spacing',
|
||||||
|
|
|
@ -1709,7 +1709,7 @@
|
||||||
"DE.Views.ParagraphSettingsAdvanced.strBreakBefore": "Page break before",
|
"DE.Views.ParagraphSettingsAdvanced.strBreakBefore": "Page break before",
|
||||||
"DE.Views.ParagraphSettingsAdvanced.strDoubleStrike": "Double strikethrough",
|
"DE.Views.ParagraphSettingsAdvanced.strDoubleStrike": "Double strikethrough",
|
||||||
"DE.Views.ParagraphSettingsAdvanced.strIndent": "Indents",
|
"DE.Views.ParagraphSettingsAdvanced.strIndent": "Indents",
|
||||||
"DE.Views.ParagraphSettingsAdvanced.strIndentsFirstLine": "First Line",
|
"del_DE.Views.ParagraphSettingsAdvanced.strIndentsFirstLine": "First Line",
|
||||||
"DE.Views.ParagraphSettingsAdvanced.strIndentsLeftText": "Left",
|
"DE.Views.ParagraphSettingsAdvanced.strIndentsLeftText": "Left",
|
||||||
"DE.Views.ParagraphSettingsAdvanced.strIndentsLineSpacing": "Line Spacing",
|
"DE.Views.ParagraphSettingsAdvanced.strIndentsLineSpacing": "Line Spacing",
|
||||||
"DE.Views.ParagraphSettingsAdvanced.strIndentsOutlinelevel": "Outline level",
|
"DE.Views.ParagraphSettingsAdvanced.strIndentsOutlinelevel": "Outline level",
|
||||||
|
|
|
@ -772,7 +772,6 @@ define([ 'text!presentationeditor/main/app/template/ParagraphSettingsAdvanced
|
||||||
},
|
},
|
||||||
|
|
||||||
textTitle: 'Paragraph - Advanced Settings',
|
textTitle: 'Paragraph - Advanced Settings',
|
||||||
strIndentsFirstLine: 'First line',
|
|
||||||
strIndentsLeftText: 'Left',
|
strIndentsLeftText: 'Left',
|
||||||
strIndentsRightText: 'Right',
|
strIndentsRightText: 'Right',
|
||||||
strParagraphIndents: 'Indents & Spacing',
|
strParagraphIndents: 'Indents & Spacing',
|
||||||
|
|
|
@ -1325,7 +1325,7 @@
|
||||||
"PE.Views.ParagraphSettingsAdvanced.strAllCaps": "All caps",
|
"PE.Views.ParagraphSettingsAdvanced.strAllCaps": "All caps",
|
||||||
"PE.Views.ParagraphSettingsAdvanced.strDoubleStrike": "Double strikethrough",
|
"PE.Views.ParagraphSettingsAdvanced.strDoubleStrike": "Double strikethrough",
|
||||||
"PE.Views.ParagraphSettingsAdvanced.strIndent": "Indents",
|
"PE.Views.ParagraphSettingsAdvanced.strIndent": "Indents",
|
||||||
"PE.Views.ParagraphSettingsAdvanced.strIndentsFirstLine": "First Line",
|
"del_PE.Views.ParagraphSettingsAdvanced.strIndentsFirstLine": "First Line",
|
||||||
"PE.Views.ParagraphSettingsAdvanced.strIndentsLeftText": "Left",
|
"PE.Views.ParagraphSettingsAdvanced.strIndentsLeftText": "Left",
|
||||||
"PE.Views.ParagraphSettingsAdvanced.strIndentsLineSpacing": "Line Spacing",
|
"PE.Views.ParagraphSettingsAdvanced.strIndentsLineSpacing": "Line Spacing",
|
||||||
"PE.Views.ParagraphSettingsAdvanced.strIndentsRightText": "Right",
|
"PE.Views.ParagraphSettingsAdvanced.strIndentsRightText": "Right",
|
||||||
|
|
|
@ -775,7 +775,6 @@ define([ 'text!spreadsheeteditor/main/app/template/ParagraphSettingsAdvanced.
|
||||||
},
|
},
|
||||||
|
|
||||||
textTitle: 'Paragraph - Advanced Settings',
|
textTitle: 'Paragraph - Advanced Settings',
|
||||||
strIndentsFirstLine: 'First line',
|
|
||||||
strIndentsLeftText: 'Left',
|
strIndentsLeftText: 'Left',
|
||||||
strIndentsRightText: 'Right',
|
strIndentsRightText: 'Right',
|
||||||
strParagraphIndents: 'Indents & Spacing',
|
strParagraphIndents: 'Indents & Spacing',
|
||||||
|
|
|
@ -1815,7 +1815,7 @@
|
||||||
"SSE.Views.ParagraphSettingsAdvanced.strAllCaps": "All caps",
|
"SSE.Views.ParagraphSettingsAdvanced.strAllCaps": "All caps",
|
||||||
"SSE.Views.ParagraphSettingsAdvanced.strDoubleStrike": "Double strikethrough",
|
"SSE.Views.ParagraphSettingsAdvanced.strDoubleStrike": "Double strikethrough",
|
||||||
"SSE.Views.ParagraphSettingsAdvanced.strIndent": "Indents",
|
"SSE.Views.ParagraphSettingsAdvanced.strIndent": "Indents",
|
||||||
"SSE.Views.ParagraphSettingsAdvanced.strIndentsFirstLine": "First Line",
|
"del_SSE.Views.ParagraphSettingsAdvanced.strIndentsFirstLine": "First Line",
|
||||||
"SSE.Views.ParagraphSettingsAdvanced.strIndentsLeftText": "Left",
|
"SSE.Views.ParagraphSettingsAdvanced.strIndentsLeftText": "Left",
|
||||||
"SSE.Views.ParagraphSettingsAdvanced.strIndentsLineSpacing": "Line Spacing",
|
"SSE.Views.ParagraphSettingsAdvanced.strIndentsLineSpacing": "Line Spacing",
|
||||||
"SSE.Views.ParagraphSettingsAdvanced.strIndentsRightText": "Right",
|
"SSE.Views.ParagraphSettingsAdvanced.strIndentsRightText": "Right",
|
||||||
|
|
Loading…
Reference in a new issue