]> git.lyx.org Git - lyx.git/blobdiff - lib/ui/stdtoolbars.ui
move character styles from "insert" to "edit";
[lyx.git] / lib / ui / stdtoolbars.ui
index 3965eef855c0689500fb7c5dd33d43b00ebd0680..6b40aa97de8062f00d4adeea264eb45e7b317a80 100644 (file)
@@ -1,9 +1,23 @@
+# -*- text -*-
+
+# file stdtoolbars.ui
+# This file is part of LyX, the document processor.
+# Licence details can be found in the file COPYING.
+
+# author Jean-Marc Lasgouttes
+# author John Levon
+
+# 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"
+# Toolbar "name" "GUI Name"
 #
 # Only four commands are allowed inside the begin_toolbar and end_toolbar
-# directives: 
+# directives:
 #   Item "The tooltip" "<action> [<parameter>]" adds an icon to the toolbar performing
 #          "<action> <parameter>"
 #      Examples:
@@ -25,7 +39,7 @@
 #
 # This is the default toolbar:
 
-Toolbar "Standard"
+Toolbar "standard" "Standard"
        Layouts
        Item "New document" "buffer-new"
        Item "Open document" "file-open"
@@ -39,16 +53,16 @@ Toolbar "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"
+Toolbar "extra" "Extra"
        Item "Numbered list" "layout Enumerate"
        Item "Itemized list" "layout Itemize"
        Item "List" "layout List"
@@ -67,7 +81,7 @@ Toolbar "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"
@@ -77,7 +91,7 @@ Toolbar "Extra"
        Item "Thesaurus" "thesaurus-entry"
 End
 
-Toolbar "Table"
+Toolbar "table" "Table"
        Item "Add row" "tabular-feature append-row"
        Item "Add column" "tabular-feature append-column"
        Item "Delete row" "tabular-feature delete-row"
@@ -103,13 +117,13 @@ Toolbar "Table"
        Item "Set multi-column" "tabular-feature multicolumn"
 End
 
-Toolbar "Math"
+Toolbar "math" "Math"
        Item "Show math panel" "dialog-show mathpanel"
        Item "Set display mode" "math-display"
        Item "Subscript" "math-subscript"
        Item "Superscript" "math-superscript"
-       Item "Insert root" "math-insert \sqrt"
-       Item "Insert square root" "math-insert \root"
+       Item "Insert root" "math-insert \root"
+       Item "Insert square root" "math-insert \sqrt"
        Item "Insert sum" "math-insert \sum"
        Item "Insert integral" "math-insert \int"
        Item "Insert product" "math-insert \prod"
@@ -120,13 +134,13 @@ Toolbar "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"
        Item "Delete column" "tabular-feature delete-column"
 End
 
-Toolbar "Command Buffer"
+Toolbar "minibuffer" "Command Buffer"
        Minibuffer
 End