]> git.lyx.org Git - lyx.git/blobdiff - lib/ui/stdmenus.inc
Fix duplicate accelerator
[lyx.git] / lib / ui / stdmenus.inc
index 2a631b8a96c3f0f2ce761532548915cb0f0dc7a3..7d7750cc03d12b02ed1d02a2011d6ed20f33d9cd 100644 (file)
@@ -11,7 +11,7 @@
 # Full author contact details are available in file CREDITS.
 
 # The interface is designed (partially) following the KDE Human Interface
-# Guidelines (http://techbase.kde.org/Projects/Usability/HIG)
+# Guidelines (https://develop.kde.org/hig/)
 
 # Casing Rules:
 # Capitalize all words in the element, with the following exceptions:
@@ -19,7 +19,7 @@
 # * 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")
-# (https://developer.gnome.org/hig-book/unstable/design-text-labels.html.en)
+# (https://developer.gnome.org/hig/guidelines/writing-style.html)
 
 Format 5
 
@@ -43,10 +43,10 @@ Menuset
 
        Menu "file"
                Item "New|N" "buffer-new"
-               Item "New from Template...|m" "dialog-show lyxfiles templates"
+               Item "New from Template...|m" "lyxfiles-open templates"
                Item "Open...|O" "file-open"
                Submenu "Open Recent|t" "file_lastfiles"
-               Item "Open Example...|p" "dialog-show lyxfiles examples"
+               Item "Open Example...|p" "lyxfiles-open examples"
                Separator
                Item "Close|C" "buffer-close"
                Item "Close All" "buffer-close-all"
@@ -138,6 +138,7 @@ Menuset
 # obvious what the context is for the others)
                OptItem "Increase List Depth|I" "depth-increment"
                OptItem "Decrease List Depth|D" "depth-decrement"
+               Separator
                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
@@ -338,7 +339,7 @@ Menuset
        Menu "view"
                Item "Outline Pane|O" "dialog-toggle toc"
                Item "Code Preview Pane|P" "dialog-toggle view-source"
-               Item "Messages Pane|g" "dialog-toggle progress"
+               Item "Messages Pane|M" "dialog-toggle progress"
                Submenu "Toolbars|T" "toolbars"
                Separator
                OptItem "Unfold Math Macro|n" "math-macro-unfold"
@@ -391,6 +392,7 @@ Menuset
                Item "Label...|L" "label-insert"
                Captions
                Indices
+               OptSubmenu "Index Properties" "index_properties"
                Item "Nomenclature Entry...|y" "nomencl-insert"
                Separator
                Item "Table...|T" "tabular-insert"
@@ -413,9 +415,10 @@ Menuset
                Item "Symbols...|b" "dialog-show symbols"
                Item "Ellipsis|i" "specialchar-insert dots"
                Item "End of Sentence|E" "specialchar-insert end-of-sentence"
-               Item "Plain Quotation Mark|Q" "quote-insert outer auto plain"
+               Item "Plain Double Quotation Mark|Q" "quote-insert outer auto plain"
+               Item "Plain Single Quotation Mark|S" "quote-insert inner auto plain"
                Item "Inner Quotation Mark|n" "quote-insert inner"
-               Item "Protected Hyphen|y" "specialchar-insert nobreakdash"
+               Item "Non-Breaking Hyphen|y" "specialchar-insert nobreakdash"
                Item "Breakable Slash|a" "specialchar-insert slash"
                Item "Visible Space|V" "space-insert visible"
                Item "Menu Separator|M" "specialchar-insert menu-separator"
@@ -425,11 +428,11 @@ Menuset
 
        Menu "insert_fields"
                Item "Date (Current)|D" "info-insert date"
-               Item "Date (Last Modification)|L" "info-insert moddate"
+               Item "Date (Last Modification of Document)|L" "info-insert moddate"
                Item "Date (Fixed)|F" "info-insert fixdate"
                Separator
                Item "Time (Current)|T" "info-insert time"
-               Item "Time (Last Modification)|M" "info-insert modtime"
+               Item "Time (Last Modification of Document)|M" "info-insert modtime"
                Item "Time (Fixed)|x" "info-insert fixtime"
                Separator
                Item "File Name (Excl. Extension)|N" "info-insert buffer name-noext"
@@ -451,9 +454,9 @@ Menuset
                Item "Superscript|S" "script-insert superscript"
                Item "Subscript|u" "script-insert subscript"
                Separator
-               Item "Protected Space|P" "space-insert protected"
-               Item "Interword Space|w" "space-insert normal"
-               Item "Thin Space|T" "space-insert thin"
+               Item "Normal Space|e" "space-insert normal"
+               Item "Non-breaking Normal Space|p" "space-insert protected"
+               Item "Non-breaking Thin Space|T" "space-insert thin"
                Item "Horizontal Space...|o" "command-alternatives dialog-show-new-inset space;dialog-show-new-inset mathspace"
                Item "Horizontal Line...|L" "dialog-show-new-inset line"
                Item "Vertical Space...|V" "dialog-show-new-inset vspace"
@@ -467,7 +470,7 @@ Menuset
                Separator
                Item "New Page|N" "newpage-insert newpage"
                Item "Page Break|a" "newpage-insert pagebreak"
-               Item "No Page Break|g" "newpage-insert nopagebreak"
+               Item "Prevent Page Break|g" "newpage-insert nopagebreak"
                Item "Clear Page|C" "newpage-insert clearpage"
                Item "Clear Double Page|D" "newpage-insert cleardoublepage"
        End
@@ -500,8 +503,8 @@ Menuset
        Menu "insert_float"
                FloatInsert
 # This has got to be better than "Wrap", anyway
-               Item "Figure Wrap Float|F" "wrap-insert figure"
-               Item "Table Wrap Float|T" "wrap-insert table"
+               Item "Wrapped Figure|F" "wrap-insert figure"
+               Item "Wrapped Table|T" "wrap-insert table"
        End
 
        Menu "insert_toc"
@@ -532,6 +535,13 @@ Menuset
                Item "Double Frame|u" "box-insert Doublebox"
        End
 
+       Menu "index_properties"
+               OptItem "Subentry|b" "indexmacro-insert subentry"
+               OptItem "Sortkey|k" "indexmacro-insert sortkey"
+               OptItem "See|e" "indexmacro-insert see"
+               OptItem "See also|a" "indexmacro-insert seealso"
+       End
+
        Menu "insert_note"
                Item "LyX Note|N" "note-insert Note"
                Item "Comment|C" "note-insert Comment"
@@ -559,7 +569,7 @@ Menuset
 #
 
        Menu "document"
-               OptItem "Cancel Background Process|P" "export-cancel"
+               OptItem "Cancel Export|P" "export-cancel"
                Separator
                Submenu "Change Tracking|C" "document_change"
                OptItem "Build Program|B" "build-program"
@@ -583,8 +593,8 @@ Menuset
                Item "Reject Change|R" "change-reject"
                Item "Accept All Changes|c" "all-changes-accept"
                Item "Reject All Changes|e" "all-changes-reject"
-               Item "Accept All Changes (incl. Master/Children/Siblings)|p" "ifrelatives master-buffer-forall all-changes-accept"
-               Item "Reject All Changes (incl. Master/Children/Siblings)|j" "ifrelatives master-buffer-forall all-changes-reject"
+               Item "Accept All Changes (incl. relatives)|p" "ifrelatives master-buffer-forall all-changes-accept"
+               Item "Reject All Changes (incl. relatives)|j" "ifrelatives master-buffer-forall all-changes-reject"
                Item "Show Changes in Output|S" "changes-output"
        End