add a string constant for a menu item that just says "tab <i>"
(ie without a filename attached to it)
This commit is contained in:
parent
478df11069
commit
1bd1ca5192
|
@ -858,6 +858,7 @@ please adhere to these guidelines:
|
|||
(move-current-tab-left "Move Tab &Left")
|
||||
;; menu item in the windows menu under mac os x. first ~a is filled with a number between 1 and 9; second one is the filename of the tab
|
||||
(tab-i "Tab ~a: ~a")
|
||||
(tab-i/no-name "Tab ~a")
|
||||
|
||||
(view-menu-label "&View")
|
||||
(show-overview "Show &Program Contour")
|
||||
|
|
|
@ -840,6 +840,7 @@
|
|||
(move-current-tab-left "Déplacer à &gauche")
|
||||
;; menu item in the windows menu under mac os x. first ~a is filled with a number between 1 and 9; second one is the filename of the tab
|
||||
(tab-i "Onglet ~a: ~a")
|
||||
(tab-i/no-name "Onglet ~a")
|
||||
|
||||
(view-menu-label "&Montrer")
|
||||
(show-overview "Montrer le contour du &programme")
|
||||
|
|
|
@ -744,7 +744,8 @@
|
|||
(move-current-tab-right "Tab nach &rechts bewegen")
|
||||
(move-current-tab-left "Tab nach &links bewegen")
|
||||
(tab-i "Tab ~a: ~a") ;; menu item in the windows menu under mac os x. first ~a is filled with a number between 1 and 9; second one is the filename of the tab
|
||||
|
||||
(tab-i/no-name "Tab ~a")
|
||||
|
||||
(view-menu-label "&Anzeigen")
|
||||
(show-overview "&Programm-Umriss einblenden")
|
||||
(hide-overview "&Programm-Umriss ausblenden")
|
||||
|
|
|
@ -654,7 +654,8 @@
|
|||
(next-tab "다음 탭")
|
||||
(prev-tab "이전 탭")
|
||||
(tab-i "탭 ~a: ~a") ;; menu item in the windows menu under mac os x. first ~a is filled with a number between 1 and 9; second one is the filename of the tab
|
||||
|
||||
(tab-i/no-name "탭 ~a")
|
||||
|
||||
(view-menu-label "보기(&V)")
|
||||
(show-overview "프로그램 윤곽 보기 (&P)")
|
||||
(hide-overview "프로그램 윤곽 숨기기 (&P)")
|
||||
|
|
|
@ -760,6 +760,7 @@
|
|||
(prev-tab "前一个标签")
|
||||
;; menu item in the windows menu under mac os x. first ~a is filled with a number between 1 and 9; second one is the filename of the tab
|
||||
(tab-i "标签~a:~a")
|
||||
(tab-i/no-name "标签~a")
|
||||
|
||||
(view-menu-label "视图(&V)")
|
||||
(show-overview "显示程序轮廓(&P)")
|
||||
|
|
|
@ -744,6 +744,7 @@
|
|||
(prev-tab "前一個標籤")
|
||||
;; menu item in the windows menu under mac os x. first ~a is filled with a number between 1 and 9; second one is the filename of the tab
|
||||
(tab-i "標籤~a:~a")
|
||||
(tab-i/no-name "標籤~a")
|
||||
|
||||
(view-menu-label "視圖(&V)")
|
||||
(show-overview "顯示程序輪廓(&P)")
|
||||
|
|
Loading…
Reference in New Issue
Block a user