pw3270.pot
21.4 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
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
# 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: 2021-12-09 16:08-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=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/objects/application/application.c:225
#, c-format
msgid "\"%s\" is not a valid user interface name"
msgstr ""
#: src/objects/application/actions/about.c:110
#, c-format
msgid "%s for %s."
msgstr ""
#: src/objects/application/actions/about.c:117
msgid "32 bits Linux"
msgstr ""
#: src/objects/application/actions/about.c:115
msgid "32 bits Windows"
msgstr ""
#: src/objects/actions/save.c:166 src/objects/os/linux/savedesktopicon.c:267
msgid "3270 session files"
msgstr ""
#: src/objects/application/actions/about.c:119
msgid "64 bits Linux"
msgstr ""
#: src/objects/application/actions/about.c:113
msgid "64 bits Windows"
msgstr ""
#: src/objects/toolbar/settings.c:215
msgid ""
"<small><b>The toolbar position only takes effect after restart</b></small>"
msgstr ""
#: src/objects/application/actions/about.c:209 ui/application.xml:39
#: ui/application.xml:552
msgid "About PW3270"
msgstr ""
#: src/objects/actions/abstract.c:93
msgid "Action Name"
msgstr ""
#: src/objects/window/window.c:233
msgid "Action Names"
msgstr ""
#: ui/window.xml:389 ui/window.xml:504 ui/application.xml:524
msgid "Alert sound"
msgstr ""
#: src/main/tools.c:79
msgid "All files"
msgstr ""
#: ui/window.xml:163 ui/application.xml:251
msgid "Append to copy"
msgstr ""
#: src/objects/application/actions/about.c:152
msgid "Apple version"
msgstr ""
#: ui/window.xml:137 ui/application.xml:384
msgid "Application"
msgstr ""
#: src/objects/window/header-settings.c:125
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:499
msgid "Auto-Reconnect"
msgstr ""
#: src/objects/toolbar/settings.c:119 src/objects/settings/actionview.c:73
msgid "Available"
msgstr ""
#: src/objects/application/actions/about.c:155
msgid "Based on X3270 from"
msgstr ""
#: ui/window.xml:418 ui/application.xml:489
msgid "Blank Fill"
msgstr ""
#: ui/application.xml:454
msgid "Blinking Cursor"
msgstr ""
#: ui/application.xml:504
msgid "Bold"
msgstr ""
#: src/objects/toolbar/models.c:134
msgid "Bottom"
msgstr ""
#: src/objects/application/actions/open.c:104 src/objects/window/terminal.c:143
#: src/objects/window/terminal.c:197
msgid "Can't load session file"
msgstr ""
#: src/objects/settings/gsettings.c:128
msgid "Can't load system settings"
msgstr ""
#: src/objects/application/actions/open.c:99 src/objects/window/terminal.c:192
#, c-format
msgid "Can't use \"%s\""
msgstr ""
#: src/objects/window/terminal.c:138
msgid "Can't use default session file"
msgstr ""
#: src/objects/application/actions/open.c:50 src/objects/window/page.c:265
msgid "Cancel"
msgstr ""
#: src/objects/application/actions/preferences.c:78
msgid "Change the application preferences"
msgstr ""
#: src/objects/window/header-settings.c:96
msgid "Change the position of the title bar icons"
msgstr ""
#: src/objects/window/actions/sessionproperties.c:37
msgid "Change the preferences for the active session"
msgstr ""
#: ui/window.xml:197 ui/window.xml:339 ui/application.xml:304
msgid "Clear"
msgstr ""
#: ui/application.xml:399
msgid "Clipboard"
msgstr ""
#: ui/window.xml:89 ui/window.xml:126 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:285 ui/window.xml:483
#: ui/window.xml:590 ui/application.xml:216
msgid "Close window"
msgstr ""
#: src/objects/os/linux/savedesktopicon.c:101
msgid "Comment"
msgstr ""
#: src/objects/window/actions/connect.c:59
msgid "Connect"
msgstr ""
#: ui/application.xml:449
msgid "Connect on startup"
msgstr ""
#: src/objects/window/actions/connect.c:60
msgid "Connect to host"
msgstr ""
#: src/objects/window/window.c:803 src/objects/window/page.c:218
msgid "Connected to host"
msgstr ""
#: src/objects/application/actions/about.c:153
msgid "Contributors"
msgstr ""
#: ui/window.xml:158 ui/application.xml:236
msgid "Copy"
msgstr ""
#: ui/window.xml:178
msgid "Copy as HTML"
msgstr ""
#: ui/window.xml:183
msgid "Copy as image"
msgstr ""
#: ui/window.xml:173 ui/application.xml:246
msgid "Copy as table"
msgstr ""
#: ui/window.xml:168 ui/application.xml:241
msgid "Copy as text"
msgstr ""
#: src/objects/application/actions/about.c:159
msgid "Copyright © 2008 Banco do Brasil S.A."
msgstr ""
#: src/objects/os/linux/savedesktopicon.c:114
msgid "Create shortcut for the current session"
msgstr ""
#: ui/window.xml:374 ui/application.xml:474
msgid "Cross hair cursor"
msgstr ""
#: ui/window.xml:116 ui/application.xml:176
msgid "Current Screen"
msgstr ""
#: ui/window.xml:79 ui/application.xml:139
msgid "Current screen"
msgstr ""
#: ui/window.xml:142
msgid "Current session"
msgstr ""
#: ui/window.xml:188 ui/application.xml:256
msgid "Cut"
msgstr ""
#: ui/window.xml:207 ui/window.xml:349 ui/application.xml:314
msgid "Delete Field"
msgstr ""
#: ui/window.xml:280 ui/window.xml:478
msgid "Disconnect"
msgstr ""
#: src/objects/window/window.c:803 src/objects/window/window.c:830
#: src/objects/window/page.c:207
msgid "Disconnected from host"
msgstr ""
#: ui/window.xml:401 ui/window.xml:517 ui/application.xml:539
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:202 ui/window.xml:344 ui/application.xml:309
msgid "Erase input"
msgstr ""
#: ui/window.xml:212 ui/window.xml:354 ui/application.xml:319
msgid "Erase to end of field"
msgstr ""
#: ui/window.xml:217 ui/window.xml:359 ui/application.xml:324
msgid "Erase to end of line"
msgstr ""
#: ui/application.xml:352
msgid "Field attributes"
msgstr ""
#: ui/application.xml:469
msgid "Full Screen"
msgstr ""
#: ui/window.xml:251 ui/window.xml:427 ui/window.xml:522
msgid "Full screen"
msgstr ""
#: src/objects/os/linux/savedesktopicon.c:94
msgid "Generic name"
msgstr ""
#: ui/application.xml:36 ui/application.xml:549
msgid "Help"
msgstr ""
#: ui/application.xml:389
msgid "Host and Emulation settings"
msgstr ""
#: src/objects/application/actions/about.c:111 src/objects/window/window.c:592
#: 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:494
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:113
msgid "Itens"
msgstr ""
#: ui/application.xml:514
msgid "Keep selected"
msgstr ""
#: ui/application.xml:394
msgid "Keyboard accelerators"
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:113
msgid "Keypads"
msgstr ""
#: src/objects/application/actions/about.c:163
msgid "LICENSE"
msgstr ""
#: src/objects/actions/view.c:99
msgid "Label"
msgstr ""
#: src/objects/toolbar/models.c:66
msgid "Large"
msgstr ""
#: src/objects/toolbar/models.c:131
msgid "Left"
msgstr ""
#: src/objects/settings/actionview.c:74
msgid "List of the available and unpacked actions"
msgstr ""
#: src/objects/application/application.c:179
msgid "Log name"
msgstr ""
#: ui/application.xml:71
msgid "Main Menu"
msgstr ""
#: ui/application.xml:66
msgid "Main Toolbar"
msgstr ""
#: ui/window.xml:565
msgid "Main menu"
msgstr ""
#: src/objects/application/actions/about.c:151
msgid "Maintainers"
msgstr ""
#: ui/application.xml:347
msgid "Menu"
msgstr ""
#: ui/window.xml:531 ui/application.xml:418
msgid "Model 2 - 80x24"
msgstr ""
#: ui/window.xml:536 ui/application.xml:423
msgid "Model 3 - 80x32"
msgstr ""
#: ui/window.xml:541 ui/application.xml:428
msgid "Model 4 - 80x43"
msgstr ""
#: ui/window.xml:546 ui/application.xml:433
msgid "Model 5 - 132x27"
msgstr ""
#: ui/window.xml:396 ui/application.xml:459
msgid "Monocase"
msgstr ""
#: ui/application.xml:534
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:49
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:201
msgid "Open in new tab"
msgstr ""
#: src/objects/application/actions/open.c:189
msgid "Open in new window"
msgstr ""
#: src/objects/application/actions/open.c:176
msgid "Open session"
msgstr ""
#: src/objects/application/actions/open.c:202
msgid "Open session in New Tab"
msgstr ""
#: src/objects/application/actions/open.c:190
msgid "Open session in New window"
msgstr ""
#: src/objects/application/actions/open.c:177
msgid "Open session on the active terminal"
msgstr ""
#: ui/window.xml:227 ui/window.xml:369 ui/window.xml:514 ui/application.xml:446
msgid "Options"
msgstr ""
#: src/objects/actions/abstract.c:124
msgid "Parameter Type"
msgstr ""
#: ui/window.xml:301 ui/application.xml:261
msgid "Paste from clipboard"
msgstr ""
#: ui/window.xml:311 ui/application.xml:271
msgid "Paste from text file"
msgstr ""
#: ui/window.xml:306 ui/application.xml:266
msgid "Paste next"
msgstr ""
#: ui/window.xml:413 ui/application.xml:484
msgid "Paste with left margin"
msgstr ""
#: src/objects/os/linux/savedesktopicon.c:71
msgid "Path for the new shortcut"
msgstr ""
#: src/objects/toolbar/models.c:125
msgid "Position"
msgstr ""
#: ui/window.xml:134
msgid "Preferences"
msgstr ""
#: ui/window.xml:113 ui/application.xml:173
msgid "Print"
msgstr ""
#: ui/window.xml:464
msgid "Print screen"
msgstr ""
#: ui/window.xml:267
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:330 ui/application.xml:295
msgid "Reselect"
msgstr ""
#: ui/window.xml:384 ui/application.xml:479
msgid "Resize on alternate screen"
msgstr ""
#: src/objects/toolbar/models.c:137
msgid "Right"
msgstr ""
#: ui/window.xml:74 ui/application.xml:134
msgid "Save"
msgstr ""
#: src/objects/actions/save.c:77
msgid "Save current session preferences to file"
msgstr ""
#: ui/window.xml:459
msgid "Save screen"
msgstr ""
#: ui/window.xml:262
msgid "Save selected"
msgstr ""
#: src/objects/actions/save.c:75 src/objects/actions/save.c:163
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:528 ui/application.xml:415
msgid "Screen size"
msgstr ""
#: ui/window.xml:325 ui/application.xml:285
msgid "Select Field"
msgstr ""
#: ui/window.xml:320 ui/application.xml:280
msgid "Select all"
msgstr ""
#: ui/window.xml:232 ui/application.xml:494
msgid "Select by rectangles"
msgstr ""
#: src/objects/toolbar/settings.c:113
msgid "Select the toolbar itens"
msgstr ""
#: src/objects/toolbar/settings.c:118
msgid "Selected"
msgstr ""
#: ui/window.xml:84 ui/window.xml:121 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:469
#: ui/application.xml:195
msgid "Send/Receive files"
msgstr ""
#: src/objects/toolbar/settings.c:253 src/objects/toolbar/settings.c:263
msgid "Separator"
msgstr ""
#: ui/window.xml:56 ui/application.xml:47
msgid "Session"
msgstr ""
#: ui/window.xml:450 ui/window.xml:570 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:66 ui/application.xml:126
msgid "Session in New Tab"
msgstr ""
#: ui/window.xml:61 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:36 ui/window.xml:103
#: ui/window.xml:584 ui/application.xml:163
msgid "Session preferences"
msgstr ""
#: src/objects/application/application.c:244
msgid "Set default log file name"
msgstr ""
#: src/objects/application/application.c:243
msgid "Set the user-interface type"
msgstr ""
#: ui/application.xml:381
msgid "Settings"
msgstr ""
#: src/objects/toolbar/settings.c:183
msgid "Setup the toolbar style and position"
msgstr ""
#: src/objects/window/header-settings.c:85
msgid "Setup title bar"
msgstr ""
#: src/objects/toolbar/toolbar.c:213 src/objects/toolbar/settings.c:95
msgid "Setup toolbar"
msgstr ""
#: src/objects/os/linux/savedesktopicon.c:70
msgid "Shortcut file"
msgstr ""
#: ui/window.xml:98 ui/application.xml:158
msgid "Shortcut for this session"
msgstr ""
#: src/objects/os/linux/savedesktopicon.c:63
msgid "Shortcut name"
msgstr ""
#: ui/application.xml:509
msgid "Show Underline"
msgstr ""
#: ui/window.xml:246
msgid "Show menu"
msgstr ""
#: ui/window.xml:241
msgid "Show toolbar"
msgstr ""
#: src/objects/toolbar/models.c:61
msgid "Small"
msgstr ""
#: ui/window.xml:408 ui/application.xml:519
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/settings.c:183
msgid "Style & Position"
msgstr ""
#: src/objects/toolbar/models.c:114
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/objects/settings/gsettings.c:133
msgid "System settings error"
msgstr ""
#: src/main/tools.c:75
msgid "TN3270 Session Files"
msgstr ""
#: src/objects/window/keyfile.c:237
msgid "TN3270 Session description"
msgstr ""
#: ui/window.xml:45 ui/application.xml:110
msgid "Tab with default session"
msgstr ""
#: ui/application.xml:404
msgid "Terminal colors"
msgstr ""
#: ui/application.xml:441
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:165
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/application/application.c:180
msgid "The full path of the default log file"
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:234
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:84
msgid "Title bar"
msgstr ""
#: src/objects/window/header-settings.c:96
msgid "Title bar actions"
msgstr ""
#: src/objects/toolbar/settings.c:94 ui/window.xml:440 ui/window.xml:560
#: ui/application.xml:342
msgid "Toolbar"
msgstr ""
#: src/objects/toolbar/settings.c:68
msgid "Toolbar Style"
msgstr ""
#: src/objects/toolbar/settings.c:75
msgid "Toolbar position"
msgstr ""
#: src/objects/toolbar/models.c:79
msgid "Toolbar s_tyle"
msgstr ""
#: src/objects/toolbar/models.c:128
msgid "Top (system default)"
msgstr ""
#: ui/window.xml:445
msgid "Top menu"
msgstr ""
#: ui/application.xml:337
msgid "Trace"
msgstr ""
#: ui/window.xml:499 ui/application.xml:464
msgid "Track Cursor"
msgstr ""
#: src/objects/application/application.c:164
msgid "UI Type"
msgstr ""
#: src/objects/settings/gsettings.c:131
msgid ""
"Unable to initialize system settings. Application may crash in unexpected "
"ways"
msgstr ""
#: ui/window.xml:272 ui/application.xml:290
msgid "Unselect"
msgstr ""
#: src/objects/application/actions/about.c:90
#, c-format
msgid "Unstable version %s-%s"
msgstr ""
#: ui/window.xml:379 ui/application.xml:529
msgid "Use +/- for field navigation"
msgstr ""
#: src/objects/application/actions/about.c:92
#, c-format
msgid "Version %s-%s"
msgstr ""
#: src/objects/window/header.c:66 ui/window.xml:437 ui/window.xml:557
#: ui/application.xml:63
msgid "View"
msgstr ""
#: src/objects/application/actions/about.c:183
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:579 ui/application.xml:368
msgid "_Connect"
msgstr ""
#: ui/application.xml:373
msgid "_Disconnect"
msgstr ""
#: ui/window.xml:153 ui/window.xml:296 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:235
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:182
msgid "https://github.com/PerryWerneck/pw3270"
msgstr ""
#: src/objects/application/actions/about.c:185
msgid "translator-credits"
msgstr ""