File: ml.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 (1018 lines) | stat: -rw-r--r-- 41,494 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
# translation of dasher.master.ml.po to
# translation of dasher.HEAD.ml.po to
# This file is distributed under the same license as the PACKAGE package.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER.
#
# Ani Peter <apeter@redhat.com>, 2006, 2007, 2009.
msgid ""
msgstr ""
"Project-Id-Version: dasher.master.ml\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=dasher&component=general\n"
"POT-Creation-Date: 2009-08-25 17:49+0000\n"
"PO-Revision-Date: 2009-08-26 15:57+0530\n"
"Last-Translator: \n"
"Language-Team:  <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.11.4\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:5
#: ../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:3 ../Data/GUI/dashermaemofullscreen.ui.h:2
#: ../Src/Gtk2/dasher_main.cpp:953
msgid "Dasher"
msgstr "Dasher"

#: ../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 ../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:2 ../Data/GUI/dasher.gameWIP.ui.h:3
#: ../Data/GUI/dasher.traditional.ui.h:3
msgid "Copy"
msgstr "പകര്‍ത്തുക"

#: ../Data/GUI/dasher.compose.ui.h:3 ../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:4 ../Data/GUI/dasher.gameWIP.ui.h:5
#: ../Data/GUI/dasher.traditional.ui.h:5
msgid "Cut"
msgstr "മുറിച്ച് മാറ്റുക"

#: ../Data/GUI/dasher.compose.ui.h:6
msgid "Dasher _Tutorial"
msgstr "Dasher പരിശീലകന്‍ (_T)"

#: ../Data/GUI/dasher.compose.ui.h:7 ../Data/GUI/dasher.gameWIP.ui.h:12
#: ../Data/GUI/dasher.traditional.ui.h:8
msgid "New file"
msgstr "പുതിയ ഫയല്‍"

#: ../Data/GUI/dasher.compose.ui.h:8 ../Data/GUI/dasher.gameWIP.ui.h:14
#: ../Data/GUI/dasher.traditional.ui.h:9
msgid "Open file"
msgstr "ഫയല്‍ തുറക്കുക"

#: ../Data/GUI/dasher.compose.ui.h:9 ../Data/GUI/dasher.gameWIP.ui.h:15
#: ../Data/GUI/dasher.traditional.ui.h:10
msgid "Paste"
msgstr "ഒട്ടിക്കുക"

#: ../Data/GUI/dasher.compose.ui.h:10 ../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:5
msgid "Please Wait..."
msgstr "ദയവായി കാത്തിരിക്കുക..."

#: ../Data/GUI/dasher.compose.ui.h:11
msgid "Pr_eferences"
msgstr "മുന്‍ഗണനകള്‍ (_e)"

#: ../Data/GUI/dasher.compose.ui.h:12 ../Data/GUI/dasher.gameWIP.ui.h:20
#: ../Data/GUI/dasher.traditional.ui.h:15
msgid "Save file"
msgstr "ഫയല്‍ സംരക്ഷിക്കുക"

#: ../Data/GUI/dasher.compose.ui.h:13 ../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:14 ../Data/GUI/dasher.fullscreen.ui.h:3
#: ../Data/GUI/dasher.gameWIP.ui.h:23 ../Data/GUI/dashermaemo.ui.h:6
#: ../Data/GUI/dashermaemofullscreen.ui.h:5
#: ../Src/Gtk2/dasher_editor_internal.cpp:1320
#: ../Src/Gtk2/dasher_editor_internal.cpp:1354 ../Src/Gtk2/dasher_main.cpp:968
msgid "Select File"
msgstr "ഫയല്‍ തിരഞ്ഞെടുക്കുക"

#: ../Data/GUI/dasher.compose.ui.h:15 ../Data/GUI/dasher.fullscreen.ui.h:4
#: ../Data/GUI/dashermaemo.ui.h:7 ../Data/GUI/dashermaemofullscreen.ui.h:6
msgid "Select Font"
msgstr "ലിപി തിരഞ്ഞെടുക്കുക"

#: ../Data/GUI/dasher.compose.ui.h:16 ../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:17 ../Data/GUI/dashermaemofullscreen.ui.h:8
msgid "_About"
msgstr "സംബന്ധിച്ച് (_A)"

#: ../Data/GUI/dasher.compose.ui.h:18
msgid "_Append to file"
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.compose.ui.h:24 ../Data/GUI/dasher.fullscreen.ui.h:5
#: ../Data/GUI/dashermaemo.ui.h:8 ../Data/GUI/dashermaemofullscreen.ui.h:17
msgid "abcdefghijk ABCDEFGHIJK"
msgstr "abcdefghijk ABCDEFGHIJK"

#: ../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 "Dasher കളികളും ഡെമോ രീതിയും ലഭ്യമാക്കുക!"

#: ../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:1046
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 "Actions"
msgstr "പ്രവര്‍ത്തികള്‍"

#: ../Data/GUI/dasher.preferences.ui.h:2
#: ../Data/GUI/dashermaemo.preferences.ui.h:1
msgid "Adaptation"
msgstr "ഇണങ്ങിച്ചേരല്‍"

#: ../Data/GUI/dasher.preferences.ui.h:3
#: ../Data/GUI/dashermaemo.preferences.ui.h:2
msgid "Alphabet Selection"
msgstr "അക്ഷരം തിരഞ്ഞെടുക്കല്‍"

#: ../Data/GUI/dasher.preferences.ui.h:4
msgid "Appearance Options"
msgstr "കാഴ്ച ഉപാധികള്‍"

#: ../Data/GUI/dasher.preferences.ui.h:5
msgid "Application Options"
msgstr "പ്രയോഗത്തിനുളള ഉപാധികള്‍"

#: ../Data/GUI/dasher.preferences.ui.h:6
msgid "Application Style"
msgstr "പ്രയോഗത്തിന്‍റെ രീതി"

#: ../Data/GUI/dasher.preferences.ui.h:7
msgid "Colour Scheme"
msgstr "നിറങ്ങളുടെ പ്രയോഗം"

#: ../Data/GUI/dasher.preferences.ui.h:8
msgid "Control Style"
msgstr "നിയന്ത്രിക്കണ്ട രീതി"

#: ../Data/GUI/dasher.preferences.ui.h:9
msgid "Dasher Font"
msgstr "Dasher അക്ഷരസഞ്ചയം"

#: ../Data/GUI/dasher.preferences.ui.h:10
msgid "Direction"
msgstr "ദിശ"

#: ../Data/GUI/dasher.preferences.ui.h:11
msgid "Editor Font"
msgstr "എഡിറ്ററിനുള്ള അക്ഷരസഞ്ചയം"

#: ../Data/GUI/dasher.preferences.ui.h:12
msgid "Input Device"
msgstr "ഇന്‍പുട്ട് ചെയ്യുന്നതിനുളള ഉപകരണം"

#: ../Data/GUI/dasher.preferences.ui.h:13
#: ../Data/GUI/dashermaemo.preferences.ui.h:5
msgid "Language Model"
msgstr "ഭാഷയുടെ രൂപം"

#: ../Data/GUI/dasher.preferences.ui.h:14
#: ../Data/GUI/dashermaemo.preferences.ui.h:7
msgid "Smoothing"
msgstr "സ്മൂതിങ്"

#: ../Data/GUI/dasher.preferences.ui.h:15
#: ../Data/GUI/dashermaemo.preferences.ui.h:8
msgid "Speed"
msgstr "വേഗത"

#: ../Data/GUI/dasher.preferences.ui.h:16
msgid "Starting And Stopping"
msgstr "തുടക്കവും അവസാനവും"

#: ../Data/GUI/dasher.preferences.ui.h:17
#: ../Data/GUI/dashermaemo.preferences.ui.h:9
msgid "Adapt speed automatically"
msgstr "വേഗത ഓട്ടോമാറ്റിക്കായി ക്റമികരിക്കുക"

#: ../Data/GUI/dasher.preferences.ui.h:18
#: ../Data/GUI/dashermaemo.preferences.ui.h:11
msgid "Alphabet Default"
msgstr "ഡീഫോള്‍ട്ടായ അക്ഷരം"

#: ../Data/GUI/dasher.preferences.ui.h:19
msgid "Appearance"
msgstr "കാഴ്ച"

#: ../Data/GUI/dasher.preferences.ui.h:20
msgid "Application"
msgstr "പ്രയോഗം"

#: ../Data/GUI/dasher.preferences.ui.h:21
#: ../Data/GUI/dashermaemo.preferences.ui.h:12
msgid "Bottom to Top"
msgstr "താഴെയില്‍ നിന്ന് മുകളിലേക്ക്"

#: ../Data/GUI/dasher.preferences.ui.h:22
#| msgid ""
#| "Centre circle\n"
#| "Two box"
msgid "Centre circle"
msgstr "നടുവിലുളള വട്ടം"

#: ../Data/GUI/dasher.preferences.ui.h:23
msgid "Composition"
msgstr "രൂപീകരണം"

#: ../Data/GUI/dasher.preferences.ui.h:24
#: ../Data/GUI/dashermaemo.preferences.ui.h:13
msgid "Control"
msgstr "നിയന്ത്രണം"

#: ../Data/GUI/dasher.preferences.ui.h:25
msgid "Control mode"
msgstr "കണ്ട്രോള്‍ മോഡ്"

#: ../Data/GUI/dasher.preferences.ui.h:26
#: ../Data/GUI/dashermaemo.preferences.ui.h:14
msgid "Custom"
msgstr "ഇഷ്ടമുളള രീതിയില്‍"

#: ../Data/GUI/dasher.preferences.ui.h:27
#: ../Data/GUI/dashermaemo.preferences.ui.h:15
msgid "Custom colour scheme:"
msgstr "ഇഷ്ടമുളള രീതിയില്‍ നിറങ്ങള്‍ തിരഞ്ഞെടുക്കുക:"

#: ../Data/GUI/dasher.preferences.ui.h:28
#: ../Data/GUI/dashermaemo.preferences.ui.h:16
msgid "Dasher Preferences"
msgstr "Dasher മുന്‍ഗണനകള്‍"

#: ../Data/GUI/dasher.preferences.ui.h:29
msgid "Direct entry"
msgstr "നേരിട്ട് എന്‍റര്‍ ചെയ്യുക"

#: ../Data/GUI/dasher.preferences.ui.h:30
msgid "Dock application window"
msgstr "ഡോക്ക് ആപ്ളിക്കേഷന്‍ ജാലകം"

#: ../Data/GUI/dasher.preferences.ui.h:31
msgid "Draw box outlines"
msgstr "ബോക്സിനുളള രേഖാരൂപം വരയ്ക്കുക"

#: ../Data/GUI/dasher.preferences.ui.h:32
msgid "Draw line between crosshairs and mouse"
msgstr "ക്റോസ്ഹെയറിനും മൌസിനും ഇടയ്ക്ക് വരി വരയ്ക്കുക"

#: ../Data/GUI/dasher.preferences.ui.h:33
msgid "Full Screen"
msgstr "സ്ക്രീന്‍ പരമാവധി വലുപ്പമുള്ളതാക്കുക"

#: ../Data/GUI/dasher.preferences.ui.h:34
msgid "Increase line thickness"
msgstr "വരയുടെ കട്ടി കൂട്ടുക"

#: ../Data/GUI/dasher.preferences.ui.h:35
#: ../Data/GUI/dashermaemo.preferences.ui.h:18
msgid "Japanese"
msgstr "ജാപ്പനീസ്"

#: ../Data/GUI/dasher.preferences.ui.h:36
msgid "Language"
msgstr "ഭാഷ"

#: ../Data/GUI/dasher.preferences.ui.h:37
#: ../Data/GUI/dashermaemo.preferences.ui.h:19
msgid "Language model adapts as you write."
msgstr "നിങ്ങള്‍ എഴുതുന്നതനുസരിച്ച് ഭാഷയുടെ മോഡല്‍ ക്റമക്കിലാകുന്നു."

#: ../Data/GUI/dasher.preferences.ui.h:38
msgid "Large font "
msgstr "വലിയ ലിപി"

#: ../Data/GUI/dasher.preferences.ui.h:39
#: ../Data/GUI/dashermaemo.preferences.ui.h:20
msgid "Left to Right"
msgstr "ഇടത്ത് നിന്നും വലത്തേക്ക്"

#: ../Data/GUI/dasher.preferences.ui.h:40
#: ../Data/GUI/dashermaemo.preferences.ui.h:21
msgid "Mixture model (PPM/dictionary)"
msgstr "മിക്സ്ച്ചറ്‍ മോഡല്‍ (PPM/നിഘണ്ടു)"

#: ../Data/GUI/dasher.preferences.ui.h:41
msgid "Options"
msgstr "ഉപാധികള്‍"

#: ../Data/GUI/dasher.preferences.ui.h:42
msgid "Pause outside of canvas"
msgstr "Pause outside of canvas"

#: ../Data/GUI/dasher.preferences.ui.h:43
#: ../Data/GUI/dashermaemo.preferences.ui.h:23
msgid "Right to Left"
msgstr "വലത്ത് നിന്നും ഇടത്തേക്ക്"

#: ../Data/GUI/dasher.preferences.ui.h:44
msgid "Select Dasher Font"
msgstr "Dasher ലിപി തിരഞ്ഞെടുക്കുക"

#: ../Data/GUI/dasher.preferences.ui.h:45
msgid "Select Editor Font"
msgstr "എഡിറ്ററ്‍ ലിപി തിരഞ്ഞെടുക്കുക"

#: ../Data/GUI/dasher.preferences.ui.h:46
msgid "Show mouse position"
msgstr "മൌസിന്‍റെ സ്ഥാനം കാണിക്കുക"

#: ../Data/GUI/dasher.preferences.ui.h:47
msgid "Show speed slider"
msgstr "സ്പീഡ് സ്ളൈഡറ്‍ കാണിക്കുക"

#: ../Data/GUI/dasher.preferences.ui.h:48
msgid "Show toolbar"
msgstr "ടൂള്‍ ബാര്‍ കാണിക്കുക"

#: ../Data/GUI/dasher.preferences.ui.h:49
msgid "Small font"
msgstr "ചെറിയ ലിപി"

#: ../Data/GUI/dasher.preferences.ui.h:50
msgid "Stand-alone"
msgstr "ഒറ്റയ്ക്ക നില്‍ക്കുവാന്‍ കഴിവുളളത്"

#: ../Data/GUI/dasher.preferences.ui.h:51
#: ../Data/GUI/dashermaemo.preferences.ui.h:24
msgid "Standard letter-based PPM"
msgstr "സ്റ്റാന്‍ഡേര്‍ഡ് ലെറ്റര്‍-ബെയിസ്ഡ് PPM"

#: ../Data/GUI/dasher.preferences.ui.h:52
msgid "Start on left mouse button"
msgstr "മൌസിന്‍റെ ഇടത്ത് ബട്ടണില്‍ ആരംഭിക്കുക"

#: ../Data/GUI/dasher.preferences.ui.h:53
msgid "Start on space bar"
msgstr "സ്പെയിസ് ബാറില്‍ ആരംഭിക്കുക"

#: ../Data/GUI/dasher.preferences.ui.h:54
msgid "Start with mouse position:"
msgstr "ആരംഭിക്കുന്ന മൌസ് സ്ഥാനം:"

#: ../Data/GUI/dasher.preferences.ui.h:55
msgid "Timestamp new files"
msgstr "പുതിയ ഫയലുകള്‍ ടൈംസ്റ്റാമ്പ് ചെയ്യുക"

#: ../Data/GUI/dasher.preferences.ui.h:56
#: ../Data/GUI/dashermaemo.preferences.ui.h:25
msgid "Top to Bottom"
msgstr "മുകളില്‍ നിന്ന് താഴേക്ക്"

#: ../Data/GUI/dasher.preferences.ui.h:57
msgid "Two box"
msgstr "രണ്ട് ബോക്സ്"

#: ../Data/GUI/dasher.preferences.ui.h:58
#| 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."
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:61
msgid "Very large font"
msgstr "വളരെ വലിയ ലിപി"

#: ../Data/GUI/dasher.preferences.ui.h:62
#: ../Data/GUI/dashermaemo.preferences.ui.h:27
msgid "Word-based model"
msgstr "വാക്കുകളുടെ അടിസ്ഥാനത്തിലുളള രൂപം"

#: ../Data/GUI/dashermaemo.ui.h:1
msgid "\n"
msgstr "\n"

#: ../Data/GUI/dashermaemo.ui.h:4
msgid "P"
msgstr "P"

#: ../Data/GUI/dashermaemo.preferences.ui.h:3
msgid "Color Scheme"
msgstr "നിറങ്ങളുടെ പ്രയോഗം"

#: ../Data/GUI/dashermaemo.preferences.ui.h:4
msgid "Display Size"
msgstr "വലുപ്പം കാണിക്കുക"

#: ../Data/GUI/dashermaemo.preferences.ui.h:6
msgid "Orientation"
msgstr "സംവേദനം"

#: ../Data/GUI/dashermaemo.preferences.ui.h:10
msgid "Alphabet"
msgstr "അക്ഷരം"

#: ../Data/GUI/dashermaemo.preferences.ui.h:17
msgid "Enlarge input window"
msgstr "ഇന്‍പുട്ട് ജാലകം വലുതാക്കുക"

#: ../Data/GUI/dashermaemo.preferences.ui.h:22
msgid "Prediction"
msgstr "പ്രവചനം"

#: ../Data/GUI/dashermaemo.preferences.ui.h:26
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 "_Dasher ലിപി"

#: ../Data/GUI/dashermaemofullscreen.ui.h:10
msgid "_Dasher Font Size"
msgstr "_Dasher ലിപിയുടെ വലുപ്പം"

#: ../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 "Zoom steps"

#. 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 for don't 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.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 "Right zoom"

#. bMenu
#: ../Src/DasherCore/CompassMode.cpp:38
msgid "Compass Mode"
msgstr "കോംപസ് മോഡ്"

#: ../Src/DasherCore/DasherGameMode.cpp:633
msgid "Well done!"
msgstr "വളരെ നന്നായി!"

#: ../Src/DasherCore/DasherInterfaceBase.cpp:940
msgid "Normal Control"
msgstr "സാധാരണയുളള നിയന്ത്രണം"

#. TODO: specialist factory for button mode
#: ../Src/DasherCore/DasherInterfaceBase.cpp:956
msgid "Menu Mode"
msgstr "മെനു മോഡ്"

#: ../Src/DasherCore/DasherInterfaceBase.cpp:957
msgid "Direct Mode"
msgstr "ഡയറക്ട് മോഡ്"

#: ../Src/DasherCore/DasherInterfaceBase.cpp:961
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 "Multiple press time"
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 "ഉപയോക്താവു് ബട്ടണ്‍ അമര്‍ത്തുന്നതിനു് മുമ്പ് ലാഗ് ചെയ്യുന്നു (മില്ലിസെക്കന്‍ഡ്)"

#: ../Src/DasherCore/OneDimensionalFilter.cpp:7
msgid "One Dimensional Mode"
msgstr "വണ്‍ ഡൈമെന്‍ഷന്‍ മോഡ്"

#: ../Src/DasherCore/SettingsStore.cpp:76
#: ../Src/Gtk2/DasherAppSettings.cpp:518 ../Src/Gtk2/DasherAppSettings.cpp:552
#: ../Src/Gtk2/DasherAppSettings.cpp:556
msgid "true"
msgstr "true"

#: ../Src/DasherCore/SettingsStore.cpp:78
#: ../Src/Gtk2/DasherAppSettings.cpp:520 ../Src/Gtk2/DasherAppSettings.cpp:552
#: ../Src/Gtk2/DasherAppSettings.cpp:556
msgid "false"
msgstr "false"

#. 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:523
msgid "boolean value must be specified as 'true' or 'false'."
msgstr "ബൂളിയന്‍ മൂല്ല്യം 'true' അല്ലെങ്കില്‍ 'false' ആയിരിക്കണം."

#. 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 time"
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 "up/down രണ്ട് തവണ ക്ലിക്ക് ചെയ്യുന്നതാണു്- മറിച്ചാകുന്നതിനായി മൂന്നു് തവണ ക്ലിക്ക് ചെയ്യുക"

#: ../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 "Distance for 1st button UP"

#: ../Src/DasherCore/TwoPushDynamicFilter.cpp:32
msgid "Distance for 1st button DOWN"
msgstr "Distance for 1st button DOWN"

#: ../Src/DasherCore/TwoPushDynamicFilter.cpp:33
msgid "Tolerance for inaccurate timing of button pushes (in ms)"
msgstr "ബട്ടണ്‍ പുഷുകളുടെ സ്ഥിരതയില്ലാത്ത സമയത്തിനുള്ള ടോളറന്‍സ് (മില്ലിസെക്കന്‍ഡില്‍)"

#: ../Src/DasherCore/TwoPushDynamicFilter.cpp:39
#| msgid "Slow startup"
msgid "Slow startup time"
msgstr "തുടക്കം പതിയെ ആക്കുക"

#: ../Src/DasherCore/TwoPushDynamicFilter.cpp:47
msgid "Two-push Dynamic Mode (New One Button)"
msgstr "ടു-പുഷ് ഡൈനമിക് മോഡ് (പുതിയ വണ്‍ ബട്ടണ്‍)"

#: ../Src/Gtk2/DasherAppSettings.cpp:549
msgid "Boolean parameters"
msgstr "ബൂളിയന്‍ പരാമീറ്ററുകള്‍"

#: ../Src/Gtk2/DasherAppSettings.cpp:549 ../Src/Gtk2/DasherAppSettings.cpp:560
#: ../Src/Gtk2/DasherAppSettings.cpp:571
msgid "Default"
msgstr "സ്വതവേയുള്ളതു്"

#: ../Src/Gtk2/DasherAppSettings.cpp:549 ../Src/Gtk2/DasherAppSettings.cpp:560
#: ../Src/Gtk2/DasherAppSettings.cpp:571
msgid "Description"
msgstr "വിവരണം"

#: ../Src/Gtk2/DasherAppSettings.cpp:560
msgid "Integer parameters"
msgstr "ഇന്റിജര്‍ പരാമീറ്ററുകള്‍"

#: ../Src/Gtk2/DasherAppSettings.cpp:571
msgid "String parameters"
msgstr "സ്ട്രിങ് പരാമീറ്ററുകള്‍"

#: ../Src/Gtk2/Preferences.cpp:437 ../Src/Gtk2/Preferences.cpp:1008
msgid "Action"
msgstr "പ്റവറ്‍ത്തി"

#. TRANSLATORS: Show a button for the selected action in the Dasher window.
#: ../Src/Gtk2/Preferences.cpp:1015
msgid "Show Button"
msgstr "ബട്ടണ്‍ കാണിക്കുക"

#: ../Src/Gtk2/Preferences.cpp:1020
msgid "Control Mode"
msgstr "കണ്ട്രോള്‍ മോഡ് "

#. TRANSLATORS: Automatically perform the selected action when Dasher is stopped.
#: ../Src/Gtk2/Preferences.cpp:1026
msgid "Auto On Stop"
msgstr "ഓട്ടോ ഓണ്‍ സ്റ്റോപ്പ്"

#: ../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 "സ്ക്രിപ്റ്റ്"

#: ../Src/Gtk2/dasher_action_speech.cpp:137
msgid "Speak"
msgstr "സംസാരിക്കുക"

#. TRANSLATORS: Send all text to the text-to-speech engine.
#: ../Src/Gtk2/dasher_action_speech.cpp:150
msgid "All"
msgstr "എല്ലാം"

#. TRANSLATORS: Send most recently entered text to the text-to-speech engine.
#: ../Src/Gtk2/dasher_action_speech.cpp:153
msgid "Last"
msgstr "അവസാനം"

#. TRANSLATORS: Repeat the last phrase sent to the text-to-speech engine.
#: ../Src/Gtk2/dasher_action_speech.cpp:156
msgid "Repeat"
msgstr "ആവറ്‍ത്തിക്കുക"

#: ../Src/Gtk2/dasher_action_speech.cpp:174
#, c-format
msgid "Unable to initialize speech support\n"
msgstr "സ്പീച്ച് റിപ്പോറ്‍ട്ട് ആരംഭിക്കുവാന്‍ സാധ്യമായില്ല\n"

#: ../Src/Gtk2/dasher_action_speech.cpp:197
msgid "Unable to initialize voices\n"
msgstr "ശബ്ദങ്ങള്‍ തുടങ്ങുവാന്‍ സാധ്യമായില്ല\n"

#: ../Src/Gtk2/dasher_action_speech.cpp:209
msgid "Warning: unable to set speech parameters\n"
msgstr "മുന്നറിയിപ്പ്: സ്പീച്ച് പരാമീറ്ററുകള്‍ ക്റമികരിക്കുവാന്‍ സാധ്യമായില്ല\n"

#. Note to translators: This message will be output for command line errors when the "=" in --options=foo is missing.
#: ../Src/Gtk2/dasher_main.cpp:266
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:282
msgid "Invalid option string specified"
msgstr "തെറ്റായ ഉപാധിയായ സ്ട്രിങ് പറഞ്ഞിരിക്കുന്നു"

#: ../Src/Gtk2/dasher_main.cpp:1008
#, 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:1015
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:1021
msgid "Don't save"
msgstr "സംരക്ഷിക്കേണ്ട"

#: ../Src/Gtk2/dasher_main.cpp:1022 ../Src/Gtk2/dasher_main.cpp:1045
msgid "Don't quit"
msgstr "പുറത്തേക്ക് പോകേണ്ട"

#: ../Src/Gtk2/dasher_main.cpp:1023
msgid "Save and quit"
msgstr "സംരക്ഷിച്ച ശേഷം പുറത്തേക്ക് പോവുക"

#: ../Src/Gtk2/dasher_main.cpp:1042
msgid "Are you sure you wish to quit?"
msgstr "നിങ്ങള്‍ക്കു് പുറത്തു് കടക്കണമെന്നുറപ്പാണോ?"

#: ../Src/Gtk2/dasher_main.cpp:1089
msgid "Unable to open help file"
msgstr "സഹായത്തിനുള്ള ഫയല്‍ തുറക്കുവാന്‍ സാധ്യമല്ല"

#: ../Src/Gtk2/dasher_main.cpp:1141
msgid "Dasher is a predictive text entry application"
msgstr "Dasher ഒരു പ്രെഡിക്റ്റീവ് ടെക്സ്റ്റ് എന്‍ട്രി പ്രയോഗം ആണ്"

#: ../Src/Gtk2/dasher_main.cpp:1146
msgid "translator-credits"
msgstr "അനി പീറ്റര്‍ <peter.ani@gmail.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 "- ആക്സസിബിളിറ്റിയിക്കുള്ള ഒരു ടെക്സ്റ്റ് ഇന്‍പുട്ട് പ്രയോഗം"