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
5dfebe83
Commit
5dfebe83
authored
Feb 15, 2017
by
Julia Radzhabova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[SSE] Format setting: change description for fraction types.
parent
fb21bd00
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
22 deletions
+22
-22
apps/spreadsheeteditor/main/app/view/FormatSettingsDialog.js
apps/spreadsheeteditor/main/app/view/FormatSettingsDialog.js
+13
-13
apps/spreadsheeteditor/main/locale/en.json
apps/spreadsheeteditor/main/locale/en.json
+9
-9
No files found.
apps/spreadsheeteditor/main/app/view/FormatSettingsDialog.js
View file @
5dfebe83
...
...
@@ -183,7 +183,7 @@ define([
this
.
cmbNegative
=
new
Common
.
UI
.
ComboBox
({
el
:
$
(
'
#format-settings-combo-negative
'
),
cls
:
'
input-group-nr
'
,
menuStyle
:
'
min-width: 264px;max-height:2
10
px;
'
,
menuStyle
:
'
min-width: 264px;max-height:2
35
px;
'
,
editable
:
false
,
data
:
[],
scrollAlwaysVisible
:
true
...
...
@@ -211,7 +211,7 @@ define([
this
.
cmbSymbols
=
new
Common
.
UI
.
ComboBox
({
el
:
$
(
'
#format-settings-combo-symbols
'
),
cls
:
'
input-group-nr
'
,
menuStyle
:
'
min-width: 264px;max-height:2
10
px;
'
,
menuStyle
:
'
min-width: 264px;max-height:2
35
px;
'
,
editable
:
false
,
data
:
[],
scrollAlwaysVisible
:
true
...
...
@@ -221,7 +221,7 @@ define([
this
.
cmbType
=
new
Common
.
UI
.
ComboBox
({
el
:
$
(
'
#format-settings-combo-type
'
),
cls
:
'
input-group-nr
'
,
menuStyle
:
'
min-width: 264px;max-height:2
10
px;
'
,
menuStyle
:
'
min-width: 264px;max-height:2
35
px;
'
,
editable
:
false
,
data
:
[],
scrollAlwaysVisible
:
true
...
...
@@ -231,7 +231,7 @@ define([
this
.
cmbCode
=
new
Common
.
UI
.
ComboBox
({
el
:
$
(
'
#format-settings-combo-code
'
),
cls
:
'
input-group-nr
'
,
menuStyle
:
'
min-width: 310px;max-height:2
10
px;
'
,
menuStyle
:
'
min-width: 310px;max-height:2
35
px;
'
,
editable
:
false
,
data
:
[],
scrollAlwaysVisible
:
true
...
...
@@ -507,15 +507,15 @@ define([
txtFraction
:
'
Fraction
'
,
txtScientific
:
'
Scientific
'
,
txtText
:
'
Text
'
,
txtUpto1
:
'
Up to one digit
'
,
txtUpto2
:
'
Up to two digits
'
,
txtUpto3
:
'
Up to three digits
'
,
txtAs2
:
'
As halfs
'
,
txtAs8
:
'
As eighths
'
,
txtAs4
:
'
As fourths
'
,
txtAs16
:
'
As sixteenths
'
,
txtAs10
:
'
As tenths
'
,
txtAs100
:
'
As hundredths
'
,
txtUpto1
:
'
Up to one digit
(1/3)
'
,
txtUpto2
:
'
Up to two digits
(12/25)
'
,
txtUpto3
:
'
Up to three digits
(131/135)
'
,
txtAs2
:
'
As halfs
(1/2)
'
,
txtAs8
:
'
As eighths
(4/8)
'
,
txtAs4
:
'
As fourths
(2/4)
'
,
txtAs16
:
'
As sixteenths
(8/16)
'
,
txtAs10
:
'
As tenths
(5/10)
'
,
txtAs100
:
'
As hundredths
(50/100)
'
,
txtSample
:
'
Sample:
'
},
SSE
.
Views
.
FormatSettingsDialog
||
{}))
...
...
apps/spreadsheeteditor/main/locale/en.json
View file @
5dfebe83
...
...
@@ -1067,12 +1067,12 @@
"SSE.Views.FormatSettingsDialog.textSymbols"
:
"Symbols"
,
"SSE.Views.FormatSettingsDialog.textTitle"
:
"Number Format"
,
"SSE.Views.FormatSettingsDialog.txtAccounting"
:
"Accounting"
,
"SSE.Views.FormatSettingsDialog.txtAs10"
:
"As tenths"
,
"SSE.Views.FormatSettingsDialog.txtAs100"
:
"As hundredths"
,
"SSE.Views.FormatSettingsDialog.txtAs16"
:
"As sixteenths"
,
"SSE.Views.FormatSettingsDialog.txtAs2"
:
"As halves"
,
"SSE.Views.FormatSettingsDialog.txtAs4"
:
"As fourths"
,
"SSE.Views.FormatSettingsDialog.txtAs8"
:
"As eighths"
,
"SSE.Views.FormatSettingsDialog.txtAs10"
:
"As tenths
(5/10)
"
,
"SSE.Views.FormatSettingsDialog.txtAs100"
:
"As hundredths
(50/100)
"
,
"SSE.Views.FormatSettingsDialog.txtAs16"
:
"As sixteenths
(8/16)
"
,
"SSE.Views.FormatSettingsDialog.txtAs2"
:
"As halves
(1/2)
"
,
"SSE.Views.FormatSettingsDialog.txtAs4"
:
"As fourths
(2/4)
"
,
"SSE.Views.FormatSettingsDialog.txtAs8"
:
"As eighths
(4/8)
"
,
"SSE.Views.FormatSettingsDialog.txtCurrency"
:
"Currency"
,
"SSE.Views.FormatSettingsDialog.txtCustom"
:
"Custom"
,
"SSE.Views.FormatSettingsDialog.txtDate"
:
"Date"
,
...
...
@@ -1084,9 +1084,9 @@
"SSE.Views.FormatSettingsDialog.txtScientific"
:
"Scientific"
,
"SSE.Views.FormatSettingsDialog.txtText"
:
"Text"
,
"SSE.Views.FormatSettingsDialog.txtTime"
:
"Time"
,
"SSE.Views.FormatSettingsDialog.txtUpto1"
:
"Up to one digit"
,
"SSE.Views.FormatSettingsDialog.txtUpto2"
:
"Up to two digits"
,
"SSE.Views.FormatSettingsDialog.txtUpto3"
:
"Up to three digits"
,
"SSE.Views.FormatSettingsDialog.txtUpto1"
:
"Up to one digit
(1/3)
"
,
"SSE.Views.FormatSettingsDialog.txtUpto2"
:
"Up to two digits
(12/25)
"
,
"SSE.Views.FormatSettingsDialog.txtUpto3"
:
"Up to three digits
(131/135)
"
,
"SSE.Views.FormulaDialog.cancelButtonText"
:
"Cancel"
,
"SSE.Views.FormulaDialog.okButtonText"
:
"OK"
,
"SSE.Views.FormulaDialog.sCategoryAll"
:
"All"
,
...
...
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