Merge pull request #998 from ONLYOFFICE/feature/bug-fixes
Feature/bug fixes
This commit is contained in:
commit
4c67f91240
|
@ -386,9 +386,9 @@
|
|||
.page {
|
||||
.color-palettes {
|
||||
.list {
|
||||
ul {
|
||||
.palette {
|
||||
padding: 8px 0px;
|
||||
.row {
|
||||
a {
|
||||
flex-grow: 1;
|
||||
position: relative;
|
||||
|
|
|
@ -295,7 +295,9 @@
|
|||
"textTopAndBottom": "Top and Bottom",
|
||||
"textTotalRow": "Total Row",
|
||||
"textType": "Type",
|
||||
"textWrap": "Wrap"
|
||||
"textWrap": "Wrap",
|
||||
"textBullets": "Bullets",
|
||||
"textNumbers": "Numbers"
|
||||
},
|
||||
"Error": {
|
||||
"convertationTimeoutText": "Conversion timeout exceeded.",
|
||||
|
|
|
@ -380,7 +380,9 @@
|
|||
"textZoom": "Zoom",
|
||||
"textZoomIn": "Zoom In",
|
||||
"textZoomOut": "Zoom Out",
|
||||
"textZoomRotate": "Zoom and Rotate"
|
||||
"textZoomRotate": "Zoom and Rotate",
|
||||
"textBullets": "Bullets",
|
||||
"textNumbers": "Numbers"
|
||||
},
|
||||
"Settings": {
|
||||
"mniSlideStandard": "Standard (4:3)",
|
||||
|
|
Loading…
Reference in a new issue