pw3270.pot
28.3 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
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
# 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 ""
"#-#-#-#-# view.pot (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-29 11:55-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"
"#-#-#-#-# save.pot (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-29 11:55-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"
"#-#-#-#-# abstract.pot (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-29 11:55-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"
"#-#-#-#-# application.pot (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-29 11:55-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"
"#-#-#-#-# window.pot (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-29 11:55-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"
"#-#-#-#-# preferences.pot (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-29 11:55-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"
"#-#-#-#-# open.pot (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-29 11:55-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"
"#-#-#-#-# about.pot (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-29 11:55-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"
"#-#-#-#-# window.pot (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-29 11:55-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"
"#-#-#-#-# terminal.pot (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-29 11:55-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"
"#-#-#-#-# page.pot (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-29 11:55-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"
"#-#-#-#-# header.pot (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-29 11:55-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"
"#-#-#-#-# setcolors.pot (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-29 11:55-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"
"#-#-#-#-# sessionproperties.pot (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-29 11:55-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"
"#-#-#-#-# hostproperties.pot (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-29 11:55-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"
"#-#-#-#-# filetransfer.pot (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-29 11:55-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"
"#-#-#-#-# connect.pot (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-29 11:55-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"
"#-#-#-#-# close.pot (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-29 11:55-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"
"#-#-#-#-# toolbar.pot (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-29 11:55-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"
"#-#-#-#-# settings.pot (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-29 11:55-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"
"#-#-#-#-# dialog.pot (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-29 11:55-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"
"#-#-#-#-# savedesktopicon.pot (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-29 11:55-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"
"#-#-#-#-# tools.pot (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-29 11:55-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"
"#-#-#-#-# keypad.pot (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-29 11:55-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"
"#-#-#-#-# element.pot (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-29 11:55-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"
"#-#-#-#-# attribute.pot (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-29 11:55-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"
"#-#-#-#-# window.pot (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-29 11:55-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"
"#-#-#-#-# application.pot (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-29 11:55-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"
"#-#-#-#-# 00-right.pot (PACKAGE VERSION) #-#-#-#-#\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-29 11:59-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:106
#, c-format
msgid "3270 terminal emulator for GTK %d.%d"
msgstr ""
#: src/objects/application/actions/about.c:132 ui/application.xml:39
#: ui/application.xml:538
msgid "About PW3270"
msgstr ""
#: src/objects/actions/abstract.c:93
msgid "Action Name"
msgstr ""
#: src/objects/window/window.c:156 src/objects/toolbar/toolbar.c:135
msgid "Action Names"
msgstr ""
#: ui/window.xml:382 ui/window.xml:467 ui/application.xml:510
msgid "Alert sound"
msgstr ""
#: src/main/tools.c:99
msgid "All files"
msgstr ""
#: ui/window.xml:168 ui/application.xml:252
msgid "Append to copy"
msgstr ""
#: ui/window.xml:132 ui/application.xml:390
msgid "Application"
msgstr ""
#: src/objects/application/actions/preferences.c:69 ui/application.xml:84
msgid "Application preferences"
msgstr ""
#: src/objects/window/page.c:264
msgid "Apply"
msgstr ""
#: ui/application.xml:485
msgid "Auto-Reconnect"
msgstr ""
#: src/objects/toolbar/settings.c:114
msgid "Available"
msgstr ""
#: ui/window.xml:415 ui/application.xml:475
msgid "Blank Fill"
msgstr ""
#: ui/application.xml:440
msgid "Blinking Cursor"
msgstr ""
#: ui/application.xml:490
msgid "Bold"
msgstr ""
#: src/objects/application/actions/about.c:114
msgid "Brazilian Public Software Portal"
msgstr ""
#: src/objects/window/terminal.c:174
#, c-format
msgid "Can't save file \"%s\""
msgstr ""
#: src/objects/window/terminal.c:179
msgid "Can't save session file"
msgstr ""
#: src/objects/actions/save.c:65 src/objects/application/actions/open.c:49
#: src/objects/window/page.c:265
msgid "Cancel"
msgstr ""
#: src/objects/window/actions/setcolors.c:46
msgid "Change terminal colors"
msgstr ""
#: ui/window.xml:201 ui/window.xml:322 ui/application.xml:305
msgid "Clear"
msgstr ""
#: ui/window.xml:84 ui/window.xml:121 ui/application.xml:150
#: ui/application.xml:187
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:269 ui/window.xml:448
#: ui/window.xml:539 ui/application.xml:217
msgid "Close window"
msgstr ""
#: src/objects/window/actions/setcolors.c:45
msgid "Colors"
msgstr ""
#: src/objects/linux/savedesktopicon.c:93
msgid "Comment"
msgstr ""
#: src/objects/window/actions/connect.c:59
msgid "Connect"
msgstr ""
#: ui/application.xml:435
msgid "Connect on startup"
msgstr ""
#: src/objects/window/actions/connect.c:60
msgid "Connect to host"
msgstr ""
#: src/objects/window/window.c:555 src/objects/window/page.c:218
msgid "Connected to host"
msgstr ""
#: ui/window.xml:153 ui/application.xml:237
msgid "Copy"
msgstr ""
#: ui/window.xml:163 ui/application.xml:247
msgid "Copy as table"
msgstr ""
#: ui/window.xml:158 ui/application.xml:242
msgid "Copy as text"
msgstr ""
#: src/objects/linux/savedesktopicon.c:106
msgid "Create a desktop icon for the current session"
msgstr ""
#: ui/window.xml:372 ui/application.xml:460
msgid "Cross hair cursor"
msgstr ""
#: ui/window.xml:111 ui/application.xml:177
msgid "Current Screen"
msgstr ""
#: ui/window.xml:74 ui/application.xml:140
msgid "Current screen"
msgstr ""
#: ui/window.xml:137 ui/application.xml:395
msgid "Current session"
msgstr ""
#: ui/window.xml:173 ui/application.xml:257
msgid "Cut"
msgstr ""
#: ui/window.xml:211 ui/window.xml:332 ui/application.xml:315
msgid "Delete Field"
msgstr ""
#: ui/window.xml:93 ui/application.xml:159
msgid "Desktop icon"
msgstr ""
#: ui/window.xml:264 ui/window.xml:443
msgid "Disconnect"
msgstr ""
#: src/objects/window/window.c:555 src/objects/window/window.c:560
#: src/objects/window/page.c:207
msgid "Disconnected from host"
msgstr ""
#: ui/window.xml:394 ui/window.xml:517 ui/application.xml:525
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 ""
#: ui/window.xml:206 ui/window.xml:327 ui/application.xml:310
msgid "Erase input"
msgstr ""
#: ui/window.xml:216 ui/window.xml:337 ui/application.xml:320
msgid "Erase to end of field"
msgstr ""
#: ui/window.xml:221 ui/window.xml:342 ui/application.xml:325
msgid "Erase to end of line"
msgstr ""
#: ui/application.xml:353
msgid "Field attributes"
msgstr ""
#: src/objects/linux/savedesktopicon.c:72
msgid "File name"
msgstr ""
#: ui/application.xml:455
msgid "Full Screen"
msgstr ""
#: ui/window.xml:255 ui/window.xml:434 ui/window.xml:532
msgid "Full screen"
msgstr ""
#: src/objects/linux/savedesktopicon.c:86
msgid "Generic name"
msgstr ""
#: ui/application.xml:36 ui/application.xml:535
msgid "Help"
msgstr ""
#: src/objects/window/actions/hostproperties.c:45
msgid "Host properties"
msgstr ""
#: src/objects/window/window.c:323
msgid "IBM 3270 Terminal emulator"
msgstr ""
#: src/objects/actions/view.c:89
msgid "Icon"
msgstr ""
#: src/objects/actions/abstract.c:101
msgid "Icon Name"
msgstr ""
#: src/objects/toolbar/settings.c:50
msgid "Icon Size"
msgstr ""
#: src/objects/toolbar/toolbar.c:262
msgid "Icon _size"
msgstr ""
#: src/objects/toolbar/toolbar.c:84
msgid "Icons & text"
msgstr ""
#: src/objects/toolbar/toolbar.c:74
msgid "Icons only"
msgstr ""
#: src/objects/actions/abstract.c:141
msgid "If the action can be activated"
msgstr ""
#: ui/window.xml:457
msgid "Insert"
msgstr ""
#: src/objects/keypad/attribute.c:116
msgid "Invalid or unknown property name"
msgstr ""
#: src/objects/keypad/attribute.c:79
msgid "Invalid or unknown property type"
msgstr ""
#: src/objects/toolbar/settings.c:108
msgid "Itens"
msgstr ""
#: ui/application.xml:500
msgid "Keep selected"
msgstr ""
#: src/objects/keypad/keypad.c:103
msgid "Keypad Label"
msgstr ""
#: src/objects/keypad/keypad.c:93
msgid "Keypad Name"
msgstr ""
#: src/objects/keypad/keypad.c:136
msgid "Keypad height in rows"
msgstr ""
#: src/objects/keypad/keypad.c:124
msgid "Keypad width in columns"
msgstr ""
#: src/objects/actions/view.c:98
msgid "Label"
msgstr ""
#: src/objects/toolbar/toolbar.c:58
msgid "Large"
msgstr ""
#: src/objects/linux/savedesktopicon.c:79
msgid "Launcher name"
msgstr ""
#: src/objects/toolbar/settings.c:207
msgid "Layout"
msgstr ""
#: ui/application.xml:71
msgid "Main Menu"
msgstr ""
#: ui/application.xml:66
msgid "Main Toolbar"
msgstr ""
#: ui/application.xml:348
msgid "Menu"
msgstr ""
#: ui/window.xml:490 ui/application.xml:404
msgid "Model 2 - 80x24"
msgstr ""
#: ui/window.xml:495 ui/application.xml:409
msgid "Model 3 - 80x32"
msgstr ""
#: ui/window.xml:500 ui/application.xml:414
msgid "Model 4 - 80x43"
msgstr ""
#: ui/window.xml:505 ui/application.xml:419
msgid "Model 5 - 132x27"
msgstr ""
#: ui/window.xml:389 ui/application.xml:445
msgid "Monocase"
msgstr ""
#: ui/application.xml:520
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:231 ui/window.xml:367 ui/window.xml:514 ui/application.xml:432
msgid "Options"
msgstr ""
#: src/objects/actions/abstract.c:124
msgid "Parameter Type"
msgstr ""
#: ui/window.xml:284 ui/application.xml:262
msgid "Paste from clipboard"
msgstr ""
#: ui/window.xml:294 ui/application.xml:272
msgid "Paste from text file"
msgstr ""
#: ui/window.xml:289 ui/application.xml:267
msgid "Paste next"
msgstr ""
#: ui/window.xml:410 ui/application.xml:470
msgid "Paste with left margin"
msgstr ""
#: ui/window.xml:129
msgid "Preferences"
msgstr ""
#: ui/window.xml:108 ui/application.xml:174
msgid "Print"
msgstr ""
#: ui/window.xml:356
msgid "Print screen"
msgstr ""
#: ui/window.xml:187
msgid "Print selected"
msgstr ""
#: src/objects/application/actions/window.c:64 ui/application.xml:89
msgid "Quit"
msgstr ""
#: src/objects/window/page.c:262
msgid "Rename Session"
msgstr ""
#: ui/window.xml:313 ui/application.xml:296
msgid "Reselect"
msgstr ""
#: ui/window.xml:377 ui/application.xml:465
msgid "Resize on alternate screen"
msgstr ""
#: keypad/00-right.xml:34
msgid "Right keypad"
msgstr ""
#: src/objects/toolbar/toolbar.c:286
msgid "S_tyle"
msgstr ""
#: src/objects/actions/save.c:64 ui/window.xml:69 ui/application.xml:135
msgid "Save"
msgstr ""
#: src/objects/actions/save.c:49
msgid "Save As"
msgstr ""
#: src/objects/linux/savedesktopicon.c:105
msgid "Save desktop icon"
msgstr ""
#: ui/window.xml:351
msgid "Save screen"
msgstr ""
#: ui/window.xml:182
msgid "Save selected"
msgstr ""
#: src/objects/actions/save.c:51
msgid "Save session properties"
msgstr ""
#: ui/window.xml:487 ui/application.xml:401
msgid "Screen size"
msgstr ""
#: ui/window.xml:308 ui/application.xml:286
msgid "Select Field"
msgstr ""
#: ui/window.xml:303 ui/application.xml:281
msgid "Select all"
msgstr ""
#: ui/window.xml:236 ui/application.xml:480
msgid "Select by rectangles"
msgstr ""
#: src/objects/toolbar/settings.c:108
msgid "Select the toolbar itens"
msgstr ""
#: src/objects/toolbar/settings.c:113
msgid "Selected"
msgstr ""
#: ui/window.xml:79 ui/window.xml:116 ui/application.xml:145
#: ui/application.xml:182
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:361
#: ui/application.xml:196
msgid "Send/Receive files"
msgstr ""
#: src/objects/toolbar/settings.c:266 src/objects/toolbar/settings.c:276
msgid "Separator"
msgstr ""
#: ui/application.xml:47
msgid "Session"
msgstr ""
#: ui/application.xml:76
msgid "Session Trace"
msgstr ""
#: ui/window.xml:61 ui/application.xml:127
msgid "Session in New Tab"
msgstr ""
#: ui/window.xml:56 ui/application.xml:122
msgid "Session in new window"
msgstr ""
#: src/objects/window/actions/sessionproperties.c:45 ui/window.xml:98
#: ui/window.xml:481 ui/application.xml:164
msgid "Session properties"
msgstr ""
#: src/objects/application/application.c:219
msgid "Set the user-interface type"
msgstr ""
#: ui/application.xml:382
msgid "Settings"
msgstr ""
#: src/objects/toolbar/settings.c:207
msgid "Setup the toolbar layout"
msgstr ""
#: src/objects/toolbar/settings.c:90
msgid "Setup toolbar"
msgstr ""
#: ui/application.xml:495
msgid "Show Underline"
msgstr ""
#: ui/window.xml:250 ui/window.xml:429 ui/window.xml:527
msgid "Show menu"
msgstr ""
#: ui/window.xml:245 ui/window.xml:424 ui/window.xml:522
msgid "Show toolbar"
msgstr ""
#: src/objects/toolbar/toolbar.c:53
msgid "Small"
msgstr ""
#: ui/window.xml:405 ui/application.xml:505
msgid "Smart paste"
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:55
msgid "Style"
msgstr ""
#: src/objects/toolbar/toolbar.c:47 src/objects/toolbar/toolbar.c:69
msgid "System default"
msgstr ""
#: src/main/tools.c:95
msgid "TN3270 Session Files"
msgstr ""
#: ui/window.xml:45 ui/application.xml:111
msgid "Tab with default session"
msgstr ""
#: ui/application.xml:427
msgid "Terminal font"
msgstr ""
#: src/objects/toolbar/toolbar.c:79
msgid "Text only"
msgstr ""
#: src/objects/keypad/keypad.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:158
msgid "The code of the User interface type"
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:157
msgid "The name of the actions in the header bar"
msgstr ""
#: src/objects/toolbar/toolbar.c:136
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/keypad.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/keypad.c:114
msgid "The position of the keypad"
msgstr ""
#: src/objects/actions/abstract.c:153
msgid "The state the action is in"
msgstr ""
#: src/objects/toolbar/toolbar.c:147
msgid "The toolbar icon size"
msgstr ""
#: src/objects/toolbar/toolbar.c:160
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/application/actions/about.c:49
msgid ""
"This program is free software; you can redistribute it and/or modify it "
"under the terms of the GNU General Public License as published by the Free "
"Software Foundation; either version 2 of the License, or (at your option) "
"any later version.\n"
"\n"
"This program is distributed in the hope that it will be useful, but WITHOUT "
"ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
"FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for "
"more details.\n"
"\n"
"You should have received a copy of the GNU General Public License along with "
"this program; if not, write to the Free Software Foundation, Inc., 51 "
"Franklin St, Fifth Floor, Boston, MA 02111-1307 USA"
msgstr ""
#: src/objects/toolbar/settings.c:89 ui/application.xml:343
msgid "Toolbar"
msgstr ""
#: ui/application.xml:338
msgid "Trace"
msgstr ""
#: ui/window.xml:462 ui/application.xml:450
msgid "Track Cursor"
msgstr ""
#: src/objects/application/application.c:157
msgid "UI Type"
msgstr ""
#: ui/window.xml:192 ui/application.xml:291
msgid "Unselect"
msgstr ""
#: ui/application.xml:515
msgid "Use +/- for field navigation"
msgstr ""
#: src/objects/application/actions/about.c:96
#: src/objects/application/actions/about.c:98
#, c-format
msgid "Version %s-%s"
msgstr ""
#: src/objects/window/header.c:66 ui/application.xml:63
msgid "View"
msgstr ""
#: ui/window.xml:40 ui/application.xml:106
msgid "Window with default session"
msgstr ""
#: src/objects/settings/dialog.c:84
msgid "_Apply"
msgstr ""
#: src/objects/settings/dialog.c:83 src/objects/linux/savedesktopicon.c:132
msgid "_Cancel"
msgstr ""
#: src/objects/window/page.c:395
msgid "_Close session"
msgstr ""
#: ui/window.xml:476 ui/application.xml:369
msgid "_Connect"
msgstr ""
#: ui/application.xml:374
msgid "_Disconnect"
msgstr ""
#: ui/window.xml:148 ui/window.xml:279 ui/application.xml:232
msgid "_Edit"
msgstr ""
#: ui/application.xml:99
msgid "_File"
msgstr ""
#: ui/application.xml:361
msgid "_Network"
msgstr ""
#: ui/window.xml:37 ui/application.xml:103
msgid "_New"
msgstr ""
#: ui/window.xml:53 ui/application.xml:119
msgid "_Open"
msgstr ""
#: src/objects/toolbar/toolbar.c:308
msgid "_Properties"
msgstr ""
#: src/objects/window/page.c:389
msgid "_Rename session"
msgstr ""
#: src/objects/linux/savedesktopicon.c:133
msgid "_Save"
msgstr ""
#: ui/application.xml:335
msgid "_View"
msgstr ""
#: src/objects/keypad/keypad.c:102
msgid "label"
msgstr ""
#: src/objects/application/actions/about.c:116
msgid "translator-credits"
msgstr ""