1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "Report-Msgid-Bugs-To: \n"
11 "POT-Creation-Date: 2007-07-20 18:44+0200\n"
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 "Language-Team: LANGUAGE <LL@li.org>\n"
16 "Content-Type: text/plain; charset=CHARSET\n"
17 "Content-Transfer-Encoding: 8bit\n"
19 #: ../terminal/main.c:45
20 msgid "Usage: Terminal [OPTION...]"
23 #: ../terminal/main.c:47
24 msgid " -h, --help Print this help message and exit"
27 #: ../terminal/main.c:48
29 " -v, --version Print version information and exit"
32 #: ../terminal/main.c:49
34 " --disable-server Do not register with the D-BUS\n"
35 " session message bus"
38 #: ../terminal/main.c:52
40 " -x, --execute Execute the remainder of the command\n"
41 " line inside the terminal"
44 #: ../terminal/main.c:54
46 " -e, --command=STRING Execute the argument to this option\n"
47 " inside the terminal"
50 #: ../terminal/main.c:56
52 " --working-directory=DIRNAME Set the terminal's working directory"
55 #: ../terminal/main.c:57
56 msgid " -T, --title=TITLE Set the terminal's title"
59 #: ../terminal/main.c:58
61 " -H, --hold Do not immediately destroy the tab\n"
62 " when the child command exits"
65 #: ../terminal/main.c:61
67 " --display=DISPLAY X display to use for the last-\n"
71 #: ../terminal/main.c:63
73 " --geometry=GEOMETRY X geometry specification (see \"X\"\n"
74 " man page), can be specified once per\n"
75 " window to be opened"
78 #: ../terminal/main.c:66
80 " --role=ROLE Set the role for the last-specified;\n"
81 " window; applies to only one window;\n"
82 " can be specified once for each window\n"
83 " you create from the command line"
86 #: ../terminal/main.c:70
88 " --startup-id=STRING ID for the startup notification\n"
92 #: ../terminal/main.c:72
94 " --fullscreen Set the last-specified window into\n"
95 " fullscreen mode; applies to only one\n"
96 " window; can be specified once for\n"
97 " each window you create from the\n"
101 #: ../terminal/main.c:77
103 " --show-menubar Turn on the menubar for the last-\n"
104 " specified window; applies to only one\n"
105 " window; can be specified once for\n"
106 " each window you create from the\n"
110 #: ../terminal/main.c:82
112 " --hide-menubar Turn off the menubar for the last-\n"
113 " specified window; applies to only one\n"
114 " window; can be specified once for\n"
115 " each window you create from the\n"
119 #: ../terminal/main.c:87
121 " --show-borders Turn on the window decorations for\n"
122 " the last-specified window; applies\n"
123 " to only one window; can be specified\n"
124 " once for each window you create from\n"
128 #: ../terminal/main.c:92
130 " --hide-borders Turn off the window decorations for\n"
131 " the last-specified window; applies\n"
132 " to only one window; can be specified\n"
133 " once for each window you create from\n"
137 #: ../terminal/main.c:97
139 " --show-toolbars Turn on the toolbars for the last-\n"
140 " specified window; applies to only one\n"
141 " window; can be specified once for\n"
142 " each window you create from the\n"
146 #: ../terminal/main.c:102
148 " --hide-toolbars Turn off the toolbars for the last-\n"
149 " specified window; applies to only one\n"
150 " window; can be specified once for\n"
151 " each window you create from the\n"
155 #: ../terminal/main.c:108
157 " --tab Open a new tab in the last-specified\n"
158 " window; more than one of these\n"
159 " options can be provided"
162 #: ../terminal/main.c:111
164 " --window Open a new window containing one tab;\n"
165 " more than one of these options can be\n"
169 #: ../terminal/main.c:115
170 msgid " --default-display=DISPLAY default X display to use"
173 #: ../terminal/main.c:116
175 " --default-working-directory=DIRNAME Set the default terminal's working\n"
179 #: ../terminal/main.c:140 ../terminal/terminal-preferences.c:1197
180 #: ../terminal/terminal-shortcut-editor.c:121 ../Terminal.desktop.in.h:1
184 #: ../terminal/main.c:162
190 " os-cillation e.K. All rights reserved.\n"
192 "Written by Benedikt Meurer <benny@xfce.org>.\n"
194 "Built with Gtk+-%d.%d.%d, running with Gtk+-%d.%d.%d.\n"
196 "Please report bugs to <%s>.\n"
199 #: ../terminal/main.c:257
201 msgid "Unable to register terminal service: %s\n"
204 #: ../terminal/main.c:266
206 msgid "Unable to launch terminal: %s\n"
209 #: ../terminal/terminal-app.c:550
211 msgid "Invalid geometry string \"%s\"\n"
214 #: ../terminal/terminal-dbus.c:113
215 msgid "User id mismatch"
218 #: ../terminal/terminal-dbus.c:145
219 msgid "D-BUS message bus disconnected, exiting...\n"
222 #: ../terminal/terminal-dbus.c:206
224 msgid "Unable to register object %s"
227 #: ../terminal/terminal-dialogs.c:77
228 msgid "X Terminal Emulator"
231 #: ../terminal/terminal-dialogs.c:87
232 msgid "translator-credits"
235 #. display an error message to the user
236 #: ../terminal/terminal-dialogs.c:245
237 msgid "Failed to open the documentation browser"
240 #: ../terminal/terminal-options.c:107
242 "Option \"--sm-client-id\" requires specifying the session id as its parameter"
245 #: ../terminal/terminal-options.c:129
247 "Option \"--execute/-x\" requires specifying the command to run on the rest "
248 "of the command line"
251 #: ../terminal/terminal-options.c:158
253 "Option \"--command/-e\" requires specifying the command to run as its "
257 #: ../terminal/terminal-options.c:187
259 "Option \"--working-directory\" requires specifying the working directory as "
263 #: ../terminal/terminal-options.c:218
264 msgid "Option \"--title/-T\" requires specifying the title as its parameter"
267 #: ../terminal/terminal-options.c:251
269 "Option \"--display\" requires specifying the X display as its parameters"
272 #: ../terminal/terminal-options.c:278
274 "Option \"--geometry\" requires specifying the window geometry as its "
278 #: ../terminal/terminal-options.c:305
279 msgid "Option \"--role\" requires specifying the window role as its parameter"
282 #: ../terminal/terminal-options.c:332
284 "Option \"--startup-id\" requires specifying the startup id as its parameter"
287 #: ../terminal/terminal-options.c:413
289 "Option \"--default-display\" requires specifying the default X display as "
293 #: ../terminal/terminal-options.c:437
295 "Option \"--default-working-directory\" requires specifying the default "
296 "working directory as its parameter"
299 #: ../terminal/terminal-options.c:453
301 msgid "Unknown option \"%s\""
304 #: ../terminal/terminal-preferences-dialog.c:140
305 msgid "Terminal Preferences"
308 #: ../terminal/terminal-preferences-dialog.c:187
312 #: ../terminal/terminal-preferences-dialog.c:200
314 "The command running inside the terminal may dynamically set a new title."
317 #: ../terminal/terminal-preferences-dialog.c:206
318 msgid "_Initial title:"
321 #: ../terminal/terminal-preferences-dialog.c:221
322 msgid "_Dynamically-set title:"
325 #: ../terminal/terminal-preferences-dialog.c:231
326 msgid "Replaces initial title"
329 #: ../terminal/terminal-preferences-dialog.c:232
330 msgid "Goes before initial title"
333 #: ../terminal/terminal-preferences-dialog.c:233
334 msgid "Goes after initial title"
337 #: ../terminal/terminal-preferences-dialog.c:234
338 msgid "Isn't displayed"
341 #: ../terminal/terminal-preferences-dialog.c:250
342 msgid "<b>Command</b>"
345 #: ../terminal/terminal-preferences-dialog.c:259
346 msgid "_Run command as login shell"
349 #: ../terminal/terminal-preferences-dialog.c:262
351 "Select this option to force Terminal to run your shell as a login shell when "
352 "you open new terminals. See the documentation of your shell for details "
353 "about differences between running it as interactive shell and running it as "
357 #: ../terminal/terminal-preferences-dialog.c:269
358 msgid "_Update utmp/wtmp records when command is launched"
361 #: ../terminal/terminal-preferences-dialog.c:278
362 msgid "<b>Scrolling</b>"
365 #: ../terminal/terminal-preferences-dialog.c:293
366 msgid "Sc_roll on output"
369 #: ../terminal/terminal-preferences-dialog.c:296
371 "This option controls whether the terminal will scroll down automatically "
372 "whenever new output is generated by the commands running inside the terminal."
375 #: ../terminal/terminal-preferences-dialog.c:302
376 msgid "Scroll on key_stroke"
379 #: ../terminal/terminal-preferences-dialog.c:305
381 "Enables you to press any key on the keyboard to scroll down the terminal "
382 "window to the command prompt."
385 #: ../terminal/terminal-preferences-dialog.c:311
386 msgid "_Scrollbar is:"
389 #: ../terminal/terminal-preferences-dialog.c:317
390 #: ../terminal/terminal-preferences.c:393
391 #: ../terminal/terminal-preferences.c:404
392 #: ../terminal/terminal-preferences.c:415
393 #: ../terminal/terminal-preferences.c:426
394 #: ../terminal/terminal-preferences.c:448
395 #: ../terminal/terminal-preferences.c:459
396 #: ../terminal/terminal-preferences.c:470
397 #: ../terminal/terminal-shortcut-editor.c:209
398 #: ../terminal/terminal-shortcut-editor.c:392
402 #: ../terminal/terminal-preferences-dialog.c:318
403 msgid "On the left side"
406 #: ../terminal/terminal-preferences-dialog.c:319
407 msgid "On the right side"
410 #: ../terminal/terminal-preferences-dialog.c:331
414 #: ../terminal/terminal-preferences-dialog.c:341
416 "Specifies the number of lines that you can scroll back using the scrollbar."
419 #: ../terminal/terminal-preferences-dialog.c:357
423 #: ../terminal/terminal-preferences-dialog.c:375
427 #: ../terminal/terminal-preferences-dialog.c:384
428 msgid "Choose Terminal Font"
431 #: ../terminal/terminal-preferences-dialog.c:389
432 msgid "Enable anti-aliasing for the terminal font"
435 #: ../terminal/terminal-preferences-dialog.c:392
437 "Enable this option if you want Terminal to use anti-aliasing when rendering "
438 "text in terminal windows. Disabling this option can impressively speed up "
439 "terminal rendering performance and reduce the overall system load on slow "
443 #: ../terminal/terminal-preferences-dialog.c:399
444 msgid "Allow bold text"
447 #: ../terminal/terminal-preferences-dialog.c:402
449 "Enable this option to allow applications running inside the terminal windows "
453 #: ../terminal/terminal-preferences-dialog.c:411
454 msgid "<b>Background</b>"
457 #: ../terminal/terminal-preferences-dialog.c:421
458 msgid "None (use solid color)"
461 #: ../terminal/terminal-preferences-dialog.c:422
462 msgid "Background image"
465 #: ../terminal/terminal-preferences-dialog.c:423
466 msgid "Transparent background"
469 #: ../terminal/terminal-preferences-dialog.c:440
473 #: ../terminal/terminal-preferences-dialog.c:465
477 #: ../terminal/terminal-preferences-dialog.c:471
481 #: ../terminal/terminal-preferences-dialog.c:472
485 #: ../terminal/terminal-preferences-dialog.c:473
489 #: ../terminal/terminal-preferences-dialog.c:474
493 #: ../terminal/terminal-preferences-dialog.c:490
494 msgid "Shade transparent or image background:"
497 #: ../terminal/terminal-preferences-dialog.c:503
498 msgid "<small><i>None</i></small>"
501 #: ../terminal/terminal-preferences-dialog.c:514
502 msgid "<small><i>Maximum</i></small>"
505 #: ../terminal/terminal-preferences-dialog.c:522
506 msgid "<b>Opening New Windows</b>"
509 #: ../terminal/terminal-preferences-dialog.c:531
510 msgid "Display _menubar in new windows"
513 #: ../terminal/terminal-preferences-dialog.c:534
515 "Enable this option to show the menubar in newly created terminal windows."
518 #: ../terminal/terminal-preferences-dialog.c:539
519 msgid "Display _toolbars in new windows"
522 #: ../terminal/terminal-preferences-dialog.c:542
524 "Enable this option to show the toolbars in newly created terminal windows."
527 #: ../terminal/terminal-preferences-dialog.c:547
528 msgid "Display _borders around new windows"
531 #: ../terminal/terminal-preferences-dialog.c:550
533 "Enable this option to show window decorations around newly created terminal "
537 #: ../terminal/terminal-preferences-dialog.c:562
541 #: ../terminal/terminal-preferences-dialog.c:580
542 msgid "<b>Foreground and Background</b>"
545 #: ../terminal/terminal-preferences-dialog.c:592
546 msgid "_Text and cursor color:"
549 #: ../terminal/terminal-preferences-dialog.c:607
550 msgid "Choose terminal text color"
553 #: ../terminal/terminal-preferences-dialog.c:615
554 #: ../terminal/terminal-preferences-dialog.c:630
555 #: ../terminal/terminal-preferences-dialog.c:659
556 #: ../terminal/terminal-preferences-dialog.c:708
557 msgid "Color Selector"
560 #: ../terminal/terminal-preferences-dialog.c:616
561 #: ../terminal/terminal-preferences-dialog.c:631
562 #: ../terminal/terminal-preferences-dialog.c:660
563 #: ../terminal/terminal-preferences-dialog.c:709
564 msgid "Open a dialog to specify the color"
567 #: ../terminal/terminal-preferences-dialog.c:622
568 msgid "Choose terminal cursor color"
571 #: ../terminal/terminal-preferences-dialog.c:638
572 msgid "_Background color:"
575 #: ../terminal/terminal-preferences-dialog.c:650
576 msgid "Choose terminal background color"
579 #: ../terminal/terminal-preferences-dialog.c:670
580 msgid "<b>Text Selection</b>"
583 #: ../terminal/terminal-preferences-dialog.c:681
584 msgid "Use _default color"
587 #: ../terminal/terminal-preferences-dialog.c:684
588 msgid "Use the default text selection background color"
591 #: ../terminal/terminal-preferences-dialog.c:689
592 msgid "Use _custom color"
595 #: ../terminal/terminal-preferences-dialog.c:692
596 msgid "Use a custom text selection background color"
599 #: ../terminal/terminal-preferences-dialog.c:700
600 msgid "Choose terminal text selection background color"
603 #: ../terminal/terminal-preferences-dialog.c:719
604 msgid "<b>Palette</b>"
607 #: ../terminal/terminal-preferences-dialog.c:729
608 msgid "Terminal applications have this color palette available to them:"
612 #: ../terminal/terminal-preferences-dialog.c:751
614 msgid "Palette entry %d"
617 #: ../terminal/terminal-preferences-dialog.c:766
621 #: ../terminal/terminal-preferences-dialog.c:784
622 msgid "<b>Shortcut keys</b>"
625 #: ../terminal/terminal-preferences-dialog.c:810
626 msgid "<b>Menubar access</b>"
629 #: ../terminal/terminal-preferences-dialog.c:819
630 msgid "Disable all me_nu access keys (such as Alt+f)"
633 #: ../terminal/terminal-preferences-dialog.c:824
634 msgid "Disable m_enu shortcut key (F10 by default)"
637 #: ../terminal/terminal-preferences-dialog.c:836
641 #: ../terminal/terminal-preferences-dialog.c:854
642 msgid "<b>Compatibility</b>"
645 #: ../terminal/terminal-preferences-dialog.c:865
647 "These options may cause some applications to behave incorrectly. They are "
648 "only here to allow you to work around certain applications and operating "
649 "systems that expect different terminal behavior."
652 #: ../terminal/terminal-preferences-dialog.c:873
653 msgid "_Backspace key generates:"
656 #: ../terminal/terminal-preferences-dialog.c:879
657 #: ../terminal/terminal-preferences-dialog.c:900
661 #: ../terminal/terminal-preferences-dialog.c:880
662 #: ../terminal/terminal-preferences-dialog.c:901
666 #: ../terminal/terminal-preferences-dialog.c:881
667 #: ../terminal/terminal-preferences-dialog.c:902
668 msgid "Escape sequence"
671 #: ../terminal/terminal-preferences-dialog.c:882
672 #: ../terminal/terminal-preferences-dialog.c:903
676 #: ../terminal/terminal-preferences-dialog.c:894
677 msgid "_Delete key generates:"
680 #: ../terminal/terminal-preferences-dialog.c:915
681 msgid "<tt>$TERM</tt> setting:"
684 #: ../terminal/terminal-preferences-dialog.c:923
686 "This specifies the value the $TERM environment variable is set to, when a "
687 "new terminal tab or terminal window is opened. The default should be ok for "
688 "most systems. If you have problems with colors in some applications, try "
692 #: ../terminal/terminal-preferences-dialog.c:939
693 msgid "_Reset compatibility options to defaults"
696 #: ../terminal/terminal-preferences-dialog.c:949
697 msgid "<b>Double click</b>"
700 #: ../terminal/terminal-preferences-dialog.c:958
701 msgid "Consider the following characters part of a word when double clicking:"
704 #: ../terminal/terminal-preferences-dialog.c:980
708 #. allocate the file chooser window
709 #: ../terminal/terminal-preferences-dialog.c:1039
710 msgid "Select background image file"
713 #: ../terminal/terminal-preferences-dialog.c:1052
717 #: ../terminal/terminal-preferences-dialog.c:1058
721 #: ../terminal/terminal-preferences.c:303
722 #: ../terminal/terminal-preferences.c:304
726 #: ../terminal/terminal-preferences.c:314
727 #: ../terminal/terminal-preferences.c:315
728 msgid "Open Terminal"
731 #: ../terminal/terminal-preferences.c:325
732 #: ../terminal/terminal-preferences.c:326
736 #: ../terminal/terminal-preferences.c:336
737 #: ../terminal/terminal-preferences.c:337
741 #: ../terminal/terminal-preferences.c:347
742 #: ../terminal/terminal-preferences.c:348
746 #: ../terminal/terminal-preferences.c:358
747 #: ../terminal/terminal-preferences.c:359
751 #: ../terminal/terminal-preferences.c:369
752 #: ../terminal/terminal-preferences.c:370
756 #: ../terminal/terminal-preferences.c:380
757 #: ../terminal/terminal-preferences.c:381
758 msgid "Paste Selection"
761 #: ../terminal/terminal-preferences.c:391
762 #: ../terminal/terminal-preferences.c:392
766 #: ../terminal/terminal-preferences.c:402
767 #: ../terminal/terminal-preferences.c:403
771 #: ../terminal/terminal-preferences.c:413
772 #: ../terminal/terminal-preferences.c:414
773 msgid "Show toolbars"
776 #: ../terminal/terminal-preferences.c:424
777 #: ../terminal/terminal-preferences.c:425
781 #: ../terminal/terminal-preferences.c:435
782 #: ../terminal/terminal-preferences.c:436
786 #: ../terminal/terminal-preferences.c:446
787 #: ../terminal/terminal-preferences.c:447
791 #: ../terminal/terminal-preferences.c:457
792 #: ../terminal/terminal-preferences.c:458
796 #: ../terminal/terminal-preferences.c:468
797 #: ../terminal/terminal-preferences.c:469
798 msgid "Reset and Clear"
801 #: ../terminal/terminal-preferences.c:479
802 #: ../terminal/terminal-preferences.c:480
806 #: ../terminal/terminal-preferences.c:490
807 #: ../terminal/terminal-preferences.c:491
811 #: ../terminal/terminal-preferences.c:501
812 #: ../terminal/terminal-preferences.c:502
813 msgid "Switch to Tab 1"
816 #: ../terminal/terminal-preferences.c:512
817 #: ../terminal/terminal-preferences.c:513
818 msgid "Switch to Tab 2"
821 #: ../terminal/terminal-preferences.c:523
822 #: ../terminal/terminal-preferences.c:524
823 msgid "Switch to Tab 3"
826 #: ../terminal/terminal-preferences.c:534
827 #: ../terminal/terminal-preferences.c:535
828 msgid "Switch to Tab 4"
831 #: ../terminal/terminal-preferences.c:545
832 #: ../terminal/terminal-preferences.c:546
833 msgid "Switch to Tab 5"
836 #: ../terminal/terminal-preferences.c:556
837 #: ../terminal/terminal-preferences.c:557
838 msgid "Switch to Tab 6"
841 #: ../terminal/terminal-preferences.c:567
842 #: ../terminal/terminal-preferences.c:568
843 msgid "Switch to Tab 7"
846 #: ../terminal/terminal-preferences.c:578
847 #: ../terminal/terminal-preferences.c:579
848 msgid "Switch to Tab 8"
851 #: ../terminal/terminal-preferences.c:589
852 #: ../terminal/terminal-preferences.c:590
853 msgid "Switch to Tab 9"
856 #: ../terminal/terminal-preferences.c:600
857 #: ../terminal/terminal-preferences.c:601
861 #: ../terminal/terminal-screen.c:432
862 msgid "Unable to determine your login shell."
865 #. tell the user that we were unable to execute the command
866 #: ../terminal/terminal-screen.c:957
867 msgid "Failed to execute child"
870 #: ../terminal/terminal-screen.c:1194
874 #: ../terminal/terminal-shortcut-editor.c:90
878 #: ../terminal/terminal-shortcut-editor.c:101
882 #: ../terminal/terminal-shortcut-editor.c:111
886 #: ../terminal/terminal-shortcut-editor.c:130
890 #: ../terminal/terminal-shortcut-editor.c:147
894 #: ../terminal/terminal-shortcut-editor.c:228
898 #: ../terminal/terminal-shortcut-editor.c:235
902 #: ../terminal/terminal-shortcut-editor.c:334
903 msgid "Compose shortcut"
906 #: ../terminal/terminal-shortcut-editor.c:353
907 msgid "Compose shortcut for:"
910 #: ../terminal/terminal-shortcut-editor.c:375
911 msgid "Failed to acquire keyboard"
914 #: ../terminal/terminal-shortcut-editor.c:377
915 msgid "Another application has already acquired control over your keyboard."
918 #: ../terminal/terminal-tab-header.c:203
919 msgid "Close this tab"
922 #: ../terminal/terminal-tab-header.c:327 ../terminal/terminal-window.c:201
926 #: ../terminal/terminal-tab-header.c:332 ../terminal/terminal-window.c:202
930 #: ../terminal/terminal-toolbars-view.c:133
931 msgid "Toolbar Editor"
934 #: ../terminal/terminal-widget.c:299
935 msgid "Copy Email Address"
938 #: ../terminal/terminal-widget.c:300
939 msgid "Compose Email"
942 #: ../terminal/terminal-widget.c:304
943 msgid "Copy Link Address"
946 #: ../terminal/terminal-widget.c:305
950 #: ../terminal/terminal-widget.c:459
953 "Unable to drop selection of type text/plain to terminal: Wrong format (%d) "
957 #: ../terminal/terminal-widget.c:475
960 "Unable to drop Mozilla URL on terminal: Wrong format (%d) or length (%d)\n"
963 #: ../terminal/terminal-widget.c:501
965 msgid "Unable to drop URI list on terminal: Wrong format (%d) or length (%d)\n"
968 #: ../terminal/terminal-widget.c:546
970 msgid "Received invalid color data: Wrong format (%d) or length (%d)\n"
973 #. tell the user that we were unable to open the responsible application
974 #: ../terminal/terminal-widget.c:643
976 msgid "Failed to open the URL `%s'"
979 #: ../terminal/terminal-window.c:198
983 #: ../terminal/terminal-window.c:199
987 #: ../terminal/terminal-window.c:199
988 msgid "Open a new terminal tab"
991 #: ../terminal/terminal-window.c:200
992 msgid "Open T_erminal"
995 #: ../terminal/terminal-window.c:200
996 msgid "Open a new terminal window"
999 #: ../terminal/terminal-window.c:201
1000 msgid "Open a new window for the current terminal tab"
1003 #: ../terminal/terminal-window.c:202
1004 msgid "Close the current terminal tab"
1007 #: ../terminal/terminal-window.c:203
1008 msgid "_Close Window"
1011 #: ../terminal/terminal-window.c:203
1012 msgid "Close the terminal window"
1015 #: ../terminal/terminal-window.c:204
1019 #: ../terminal/terminal-window.c:205
1023 #: ../terminal/terminal-window.c:205
1024 msgid "Copy to clipboard"
1027 #: ../terminal/terminal-window.c:206
1031 #: ../terminal/terminal-window.c:206
1032 msgid "Paste from clipboard"
1035 #: ../terminal/terminal-window.c:207
1036 msgid "Paste _Selection"
1039 #: ../terminal/terminal-window.c:207
1040 msgid "Paste from primary selection"
1043 #: ../terminal/terminal-window.c:208
1044 msgid "_Toolbars..."
1047 #: ../terminal/terminal-window.c:208
1048 msgid "Customize the toolbars"
1051 #: ../terminal/terminal-window.c:209
1052 msgid "Pr_eferences..."
1055 #: ../terminal/terminal-window.c:209
1056 msgid "Open the Terminal preferences dialog"
1059 #: ../terminal/terminal-window.c:210
1063 #: ../terminal/terminal-window.c:211
1067 #: ../terminal/terminal-window.c:212
1068 msgid "_Set Title..."
1071 #: ../terminal/terminal-window.c:212
1072 msgid "Set a custom title for the current tab"
1075 #: ../terminal/terminal-window.c:213
1079 #: ../terminal/terminal-window.c:214
1080 msgid "Reset and C_lear"
1083 #: ../terminal/terminal-window.c:215
1087 #: ../terminal/terminal-window.c:216
1088 msgid "_Previous Tab"
1091 #: ../terminal/terminal-window.c:216
1092 msgid "Switch to previous tab"
1095 #: ../terminal/terminal-window.c:217
1099 #: ../terminal/terminal-window.c:217
1100 msgid "Switch to next tab"
1103 #: ../terminal/terminal-window.c:218
1107 #: ../terminal/terminal-window.c:219
1111 #: ../terminal/terminal-window.c:219
1112 msgid "Display help contents"
1115 #: ../terminal/terminal-window.c:220
1116 msgid "_Report a bug"
1119 #: ../terminal/terminal-window.c:220
1120 msgid "Report a bug in Terminal"
1123 #: ../terminal/terminal-window.c:221
1127 #: ../terminal/terminal-window.c:221
1128 msgid "Display information about Terminal"
1131 #: ../terminal/terminal-window.c:222
1132 msgid "_Input Methods"
1135 #: ../terminal/terminal-window.c:227
1136 msgid "Show _Menubar"
1139 #: ../terminal/terminal-window.c:227
1140 msgid "Show/hide the menubar"
1143 #: ../terminal/terminal-window.c:228
1144 msgid "Show _Toolbars"
1147 #: ../terminal/terminal-window.c:228
1148 msgid "Show/hide the toolbars"
1151 #: ../terminal/terminal-window.c:229
1152 msgid "Show Window _Borders"
1155 #: ../terminal/terminal-window.c:229
1156 msgid "Show/hide the window decorations"
1159 #: ../terminal/terminal-window.c:230
1163 #: ../terminal/terminal-window.c:230
1164 msgid "Toggle fullscreen mode"
1167 #: ../terminal/terminal-window.c:523
1171 #: ../terminal/terminal-window.c:534
1172 msgid "Close all tabs"
1175 #: ../terminal/terminal-window.c:553
1178 "This window has %d tabs open. Closing\n"
1179 "this window will also close all its tabs."
1182 #: ../terminal/terminal-window.c:556
1183 msgid "Close all tabs?"
1186 #: ../terminal/terminal-window.c:569
1187 msgid "Do _not ask me again"
1190 #: ../terminal/terminal-window.c:1346
1191 msgid "Window Title|Set Title"
1194 #: ../terminal/terminal-window.c:1360
1195 msgid "<b>Title:</b>"
1198 #: ../terminal/terminal-window.c:1374
1199 msgid "Enter the title for the current terminal tab"
1202 #: ../Terminal.desktop.in.h:2
1203 msgid "Terminal Emulator"