forked from phpmyadmin/phpmyadmin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathml.po
12101 lines (9556 loc) · 295 KB
/
ml.po
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
# phpMyAdmin translation.
# Copyright (C) 2003 - 2011 phpMyAdmin devel team
# This file is distributed under the same license as the phpMyAdmin package.
msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 3.5.0-dev\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2011-12-10 07:53-0500\n"
"PO-Revision-Date: 2011-09-27 08:42+0200\n"
"Last-Translator: <[email protected]>\n"
"Language-Team: Malayalam <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: ml\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.0.5\n"
#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:339
#: libraries/display_tbl.lib.php:358 server_privileges.php:1673
msgid "Show all"
msgstr "എല്ലാം കാണിക്കൂ"
#: browse_foreigners.php:70 libraries/PDF.class.php:42
#: libraries/common.lib.php:2438
#: libraries/schema/Pdf_Relation_Schema.class.php:1142
#: libraries/schema/Pdf_Relation_Schema.class.php:1166
#: libraries/schema/User_Schema.class.php:396
#: libraries/select_lang.lib.php:487
msgid "Page number:"
msgstr "താൾ:"
#: browse_foreigners.php:138
msgid ""
"The target browser window could not be updated. Maybe you have closed the "
"parent window, or your browser's security settings are configured to block "
"cross-window updates."
msgstr ""
#: browse_foreigners.php:156 libraries/common.lib.php:3119
#: libraries/common.lib.php:3126 libraries/common.lib.php:3335
#: libraries/common.lib.php:3336 libraries/db_links.inc.php:60
#: libraries/tbl_links.inc.php:68
msgid "Search"
msgstr "തിരയൂ"
#: browse_foreigners.php:159 db_operations.php:378 db_operations.php:418
#: db_operations.php:528 db_operations.php:555 db_search.php:337
#: db_structure.php:615 enum_editor.php:121 gis_data_editor.php:133
#: gis_data_editor.php:166 gis_data_editor.php:315 js/messages.php:218
#: libraries/Config.class.php:1332 libraries/Theme_Manager.class.php:309
#: libraries/auth/cookie.auth.lib.php:245 libraries/common.lib.php:1364
#: libraries/common.lib.php:2411 libraries/core.lib.php:513
#: libraries/display_change_password.lib.php:72
#: libraries/display_create_table.lib.php:61
#: libraries/display_export.lib.php:349 libraries/display_import.lib.php:267
#: libraries/display_tbl.lib.php:567 libraries/display_tbl.lib.php:697
#: libraries/replication_gui.lib.php:76 libraries/replication_gui.lib.php:375
#: libraries/rte/rte_events.lib.php:493 libraries/rte/rte_routines.lib.php:970
#: libraries/rte/rte_routines.lib.php:1448
#: libraries/rte/rte_triggers.lib.php:373
#: libraries/schema/User_Schema.class.php:147
#: libraries/schema/User_Schema.class.php:204
#: libraries/schema/User_Schema.class.php:446
#: libraries/schema/User_Schema.class.php:487
#: libraries/select_server.lib.php:93 libraries/sql_query_form.lib.php:348
#: libraries/sql_query_form.lib.php:410 libraries/sql_query_form.lib.php:463
#: libraries/tbl_properties.inc.php:575 main.php:115 navigation.php:171
#: navigation.php:209 pmd_pdf.php:120 prefs_manage.php:263
#: prefs_manage.php:314 server_binlog.php:109 server_privileges.php:744
#: server_privileges.php:1784 server_privileges.php:2148
#: server_privileges.php:2195 server_privileges.php:2238
#: server_replication.php:233 server_replication.php:316
#: server_replication.php:347 server_synchronize.php:1309 tbl_change.php:340
#: tbl_change.php:1073 tbl_change.php:1110 tbl_indexes.php:288
#: tbl_operations.php:284 tbl_operations.php:321 tbl_operations.php:523
#: tbl_operations.php:585 tbl_operations.php:768 tbl_select.php:235
#: tbl_structure.php:672 tbl_structure.php:707 tbl_tracking.php:416
#: tbl_tracking.php:554 tbl_zoom_select.php:313 view_create.php:181
#: view_operations.php:99
msgid "Go"
msgstr "പോകൂ"
#: browse_foreigners.php:174 browse_foreigners.php:178
#: libraries/Index.class.php:440 tbl_tracking.php:304
msgid "Keyname"
msgstr "കീനാമം"
#: browse_foreigners.php:175 browse_foreigners.php:177
#: server_collations.php:54 server_collations.php:66 server_engines.php:55
#: server_plugins.php:147 server_status.php:1465
msgid "Description"
msgstr "വിവരണം"
#: browse_foreigners.php:255 browse_foreigners.php:264
#: browse_foreigners.php:276 browse_foreigners.php:284
msgid "Use this value"
msgstr "ഈ വില ഉപയോഗിക്കൂ"
#: bs_disp_as_mime_type.php:29 bs_play_media.php:35
#: libraries/blobstreaming.lib.php:385
msgid "No blob streaming server configured!"
msgstr ""
#: bs_disp_as_mime_type.php:35
msgid "Failed to fetch headers"
msgstr ""
#: bs_disp_as_mime_type.php:41
msgid "Failed to open remote URL"
msgstr "വിദൂര യു ആർ എൽ (URL) തുറക്കുന്നതിൽ പരാജയപ്പെട്ടിരിക്കുന്നു"
#: changelog.php:32 license.php:28
#, php-format
msgid ""
"The %s file is not available on this system, please visit www.phpmyadmin.net "
"for more information."
msgstr ""
#: db_create.php:60
#, php-format
msgid "Database %1$s has been created."
msgstr "വിവരശേഖരം(ങ്ങൾ) %1$s സൃഷ്ടിച്ചിരിക്കുന്നു."
#: db_datadict.php:49 db_operations.php:370
msgid "Database comment: "
msgstr "വിവരശേഖര അഭിപ്രായം: "
#: db_datadict.php:153 libraries/schema/Pdf_Relation_Schema.class.php:1279
#: libraries/tbl_properties.inc.php:662 tbl_operations.php:366
#: tbl_printview.php:124
msgid "Table comments"
msgstr "പട്ടിക അഭിപ്രയങ്ങൾ"
#: db_datadict.php:162 db_qbe.php:196 libraries/Index.class.php:444
#: libraries/export/htmlword.php:249 libraries/export/latex.php:394
#: libraries/export/odt.php:300 libraries/export/texytext.php:228
#: libraries/schema/Pdf_Relation_Schema.class.php:1305
#: libraries/schema/Pdf_Relation_Schema.class.php:1326
#: libraries/tbl_properties.inc.php:267 libraries/tbl_select.lib.php:83
#: tbl_change.php:318 tbl_indexes.php:213 tbl_printview.php:136
#: tbl_relation.php:395 tbl_tracking.php:257 tbl_tracking.php:308
#: tbl_zoom_select.php:433
msgid "Column"
msgstr "നിര"
#: db_datadict.php:163 db_printview.php:103 libraries/Index.class.php:441
#: libraries/db_structure.lib.php:46 libraries/export/htmlword.php:250
#: libraries/export/latex.php:395 libraries/export/odt.php:303
#: libraries/export/texytext.php:229 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:69 libraries/rte/rte_routines.lib.php:836
#: libraries/rte/rte_routines.lib.php:861
#: libraries/rte/rte_routines.lib.php:1366
#: libraries/schema/Pdf_Relation_Schema.class.php:1306
#: libraries/schema/Pdf_Relation_Schema.class.php:1327
#: libraries/tbl_properties.inc.php:93 libraries/tbl_select.lib.php:84
#: server_privileges.php:2252 tbl_change.php:297 tbl_change.php:324
#: tbl_printview.php:137 tbl_printview.php:272 tbl_structure.php:202
#: tbl_structure.php:767 tbl_tracking.php:258 tbl_tracking.php:305
msgid "Type"
msgstr "തരം"
#: db_datadict.php:165 libraries/Index.class.php:447
#: libraries/export/htmlword.php:251 libraries/export/latex.php:396
#: libraries/export/odt.php:306 libraries/export/texytext.php:230
#: libraries/schema/Pdf_Relation_Schema.class.php:1308
#: libraries/schema/Pdf_Relation_Schema.class.php:1329
#: libraries/tbl_properties.inc.php:102 tbl_change.php:333
#: tbl_printview.php:138 tbl_structure.php:205 tbl_tracking.php:260
#: tbl_tracking.php:311 tbl_zoom_select.php:434
msgid "Null"
msgstr "ശൂന്യം"
#: db_datadict.php:166 db_structure.php:538 libraries/export/htmlword.php:252
#: libraries/export/latex.php:397 libraries/export/odt.php:309
#: libraries/export/texytext.php:231
#: libraries/schema/Pdf_Relation_Schema.class.php:1309
#: libraries/schema/Pdf_Relation_Schema.class.php:1330
#: libraries/tbl_properties.inc.php:99 tbl_printview.php:139
#: tbl_structure.php:206 tbl_tracking.php:261
msgid "Default"
msgstr "സ്വതേ"
#: db_datadict.php:170 libraries/export/htmlword.php:254
#: libraries/export/latex.php:399 libraries/export/odt.php:313
#: libraries/export/texytext.php:233
#: libraries/schema/Pdf_Relation_Schema.class.php:1311
#: libraries/schema/Pdf_Relation_Schema.class.php:1332 tbl_printview.php:142
msgid "Links to"
msgstr "കണ്ണികൾ"
#: db_datadict.php:172 db_printview.php:109
#: libraries/config/messages.inc.php:96 libraries/config/messages.inc.php:111
#: libraries/config/messages.inc.php:133 libraries/export/htmlword.php:257
#: libraries/export/latex.php:402 libraries/export/odt.php:318
#: libraries/export/texytext.php:236
#: libraries/schema/Pdf_Relation_Schema.class.php:1322
#: libraries/schema/Pdf_Relation_Schema.class.php:1333
#: libraries/tbl_properties.inc.php:122 tbl_printview.php:144
msgid "Comments"
msgstr "അഭിപ്രായങ്ങൾ"
#: db_datadict.php:233 js/messages.php:237 libraries/Index.class.php:349
#: libraries/Index.class.php:376 libraries/Index.class.php:679
#: libraries/config.values.php:45 libraries/config.values.php:51
#: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299
#: libraries/export/latex.php:460 libraries/export/odt.php:357
#: libraries/export/texytext.php:278 libraries/mult_submits.inc.php:285
#: libraries/schema/Pdf_Relation_Schema.class.php:1357
#: libraries/user_preferences.lib.php:284 prefs_manage.php:128
#: server_privileges.php:1473 server_privileges.php:1483
#: server_privileges.php:1728 server_privileges.php:1739
#: server_privileges.php:2060 server_privileges.php:2065
#: server_privileges.php:2368 sql.php:290 sql.php:354 tbl_printview.php:190
#: tbl_structure.php:349 tbl_tracking.php:321 tbl_tracking.php:326
msgid "No"
msgstr "ഇല്ല"
#: db_datadict.php:233 js/messages.php:236 libraries/Index.class.php:350
#: libraries/Index.class.php:375 libraries/Index.class.php:679
#: libraries/config.values.php:45 libraries/config.values.php:51
#: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:299
#: libraries/export/latex.php:460 libraries/export/odt.php:357
#: libraries/export/texytext.php:278 libraries/mult_submits.inc.php:46
#: libraries/mult_submits.inc.php:78 libraries/mult_submits.inc.php:87
#: libraries/mult_submits.inc.php:92 libraries/mult_submits.inc.php:97
#: libraries/mult_submits.inc.php:102 libraries/mult_submits.inc.php:262
#: libraries/mult_submits.inc.php:275 libraries/mult_submits.inc.php:284
#: libraries/mult_submits.inc.php:291
#: libraries/schema/Pdf_Relation_Schema.class.php:1357
#: libraries/user_preferences.lib.php:284 prefs_manage.php:127
#: server_databases.php:81 server_privileges.php:1471
#: server_privileges.php:1481 server_privileges.php:1725
#: server_privileges.php:1739 server_privileges.php:2060
#: server_privileges.php:2063 server_privileges.php:2368 sql.php:353
#: tbl_printview.php:190 tbl_structure.php:41 tbl_structure.php:349
#: tbl_tracking.php:319 tbl_tracking.php:324
msgid "Yes"
msgstr "അതേ"
#: db_export.php:26
msgid "View dump (schema) of database"
msgstr ""
#: db_export.php:30 db_printview.php:94 db_qbe.php:101 db_tracking.php:48
#: export.php:354 navigation.php:296
msgid "No tables found in database."
msgstr "വിവരശേഖരത്തിൽ ഒരു പട്ടികയും കണ്ടെത്താനായില്ല."
#: db_export.php:40 db_search.php:319 server_export.php:26
msgid "Select All"
msgstr "എല്ലാം തിരഞ്ഞെടുക്കുക"
#: db_export.php:42 db_search.php:322 server_export.php:28
msgid "Unselect All"
msgstr "ഒന്നും തിരഞ്ഞെടുക്കാതിരിക്കുക"
#: db_operations.php:41 tbl_create.php:22
msgid "The database name is empty!"
msgstr "വിവരശേഖരത്തിനു പേര് നൽകിയിട്ടില്ല!"
#: db_operations.php:280
#, php-format
msgid "Database %s has been renamed to %s"
msgstr "%s എന്ന വിവരശേഖരം %s എന്ന പേരിലേക്ക് മാറ്റിയിരിക്കുന്നു"
#: db_operations.php:284
#, php-format
msgid "Database %s has been copied to %s"
msgstr "%s എന്ന വിവരശേഖരം %s എന്ന പേരിലേക്ക് പകർത്തിയിരിക്കുന്നു"
#: db_operations.php:412
msgid "Rename database to"
msgstr "വിവരശേഖരത്തിന്റ്റ പേര് മാറ്റുക"
#: db_operations.php:438
msgid "Remove database"
msgstr "വിവരശേഖരം നീക്കുക"
#: db_operations.php:450
#, php-format
msgid "Database %s has been dropped."
msgstr "%s എന്ന വിവരശേഖരം ഉപേക്ഷിച്ചിരിക്കുന്നു."
#: db_operations.php:455
msgid "Drop the database (DROP)"
msgstr "വിവരശേഖരം ഉപേക്ഷിക്കുക (DROP)"
#: db_operations.php:484
msgid "Copy database to"
msgstr "വിവരശേഖരം പകർത്തുക"
#: db_operations.php:491 tbl_operations.php:552 tbl_tracking.php:409
msgid "Structure only"
msgstr "ഘടന മാത്രം"
#: db_operations.php:492 tbl_operations.php:553 tbl_tracking.php:411
msgid "Structure and data"
msgstr "ഘടനയും വിവരവും"
#: db_operations.php:493 tbl_operations.php:554 tbl_tracking.php:410
msgid "Data only"
msgstr "വിവരം മാത്രം"
#: db_operations.php:501
msgid "CREATE DATABASE before copying"
msgstr ""
#: db_operations.php:504 libraries/config/messages.inc.php:128
#: libraries/config/messages.inc.php:129 libraries/config/messages.inc.php:131
#: libraries/config/messages.inc.php:137 tbl_operations.php:560
#, php-format
msgid "Add %s"
msgstr "%s ചേർക്കുക"
#: db_operations.php:508 libraries/config/messages.inc.php:121
#: tbl_operations.php:318 tbl_operations.php:562
msgid "Add AUTO_INCREMENT value"
msgstr ""
#: db_operations.php:512 tbl_operations.php:569
msgid "Add constraints"
msgstr ""
#: db_operations.php:525
msgid "Switch to copied database"
msgstr ""
#: db_operations.php:548 libraries/Index.class.php:446
#: libraries/build_html_for_db.lib.php:20 libraries/db_structure.lib.php:48
#: libraries/mysql_charsets.lib.php:113 libraries/tbl_properties.inc.php:100
#: libraries/tbl_properties.inc.php:668 libraries/tbl_select.lib.php:85
#: server_collations.php:53 server_collations.php:65 tbl_operations.php:382
#: tbl_structure.php:203 tbl_structure.php:872 tbl_tracking.php:259
#: tbl_tracking.php:310
msgid "Collation"
msgstr "നിബന്ധന"
#: db_operations.php:561
#, php-format
msgid ""
"The phpMyAdmin configuration storage has been deactivated. To find out why "
"click %shere%s."
msgstr ""
#: db_operations.php:595
msgid "Edit or export relational schema"
msgstr ""
#: db_printview.php:101 db_tracking.php:85 db_tracking.php:186
#: libraries/config/messages.inc.php:508 libraries/db_structure.lib.php:32
#: libraries/export/pdf.php:95 libraries/export/xml.php:359
#: libraries/header.inc.php:161 libraries/rte/rte_list.lib.php:59
#: libraries/rte/rte_triggers.lib.php:310
#: libraries/schema/User_Schema.class.php:272 server_privileges.php:1835
#: server_privileges.php:1893 server_privileges.php:2162
#: server_synchronize.php:436 server_synchronize.php:908 tbl_tracking.php:634
msgid "Table"
msgstr "പട്ടിക"
#: db_printview.php:102 libraries/build_html_for_db.lib.php:31
#: libraries/db_structure.lib.php:42 libraries/header_printview.inc.php:65
#: libraries/import.lib.php:151 navigation.php:591 navigation.php:611
#: tbl_printview.php:353 tbl_structure.php:363 tbl_structure.php:469
#: tbl_structure.php:882
msgid "Rows"
msgstr "വരികൾ"
#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:214
msgid "Size"
msgstr "വലിപ്പം"
#: db_printview.php:159 db_structure.php:490 libraries/export/sql.php:791
msgid "in use"
msgstr "ഉപയോഗത്തിൽ"
#: db_printview.php:184 libraries/db_info.inc.php:74
#: libraries/export/sql.php:743
#: libraries/schema/Pdf_Relation_Schema.class.php:1284 tbl_printview.php:393
#: tbl_structure.php:914
msgid "Creation"
msgstr "സൃഷ്ടി"
#: db_printview.php:193 libraries/db_info.inc.php:79
#: libraries/export/sql.php:748
#: libraries/schema/Pdf_Relation_Schema.class.php:1289 tbl_printview.php:403
#: tbl_structure.php:922
msgid "Last update"
msgstr "അവസാനം നവീകരിച്ചത്"
#: db_printview.php:202 libraries/db_info.inc.php:84
#: libraries/export/sql.php:753
#: libraries/schema/Pdf_Relation_Schema.class.php:1294 tbl_printview.php:413
#: tbl_structure.php:930
msgid "Last check"
msgstr "അന്തിമ പരിശോധന"
#: db_printview.php:219 db_structure.php:514
#, php-format
msgid "%s table"
msgid_plural "%s tables"
msgstr[0] "%s പട്ടിക"
msgstr[1] "%s പട്ടികകൾ"
#: db_qbe.php:41
msgid "You have to choose at least one column to display"
msgstr ""
#: db_qbe.php:186
#, php-format
msgid "Switch to %svisual builder%s"
msgstr ""
#: db_qbe.php:222 libraries/db_structure.lib.php:90
#: libraries/display_tbl.lib.php:995
msgid "Sort"
msgstr "തരംതിരിക്കുക"
#: db_qbe.php:231 db_qbe.php:265 libraries/db_structure.lib.php:97
#: libraries/db_structure.lib.php:106 libraries/display_tbl.lib.php:558
#: libraries/display_tbl.lib.php:951 libraries/display_tbl.lib.php:954
#: server_databases.php:162 server_databases.php:179 tbl_operations.php:279
#: tbl_select.php:222
msgid "Ascending"
msgstr "ആരോഹണം"
#: db_qbe.php:232 db_qbe.php:273 libraries/db_structure.lib.php:98
#: libraries/db_structure.lib.php:107 libraries/display_tbl.lib.php:563
#: libraries/display_tbl.lib.php:950 libraries/display_tbl.lib.php:955
#: server_databases.php:162 server_databases.php:179 tbl_operations.php:280
#: tbl_select.php:223
msgid "Descending"
msgstr "അവരോഹണം"
#: db_qbe.php:286 db_tracking.php:91 libraries/display_tbl.lib.php:426
#: tbl_change.php:287 tbl_tracking.php:639
msgid "Show"
msgstr "പ്രദർശിപ്പിക്കുക"
#: db_qbe.php:322
msgid "Criteria"
msgstr "മാനദണ്ഡം"
#: db_qbe.php:375 db_qbe.php:457 db_qbe.php:549 db_qbe.php:580
msgid "Ins"
msgstr "ചേര്ക്കുക"
#: db_qbe.php:379 db_qbe.php:461 db_qbe.php:546 db_qbe.php:577
msgid "And"
msgstr "ഉം"
#: db_qbe.php:388 db_qbe.php:469 db_qbe.php:551 db_qbe.php:582
msgid "Del"
msgstr "മായ്ക്കുക"
#: db_qbe.php:392 db_qbe.php:473 db_qbe.php:544 db_qbe.php:575
#: server_privileges.php:398 tbl_change.php:907 tbl_indexes.php:283
#: tbl_select.php:196
msgid "Or"
msgstr "അല്ലെനങ്കിൽ"
#: db_qbe.php:529
msgid "Modify"
msgstr "തിരുത്തുക"
#: db_qbe.php:606
msgid "Add/Delete criteria rows"
msgstr "മാനദണ്ഡ വരികൾ ചേർക്കുക/മായക്കുക"
#: db_qbe.php:618
msgid "Add/Delete columns"
msgstr "നിരകൾ ചേർക്കുക/മായക്കുക"
#: db_qbe.php:631 db_qbe.php:656
msgid "Update Query"
msgstr "അഭ്യര്ത്ഥന നവീകറിക്കുക"
#: db_qbe.php:639
msgid "Use Tables"
msgstr "പട്ടികകൾ ഉപയോഗിക്കുക"
#: db_qbe.php:662
#, php-format
msgid "SQL query on database <b>%s</b>:"
msgstr ""
#: db_qbe.php:955 libraries/common.lib.php:1211
msgid "Submit Query"
msgstr "അഭ്യർത്ഥന സമർപ്പിക്കുക"
#: db_search.php:31 libraries/auth/config.auth.lib.php:77
#: libraries/auth/config.auth.lib.php:96
#: libraries/auth/cookie.auth.lib.php:570 libraries/auth/http.auth.lib.php:51
#: libraries/auth/signon.auth.lib.php:237
msgid "Access denied"
msgstr ""
#: db_search.php:43 db_search.php:286
msgid "at least one of the words"
msgstr ""
#: db_search.php:44 db_search.php:287
msgid "all words"
msgstr ""
#: db_search.php:45 db_search.php:288
msgid "the exact phrase"
msgstr ""
#: db_search.php:46 db_search.php:289
msgid "as regular expression"
msgstr ""
#: db_search.php:209
#, php-format
msgid "Search results for \"<i>%s</i>\" %s:"
msgstr ""
#: db_search.php:227
#, php-format
msgid "%s match inside table <i>%s</i>"
msgid_plural "%s matches inside table <i>%s</i>"
msgstr[0] ""
msgstr[1] ""
#: db_search.php:234 libraries/common.lib.php:3121
#: libraries/common.lib.php:3333 libraries/common.lib.php:3334
#: libraries/tbl_links.inc.php:55 tbl_structure.php:569
msgid "Browse"
msgstr ""
#: db_search.php:239
#, php-format
msgid "Delete the matches for the %s table?"
msgstr ""
#: db_search.php:239 libraries/display_tbl.lib.php:1418
#: libraries/display_tbl.lib.php:2465
#: libraries/schema/User_Schema.class.php:197
#: libraries/schema/User_Schema.class.php:273
#: libraries/schema/User_Schema.class.php:308
#: libraries/schema/User_Schema.class.php:338
#: libraries/sql_query_form.lib.php:403 pmd_general.php:417
#: setup/frames/index.inc.php:139 setup/frames/index.inc.php:230
#: tbl_tracking.php:426 tbl_tracking.php:447 tbl_tracking.php:504
msgid "Delete"
msgstr ""
#: db_search.php:252
#, php-format
msgid "<b>Total:</b> <i>%s</i> match"
msgid_plural "<b>Total:</b> <i>%s</i> matches"
msgstr[0] ""
msgstr[1] ""
#: db_search.php:274
msgid "Search in database"
msgstr ""
#: db_search.php:277
msgid "Words or values to search for (wildcard: \"%\"):"
msgstr ""
#: db_search.php:282
msgid "Find:"
msgstr ""
#: db_search.php:286 db_search.php:287
msgid "Words are separated by a space character (\" \")."
msgstr ""
#: db_search.php:300
msgid "Inside tables:"
msgstr ""
#: db_search.php:330
msgid "Inside column:"
msgstr ""
#: db_structure.php:68
msgid "No tables found in database"
msgstr ""
#: db_structure.php:315 tbl_operations.php:692
#, php-format
msgid "Table %s has been emptied"
msgstr ""
#: db_structure.php:328 tbl_operations.php:709
#, php-format
msgid "View %s has been dropped"
msgstr ""
#: db_structure.php:328 tbl_operations.php:709
#, php-format
msgid "Table %s has been dropped"
msgstr ""
#: db_structure.php:338 tbl_create.php:281
msgid "Tracking is active."
msgstr ""
#: db_structure.php:343 tbl_create.php:284
msgid "Tracking is not active."
msgstr ""
#: db_structure.php:451 libraries/display_tbl.lib.php:2348
#, php-format
msgid ""
"This view has at least this number of rows. Please refer to %sdocumentation%"
"s."
msgstr ""
#: db_structure.php:467 db_structure.php:481 libraries/header.inc.php:161
#: libraries/tbl_info.inc.php:60 tbl_structure.php:209
msgid "View"
msgstr ""
#: db_structure.php:521 libraries/db_structure.lib.php:35
#: libraries/server_links.inc.php:90 server_replication.php:31
#: server_replication.php:162 server_status.php:588
msgid "Replication"
msgstr ""
#: db_structure.php:525
msgid "Sum"
msgstr ""
#: db_structure.php:532 libraries/StorageEngine.class.php:331
#, php-format
msgid "%s is the default storage engine on this MySQL server."
msgstr ""
#: db_structure.php:561 db_structure.php:578 db_structure.php:579
#: libraries/display_tbl.lib.php:2490 libraries/display_tbl.lib.php:2495
#: libraries/mult_submits.inc.php:15 server_databases.php:263
#: server_databases.php:268 server_privileges.php:1756 tbl_structure.php:557
#: tbl_structure.php:566
msgid "With selected:"
msgstr ""
#: db_structure.php:564 libraries/display_tbl.lib.php:2485
#: server_databases.php:265 server_privileges.php:682
#: server_privileges.php:1759 tbl_structure.php:560
msgid "Check All"
msgstr ""
#: db_structure.php:568 libraries/display_tbl.lib.php:2486
#: libraries/replication_gui.lib.php:35 server_databases.php:267
#: server_privileges.php:685 server_privileges.php:1763 tbl_structure.php:564
msgid "Uncheck All"
msgstr ""
#: db_structure.php:573
msgid "Check tables having overhead"
msgstr ""
#: db_structure.php:581 libraries/common.lib.php:3346
#: libraries/common.lib.php:3347 libraries/config/messages.inc.php:166
#: libraries/db_links.inc.php:56 libraries/display_export.lib.php:79
#: libraries/display_tbl.lib.php:2508 libraries/display_tbl.lib.php:2649
#: libraries/server_links.inc.php:65 libraries/tbl_links.inc.php:80
#: prefs_manage.php:286 server_privileges.php:1447 server_status.php:1588
#: setup/frames/menu.inc.php:21
msgid "Export"
msgstr ""
#: db_structure.php:583 db_structure.php:639
#: libraries/display_tbl.lib.php:2598 tbl_structure.php:613
msgid "Print view"
msgstr ""
#: db_structure.php:587 libraries/common.lib.php:3342
#: libraries/common.lib.php:3343
msgid "Empty"
msgstr ""
#: db_structure.php:589 db_tracking.php:104 enum_editor.php:116
#: libraries/Index.class.php:490 libraries/common.lib.php:3340
#: libraries/common.lib.php:3341 server_databases.php:269
#: tbl_structure.php:150 tbl_structure.php:151 tbl_structure.php:573
msgid "Drop"
msgstr ""
#: db_structure.php:591 tbl_operations.php:608
msgid "Check table"
msgstr ""
#: db_structure.php:594 tbl_operations.php:657 tbl_structure.php:816
msgid "Optimize table"
msgstr ""
#: db_structure.php:596 tbl_operations.php:644
msgid "Repair table"
msgstr ""
#: db_structure.php:599 tbl_operations.php:631
msgid "Analyze table"
msgstr ""
#: db_structure.php:601
msgid "Add prefix to table"
msgstr ""
#: db_structure.php:603 libraries/mult_submits.inc.php:251
msgid "Replace table prefix"
msgstr ""
#: db_structure.php:605 libraries/mult_submits.inc.php:251
msgid "Copy table with prefix"
msgstr ""
#: db_structure.php:642 libraries/schema/User_Schema.class.php:423
msgid "Data Dictionary"
msgstr ""
#: db_tracking.php:79
msgid "Tracked tables"
msgstr ""
#: db_tracking.php:84 libraries/config/messages.inc.php:502
#: libraries/export/htmlword.php:78 libraries/export/latex.php:156
#: libraries/export/odt.php:114 libraries/export/pdf.php:95
#: libraries/export/sql.php:602 libraries/export/texytext.php:66
#: libraries/export/xml.php:292 libraries/header.inc.php:146
#: libraries/header_printview.inc.php:60 server_databases.php:161
#: server_privileges.php:1830 server_privileges.php:1893
#: server_privileges.php:2156 server_status.php:1227
#: server_synchronize.php:1277 server_synchronize.php:1281
#: tbl_tracking.php:633
msgid "Database"
msgstr ""
#: db_tracking.php:86
msgid "Last version"
msgstr ""
#: db_tracking.php:87 tbl_tracking.php:636
msgid "Created"
msgstr ""
#: db_tracking.php:88 tbl_tracking.php:637
msgid "Updated"
msgstr ""
#: db_tracking.php:89 libraries/rte/rte_events.lib.php:380
#: libraries/rte/rte_list.lib.php:67 libraries/server_links.inc.php:51
#: server_status.php:1230 sql.php:892 tbl_tracking.php:638
msgid "Status"
msgstr ""
#: db_tracking.php:90 libraries/Index.class.php:438
#: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:52
#: libraries/rte/rte_list.lib.php:61 libraries/rte/rte_list.lib.php:68
#: server_databases.php:194 server_privileges.php:1702
#: server_privileges.php:1897 server_privileges.php:2255 tbl_structure.php:211
msgid "Action"
msgstr ""
#: db_tracking.php:101 js/messages.php:34
msgid "Delete tracking data for this table"
msgstr ""
#: db_tracking.php:119 tbl_tracking.php:590 tbl_tracking.php:648
msgid "active"
msgstr ""
#: db_tracking.php:121 tbl_tracking.php:592 tbl_tracking.php:650
msgid "not active"
msgstr ""
#: db_tracking.php:134
msgid "Versions"
msgstr ""
#: db_tracking.php:135 tbl_tracking.php:400 tbl_tracking.php:668
msgid "Tracking report"
msgstr ""
#: db_tracking.php:136 tbl_tracking.php:235 tbl_tracking.php:670
msgid "Structure snapshot"
msgstr ""
#: db_tracking.php:181
msgid "Untracked tables"
msgstr ""
#: db_tracking.php:199 tbl_structure.php:639
msgid "Track table"
msgstr ""
#: db_tracking.php:225
msgid "Database Log"
msgstr ""
#: enum_editor.php:23 js/messages.php:255
#: libraries/rte/rte_routines.lib.php:690
msgid "ENUM/SET editor"
msgstr ""
#: enum_editor.php:28 js/messages.php:257
msgid "Values for a new column"
msgstr ""
#: enum_editor.php:30 js/messages.php:256
#, php-format
msgid "Values for column %s"
msgstr ""
#: enum_editor.php:34 js/messages.php:258
msgid "Enter each value in a separate field"
msgstr ""
#: enum_editor.php:123
msgid "Add a value"
msgstr ""
#: enum_editor.php:129 gis_data_editor.php:317
msgid "Output"
msgstr ""
#: enum_editor.php:130
msgid "Copy and paste the joined values into the \"Length/Values\" field"
msgstr ""
#: export.php:29
msgid "Bad type!"
msgstr ""
#: export.php:77
msgid "Selected export type has to be saved in file!"
msgstr ""
#: export.php:106
msgid "Bad parameters!"
msgstr ""
#: export.php:166 export.php:191 export.php:652
#, php-format
msgid "Insufficient space to save the file %s."
msgstr ""
#: export.php:307
#, php-format
msgid ""
"File %s already exists on server, change filename or check overwrite option."
msgstr ""
#: export.php:311 export.php:315
#, php-format
msgid "The web server does not have permission to save the file %s."
msgstr ""
#: export.php:654
#, php-format
msgid "Dump has been saved to file %s."
msgstr ""
#: file_echo.php:21
msgid "Invalid export type"
msgstr ""
#: gis_data_editor.php:84
#, php-format
msgid "Value for the column \"%s\""
msgstr ""
#: gis_data_editor.php:113 tbl_gis_visualization.php:172
msgid "Use OpenStreetMaps as Base Layer"
msgstr ""
#: gis_data_editor.php:134
msgid "SRID"
msgstr ""
#: gis_data_editor.php:151 js/messages.php:312
#: libraries/display_tbl.lib.php:685
msgid "Geometry"
msgstr ""
#: gis_data_editor.php:172 js/messages.php:308
msgid "Point"
msgstr ""
#: gis_data_editor.php:173 gis_data_editor.php:197 gis_data_editor.php:245
#: gis_data_editor.php:297 js/messages.php:306
msgid "X"
msgstr ""
#: gis_data_editor.php:175 gis_data_editor.php:199 gis_data_editor.php:247
#: gis_data_editor.php:299 js/messages.php:307
msgid "Y"
msgstr ""
#: gis_data_editor.php:195 gis_data_editor.php:243 gis_data_editor.php:295
#: js/messages.php:309
#, php-format
msgid "Point %d"
msgstr ""
#: gis_data_editor.php:204 gis_data_editor.php:250 gis_data_editor.php:302
#: js/messages.php:315
msgid "Add a point"
msgstr ""
#: gis_data_editor.php:220 js/messages.php:310
msgid "Linestring"
msgstr ""
#: gis_data_editor.php:223 gis_data_editor.php:279 js/messages.php:314
msgid "Outer Ring"
msgstr ""
#: gis_data_editor.php:225 gis_data_editor.php:281 js/messages.php:313
msgid "Inner Ring"
msgstr ""
#: gis_data_editor.php:252
msgid "Add a linestring"
msgstr ""
#: gis_data_editor.php:252 gis_data_editor.php:304 js/messages.php:316
msgid "Add an inner ring"
msgstr ""
#: gis_data_editor.php:266 js/messages.php:311
msgid "Polygon"
msgstr ""
#: gis_data_editor.php:306 js/messages.php:317
msgid "Add a polygon"
msgstr ""
#: gis_data_editor.php:310
msgid "Add geometry"
msgstr ""
#: gis_data_editor.php:318
msgid ""
"Chose \"GeomFromText\" from the \"Function\" column and paste the below "
"string into the \"Value\" field"
msgstr ""
#: import.php:57
#, php-format
msgid ""
"You probably tried to upload too large file. Please refer to %sdocumentation%"
"s for ways to workaround this limit."
msgstr ""
#: import.php:170 import.php:419
msgid "Showing bookmark"
msgstr ""
#: import.php:180 import.php:415
msgid "The bookmark has been deleted."
msgstr ""
#: import.php:291 import.php:344 libraries/File.class.php:457
#: libraries/File.class.php:540
msgid "File could not be read"
msgstr ""
#: import.php:299 import.php:308 import.php:327 import.php:336
#: libraries/File.class.php:610 libraries/File.class.php:618
#: libraries/File.class.php:634 libraries/File.class.php:642
#, php-format
msgid ""
"You attempted to load file with unsupported compression (%s). Either support "
"for it is not implemented or disabled by your configuration."
msgstr ""
#: import.php:349
msgid ""
"No data was received to import. Either no file name was submitted, or the "
"file size exceeded the maximum size permitted by your PHP configuration. See "
"[a@./Documentation.html#faq1_16@Documentation]FAQ 1.16[/a]."
msgstr ""
#: import.php:366
msgid ""
"Cannot convert file's character set without character set conversion library"
msgstr ""
#: import.php:390 libraries/display_import.lib.php:23
msgid "Could not load import plugins, please check your installation!"
msgstr ""
#: import.php:421 sql.php:927
#, php-format
msgid "Bookmark %s created"
msgstr ""
#: import.php:427 import.php:433
#, php-format
msgid "Import has been successfully finished, %d queries executed."
msgstr ""
#: import.php:442
msgid ""