[SSE] Add italian functions
This commit is contained in:
parent
207662beb5
commit
f9ef17fc51
|
@ -675,6 +675,7 @@ define([
|
||||||
{ 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: 'es', displayValue: this.txtEs, exampleValue: this.txtExampleEs },
|
||||||
{ value: 'fr', displayValue: this.txtFr, exampleValue: this.txtExampleFr },
|
{ value: 'fr', displayValue: this.txtFr, exampleValue: this.txtExampleFr },
|
||||||
|
{ value: 'it', displayValue: this.txtIt, exampleValue: this.txtExampleIt },
|
||||||
{ 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 }
|
||||||
]
|
]
|
||||||
|
@ -884,12 +885,14 @@ define([
|
||||||
txtPl: 'Polish',
|
txtPl: 'Polish',
|
||||||
txtEs: 'Spanish',
|
txtEs: 'Spanish',
|
||||||
txtFr: 'French',
|
txtFr: 'French',
|
||||||
|
txtIt: 'Italian',
|
||||||
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',
|
txtExampleEs: ' SUMA; MIN; MAX; CALCULAR',
|
||||||
txtExampleFr: ' SOMME; MIN; MAX; NB',
|
txtExampleFr: ' SOMME; MIN; MAX; NB',
|
||||||
|
txtExampleIt: ' SOMMA; MIN; MAX; CONTA.NUMERI',
|
||||||
strFuncLocale: 'Formula Language',
|
strFuncLocale: 'Formula Language',
|
||||||
strFuncLocaleEx: 'Example: SUM; MIN; MAX; COUNT',
|
strFuncLocaleEx: 'Example: SUM; MIN; MAX; COUNT',
|
||||||
strRegSettings: 'Regional Settings',
|
strRegSettings: 'Regional Settings',
|
||||||
|
|
|
@ -56,9 +56,8 @@ define([
|
||||||
_options = {};
|
_options = {};
|
||||||
|
|
||||||
_.extend(_options, {
|
_.extend(_options, {
|
||||||
width : 350,
|
width : 375,
|
||||||
height : 490,
|
height : 490,
|
||||||
contentWidth : 390,
|
|
||||||
header : true,
|
header : true,
|
||||||
cls : 'formula-dlg',
|
cls : 'formula-dlg',
|
||||||
contentTemplate : '',
|
contentTemplate : '',
|
||||||
|
@ -76,7 +75,7 @@ define([
|
||||||
'<label class="header" style="margin-top:10px">' + t.textListDescription + '</label>',
|
'<label class="header" style="margin-top:10px">' + t.textListDescription + '</label>',
|
||||||
'<div id="formula-dlg-combo-functions" class="combo-functions"/>',
|
'<div id="formula-dlg-combo-functions" class="combo-functions"/>',
|
||||||
'<label id="formula-dlg-args" style="margin-top: 7px">' + '</label>',
|
'<label id="formula-dlg-args" style="margin-top: 7px">' + '</label>',
|
||||||
'<label id="formula-dlg-desc" style="margin-top: 4px">' + '</label>',
|
'<label id="formula-dlg-desc" style="margin-top: 4px; display: block;">' + '</label>',
|
||||||
|
|
||||||
'</div>',
|
'</div>',
|
||||||
'</div>',
|
'</div>',
|
||||||
|
|
|
@ -1515,6 +1515,7 @@
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtEs": "Spanish",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtEs": "Spanish",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtFr": "French",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtFr": "French",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtInch": "Inch",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtInch": "Inch",
|
||||||
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtIt": "Italian",
|
||||||
"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",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtNative": "Native",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtNative": "Native",
|
||||||
|
|
|
@ -1515,6 +1515,7 @@
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtEs": "Испанский",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtEs": "Испанский",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtFr": "Французский",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtFr": "Французский",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtInch": "Дюйм",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtInch": "Дюйм",
|
||||||
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtIt": "Итальянский",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLiveComment": "Отображение комментариев",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtLiveComment": "Отображение комментариев",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtMac": "как OS X",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtMac": "как OS X",
|
||||||
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtNative": "Собственный",
|
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtNative": "Собственный",
|
||||||
|
|
Loading…
Reference in a new issue