Update unocommands.js

Change-Id: Ib504fcd2e9888d19c779e1cf8a0c47a799036598
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90365
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
This commit is contained in:
Andras Timar 2020-03-12 08:20:20 +01:00
parent f63ca11bd2
commit d014dd53a8

View file

@ -152,7 +152,6 @@ var unoCommandsArray = {
InsertDateFieldVar:{presentation:{menu:_('Dat~e (variable)'),},},
InsertEndnote:{text:{menu:_('~Endnote'),},},
InsertField:{text:{menu:_('~More Fields...'),},},
InsertFileField:{presentation:{menu:_('~File Name'),},},
InsertFootnote:{text:{menu:_('~Footnote'),},},
InsertGraphic:{global:{context:_('Insert Image...'),menu:_('~Image...'),},},
InsertHardHyphen:{global:{menu:_('Non-br~eaking hyphen'),},},
@ -180,9 +179,6 @@ var unoCommandsArray = {
InsertRowsMenu:{spreadsheet:{menu:_('Insert ~Rows'),},},
InsertSection:{text:{menu:_('Se~ction...'),},},
InsertSlide:{presentation:{menu:_('~New Slide'),},},
InsertSlideField:{presentation:{menu:_('~Slide Number'),},},
InsertSlideTitleField:{presentation:{menu:_('Slide Tit~le'),},},
InsertSlidesField:{presentation:{menu:_('Slide ~Count'),},},
InsertSoftHyphen:{global:{menu:_('S~oft hyphen'),},},
InsertSymbol:{global:{context:_('Insert Special Character'),menu:_('S~pecial Character...'),},},
InsertTimeField:{global:{menu:_('Time Field'),},text:{menu:_('~Time'),},},