]> git.lyx.org Git - lyx.git/blobdiff - lib/ui/stdtoolbars.ui
convert symbols file to UTF8
[lyx.git] / lib / ui / stdtoolbars.ui
index 31fab8bb32fdc8a453652929dc9824ee98e17962..243abf6203f04e2c4f8490ef027655ca5b03abea 100644 (file)
@@ -9,6 +9,9 @@
 
 # Full author contact details are available in file CREDITS.
 
+# The interface is designed (partially) following the KDE Human Interface
+# Guidelines (http://usability.kde.org/hig/)
+
 # A Toolbar starts like :
 #
 # Toolbar "name" "GUI Name"
@@ -50,13 +53,13 @@ Toolbar "standard" "Standard"
        Item "Paste" "paste"
        Item "Find and replace" "dialog-show findreplace"
        Separator
-       Item "Toggle emphasis style" "font-emph"
-       Item "Toggle noun style" "font-noun"
-       Item "Toggle user style" "font-free-apply"
+       Item "Toggle emphasis" "font-emph"
+       Item "Toggle noun" "font-noun"
+       Item "Apply last" "font-free-apply"
        Separator
        Item "Insert math" "math-mode"
        Item "Insert graphics" "dialog-show-new-inset graphics"
-       Item "Insert table" "tabular-insert 4 4"
+       Item "Insert table" "tabular-insert"
 End
 
 Toolbar "extra" "Extra"
@@ -78,7 +81,7 @@ Toolbar "extra" "Extra"
        Item "Insert margin note" "marginalnote-insert"
        Item "Insert note" "note-insert"
        Item "Insert URL" "url-insert"
-       Item "Insert TeX" "ert-insert"
+       Item "Insert TeX Code" "ert-insert"
        Item "Include file" "dialog-show-new-inset include"
        Separator
        Item "Text style" "dialog-show character"
@@ -131,7 +134,7 @@ Toolbar "math" "Math"
        Item "Insert { }" "math-delim { }"
        Separator
        Item "Insert matrix" "math-matrix 2 2"
-       Item "Insert cases" "math-insert \cases"
+       Item "Insert cases environment" "math-insert \cases"
        Item "Add row" "tabular-feature append-row"
        Item "Add column" "tabular-feature append-column"
        Item "Delete row" "tabular-feature delete-row"
@@ -141,3 +144,19 @@ End
 Toolbar "minibuffer" "Command Buffer"
        Minibuffer
 End
+
+Toolbar "review" "Review"
+       Item "Track changes" "changes-track"
+       Item "Show changes in output" "changes-output"
+       Separator
+       Item "Next change" "change-next"
+       Item "Accept change" "change-accept"
+       Item "Reject change" "change-reject"
+       Separator
+       Item "Merge changes" "changes-merge"
+       Item "Accept all changes" "all-changes-accept"
+       Item "Reject all changes" "all-changes-reject"
+       Separator
+       Item "Insert note" "note-insert"
+       Item "Next note" "note-next"
+End