]> git.lyx.org Git - lyx.git/blobdiff - lib/ui/stdmenus.inc
Change the ProgressView strings:
[lyx.git] / lib / ui / stdmenus.inc
index 087d5da99eff0956b22beb36e40e688ef6cc0683..14ae538da52c604638555644475d055ce2da42e2 100644 (file)
@@ -18,6 +18,7 @@
 # * 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
@@ -45,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"
@@ -68,9 +70,10 @@ Menuset
 
        Menu "file_vc"
                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 "Check In Changes...|I" "vc-check-in"
+               OptItem "Check Out for Edit|O" "vc-check-out"
+               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 "Use Locking Property|L" "vc-locking-toggle"
@@ -101,8 +104,8 @@ 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"
@@ -239,7 +242,7 @@ Menuset
                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 "Remove Last Argument Spitting Out to the Right" "math-macro-remove-greedy-param"
        End
 
        Menu "edit_math_limits"
@@ -288,11 +291,11 @@ Menuset
                Item "Inline Formula|I" "math-mutate simple"
                Item "Displayed Formula|D" "math-mutate equation"
                Item "Eqnarray Environment|E" "math-mutate eqnarray"
-               Item "AMS align Environment|A" "math-mutate align"
+               Item "AMS align Environment|a" "math-mutate align"
                Item "AMS alignat Environment|t" "math-mutate alignat"
-               Item "AMS flalign Environment|F" "math-mutate flalign"
-               Item "AMS gather Environment|G" "math-mutate gather"
-               Item "AMS multline Environment|M" "math-mutate multline"
+               Item "AMS flalign Environment|f" "math-mutate flalign"
+               Item "AMS gather Environment|g" "math-mutate gather"
+               Item "AMS multline Environment|m" "math-mutate multline"
        End
 
 #
@@ -303,34 +306,25 @@ 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"
-               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 "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
-       End
-
        Menu "toolbars"
                Toolbars
        End
@@ -361,15 +355,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"
@@ -412,11 +405,11 @@ Menuset
                Item "Display Formula|D" "math-display"
                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;"
-               Item "AMS FlAlign Environment|F" "command-sequence math-mode on; math-mutate flalign;"
-               Item "AMS Gather Environment|G" "command-sequence math-mode on; math-mutate gather;"
-               Item "AMS Multline Environment|M" "command-sequence math-mode on; math-mutate multline;"
+               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;"
+               Item "AMS flalign Environment|f" "command-sequence math-mode on; math-mutate flalign;"
+               Item "AMS gather Environment|g" "command-sequence math-mode on; math-mutate gather;"
+               Item "AMS multline Environment|m" "command-sequence math-mode on; math-mutate multline;"
                Separator
                Item "Array Environment|y" "math-matrix 2 2"
                Item "Cases Environment|C" "command-sequence math-mode on; math-insert \cases"
@@ -462,6 +455,8 @@ Menuset
 
        Menu "insert_branches"
                Branches
+               Separator
+               Item "Insert New Branch...|I" "branch-add-insert"
        End
        
        Menu "insert_phantom"
@@ -535,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
@@ -550,7 +546,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"