]> git.lyx.org Git - lyx.git/blob - lib/ui/stdcontext.inc
Update translation of Listings by Jari-Matti Mäkelä
[lyx.git] / lib / ui / stdcontext.inc
1 # -*- text -*-
2
3 # file stdcontext.inc
4 # This file is part of LyX, the document processor.
5 # Licence details can be found in the file COPYING.
6
7 # author The LyX Team
8
9 # Full author contact details are available in file CREDITS.
10
11 # The interface is designed (partially) following the KDE Human Interface
12 # Guidelines (http://techbase.kde.org/Projects/Usability/HIG)
13
14 # Casing Rules:
15 # Capitalize all words in the element, with the following exceptions: 
16 # * Articles: a, an, the. 
17 # * Conjunctions: and, but, for, not, so, yet ...  
18 # * Prepositions of three or fewer letters: at, for, by, in, to ...
19 #   (except when the preposition is part of a verb phrase, such as "Check In")
20 # (http://library.gnome.org/devel/hig-book/stable/design-text-labels.html.en)
21
22 Format 4
23
24 Menuset
25
26 #
27 # InsetMath context menu
28 #
29         Menu "insert_math_context"
30                 Item "Array Environment|y" "math-matrix 2 2"
31                 Item "Cases Environment|C" "math-insert \cases"
32                 Item "Aligned Environment|l" "command-sequence math-insert \aligned; tabular-feature append-column"
33                 Item "AlignedAt Environment|v" "command-sequence math-insert \alignedat; tabular-feature append-column"
34                 Item "Gathered Environment|h" "math-insert \gathered"
35                 Item "Split Environment|S" "command-sequence math-insert \split; tabular-feature append-column"
36                 Separator
37                 Item "Delimiters...|r" "dialog-show mathdelimiter"
38                 Item "Matrix...|x" "dialog-show mathmatrix"
39                 Item "Macro|o" "math-macro newmacroname newcommand"
40         End
41
42         Menu "ams_environment"
43                 Item "AMS align Environment|a" "math-mutate align"
44                 Item "AMS alignat Environment|t" "math-mutate alignat"
45                 Item "AMS flalign Environment|f" "math-mutate flalign"
46                 Item "AMS gather Environment|g" "math-mutate gather"
47                 Item "AMS multline Environment|m" "math-mutate multline"
48         End
49
50         Menu "context-math"
51                 Item "Inline Formula|I" "math-mutate simple"
52                 Item "Displayed Formula|D" "math-mutate equation"
53                 Item "Eqnarray Environment|E" "math-mutate eqnarray"
54                 Submenu "AMS Environment|A" "ams_environment"
55                 Separator
56                 OptItem "Number Whole Formula|N" "math-number-toggle"
57                 OptItem "Number This Line|u" "math-number-line-toggle"
58                 OptItem "Equation Label|L" "label-insert"
59                 OptItem "Copy as Reference|R" "label-copy-as-reference"
60                 Separator
61                 Item "Split Cell|C" "cell-split"
62                 Separator
63                 Submenu "Insert|s" "insert_math_context"
64                 Separator
65                 OptItem "Add Line Above|o" "tabular-feature add-hline-above"
66                 OptItem "Add Line Below|B" "tabular-feature add-hline-below"
67                 OptItem "Delete Line Above|v" "tabular-feature delete-hline-above"
68                 OptItem "Delete Line Below|w" "tabular-feature delete-hline-below"
69                 Separator
70                 OptItem "Add Line to Left" "tabular-feature add-vline-left"
71                 OptItem "Add Line to Right" "tabular-feature add-vline-right"
72                 OptItem "Delete Line to Left" "tabular-feature delete-vline-left"
73                 OptItem "Delete Line to Right" "tabular-feature delete-vline-right"
74                 Separator
75                 Item "Show Math Toolbar" "toolbar-toggle math toggle"
76                 Item "Show Math-Panels Toolbar" "toolbar-toggle math_panels toggle"
77                 Item "Show Table Toolbar" "toolbar-toggle table toggle"
78                 Separator
79                 Submenu "Use Computer Algebra System|m" "edit_math_extern"
80         End
81
82
83 #
84 # InsetRef context menu
85 #
86         Menu "context-ref"
87                 Item "Next Cross-Reference|N" "reference-next"
88                 Item "Go to Label|G" "label-goto"
89                 Separator
90                 Item "<Reference>|R" "inset-modify changetype ref"
91                 Item "(<Reference>)|e" "inset-modify changetype eqref"
92                 Item "<Page>|P" "inset-modify changetype pageref"
93                 Item "On Page <Page>|O" "inset-modify changetype vpageref"
94                 Item "<Reference> on Page <Page>|f" "inset-modify changetype vref"
95                 Item "Formatted Reference|t" "inset-modify changetype formatted"
96                 Item "Textual Reference|x" "inset-modify changetype nameref"
97                 Item "Label Only|L" "inset-modify changetype labelonly"
98                 Separator
99                 Item "Settings...|S" "inset-settings"
100         End
101
102 #
103 # InsetLabel context menu
104 #
105         Menu "context-label"
106                 Item "Next Cross-Reference|N" "reference-next"
107                 Item "Go Back|G" "bookmark-goto 0"
108                 Separator
109                 Item "Copy as Reference|C" "label-copy-as-reference"
110                 Separator
111                 Item "Settings...|S" "inset-settings"
112         End
113
114
115 #
116 # InsetCitation context menu
117 #
118         Menu "context-citation"
119                 CiteStyles
120                 Separator
121                 Item "Settings...|S" "inset-settings"
122         End
123
124
125 #
126 # InsetBibtex context menu
127 #
128         Menu "context-bibtex"
129                 Item "Settings...|S" "inset-settings"
130                 Separator
131                 Item "Edit Database(s) Externally...|x" "inset-edit"
132         End
133
134 #
135 # InsetBibItem context menu
136 #
137         Menu "context-bibitem"
138                 Item "Settings...|S" "inset-settings"
139         End
140
141 #
142 # InsetCollapsable context menu
143 #
144         Menu "context-collapsable"
145                 OptItem "Open Inset|O" "inset-toggle open"
146                 OptItem "Close Inset|C" "inset-toggle close"
147                 Separator
148                 Item "Dissolve Inset|D" "inset-dissolve"
149                 OptItem "Settings...|S" "inset-settings"
150         End
151
152         Menu "context-conglomerate"
153                 Item "Show Label|L" "inset-toggle"
154                 Item "Dissolve Inset|D" "inset-dissolve charstyle"
155                 Separator
156                 OptItem "Settings...|S" "inset-settings"
157         End
158
159 #
160 # InsetArgument context menu
161 #
162
163         Menu "context-argument"
164                 Separator
165                 SwitchArguments
166         End
167
168         Menu "context-argument-conglomerate"
169                 Item "Show Label|L" "inset-toggle"
170                 Item "Dissolve Inset|D" "inset-dissolve"
171                 Separator
172                 SwitchArguments
173         End
174
175 #
176 # InsetBox context menu
177 #
178
179         Menu "context-box"
180                 Item "Frameless|l" "inset-modify changetype Frameless"
181                 Item "Simple Frame|F" "inset-modify changetype Boxed"
182                 Item "Simple Frame, Page Breaks|P" "inset-modify changetype Framed"
183                 Item "Oval, Thin|a" "inset-modify changetype ovalbox"
184                 Item "Oval, Thick|v" "inset-modify changetype Ovalbox"
185                 Item "Drop Shadow|w" "inset-modify changetype Shadowbox"
186                 Item "Shaded Background|B" "inset-modify changetype Shaded"
187                 Item "Double Frame|u" "inset-modify changetype Doublebox"
188         End
189
190
191 #
192 # InsetCaption context menu
193 #
194         Menu "context-caption"
195                 SwitchCaptions
196         End
197
198
199 #
200 # InsetNote context menu
201 #
202
203         Menu "context-note"
204                 Item "LyX Note|N" "inset-modify note Note Note"
205                 Item "Comment|m" "inset-modify note Note Comment"
206                 Item "Greyed Out|G" "inset-modify note Note Greyedout"
207                 Separator
208                 Item "Open All Notes|A" "inset-forall Note inset-toggle open"
209                 Item "Close All Notes|l" "inset-forall Note inset-toggle close"
210         End
211
212 #
213 # InsetPhantom context menu
214 #
215
216         Menu "context-phantom"
217                 Item "Phantom|P" "inset-modify phantom Phantom Phantom"
218                 Item "Horizontal Phantom|H" "inset-modify phantom Phantom HPhantom"
219                 Item "Vertical Phantom|V" "inset-modify phantom Phantom VPhantom"
220         End
221
222
223 #
224 # InsetQuotes context menu
225 #
226         Menu "context-quote"
227                 SwitchQuotes
228         End
229
230 #
231 # InsetSpace context menu
232 #
233         Menu "context-space"
234                 Item "Interword Space|w" "inset-modify space \space{}"
235                 Item "Protected Space|o" "inset-modify space ~"
236                 Item "Visible Space|a" "inset-modify space \textvisiblespace{}"
237                 Item "Thin Space|T" "inset-modify space \thinspace{}"
238                 Item "Negative Thin Space|N" "inset-modify space \negthinspace{}"
239                 Item "Half Quad Space (Enskip)|k" "inset-modify space \enskip{}"
240                 Item "Protected Half Quad Space (Enspace)|E" "inset-modify space \enspace{}"
241                 Item "Quad Space|Q" "inset-modify space \quad{}"
242                 Item "Double Quad Space|u" "inset-modify space \qquad{}"
243                 Item "Horizontal Fill|F" "inset-modify space \hfill{}"
244                 Item "Protected Horizontal Fill|i" "inset-modify space \hspace*{\fill}"
245                 Item "Horizontal Fill (Dots)|D" "inset-modify space \dotfill{}"
246                 Item "Horizontal Fill (Rule)|R" "inset-modify space \hrulefill{}"
247                 Item "Horizontal Fill (Left Arrow)|L" "inset-modify space \leftarrowfill{}"
248                 Item "Horizontal Fill (Right Arrow)|g" "inset-modify space \rightarrowfill{}"
249                 Item "Horizontal Fill (Up Brace)|p" "inset-modify space \upbracefill{}"
250                 Item "Horizontal Fill (Down Brace)|B" "inset-modify space \downbracefill{}"
251                 Item "Custom Length|C" "command-sequence inset-modify space \hspace{}; inset-settings"
252                 Separator
253                 Item "Settings...|S" "inset-settings"
254         End
255
256 #
257 # InsetMathSpace context menu
258 #
259         Menu "context-mathspace"
260                 Item "Thin Space|T" "inset-modify mathspace \thinspace{}"
261                 Item "Medium Space|M" "inset-modify mathspace \medspace{}"
262                 Item "Thick Space|h" "inset-modify mathspace \thickspace{}"
263                 Item "Negative Thin Space|N" "inset-modify mathspace \negthinspace{}"
264                 Item "Negative Medium Space|u" "inset-modify mathspace \negmedspace{}"
265                 Item "Negative Thick Space|i" "inset-modify mathspace \negthickspace{}"
266                 Item "Half Quad Space (Enskip)|k" "inset-modify mathspace \enskip{}"
267                 Item "Quad Space|Q" "inset-modify mathspace \quad{}"
268                 Item "Double Quad Space|u" "inset-modify mathspace \qquad{}"
269                 Item "Custom Length|C" "command-sequence inset-modify mathspace \hspace{} \length 1in; inset-settings"
270                 Separator
271                 Item "Settings...|S" "inset-settings"
272         End
273
274 #
275 # InsetVSpace context menu
276 #
277         Menu "context-vspace"
278                 Item "DefSkip|D" "inset-modify vspace defskip"
279                 Item "SmallSkip|S" "inset-modify vspace smallskip"
280                 Item "MedSkip|M" "inset-modify vspace medskip"
281                 Item "BigSkip|B" "inset-modify vspace bigskip"
282                 Item "VFill|F" "inset-modify vspace vfill"
283                 Item "Custom|C" "command-sequence inset-modify vspace custom; inset-settings"
284                 Separator
285                 Item "Settings...|e" "inset-settings"
286         End
287
288 #
289 # InsetInclude context menu
290 #
291         Menu "context-include"
292                 Item "Include|c" "inset-modify changetype include"
293                 Item "Input|p" "inset-modify changetype input"
294                 Item "Verbatim|V" "inset-modify changetype verbatiminput"
295                 Item "Verbatim (marked blanks)|b" "inset-modify changetype verbatiminput*"
296                 Item "Listing|L" "inset-modify changetype lstinputlisting"
297                 Separator
298                 Item "Settings...|S" "inset-settings"
299                 Separator
300                 Item "Edit Included File...|E" "inset-edit"
301         End
302
303 #
304 # InsetNewpage context menu
305 #
306         Menu "context-newpage"
307                 Item "New Page|N" "inset-modify newpage newpage"
308                 Item "Page Break|a" "inset-modify newpage pagebreak"
309                 Item "Clear Page|C" "inset-modify newpage clearpage"
310                 Item "Clear Double Page|D" "inset-modify newpage cleardoublepage"
311         End
312
313 #
314 # InsetNewline context menu
315 #
316         Menu "context-newline"
317                 Item "Ragged Line Break|R" "inset-modify newline newline"
318                 Item "Justified Line Break|J" "inset-modify newline linebreak"
319         End
320
321 #
322 # InsetNewline context menu
323 #
324         Menu "context-separator"
325                 Item "Plain Separator|P" "inset-modify separator plain"
326                 Item "Paragraph Break|B" "inset-modify separator parbreak"
327         End
328
329 #
330 # Edit context menu
331 #
332         Menu "context-edit"
333                 spellingsuggestions
334                 Separator
335                 Item "Cut" "cut"
336                 Item "Copy" "copy"
337                 Item "Paste" "paste"
338                 Submenu "Paste Recent|e" "edit_pasterecent"
339                 Separator
340                 Item "Jump Back to Saved Bookmark|B" "bookmark-goto 0"
341                 OptItem "Forward Search|F" "forward-search"
342                 Separator
343                 Item "Move Paragraph Up|o" "paragraph-move-up"
344                 Item "Move Paragraph Down|v" "paragraph-move-down"
345                 Separator
346                 EnvironmentSeparators
347                 Separator
348                 OptItem "Promote Section|r" "outline-out"
349                 OptItem "Demote Section|m" "outline-in"
350                 OptItem "Move Section Down|D" "outline-down"
351                 OptItem "Move Section Up|U" "outline-up"
352                 Arguments
353                 OptSubmenu "Insert Regular Expression" "context-edit-regexp"
354                 Separator
355                 OptItem "Accept Change|c" "change-accept"
356                 OptItem "Reject Change|j" "change-reject"
357                 Separator
358                 Item "Apply Last Text Style|A" "textstyle-apply"
359                 Submenu "Text Style|x" "edit_textstyles"
360                 Item "Paragraph Settings...|P" "layout-paragraph"
361                 LanguageSelector
362                 Separator
363                 Item "Fullscreen Mode" "ui-toggle fullscreen"
364                 OptItem "Close Current View" "tab-group-close"
365         End
366
367
368 #
369 # Regular Expression context menu
370 #
371         Menu "context-edit-regexp"
372                 Item "Anything|A" "command-sequence regexp-mode; self-insert .*"
373                 Item "Anything Non-Empty|o" "command-sequence regexp-mode; self-insert .+"
374                 Item "Any Word|W" "command-sequence regexp-mode; self-insert [a-z]+"
375                 Item "Any Number|N" "command-sequence regexp-mode; self-insert [0-9]+"
376                 Item "User Defined|U" "regexp-mode"
377         End
378
379
380 #
381 # Math Macro context menu
382 #
383
384         Menu "context-math-macro-definition"
385                 Item "Append Argument" "math-macro-add-param"
386                 Item "Remove Last Argument" "math-macro-remove-param"
387                 Separator
388                 Item "Make First Non-Optional Into Optional Argument" "math-macro-make-optional"
389                 Item "Make Last Optional Into Non-Optional Argument" "math-macro-make-nonoptional"
390                 Item "Insert Optional Argument" "math-macro-add-optional-param"
391                 Item "Remove Optional Argument" "math-macro-remove-optional-param"
392                 Separator
393                 Item "Append Argument Eating From the Right" "math-macro-append-greedy-param"
394                 Item "Append Optional Argument Eating From the Right" "math-macro-add-greedy-optional-param"
395                 Item "Remove Last Argument Spitting Out to the Right" "math-macro-remove-greedy-param"
396         End
397
398 #
399 # InsetGraphics context menu
400 #
401
402         Menu "context-graphics"
403                 Item "Settings...|S" "inset-settings"
404                 Item "Reload|R" "graphics-reload"
405                 Separator
406                 Item "Edit Externally...|x" "inset-edit"
407                 Separator
408                 GraphicsGroups
409         End
410
411 #
412 # InsetExternal context menu
413 #
414
415         Menu "context-external"
416                 Item "Settings...|S" "inset-settings"
417                 Separator
418                 Item "Edit Externally...|x" "inset-edit"
419         End
420
421 #
422 # InsetTabular context menu
423 #
424
425         Menu "table-borders"
426                 Item "Top|T" "tabular-feature toggle-line-top"
427                 Item "Bottom|B" "tabular-feature toggle-line-bottom"
428                 Item "Left|L" "tabular-feature toggle-line-left"
429                 Item "Right|R" "tabular-feature toggle-line-right"
430         End
431
432         Menu "table-alignment"
433                 Item "Left|f" "command-alternatives tabular-feature m-align-left;tabular-feature align-left"
434                 Item "Center|C" "command-alternatives tabular-feature m-align-center;tabular-feature align-center"
435                 Item "Right|h" "command-alternatives tabular-feature m-align-right;tabular-feature align-right"
436                 Item "Decimal" "tabular-feature align-decimal"
437                 Separator
438                 Item "Top" "tabular-feature valign-top"
439                 Item "Middle" "tabular-feature valign-middle"
440                 Item "Bottom" "tabular-feature valign-bottom"
441         End
442
443         Menu "table-cols-rows"
444                 Item "Multicolumn|u" "tabular-feature multicolumn"
445                 Item "Multirow|w" "tabular-feature multirow"
446                 Separator
447                 Item "Append Row|A" "tabular-feature append-row"
448                 Item "Delete Row|D" "tabular-feature delete-row"
449                 Item "Copy Row|o" "tabular-feature copy-row"
450                 Item "Move Row Up" "tabular-feature move-row-up"
451                 Item "Move Row Down" "tabular-feature move-row-down"
452                 Separator
453                 Item "Append Column|p" "tabular-feature append-column"
454                 Item "Delete Column|e" "tabular-feature delete-column"
455                 Item "Copy Column|y" "tabular-feature copy-column"
456                 Item "Move Column Right|v" "tabular-feature move-column-right"
457                 Item "Move Column Left" "tabular-feature move-column-left"
458         End
459
460         Menu "context-tabular"
461                 Item "Multi-page Table|g" "tabular-feature toggle-longtabular"
462                 Item "Formal Style|m" "tabular-feature toggle-booktabs"
463                 Separator
464                 Submenu "Borders|d" "table-borders"
465                 Submenu "Alignment|i" "table-alignment"
466                 Submenu "Columns/Rows|C" "table-cols-rows"
467                 Separator
468                 Item "Settings...|S" "inset-settings tabular"
469         End
470
471 #
472 # InsetInfo context menu
473 #
474
475         Menu "buffer-info"
476                 Item "File|F" "inset-modify buffer name"
477                 Item "Path|P" "inset-modify buffer path"
478                 Item "Class|C" "inset-modify buffer class"
479                 Separator
480                 Item "File Revision|R" "inset-modify buffer vcs-revision"
481                 Item "Tree Revision|T" "inset-modify buffer vcs-tree-revision"
482                 Item "Revision Author|A" "inset-modify buffer vcs-author"
483                 Item "Revision Date|D" "inset-modify buffer vcs-date"
484                 Item "Revision Time|i" "inset-modify buffer vcs-time"
485                 Separator
486                 Item "LyX Version|X" "inset-modify lyxinfo version"
487         End
488
489         Menu "context-info"
490                 Submenu "Document Info|D" "buffer-info"
491                 Separator
492                 Item "Copy Text|o" "inset-copy-as"
493                 Item "Settings...|S" "inset-settings info"
494         End
495
496 #
497 # InsetBranch context menu
498 #
499
500         Menu "context-branch"
501                 OptItem "Activate Branch|A" "branch-activate"
502                 OptItem "Deactivate Branch|e" "branch-deactivate"
503                 OptItem "Activate Branch in Master|M" "branch-master-activate"
504                 OptItem "Deactivate Branch in Master|v" "branch-master-deactivate"
505                 OptItem "Invert Inset|I" "branch-invert"
506                 OptItem "Add Unknown Branch|w" "branch-add"
507         End
508
509 #
510 # Toc Labels and References context menu
511 #
512
513         Menu "context-toc-label"
514                 OptItem "Copy as Reference|C" "label-copy-as-reference"
515                 OptItem "Insert Reference at Cursor Position|I" "label-insert-as-reference"
516                 Separator
517                 Item "Settings...|S" "inset-settings"
518         End
519
520 #
521 # Toc Branches context menu
522 #
523
524         Menu "context-toc-branch"
525                 OptItem "Activate Branch|A" "branch-activate"
526                 OptItem "Deactivate Branch|e" "branch-deactivate"
527                 Separator
528                 Item "Settings...|S" "inset-settings"
529         End
530
531 #
532 # Toc Graphics context menu
533 #
534
535         Menu "context-toc-graphics"
536                 Item "Settings...|S" "inset-settings"
537                 Separator
538                 Item "Edit Externally...|x" "inset-edit"
539         End
540
541 #
542 # Toc Citation context menu
543 #
544
545         Menu "context-toc-citation"
546                 Item "Settings...|S" "inset-settings"
547         End
548
549 #
550 # Toc Figures context menu
551 #
552
553         Menu "context-toc-figure"
554                 Item "Settings...|S" "inset-settings"
555         End
556
557 #
558 # Toc Listings context menu
559 #
560
561         Menu "context-toc-listing"
562                 Item "Settings...|S" "inset-settings"
563         End
564
565 #
566 # Toc Tables context menu
567 #
568
569         Menu "context-toc-table"
570                 Item "Settings...|S" "inset-settings"
571         End
572
573 #
574 # Toc Childs context menu
575 #
576         Menu "context-toc-child"
577                 Item "Include|c" "inset-modify changetype include"
578                 Item "Input|p" "inset-modify changetype input"
579                 Item "Verbatim|V" "inset-modify changetype verbatiminput"
580                 Item "Verbatim (marked blanks)|b" "inset-modify changetype verbatiminput*"
581                 Item "Listing|L" "inset-modify changetype lstinputlisting"
582                 Separator
583                 Item "Settings...|S" "inset-settings"
584                 Separator
585                 Item "Edit Included File...|E" "inset-edit"
586         End
587
588 #
589 # Toc Indices context menu
590 #
591
592         Menu "context-toc-index"
593                 OptItem "Settings...|S" "inset-settings"
594         End
595
596 #
597 # Index context menu
598 #
599
600         Menu "context-index"
601                 IndicesContext
602         End
603
604 #
605 # Index Lists context menu
606 #
607
608         Menu "context-indexprint"
609                 Item "All Indexes|A" "inset-modify check-printindex*"
610                 IndicesListsContext
611                 Separator
612                 Item "Subindex|b" "inset-modify toggle-subindex"
613                 Separator
614                 OptItem "Settings...|S" "inset-settings"
615         End
616
617 #
618 # Nomencl List context menu
619 #
620
621         Menu "context-nomenclprint"
622                 OptItem "Settings...|S" "inset-settings"
623         End
624
625
626 # InsetPreview context menu
627 #
628
629         Menu "context-preview"
630                 Item "Dissolve Inset|D" "inset-dissolve"
631         End
632
633
634 #
635 # Toc Changes context menu
636 #
637
638         Menu "context-toc-change"
639                 Item "Accept Change|c" "change-accept"
640                 Item "Reject Change|R" "change-reject"
641         End     
642         
643 #
644 # Toc Table of Context context menu
645 #
646
647         Menu "context-toc-tableofcontents"
648                 Item "Promote Section|P" "outline-out"
649                 Item "Demote Section|D" "outline-in"
650                 Item "Move Section Up|U" "outline-up"
651                 Item "Move Section Down|w" "outline-down"
652                 Separator
653                 Item "Select Section|S" "section-select"
654         End     
655
656 #
657 # InsetERT context menu
658 #
659         Menu "context-ert"
660                 # repeat 1 is added as a work-around to not indicate this action as toggable
661                 Item "Wrap by Preview|y" "command-sequence repeat 1;inset-toggle;char-forward;char-backward;char-forward-select;preview-insert;char-backward;char-backward;inset-toggle"
662         End
663
664 #
665 # InsetHyperlink context menu
666 #
667         Menu "context-hyperlink"
668                 Item "Settings...|S" "inset-settings"
669         End
670
671 #
672 # Toolbar context menu
673 #
674         Menu "context-toolbars"
675                 Toolbars
676                 Separator
677                 Item "Lock Toolbars|L" "toolbar-movable *"
678                 Separator
679                 Item "Small-sized Icons" "icon-size small"
680                 Item "Normal-sized Icons" "icon-size normal"
681                 Item "Big-sized Icons" "icon-size big"
682                 Item "Huge-sized Icons" "icon-size huge"
683                 Item "Giant-sized Icons" "icon-size giant"
684         End
685
686 End