pw3270.pot
19.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-10-15 13:43-0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/objects/application/application.c:206
#, c-format
msgid "\"%s\" is not a valid user interface name"
msgstr ""
#: src/objects/application/actions/about.c:93
msgid "32 bits Linux"
msgstr ""
#: src/objects/application/actions/about.c:91
msgid "32 bits Windows"
msgstr ""
#: src/objects/actions/save.c:156 src/objects/os/linux/savedesktopicon.c:267
msgid "3270 session files"
msgstr ""
#: src/objects/application/actions/about.c:87
#, c-format
msgid "3270 terminal emulator for %s."
msgstr ""
#: src/objects/application/actions/about.c:95
msgid "64 bits Linux"
msgstr ""
#: src/objects/application/actions/about.c:89
msgid "64 bits Windows"
msgstr ""
#: src/objects/application/actions/about.c:188 ui/application.xml:39
#: ui/application.xml:537
msgid "About PW3270"
msgstr ""
#: src/objects/actions/abstract.c:93
msgid "Action Name"
msgstr ""
#: src/objects/window/window.c:184
msgid "Action Names"
msgstr ""
#: ui/window.xml:379 ui/window.xml:494 ui/application.xml:509
msgid "Alert sound"
msgstr ""
#: src/main/tools.c:99 src/tools/entry.c:88
msgid "All files"
msgstr ""
#: ui/window.xml:178 ui/application.xml:251
msgid "Append to copy"
msgstr ""
#: src/objects/application/actions/about.c:129
msgid "Apple version"
msgstr ""
#: ui/window.xml:132 ui/application.xml:389
msgid "Application"
msgstr ""
#: src/objects/window/header-settings.c:123
msgid "Application menu"
msgstr ""
#: src/objects/application/actions/preferences.c:76 ui/application.xml:83
msgid "Application preferences"
msgstr ""
#: src/objects/window/page.c:264
msgid "Apply"
msgstr ""
#: ui/application.xml:484
msgid "Auto-Reconnect"
msgstr ""
#: src/objects/toolbar/settings.c:112 src/objects/settings/actionview.c:73
msgid "Available"
msgstr ""
#: src/objects/application/actions/about.c:132
msgid "Based on X3270 from"
msgstr ""
#: ui/window.xml:408 ui/application.xml:474
msgid "Blank Fill"
msgstr ""
#: ui/application.xml:439
msgid "Blinking Cursor"
msgstr ""
#: ui/application.xml:489
msgid "Bold"
msgstr ""
#: src/objects/window/terminal.c:165
msgid "Can't load session file"
msgstr ""
#: src/objects/window/terminal.c:160
#, c-format
msgid "Can't use \"%s\""
msgstr ""
#: src/objects/application/actions/open.c:49 src/objects/window/page.c:265
#: src/tools/entry.c:71
msgid "Cancel"
msgstr ""
#: src/objects/window/actions/setcolors.c:46
msgid "Change terminal colors"
msgstr ""
#: src/objects/application/actions/preferences.c:78
msgid "Change the application preferences"
msgstr ""
#: src/objects/window/header-settings.c:98
msgid "Change the position of the title bar icons"
msgstr ""
#: src/objects/window/actions/sessionproperties.c:47
msgid "Change the preferences for the active session"
msgstr ""
#: ui/window.xml:192 ui/window.xml:334 ui/application.xml:304
msgid "Clear"
msgstr ""
#: ui/window.xml:84 ui/window.xml:121 ui/application.xml:149
#: ui/application.xml:186
msgid "Clipboard contents"
msgstr ""
#: src/objects/application/actions/window.c:65
msgid "Close all windows and exit application"
msgstr ""
#: src/objects/window/actions/close.c:61
msgid "Close the window"
msgstr ""
#: src/objects/window/actions/close.c:60 ui/window.xml:280 ui/window.xml:473
#: ui/window.xml:580 ui/application.xml:216
msgid "Close window"
msgstr ""
#: src/objects/window/actions/setcolors.c:45
msgid "Colors"
msgstr ""
#: src/objects/os/linux/savedesktopicon.c:101
msgid "Comment"
msgstr ""
#: src/objects/window/actions/connect.c:59
msgid "Connect"
msgstr ""
#: ui/application.xml:434
msgid "Connect on startup"
msgstr ""
#: src/objects/window/actions/connect.c:60
msgid "Connect to host"
msgstr ""
#: src/objects/window/window.c:753 src/objects/window/page.c:218
msgid "Connected to host"
msgstr ""
#: src/tools/entry.c:131
msgid "Continue"
msgstr ""
#: src/objects/application/actions/about.c:130
msgid "Contributors"
msgstr ""
#: ui/window.xml:153 ui/application.xml:236
msgid "Copy"
msgstr ""
#: ui/window.xml:168
msgid "Copy as HTML"
msgstr ""
#: ui/window.xml:173
msgid "Copy as image"
msgstr ""
#: ui/window.xml:163 ui/application.xml:246
msgid "Copy as table"
msgstr ""
#: ui/window.xml:158 ui/application.xml:241
msgid "Copy as text"
msgstr ""
#: src/objects/os/linux/savedesktopicon.c:114
msgid "Create shortcut for the current session"
msgstr ""
#: ui/window.xml:369 ui/application.xml:459
msgid "Cross hair cursor"
msgstr ""
#: ui/window.xml:111 ui/application.xml:176
msgid "Current Screen"
msgstr ""
#: ui/window.xml:74 ui/application.xml:139
msgid "Current screen"
msgstr ""
#: ui/window.xml:137 ui/application.xml:394
msgid "Current session"
msgstr ""
#: ui/window.xml:183 ui/application.xml:256
msgid "Cut"
msgstr ""
#: ui/window.xml:202 ui/window.xml:344 ui/application.xml:314
msgid "Delete Field"
msgstr ""
#: ui/window.xml:275 ui/window.xml:468
msgid "Disconnect"
msgstr ""
#: src/objects/window/window.c:753 src/objects/window/window.c:780
#: src/objects/window/page.c:207
msgid "Disconnected from host"
msgstr ""
#: ui/window.xml:391 ui/window.xml:507 ui/application.xml:524
msgid "Dynamic font spacing"
msgstr ""
#: src/objects/keypad/element.c:128
msgid "Element col"
msgstr ""
#: src/objects/keypad/element.c:152
msgid "Element height in rows"
msgstr ""
#: src/objects/keypad/element.c:116
msgid "Element row"
msgstr ""
#: src/objects/keypad/element.c:140
msgid "Element width in columns"
msgstr ""
#: src/objects/actions/abstract.c:140
msgid "Enabled"
msgstr ""
#: src/objects/settings/actionview.c:78
msgid "End"
msgstr ""
#: ui/window.xml:197 ui/window.xml:339 ui/application.xml:309
msgid "Erase input"
msgstr ""
#: ui/window.xml:207 ui/window.xml:349 ui/application.xml:319
msgid "Erase to end of field"
msgstr ""
#: ui/window.xml:212 ui/window.xml:354 ui/application.xml:324
msgid "Erase to end of line"
msgstr ""
#: ui/application.xml:352
msgid "Field attributes"
msgstr ""
#: ui/application.xml:454
msgid "Full Screen"
msgstr ""
#: ui/window.xml:246 ui/window.xml:417 ui/window.xml:512
msgid "Full screen"
msgstr ""
#: keypad/10-bottom.xml:34
msgid "Function bar"
msgstr ""
#: src/objects/os/linux/savedesktopicon.c:94
msgid "Generic name"
msgstr ""
#: ui/application.xml:36 ui/application.xml:534
msgid "Help"
msgstr ""
#: src/objects/window/actions/hostproperties.c:45
msgid "Host properties"
msgstr ""
#: src/objects/window/window.c:552 src/objects/os/linux/savedesktopicon.c:102
msgid "IBM 3270 Terminal emulator"
msgstr ""
#: src/objects/actions/view.c:90
msgid "Icon"
msgstr ""
#: src/objects/actions/abstract.c:101
msgid "Icon Name"
msgstr ""
#: src/objects/toolbar/settings.c:54
msgid "Icon Size"
msgstr ""
#: src/objects/toolbar/settings.c:61
msgid "Icon Style"
msgstr ""
#: src/objects/toolbar/models.c:52
msgid "Icon _size"
msgstr ""
#: src/objects/toolbar/models.c:108
msgid "Icon type"
msgstr ""
#: src/objects/toolbar/models.c:97
msgid "Icons & text"
msgstr ""
#: src/objects/toolbar/models.c:87
msgid "Icons only"
msgstr ""
#: src/objects/actions/abstract.c:141
msgid "If the action can be activated"
msgstr ""
#: ui/window.xml:484
msgid "Insert"
msgstr ""
#: src/objects/keypad/attribute.c:79
msgid "Invalid or unknown property type"
msgstr ""
#: src/objects/settings/actionview.c:79
msgid "Items packed from the end to the start"
msgstr ""
#: src/objects/settings/actionview.c:69
msgid "Items packed from the start to the end"
msgstr ""
#: src/objects/toolbar/settings.c:106
msgid "Itens"
msgstr ""
#: ui/application.xml:499
msgid "Keep selected"
msgstr ""
#: src/objects/keypad/model.c:103
msgid "Keypad Label"
msgstr ""
#: src/objects/keypad/model.c:93
msgid "Keypad Name"
msgstr ""
#: src/objects/keypad/model.c:136
msgid "Keypad height in rows"
msgstr ""
#: src/objects/keypad/model.c:124
msgid "Keypad width in columns"
msgstr ""
#: src/main/placeholders.c:114
msgid "Keypads"
msgstr ""
#: src/objects/application/actions/about.c:140
msgid "LICENSE"
msgstr ""
#: src/objects/actions/view.c:99
msgid "Label"
msgstr ""
#: src/objects/toolbar/models.c:66
msgid "Large"
msgstr ""
#: src/objects/toolbar/settings.c:176
msgid "Layout"
msgstr ""
#: src/objects/settings/actionview.c:74
msgid "List of the available and unpacked actions"
msgstr ""
#: ui/application.xml:71
msgid "Main Menu"
msgstr ""
#: ui/application.xml:66
msgid "Main Toolbar"
msgstr ""
#: ui/window.xml:555
msgid "Main menu"
msgstr ""
#: src/objects/application/actions/about.c:128
msgid "Maintainers"
msgstr ""
#: ui/application.xml:347
msgid "Menu"
msgstr ""
#: ui/window.xml:521 ui/application.xml:403
msgid "Model 2 - 80x24"
msgstr ""
#: ui/window.xml:526 ui/application.xml:408
msgid "Model 3 - 80x32"
msgstr ""
#: ui/window.xml:531 ui/application.xml:413
msgid "Model 4 - 80x43"
msgstr ""
#: ui/window.xml:536 ui/application.xml:418
msgid "Model 5 - 132x27"
msgstr ""
#: ui/window.xml:386 ui/application.xml:444
msgid "Monocase"
msgstr ""
#: ui/application.xml:519
msgid "Network keep alive"
msgstr ""
#: src/objects/window/page.c:275
msgid "New session name"
msgstr ""
#: src/objects/application/actions/window.c:84
msgid "New tab"
msgstr ""
#: src/objects/application/actions/window.c:85
msgid "New tab with default session"
msgstr ""
#: src/objects/application/actions/window.c:104
msgid "New window"
msgstr ""
#: src/objects/application/actions/window.c:105
msgid "New window with default session"
msgstr ""
#: src/objects/application/actions/open.c:48
msgid "Open Session"
msgstr ""
#: ui/application.xml:55
msgid "Open in New Tab"
msgstr ""
#: ui/application.xml:50
msgid "Open in New Window"
msgstr ""
#: src/objects/application/actions/open.c:128
msgid "Open in new tab"
msgstr ""
#: src/objects/application/actions/open.c:116
msgid "Open in new window"
msgstr ""
#: src/objects/application/actions/open.c:129
msgid "Open session in New Tab"
msgstr ""
#: src/objects/application/actions/open.c:117
msgid "Open session in New window"
msgstr ""
#: ui/window.xml:222 ui/window.xml:364 ui/window.xml:504 ui/application.xml:431
msgid "Options"
msgstr ""
#: src/objects/actions/abstract.c:124
msgid "Parameter Type"
msgstr ""
#: ui/window.xml:296 ui/application.xml:261
msgid "Paste from clipboard"
msgstr ""
#: ui/window.xml:306 ui/application.xml:271
msgid "Paste from text file"
msgstr ""
#: ui/window.xml:301 ui/application.xml:266
msgid "Paste next"
msgstr ""
#: ui/window.xml:403 ui/application.xml:469
msgid "Paste with left margin"
msgstr ""
#: src/objects/os/linux/savedesktopicon.c:71
msgid "Path for the new shortcut"
msgstr ""
#: ui/window.xml:129
msgid "Preferences"
msgstr ""
#: ui/window.xml:108 ui/application.xml:173
msgid "Print"
msgstr ""
#: ui/window.xml:454
msgid "Print screen"
msgstr ""
#: ui/window.xml:262
msgid "Print selected"
msgstr ""
#: src/objects/keypad/attribute.c:116
#, c-format
msgid "Property \"%s\" is invalid for this object"
msgstr ""
#: src/objects/application/actions/window.c:64 ui/application.xml:88
msgid "Quit"
msgstr ""
#: src/objects/window/page.c:262
msgid "Rename Session"
msgstr ""
#: ui/window.xml:325 ui/application.xml:295
msgid "Reselect"
msgstr ""
#: ui/window.xml:374 ui/application.xml:464
msgid "Resize on alternate screen"
msgstr ""
#: keypad/00-right.xml:34
msgid "Right keypad"
msgstr ""
#: ui/window.xml:69 ui/application.xml:134
msgid "Save"
msgstr ""
#: src/objects/actions/save.c:77
msgid "Save current session preferences to file"
msgstr ""
#: ui/window.xml:449
msgid "Save screen"
msgstr ""
#: ui/window.xml:257
msgid "Save selected"
msgstr ""
#: src/objects/actions/save.c:75 src/objects/actions/save.c:153
msgid "Save session preferences"
msgstr ""
#: src/objects/os/linux/savedesktopicon.c:113
msgid "Save session shortcut"
msgstr ""
#: src/objects/os/linux/savedesktopicon.c:264
msgid "Save to session filename"
msgstr ""
#: src/objects/os/linux/savedesktopicon.c:236
msgid "Save to shortcut file"
msgstr ""
#: ui/window.xml:518 ui/application.xml:400
msgid "Screen size"
msgstr ""
#: ui/window.xml:320 ui/application.xml:285
msgid "Select Field"
msgstr ""
#: ui/window.xml:315 ui/application.xml:280
msgid "Select all"
msgstr ""
#: ui/window.xml:227 ui/application.xml:479
msgid "Select by rectangles"
msgstr ""
#: src/objects/toolbar/settings.c:106
msgid "Select the toolbar itens"
msgstr ""
#: src/objects/toolbar/settings.c:111
msgid "Selected"
msgstr ""
#: ui/window.xml:79 ui/window.xml:116 ui/application.xml:144
#: ui/application.xml:181
msgid "Selected area"
msgstr ""
#: src/objects/window/actions/filetransfer.c:45
msgid "Send/Receive"
msgstr ""
#: src/objects/window/actions/filetransfer.c:46 ui/window.xml:459
#: ui/application.xml:195
msgid "Send/Receive files"
msgstr ""
#: src/objects/toolbar/settings.c:234 src/objects/toolbar/settings.c:244
msgid "Separator"
msgstr ""
#: ui/application.xml:47
msgid "Session"
msgstr ""
#: ui/window.xml:440 ui/window.xml:560 ui/application.xml:76
msgid "Session Trace"
msgstr ""
#: src/objects/actions/save.c:63 src/objects/os/linux/savedesktopicon.c:85
msgid "Session file"
msgstr ""
#: ui/window.xml:61 ui/application.xml:126
msgid "Session in New Tab"
msgstr ""
#: ui/window.xml:56 ui/application.xml:121
msgid "Session in new window"
msgstr ""
#: src/objects/actions/save.c:56 src/objects/os/linux/savedesktopicon.c:77
msgid "Session name"
msgstr ""
#: src/objects/window/actions/sessionproperties.c:46 ui/window.xml:98
#: ui/window.xml:574 ui/application.xml:163
msgid "Session preferences"
msgstr ""
#: src/objects/application/application.c:219
msgid "Set the user-interface type"
msgstr ""
#: ui/application.xml:381
msgid "Settings"
msgstr ""
#: src/objects/toolbar/settings.c:176
msgid "Setup the toolbar layout"
msgstr ""
#: src/objects/window/header-settings.c:87
msgid "Setup title bar"
msgstr ""
#: src/objects/toolbar/toolbar.c:214 src/objects/toolbar/settings.c:88
msgid "Setup toolbar"
msgstr ""
#: src/objects/os/linux/savedesktopicon.c:70
msgid "Shortcut file"
msgstr ""
#: ui/window.xml:93 ui/application.xml:158
msgid "Shortcut for this session"
msgstr ""
#: src/objects/os/linux/savedesktopicon.c:63
msgid "Shortcut name"
msgstr ""
#: ui/application.xml:494
msgid "Show Underline"
msgstr ""
#: ui/window.xml:241
msgid "Show menu"
msgstr ""
#: ui/window.xml:236
msgid "Show toolbar"
msgstr ""
#: src/objects/toolbar/models.c:61
msgid "Small"
msgstr ""
#: ui/window.xml:398 ui/application.xml:504
msgid "Smart paste"
msgstr ""
#: src/objects/os/linux/savedesktopicon.c:239
msgid "Standard desktop files"
msgstr ""
#: src/objects/settings/actionview.c:68
msgid "Start"
msgstr ""
#: src/objects/actions/abstract.c:152
msgid "State"
msgstr ""
#: src/objects/actions/abstract.c:131
msgid "State Type"
msgstr ""
#: src/objects/toolbar/models.c:115
msgid "Symbolic"
msgstr ""
#: src/objects/toolbar/models.c:55 src/objects/toolbar/models.c:82
#: src/objects/toolbar/models.c:111
msgid "System default"
msgstr ""
#: src/main/tools.c:95
msgid "TN3270 Session Files"
msgstr ""
#: ui/window.xml:45 ui/application.xml:110
msgid "Tab with default session"
msgstr ""
#: ui/application.xml:426
msgid "Terminal font"
msgstr ""
#: src/objects/toolbar/models.c:92
msgid "Text only"
msgstr ""
#: src/objects/keypad/model.c:104 src/objects/keypad/element.c:106
msgid "The Label of the keypad"
msgstr ""
#: src/objects/actions/abstract.c:109
msgid "The action label"
msgstr ""
#: src/objects/actions/abstract.c:117
msgid "The action tooltip"
msgstr ""
#: src/objects/application/application.c:160
msgid "The code of the User interface type"
msgstr ""
#: src/objects/actions/save.c:64
msgid "The file to save the current session preferences"
msgstr ""
#: src/objects/os/linux/savedesktopicon.c:86
msgid "The file with the session preferences for this shortcut"
msgstr ""
#: src/objects/actions/abstract.c:110
msgid "The label for the action"
msgstr ""
#: src/objects/keypad/element.c:96
msgid "The name of associated action"
msgstr ""
#: src/objects/window/window.c:185
msgid "The name of the actions in the header bar"
msgstr ""
#: src/objects/toolbar/toolbar.c:98
msgid "The name of the actions in the toolbar"
msgstr ""
#: src/objects/keypad/element.c:86
msgid "The name of the icon"
msgstr ""
#: src/objects/actions/abstract.c:102
msgid "The name of the icon associated with the action"
msgstr ""
#: src/objects/keypad/model.c:94
msgid "The name used to identify the keypad"
msgstr ""
#: src/objects/actions/abstract.c:94
msgid "The name used to invoke the action"
msgstr ""
#: src/objects/keypad/model.c:114
msgid "The position of the keypad"
msgstr ""
#: src/objects/actions/save.c:57 src/objects/os/linux/savedesktopicon.c:79
msgid "The session name used in the window/tab title (empty for default)"
msgstr ""
#: src/objects/actions/abstract.c:153
msgid "The state the action is in"
msgstr ""
#: src/objects/toolbar/toolbar.c:109
msgid "The toolbar icon size"
msgstr ""
#: src/objects/toolbar/toolbar.c:135
msgid "The toolbar icon type"
msgstr ""
#: src/objects/toolbar/toolbar.c:122
msgid "The toolbar style"
msgstr ""
#: src/objects/actions/abstract.c:118
msgid "The tooltip for the action"
msgstr ""
#: src/objects/actions/abstract.c:125
msgid "The type of GVariant passed to activate()"
msgstr ""
#: src/objects/actions/abstract.c:132
msgid "The type of the state kept by the action"
msgstr ""
#: src/objects/window/header-settings.c:86
msgid "Title bar"
msgstr ""
#: src/objects/window/header-settings.c:98
msgid "Title bar actions"
msgstr ""
#: src/objects/toolbar/settings.c:87 ui/window.xml:430 ui/window.xml:550
#: ui/application.xml:342
msgid "Toolbar"
msgstr ""
#: src/objects/toolbar/settings.c:68
msgid "Toolbar Style"
msgstr ""
#: src/objects/toolbar/models.c:79
msgid "Toolbar s_tyle"
msgstr ""
#: ui/window.xml:435
msgid "Top menu"
msgstr ""
#: ui/application.xml:337
msgid "Trace"
msgstr ""
#: ui/window.xml:489 ui/application.xml:449
msgid "Track Cursor"
msgstr ""
#: src/objects/application/application.c:159
msgid "UI Type"
msgstr ""
#: ui/window.xml:267 ui/application.xml:290
msgid "Unselect"
msgstr ""
#: ui/application.xml:514
msgid "Use +/- for field navigation"
msgstr ""
#: src/objects/application/actions/about.c:70
#, c-format
msgid "Version %s-%s"
msgstr ""
#: src/objects/window/header.c:66 ui/window.xml:427 ui/window.xml:547
#: ui/application.xml:63
msgid "View"
msgstr ""
#: src/objects/application/actions/about.c:163
msgid "View this project on github"
msgstr ""
#: ui/window.xml:40 ui/application.xml:105
msgid "Window with default session"
msgstr ""
#: src/objects/settings/dialog.c:79
msgid "_Apply"
msgstr ""
#: src/objects/actions/save.c:102 src/objects/settings/dialog.c:78
#: src/objects/os/linux/savedesktopicon.c:174
msgid "_Cancel"
msgstr ""
#: src/objects/window/page.c:371
msgid "_Close session"
msgstr ""
#: ui/window.xml:569 ui/application.xml:368
msgid "_Connect"
msgstr ""
#: ui/application.xml:373
msgid "_Disconnect"
msgstr ""
#: ui/window.xml:148 ui/window.xml:291 ui/application.xml:231
msgid "_Edit"
msgstr ""
#: ui/application.xml:98
msgid "_File"
msgstr ""
#: ui/application.xml:360
msgid "_Network"
msgstr ""
#: ui/window.xml:37 ui/application.xml:102
msgid "_New"
msgstr ""
#: ui/window.xml:53 ui/application.xml:118
msgid "_Open"
msgstr ""
#: src/objects/toolbar/toolbar.c:236
msgid "_Preferences"
msgstr ""
#: src/objects/window/page.c:365
msgid "_Rename session"
msgstr ""
#: src/objects/actions/save.c:103 src/objects/os/linux/savedesktopicon.c:175
msgid "_Save"
msgstr ""
#: ui/application.xml:334
msgid "_View"
msgstr ""
#: src/objects/application/actions/about.c:162
msgid "https://github.com/PerryWerneck/pw3270"
msgstr ""
#: src/objects/application/actions/about.c:165
msgid "translator-credits"
msgstr ""