]> git.lyx.org Git - lyx.git/blobdiff - lib/ui/stdtoolbars.inc
zh_CN update of layouttranslations
[lyx.git] / lib / ui / stdtoolbars.inc
index 7b6c129600edcdb8aea251071f0ea9dafe1a98a5..5a4ffe336522ba78258d97a38bc345516dea0134 100644 (file)
@@ -38,7 +38,8 @@
 #
 #   BidiItem is like Item, but an alternative icon (with name ending
 #   with "+rtl") will be used <hen the paragraph has a right-to-left
-#   layout.
+#   layout. If this alternative icon does not exist, the LtR icon will
+#   be mirrored instead.
 #
 #   Layouts adds the layouts combo-box to the toolbar
 #
@@ -122,8 +123,9 @@ ToolbarSet
                BidiItem "Itemized list" "layout-toggle Itemize"
                BidiItem "Labeled List" "layout-toggle Labeling"
                BidiItem "Description" "layout-toggle Description"
-               BidiItem "Increase depth" "depth-increment"
-               BidiItem "Decrease depth" "depth-decrement"
+               BidiItem "Section" "layout-toggle Section"
+               BidiItem "Increase depth" "command-alternatives outline-in;depth-increment"
+               BidiItem "Decrease depth" "command-alternatives outline-out;depth-decrement"
                Separator
                Item "Insert figure float" "float-insert figure"
                Item "Insert table float" "float-insert table"
@@ -421,6 +423,7 @@ ToolbarSet
                Item "Italic    \\mathit" "math-insert \mathit"
                Item "Typewriter        \\mathtt" "math-insert \mathtt"
                Item "Blackboard        \\mathbb" "math-insert \mathbb"
+               Item "Double stroke     \\mathds" "math-insert \mathds"
                Item "Fraktur   \\mathfrak" "math-insert \mathfrak"
                Item "Calligraphic      \\mathcal" "math-insert \mathcal"
                Item "Formal Script     \\mathscr" "math-insert \mathscr"