File: pa.po

package info (click to toggle)
dasher 5.0.0~beta~repack2-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 70,892 kB
  • sloc: xml: 181,314; cpp: 70,858; java: 8,020; python: 3,579; makefile: 937; sh: 324; ansic: 223; perl: 71
file content (1342 lines) | stat: -rw-r--r-- 45,511 bytes parent folder | download | duplicates (6)
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
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
# translation of dasher.HEAD.po to Punjabi
# translation of dasher.HEAD.pa.po to Punjabi
# translation of pa.po to Punjabi
# Copyright (C) 2004 THE dasher.HEAD'S COPYRIGHT HOLDER
# This file is distributed under the same license as the dasher.HEAD package.
#
# Amanpreet Singh Alam <amanlinux@netscape.net>, 2004.
# Amanpreet Singh Alam <aalam@users.sf.net>, 2005, 2006, 2008.
# A S Alam <aalam@users.sf.net>, 2009, 2010.
msgid ""
msgstr ""
"Project-Id-Version: dasher.HEAD\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug."
"cgi?product=dasher&component=general\n"
"POT-Creation-Date: 2010-08-06 17:56+0000\n"
"PO-Revision-Date: 2010-09-06 20:53+0530\n"
"Last-Translator: A S Alam <aalam@users.sf.net>\n"
"Language-Team: Punjabi/Panjabi <punjabi-users@lists.sf.net>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Lokalize 1.0\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"\n"
"\n"

#. Note to translators: This is the name of the dasher program as it appears
#. in a window title.
#: ../Data/dasher.desktop.in.in.h:1 ../Data/GUI/dasher.compose.ui.h:6
#: ../Data/GUI/dasher.direct.ui.h:2 ../Data/GUI/dasher.fullscreen.ui.h:1
#: ../Data/GUI/dasher.gameWIP.ui.h:6 ../Data/GUI/dasher.traditional.ui.h:6
#: ../Data/GUI/dashermaemo.ui.h:1 ../Data/GUI/dashermaemofullscreen.ui.h:2
#: ../Src/Gtk2/dasher_main.cpp:895
msgid "Dasher"
msgstr "ਡੈਸ਼ਰ"

#: ../Data/dasher.desktop.in.in.h:2
msgid "Enter text without a keyboard"
msgstr "ਕੀਬੋਰਡ ਬਿਨਾਂ ਟੈਕਸਟ ਐਂਟਰੀ"

#: ../Data/dasher.desktop.in.in.h:3
msgid "Predictive text entry"
msgstr "ਪ੍ਰੀ-ਡਿਕਟਿਵ ਟੈਕਸਟ ਐਂਟਰੀ"

#: ../Data/GUI/dasher.compose.ui.h:1
msgid "A_ppend to file"
msgstr "ਫਾਇਲ ਵਿੱਚ ਜੋਡ਼ੋ(_p)"

#: ../Data/GUI/dasher.compose.ui.h:2 ../Data/GUI/dasher.direct.ui.h:1
#: ../Data/GUI/dasher.gameWIP.ui.h:2 ../Data/GUI/dasher.traditional.ui.h:2
msgid "Alphabet:"
msgstr "ਲਿੱਪੀ:"

#: ../Data/GUI/dasher.compose.ui.h:3 ../Data/GUI/dasher.gameWIP.ui.h:3
#: ../Data/GUI/dasher.traditional.ui.h:3
msgid "Copy"
msgstr "ਕਾਪੀ"

#: ../Data/GUI/dasher.compose.ui.h:4 ../Data/GUI/dasher.gameWIP.ui.h:4
#: ../Data/GUI/dasher.traditional.ui.h:4
#: ../Data/GUI/dashermaemofullscreen.ui.h:1
msgid "Copy _All"
msgstr "ਸਭ ਦੀ ਕਾਪੀ(_A)"

#: ../Data/GUI/dasher.compose.ui.h:5 ../Data/GUI/dasher.gameWIP.ui.h:5
#: ../Data/GUI/dasher.traditional.ui.h:5
msgid "Cut"
msgstr "ਕੱਟੋ"

#: ../Data/GUI/dasher.compose.ui.h:7
msgid "Dasher _Tutorial"
msgstr "ਡੈਸ਼ਰ ਟਟੋਰੀਅਲ(_T)"

#: ../Data/GUI/dasher.compose.ui.h:8 ../Data/GUI/dasher.gameWIP.ui.h:12
#: ../Data/GUI/dasher.traditional.ui.h:8
msgid "New file"
msgstr "ਨਵੀਂ ਫਾਇਲ"

#: ../Data/GUI/dasher.compose.ui.h:9 ../Data/GUI/dasher.gameWIP.ui.h:14
#: ../Data/GUI/dasher.traditional.ui.h:9
msgid "Open file"
msgstr "ਫਾਇਲ ਖੋਲ੍ਹੋ"

#: ../Data/GUI/dasher.compose.ui.h:10 ../Data/GUI/dasher.gameWIP.ui.h:15
#: ../Data/GUI/dasher.traditional.ui.h:10
msgid "Paste"
msgstr "ਚੇਪੋ"

#: ../Data/GUI/dasher.compose.ui.h:11 ../Data/GUI/dasher.direct.ui.h:3
#: ../Data/GUI/dasher.fullscreen.ui.h:2 ../Data/GUI/dasher.gameWIP.ui.h:16
#: ../Data/GUI/dasher.traditional.ui.h:11 ../Data/GUI/dashermaemo.ui.h:4
msgid "Please Wait…"
msgstr "ਉਡੀਕੋ ਜੀ..."

#: ../Data/GUI/dasher.compose.ui.h:12
msgid "Pr_eferences"
msgstr "ਮੇਰੀ ਪਸੰਦ(_e)"

#: ../Data/GUI/dasher.compose.ui.h:13 ../Data/GUI/dasher.gameWIP.ui.h:20
#: ../Data/GUI/dasher.traditional.ui.h:15
msgid "Save file"
msgstr "ਫਾਇਲ ਸੰਭਾਲੋ"

#: ../Data/GUI/dasher.compose.ui.h:14 ../Data/GUI/dasher.gameWIP.ui.h:21
#: ../Data/GUI/dasher.traditional.ui.h:16
msgid "Save file as"
msgstr "ਫਾਇਲ ਏਦਾਂ ਸੰਭਾਲੋ"

#: ../Data/GUI/dasher.compose.ui.h:15 ../Data/GUI/dasher.fullscreen.ui.h:3
#: ../Data/GUI/dasher.gameWIP.ui.h:23 ../Data/GUI/dashermaemo.ui.h:5
#: ../Data/GUI/dashermaemofullscreen.ui.h:5
#: ../Src/Gtk2/dasher_editor_internal.cpp:1286
#: ../Src/Gtk2/dasher_editor_internal.cpp:1320 ../Src/Gtk2/dasher_main.cpp:910
msgid "Select File"
msgstr "ਫਾਇਲ ਚੁਣੋ"

#: ../Data/GUI/dasher.compose.ui.h:16 ../Data/GUI/dasher.fullscreen.ui.h:4
#: ../Data/GUI/dashermaemo.ui.h:6 ../Data/GUI/dashermaemofullscreen.ui.h:6
msgid "Select Font"
msgstr "ਫੋਂਟ ਚੁਣੋ"

#: ../Data/GUI/dasher.compose.ui.h:17 ../Data/GUI/dasher.direct.ui.h:4
#: ../Data/GUI/dasher.gameWIP.ui.h:24 ../Data/GUI/dasher.traditional.ui.h:17
msgid "Speed:"
msgstr "ਸਪੀਡ:"

#: ../Data/GUI/dasher.compose.ui.h:18 ../Data/GUI/dashermaemofullscreen.ui.h:8
msgid "_About"
msgstr "ਇਸ ਬਾਰੇ(_A)"

#: ../Data/GUI/dasher.compose.ui.h:19
msgid "_Contents"
msgstr "ਸਮੱਗਰੀ(_C)"

#: ../Data/GUI/dasher.compose.ui.h:20 ../Data/GUI/dasher.gameWIP.ui.h:27
#: ../Data/GUI/dasher.traditional.ui.h:20
#: ../Data/GUI/dashermaemofullscreen.ui.h:11
msgid "_Edit"
msgstr "ਸੋਧ(_E)"

#: ../Data/GUI/dasher.compose.ui.h:21 ../Data/GUI/dasher.gameWIP.ui.h:28
#: ../Data/GUI/dasher.traditional.ui.h:21
#: ../Data/GUI/dashermaemofullscreen.ui.h:13
msgid "_File"
msgstr "ਫਾਇਲ(_F)"

#: ../Data/GUI/dasher.compose.ui.h:22 ../Data/GUI/dasher.gameWIP.ui.h:29
#: ../Data/GUI/dasher.traditional.ui.h:22
#: ../Data/GUI/dashermaemofullscreen.ui.h:14
msgid "_Help"
msgstr "ਮੱਦਦ(_H)"

#: ../Data/GUI/dasher.compose.ui.h:23
msgid "_Import Training Text"
msgstr "ਟਰੇਨਿੰਗ ਟੈਸਕਟ ਇੰਪੋਰਟ(_I)"

#: ../Data/GUI/dasher.gameWIP.ui.h:1 ../Data/GUI/dasher.traditional.ui.h:1
msgid "A_ppend to file…"
msgstr "ਫਾਇਲ ਵਿੱਚ ਜੋਡ਼ੋ(_p)…"

#: ../Data/GUI/dasher.gameWIP.ui.h:7
msgid "Demo!"
msgstr "ਡੈਮੋ!"

#: ../Data/GUI/dasher.gameWIP.ui.h:8
msgid "Full Demo"
msgstr "ਪੂਰਾ ਡੈਮੋ"

#: ../Data/GUI/dasher.gameWIP.ui.h:9 ../Data/GUI/dasher.traditional.ui.h:7
msgid "Help"
msgstr "ਮੱਦਦ"

#: ../Data/GUI/dasher.gameWIP.ui.h:10
msgid "Launch Dasher Game & Demo mode!"
msgstr "ਡੈਸ਼ਰ ਖੇਡ ਲਾਂਚ ਅਤੇ ਡੈਮੋ ਮੋਡ!"

#: ../Data/GUI/dasher.gameWIP.ui.h:11
msgid "Level:"
msgstr "ਲੈਵਲ:"

#: ../Data/GUI/dasher.gameWIP.ui.h:13
msgid "New sentence"
msgstr "ਨਵੀਂ ਸਤਰ"

#: ../Data/GUI/dasher.gameWIP.ui.h:17 ../Data/GUI/dasher.traditional.ui.h:12
msgid "Pr_eferences…"
msgstr "ਮੇਰੀ ਪਸੰਦ(_e)…"

#: ../Data/GUI/dasher.gameWIP.ui.h:18 ../Data/GUI/dasher.traditional.ui.h:13
msgid "Preferences"
msgstr "ਮੇਰੀ ਪਸੰਦ"

#: ../Data/GUI/dasher.gameWIP.ui.h:19 ../Data/GUI/dasher.traditional.ui.h:14
#: ../Src/Gtk2/dasher_main.cpp:988
msgid "Quit"
msgstr "ਬਾਹਰ"

#: ../Data/GUI/dasher.gameWIP.ui.h:22
msgid "Score:"
msgstr "ਸਕੋਰ:"

#: ../Data/GUI/dasher.gameWIP.ui.h:25 ../Data/GUI/dasher.traditional.ui.h:18
msgid "_About…"
msgstr "ਇਸ ਬਾਰੇ(_A)…"

#: ../Data/GUI/dasher.gameWIP.ui.h:26 ../Data/GUI/dasher.traditional.ui.h:19
msgid "_Contents…"
msgstr "ਸਮੱਗਰੀ(_C)…"

#: ../Data/GUI/dasher.gameWIP.ui.h:30 ../Data/GUI/dasher.traditional.ui.h:23
msgid "_Import Training Text…"
msgstr "ਟਰੇਨਿੰਗ ਟੈਸਕਟ ਇੰਪੋਰਟ(_I)…"

#: ../Data/GUI/dasher.preferences.ui.h:1
msgid "<b>Actions</b>"
msgstr "<b>ਐਕਸ਼ਨ</b>"

#: ../Data/GUI/dasher.preferences.ui.h:2
#: ../Data/GUI/dashermaemo.preferences.ui.h:1
msgid "<b>Adaptation</b>"
msgstr "<b>ਅਨੁਕੂਲਕਤਾ</b>"

#: ../Data/GUI/dasher.preferences.ui.h:3
#: ../Data/GUI/dashermaemo.preferences.ui.h:2
msgid "<b>Alphabet Selection</b>"
msgstr "<b>ਲਿੱਪੀ ਚੋਣ</b>"

#: ../Data/GUI/dasher.preferences.ui.h:4
msgid "<b>Appearance Options</b>"
msgstr "<b>ਦਿੱਖ ਚੋਣ</b>"

#: ../Data/GUI/dasher.preferences.ui.h:5
msgid "<b>Application Options</b>"
msgstr "<b>ਐਪਲੀਕੇਸ਼ਨ ਚੋਣਾਂ</b>"

#: ../Data/GUI/dasher.preferences.ui.h:6
msgid "<b>Application Style</b>"
msgstr "<b>ਐਪਲੀਕੇਸ਼ਨ ਸਟਾਇਲ</b>"

#: ../Data/GUI/dasher.preferences.ui.h:7
msgid "<b>Colour Scheme</b>"
msgstr "<b>ਰੰਗ ਸਕੀਮ</b>"

#. The way in which you would like to control dasher, e.g., using buttons for up/down, buttons for select, etc.
#: ../Data/GUI/dasher.preferences.ui.h:9
msgid "<b>Control Style</b>"
msgstr "<b>ਕੰਟਰੋਲ ਸਟਾਇਲ</b>"

#: ../Data/GUI/dasher.preferences.ui.h:10
msgid "<b>Dasher Font</b>"
msgstr "<b>ਡੈਸ਼ਰ ਫੋਂਟ</b>"

#: ../Data/GUI/dasher.preferences.ui.h:11
msgid "<b>Direction</b>"
msgstr "<b>ਦਿਸ਼ਾ</b>"

#: ../Data/GUI/dasher.preferences.ui.h:12
msgid "<b>Editor Font</b>"
msgstr "<b>ਐਡੀਟਰ ਫੋਂਟ</b>"

#: ../Data/GUI/dasher.preferences.ui.h:13
msgid "<b>Input Device</b>"
msgstr "<b>ਇੰਪੁੱਟ ਜੰਤਰ</b>"

#: ../Data/GUI/dasher.preferences.ui.h:14
#: ../Data/GUI/dashermaemo.preferences.ui.h:5
msgid "<b>Language Model</b>"
msgstr "<b>ਭਾਸ਼ਾ ਮਾਡਲ</b>"

#: ../Data/GUI/dasher.preferences.ui.h:15
#: ../Data/GUI/dashermaemo.preferences.ui.h:7
msgid "<b>Smoothing</b>"
msgstr "<b>ਮੁਲਾਇਮ</b>"

#: ../Data/GUI/dasher.preferences.ui.h:16
#: ../Data/GUI/dashermaemo.preferences.ui.h:8
msgid "<b>Speed</b>"
msgstr "<b>ਗਤੀ</b>"

#: ../Data/GUI/dasher.preferences.ui.h:17
msgid "<b>Starting and Stopping</b>"
msgstr "<b>ਸ਼ੁਰੂ ਅਤੇ ਬੰਦ</b>"

#: ../Data/GUI/dasher.preferences.ui.h:18
#| msgid "Application"
msgid "A_pplication"
msgstr "ਐਪਲੀਕੇਸ਼ਨ(_p)"

#: ../Data/GUI/dasher.preferences.ui.h:19
#: ../Data/GUI/dashermaemo.preferences.ui.h:9
msgid "Adapt speed automatically"
msgstr "ਪ੍ਰਾਪਤੀ ਗਤੀ ਆਟੋਮੈਟਿਕ"

#. The default display orientation for the selected alphabet, i.e., left to right for English, right to left for Arabic, etc.
#: ../Data/GUI/dasher.preferences.ui.h:21
#: ../Data/GUI/dashermaemo.preferences.ui.h:11
msgid "Alphabet Default"
msgstr "ਡਿਫਾਲਟ ਲਿੱਪੀ"

#: ../Data/GUI/dasher.preferences.ui.h:22
#: ../Data/GUI/dashermaemo.preferences.ui.h:12
msgid "Bottom to Top"
msgstr "ਹੇਠੋਂ ਉੱਤੇ"

#. Abbreviation for Control Style
#: ../Data/GUI/dasher.preferences.ui.h:24
#| msgid "Control"
msgid "C_ontrol"
msgstr "ਕੰਟਰੋਲ(_o)"

#: ../Data/GUI/dasher.preferences.ui.h:25
msgid "Centre circle"
msgstr "ਸੈਂਟਰ ਚੱਕਰ"

#: ../Data/GUI/dasher.preferences.ui.h:26
msgid "Composition"
msgstr "ਕੰਪੋਜ਼ਿਸ਼ਨ"

#: ../Data/GUI/dasher.preferences.ui.h:27
msgid "Control mode"
msgstr "ਕੰਟਰੋਲ ਮੋਡ"

#: ../Data/GUI/dasher.preferences.ui.h:28
#: ../Data/GUI/dashermaemo.preferences.ui.h:15
msgid "Custom"
msgstr "ਕਸਟਮ"

#: ../Data/GUI/dasher.preferences.ui.h:29
#: ../Data/GUI/dashermaemo.preferences.ui.h:16
msgid "Custom colour scheme:"
msgstr "ਕਸਟਮ ਰੰਗ ਸਕੀਮ:"

#: ../Data/GUI/dasher.preferences.ui.h:30
#: ../Data/GUI/dashermaemo.preferences.ui.h:17
msgid "Dasher Preferences"
msgstr "ਡੈਸ਼ਰ ਪਸੰਦ"

#: ../Data/GUI/dasher.preferences.ui.h:31
msgid "Direct entry"
msgstr "ਸਿੱਧੀ ਐਂਟਰੀ"

#: ../Data/GUI/dasher.preferences.ui.h:32
msgid "Dock application window"
msgstr "ਐਪਲੀਕੇਸ਼ਨ ਵਿੰਡੋ ਡੌਕ ਕਰੋ"

#: ../Data/GUI/dasher.preferences.ui.h:33
msgid "Draw box outlines"
msgstr "ਡੱਬਾ ਦਾ ਹਾਸ਼ੀਆ ਖਿੱਚੋ"

#: ../Data/GUI/dasher.preferences.ui.h:34
msgid "Draw line between crosshairs and mouse"
msgstr "ਕਰਾਸ-ਹੇਅਰ ਅਤੇ ਮਾਊਸ ਵਿੱਚ ਰੇਖਾ ਖਿੱਚੋ"

#: ../Data/GUI/dasher.preferences.ui.h:35
msgid "Full Screen"
msgstr "ਪੂਰੀ ਸਕਰੀਨ"

#: ../Data/GUI/dasher.preferences.ui.h:36
msgid "Increase line thickness"
msgstr "ਲਾਈਨ ਦੀ ਮੋਟਾਈ ਵਧਾਓ"

#: ../Data/GUI/dasher.preferences.ui.h:37
#: ../Data/GUI/dashermaemo.preferences.ui.h:19
msgid "Japanese"
msgstr "ਜਾਪਾਨੀ"

#: ../Data/GUI/dasher.preferences.ui.h:38
#: ../Data/GUI/dashermaemo.preferences.ui.h:20
msgid "Language model adapts as you write."
msgstr "ਜਿਵੇਂ ਤੁਸੀਂ ਲਿਖਦੇ ਹੋ, ਭਾਸ਼ਾ ਮਾਡਲ ਸਵੀਕਾਰ ਕਰਦਾ ਹੈ।"

#: ../Data/GUI/dasher.preferences.ui.h:39
msgid "Large font "
msgstr "ਵੱਡੇ ਫੋਂਟ"

#: ../Data/GUI/dasher.preferences.ui.h:40
#: ../Data/GUI/dashermaemo.preferences.ui.h:21
msgid "Left to Right"
msgstr "ਖੱਬੇ ਤੋਂ ਸੱਜੇ"

#. PPM = Prediction by Partial Match, a statistical language model.
#: ../Data/GUI/dasher.preferences.ui.h:42
#: ../Data/GUI/dashermaemo.preferences.ui.h:22
msgid "Mixture model (PPM/dictionary)"
msgstr "ਮਿਕਸਰ ਮਾਡਲ (PPM/ਡਿਕਸ਼ਨਰੀ)"

#: ../Data/GUI/dasher.preferences.ui.h:43
msgid "Options"
msgstr "ਚੋਣ"

#: ../Data/GUI/dasher.preferences.ui.h:44
msgid "Pause outside of canvas"
msgstr "ਕਨਵੈਸ ਤੋਂ ਬਾਹਰੀ ਰੋਕੋ"

#: ../Data/GUI/dasher.preferences.ui.h:45
#: ../Data/GUI/dashermaemo.preferences.ui.h:24
msgid "Right to Left"
msgstr "ਸੱਜੇ ਤੋਂ ਖੱਬੇ"

#: ../Data/GUI/dasher.preferences.ui.h:46
msgid "Select Dasher Font"
msgstr "ਡੈਸ਼ਰ ਫੋਂਟ ਚੁਣੋ"

#: ../Data/GUI/dasher.preferences.ui.h:47
msgid "Select Editor Font"
msgstr "ਐਡੀਟਰ ਫੋਂਟ ਚੁਣੋ"

#: ../Data/GUI/dasher.preferences.ui.h:48
msgid "Show mouse position"
msgstr "ਮਾਊਸ ਦੀ ਸਥਿਤੀ ਵੇਖੋ"

#: ../Data/GUI/dasher.preferences.ui.h:49
msgid "Show speed slider"
msgstr "ਗਤੀ ਸਲਾਇਡਰ ਵੇਖੋ"

#: ../Data/GUI/dasher.preferences.ui.h:50
msgid "Show toolbar"
msgstr "ਟੂਲਬਾਰ ਵੇਖੋ"

#: ../Data/GUI/dasher.preferences.ui.h:51
msgid "Small font"
msgstr "ਛੋਟੇ ਫੋਂਟ"

#: ../Data/GUI/dasher.preferences.ui.h:52
msgid "Stand-alone"
msgstr "ਇੱਕਲਾ"

#. PPM = Prediction by Partial Match, a statistical language model.
#: ../Data/GUI/dasher.preferences.ui.h:54
#: ../Data/GUI/dashermaemo.preferences.ui.h:25
msgid "Standard letter-based PPM"
msgstr "ਸਟੈਂਡਰਡ ਅੱਖਰ-ਅਧਾਰਿਤ PPM"

#: ../Data/GUI/dasher.preferences.ui.h:55
msgid "Start on left mouse button"
msgstr "ਖੱਬੇ ਮਾਊਸ ਬਟਨ ਨਾਲ ਚਲਾਉ"

#: ../Data/GUI/dasher.preferences.ui.h:56
msgid "Start on space bar"
msgstr "ਸਪੇਸ-ਪੱਟੀ ਨਾਲ ਚਲਾਉ"

#: ../Data/GUI/dasher.preferences.ui.h:57
msgid "Start with mouse position:"
msgstr "ਮਾਊਸ ਸਥਿਤੀ ਨਾਲ ਸ਼ੁਰੂ:"

#: ../Data/GUI/dasher.preferences.ui.h:58
msgid "Timestamp new files"
msgstr "ਨਵੀਆਂ ਫਾਇਲਾਂ ਲਈ ਟਾਈਮ-ਸਟੈਂਪ"

#: ../Data/GUI/dasher.preferences.ui.h:59
#: ../Data/GUI/dashermaemo.preferences.ui.h:26
msgid "Top to Bottom"
msgstr "ਉੱਤੇ ਤੋਂ ਹੇਠਾਂ"

#: ../Data/GUI/dasher.preferences.ui.h:60
msgid "Two box"
msgstr "ਦੂਹਰਾ ਬਾਕਸ"

#. Line wrapping not necessary, but looks better for English
#: ../Data/GUI/dasher.preferences.ui.h:62
msgid ""
"Use this control to adjust the relative sizes of the\n"
"letter boxes. Note that selecting high values will slow\n"
"your writing speed."
msgstr ""
"ਇਸ ਕੰਟੋਰਲ ਨੂੰ ਲੇਟਰ ਬਾਕਸਾਂ ਦਾ ਅਨੁਸਾਰੀ ਸਾਈਜ਼ ਸੈੱਟ ਕਰ ਲਈ ਵਰਤੋਂ।\n"
"ਇਹ ਯਾਦ ਰੱਖੋ ਕਿ ਵਧੇਰੇ ਜਿਆਦਾ ਮੁੱਲ ਤੁਹਾਡੀ ਲਿਖਣ ਦੀ ਗਤੀ ਘਟਾ\n"
"ਦੇਵੇਗਾ।"

#: ../Data/GUI/dasher.preferences.ui.h:65
msgid "Very large font"
msgstr "ਬਹੁਤ ਵੱਡੇ ਫੋਂਟ"

#: ../Data/GUI/dasher.preferences.ui.h:66
#: ../Data/GUI/dashermaemo.preferences.ui.h:28
msgid "Word-based model"
msgstr "ਸ਼ਬਦ-ਅਧਾਰਿਤ ਮਾਡਲ"

#: ../Data/GUI/dasher.preferences.ui.h:67
#| msgid "Appearance"
msgid "_Appearance"
msgstr "ਦਿੱਖ(_A)"

#: ../Data/GUI/dasher.preferences.ui.h:68
#| msgid "Language"
msgid "_Language"
msgstr "ਭਾਸ਼ਾ(_L)"

#. Abbreviation for Preferences
#: ../Data/GUI/dashermaemo.ui.h:3
msgid "P"
msgstr "P"

#: ../Data/GUI/dashermaemo.preferences.ui.h:3
msgid "<b>Color Scheme</b>"
msgstr "<b>ਰੰਗ ਸਕੀਮ</b>"

#: ../Data/GUI/dashermaemo.preferences.ui.h:4
msgid "<b>Display Size</b>"
msgstr "<b>ਡਿਸਪਲੇਅ ਸਾਈਜ਼</b>"

#: ../Data/GUI/dashermaemo.preferences.ui.h:6
msgid "<b>Orientation</b>"
msgstr "<b>ਸਥਿਤੀ</b>"

#: ../Data/GUI/dashermaemo.preferences.ui.h:10
msgid "Alphabet"
msgstr "ਲਿੱਪੀ"

#. The way in which you would like to control dasher, e.g., using buttons for up/down, buttons for select, etc.
#: ../Data/GUI/dashermaemo.preferences.ui.h:14
msgid "Control"
msgstr "ਕੰਟਰੋਲ"

#: ../Data/GUI/dashermaemo.preferences.ui.h:18
msgid "Enlarge input window"
msgstr "ਇੰਪੁੱਟ ਵਿੰਡੋ ਵੱਡੀ ਕਰੋ"

#: ../Data/GUI/dashermaemo.preferences.ui.h:23
msgid "Prediction"
msgstr "ਪੁਸ਼ਟੀ"

#: ../Data/GUI/dashermaemo.preferences.ui.h:27
msgid "View"
msgstr "ਝਲਕ"

#: ../Data/GUI/dashermaemofullscreen.ui.h:3
msgid "Large"
msgstr "ਵਧੇਰੇ"

#: ../Data/GUI/dashermaemofullscreen.ui.h:4
msgid "Normal"
msgstr "ਸਧਾਰਨ"

#: ../Data/GUI/dashermaemofullscreen.ui.h:7
msgid "Very Large"
msgstr "ਬਹੁਤ ਵਧੇਰੇ"

#: ../Data/GUI/dashermaemofullscreen.ui.h:9
msgid "_Dasher Font"
msgstr "ਡੈਸ਼ਰ ਫੋਂਟ(_D)"

#: ../Data/GUI/dashermaemofullscreen.ui.h:10
msgid "_Dasher Font Size"
msgstr "ਡੈਸ਼ਰ ਫੋਂਟ ਸਾਈਜ਼(_D)"

#: ../Data/GUI/dashermaemofullscreen.ui.h:12
msgid "_Edit Font"
msgstr "ਫੋਂਟ ਸੋਧ(_E)"

#: ../Data/GUI/dashermaemofullscreen.ui.h:15
msgid "_Options"
msgstr "ਚੋਣ(_O)"

#: ../Data/GUI/dashermaemofullscreen.ui.h:16
msgid "_Reset fonts"
msgstr "ਫੋਂਟ ਮੁਡ਼-ਸੈਟ(_R)"

#. TRANSLATORS: The number of time steps over which to perform the zooming motion in button mode.
#: ../Src/DasherCore/AlternatingDirectMode.cpp:28
#: ../Src/DasherCore/ButtonMode.cpp:28 ../Src/DasherCore/CompassMode.cpp:28
msgid "Zoom steps"
msgstr "ਜ਼ੂਮ ਸਟੈੱਪ"

#. TRANSLATORS: Intercept keyboard events for 'special' keys even when the Dasher window doesn't have keyboard focus.
#: ../Src/DasherCore/AlternatingDirectMode.cpp:30
#: ../Src/DasherCore/ButtonMode.cpp:39 ../Src/DasherCore/CompassMode.cpp:32
msgid "Global keyboard grab"
msgstr "ਗਲੋਬਲ ਕੀਬੋਰਡ ਲਵੋ"

#. menu
#: ../Src/DasherCore/AlternatingDirectMode.cpp:34
msgid "Alternating Direct Mode"
msgstr "ਬਦਲਵਾਂ ਸਿੱਧਾ ਮੋਡ"

#: ../Src/DasherCore/ButtonMode.cpp:29
msgid "Scan time in menu mode (0 to not scan)"
msgstr "ਮੇਨੂ ਮੋਡ ਵਿੱਚ ਸਕੈਨ ਸਮਾਂ (0 ਨਾ ਸਕੈਨ ਕਰਨ ਲਈ)"

#: ../Src/DasherCore/ButtonMode.cpp:30
msgid "Number of boxes"
msgstr "ਬਕਸਿਆਂ ਦੀ ਗਿਣਤੀ"

#: ../Src/DasherCore/ButtonMode.cpp:31
msgid "Safety margin"
msgstr "ਸੁਰੱਖਿਅਤ ਹਾਸ਼ੀਆ"

#. TRANSLATORS: The boxes (zoom targets) in button mode can either be the same size, or different sizes - this is the extent to which the sizes are allowed to differ from each other.
#. XXX PRLW: 128 log(2) = 89, where 2 is the ratio of adjacent boxes
#. * however the code seems to use ratio = (129/127)^-r, instead of
#. * ratio = exp(r/128) used in the design document
#.
#: ../Src/DasherCore/ButtonMode.cpp:37
msgid "Box non-uniformity"
msgstr "ਬੌਕਸ ਗ਼ੈਰ-ਇਕਸਾਰਤਾ"

#: ../Src/DasherCore/ClickFilter.cpp:9
msgid "Maximum Zoom"
msgstr "ਵੱਧੋ-ਵੱਧ ਜ਼ੂਮ"

#: ../Src/DasherCore/ClickFilter.cpp:10
msgid "Draw guides on screen to show area into which a click will zoom"
msgstr "ਸਕਰੀਨ ਉੱਤੇ ਉਹ ਖੇਤਰ ਵੇਖਾਉਣ ਲਈ ਲਾਈਨਾਂ ਲਾਉ, ਜਿੱਥੇ ਕਲਿੱਕ ਕਰਨ ਨਾਲ ਜ਼ੂਮ ਹੋਵੇਗਾ"

#: ../Src/DasherCore/ClickFilter.cpp:11
msgid "Curve lines to follow the non-linearity of the view transform"
msgstr "ਝਲਕ ਟਰਾਂਸਫਰਮੇਸ਼ਨ ਵਿੱਚ ਗ਼ੈਰ-ਰੇਖੀ ਮੁਤਾਬਕ ਚੱਲਣ ਲਈ ਲਾਈਨਾਂ ਨੂੰ ਟੇਡੀਆਂ ਵਿੰਗੀਆਂ ਕਰੋ"

#: ../Src/DasherCore/ClickFilter.h:12
msgid "Click Mode"
msgstr "ਕਲਿੱਕ ਮੋਡ"

#. TRANSLATORS: The zoom factor per press when moving to the right in compass mode.
#: ../Src/DasherCore/CompassMode.cpp:30
msgid "Right zoom"
msgstr "ਸੱਜਾ ਜ਼ੂਮ"

#. bMenu
#: ../Src/DasherCore/CompassMode.cpp:38
msgid "Compass Mode"
msgstr "ਕੰਪਾਸ ਮੋਡ"

#: ../Src/DasherCore/DasherGameMode.cpp:637
msgid "Well done!"
msgstr "ਚੱਕ ਦਿੱਤੇ ਫੱਟੇ!"

#: ../Src/DasherCore/DasherInterfaceBase.cpp:943
msgid "Normal Control"
msgstr "ਆਮ ਕੰਟਰੋਲ"

#. TODO: specialist factory for button mode
#: ../Src/DasherCore/DasherInterfaceBase.cpp:959
msgid "Menu Mode"
msgstr "ਮੇਨੂ ਮੋਡ"

#: ../Src/DasherCore/DasherInterfaceBase.cpp:960
msgid "Direct Mode"
msgstr "ਸਿੱਧਾ ਮੋਡ"

#: ../Src/DasherCore/DasherInterfaceBase.cpp:964
msgid "Stylus Control"
msgstr "ਸਟਾਇਲ ਕੰਟਰੋਲ"

#: ../Src/DasherCore/EyetrackerFilter.cpp:9
msgid "Automatic calibration"
msgstr "ਆਟੋਮੈਟਿਕ ਕੈਲੀਬਰੇਸ਼ਨ"

#: ../Src/DasherCore/EyetrackerFilter.cpp:13
msgid "Eyetracker Mode"
msgstr "ਆਈ-ਟਰੈਕਰ ਮੋਡ"

#. TRANSLATORS: The time for which a button must be held before it counts as a 'long' (rather than short) press.
#: ../Src/DasherCore/OneButtonDynamicFilter.cpp:31
#: ../Src/DasherCore/TwoButtonDynamicFilter.cpp:32
#: ../Src/DasherCore/TwoPushDynamicFilter.cpp:35
msgid "Long press time"
msgstr "ਲੰਮਾ ਪਰੈੱਸ ਟਾਈਮ"

#. TRANSLATORS: Double-clicks are special in some situations (they cause us to start reversing). This is the time in which the button must be pressed twice to count.
#: ../Src/DasherCore/OneButtonDynamicFilter.cpp:33
msgid "Double-press time"
msgstr "ਦੋਹਰਾ-ਪਰੈੱਸ ਟਾਈਮ"

#. TRANSLATORS: Backoff = reversing in Dasher to correct mistakes. This allows a single button to be dedicated to activating backoff, rather than using multiple presses of other buttons.
#: ../Src/DasherCore/OneButtonDynamicFilter.cpp:35
msgid "Enable backoff button"
msgstr "ਬੈਕ-ਆਫ਼ ਬਟਨ ਯੋਗ"

#: ../Src/DasherCore/OneButtonDynamicFilter.cpp:36
#: ../Src/DasherCore/TwoButtonDynamicFilter.cpp:43
#: ../Src/DasherCore/TwoPushDynamicFilter.cpp:38
msgid "Slow startup"
msgstr "ਹੌਲੀ ਸਟਾਰਟਅੱਪ"

#: ../Src/DasherCore/OneButtonDynamicFilter.cpp:37
#: ../Src/DasherCore/TwoButtonDynamicFilter.cpp:44
msgid "Startup time"
msgstr "ਸਟਾਰਟਅੱਪ ਟਾਈਮ"

#: ../Src/DasherCore/OneButtonDynamicFilter.cpp:38
#: ../Src/DasherCore/TwoButtonDynamicFilter.cpp:46
#: ../Src/DasherCore/TwoPushDynamicFilter.cpp:40
msgid "Percentage by which to automatically increase speed"
msgstr "ਫੀਸਦੀ ਜਿਸ ਨਾਲ ਆਟੋਮੈਟਿਕ ਵੱਧਦੀ ਗਤੀ"

#: ../Src/DasherCore/OneButtonDynamicFilter.cpp:39
#: ../Src/DasherCore/TwoButtonDynamicFilter.cpp:47
#: ../Src/DasherCore/TwoPushDynamicFilter.cpp:41
msgid "Time after which to automatically increase speed (secs)"
msgstr "ਸਮਾਂ, ਜਿਸ ਦੇ ਬਾਅਦ ਆਟੋਮੈਟਿਕ ਹੀ ਗਤੀ ਵੱਧ ਜਾਵੇ (ਸਕਿੰਟ)"

#: ../Src/DasherCore/OneButtonDynamicFilter.cpp:40
#: ../Src/DasherCore/TwoButtonDynamicFilter.cpp:48
#: ../Src/DasherCore/TwoPushDynamicFilter.cpp:42
msgid "Percentage by which to decrease speed upon reverse"
msgstr "ਫੀਸਦੀ ਜਿਸ ਨਾਲ ਉਲਟ ਹੋਣ ਉੱਤੇ ਗਤੀ ਘੱਟ ਜਾਵੇ"

#: ../Src/DasherCore/OneButtonDynamicFilter.cpp:44
msgid "One Button Dynamic Mode"
msgstr "ਇੱਕ-ਬਟਨ ਸਫ਼ਰੀ ਮੋਡ"

#: ../Src/DasherCore/OneButtonFilter.cpp:11
msgid "Scan time (each direction), in ms"
msgstr "ਸਕੈਨ ਸਮਾਂ (ਹਰ ਦਿਸ਼ਾ), ਮਿਲੀਸਕਿੰਟ ਵਿੱਚ)"

#: ../Src/DasherCore/OneButtonFilter.cpp:12
msgid "Factor by which to zoom in"
msgstr "ਗੁਣਾਂਕ ਜਿਸ ਨਾਲ ਜ਼ੂਮ ਇਨ"

#: ../Src/DasherCore/OneButtonFilter.cpp:13
#: ../Src/DasherCore/TwoButtonDynamicFilter.cpp:45
#: ../Src/DasherCore/TwoPushDynamicFilter.cpp:43
msgid "Lag before user actually pushes button (ms)"
msgstr "ਯੂਜ਼ਰ ਵਲੋਂ ਅਸਲ ਵਿੱਚ ਬਟਨ ਦਬਾਉਣ ਤੋਂ ਪਹਿਲਾਂ ਦੇਰੀ (ms)"

#. COneDimensionalFilter(Dasher::CEventHandler * pEventHandler, CSettingsStore *pSettingsStore, CDasherInterfaceBase *pInterface, CDasherModel *m_pDasherModel);
#: ../Src/DasherCore/OneDimensionalFilter.h:12
msgid "One Dimensional Mode"
msgstr "ਇੱਕ ਦਿਸ਼ਾਵੀ ਮੋਡ"

#: ../Src/DasherCore/SettingsStore.cpp:76
#: ../Src/Gtk2/DasherAppSettings.cpp:523 ../Src/Gtk2/DasherAppSettings.cpp:557
#: ../Src/Gtk2/DasherAppSettings.cpp:561
msgid "true"
msgstr "ਸਹੀ"

#: ../Src/DasherCore/SettingsStore.cpp:78
#: ../Src/Gtk2/DasherAppSettings.cpp:525 ../Src/Gtk2/DasherAppSettings.cpp:557
#: ../Src/Gtk2/DasherAppSettings.cpp:561
msgid "false"
msgstr "ਗਲਤ"

#. Note to translators: This message will be output for a command line
#. with "--options foo=VAL" and foo is a boolean valued parameter, but
#. "VAL" is not true or false.
#: ../Src/DasherCore/SettingsStore.cpp:84
#: ../Src/Gtk2/DasherAppSettings.cpp:528
msgid "boolean value must be specified as 'true' or 'false'."
msgstr "ਬੁਲੀਅਨ ਮੁੱਲ 'ਸਹੀਂ' ਜਾਂ 'ਗਲਤ' ਹੋਣਾ ਚਾਹੀਦਾ ਹੈ।"

#. Note to translators: This is output when command line "--options" doesn't
#. specify a known option.
#: ../Src/DasherCore/SettingsStore.cpp:104
msgid "unknown option, use \"--help-options\" for more information."
msgstr "ਅਣਜਾਣ ਚੋਣ, ਹੋਰ ਜਾਣਕਾਰੀ ਲਈ \"--help-options\" ਵੇਖੋ।"

#. TODO should probably pop up a Gtk error message and think about how to do i18n:
#: ../Src/DasherCore/SocketInput.cpp:34
msgid "Dasher socket input: failed to launch reader thread."
msgstr "ਡੈਸ਼ਰ ਸਾਕਟ ਇੰਪੁੱਟ: ਰੀਡਰ ਮਾਮਲਾ ਪੜ੍ਹਨ ਲਈ ਅਸਫ਼ਲ ਹੈ।"

#: ../Src/DasherCore/SocketInputBase.cpp:27
msgid "Port:"
msgstr "ਪੋਰਟ:"

#: ../Src/DasherCore/SocketInputBase.cpp:28
msgid "X label:"
msgstr "X ਲੇਬਲ:"

#: ../Src/DasherCore/SocketInputBase.cpp:29
msgid "X minimum:"
msgstr "X ਘੱਟੋ-ਘੱਟ:"

#: ../Src/DasherCore/SocketInputBase.cpp:30
msgid "X maximum:"
msgstr "X ਵੱਧੋ-ਵੱਧ:"

#: ../Src/DasherCore/SocketInputBase.cpp:31
msgid "Y label:"
msgstr "Y ਲੇਬਲ:"

#: ../Src/DasherCore/SocketInputBase.cpp:32
msgid "Y minimum:"
msgstr "Y ਘੱਟੋ-ਘੱਟ:"

#: ../Src/DasherCore/SocketInputBase.cpp:33
msgid "Y maximum:"
msgstr "Y ਵੱਧੋ-ਵੱਧ:"

#: ../Src/DasherCore/SocketInputBase.cpp:34
msgid "Print socket-related debugging information to console:"
msgstr "ਸਾਕਟ ਨਾਲ ਸਬੰਧਤ ਜਾਣਕਾਰੀ ਕਨਸੋਂਲ ਉੱਤੇ ਪਰਿੰਟ ਕਰੋ:"

#: ../Src/DasherCore/SocketInputBase.cpp:38
msgid "Socket Input"
msgstr "ਸਾਕਟ ਇੰਪੁੱਟ"

#: ../Src/DasherCore/TwoButtonDynamicFilter.cpp:30
msgid "Button offset"
msgstr "ਬਟਨ ਆਫਸੈੱਟ"

#. TRANSLATORS: Multiple button presses are special (like a generalisation on double clicks) in some situations. This is the maximum time between two presses to count as _part_of_ a multi-press gesture
#. (potentially more than two presses).
#: ../Src/DasherCore/TwoButtonDynamicFilter.cpp:35
msgid "Multiple press interval"
msgstr "ਮਲਟੀਪਲ ਪਰੈੱਸ ਅੰਤਰਾਲ"

#. TRANSLATORS: Backoff = reversing in Dasher to correct mistakes. This allows a single button to be dedicated to activating backoff, rather than using multiple presses of other buttons, and another to be dedicated to starting and stopping. 'Button' in this context is a physical hardware device, not a UI element.
#: ../Src/DasherCore/TwoButtonDynamicFilter.cpp:37
#: ../Src/DasherCore/TwoPushDynamicFilter.cpp:37
msgid "Enable backoff and start/stop buttons"
msgstr "ਬੈਕ-ਆਫ ਅਤੇ ਸਟਾਰਟ/ਸਟਾਪ ਬਟਨ ਯੋਗ ਕਰੋ"

#. TRANSLATORS: What is normally the up button becomes the down button etc.
#: ../Src/DasherCore/TwoButtonDynamicFilter.cpp:39
msgid "Reverse up and down buttons"
msgstr "ਉੱਤੇ ਅਤੇ ਹੇਠਾਂ ਬਟਨ ਉਲਟ"

#. TRANSLATORS: Pushing the up/down button twice quickly has the same effect as pushing the other
#. button once; in this case, one must push three times (or push-and-hold) to reverse.
#: ../Src/DasherCore/TwoButtonDynamicFilter.cpp:42
msgid "Double-click is opposite up/down — triple to reverse"
msgstr "ਦੋਹਰਾ-ਕਲਿੱਕ ਹੇਠਾਂ/ਉੱਤੇ ਦਾ ਉਲਟ — ਤੀਹਰਾ ਰਾਖਵੇਂ ਲਈ"

#: ../Src/DasherCore/TwoButtonDynamicFilter.cpp:52
msgid "Two Button Dynamic Mode"
msgstr "ਦੋ-ਬਟਨ ਸਫ਼ਰੀ ਮੋਡ"

#: ../Src/DasherCore/TwoPushDynamicFilter.cpp:30
msgid "Offset for outer (second) button"
msgstr "ਬਾਹਰੀ (ਦੂਜੇ) ਬਟਨ ਲਈ ਆਫਸੈੱਟ"

#. divisor
#. step
#: ../Src/DasherCore/TwoPushDynamicFilter.cpp:31
msgid "Distance for 1st button UP"
msgstr "1ਹਿਲੇ ਬਟਨ ਛੱਡਣ ਲਈ ਦੂਰੀ"

#: ../Src/DasherCore/TwoPushDynamicFilter.cpp:32
msgid "Distance for 1st button DOWN"
msgstr "1ਹਿਲੇ ਬਟਨ ਦੱਬਣ ਲਈ ਦੂਰੀ"

#: ../Src/DasherCore/TwoPushDynamicFilter.cpp:33
msgid "Tolerance for inaccurate timing of button pushes (in ms)"
msgstr "ਬਟਨ ਦੱਬਣ ਦੇ ਗਲਤ ਟਾਈਮਿੰਗ ਲਈ ਸੁਧਾਰ (ਮਿਲੀਸਕਿੰਟ ਵਿੱਚ)"

#: ../Src/DasherCore/TwoPushDynamicFilter.cpp:39
msgid "Slow startup time"
msgstr "ਹੌਲੀ ਸਟਾਰਟਅੱਪ ਸਮਾਂ"

#: ../Src/DasherCore/TwoPushDynamicFilter.cpp:47
msgid "Two-push Dynamic Mode (New One Button)"
msgstr "ਦੋਹਰਾ-ਪੁਸ਼ ਡਾਇਨਾਮਿਕ ਮੋਡ (ਨਵਾਂ ਇੱਕ ਬਟਨ)"

#: ../Src/Gtk2/DasherAppSettings.cpp:554
msgid "Boolean parameters"
msgstr "ਬੁਲੀਅਨ ਪੈਰਾਮੀਟਰ"

#: ../Src/Gtk2/DasherAppSettings.cpp:554 ../Src/Gtk2/DasherAppSettings.cpp:565
#: ../Src/Gtk2/DasherAppSettings.cpp:576
msgid "Default"
msgstr "ਡਿਫਾਲਟ"

#: ../Src/Gtk2/DasherAppSettings.cpp:554 ../Src/Gtk2/DasherAppSettings.cpp:565
#: ../Src/Gtk2/DasherAppSettings.cpp:576
msgid "Description"
msgstr "ਵੇਰਵਾ"

#: ../Src/Gtk2/DasherAppSettings.cpp:565
msgid "Integer parameters"
msgstr "ਐਂਟੀਜ਼ਰ ਪੈਰਾਮੀਟਰ"

#: ../Src/Gtk2/DasherAppSettings.cpp:576
msgid "String parameters"
msgstr "ਲਾਈਨ ਪੈਰਾਮੀਟਰ"

#: ../Src/Gtk2/Preferences.cpp:441 ../Src/Gtk2/Preferences.cpp:1012
msgid "Action"
msgstr "ਐਕਸ਼ਨ"

#. TRANSLATORS: Show a button for the selected action in the Dasher window.
#: ../Src/Gtk2/Preferences.cpp:1019
msgid "Show Button"
msgstr "ਬਟਨ ਵੇਖੋ"

#: ../Src/Gtk2/Preferences.cpp:1024
msgid "Control Mode"
msgstr "ਕੰਟਰੋਲ ਮੋਡ"

#. TRANSLATORS: Automatically perform the selected action when Dasher is stopped.
#: ../Src/Gtk2/Preferences.cpp:1030
msgid "Auto On Stop"
msgstr "ਆਟੋ ਆਨ ਸਟਾਪ"

#: ../Src/Gtk2/Speech.cpp:27
msgid "Unable to initialize speech support\n"
msgstr "ਆਵਾਜ਼ ਸਹਿਯੋਗ ਨੂੰ ਸ਼ੁਰੂ ਕਰਨ ਵਿੱਚ ਅਸਫਲ\n"

#: ../Src/Gtk2/Speech.cpp:58
msgid "Warning: unable to set speech parameters\n"
msgstr "ਚੇਤਾਵਨੀ: ਆਵਾਜ਼ ਪੈਰਾਮੀਟਰ ਸੈੱਟ ਕਰਨ ਵਿੱਚ ਅਸਫਲ\n"

#: ../Src/Gtk2/Speech.cpp:69
msgid "Unable to initialize voices\n"
msgstr "ਆਵਾਜ਼ ਨੂੰ ਸ਼ੁਰੂ ਕਰਨ ਵਿੱਚ ਅਸਫਲ\n"

#: ../Src/Gtk2/dasher_action_keyboard.cpp:62
#: ../Src/Gtk2/dasher_action_keyboard_maemo.cpp:96
msgid "Enter Text"
msgstr "ਟੈਕਸਟ ਦਿਓ"

#: ../Src/Gtk2/dasher_action_script.cpp:91
msgid "Script"
msgstr "ਸਕ੍ਰਿਪਟ"

#. Note to translators: This message will be output for command line errors when the "=" in --options=foo is missing.
#: ../Src/Gtk2/dasher_main.cpp:265
msgid "option setting is missing \"=\"."
msgstr "ਚੋਣ ਸੈਟਿੰਗ \"=\" ਮੌਜੂਦ ਨਹੀਂ"

#. Note to translators: This string will be output when --options= specifies an unknown option.
#: ../Src/Gtk2/dasher_main.cpp:281
msgid "Invalid option string specified"
msgstr "ਗਲਤ ਚੋਣ ਲਾਈਨ ਦਿੱਤੀ"

#: ../Src/Gtk2/dasher_main.cpp:950
#, c-format
msgid ""
"Do you want to save your changes to %s?\n"
"\n"
"Your changes will be lost if you don't save them."
msgstr ""
"ਕੀ ਤੁਸੀਂ %s ਲਈ ਆਪਣੇ ਬਦਲਾਅ ਸੰਭਾਲਣੇ ਚਾਹੁੰਦੇ ਹੋ?\n"
"\n"
"ਜੇ ਤੁਸੀਂ ਨਾ ਸੰਭਾਲਿਆ ਤਾਂ ਤੁਹਾਡੀਆਂ ਤਬਦੀਲੀਆਂ ਖਤਮ ਹੋ ਜਾਣਗੀਆਂ।"

#: ../Src/Gtk2/dasher_main.cpp:957
msgid ""
"Do you want to save your changes?\n"
"\n"
"Your changes will be lost if you don't save them."
msgstr ""
"ਕੀ ਤੁਸੀਂ ਆਪਣੀਆਂ ਤਬਦੀਲੀਆਂ ਸੰਭਾਲਣੀਆਂ ਚਾਹੁੰਦੇ ਹੋ?\n"
"\n"
"ਤੁਹਾਡੀਆਂ ਤਬਦੀਲੀਆਂ ਖਤਮ ਹੋ ਜਾਣਗੀਆਂ, ਜੇ ਤੁਸੀਂ ਉਨ੍ਹਾਂ ਨੂੰ ਨਾ ਸੰਭਾਲਿਆ।"

#: ../Src/Gtk2/dasher_main.cpp:963
msgid "Don't save"
msgstr "ਨਾ ਸੰਭਾਲੋ"

#: ../Src/Gtk2/dasher_main.cpp:964 ../Src/Gtk2/dasher_main.cpp:987
msgid "Don't quit"
msgstr "ਨਾ ਬੰਦ ਕਰੋ"

#: ../Src/Gtk2/dasher_main.cpp:965
msgid "Save and quit"
msgstr "ਸੰਭਾਲੋ ਅਤੇ ਬੰਦ ਕਰੋ"

#: ../Src/Gtk2/dasher_main.cpp:984
msgid "Are you sure you wish to quit?"
msgstr "ਕੀ ਤੁਸੀਂ ਬੰਦ ਕਰਨਾ ਚਾਹੁੰਦੇ ਹੋ?"

#: ../Src/Gtk2/dasher_main.cpp:1031
msgid "Unable to open help file"
msgstr "ਮੱਦਦ ਫਾਇਲ ਖੋਲ੍ਹਣ ਲਈ ਅਸਮਰੱਥ"

#: ../Src/Gtk2/dasher_main.cpp:1083
msgid "Dasher is a predictive text entry application"
msgstr "ਡੈਸ਼ਰ ਵਿੱਚ ਇੱਕ ਪ੍ਰੀ-ਡਿਕਸਟਿਵ ਟੈਕਸਟ ਐਂਟਰੀ ਐਪਲੀਕੇਸ਼ਨ ਹੈ"

#: ../Src/Gtk2/dasher_main.cpp:1088
msgid "translator-credits"
msgstr ""
"ਅਮਨਪਰੀਤ ਸਿੰਘ ਆਲਮ\n"
"Punjabi Open Source Team\n"
"http://www.satluj.com"

#: ../Src/Gtk2/module_settings_window.cpp:88
msgid "Dasher Module Options"
msgstr "ਡੈਸ਼ਰ ਮੋਡੀਊਲ ਚੋਣਾਂ"

#: ../Src/Gtk2/module_settings_window.cpp:94
#, c-format
msgid "%s Options:"
msgstr "%s ਚੋਣਾਂ:"

#: ../Src/Gtk2/mouse_input.h:15
msgid "Mouse Input"
msgstr "ਮਾਊਂਸ ਇੰਪੁੱਟ"

#: ../Src/Gtk2/mouse_input.h:51
msgid "Pixels covering Y range"
msgstr "ਪਿਕਸਲ ਕਵਰਿੰਗ Y ਰੇਜ਼"

#. TRANSLATORS: Only use the vertical mouse coordinate - this is prefered for some disabled users.
#: ../Src/Gtk2/mouse_input.h:58
msgid "One Dimensional Mouse Input"
msgstr "ਇੱਕ ਦਿਸ਼ਾਵੀ ਮਾਊਂਸ ਇੰਪੁੱਟ"

#. {"timedata", 'w', 0, G_OPTION_ARG_NONE, &timedata, "Write basic timing information to stdout", NULL},
#. {"preferences", 'p', 0, G_OPTION_ARG_NONE, &preferences, "Show preferences window only", NULL},
#. {"textentry", 'o', 0, G_OPTION_ARG_NONE, &textentry, "Onscreen text entry mode", NULL},
#. {"pipe", 's', 0, G_OPTION_ARG_NONE, &stdoutpipe, "Pipe text to stdout", NULL},
#. Note to translators: This is the help string for "--appstyle". The four options in brackets MUST either NOT be translated or at least it MUST be clear that they must be used in english. Otherwise a user running a non-english system will receive an error message when using the translated one instead of the english one and has no chance to find out the correct option.
#: ../Src/main.cc:171
msgid "Application style (traditional, direct, compose or fullscreen)"
msgstr ""
"ਐਪਲੀਕੇਸ਼ਨ ਸਟਾਈਲ (ਪੁਰਾਣਾ, ਸਿੱਧਾ, ਕੰਪੋਜ਼ ਜਾਂ ਪੂਰੀ ਸਕਰੀਨ)(traditional, direct, compose "
"ਜਾਂ fullscreen)"

#. Note to translators: This is the help string for "--options"
#: ../Src/main.cc:173
msgid "Override stored options"
msgstr "ਸੰਭਾਲੀਆਂ ਚੋਣਾਂ ਅਣਡਿੱਠੀਆਂ"

#. Note to translators: This is the help string for "--help-options"
#: ../Src/main.cc:175
msgid "Describe \"--options\"."
msgstr "ਵੇਰਵਾ \"--options\""

#. Note to translators: This is the "--help" description of dasher.
#: ../Src/main.cc:182
msgid "- A text input application honouring accessibility"
msgstr "- A text input application honouring accessibility"

#~ msgid "Speak"
#~ msgstr "ਬੋਲੋ"

#~ msgid "All"
#~ msgstr "ਸਭ"

#~ msgid "Last"
#~ msgstr "ਆਖਰੀ"

#~ msgid "Repeat"
#~ msgstr "ਰਪੀਟ"

#~ msgid "abcdefghijk ABCDEFGHIJK"
#~ msgstr "abcdefghijk ABCDEFGHIJK"

#~ msgid "A_ppend to file..."
#~ msgstr "ਫਾਇਲ ਵਿੱਚ ਜੋਡ਼ੋ(_A)..."

#~ msgid "Pr_eferences..."
#~ msgstr "ਮੇਰੀ ਪਸੰਦ(_e)..."

#~ msgid "_About..."
#~ msgstr "ਇਸ ਬਾਰੇ(_A)..."

#~ msgid "_Contents..."
#~ msgstr "ਸਮੱਗਰੀ(_C)..."

#~ msgid "_Import Training Text..."
#~ msgstr "ਟਰੇਨਿੰਗ ਟੈਕਸਟ ਇੰਪੋਰਟ ਕਰੋ(_I)..."

#~ msgid "\n"
#~ msgstr "\n"

#~ msgid "Multiple press count"
#~ msgstr "ਮਲਟੀਪਲ ਪਰੈੱਸ ਗਿਣਤੀ"

#~ msgid "Auto speed control"
#~ msgstr "ਆਟੋ ਸਪੀਡ ਕੰਟਰੋਲ"

#~ msgid "Auto speed threshold"
#~ msgstr "ਆਟੋ ਸਪੀਡ ਥਰੈਸ਼ਹੋਲਡ"

#~ msgid "<b>Prediction:</b>"
#~ msgstr "<b>ਪ੍ਰੀ-ਡਿਕਟਸ਼ਨ:</b>"

#~ msgid "<b>Speed:</b>"
#~ msgstr "<b>ਗਤੀ:</b>"

#~ msgid "Training Dasher, please wait"
#~ msgstr "ਡੈਸ਼ਰ ਸਿੱਖ ਰਿਹਾ ਹੈ, ਕਿਰਪਾ ਕਰਕੇ ਉਡੀਕੋ"

#~ msgid "Panels"
#~ msgstr "ਪੈਨਲ"

#~ msgid "Menus"
#~ msgstr "ਮੇਨੂ"

#~ msgid "Text"
#~ msgstr "ਪਾਠ"

#~ msgid "Windows"
#~ msgstr "ਝਰੋਖੇ"

#~ msgid "Stop"
#~ msgstr "ਰੋਕੋ"

#~ msgid "Pause"
#~ msgstr "ਵਿਰਾਮ"

#~ msgid "Move"
#~ msgstr "ਭੇਜੋ"

#~ msgid "<"
#~ msgstr "<"

#~ msgid ">"
#~ msgstr ">"

#~ msgid "<<<"
#~ msgstr "<<<"

#~ msgid ">>>"
#~ msgstr ">>>"

#~ msgid "Everything"
#~ msgstr "ਹਰ ਇਕਾਈ"

#~ msgid "New"
#~ msgstr "ਨਵਾਂ"

#~ msgid "1"
#~ msgstr "1"

#~ msgid "2"
#~ msgstr "2"

#~ msgid "3"
#~ msgstr "3"

#~ msgid "4"
#~ msgstr "4"

#~ msgid "5"
#~ msgstr "5"

#~ msgid "6"
#~ msgstr "6"

#~ msgid "7"
#~ msgstr "7"

#~ msgid "8"
#~ msgstr "8"

#~ msgid "9"
#~ msgstr "9"

#~ msgid "10"
#~ msgstr "10"

#~ msgid "Character"
#~ msgstr "ਅੱਖਰ"

#~ msgid "Word"
#~ msgstr "ਸ਼ਬਦ"

#~ msgid "Line"
#~ msgstr "ਸਤਰ"

#~ msgid "Unknown"
#~ msgstr "ਅਣਜਾਣ"

#~ msgid "5:"
#~ msgstr "5:"

#~ msgid "6:"
#~ msgstr "6:"

#~ msgid "7:"
#~ msgstr "7:"

#~ msgid "8:"
#~ msgstr "8:"

#~ msgid "9:"
#~ msgstr "9:"

#~ msgid "<b>Advanced Settings:</b>"
#~ msgstr "<b>ਤਕਨੀਕੀ ਸਥਾਪਨ:</b>"

#~ msgid "<b>Button control setup</b>"
#~ msgstr "<b>ਬਟਨ ਕੰਟਰੋਲ ਸੈਟਅੱਪ</b>"

#~ msgid "<b>Button modes:</b>"
#~ msgstr "<b>ਬਟਨ ਢੰਗ:</b>"

#~ msgid "<b>Compass Mode</b>"
#~ msgstr "<b>ਨਿਰਮਾਣ ਢੰਗ:</b>"

#~ msgid "<b>Miscellaneous Options:</b>"
#~ msgstr "<b>ਫੁਟਕਲ ਚੋਣ:</b>"

#~ msgid "<b>One-Button Static Mode</b>"
#~ msgstr "<b>ਇੱਕ-ਬਟਨ ਸਥਿਰ ਢੰਗ:</b>"

#~ msgid "<b>Toggle button Mode:</b>"
#~ msgstr "<b>ਬਟਨ ਮੋਡ ਤਬਦੀਲ:</b>"

#~ msgid "<b>X Coordinate</b>"
#~ msgstr "<b>X ਧੁਰਾ</b>"

#~ msgid "<b>X/Y Coordinates:</b>"
#~ msgstr "<b>X/Y ਧੁਰੇ:</b>"

#~ msgid "<b>Y Coordinate</b>"
#~ msgstr "<b>Y ਧੁਰਾ</b>"

#~ msgid "Advanced Settings"
#~ msgstr "ਤਕਨੀਕੀ ਸਥਾਪਨ"

#~ msgid "Button control setup"
#~ msgstr "ਬਟਨ ਕੰਟਰੋਲ ਸੈਟਅੱਪ"

#~ msgid "Button mode"
#~ msgstr "ਬਟਨ ਢੰਗ"

#~ msgid "Button:"
#~ msgstr "ਬਟਨ:"

#~ msgid "Control dasher from network socket instead of mouse (advanced)"
#~ msgstr "ਮਾਊਸ ਦੀ ਬਜਾਏ ਡੈਸ਼ਰ ਨੂੰ ਨੈੱਟਵਰਕ ਸਾਕਟ ਰਾਹੀਂ ਕੰਟਰੋਲ (ਤਕਨੀਕੀ)"

#~ msgid "Copy all on stop"
#~ msgstr "ਰੋਕਣ 'ਤੇ ਸਭ ਦੀ ਨਕਲ"

#~ msgid "Cyclical button mode"
#~ msgstr "ਚੱਕਰੀ ਬਟਨ ਮੋਡ"

#~ msgid "Distance from centreline for start on mouse position:"
#~ msgstr "ਕੇਂਦਰੀ-ਰੇਖਾ ਤੋ ਮਾਊਸ ਦੀ ਸਥਿਤੀ ਤੋ ਸ਼ੁਰੂ ਦੀ ਦੂਰੀ:"

#~ msgid "Down/3:"
#~ msgstr "ਹੇਠਾਂ/3:"

#~ msgid "Drop time:  "
#~ msgstr "ਡਿਗਣ ਸਮਾਂ:"

#~ msgid "Edit Button-control options"
#~ msgstr "ਬਟਨ-ਕੰਟਰੋਲ ਚੋਣ ਸੋਧ"

#~ msgid "Four-button direct mode"
#~ msgstr "ਚਾਰ-ਬਟਨ ਸਿੱਧਾ ਢੰਗ"

#~ msgid "General"
#~ msgstr "ਸਧਾਰਨ"

#~ msgid ""
#~ "If this mode is selected, up  and down will\n"
#~ "cycle backwards and forwards between coordinates and right will confirm "
#~ "the choice"
#~ msgstr ""
#~ "ਜੇਕਰ ਇਹ ਮੋਡ ਨਿਰਧਾਰਿਤ ਕੀਤਾ ਗਿਆ ਤਾਂ ਉਪੱਰ ਤੇ ਹੇਠਾਂ\n"
#~ "ਲਗਾਤਾਰ ਧੁਰਿਆਂ ਵਿੱਚ ਅੱਗੇ ਪਿੱਛੇ ਜਾਵੇਗਾ ਅਤੇ ਸਹੀ ਚੋਣ ਦੀ ਤਸਦੀਕ ਕਰੇਗਾ।"

#~ msgid "Left/2:"
#~ msgstr "ਖੱਬਾ/2:"

#~ msgid "Max"
#~ msgstr "ਵੱਧੋ-ਵੱਧ"

#~ msgid "Min"
#~ msgstr "ਘੱਟੋ-ਘੱਟ"

#~ msgid "Miscellaneous"
#~ msgstr "ਫੁਟਕਲ"

#~ msgid "Number of \"zoom-out boxes\":"
#~ msgstr "\"ਜ਼ੂਮ ਬਾਹਰ ਬਕਸਿਆਂ\" ਦੀ ਪੁਸ਼ਟੀ:"

#~ msgid "One-button dynamic mode"
#~ msgstr "ਇੱਕ-ਬਟਨ ਸਫ਼ਰੀ ਢੰਗ"

#~ msgid "One-button static mode"
#~ msgstr "ਇੱਕ-ਬਟਨ ਸਥਿਰ ਢੰਗ"

#~ msgid "Ordinary control"
#~ msgstr "ਸਧਾਰਨ ਕੰਟਰੋਲ"

#~ msgid "Pulsing mode"
#~ msgstr "ਪਲਸਿੰਗ ਢੰਗ"

#~ msgid "Right/4:"
#~ msgstr "ਸੱਜਾ/4:"

#~ msgid "Scaling amount (1D mode):"
#~ msgstr "ਸਕੇਲਿੰਘ ਮਾਤਰਾ (1D ਢੰਗ):"

#~ msgid "Show Advanced Settings"
#~ msgstr "ਤਕਨੀਕੀ ਸਥਾਪਨ ਵੇਖਾਓ"

#~ msgid "Socket Options"
#~ msgstr "ਸਾਕਟ ਚੋਣ"

#~ msgid "Socket Preferences"
#~ msgstr "ਸਾਕਟ ਪਸੰਦ"

#~ msgid "Speak on stop"
#~ msgstr "ਰੋਕਣ 'ਤੇ ਬੋਲੋ"

#~ msgid "Static menu mode"
#~ msgstr "ਸਥਿਰ ਮੇਨੂ ਢੰਗ"

#~ msgid "Steady mode"
#~ msgstr "ਸਥਿਰ ਢੰਗ"

#~ msgid "Three-button direct mode"
#~ msgstr "ਤਿੰਨ-ਬਟਨ ਸਿੱਧਾ ਢੰਗ"

#~ msgid "Training"
#~ msgstr "ਸਿਖਲਾਈ"

#~ msgid "Training Dasher - please wait"
#~ msgstr "ਡੈਸ਼ਰ ਸਿੱਖ ਰਿਹਾ ਹੈ - ਕਿਰਪਾ ਕਰਕੇ ਉਡੀਕੋ"

#~ msgid "Up/1:"
#~ msgstr "ਉਪੱਰ/1:"

#~ msgid "X:"
#~ msgstr "X:"

#~ msgid "Y:"
#~ msgstr "Y:"

#~ msgid "Zoom:"
#~ msgstr "ਜ਼ੂਮ"

#~ msgid "Advanced"
#~ msgstr "ਤਕਨੀਕੀ"

#~ msgid "Change colour scheme automatically"
#~ msgstr "ਰੰਗ ਸਕੀਮ ਸਵੈ-ਤਬਦੀਲ ਕਰੋ"

#~ msgid "Color"
#~ msgstr "ਰੰਗ"

#~ msgid ""
#~ "If this mode is selected, up and down will cycle backwards and forwards "
#~ "between coordinates and right will confirm the choice"
#~ msgstr ""
#~ "ਜੇਕਰ ਇਹ ਢੰਗ ਨਿਰਧਾਰਿਤ ਕੀਤਾ ਗਿਆ ਤਾਂ ਉਪੱਰ ਤੇ ਹੇਠਾਂ\n"
#~ "ਲਗਾਤਾਰ ਧੁਰਿਆ ਵਿੱਚ ਅੱਗੇ ਪਿੱਛੇ ਜਾਵੇਗਾ ਅਤੇ ਸਹੀ ਚੋਣ ਦੀ ਤਸਦੀਕ ਕਰ ਦੇਵੇਗਾ।"

#~ msgid "Number of pixels that should cover the entire y range:"
#~ msgstr "ਪਿਕਸਲਾਂ ਦੀ ਗਿਣਤੀ, ਜੋ ਕਿ ਪੂਰੀ y ਹੱਦ ਨੂੰ ਵਰਤ ਲਵੇ:"

#~ msgid "Orientation"
#~ msgstr "ਸਥਿਤੀ"

#~ msgid ""
#~ "Use this control to adjust the relative sizes of the letter boxes. Note "
#~ "that selecting high values will slow your writing speed."
#~ msgstr ""
#~ "ਇਸ ਕੰਟਰੋਲ ਨੂੰ ਲੇਟਰ ਬਾਕਸਾਂ ਦਾ ਅਨੁਸਾਰੀ ਅਕਾਰ ਨਿਰਧਾਰਨ ਕਰ ਲਈ ਵਰਤੋ। ਇਹ ਯਾਦ ਰੱਖੋ ਕਿ ਵਧੇਰੇ "
#~ "ਜਿਆਦਾ ਮੁੱਲ ਤੁਹਾਡੀ ਲਿਖਣ ਦੀ ਗਤੀ ਘਟਾ ਦੇਵੇਗਾ।"

#~ msgid "Socket"
#~ msgstr "ਸਾਕਟ"