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
d71ef65e
Commit
d71ef65e
authored
Apr 07, 2016
by
Julia Radzhabova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[DE] В список пресетов для полей добавлен US Normal.
parent
1445bf69
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
apps/documenteditor/main/app/view/Toolbar.js
apps/documenteditor/main/app/view/Toolbar.js
+2
-0
apps/documenteditor/main/locale/en.json
apps/documenteditor/main/locale/en.json
+1
-0
No files found.
apps/documenteditor/main/app/view/Toolbar.js
View file @
d71ef65e
...
...
@@ -701,6 +701,7 @@ define([
items
:
[
{
caption
:
this
.
textMarginsLast
,
checkable
:
true
,
template
:
pageMarginsTemplate
,
toggleGroup
:
'
menuPageMargins
'
},
//top,left,bottom,right
{
caption
:
this
.
textMarginsNormal
,
checkable
:
true
,
template
:
pageMarginsTemplate
,
toggleGroup
:
'
menuPageMargins
'
,
value
:
[
20
,
30
,
20
,
15
]
},
{
caption
:
this
.
textMarginsUsNormal
,
checkable
:
true
,
template
:
pageMarginsTemplate
,
toggleGroup
:
'
menuPageMargins
'
,
value
:
[
25.4
,
25.4
,
25.4
,
25.4
]
},
{
caption
:
this
.
textMarginsNarrow
,
checkable
:
true
,
template
:
pageMarginsTemplate
,
toggleGroup
:
'
menuPageMargins
'
,
value
:
[
12.7
,
12.7
,
12.7
,
12.7
]
},
{
caption
:
this
.
textMarginsModerate
,
checkable
:
true
,
template
:
pageMarginsTemplate
,
toggleGroup
:
'
menuPageMargins
'
,
value
:
[
25.4
,
19.1
,
25.4
,
19.1
]
},
{
caption
:
this
.
textMarginsWide
,
checkable
:
true
,
template
:
pageMarginsTemplate
,
toggleGroup
:
'
menuPageMargins
'
,
value
:
[
25.4
,
50.8
,
25.4
,
50.8
]
},
...
...
@@ -1844,6 +1845,7 @@ define([
tipPageMargins
:
'
Page Margins
'
,
textMarginsLast
:
'
Last Custom
'
,
textMarginsNormal
:
'
Normal
'
,
textMarginsUsNormal
:
'
US Normal
'
,
textMarginsNarrow
:
'
Narrow
'
,
textMarginsModerate
:
'
Moderate
'
,
textMarginsWide
:
'
Wide
'
,
...
...
apps/documenteditor/main/locale/en.json
View file @
d71ef65e
...
...
@@ -1430,6 +1430,7 @@
"DE.Views.Toolbar.textMarginsModerate"
:
"Moderate"
,
"DE.Views.Toolbar.textMarginsNarrow"
:
"Narrow"
,
"DE.Views.Toolbar.textMarginsNormal"
:
"Normal"
,
"DE.Views.Toolbar.textMarginsUsNormal"
:
"US Normal"
,
"DE.Views.Toolbar.textMarginsWide"
:
"Wide"
,
"DE.Views.Toolbar.textNewColor"
:
"Add New Custom Color"
,
"DE.Views.Toolbar.textNextPage"
:
"Next Page"
,
...
...
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