[SSE] Add spanish translation for functions.
This commit is contained in:
parent
06daa7f5b9
commit
d968746171
|
@ -3006,7 +3006,7 @@ define([
|
||||||
},
|
},
|
||||||
|
|
||||||
applyFormulaSettings: function() {
|
applyFormulaSettings: function() {
|
||||||
if (this.toolbar.rendered) {
|
if (this.toolbar.btnInsertFormula.rendered) {
|
||||||
var formulas = this.toolbar.btnInsertFormula.menu.items;
|
var formulas = this.toolbar.btnInsertFormula.menu.items;
|
||||||
for (var i=0; i<Math.min(4,formulas.length); i++) {
|
for (var i=0; i<Math.min(4,formulas.length); i++) {
|
||||||
formulas[i].setCaption(this.api.asc_getFormulaLocaleName(formulas[i].value));
|
formulas[i].setCaption(this.api.asc_getFormulaLocaleName(formulas[i].value));
|
||||||
|
|
|
@ -602,6 +602,7 @@ define([
|
||||||
data : [
|
data : [
|
||||||
{ value: 'en', displayValue: this.txtEn, exampleValue: this.txtExampleEn },
|
{ value: 'en', displayValue: this.txtEn, exampleValue: this.txtExampleEn },
|
||||||
{ value: 'de', displayValue: this.txtDe, exampleValue: this.txtExampleDe },
|
{ value: 'de', displayValue: this.txtDe, exampleValue: this.txtExampleDe },
|
||||||
|
{ value: 'es', displayValue: this.txtEs, exampleValue: this.txtExampleEs },
|
||||||
{ value: 'ru', displayValue: this.txtRu, exampleValue: this.txtExampleRu },
|
{ value: 'ru', displayValue: this.txtRu, exampleValue: this.txtExampleRu },
|
||||||
{ value: 'pl', displayValue: this.txtPl, exampleValue: this.txtExamplePl }
|
{ value: 'pl', displayValue: this.txtPl, exampleValue: this.txtExamplePl }
|
||||||
]
|
]
|
||||||
|
@ -807,10 +808,12 @@ define([
|
||||||
txtDe: 'Deutsch',
|
txtDe: 'Deutsch',
|
||||||
txtRu: 'Russian',
|
txtRu: 'Russian',
|
||||||
txtPl: 'Polish',
|
txtPl: 'Polish',
|
||||||
|
txtEs: 'Spanish',
|
||||||
txtExampleEn: ' SUM; MIN; MAX; COUNT',
|
txtExampleEn: ' SUM; MIN; MAX; COUNT',
|
||||||
txtExampleDe: ' SUMME; MIN; MAX; ANZAHL',
|
txtExampleDe: ' SUMME; MIN; MAX; ANZAHL',
|
||||||
txtExampleRu: ' СУММ; МИН; МАКС; СЧЁТ',
|
txtExampleRu: ' СУММ; МИН; МАКС; СЧЁТ',
|
||||||
txtExamplePl: ' SUMA; MIN; MAX; ILE.LICZB',
|
txtExamplePl: ' SUMA; MIN; MAX; ILE.LICZB',
|
||||||
|
txtExampleEs: ' SUMA; MIN; MAX; CALCULAR',
|
||||||
strFuncLocale: 'Formula Language',
|
strFuncLocale: 'Formula Language',
|
||||||
strFuncLocaleEx: 'Example: SUM; MIN; MAX; COUNT',
|
strFuncLocaleEx: 'Example: SUM; MIN; MAX; COUNT',
|
||||||
strRegSettings: 'Regional Settings',
|
strRegSettings: 'Regional Settings',
|
||||||
|
|
|
@ -1216,6 +1216,7 @@
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtCm": "Centimeter",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtCm": "Centimeter",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtDe": "Deutsch",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtDe": "Deutsch",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtEn": "English",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtEn": "English",
|
||||||
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtEs": "Spanish",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtInch": "Inch",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtInch": "Inch",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLiveComment": "Commenting Display",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLiveComment": "Commenting Display",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtMac": "as OS X",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtMac": "as OS X",
|
||||||
|
|
Loading…
Reference in a new issue