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-11-15 21:29+0100\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:1211
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 "Scroll single _line using Shift-Up/-Down keys"
369 #: ../terminal/terminal-preferences-dialog.c:296
371 "Enable this option to be able to scroll by a single line using the up/down "
372 "arrow keys together with the Shift key."
375 #: ../terminal/terminal-preferences-dialog.c:305
376 msgid "Sc_roll on output"
379 #: ../terminal/terminal-preferences-dialog.c:308
381 "This option controls whether the terminal will scroll down automatically "
382 "whenever new output is generated by the commands running inside the terminal."
385 #: ../terminal/terminal-preferences-dialog.c:314
386 msgid "Scroll on _keystroke"
389 #: ../terminal/terminal-preferences-dialog.c:317
391 "Enables you to press any key on the keyboard to scroll down the terminal "
392 "window to the command prompt."
395 #: ../terminal/terminal-preferences-dialog.c:323
396 msgid "_Scrollbar is:"
399 #: ../terminal/terminal-preferences-dialog.c:329
400 #: ../terminal/terminal-preferences.c:394
401 #: ../terminal/terminal-preferences.c:405
402 #: ../terminal/terminal-preferences.c:416
403 #: ../terminal/terminal-preferences.c:427
404 #: ../terminal/terminal-preferences.c:449
405 #: ../terminal/terminal-preferences.c:460
406 #: ../terminal/terminal-preferences.c:471
407 #: ../terminal/terminal-shortcut-editor.c:209
408 #: ../terminal/terminal-shortcut-editor.c:392
412 #: ../terminal/terminal-preferences-dialog.c:330
413 msgid "On the left side"
416 #: ../terminal/terminal-preferences-dialog.c:331
417 msgid "On the right side"
420 #: ../terminal/terminal-preferences-dialog.c:343
424 #: ../terminal/terminal-preferences-dialog.c:353
426 "Specifies the number of lines that you can scroll back using the scrollbar."
429 #: ../terminal/terminal-preferences-dialog.c:369
433 #: ../terminal/terminal-preferences-dialog.c:387
437 #: ../terminal/terminal-preferences-dialog.c:396
438 msgid "Choose Terminal Font"
441 #: ../terminal/terminal-preferences-dialog.c:401
442 msgid "Enable anti-aliasing for the terminal font"
445 #: ../terminal/terminal-preferences-dialog.c:404
447 "Enable this option if you want Terminal to use anti-aliasing when rendering "
448 "text in terminal windows. Disabling this option can impressively speed up "
449 "terminal rendering performance and reduce the overall system load on slow "
453 #: ../terminal/terminal-preferences-dialog.c:411
454 msgid "Allow bold text"
457 #: ../terminal/terminal-preferences-dialog.c:414
459 "Enable this option to allow applications running inside the terminal windows "
463 #: ../terminal/terminal-preferences-dialog.c:423
464 msgid "<b>Background</b>"
467 #: ../terminal/terminal-preferences-dialog.c:433
468 msgid "None (use solid color)"
471 #: ../terminal/terminal-preferences-dialog.c:434
472 msgid "Background image"
475 #: ../terminal/terminal-preferences-dialog.c:435
476 msgid "Transparent background"
479 #: ../terminal/terminal-preferences-dialog.c:452
483 #: ../terminal/terminal-preferences-dialog.c:477
487 #: ../terminal/terminal-preferences-dialog.c:483
491 #: ../terminal/terminal-preferences-dialog.c:484
495 #: ../terminal/terminal-preferences-dialog.c:485
499 #: ../terminal/terminal-preferences-dialog.c:486
503 #: ../terminal/terminal-preferences-dialog.c:502
504 msgid "Shade transparent or image background:"
507 #: ../terminal/terminal-preferences-dialog.c:515
508 msgid "<small><i>None</i></small>"
511 #: ../terminal/terminal-preferences-dialog.c:526
512 msgid "<small><i>Maximum</i></small>"
515 #: ../terminal/terminal-preferences-dialog.c:534
516 msgid "<b>Opening New Windows</b>"
519 #: ../terminal/terminal-preferences-dialog.c:543
520 msgid "Display _menubar in new windows"
523 #: ../terminal/terminal-preferences-dialog.c:546
525 "Enable this option to show the menubar in newly created terminal windows."
528 #: ../terminal/terminal-preferences-dialog.c:551
529 msgid "Display _toolbars in new windows"
532 #: ../terminal/terminal-preferences-dialog.c:554
534 "Enable this option to show the toolbars in newly created terminal windows."
537 #: ../terminal/terminal-preferences-dialog.c:559
538 msgid "Display _borders around new windows"
541 #: ../terminal/terminal-preferences-dialog.c:562
543 "Enable this option to show window decorations around newly created terminal "
547 #: ../terminal/terminal-preferences-dialog.c:574
551 #: ../terminal/terminal-preferences-dialog.c:592
552 msgid "<b>Foreground and Background</b>"
555 #: ../terminal/terminal-preferences-dialog.c:604
556 msgid "_Text and cursor color:"
559 #: ../terminal/terminal-preferences-dialog.c:619
560 msgid "Choose terminal text color"
563 #: ../terminal/terminal-preferences-dialog.c:627
564 #: ../terminal/terminal-preferences-dialog.c:642
565 #: ../terminal/terminal-preferences-dialog.c:671
566 #: ../terminal/terminal-preferences-dialog.c:720
567 msgid "Color Selector"
570 #: ../terminal/terminal-preferences-dialog.c:628
571 #: ../terminal/terminal-preferences-dialog.c:643
572 #: ../terminal/terminal-preferences-dialog.c:672
573 #: ../terminal/terminal-preferences-dialog.c:721
574 msgid "Open a dialog to specify the color"
577 #: ../terminal/terminal-preferences-dialog.c:634
578 msgid "Choose terminal cursor color"
581 #: ../terminal/terminal-preferences-dialog.c:650
582 msgid "_Background color:"
585 #: ../terminal/terminal-preferences-dialog.c:662
586 msgid "Choose terminal background color"
589 #: ../terminal/terminal-preferences-dialog.c:682
590 msgid "<b>Text Selection</b>"
593 #: ../terminal/terminal-preferences-dialog.c:693
594 msgid "Use _default color"
597 #: ../terminal/terminal-preferences-dialog.c:696
598 msgid "Use the default text selection background color"
601 #: ../terminal/terminal-preferences-dialog.c:701
602 msgid "Use _custom color"
605 #: ../terminal/terminal-preferences-dialog.c:704
606 msgid "Use a custom text selection background color"
609 #: ../terminal/terminal-preferences-dialog.c:712
610 msgid "Choose terminal text selection background color"
613 #: ../terminal/terminal-preferences-dialog.c:731
614 msgid "<b>Palette</b>"
617 #: ../terminal/terminal-preferences-dialog.c:741
618 msgid "Terminal applications have this color palette available to them:"
622 #: ../terminal/terminal-preferences-dialog.c:763
624 msgid "Palette entry %d"
627 #: ../terminal/terminal-preferences-dialog.c:778
631 #: ../terminal/terminal-preferences-dialog.c:796
632 msgid "<b>Shortcut keys</b>"
635 #: ../terminal/terminal-preferences-dialog.c:822
636 msgid "<b>Menubar access</b>"
639 #: ../terminal/terminal-preferences-dialog.c:831
640 msgid "Disable all me_nu access keys (such as Alt+f)"
643 #: ../terminal/terminal-preferences-dialog.c:836
644 msgid "Disable m_enu shortcut key (F10 by default)"
647 #: ../terminal/terminal-preferences-dialog.c:848
651 #: ../terminal/terminal-preferences-dialog.c:866
652 msgid "<b>Compatibility</b>"
655 #: ../terminal/terminal-preferences-dialog.c:877
657 "These options may cause some applications to behave incorrectly. They are "
658 "only here to allow you to work around certain applications and operating "
659 "systems that expect different terminal behavior."
662 #: ../terminal/terminal-preferences-dialog.c:885
663 msgid "_Backspace key generates:"
666 #: ../terminal/terminal-preferences-dialog.c:891
667 #: ../terminal/terminal-preferences-dialog.c:912
671 #: ../terminal/terminal-preferences-dialog.c:892
672 #: ../terminal/terminal-preferences-dialog.c:913
676 #: ../terminal/terminal-preferences-dialog.c:893
677 #: ../terminal/terminal-preferences-dialog.c:914
678 msgid "Escape sequence"
681 #: ../terminal/terminal-preferences-dialog.c:894
682 #: ../terminal/terminal-preferences-dialog.c:915
686 #: ../terminal/terminal-preferences-dialog.c:906
687 msgid "_Delete key generates:"
690 #: ../terminal/terminal-preferences-dialog.c:927
691 msgid "<tt>$TERM</tt> setting:"
694 #: ../terminal/terminal-preferences-dialog.c:935
696 "This specifies the value the $TERM environment variable is set to, when a "
697 "new terminal tab or terminal window is opened. The default should be ok for "
698 "most systems. If you have problems with colors in some applications, try "
702 #: ../terminal/terminal-preferences-dialog.c:951
703 msgid "_Reset compatibility options to defaults"
706 #: ../terminal/terminal-preferences-dialog.c:961
707 msgid "<b>Double click</b>"
710 #: ../terminal/terminal-preferences-dialog.c:970
711 msgid "Consider the following characters part of a word when double clicking:"
714 #: ../terminal/terminal-preferences-dialog.c:992
718 #. allocate the file chooser window
719 #: ../terminal/terminal-preferences-dialog.c:1051
720 msgid "Select background image file"
723 #: ../terminal/terminal-preferences-dialog.c:1064
727 #: ../terminal/terminal-preferences-dialog.c:1070
731 #: ../terminal/terminal-preferences.c:304
732 #: ../terminal/terminal-preferences.c:305
736 #: ../terminal/terminal-preferences.c:315
737 #: ../terminal/terminal-preferences.c:316
738 msgid "Open Terminal"
741 #: ../terminal/terminal-preferences.c:326
742 #: ../terminal/terminal-preferences.c:327
746 #: ../terminal/terminal-preferences.c:337
747 #: ../terminal/terminal-preferences.c:338
751 #: ../terminal/terminal-preferences.c:348
752 #: ../terminal/terminal-preferences.c:349
756 #: ../terminal/terminal-preferences.c:359
757 #: ../terminal/terminal-preferences.c:360
761 #: ../terminal/terminal-preferences.c:370
762 #: ../terminal/terminal-preferences.c:371
766 #: ../terminal/terminal-preferences.c:381
767 #: ../terminal/terminal-preferences.c:382
768 msgid "Paste Selection"
771 #: ../terminal/terminal-preferences.c:392
772 #: ../terminal/terminal-preferences.c:393
776 #: ../terminal/terminal-preferences.c:403
777 #: ../terminal/terminal-preferences.c:404
781 #: ../terminal/terminal-preferences.c:414
782 #: ../terminal/terminal-preferences.c:415
783 msgid "Show toolbars"
786 #: ../terminal/terminal-preferences.c:425
787 #: ../terminal/terminal-preferences.c:426
791 #: ../terminal/terminal-preferences.c:436
792 #: ../terminal/terminal-preferences.c:437
796 #: ../terminal/terminal-preferences.c:447
797 #: ../terminal/terminal-preferences.c:448
801 #: ../terminal/terminal-preferences.c:458
802 #: ../terminal/terminal-preferences.c:459
806 #: ../terminal/terminal-preferences.c:469
807 #: ../terminal/terminal-preferences.c:470
808 msgid "Reset and Clear"
811 #: ../terminal/terminal-preferences.c:480
812 #: ../terminal/terminal-preferences.c:481
816 #: ../terminal/terminal-preferences.c:491
817 #: ../terminal/terminal-preferences.c:492
821 #: ../terminal/terminal-preferences.c:502
822 #: ../terminal/terminal-preferences.c:503
823 msgid "Switch to Tab 1"
826 #: ../terminal/terminal-preferences.c:513
827 #: ../terminal/terminal-preferences.c:514
828 msgid "Switch to Tab 2"
831 #: ../terminal/terminal-preferences.c:524
832 #: ../terminal/terminal-preferences.c:525
833 msgid "Switch to Tab 3"
836 #: ../terminal/terminal-preferences.c:535
837 #: ../terminal/terminal-preferences.c:536
838 msgid "Switch to Tab 4"
841 #: ../terminal/terminal-preferences.c:546
842 #: ../terminal/terminal-preferences.c:547
843 msgid "Switch to Tab 5"
846 #: ../terminal/terminal-preferences.c:557
847 #: ../terminal/terminal-preferences.c:558
848 msgid "Switch to Tab 6"
851 #: ../terminal/terminal-preferences.c:568
852 #: ../terminal/terminal-preferences.c:569
853 msgid "Switch to Tab 7"
856 #: ../terminal/terminal-preferences.c:579
857 #: ../terminal/terminal-preferences.c:580
858 msgid "Switch to Tab 8"
861 #: ../terminal/terminal-preferences.c:590
862 #: ../terminal/terminal-preferences.c:591
863 msgid "Switch to Tab 9"
866 #: ../terminal/terminal-preferences.c:601
867 #: ../terminal/terminal-preferences.c:602
871 #: ../terminal/terminal-screen.c:432
872 msgid "Unable to determine your login shell."
875 #. tell the user that we were unable to execute the command
876 #: ../terminal/terminal-screen.c:960
877 msgid "Failed to execute child"
880 #: ../terminal/terminal-screen.c:1197
884 #: ../terminal/terminal-shortcut-editor.c:90
888 #: ../terminal/terminal-shortcut-editor.c:101
892 #: ../terminal/terminal-shortcut-editor.c:111
896 #: ../terminal/terminal-shortcut-editor.c:130
900 #: ../terminal/terminal-shortcut-editor.c:147
904 #: ../terminal/terminal-shortcut-editor.c:228
908 #: ../terminal/terminal-shortcut-editor.c:235
912 #: ../terminal/terminal-shortcut-editor.c:334
913 msgid "Compose shortcut"
916 #: ../terminal/terminal-shortcut-editor.c:353
917 msgid "Compose shortcut for:"
920 #: ../terminal/terminal-shortcut-editor.c:375
921 msgid "Failed to acquire keyboard"
924 #: ../terminal/terminal-shortcut-editor.c:377
925 msgid "Another application has already acquired control over your keyboard."
928 #: ../terminal/terminal-tab-header.c:203
929 msgid "Close this tab"
932 #: ../terminal/terminal-tab-header.c:327 ../terminal/terminal-window.c:202
936 #: ../terminal/terminal-tab-header.c:332 ../terminal/terminal-window.c:203
940 #: ../terminal/terminal-toolbars-view.c:133
941 msgid "Toolbar Editor"
944 #: ../terminal/terminal-widget.c:299
945 msgid "Copy Email Address"
948 #: ../terminal/terminal-widget.c:300
949 msgid "Compose Email"
952 #: ../terminal/terminal-widget.c:304
953 msgid "Copy Link Address"
956 #: ../terminal/terminal-widget.c:305
960 #: ../terminal/terminal-widget.c:459
963 "Unable to drop selection of type text/plain to terminal: Wrong format (%d) "
967 #: ../terminal/terminal-widget.c:475
970 "Unable to drop Mozilla URL on terminal: Wrong format (%d) or length (%d)\n"
973 #: ../terminal/terminal-widget.c:501
975 msgid "Unable to drop URI list on terminal: Wrong format (%d) or length (%d)\n"
978 #: ../terminal/terminal-widget.c:546
980 msgid "Received invalid color data: Wrong format (%d) or length (%d)\n"
983 #. tell the user that we were unable to open the responsible application
984 #: ../terminal/terminal-widget.c:653
986 msgid "Failed to open the URL `%s'"
989 #: ../terminal/terminal-window.c:199
993 #: ../terminal/terminal-window.c:200
997 #: ../terminal/terminal-window.c:200
998 msgid "Open a new terminal tab"
1001 #: ../terminal/terminal-window.c:201
1002 msgid "Open T_erminal"
1005 #: ../terminal/terminal-window.c:201
1006 msgid "Open a new terminal window"
1009 #: ../terminal/terminal-window.c:202
1010 msgid "Open a new window for the current terminal tab"
1013 #: ../terminal/terminal-window.c:203
1014 msgid "Close the current terminal tab"
1017 #: ../terminal/terminal-window.c:204
1018 msgid "_Close Window"
1021 #: ../terminal/terminal-window.c:204
1022 msgid "Close the terminal window"
1025 #: ../terminal/terminal-window.c:205
1029 #: ../terminal/terminal-window.c:206
1033 #: ../terminal/terminal-window.c:206
1034 msgid "Copy to clipboard"
1037 #: ../terminal/terminal-window.c:207
1041 #: ../terminal/terminal-window.c:207
1042 msgid "Paste from clipboard"
1045 #: ../terminal/terminal-window.c:208
1046 msgid "Paste _Selection"
1049 #: ../terminal/terminal-window.c:208
1050 msgid "Paste from primary selection"
1053 #: ../terminal/terminal-window.c:209
1054 msgid "_Toolbars..."
1057 #: ../terminal/terminal-window.c:209
1058 msgid "Customize the toolbars"
1061 #: ../terminal/terminal-window.c:210
1062 msgid "Pr_eferences..."
1065 #: ../terminal/terminal-window.c:210
1066 msgid "Open the Terminal preferences dialog"
1069 #: ../terminal/terminal-window.c:211
1073 #: ../terminal/terminal-window.c:212
1077 #: ../terminal/terminal-window.c:213
1078 msgid "_Set Title..."
1081 #: ../terminal/terminal-window.c:213
1082 msgid "Set a custom title for the current tab"
1085 #: ../terminal/terminal-window.c:214
1089 #: ../terminal/terminal-window.c:215
1090 msgid "Reset and C_lear"
1093 #: ../terminal/terminal-window.c:216
1097 #: ../terminal/terminal-window.c:217
1098 msgid "_Previous Tab"
1101 #: ../terminal/terminal-window.c:217
1102 msgid "Switch to previous tab"
1105 #: ../terminal/terminal-window.c:218
1109 #: ../terminal/terminal-window.c:218
1110 msgid "Switch to next tab"
1113 #: ../terminal/terminal-window.c:219
1117 #: ../terminal/terminal-window.c:220
1121 #: ../terminal/terminal-window.c:220
1122 msgid "Display help contents"
1125 #: ../terminal/terminal-window.c:221
1126 msgid "_Report a bug"
1129 #: ../terminal/terminal-window.c:221
1130 msgid "Report a bug in Terminal"
1133 #: ../terminal/terminal-window.c:222
1137 #: ../terminal/terminal-window.c:222
1138 msgid "Display information about Terminal"
1141 #: ../terminal/terminal-window.c:223
1142 msgid "_Input Methods"
1145 #: ../terminal/terminal-window.c:228
1146 msgid "Show _Menubar"
1149 #: ../terminal/terminal-window.c:228
1150 msgid "Show/hide the menubar"
1153 #: ../terminal/terminal-window.c:229
1154 msgid "Show _Toolbars"
1157 #: ../terminal/terminal-window.c:229
1158 msgid "Show/hide the toolbars"
1161 #: ../terminal/terminal-window.c:230
1162 msgid "Show Window _Borders"
1165 #: ../terminal/terminal-window.c:230
1166 msgid "Show/hide the window decorations"
1169 #: ../terminal/terminal-window.c:231
1173 #: ../terminal/terminal-window.c:231
1174 msgid "Toggle fullscreen mode"
1177 #: ../terminal/terminal-window.c:504
1181 #: ../terminal/terminal-window.c:515
1182 msgid "Close all tabs"
1185 #: ../terminal/terminal-window.c:534
1188 "This window has %d tabs open. Closing\n"
1189 "this window will also close all its tabs."
1192 #: ../terminal/terminal-window.c:537
1193 msgid "Close all tabs?"
1196 #: ../terminal/terminal-window.c:550
1197 msgid "Do _not ask me again"
1200 #: ../terminal/terminal-window.c:1327
1201 msgid "Window Title|Set Title"
1204 #: ../terminal/terminal-window.c:1341
1205 msgid "<b>Title:</b>"
1208 #: ../terminal/terminal-window.c:1355
1209 msgid "Enter the title for the current terminal tab"
1212 #: ../Terminal.desktop.in.h:2
1213 msgid "Terminal Emulator"