]> git.lyx.org Git - lyx.git/blobdiff - lib/ui/stdmenus.inc
de_splash.lyx: updates from Hartmut
[lyx.git] / lib / ui / stdmenus.inc
index 025aec3d926442b2c8be78a46b53da44290e5924..861e8c6938017b314855e66d76555539aaa8e3f7 100644 (file)
@@ -90,6 +90,8 @@ Menuset
                Submenu "Paste Recent|e" "edit_pasterecent"
                Submenu "Paste Special" "edit_paste"
                Separator
+               Item "Select All" "command-sequence buffer-begin ; buffer-end-select"
+               Separator
                Item "Find & Replace...|F" "dialog-show findreplace"
                Separator
                Item "Move Paragraph Up|o" "paragraph-move-up"
@@ -125,11 +127,11 @@ Menuset
        End
 
        Menu "edit_paste"
-               Item "Plain Text as Lines|T" "clipboard-paste"
-               Item "Plain Text as Paragraphs|e" "clipboard-paste paragraph"
+               Item "Plain Text|T" "clipboard-paste"
+               Item "Plain Text, Join Lines|J" "clipboard-paste paragraph"
                Separator
-               Item "Selection as Lines|L" "primary-selection-paste"
-               Item "Selection as Paragraphs|P" "primary-selection-paste paragraph"
+               Item "Selection|S" "primary-selection-paste"
+               Item "Selection, Join Lines|i" "primary-selection-paste paragraph"
        End
 
        Menu "edit_pasterecent"
@@ -298,6 +300,7 @@ Menuset
                Item "Citation...|C" "dialog-show-new-inset citation"
                Item "Cross-Reference...|R" "dialog-show-new-inset ref"
                Item "Label...|L" "label-insert"
+               Item "Caption" "caption-insert"
                Item "Index Entry|d" "index-insert"
                Item "Glossary Entry|y" "nomencl-insert"
                Separator
@@ -377,8 +380,8 @@ Menuset
 
        Menu "insert_file"
                Item "LyX Document...|X" "file-insert"
-               Item "Plain Text as Lines...|L" "file-insert-ascii"
-               Item "Plain Text as Paragraphs...|P" "file-insert-ascii-para"
+               Item "Plain Text...|T" "file-insert-plaintext"
+               Item "Plain Text, Join Lines...|J" "file-insert-plaintext-para"
                Separator
                Item "External Material...|M" "dialog-show-new-inset external"
                Item "Child Document...|d" "dialog-show-new-inset include"
@@ -465,7 +468,7 @@ Menuset
                Item "Tutorial|T" "help-open Tutorial"
                Item "User's Guide|U" "help-open UserGuide"
                Item "Extended Features|E" "help-open Extended"
-               Item "Insets|n" "help-open ExtendedInsets"
+               Item "Embedded Objects|m" "help-open EmbeddedObjects" 
                Item "Customization|C" "help-open Customization"
                Item "FAQ|F" "help-open FAQ"
                Item "Table of Contents|a" "help-open TOC"