Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
web-apps
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
web-apps
Commits
f17e9bdc
Commit
f17e9bdc
authored
Feb 08, 2017
by
Julia Radzhabova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[SSE] Add polish language for formulas.
parent
47b4faa0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
apps/spreadsheeteditor/main/app/view/FileMenuPanels.js
apps/spreadsheeteditor/main/app/view/FileMenuPanels.js
+4
-1
apps/spreadsheeteditor/main/locale/en.json
apps/spreadsheeteditor/main/locale/en.json
+1
-0
No files found.
apps/spreadsheeteditor/main/app/view/FileMenuPanels.js
View file @
f17e9bdc
...
...
@@ -582,7 +582,8 @@ define([
data
:
[
{
value
:
'
en
'
,
displayValue
:
this
.
txtEn
,
exampleValue
:
this
.
txtExampleEn
},
{
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
)
{
this
.
updateFuncExample
(
record
.
exampleValue
);
...
...
@@ -781,9 +782,11 @@ define([
txtEn
:
'
English
'
,
txtDe
:
'
Deutsch
'
,
txtRu
:
'
Russian
'
,
txtPl
:
'
Polish
'
,
txtExampleEn
:
'
SUM; MIN; MAX; COUNT
'
,
txtExampleDe
:
'
SUMME; MIN; MAX; ANZAHL
'
,
txtExampleRu
:
'
СУММ; МИН; МАКС; СЧЁТ
'
,
txtExamplePl
:
'
SUMA; MIN; MAX; ILE.LICZB
'
,
strFuncLocale
:
'
Formula Language
'
,
strFuncLocaleEx
:
'
Example: SUM; MIN; MAX; COUNT
'
,
strRegSettings
:
'
Regional Settings
'
,
...
...
apps/spreadsheeteditor/main/locale/en.json
View file @
f17e9bdc
...
...
@@ -1008,6 +1008,7 @@
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtMac"
:
"as OS X"
,
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtNative"
:
"Native"
,
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtPt"
:
"Point"
,
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtPl"
:
"Polish"
,
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtRu"
:
"Russian"
,
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWin"
:
"as Windows"
,
"SSE.Views.FileMenuPanels.Settings.txtGeneral"
:
"General"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment