]> git.lyx.org Git - lyx.git/blobdiff - lib/ui/stdmenus.inc
Change the ProgressView strings:
[lyx.git] / lib / ui / stdmenus.inc
index 03d5be77acf7c6c229be0910e700cf01286ae812..14ae538da52c604638555644475d055ce2da42e2 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,9 +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 Last Version|L" "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 "Show History...|H" "dialog-show vclog"
+               OptItem "Use Locking Property|L" "vc-locking-toggle"
        End
 
        Menu "file_import"
@@ -93,7 +104,8 @@ Menuset
                Separator
                Item "Select All" "command-sequence buffer-begin ; buffer-end-select"
                Separator
-               Item "Find & Replace...|F" "dialog-show findreplace"
+               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"
@@ -119,8 +131,12 @@ Menuset
                OptItem "Float Settings...|a" "inset-settings float"
                OptItem "Text Wrap Settings...|W" "inset-settings wrap"
                OptItem "Note Settings...|N" "inset-settings note"
+               OptItem "Phantom Settings...|h" "inset-settings phantom"
                OptItem "Branch Settings...|B" "inset-settings branch"
                OptItem "Box Settings...|x" "inset-settings box"
+               OptItem "Index Entry Settings...|y" "inset-settings index"
+               OptItem "Index Settings...|x" "inset-settings index_print"
+               OptItem "Listings Settings...|g" "inset-settings listings"
 # Hey, guess what's broken ? Surprise surprise, it's tabular stuff
 # This is in the Table submenu instead for now.
 #      OptItem "Table Settings...|a" "inset-settings tabular"
@@ -134,10 +150,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"
@@ -145,7 +161,7 @@ Menuset
        End
 
        Menu "edit_textstyles"
-               Item "Dissolve CharStyle" "inset-dissolve charstyle"
+               Item "Dissolve Text Style" "inset-dissolve charstyle"
                CharStyles
                Elements
                Separator
@@ -165,6 +181,9 @@ Menuset
                Item "Left Line|L" "tabular-feature toggle-line-left"
                Item "Right Line|R" "tabular-feature toggle-line-right"
                Separator
+               Item "Top|p" "tabular-feature tabular-valign-top"
+               Item "Middle|i" "tabular-feature tabular-valign-middle"
+               Item "Bottom|o" "tabular-feature tabular-valign-bottom" 
        End
 
        Menu "edit_tabular_features"
@@ -179,23 +198,23 @@ Menuset
                Item "Add Row|A" "tabular-feature append-row"
                Item "Delete Row|D" "tabular-feature delete-row"
                Item "Copy Row|o" "tabular-feature copy-row"
-               Item "Swap Rows|S" "tabular-feature swap-row"
+               # Item "Swap Rows|S" "tabular-feature swap-row" # currently broken
                Separator
                Item "Add Column|u" "tabular-feature append-column"
                Item "Delete Column|e" "tabular-feature delete-column"
                Item "Copy Column|p" "tabular-feature copy-column"
-               Item "Swap Columns|w" "tabular-feature swap-column"
+               # Item "Swap Columns|w" "tabular-feature swap-column" # currently broken
        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
                Submenu "Change Formula Type|F" "edit_math_mutate"
                Separator
-               Submenu "Text Style|T" "edit_math_textstyles"
+               Submenu "Text Style|T" "edit_math_fontstyles"
                Separator
                Submenu "Use Computer Algebra System|S" "edit_math_extern"
                Separator
@@ -213,17 +232,17 @@ Menuset
        End
 
        Menu "edit_math_macro_definition"
-               Item "Append Parameter" "math-macro-add-param"
-               Item "Remove Last Parameter" "math-macro-remove-param"
-                Separator
-               Item "Make First Non-Optional into Optional Parameter" "math-macro-make-optional"
-               Item "Make Last Optional into Non-Optional Parameter" "math-macro-make-nonoptional"
-                Item "Insert Optional Parameter" "math-macro-add-optional-param"
-                Item "Remove Optional Parameter" "math-macro-remove-optional-param"
+               Item "Append Argument" "math-macro-add-param"
+               Item "Remove Last Argument" "math-macro-remove-param"
+               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"
                Separator
-               Item "Append Parameter Eating From The Right" "math-macro-append-greedy-param"
-                Item "Append Optional Parameter Eating From The Right" "math-macro-add-greedy-optional-param"
-               Item "Remove Last Parameter 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"
@@ -232,29 +251,29 @@ Menuset
                 Item "Inline|I"  "math-limits nolimits"
        End
 
-       Menu "edit_math_textstyles"
-               Item "Math Normal Font|N" "math-insert \mathnormal"
+       Menu "edit_math_fontstyles"
+               Item "Math Normal Font|N" "math-font-style mathnormal"
                Separator
-               Item "Math Calligraphic Family|C" "math-insert \mathcal"
-               Item "Math Fraktur Family|F" "math-insert \mathfrak"
-               Item "Math Roman Family|R" "math-insert \mathrm"
-               Item "Math Sans Serif Family|S" "math-insert \mathsf"
+               Item "Math Calligraphic Family|C" "math-font-style mathcal"
+               Item "Math Fraktur Family|F" "math-font-style mathfrak"
+               Item "Math Roman Family|R" "math-font-style mathrm"
+               Item "Math Sans Serif Family|S" "math-font-style mathsf"
                Separator
-               Item "Math Bold Series|B" "math-insert \mathbf"
+               Item "Math Bold Series|B" "math-font-style mathbf"
                Separator
-               Item "Text Normal Font|T" "math-insert \textnormal"
+               Item "Text Normal Font|T" "math-font-style textnormal"
                Separator
-               Item "Text Roman Family" "math-insert \textrm"
-               Item "Text Sans Serif Family" "math-insert \textsf"
-               Item "Text Typewriter Family" "math-insert \texttt"
+               Item "Text Roman Family" "math-font-style textrm"
+               Item "Text Sans Serif Family" "math-font-style textsf"
+               Item "Text Typewriter Family" "math-font-style texttt"
                Separator
-               Item "Text Bold Series" "math-insert \textbf"
-               Item "Text Medium Series" "math-insert \textmd"
+               Item "Text Bold Series" "math-font-style textbf"
+               Item "Text Medium Series" "math-font-style textmd"
                Separator
-               Item "Text Italic Shape" "math-insert \textit"
-               Item "Text Small Caps Shape" "math-insert \textsc"
-               Item "Text Slanted Shape" "math-insert \textsl"
-               Item "Text Upright Shape" "math-insert \textup"
+               Item "Text Italic Shape" "math-font-style textit"
+               Item "Text Small Caps Shape" "math-font-style textsc"
+               Item "Text Slanted Shape" "math-font-style textsl"
+               Item "Text Upright Shape" "math-font-style textup"
        End
 
        Menu "edit_math_extern"
@@ -262,10 +281,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"
@@ -287,23 +306,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 Progress/Debug Messages" "dialog-toggle progress"
                Item "View Source|S" "dialog-toggle view-source"
-               Submenu "Update|U" "view_update"
                ViewFormats
+               UpdateFormats
+               OptItem "View Master Document|M" "master-buffer-view"
+               OptItem "Update Master Document|a" "master-buffer-update"
                Separator
-               Item "Split view horizontally|h" "split-view horizontal"
-               Item "Split view vertically|v" "split-view vertical"
-               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_update"
-               UpdateFormats
+               Documents
        End
 
        Menu "toolbars"
@@ -323,7 +342,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
@@ -331,13 +350,13 @@ Menuset
                Item "Cross-Reference...|R" "dialog-show-new-inset ref"
                Item "Label...|L" "label-insert"
                Item "Caption" "caption-insert"
-               Item "Index Entry|d" "index-insert"
+               Indices
                Item "Nomenclature Entry...|y" "nomencl-insert"
                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"
@@ -365,25 +384,26 @@ Menuset
                Item "Protected Space|P" "space-insert protected"
                Item "Inter-word Space|w" "space-insert normal"
                Item "Thin Space|T" "space-insert thin"
-               Item "Horizontal Fill|F" "hfill-insert"
+               Item "Horizontal Space...|o" "dialog-show-new-inset space"
                Item "Horizontal Line|L" "line-insert"
                Item "Vertical Space...|V" "dialog-show-new-inset vspace"
+               Submenu "Phantom" "insert_phantom"
                Separator
-               Item "Hyphenation Point|H" "specialchar-insert hyphenation-point"
+               Item "Hyphenation Point|H" "specialchar-insert hyphenation"
                Item "Ligature Break|k" "specialchar-insert ligature-break"
-               Item "New Line|e" "new-line"
-               Item "Line Break|B" "line-break"
+               Item "Ragged Line Break|R" "newline-insert newline"
+               Item "Justified Line Break|J" "newline-insert linebreak"
                Separator
-               Item "New Page|N" "newpage-insert"
-               Item "Page Break|a" "pagebreak-insert"
-               Item "Clear Page|C" "clearpage-insert"
-               Item "Clear Double Page|D" "cleardoublepage-insert"
+               Item "New Page|N" "newpage-insert newpage"
+               Item "Page Break|a" "newpage-insert pagebreak"
+               Item "Clear Page|C" "newpage-insert clearpage"
+               Item "Clear Double Page|D" "newpage-insert cleardoublepage"
        End
 
        Menu "insert_math"
-               Item "Inline Formula|I" "math-mode on"
+               Item "Inline Formula|I" "math-mode"
                Item "Display Formula|D" "math-display"
-               Item "Numbered Formula|N" "command-sequence math-display; math-number;"
+               Item "Numbered Formula|N" "command-sequence math-display; math-number-toggle;"
                Item "Eqnarray Environment|E" "command-sequence math-mode on; math-mutate eqnarray;"
                Item "AMS align Environment|a" "command-sequence math-mode on; math-mutate align;"
                Item "AMS alignat Environment|t" "command-sequence math-mode on; math-mutate alignat;"
@@ -398,11 +418,9 @@ Menuset
                Item "Gathered Environment|h" "command-sequence math-mode on; math-insert \gathered"
                Item "Split Environment|S" "command-sequence math-mode on; math-insert \split; tabular-feature append-column"
                Separator
-               Item "Delimiters|r" "dialog-show mathdelimiter"
-               Item "Matrix|x" "dialog-show mathmatrix"
+               Item "Delimiters...|r" "dialog-show mathdelimiter"
+               Item "Matrix...|x" "dialog-show mathmatrix"
                Item "Macro|o" "math-macro newmacroname newcommand"
-               Separator
-               Item "Toggle Math Panels" "toolbar-toggle math_panels"
        End
 
        Menu "insert_float"
@@ -415,7 +433,7 @@ Menuset
        Menu "insert_toc"
                Item "Table of Contents|C" "toc-insert"
                FloatListInsert
-               Item "Index List|I" "index-print"
+               IndicesLists
                Item "Nomenclature|N" "nomencl-print"
                Item "BibTeX Bibliography...|B" "dialog-show-new-inset bibtex"
        End
@@ -437,6 +455,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 "Horizontal Phantom" "phantom-insert HPhantom"
+               Item "Vertical Phantom" "phantom-insert VPhantom"
        End
 
        Menu "insert_custom"
@@ -477,7 +503,7 @@ Menuset
                Item "Next Note|N" "note-next"
                Item "Next Change|C" "change-next"
                Item "Next Cross-Reference|R" "reference-next"
-               Item "Go to Label|L" "label-goto"
+               OptItem "Go to Label|L" "label-goto"
                Separator
                Toc
        End
@@ -490,6 +516,7 @@ Menuset
                Item "Save Bookmark 5" "bookmark-save 5"
                Item "Clear Bookmarks|C" "bookmark-clear"
                Separator
+               Item "Navigate Back|B" "bookmark-goto 0"
                Bookmarks
        End
 
@@ -503,6 +530,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
@@ -518,16 +546,25 @@ Menuset
                Item "Introduction|I" "help-open Intro"
                Item "Tutorial|T" "help-open Tutorial"
                Item "User's Guide|U" "help-open UserGuide"
-               Item "Extended Features|E" "help-open Extended"
-               Item "Embedded Objects|m" "help-open EmbeddedObjects"
-               Item "Math|h" "help-open Math"
+               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"
                Item "Shortcuts|S" "help-open Shortcuts"
-               Item "FAQ|F" "help-open FAQ"
-               Item "Table of Contents|a" "help-open TOC"
+               Item "LyX Functions|y" "help-open LFUNs"
                Item "LaTeX Configuration|L" "help-open LaTeXConfig"
+               Submenu "Specific Manuals|p" "examples"
                Separator
                Item "About LyX|X" "dialog-show aboutlyx"
        End
 
+       Menu "examples"
+               Item "Linguistics Manual|L" "help-open linguistics"
+               Item "Braille Manual|B" "help-open Braille"
+               Item "XY-pic Manual|X" "help-open xypic"
+               Item "Multicolumn Manual|M" "help-open multicol"
+       End
+
+
 End
+