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