]> git.lyx.org Git - lyx.git/blobdiff - lib/ui/stdtoolbars.inc
zh_CN update of layouttranslations
[lyx.git] / lib / ui / stdtoolbars.inc
index 4b20445ca07ed25bfc8e6b1b76489e70e6d39cf2..5a4ffe336522ba78258d97a38bc345516dea0134 100644 (file)
 #      Item "Small font" "font-size small"
 #      Item Emphasized set-emph
 #
+#   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. If this alternative icon does not exist, the LtR icon will
+#   be mirrored instead.
+#
 #   Layouts adds the layouts combo-box to the toolbar
 #
 #   Separator adds some spacing to the toolbar
 #
-#   Minibuffer adds the command buffer (Qt only, only one may exist)
+#   Minibuffer adds the command buffer (only one may exist)
 #
-#   TableInsert "The tooltip" adds a special widget for quick insertion of tables
+#   TableInsert "The tooltip" adds a special widget for quick
+#   insertion of tables
 #
 #   PopupMenu "name" "The tooltip"
 #
@@ -113,12 +119,13 @@ ToolbarSet
 
        Toolbar "extra" "Extra"
                Item "Default" "layout"
-               Item "Numbered list" "layout-toggle Enumerate"
-               Item "Itemized list" "layout-toggle Itemize"
-               Item "List" "layout-toggle List"
-               Item "Description" "layout-toggle Description"
-               Item "Increase depth" "depth-increment"
-               Item "Decrease depth" "depth-decrement"
+               BidiItem "Numbered list" "layout-toggle Enumerate"
+               BidiItem "Itemized list" "layout-toggle Itemize"
+               BidiItem "Labeled List" "layout-toggle Labeling"
+               BidiItem "Description" "layout-toggle Description"
+               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"
@@ -153,13 +160,15 @@ ToolbarSet
                Item "Move row down" "tabular-feature move-row-down"
                Item "Move column right" "tabular-feature move-column-right"
                Separator
-               Item "Set top line" "tabular-feature toggle-line-top"
-               Item "Set bottom line" "tabular-feature toggle-line-bottom"
-               Item "Set left line" "tabular-feature toggle-line-left"
-               Item "Set right line" "tabular-feature toggle-line-right"
+               Item "Toggle top line" "tabular-feature toggle-line-top"
+               Item "Toggle bottom line" "tabular-feature toggle-line-bottom"
+               Item "Toggle left line" "tabular-feature toggle-line-left"
+               Item "Toggle right line" "tabular-feature toggle-line-right"
                Item "Set border lines" "tabular-feature set-border-lines"
                Item "Set all lines" "tabular-feature set-all-lines"
+               Item "Set inner lines" "tabular-feature set-inner-lines"
                Item "Unset all lines" "tabular-feature unset-all-lines"
+               Item "Reset formal default lines" "tabular-feature reset-formal-default"
                Separator
                Item "Align left" "command-alternatives tabular-feature m-align-left;tabular-feature align-left"
                Item "Align center" "command-alternatives tabular-feature m-align-center;tabular-feature align-center"
@@ -414,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"