Commit f17e9bdc authored by Julia Radzhabova's avatar Julia Radzhabova

[SSE] Add polish language for formulas.

parent 47b4faa0
...@@ -582,7 +582,8 @@ define([ ...@@ -582,7 +582,8 @@ 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: 'ru', displayValue: this.txtRu, exampleValue: this.txtExampleRu } { value: 'ru', displayValue: this.txtRu, exampleValue: this.txtExampleRu },
{ value: 'pl', displayValue: this.txtPl, exampleValue: this.txtExamplePl }
] ]
}).on('selected', _.bind(function(combo, record) { }).on('selected', _.bind(function(combo, record) {
this.updateFuncExample(record.exampleValue); this.updateFuncExample(record.exampleValue);
...@@ -781,9 +782,11 @@ define([ ...@@ -781,9 +782,11 @@ define([
txtEn: 'English', txtEn: 'English',
txtDe: 'Deutsch', txtDe: 'Deutsch',
txtRu: 'Russian', txtRu: 'Russian',
txtPl: 'Polish',
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',
strFuncLocale: 'Formula Language', strFuncLocale: 'Formula Language',
strFuncLocaleEx: 'Example: SUM; MIN; MAX; COUNT', strFuncLocaleEx: 'Example: SUM; MIN; MAX; COUNT',
strRegSettings: 'Regional Settings', strRegSettings: 'Regional Settings',
......
...@@ -1008,6 +1008,7 @@ ...@@ -1008,6 +1008,7 @@
"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",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtPt": "Point", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtPt": "Point",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtPl": "Polish",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtRu": "Russian", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtRu": "Russian",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWin": "as Windows", "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWin": "as Windows",
"SSE.Views.FileMenuPanels.Settings.txtGeneral": "General", "SSE.Views.FileMenuPanels.Settings.txtGeneral": "General",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment