]> git.lyx.org Git - lyx.git/blobdiff - lib/ui/stdmenus.inc
stdcontext.inc:
[lyx.git] / lib / ui / stdmenus.inc
index f6e4a66f6ab5de9ea1a7ed8e01055d9f8ec78f3b..0039e99e28a3a2e4d5028d2e43407df17fef0d54 100644 (file)
 # The interface is designed (partially) following the KDE Human Interface
 # Guidelines (http://usability.kde.org/hig/)
 
+# Casing Rules:
+# Capitalize all words in the element, with the following exceptions: 
+# * Articles: a, an, the. 
+# * Conjunctions: and, but, for, not, so, yet ...  
+# * Prepositions of three or fewer letters: at, for, by, in, to ...
+#   (except when the preposition is part of a verb phrase, such as "Check In")
+# (http://library.gnome.org/devel/hig-book/stable/design-text-labels.html.en)
+
 Menuset
 
        Menubar
@@ -38,6 +46,7 @@ Menuset
                Submenu "Open Recent|t" "file_lastfiles"
                Separator
                Item "Close|C" "buffer-close"
+               Item "Close All" "buffer-close-all"
                Item "Save|S" "buffer-write"
                Item "Save As...|A" "buffer-write-as"
                Item "Save All|l" "buffer-write-all"
@@ -63,10 +72,11 @@ Menuset
                OptItem "Register...|R" "vc-register"
                OptItem "Check In Changes...|I" "vc-check-in"
                OptItem "Check Out for Edit|O" "vc-check-out"
-               OptItem "Revert to Repository Version|R" "vc-revert"
+               OptItem "Update Local Directory From Repository|d" "vc-repo-update"
+               OptItem "Revert to Repository Version|v" "vc-revert"
                OptItem "Undo Last Check In|U" "vc-undo-last"
                OptItem "Show History...|H" "dialog-show vclog"
-               OptItem "Toggle locking property|T" "vc-locking-toggle"
+               OptItem "Use Locking Property|L" "vc-locking-toggle"
        End
 
        Menu "file_import"
@@ -94,13 +104,14 @@ Menuset
                Separator
                Item "Select All" "command-sequence buffer-begin ; buffer-end-select"
                Separator
-               Item "Find & Replace...|F" "dialog-show findreplace"
-               Item "Find LyX...|X" "dialog-show findreplaceadv"
+               Item "Find & Replace (Quick)...|F" "dialog-show findreplace"
+               Item "Find & Replace (Advanced)..." "dialog-show findreplaceadv"
                Separator
                Item "Move Paragraph Up|o" "paragraph-move-up"
                Item "Move Paragraph Down|v" "paragraph-move-down"
                Separator
                Submenu "Text Style|S" "edit_textstyles"
+               LanguageSelector
                Item "Paragraph Settings...|P" "layout-paragraph"
                Separator
 # Mathed b0rkage means these don't work properly
@@ -115,7 +126,7 @@ Menuset
 # obvious what the context is for the others)
                OptItem "Increase List Depth|I" "depth-increment"
                OptItem "Decrease List Depth|D" "depth-decrement"
-               OptItem "Dissolve Inset|l" "inset-dissolve"
+               OptItem "Dissolve Inset" "inset-dissolve"
                OptItem "TeX Code Settings...|C" "inset-settings ert"
 # 'a' shortcut to match Insert entry, shouldn't clash with Table Settings
                OptItem "Float Settings...|a" "inset-settings float"
@@ -140,10 +151,10 @@ Menuset
                Item "Selection|S" "primary-selection-paste"
                Item "Selection, Join Lines|i" "primary-selection-paste paragraph"
                Separator
-               Item "Paste As LinkBack PDF" "paste linkback"
-               Item "Paste As PDF" "paste pdf"
-               Item "Paste As PNG" "paste png"
-               Item "Paste As JPEG" "paste jpeg"
+               Item "Paste as LinkBack PDF" "paste linkback"
+               Item "Paste as PDF" "paste pdf"
+               Item "Paste as PNG" "paste png"
+               Item "Paste as JPEG" "paste jpeg"
        End
 
        Menu "edit_pasterecent"
@@ -151,7 +162,7 @@ Menuset
        End
 
        Menu "edit_textstyles"
-               Item "Dissolve CharStyle" "inset-dissolve charstyle"
+               Item "Dissolve Text Style" "inset-dissolve charstyle"
                CharStyles
                Elements
                Separator
@@ -197,8 +208,8 @@ Menuset
        End
 
        Menu "edit_math"
-               Item "Number whole Formula|N" "math-number-toggle"
-               Item "Number this Line|u" "math-number-line-toggle"
+               Item "Number Whole Formula|N" "math-number-toggle"
+               Item "Number This Line|u" "math-number-line-toggle"
                Submenu "Change Limits Type|L" "edit_math_limits"
                Submenu "Macro Definition" "edit_math_macro_definition"
                Separator
@@ -224,15 +235,15 @@ Menuset
        Menu "edit_math_macro_definition"
                Item "Append Argument" "math-macro-add-param"
                Item "Remove Last Argument" "math-macro-remove-param"
-                Separator
+               Separator
                Item "Make First Non-Optional into Optional Argument" "math-macro-make-optional"
                Item "Make Last Optional into Non-Optional Argument" "math-macro-make-nonoptional"
-                Item "Insert Optional Argument" "math-macro-add-optional-param"
-                Item "Remove Optional Argument" "math-macro-remove-optional-param"
+               Item "Insert Optional Argument" "math-macro-add-optional-param"
+               Item "Remove Optional Argument" "math-macro-remove-optional-param"
                Separator
-               Item "Append Argument Eating From The Right" "math-macro-append-greedy-param"
-                Item "Append Optional Argument Eating From The Right" "math-macro-add-greedy-optional-param"
-               Item "Remove Last Argument Spitting Out To The Right" "math-macro-remove-greedy-param"
+               Item "Append Argument Eating From the Right" "math-macro-append-greedy-param"
+               Item "Append Optional Argument Eating From the Right" "math-macro-add-greedy-optional-param"
+               Item "Remove Last Argument Spitting Out to the Right" "math-macro-remove-greedy-param"
        End
 
        Menu "edit_math_limits"
@@ -271,10 +282,10 @@ Menuset
                Item "Maxima|M" "math-extern maxima"
                Item "Mathematica|a" "math-extern mathematica"
                Separator
-               Item "Maple, simplify|s" "math-extern maple simplify"
-               Item "Maple, factor|f" "math-extern maple factor"
-               Item "Maple, evalm|e" "math-extern maple evalm"
-               Item "Maple, evalf|v" "math-extern maple evalf"
+               Item "Maple, Simplify|S" "math-extern maple simplify"
+               Item "Maple, Factor|F" "math-extern maple factor"
+               Item "Maple, Evalm|E" "math-extern maple evalm"
+               Item "Maple, Evalf|v" "math-extern maple evalf"
        End
 
        Menu "edit_math_mutate"
@@ -296,32 +307,23 @@ Menuset
                Item "Open All Insets|O" "all-insets-toggle open"
                Item "Close All Insets|C" "all-insets-toggle close"
                Separator
-               Item "Unfold Math Macro" "math-macro-unfold"
-               Item "Fold Math Macro" "math-macro-fold"
+               Item "Unfold Math Macro|n" "math-macro-unfold"
+               Item "Fold Math Macro|d" "math-macro-fold"
                Separator
+               Item "View Messages|g" "dialog-toggle progress"
                Item "View Source|S" "dialog-toggle view-source"
-               Item "View Output|V" "buffer-view"
-               Item "Update Output|U" "buffer-update"
+               ViewFormats
+               UpdateFormats
                OptItem "View Master Document|M" "master-buffer-view"
                OptItem "Update Master Document|a" "master-buffer-update"
-               Submenu "View (other formats)|f" "view_others"
-               Submenu "Update (other formats)|p" "view_update"
                Separator
-               Item "Split View Into Left And Right Half|i" "split-view horizontal"
-               Item "Split View Into Upper And Lower Half|e" "split-view vertical"
-               Item "Close Tab Group|G" "close-tab-group"
-               Item "Fullscreen|l" "ui-toggle fullscreen"
+               Item "Split View Into Left and Right Half|i" "split-view horizontal"
+               Item "Split View Into Upper and Lower Half|e" "split-view vertical"
+               Item "Close Current View|w" "close-tab-group"
+               Item "Fullscreen|l" "ui-toggle fullscreen"      
                Submenu "Toolbars|b" "toolbars"
                Separator
-           Documents
-       End
-
-       Menu "view_others"
-               ViewFormats
-       End
-
-       Menu "view_update"
-               UpdateFormats
+               Documents
        End
 
        Menu "toolbars"
@@ -341,7 +343,7 @@ Menuset
                Submenu "Float|a" "insert_float"
                Submenu "Note|N" "insert_note"
                Submenu "Branch|B" "insert_branches"
-               Submenu "Custom insets" "insert_custom"
+               Submenu "Custom Insets" "insert_custom"
                Submenu "File|e" "insert_file"
                Item "Box[[Menu]]" "box-insert Frameless"
                Separator
@@ -354,15 +356,14 @@ Menuset
                Separator
                Item "Table...|T" "tabular-insert"
                Item "Graphics...|G" "dialog-show-new-inset graphics"
-               Item "URL" "flex-insert URL"
-               Item "Hyperlink|k" "href-insert"
+               Item "URL|U" "flex-insert URL"
+               Item "Hyperlink...|k" "href-insert"
                Item "Footnote|F" "footnote-insert"
                Item "Marginal Note|M" "marginalnote-insert"
                Item "Short Title|S" "optional-insert"
                Item "TeX Code|X" "ert-insert"
                Item "Program Listing[[Menu]]" "listing-insert"
                Item "Date" "date-insert"
-               Item "Regexp" "regexp-mode"
        End
 
        Menu "insert_special"
@@ -455,12 +456,14 @@ Menuset
 
        Menu "insert_branches"
                Branches
+               Separator
+               Item "Insert New Branch...|I" "branch-add-insert"
        End
        
        Menu "insert_phantom"
                Item "Phantom" "phantom-insert Phantom"
-               Item "Horiz. Phantom" "phantom-insert HPhantom"
-               Item "Vert. Phantom" "phantom-insert VPhantom"
+               Item "Horizontal Phantom" "phantom-insert HPhantom"
+               Item "Vertical Phantom" "phantom-insert VPhantom"
        End
 
        Menu "insert_custom"
@@ -528,6 +531,7 @@ Menuset
                Item "Statistics...|a" "statistics"
                OptItem "Check TeX|h" "buffer-chktex"
                Item "TeX Information|I" "dialog-show texinfo"
+               Item "Compare...|C" "dialog-show compare"
                Separator
 # A LOT of applications have Tools->Prefs. Remember this
 # should be rarely used - Edit menu is not a good place to
@@ -543,7 +547,7 @@ Menuset
                Item "Introduction|I" "help-open Intro"
                Item "Tutorial|T" "help-open Tutorial"
                Item "User's Guide|U" "help-open UserGuide"
-               Item "Additional Features|F" "help-open Extended"
+               Item "Additional Features|F" "help-open Additional"
                Item "Embedded Objects|O" "help-open EmbeddedObjects"
                Item "Math|M" "help-open Math"
                Item "Customization|C" "help-open Customization"