forked from phpmyadmin/phpmyadmin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfil.po
15535 lines (12337 loc) · 394 KB
/
fil.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 - 2016 phpMyAdmin devel team
# This file is distributed under the same license as the phpMyAdmin package.
# Automatically generated, 2016.
#
msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.8.0-dev\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2017-04-10 13:13+0200\n"
"PO-Revision-Date: 2016-04-26 14:56+0000\n"
"Last-Translator: Michal Čihař <[email protected]>\n"
"Language-Team: Filipino <https://hosted.weblate.org/projects/phpmyadmin/"
"master/fil/>\n"
"Language: fil\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 2.6-dev\n"
#: changelog.php:39 license.php:34
#, php-format
msgid ""
"The %s file is not available on this system, please visit %s for more "
"information."
msgstr ""
#: db_central_columns.php:108
msgid "The central list of columns for the current database is empty."
msgstr ""
#: db_central_columns.php:133
msgid "Click to sort."
msgstr ""
#: db_central_columns.php:150
#, php-format
msgid "Showing rows %1$s - %2$s."
msgstr ""
#: db_datadict.php:59 libraries/operations.lib.php:36
msgid "Database comment"
msgstr ""
#: db_datadict.php:106 libraries/plugins/schema/pdf/PdfRelationSchema.php:596
#: templates/columns_definitions/column_definitions_form.phtml:89
#: templates/table/structure/display_table_stats.phtml:5
msgid "Table comments:"
msgstr ""
#: db_datadict.php:115 libraries/Index.php:686
#: libraries/insert_edit.lib.php:1636
#: libraries/navigation/nodes/NodeColumn.php:30
#: libraries/plugins/export/ExportHtmlword.php:290
#: libraries/plugins/export/ExportHtmlword.php:386
#: libraries/plugins/export/ExportLatex.php:523
#: libraries/plugins/export/ExportOdt.php:378
#: libraries/plugins/export/ExportOdt.php:480
#: libraries/plugins/export/ExportTexytext.php:284
#: libraries/plugins/export/ExportTexytext.php:375
#: libraries/plugins/export/PMA_ExportPdf.php:472
#: libraries/plugins/schema/pdf/PdfRelationSchema.php:629
#: libraries/plugins/schema/pdf/PdfRelationSchema.php:652
#: libraries/tracking.lib.php:889 libraries/tracking.lib.php:980
#: templates/columns_definitions/column_name.phtml:18
#: templates/table/index_form.phtml:124
#: templates/table/relation/common_form.phtml:12
#: templates/table/relation/common_form.phtml:19
#: templates/table/relation/common_form.phtml:35
#: templates/table/relation/common_form.phtml:85
#: templates/table/relation/foreign_key_row.phtml:188
#: templates/table/relation/foreign_key_row.phtml:200
#: templates/table/relation/internal_relational_row.phtml:66
#: templates/table/search/table_header.phtml:6
#: templates/table/search/zoom_result_form.phtml:33
msgid "Column"
msgstr ""
#: db_datadict.php:116 libraries/Index.php:683
#: libraries/central_columns.lib.php:696 libraries/central_columns.lib.php:1383
#: libraries/insert_edit.lib.php:252
#: libraries/plugins/export/ExportHtmlword.php:293
#: libraries/plugins/export/ExportHtmlword.php:389
#: libraries/plugins/export/ExportLatex.php:524
#: libraries/plugins/export/ExportOdt.php:381
#: libraries/plugins/export/ExportOdt.php:483
#: libraries/plugins/export/ExportTexytext.php:285
#: libraries/plugins/export/ExportTexytext.php:376
#: libraries/plugins/export/PMA_ExportPdf.php:474
#: libraries/plugins/schema/pdf/PdfRelationSchema.php:630
#: libraries/plugins/schema/pdf/PdfRelationSchema.php:653
#: libraries/rte/rte_list.lib.php:81 libraries/rte/rte_list.lib.php:109
#: libraries/rte/rte_routines.lib.php:897
#: libraries/rte/rte_routines.lib.php:928
#: libraries/rte/rte_routines.lib.php:1603
#: libraries/server_privileges.lib.php:2529 libraries/tracking.lib.php:890
#: libraries/tracking.lib.php:977
#: templates/columns_definitions/table_fields_definitions.phtml:11
#: templates/database/structure/table_header.phtml:48
#: templates/table/search/table_header.phtml:7
#: templates/table/structure/table_structure_header.phtml:8
msgid "Type"
msgstr ""
#: db_datadict.php:117 libraries/Index.php:689
#: libraries/central_columns.lib.php:707 libraries/central_columns.lib.php:1384
#: libraries/insert_edit.lib.php:1645
#: libraries/plugins/export/ExportHtmlword.php:296
#: libraries/plugins/export/ExportHtmlword.php:392
#: libraries/plugins/export/ExportLatex.php:525
#: libraries/plugins/export/ExportOdt.php:384
#: libraries/plugins/export/ExportOdt.php:486
#: libraries/plugins/export/ExportTexytext.php:286
#: libraries/plugins/export/ExportTexytext.php:377
#: libraries/plugins/export/PMA_ExportPdf.php:476
#: libraries/plugins/schema/pdf/PdfRelationSchema.php:632
#: libraries/plugins/schema/pdf/PdfRelationSchema.php:655
#: libraries/tracking.lib.php:892 libraries/tracking.lib.php:983
#: templates/columns_definitions/table_fields_definitions.phtml:39
#: templates/table/search/zoom_result_form.phtml:34
#: templates/table/structure/table_structure_header.phtml:11
msgid "Null"
msgstr ""
#: db_datadict.php:118 libraries/central_columns.lib.php:700
#: libraries/central_columns.lib.php:1383
#: libraries/plugins/export/ExportHtmlword.php:299
#: libraries/plugins/export/ExportHtmlword.php:395
#: libraries/plugins/export/ExportLatex.php:526
#: libraries/plugins/export/ExportOdt.php:387
#: libraries/plugins/export/ExportOdt.php:489
#: libraries/plugins/export/ExportTexytext.php:287
#: libraries/plugins/export/ExportTexytext.php:378
#: libraries/plugins/export/PMA_ExportPdf.php:478
#: libraries/plugins/schema/pdf/PdfRelationSchema.php:633
#: libraries/plugins/schema/pdf/PdfRelationSchema.php:656
#: libraries/replication_gui.lib.php:153 libraries/tracking.lib.php:893
#: templates/columns_definitions/table_fields_definitions.phtml:25
#: templates/database/structure/body_for_table_summary.phtml:55
#: templates/table/structure/table_structure_header.phtml:12
msgid "Default"
msgstr ""
#: db_datadict.php:120 libraries/plugins/export/ExportHtmlword.php:399
#: libraries/plugins/export/ExportLatex.php:528
#: libraries/plugins/export/ExportOdt.php:493
#: libraries/plugins/export/ExportTexytext.php:380
#: libraries/plugins/export/PMA_ExportPdf.php:487
#: libraries/plugins/schema/pdf/PdfRelationSchema.php:635
#: libraries/plugins/schema/pdf/PdfRelationSchema.php:658
msgid "Links to"
msgstr ""
#: db_datadict.php:122 libraries/config/messages.inc.php:161
#: libraries/config/messages.inc.php:177 libraries/config/messages.inc.php:215
#: libraries/plugins/export/ExportHtmlword.php:404
#: libraries/plugins/export/ExportLatex.php:531
#: libraries/plugins/export/ExportOdt.php:498
#: libraries/plugins/export/ExportTexytext.php:383
#: libraries/plugins/export/PMA_ExportPdf.php:494
#: libraries/plugins/schema/pdf/PdfRelationSchema.php:646
#: libraries/plugins/schema/pdf/PdfRelationSchema.php:659
#: templates/columns_definitions/table_fields_definitions.phtml:65
#: templates/table/structure/table_structure_header.phtml:14
msgid "Comments"
msgstr ""
#: db_datadict.php:154
#: libraries/controllers/table/TableStructureController.php:1179
#: libraries/controllers/table/TableStructureController.php:1184
#: libraries/tracking.lib.php:925
#: templates/columns_definitions/column_indexes.phtml:6
#: templates/table/structure/check_all_table_column.phtml:28
#: templates/table/structure/display_structure.phtml:62
msgid "Primary"
msgstr ""
#: db_datadict.php:164 js/messages.php:374 libraries/Index.php:565
#: libraries/Index.php:593 libraries/IndexColumn.php:141
#: libraries/central_columns.lib.php:962
#: libraries/config/FormDisplay.tpl.php:282 libraries/mult_submits.lib.php:450
#: libraries/mult_submits.lib.php:464
#: libraries/plugins/export/ExportHtmlword.php:656
#: libraries/plugins/export/ExportLatex.php:600
#: libraries/plugins/export/ExportOdt.php:792
#: libraries/plugins/export/ExportTexytext.php:608
#: libraries/plugins/schema/pdf/PdfRelationSchema.php:705
#: libraries/server_privileges.lib.php:2705
#: libraries/server_privileges.lib.php:2926
#: libraries/server_privileges.lib.php:2946
#: libraries/server_privileges.lib.php:3608
#: libraries/server_privileges.lib.php:3631 libraries/tracking.lib.php:936
#: libraries/tracking.lib.php:1008 libraries/tracking.lib.php:1013
#: prefs_manage.php:150 templates/prefs_autoload.phtml:13
#: templates/privileges/privileges_summary_row.phtml:4
#: templates/privileges/privileges_summary_row.phtml:7
#: templates/privileges/privileges_summary_row.phtml:9
#: templates/table/structure/table_structure_row.phtml:24
msgid "No"
msgstr ""
#: db_datadict.php:164 js/messages.php:522 libraries/Index.php:592
#: libraries/IndexColumn.php:143 libraries/central_columns.lib.php:962
#: libraries/config/FormDisplay.tpl.php:282
#: libraries/controllers/server/ServerDatabasesController.php:200
#: libraries/controllers/table/TableStructureController.php:752
#: libraries/controllers/table/TableStructureController.php:1429
#: libraries/controllers/table/TableStructureController.php:1438
#: libraries/controllers/table/TableStructureController.php:1443
#: libraries/controllers/table/TableStructureController.php:1448
#: libraries/controllers/table/TableStructureController.php:1453
#: libraries/mult_submits.inc.php:85 libraries/mult_submits.inc.php:212
#: libraries/mult_submits.lib.php:359 libraries/mult_submits.lib.php:392
#: libraries/mult_submits.lib.php:421 libraries/mult_submits.lib.php:448
#: libraries/mult_submits.lib.php:462
#: libraries/plugins/export/ExportHtmlword.php:657
#: libraries/plugins/export/ExportLatex.php:600
#: libraries/plugins/export/ExportOdt.php:793
#: libraries/plugins/export/ExportTexytext.php:608
#: libraries/plugins/schema/pdf/PdfRelationSchema.php:706
#: libraries/server_privileges.lib.php:2705
#: libraries/server_privileges.lib.php:2923
#: libraries/server_privileges.lib.php:2944
#: libraries/server_privileges.lib.php:3605
#: libraries/server_privileges.lib.php:3631 libraries/tracking.lib.php:936
#: libraries/tracking.lib.php:1006 libraries/tracking.lib.php:1011
#: prefs_manage.php:148 templates/prefs_autoload.phtml:12
#: templates/privileges/privileges_summary_row.phtml:4
#: templates/privileges/privileges_summary_row.phtml:7
#: templates/privileges/privileges_summary_row.phtml:9
#: templates/table/structure/table_structure_row.phtml:24
msgid "Yes"
msgstr ""
#: db_export.php:47
msgid "View dump (schema) of database"
msgstr ""
#: db_export.php:51 db_tracking.php:103 export.php:375 libraries/DbQbe.php:326
#: libraries/controllers/database/DatabaseStructureController.php:156
#: libraries/navigation/NavigationTree.php:924
msgid "No tables found in database."
msgstr ""
#: db_export.php:65 libraries/ServerStatusData.php:128
#: libraries/config/messages.inc.php:273
#: libraries/controllers/server/ServerDatabasesController.php:344
#: libraries/navigation/nodes/NodeTableContainer.php:25
#: libraries/navigation/nodes/NodeTableContainer.php:26
#: libraries/plugins/export/ExportXml.php:118
#: templates/database/structure/show_create.phtml:18
msgid "Tables"
msgstr ""
#: db_export.php:66 libraries/Menu.php:344 libraries/Menu.php:451
#: libraries/Util.php:3160 libraries/Util.php:3170 libraries/Util.php:3176
#: libraries/Util.php:3456 libraries/Util.php:4090 libraries/Util.php:4107
#: libraries/central_columns.lib.php:727 libraries/config.values.php:38
#: libraries/config.values.php:46 libraries/config.values.php:109
#: libraries/config.values.php:115 libraries/config/setup.forms.php:316
#: libraries/config/setup.forms.php:357 libraries/config/setup.forms.php:383
#: libraries/config/user_preferences.forms.php:219
#: libraries/config/user_preferences.forms.php:260
#: libraries/config/user_preferences.forms.php:286
#: libraries/import.lib.php:1250 libraries/navigation/nodes/NodeColumn.php:38
#: libraries/navigation/nodes/NodeDatabase.php:53
#: libraries/navigation/nodes/NodeTable.php:290
#: libraries/server_privileges.lib.php:1131 libraries/tracking.lib.php:884
#: templates/columns_definitions/table_fields_definitions.phtml:3
#: templates/database/designer/table_list.phtml:28
msgid "Structure"
msgstr ""
#: db_export.php:67 libraries/config/setup.forms.php:329
#: libraries/config/setup.forms.php:365 libraries/config/setup.forms.php:388
#: libraries/config/setup.forms.php:393
#: libraries/config/user_preferences.forms.php:232
#: libraries/config/user_preferences.forms.php:268
#: libraries/config/user_preferences.forms.php:291
#: libraries/config/user_preferences.forms.php:296
#: libraries/controllers/server/ServerDatabasesController.php:354
#: libraries/server_privileges.lib.php:1130
#: templates/table/structure/display_table_stats.phtml:16
msgid "Data"
msgstr ""
#: db_export.php:70 libraries/DbSearch.php:435
#: libraries/display_export.lib.php:45 libraries/replication_gui.lib.php:379
msgid "Select all"
msgstr ""
#: db_operations.php:50 tbl_create.php:23
msgid "The database name is empty!"
msgstr ""
#: db_operations.php:138
#, php-format
msgid "Database %1$s has been renamed to %2$s."
msgstr ""
#: db_operations.php:150
#, php-format
msgid "Database %1$s has been copied to %2$s."
msgstr ""
#: db_operations.php:279
#, php-format
msgid ""
"The phpMyAdmin configuration storage has been deactivated. %sFind out why%s."
msgstr ""
#: db_qbe.php:126
msgid "You have to choose at least one column to display!"
msgstr ""
#: db_qbe.php:144
#, php-format
msgid "Switch to %svisual builder%s"
msgstr ""
#: db_search.php:32 libraries/plugins/AuthenticationPlugin.php:110
#: libraries/plugins/auth/AuthenticationConfig.php:89
#: libraries/plugins/auth/AuthenticationConfig.php:104
#: libraries/plugins/auth/AuthenticationHttp.php:75
msgid "Access denied!"
msgstr ""
#: db_tracking.php:53 db_tracking.php:78
msgid "Tracking data deleted successfully."
msgstr ""
#: db_tracking.php:62
#, php-format
msgid ""
"Version %1$s was created for selected tables, tracking is active for them."
msgstr ""
#: db_tracking.php:93
msgid "No tables selected."
msgstr ""
#: db_tracking.php:150
msgid "Database Log"
msgstr ""
#: error_report.php:68
msgid ""
"An error has been detected and an error report has been automatically "
"submitted based on your settings."
msgstr ""
#: error_report.php:72
msgid "Thank you for submitting this report."
msgstr ""
#: error_report.php:76
msgid ""
"An error has been detected and an error report has been generated but failed "
"to be sent."
msgstr ""
#: error_report.php:81
msgid "If you experience any problems please submit a bug report manually."
msgstr ""
#: error_report.php:85
msgid "You may want to refresh the page."
msgstr ""
#: export.php:192 schema_export.php:64
msgid "Bad type!"
msgstr ""
#: export.php:275
msgid "Bad parameters!"
msgstr ""
#: gis_data_editor.php:119
#, php-format
msgid "Value for the column \"%s\""
msgstr ""
#: gis_data_editor.php:147
#: templates/table/gis_visualization/gis_visualization.phtml:38
msgid "Use OpenStreetMaps as Base Layer"
msgstr ""
#. l10n: Spatial Reference System Identifier
#: gis_data_editor.php:169
msgid "SRID:"
msgstr ""
#: gis_data_editor.php:195
#, php-format
msgid "Geometry %d:"
msgstr ""
#: gis_data_editor.php:217
msgid "Point:"
msgstr ""
#: gis_data_editor.php:218 gis_data_editor.php:245 gis_data_editor.php:301
#: gis_data_editor.php:374 js/messages.php:511
msgid "X"
msgstr ""
#: gis_data_editor.php:221 gis_data_editor.php:249 gis_data_editor.php:305
#: gis_data_editor.php:380 js/messages.php:512
msgid "Y"
msgstr ""
#: gis_data_editor.php:243 gis_data_editor.php:299 gis_data_editor.php:372
#: js/messages.php:514
#, php-format
msgid "Point %d"
msgstr ""
#: gis_data_editor.php:256 gis_data_editor.php:312 gis_data_editor.php:390
#: js/messages.php:520
msgid "Add a point"
msgstr ""
#: gis_data_editor.php:273
#, php-format
msgid "Linestring %d:"
msgstr ""
#: gis_data_editor.php:276 gis_data_editor.php:353
msgid "Outer ring:"
msgstr ""
#: gis_data_editor.php:278 gis_data_editor.php:355
#, php-format
msgid "Inner ring %d:"
msgstr ""
#: gis_data_editor.php:315
msgid "Add a linestring"
msgstr ""
#: gis_data_editor.php:316 gis_data_editor.php:395 js/messages.php:521
msgid "Add an inner ring"
msgstr ""
#: gis_data_editor.php:337
#, php-format
msgid "Polygon %d:"
msgstr ""
#: gis_data_editor.php:401
msgid "Add a polygon"
msgstr ""
#: gis_data_editor.php:407
msgid "Add geometry"
msgstr ""
#: gis_data_editor.php:413 js/messages.php:349 libraries/DbSearch.php:456
#: libraries/DisplayResults.php:1811 libraries/browse_foreigners.lib.php:137
#: libraries/display_change_password.lib.php:148
#: libraries/display_export.lib.php:402 libraries/display_export.lib.php:408
#: libraries/display_import.lib.php:399 libraries/index.lib.php:34
#: libraries/insert_edit.lib.php:1615 libraries/insert_edit.lib.php:1652
#: libraries/normalization.lib.php:163 libraries/normalization.lib.php:820
#: libraries/operations.lib.php:43 libraries/operations.lib.php:108
#: libraries/operations.lib.php:258 libraries/operations.lib.php:300
#: libraries/operations.lib.php:794 libraries/operations.lib.php:864
#: libraries/operations.lib.php:909 libraries/operations.lib.php:1315
#: libraries/operations.lib.php:1628
#: libraries/plugins/auth/AuthenticationCookie.php:243
#: libraries/replication_gui.lib.php:122 libraries/replication_gui.lib.php:161
#: libraries/replication_gui.lib.php:326 libraries/replication_gui.lib.php:463
#: libraries/replication_gui.lib.php:885 libraries/rte/rte_events.lib.php:515
#: libraries/rte/rte_routines.lib.php:1066
#: libraries/rte/rte_routines.lib.php:1690
#: libraries/rte/rte_triggers.lib.php:400
#: libraries/server_privileges.lib.php:692
#: libraries/server_privileges.lib.php:2194
#: libraries/server_privileges.lib.php:3076
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:373 libraries/sql_query_form.lib.php:435
#: libraries/tracking.lib.php:544 libraries/tracking.lib.php:667
#: prefs_manage.php:285 prefs_manage.php:369 server_privileges.php:307
#: templates/columns_definitions/column_definitions_form.phtml:69
#: templates/database/create_table.phtml:21 templates/header_location.phtml:28
#: templates/privileges/delete_user_fieldset.phtml:16
#: templates/privileges/edit_routine_privileges.phtml:23
#: templates/privileges/privileges_summary.phtml:63
#: templates/server/binlog/log_selector.phtml:25
#: templates/startAndNumberOfRowsPanel.phtml:14
#: templates/table/index_form.phtml:241
#: templates/table/search/selection_form.phtml:78
#: templates/table/structure/add_column.phtml:25 view_create.php:300
#: view_operations.php:115
msgid "Go"
msgstr ""
#: gis_data_editor.php:416
msgid "Output"
msgstr ""
#: gis_data_editor.php:419
msgid ""
"Choose \"GeomFromText\" from the \"Function\" column and paste the string "
"below into the \"Value\" field."
msgstr ""
#: import.php:64
msgid "Succeeded"
msgstr ""
#: import.php:68 js/messages.php:607
msgid "Failed"
msgstr ""
#: import.php:72
msgid "Incomplete params"
msgstr ""
#: import.php:196
#, php-format
msgid ""
"You probably tried to upload a file that is too large. Please refer to "
"%sdocumentation%s for a workaround for this limit."
msgstr ""
#: import.php:378 import.php:579
msgid "Showing bookmark"
msgstr ""
#: import.php:394 import.php:575
msgid "The bookmark has been deleted."
msgstr ""
#: import.php:488
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 "
"[doc@faq1-16]FAQ 1.16[/doc]."
msgstr ""
#: import.php:540 libraries/display_import.lib.php:665
msgid "Could not load import plugins, please check your installation!"
msgstr ""
#: import.php:582 libraries/sql.lib.php:788 libraries/sql.lib.php:1564
#, php-format
msgid "Bookmark %s has been created."
msgstr ""
#: import.php:592
#, php-format
msgid "Import has been successfully finished, %d query executed."
msgid_plural "Import has been successfully finished, %d queries executed."
msgstr[0] ""
msgstr[1] ""
#: import.php:621
#, php-format
msgid ""
"Script timeout passed, if you want to finish import, please %sresubmit the "
"same file%s and import will resume."
msgstr ""
#: import.php:631
msgid ""
"However on last run no data has been parsed, this usually means phpMyAdmin "
"won't be able to finish this import unless you increase php time limits."
msgstr ""
#: import.php:702 sql.php:163
msgid "\"DROP DATABASE\" statements are disabled."
msgstr ""
#: import_status.php:105
msgid "Could not load the progress of the import."
msgstr ""
#: import_status.php:114 js/messages.php:451 js/messages.php:615
#: libraries/Util.php:689 libraries/export.lib.php:518
#: libraries/plugins/schema/ExportRelationSchema.php:298 user_password.php:300
msgid "Back"
msgstr ""
#: index.php:153 libraries/Footer.php:69
msgid "phpMyAdmin Demo Server"
msgstr ""
#: index.php:157
#, php-format
msgid ""
"You are using the demo server. You can do anything here, but please do not "
"change root, debian-sys-maint and pma users. More information is available "
"at %s."
msgstr ""
#: index.php:167
msgid "General settings"
msgstr ""
#: index.php:197 js/messages.php:640
#: libraries/display_change_password.lib.php:47
#: libraries/display_change_password.lib.php:50 user_password.php:294
msgid "Change password"
msgstr ""
#: index.php:214
msgid "Server connection collation"
msgstr ""
#: index.php:235
msgid "Appearance settings"
msgstr ""
#: index.php:268 prefs_manage.php:294
msgid "More settings"
msgstr ""
#: index.php:290
msgid "Database server"
msgstr ""
#: index.php:293 libraries/plugins/auth/AuthenticationCookie.php:188
msgid "Server:"
msgstr ""
#: index.php:297
msgid "Server type:"
msgstr ""
#: index.php:301 libraries/plugins/export/ExportLatex.php:220
#: libraries/plugins/export/ExportSql.php:701
#: libraries/plugins/export/ExportXml.php:242
msgid "Server version:"
msgstr ""
#: index.php:307
msgid "Protocol version:"
msgstr ""
#: index.php:311
msgid "User:"
msgstr ""
#: index.php:316
msgid "Server charset:"
msgstr ""
#: index.php:329
msgid "Web server"
msgstr ""
#: index.php:340
msgid "Database client version:"
msgstr ""
#: index.php:344
msgid "PHP extension:"
msgstr ""
#: index.php:358
msgid "PHP version:"
msgstr ""
#: index.php:369
msgid "Show PHP information"
msgstr ""
#: index.php:388
msgid "Version information:"
msgstr ""
#: index.php:397 libraries/Sanitize.php:189 libraries/Util.php:336
#: libraries/Util.php:403 libraries/config/FormDisplay.tpl.php:165
#: libraries/display_export.lib.php:577 libraries/engines/Pbxt.php:166
#: libraries/navigation/NavigationHeader.php:200
#: templates/server/variables/link_template.phtml:9
msgid "Documentation"
msgstr ""
#: index.php:406
msgid "Official Homepage"
msgstr ""
#: index.php:413
msgid "Contribute"
msgstr ""
#: index.php:420
msgid "Get support"
msgstr ""
#: index.php:427
msgid "List of changes"
msgstr ""
#: index.php:434 templates/server/plugins/section.phtml:12
msgid "License"
msgstr ""
#: index.php:454
msgid ""
"The mbstring PHP extension was not found and you seem to be using a "
"multibyte charset. Without the mbstring extension phpMyAdmin is unable to "
"split strings correctly and it may result in unexpected results."
msgstr ""
#: index.php:469
msgid ""
"The curl extension was not found and allow_url_fopen is disabled. Due to "
"this some features such as error reporting or version check are disabled."
msgstr ""
#: index.php:484
msgid ""
"Your PHP parameter [a@https://secure.php.net/manual/en/session.configuration."
"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
"than cookie validity configured in phpMyAdmin, because of this, your login "
"might expire sooner than configured in phpMyAdmin."
msgstr ""
#: index.php:503
msgid ""
"Login cookie store is lower than cookie validity configured in phpMyAdmin, "
"because of this, your login will expire sooner than configured in phpMyAdmin."
msgstr ""
#: index.php:518
msgid "The configuration file now needs a secret passphrase (blowfish_secret)."
msgstr ""
#: index.php:525
msgid "The secret passphrase in configuration (blowfish_secret) is too short."
msgstr ""
#: index.php:539
msgid ""
"Directory [code]config[/code], which is used by the setup script, still "
"exists in your phpMyAdmin directory. It is strongly recommended to remove it "
"once phpMyAdmin has been configured. Otherwise the security of your server "
"may be compromised by unauthorized people downloading your configuration."
msgstr ""
#: index.php:555
#, php-format
msgid ""
"The phpMyAdmin configuration storage is not completely configured, some "
"extended features have been deactivated. %sFind out why%s. "
msgstr ""
#: index.php:562
msgid ""
"Or alternately go to 'Operations' tab of any database to set it up there."
msgstr ""
#: index.php:587
#, php-format
msgid ""
"Server running with Suhosin. Please refer to %sdocumentation%s for possible "
"issues."
msgstr ""
#: js/messages.php:43
msgid "Confirm"
msgstr ""
#: js/messages.php:44
#, php-format
msgid "Do you really want to execute \"%s\"?"
msgstr ""
#: js/messages.php:46 libraries/mult_submits.lib.php:444
msgid "You are about to DESTROY a complete database!"
msgstr ""
#: js/messages.php:48
msgid "Cannot rename database to the same name. Change the name and try again"
msgstr ""
#: js/messages.php:50
msgid "You are about to DESTROY a complete table!"
msgstr ""
#: js/messages.php:52
msgid "You are about to TRUNCATE a complete table!"
msgstr ""
#: js/messages.php:53
msgid "Delete tracking data for this table?"
msgstr ""
#: js/messages.php:55
msgid "Delete tracking data for these tables?"
msgstr ""
#: js/messages.php:57
msgid "Delete tracking data for this version?"
msgstr ""
#: js/messages.php:59
msgid "Delete tracking data for these versions?"
msgstr ""
#: js/messages.php:60
msgid "Delete entry from tracking report?"
msgstr ""
#: js/messages.php:61
msgid "Deleting tracking data"
msgstr ""
#: js/messages.php:62
msgid "Dropping Primary Key/Index"
msgstr ""
#: js/messages.php:63
msgid "Dropping Foreign key."
msgstr ""
#: js/messages.php:65
msgid "This operation could take a long time. Proceed anyway?"
msgstr ""
#: js/messages.php:67
#, php-format
msgid "Do you really want to delete user group \"%s\"?"
msgstr ""
#: js/messages.php:69
#, php-format
msgid "Do you really want to delete the search \"%s\"?"
msgstr ""
#: js/messages.php:71
msgid "You have unsaved changes; are you sure you want to leave this page?"
msgstr ""
#: js/messages.php:73
msgid "Do you really want to revoke the selected user(s) ?"
msgstr ""
#: js/messages.php:75
msgid "Do you really want to delete this central column?"
msgstr ""
#: js/messages.php:77
msgid "Do you really want to delete the selected items?"
msgstr ""
#: js/messages.php:79
msgid ""
"Do you really want to DROP the selected partition(s)? This will also DELETE "
"the data related to the selected partition(s)!"
msgstr ""
#: js/messages.php:83
msgid "Do you really want to TRUNCATE the selected partition(s)?"
msgstr ""
#: js/messages.php:85
msgid "Do you really want to remove partitioning?"
msgstr ""
#: js/messages.php:86
msgid "Do you really want to RESET SLAVE?"
msgstr ""
#: js/messages.php:88
msgid ""
"This operation will attempt to convert your data to the new collation. In "
"rare cases, especially where a character doesn't exist in the new collation, "
"this process could cause the data to appear incorrectly under the new "
"collation; in this case we suggest you revert to the original collation and "
"refer to the tips at "
msgstr ""
#: js/messages.php:94
msgid "Garbled Data"
msgstr ""
#: js/messages.php:96
msgid "Are you sure you wish to change the collation and convert the data?"
msgstr ""
#: js/messages.php:98
msgid ""
"Through this operation, MySQL attempts to map the data values between "
"collations. If the character sets are incompatible, there may be data loss "
"and this lost data may <b>NOT</b> be recoverable simply by changing back the "
"column collation(s). <b>To convert existing data, it is suggested to use the "
"column(s) editing feature (the \"Change\" Link) on the table structure page. "
"</b>"
msgstr ""
#: js/messages.php:107
msgid ""
"Are you sure you wish to change all the column collations and convert the "
"data?"
msgstr ""
#: js/messages.php:111
msgid "Save & close"
msgstr ""
#: js/messages.php:112 libraries/config/FormDisplay.tpl.php:426
#: libraries/insert_edit.lib.php:1619 prefs_manage.php:375 prefs_manage.php:386
msgid "Reset"
msgstr ""
#: js/messages.php:113
msgid "Reset all"
msgstr ""
#: js/messages.php:116
msgid "Missing value in the form!"
msgstr ""
#: js/messages.php:117
msgid "Select at least one of the options!"
msgstr ""
#: js/messages.php:118
msgid "Please enter a valid number!"
msgstr ""
#: js/messages.php:119
msgid "Please enter a valid length!"
msgstr ""
#: js/messages.php:120
msgid "Add index"
msgstr ""
#: js/messages.php:121
msgid "Edit index"
msgstr ""
#: js/messages.php:122 templates/table/index_form.phtml:235
#, php-format
msgid "Add %s column(s) to index"
msgstr ""
#: js/messages.php:123
msgid "Create single-column index"
msgstr ""
#: js/messages.php:124
msgid "Create composite index"
msgstr ""
#: js/messages.php:125
msgid "Composite with:"
msgstr ""
#: js/messages.php:126
msgid "Please select column(s) for the index."
msgstr ""
#: js/messages.php:129 templates/table/structure/add_column.phtml:1
msgid "You have to add at least one column."
msgstr ""
#: js/messages.php:132 libraries/insert_edit.lib.php:1617
#: templates/columns_definitions/column_definitions_form.phtml:163
#: templates/table/index_form.phtml:240
#: templates/table/relation/common_form.phtml:131
msgid "Preview SQL"
msgstr ""
#: js/messages.php:135
msgid "Simulate query"
msgstr ""
#: js/messages.php:136
msgid "Matched rows:"
msgstr ""
#: js/messages.php:137 libraries/Util.php:590
msgid "SQL query:"
msgstr ""
#. l10n: Default label for the y-Axis of Charts
#: js/messages.php:141
msgid "Y values"
msgstr ""
#: js/messages.php:144
msgid "The host name is empty!"
msgstr ""
#: js/messages.php:145
msgid "The user name is empty!"
msgstr ""
#: js/messages.php:146 libraries/server_privileges.lib.php:1868
#: user_password.php:120
msgid "The password is empty!"
msgstr ""