forked from phpmyadmin/phpmyadmin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgl.po
13166 lines (10509 loc) · 400 KB
/
gl.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
# Automatically generated <>, 2010.
msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.0.0-dev\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2012-04-26 12:37-0400\n"
"PO-Revision-Date: 2012-04-17 16:56+0200\n"
"Last-Translator: Julio Guerra <[email protected]>\n"
"Language-Team: Independant\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: gl\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Weblate 0.9\n"
#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:357
#: libraries/display_tbl.lib.php:362 server_privileges.php:1825
msgid "Show all"
msgstr "Mostrar todo"
#: browse_foreigners.php:70 libraries/PDF.class.php:46
#: libraries/common.lib.php:2481
#: libraries/schema/Pdf_Relation_Schema.class.php:1145
#: libraries/schema/Pdf_Relation_Schema.class.php:1169
#: libraries/schema/User_Schema.class.php:399
#: libraries/select_lang.lib.php:506
msgid "Page number:"
msgstr "Número de páxina:"
#: browse_foreigners.php:150
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 ""
"Non foi posíbel actualizar a xanela do navegador. Quizáis porque pechou a "
"xanela pai ou porque as opcións de seguranza do seu navegador están "
"bloqueando as actualizacións entre xanelas."
#: browse_foreigners.php:172 libraries/common.lib.php:3162
#: libraries/common.lib.php:3169 libraries/common.lib.php:3395
#: libraries/common.lib.php:3396 libraries/db_links.inc.php:60
#: libraries/tbl_links.inc.php:68
msgid "Search"
msgstr "Buscar"
#: browse_foreigners.php:175 db_operations.php:409 db_operations.php:449
#: db_operations.php:562 db_operations.php:591 db_search.php:352
#: gis_data_editor.php:314 js/messages.php:231
#: libraries/auth/cookie.auth.lib.php:264 libraries/core.lib.php:530
#: libraries/display_change_password.lib.php:72
#: libraries/display_create_table.lib.php:61
#: libraries/display_export.lib.php:364 libraries/display_import.lib.php:312
#: libraries/display_tbl.lib.php:707 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:969
#: libraries/rte/rte_routines.lib.php:1456
#: libraries/rte/rte_triggers.lib.php:373
#: libraries/schema/User_Schema.class.php:150
#: libraries/schema/User_Schema.class.php:207
#: libraries/schema/User_Schema.class.php:449
#: libraries/schema/User_Schema.class.php:490
#: libraries/sql_query_form.lib.php:362 libraries/sql_query_form.lib.php:417
#: libraries/sql_query_form.lib.php:472 libraries/tbl_properties.inc.php:611
#: pmd_pdf.php:125 prefs_manage.php:271 prefs_manage.php:322
#: server_binlog.php:109 server_privileges.php:843 server_privileges.php:1959
#: server_privileges.php:2323 server_privileges.php:2370
#: server_privileges.php:2402 server_replication.php:265
#: server_replication.php:349 server_replication.php:380
#: server_synchronize.php:1390 tbl_change.php:366 tbl_change.php:1112
#: tbl_indexes.php:289 tbl_operations.php:292 tbl_operations.php:329
#: tbl_operations.php:534 tbl_operations.php:597 tbl_operations.php:800
#: tbl_select.php:237 tbl_structure.php:685 tbl_structure.php:722
#: tbl_tracking.php:454 tbl_tracking.php:596 tbl_zoom_select.php:307
#: view_create.php:185 view_operations.php:99
msgid "Go"
msgstr "Ir"
#: browse_foreigners.php:190 browse_foreigners.php:194
#: libraries/Index.class.php:457 tbl_tracking.php:340
msgid "Keyname"
msgstr "Nome da chave"
#: browse_foreigners.php:191 browse_foreigners.php:193
#: server_collations.php:45 server_collations.php:57 server_engines.php:48
#: server_plugins.php:134 server_status.php:1503
msgid "Description"
msgstr "Descrición"
#: browse_foreigners.php:271 browse_foreigners.php:280
#: browse_foreigners.php:292 browse_foreigners.php:300
msgid "Use this value"
msgstr "Usar este valor"
#: 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 ""
"O ficheiro %s non está dispoñíbel neste sistema, visite www.phpmyadmin.net "
"para obter máis información."
#: db_create.php:74
#, php-format
msgid "Database %1$s has been created."
msgstr "Creouse a base de datos %1$s."
#: db_datadict.php:49 db_operations.php:401
msgid "Database comment: "
msgstr "Comentario da base de datos: "
#: db_datadict.php:154 libraries/schema/Pdf_Relation_Schema.class.php:1282
#: libraries/tbl_properties.inc.php:698 tbl_operations.php:374
#: tbl_printview.php:125
msgid "Table comments"
msgstr "Comentarios da táboa"
#: db_datadict.php:163 db_qbe.php:199 libraries/Index.class.php:461
#: libraries/export/htmlword.php:194 libraries/export/htmlword.php:314
#: libraries/export/latex.php:394 libraries/export/odt.php:259
#: libraries/export/odt.php:387 libraries/export/texytext.php:195
#: libraries/export/texytext.php:313 libraries/export/texytext.php:390
#: libraries/schema/Pdf_Relation_Schema.class.php:1308
#: libraries/schema/Pdf_Relation_Schema.class.php:1329
#: libraries/tbl_properties.inc.php:272 libraries/tbl_select.lib.php:86
#: tbl_change.php:332 tbl_indexes.php:214 tbl_printview.php:137
#: tbl_relation.php:411 tbl_tracking.php:278 tbl_tracking.php:344
#: tbl_zoom_select.php:424
msgid "Column"
msgstr "Columna"
#: db_datadict.php:164 db_printview.php:103 libraries/Index.class.php:458
#: libraries/db_structure.lib.php:46 libraries/export/htmlword.php:195
#: libraries/export/htmlword.php:315 libraries/export/latex.php:395
#: libraries/export/odt.php:262 libraries/export/odt.php:390
#: libraries/export/texytext.php:196 libraries/export/texytext.php:314
#: libraries/rte/rte_list.lib.php:54 libraries/rte/rte_list.lib.php:80
#: libraries/rte/rte_routines.lib.php:835
#: libraries/rte/rte_routines.lib.php:860
#: libraries/rte/rte_routines.lib.php:1374
#: libraries/schema/Pdf_Relation_Schema.class.php:1309
#: libraries/schema/Pdf_Relation_Schema.class.php:1330
#: libraries/tbl_properties.inc.php:86 libraries/tbl_select.lib.php:87
#: server_privileges.php:2416 tbl_change.php:311 tbl_change.php:344
#: tbl_printview.php:138 tbl_printview.php:273 tbl_structure.php:204
#: tbl_structure.php:782 tbl_tracking.php:279 tbl_tracking.php:341
msgid "Type"
msgstr "Tipo"
#: db_datadict.php:166 libraries/Index.class.php:464
#: libraries/export/htmlword.php:196 libraries/export/htmlword.php:316
#: libraries/export/latex.php:396 libraries/export/odt.php:265
#: libraries/export/odt.php:393 libraries/export/texytext.php:197
#: libraries/export/texytext.php:315
#: libraries/schema/Pdf_Relation_Schema.class.php:1311
#: libraries/schema/Pdf_Relation_Schema.class.php:1332
#: libraries/tbl_properties.inc.php:95 tbl_change.php:359
#: tbl_printview.php:139 tbl_structure.php:207 tbl_tracking.php:281
#: tbl_tracking.php:347 tbl_zoom_select.php:425
msgid "Null"
msgstr "Nulo"
#: db_datadict.php:167 db_structure.php:637 libraries/export/htmlword.php:197
#: libraries/export/htmlword.php:317 libraries/export/latex.php:397
#: libraries/export/odt.php:268 libraries/export/odt.php:396
#: libraries/export/texytext.php:198 libraries/export/texytext.php:316
#: libraries/schema/Pdf_Relation_Schema.class.php:1312
#: libraries/schema/Pdf_Relation_Schema.class.php:1333
#: libraries/tbl_properties.inc.php:92 tbl_printview.php:140
#: tbl_structure.php:208 tbl_tracking.php:282
msgid "Default"
msgstr "Predeterminado"
#: db_datadict.php:171 libraries/export/htmlword.php:319
#: libraries/export/latex.php:399 libraries/export/odt.php:400
#: libraries/export/texytext.php:318
#: libraries/schema/Pdf_Relation_Schema.class.php:1314
#: libraries/schema/Pdf_Relation_Schema.class.php:1335 tbl_printview.php:143
msgid "Links to"
msgstr "Liga a"
#: db_datadict.php:173 db_printview.php:109
#: libraries/config/messages.inc.php:98 libraries/config/messages.inc.php:113
#: libraries/config/messages.inc.php:135 libraries/export/htmlword.php:322
#: libraries/export/latex.php:402 libraries/export/odt.php:405
#: libraries/export/texytext.php:321
#: libraries/schema/Pdf_Relation_Schema.class.php:1325
#: libraries/schema/Pdf_Relation_Schema.class.php:1336
#: libraries/tbl_properties.inc.php:115 tbl_printview.php:145
msgid "Comments"
msgstr "Comentarios"
#: db_datadict.php:235 js/messages.php:251 libraries/Index.class.php:359
#: libraries/Index.class.php:386 libraries/Index.class.php:704
#: libraries/config.values.php:45 libraries/config.values.php:51
#: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:229
#: libraries/export/htmlword.php:360 libraries/export/latex.php:460
#: libraries/export/odt.php:299 libraries/export/odt.php:444
#: libraries/export/texytext.php:228 libraries/export/texytext.php:357
#: libraries/mult_submits.inc.php:327
#: libraries/schema/Pdf_Relation_Schema.class.php:1360
#: libraries/user_preferences.lib.php:287 prefs_manage.php:132
#: server_privileges.php:1599 server_privileges.php:1609
#: server_privileges.php:1883 server_privileges.php:1894
#: server_privileges.php:2235 server_privileges.php:2240
#: server_privileges.php:2533 sql.php:325 sql.php:389 tbl_printview.php:191
#: tbl_structure.php:333 tbl_tracking.php:302 tbl_tracking.php:357
#: tbl_tracking.php:362
msgid "No"
msgstr "Non"
#: db_datadict.php:235 js/messages.php:250 libraries/Index.class.php:360
#: libraries/Index.class.php:385 libraries/Index.class.php:704
#: libraries/config.values.php:45 libraries/config.values.php:51
#: libraries/config/FormDisplay.tpl.php:230 libraries/export/htmlword.php:229
#: libraries/export/htmlword.php:360 libraries/export/latex.php:460
#: libraries/export/odt.php:299 libraries/export/odt.php:444
#: libraries/export/texytext.php:228 libraries/export/texytext.php:357
#: libraries/mult_submits.inc.php:68 libraries/mult_submits.inc.php:100
#: libraries/mult_submits.inc.php:109 libraries/mult_submits.inc.php:114
#: libraries/mult_submits.inc.php:119 libraries/mult_submits.inc.php:124
#: libraries/mult_submits.inc.php:289 libraries/mult_submits.inc.php:302
#: libraries/mult_submits.inc.php:326 libraries/mult_submits.inc.php:333
#: libraries/schema/Pdf_Relation_Schema.class.php:1360
#: libraries/user_preferences.lib.php:287 prefs_manage.php:131
#: server_databases.php:102 server_databases.php:109
#: server_privileges.php:1597 server_privileges.php:1607
#: server_privileges.php:1880 server_privileges.php:1894
#: server_privileges.php:2235 server_privileges.php:2238
#: server_privileges.php:2533 sql.php:388 tbl_printview.php:191
#: tbl_structure.php:41 tbl_structure.php:333 tbl_tracking.php:302
#: tbl_tracking.php:355 tbl_tracking.php:360
msgid "Yes"
msgstr "Si"
#: db_export.php:26
msgid "View dump (schema) of database"
msgstr "Ver o volcado (esquema) da base de datos"
#: db_export.php:30 db_printview.php:94 db_qbe.php:104 db_tracking.php:47
#: export.php:374 navigation.php:287
msgid "No tables found in database."
msgstr "Non foi posíbel atopar ningunha táboa na base de datos."
#: db_export.php:40 db_search.php:334 server_export.php:26
msgid "Select All"
msgstr "Seleccionar todo"
#: db_export.php:42 db_search.php:337 server_export.php:28
msgid "Unselect All"
msgstr "Deseleccionar todo"
#: db_operations.php:59 tbl_create.php:22
msgid "The database name is empty!"
msgstr "O nome da base de datos está baleiro!"
#: db_operations.php:311
#, php-format
msgid "Database %1$s has been renamed to %2$s"
msgstr "A base de datos %1$s foi renomeada a %2$s"
#: db_operations.php:315
#, php-format
msgid "Database %1$s has been copied to %2$s"
msgstr "A base de datos %1$s foi copiada a %2$s"
#: db_operations.php:443
msgid "Rename database to"
msgstr "Renomear a base de datos a"
#: db_operations.php:470
msgid "Remove database"
msgstr "Eliminar base de datos"
#: db_operations.php:482
#, php-format
msgid "Database %s has been dropped."
msgstr "A base de datos %s foi eliminada."
#: db_operations.php:487
msgid "Drop the database (DROP)"
msgstr "Eliminar base de datos (DROP)"
#: db_operations.php:516
msgid "Copy database to"
msgstr "Copiar a base de datos a"
#: db_operations.php:523 tbl_operations.php:563 tbl_tracking.php:447
msgid "Structure only"
msgstr "Só a estrutura"
#: db_operations.php:524 tbl_operations.php:564 tbl_tracking.php:449
msgid "Structure and data"
msgstr "Estrutura e datos"
#: db_operations.php:525 tbl_operations.php:565 tbl_tracking.php:448
msgid "Data only"
msgstr "Só os datos"
#: db_operations.php:533
msgid "CREATE DATABASE before copying"
msgstr "CREATE DATABSE antes de copiar"
#: db_operations.php:536 libraries/config/messages.inc.php:130
#: libraries/config/messages.inc.php:131 libraries/config/messages.inc.php:133
#: libraries/config/messages.inc.php:139 tbl_operations.php:571
#, php-format
msgid "Add %s"
msgstr "Engadir %s"
#: db_operations.php:540 libraries/config/messages.inc.php:123
#: tbl_operations.php:326 tbl_operations.php:573
msgid "Add AUTO_INCREMENT value"
msgstr "Engadir o valor incremental (AUTO_INCREMENT)"
#: db_operations.php:544 tbl_operations.php:580
msgid "Add constraints"
msgstr "Engadir limitacións"
#: db_operations.php:559
msgid "Switch to copied database"
msgstr "Cambiar á base de datos copiada"
#: db_operations.php:582 libraries/Index.class.php:463
#: 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:93
#: libraries/tbl_properties.inc.php:704 libraries/tbl_select.lib.php:88
#: server_collations.php:44 server_collations.php:56 tbl_operations.php:390
#: tbl_structure.php:205 tbl_structure.php:887 tbl_tracking.php:280
#: tbl_tracking.php:346
msgid "Collation"
msgstr "Orde alfabética"
#: db_operations.php:599
#, php-format
msgid ""
"The phpMyAdmin configuration storage has been deactivated. To find out why "
"click %shere%s."
msgstr ""
"Desactivouse a configuración de almacenamento de phpMyAdmin. Para saber por "
"que prema %saquí%s."
#: db_operations.php:633
msgid "Edit or export relational schema"
msgstr "Editar ou exportar esquema relacional"
#: db_printview.php:101 db_tracking.php:85 db_tracking.php:193
#: libraries/config/messages.inc.php:515 libraries/db_structure.lib.php:32
#: libraries/export/pdf.php:98 libraries/export/xml.php:360
#: libraries/header.inc.php:169 libraries/rte/rte_list.lib.php:65
#: libraries/rte/rte_triggers.lib.php:310
#: libraries/schema/User_Schema.class.php:275 server_privileges.php:2010
#: server_privileges.php:2068 server_privileges.php:2337
#: server_synchronize.php:450 server_synchronize.php:962 tbl_tracking.php:676
msgid "Table"
msgstr "Táboa"
#: db_printview.php:102 libraries/Table.class.php:308
#: libraries/build_html_for_db.lib.php:31 libraries/db_structure.lib.php:42
#: libraries/header_printview.inc.php:64 libraries/import.lib.php:151
#: navigation.php:593 navigation.php:615 tbl_printview.php:354
#: tbl_structure.php:451 tbl_structure.php:525 tbl_structure.php:897
msgid "Rows"
msgstr "Filas"
#: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:215
msgid "Size"
msgstr "Tamaño"
#: db_printview.php:160 db_structure.php:592 libraries/export/sql.php:806
msgid "in use"
msgstr "en uso"
#: db_printview.php:186 libraries/db_info.inc.php:77
#: libraries/db_structure.lib.php:60 libraries/export/sql.php:758
#: libraries/schema/Pdf_Relation_Schema.class.php:1287 tbl_printview.php:394
#: tbl_structure.php:929
msgid "Creation"
msgstr "Creación"
#: db_printview.php:195 libraries/db_info.inc.php:82
#: libraries/db_structure.lib.php:65 libraries/export/sql.php:763
#: libraries/schema/Pdf_Relation_Schema.class.php:1292 tbl_printview.php:404
#: tbl_structure.php:937
msgid "Last update"
msgstr "Última actualización"
#: db_printview.php:204 libraries/db_info.inc.php:87
#: libraries/db_structure.lib.php:70 libraries/export/sql.php:768
#: libraries/schema/Pdf_Relation_Schema.class.php:1297 tbl_printview.php:414
#: tbl_structure.php:945
msgid "Last check"
msgstr "Última revisión"
#: db_printview.php:221 db_structure.php:613
#, php-format
msgid "%s table"
msgid_plural "%s tables"
msgstr[0] "%s táboa"
msgstr[1] "%s táboas"
#: db_qbe.php:41
msgid "You have to choose at least one column to display"
msgstr "Debe escoller cando menos unha columna para mostrar"
#: db_qbe.php:189
#, php-format
msgid "Switch to %svisual builder%s"
msgstr "Cambiar ao %sconstrutor visual%s"
#: db_qbe.php:225 libraries/db_structure.lib.php:106
#: libraries/display_tbl.lib.php:1014
msgid "Sort"
msgstr "Ordenar"
#: db_qbe.php:234 db_qbe.php:269 libraries/db_structure.lib.php:113
#: libraries/db_structure.lib.php:122 libraries/display_tbl.lib.php:569
#: libraries/display_tbl.lib.php:970 libraries/display_tbl.lib.php:973
#: server_databases.php:193 server_databases.php:210 tbl_operations.php:287
#: tbl_select.php:224
msgid "Ascending"
msgstr "Ascendente"
#: db_qbe.php:235 db_qbe.php:277 libraries/db_structure.lib.php:114
#: libraries/db_structure.lib.php:123 libraries/display_tbl.lib.php:574
#: libraries/display_tbl.lib.php:969 libraries/display_tbl.lib.php:974
#: server_databases.php:193 server_databases.php:210 tbl_operations.php:288
#: tbl_select.php:225
msgid "Descending"
msgstr "Descendente"
#: db_qbe.php:290 db_tracking.php:91 libraries/display_tbl.lib.php:430
#: tbl_change.php:289 tbl_tracking.php:681
msgid "Show"
msgstr "Mostrar"
#: db_qbe.php:326
msgid "Criteria"
msgstr "Criterio"
#: db_qbe.php:380 db_qbe.php:462 db_qbe.php:554 db_qbe.php:585
msgid "Ins"
msgstr "Inserir"
#: db_qbe.php:384 db_qbe.php:466 db_qbe.php:551 db_qbe.php:582
msgid "And"
msgstr "E"
#: db_qbe.php:393 db_qbe.php:474 db_qbe.php:556 db_qbe.php:587
msgid "Del"
msgstr "Eliminar"
#: db_qbe.php:397 db_qbe.php:478 db_qbe.php:549 db_qbe.php:580
#: server_privileges.php:484 tbl_change.php:939 tbl_indexes.php:284
#: tbl_select.php:198
msgid "Or"
msgstr "ou"
#: db_qbe.php:534
msgid "Modify"
msgstr "Modificar"
#: db_qbe.php:609
msgid "Add/Delete criteria rows"
msgstr "Engadir/Eliminar filas de criterio"
#: db_qbe.php:621
msgid "Add/Delete columns"
msgstr "Engadir/Eliminar columnas de campo"
#: db_qbe.php:634 db_qbe.php:657
msgid "Update Query"
msgstr "Actualizar a procura"
#: db_qbe.php:640
msgid "Use Tables"
msgstr "Usar as táboas"
#: db_qbe.php:663
#, php-format
msgid "SQL query on database <b>%s</b>:"
msgstr "Procura tipo SQL na base de datos <b>%s</b>:"
#: db_qbe.php:956 libraries/common.lib.php:1264
msgid "Submit Query"
msgstr "Enviar esta procura"
#: db_search.php:31 libraries/auth/config.auth.lib.php:78
#: libraries/auth/config.auth.lib.php:99
#: libraries/auth/cookie.auth.lib.php:609 libraries/auth/http.auth.lib.php:52
#: libraries/auth/signon.auth.lib.php:238
msgid "Access denied"
msgstr "Denegouse o acceso"
#: db_search.php:43 db_search.php:301
msgid "at least one of the words"
msgstr "polo menos unha das palabras"
#: db_search.php:44 db_search.php:302
msgid "all words"
msgstr "todas as palabras"
#: db_search.php:45 db_search.php:303
msgid "the exact phrase"
msgstr "a frase exacta"
#: db_search.php:46 db_search.php:304
msgid "as regular expression"
msgstr "como expresión regular"
#: db_search.php:216
#, php-format
msgid "Search results for \"<i>%s</i>\" %s:"
msgstr "Procurar os resultados para \"<i>%s</i>\" %s:"
#: db_search.php:239
#, php-format
msgid "%1$s match inside table <i>%2$s</i>"
msgid_plural "%1$s matches inside table <i>%2$s</i>"
msgstr[0] "%1$s ocorrencia dentro da táboa <i>%2$s</i>"
msgstr[1] "%1$s ocorrencias dentro da táboa <i>%2$s</i>"
#: db_search.php:247 libraries/common.lib.php:3164
#: libraries/common.lib.php:3393 libraries/common.lib.php:3394
#: libraries/tbl_links.inc.php:55 tbl_structure.php:560
msgid "Browse"
msgstr "Visualizar"
#: db_search.php:252
#, php-format
msgid "Delete the matches for the %s table?"
msgstr "Eliminar as coincidencias para a táboa %s?"
#: db_search.php:252 libraries/display_tbl.lib.php:1439
#: libraries/display_tbl.lib.php:2480
#: libraries/schema/User_Schema.class.php:200
#: libraries/schema/User_Schema.class.php:276
#: libraries/schema/User_Schema.class.php:311
#: libraries/schema/User_Schema.class.php:341
#: libraries/sql_query_form.lib.php:410 pmd_general.php:436
#: setup/frames/index.inc.php:148 setup/frames/index.inc.php:245
#: tbl_tracking.php:464 tbl_tracking.php:485 tbl_tracking.php:544
msgid "Delete"
msgstr "Eliminar"
#: db_search.php:266
#, php-format
msgid "<b>Total:</b> <i>%s</i> match"
msgid_plural "<b>Total:</b> <i>%s</i> matches"
msgstr[0] "<b>Total:</b> <i>%s</i> ocorrencia"
msgstr[1] "<b>Total:</b> <i>%s</i> ocorrencias"
#: db_search.php:289
msgid "Search in database"
msgstr "Procurar na base de datos"
#: db_search.php:292
msgid "Words or values to search for (wildcard: \"%\"):"
msgstr "Palabras ou valores a buscar (ou comodín é: \"%\"):"
#: db_search.php:297
msgid "Find:"
msgstr "Atopar:"
#: db_search.php:301 db_search.php:302
msgid "Words are separated by a space character (\" \")."
msgstr "As palabras divídense cun carácter de espazo (\" \")."
#: db_search.php:315
msgid "Inside tables:"
msgstr "Dentro das táboas:"
#: db_search.php:345
msgid "Inside column:"
msgstr "Dentro da columna:"
#: db_structure.php:84
msgid "No tables found in database"
msgstr "No se atoparon táboas na base de datos"
#: db_structure.php:242 libraries/mysql_charsets.lib.php:411
#: libraries/mysql_charsets.lib.php:418
msgid "unknown"
msgstr "descoñecido"
#: db_structure.php:367 tbl_operations.php:719
#, php-format
msgid "Table %s has been emptied"
msgstr "Vaciouse a táboa %s"
#: db_structure.php:384 tbl_operations.php:738
#, php-format
msgid "View %s has been dropped"
msgstr "Deixouse a vista %s"
#: db_structure.php:384 tbl_operations.php:738
#, php-format
msgid "Table %s has been dropped"
msgstr "Eliminouse a táboa %s"
#: db_structure.php:394 tbl_create.php:285
msgid "Tracking is active."
msgstr "O seguemento está activado."
#: db_structure.php:399 tbl_create.php:288
msgid "Tracking is not active."
msgstr "O seguemento non está activado."
#: db_structure.php:525 libraries/display_tbl.lib.php:2363
#, php-format
msgid ""
"This view has at least this number of rows. Please refer to %sdocumentation%"
"s."
msgstr ""
"Esta vista ten, cando menos, este número de fileiras. Vexa a %sdocumentation%"
"s."
#: db_structure.php:543 db_structure.php:577 libraries/header.inc.php:169
#: libraries/tbl_info.inc.php:60 tbl_structure.php:211
msgid "View"
msgstr "Vista"
#: db_structure.php:620 libraries/db_structure.lib.php:35
#: libraries/server_links.inc.php:92 server_replication.php:31
#: server_replication.php:192 server_status.php:610
msgid "Replication"
msgstr "Replicación"
#: db_structure.php:624
msgid "Sum"
msgstr "Suma"
#: db_structure.php:631 libraries/StorageEngine.class.php:341
#, php-format
msgid "%s is the default storage engine on this MySQL server."
msgstr "%s é o motor de almacenamento predefinido neste servidor de MySQL."
#: db_structure.php:679 db_structure.php:696 db_structure.php:697
#: libraries/display_tbl.lib.php:2505 libraries/display_tbl.lib.php:2510
#: libraries/mult_submits.inc.php:39 server_databases.php:296
#: server_databases.php:301 server_privileges.php:1917
#: server_privileges.php:1925 tbl_structure.php:548 tbl_structure.php:557
msgid "With selected:"
msgstr "Cos marcados:"
#: db_structure.php:682 libraries/display_tbl.lib.php:2500
#: server_databases.php:298 server_privileges.php:781
#: server_privileges.php:1920 tbl_structure.php:551
msgid "Check All"
msgstr "Marcalos todos"
#: db_structure.php:686 libraries/display_tbl.lib.php:2501
#: libraries/replication_gui.lib.php:35 server_databases.php:300
#: server_privileges.php:784 server_privileges.php:1924 tbl_structure.php:555
msgid "Uncheck All"
msgstr "Quitarlles as marcas a todos"
#: db_structure.php:691
msgid "Check tables having overhead"
msgstr "Exceso na comprobación"
#: db_structure.php:699 libraries/common.lib.php:3406
#: libraries/common.lib.php:3407 libraries/config/messages.inc.php:168
#: libraries/db_links.inc.php:56 libraries/display_export.lib.php:82
#: libraries/display_tbl.lib.php:2523 libraries/display_tbl.lib.php:2664
#: libraries/server_links.inc.php:65 libraries/tbl_links.inc.php:80
#: prefs_manage.php:294 server_privileges.php:1565 server_privileges.php:1929
#: server_status.php:1632 setup/frames/menu.inc.php:22
msgid "Export"
msgstr "Exportar"
#: db_structure.php:701 db_structure.php:749
#: libraries/display_tbl.lib.php:2613 tbl_structure.php:622
msgid "Print view"
msgstr "Visualización previa da impresión"
#: db_structure.php:705 libraries/common.lib.php:3402
#: libraries/common.lib.php:3403
msgid "Empty"
msgstr "Borrar"
#: db_structure.php:707 db_tracking.php:106 libraries/Index.class.php:507
#: libraries/common.lib.php:3400 libraries/common.lib.php:3401
#: server_databases.php:302 tbl_structure.php:151 tbl_structure.php:152
#: tbl_structure.php:564
msgid "Drop"
msgstr "Eliminar"
#: db_structure.php:709 tbl_operations.php:622
msgid "Check table"
msgstr "Verificar a táboa"
#: db_structure.php:712 tbl_operations.php:679 tbl_structure.php:831
msgid "Optimize table"
msgstr "Optimizar a táboa"
#: db_structure.php:714 tbl_operations.php:664
msgid "Repair table"
msgstr "Reparar a táboa"
#: db_structure.php:717 tbl_operations.php:649
msgid "Analyze table"
msgstr "Analizar a táboa"
#: db_structure.php:719
msgid "Add prefix to table"
msgstr "Engaidr prefixo á táboa"
#: db_structure.php:721 libraries/mult_submits.inc.php:278
msgid "Replace table prefix"
msgstr "Substituír o prefixo da táboa"
#: db_structure.php:723 libraries/mult_submits.inc.php:278
msgid "Copy table with prefix"
msgstr "Copiar a táboa con prefixo"
#: db_structure.php:752 libraries/schema/User_Schema.class.php:426
msgid "Data Dictionary"
msgstr "Dicionario de datos"
#: db_tracking.php:79
msgid "Tracked tables"
msgstr "Táboas seguidas"
#: db_tracking.php:84 libraries/config/messages.inc.php:509
#: libraries/export/htmlword.php:83 libraries/export/latex.php:156
#: libraries/export/odt.php:114 libraries/export/pdf.php:98
#: libraries/export/sql.php:609 libraries/export/texytext.php:69
#: libraries/export/xml.php:293 libraries/header.inc.php:152
#: libraries/header_printview.inc.php:59 server_databases.php:192
#: server_privileges.php:2005 server_privileges.php:2068
#: server_privileges.php:2331 server_status.php:1261
#: server_synchronize.php:1358 server_synchronize.php:1362
#: tbl_tracking.php:675
msgid "Database"
msgstr "Base de datos"
#: db_tracking.php:86
msgid "Last version"
msgstr "Última versión"
#: db_tracking.php:87 tbl_tracking.php:678
msgid "Created"
msgstr "Creada"
#: db_tracking.php:88 tbl_tracking.php:679
msgid "Updated"
msgstr "Actualizada"
#: db_tracking.php:89 js/messages.php:185 libraries/rte/rte_events.lib.php:380
#: libraries/rte/rte_list.lib.php:78 libraries/server_links.inc.php:51
#: server_status.php:1264 sql.php:956 tbl_tracking.php:680
msgid "Status"
msgstr "Estado"
#: db_tracking.php:90 libraries/Index.class.php:455
#: libraries/db_structure.lib.php:39 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: server_databases.php:227 server_privileges.php:1854
#: server_privileges.php:2072 server_privileges.php:2419 tbl_structure.php:221
msgid "Action"
msgstr "Acción"
#: db_tracking.php:101 js/messages.php:34
msgid "Delete tracking data for this table"
msgstr "Borra os datos de seguimento para esta táboa"
#: db_tracking.php:123 tbl_tracking.php:632 tbl_tracking.php:690
msgid "active"
msgstr "activado"
#: db_tracking.php:125 tbl_tracking.php:634 tbl_tracking.php:692
msgid "not active"
msgstr "desactivado"
#: db_tracking.php:140
msgid "Versions"
msgstr "Versións"
#: db_tracking.php:141 tbl_tracking.php:438 tbl_tracking.php:710
msgid "Tracking report"
msgstr "Informe de seguemento"
#: db_tracking.php:142 tbl_tracking.php:256 tbl_tracking.php:712
msgid "Structure snapshot"
msgstr "Instantánea da estrutura"
#: db_tracking.php:188
msgid "Untracked tables"
msgstr "Táboas non seguidas"
#: db_tracking.php:207 tbl_structure.php:648
msgid "Track table"
msgstr "Seguir a táboa"
#: db_tracking.php:233
msgid "Database Log"
msgstr "Rexistro de actividade da base de datos"
#: export.php:39
msgid "Bad type!"
msgstr "Erro no tipo!"
#: export.php:87
msgid "Selected export type has to be saved in file!"
msgstr "Gardouse nun ficheiro o tipo de exportación seleccionada!"
#: export.php:116
msgid "Bad parameters!"
msgstr "Erro nos parametros!"
#: export.php:177 export.php:202 export.php:673
#, php-format
msgid "Insufficient space to save the file %s."
msgstr "Non hai espazo para gardar o ficheiro %s."
#: export.php:327
#, php-format
msgid ""
"File %s already exists on server, change filename or check overwrite option."
msgstr ""
"O ficheiro %s xa existe no servidor - escolla outro nome ou seleccione a "
"opción de eliminar."
#: export.php:331 export.php:335
#, php-format
msgid "The web server does not have permission to save the file %s."
msgstr "O servidor web non ten permiso para gardar o ficheiro %s."
#: export.php:675
#, php-format
msgid "Dump has been saved to file %s."
msgstr "Gardouse o volcado no ficheiro %s."
#: file_echo.php:21
msgid "Invalid export type"
msgstr "Tipo de exportación non válida"
#: gis_data_editor.php:85
#, php-format
msgid "Value for the column \"%s\""
msgstr "Valor para a columna \"%s\""
#: gis_data_editor.php:114 tbl_gis_visualization.php:165
msgid "Use OpenStreetMaps as Base Layer"
msgstr "Utilizar OpenStreetMaps como Capa Base"
#: gis_data_editor.php:134
msgid "SRID"
msgstr "SRID"
#: gis_data_editor.php:151 js/messages.php:329
#: libraries/display_tbl.lib.php:695
msgid "Geometry"
msgstr "Xeometría"
#: gis_data_editor.php:171 js/messages.php:325
msgid "Point"
msgstr "Punto"
#: gis_data_editor.php:172 gis_data_editor.php:196 gis_data_editor.php:244
#: gis_data_editor.php:296 js/messages.php:323
msgid "X"
msgstr "X"
#: gis_data_editor.php:174 gis_data_editor.php:198 gis_data_editor.php:246
#: gis_data_editor.php:298 js/messages.php:324
msgid "Y"
msgstr "Y"
#: gis_data_editor.php:194 gis_data_editor.php:242 gis_data_editor.php:294
#: js/messages.php:326
#, php-format
msgid "Point %d"
msgstr "Punto %d"
#: gis_data_editor.php:203 gis_data_editor.php:249 gis_data_editor.php:301
#: js/messages.php:332
msgid "Add a point"
msgstr "Engadir un punto"
#: gis_data_editor.php:219 js/messages.php:327
msgid "Linestring"
msgstr "Cadea de liñas"
#: gis_data_editor.php:222 gis_data_editor.php:278 js/messages.php:331
msgid "Outer Ring"
msgstr "Círculo externo"
#: gis_data_editor.php:224 gis_data_editor.php:280 js/messages.php:330
msgid "Inner Ring"
msgstr "Círculo interno"
#: gis_data_editor.php:251
msgid "Add a linestring"
msgstr "Engadir unha cadea de liñas"
#: gis_data_editor.php:251 gis_data_editor.php:303 js/messages.php:333
msgid "Add an inner ring"
msgstr "Engadir un círculo interno"
#: gis_data_editor.php:265 js/messages.php:328
msgid "Polygon"
msgstr "Polígono"
#: gis_data_editor.php:305 js/messages.php:334
msgid "Add a polygon"
msgstr "Engadir un polígono"
#: gis_data_editor.php:309
msgid "Add geometry"
msgstr "Engadir xeometría"
#: gis_data_editor.php:316
msgid "Output"
msgstr "Saída"
#: gis_data_editor.php:317
msgid ""
"Chose \"GeomFromText\" from the \"Function\" column and paste the below "
"string into the \"Value\" field"
msgstr ""
"Seleccione \"GeomFromText\" da columna \"Función\" e pegue a cadea situada "
"debaixo no campo \"Valor\""
#: import.php:86
#, php-format
msgid ""
"You probably tried to upload too large file. Please refer to %sdocumentation%"
"s for ways to workaround this limit."
msgstr ""
"Posibelmente tentou enviar un ficheiro demasiado grande. Consulte a %"
"sdocumentación%s para averiguar como evitar este límite."
#: import.php:216 import.php:443
msgid "Showing bookmark"
msgstr "A mostrar o marcador"
#: import.php:226 import.php:439
msgid "The bookmark has been deleted."
msgstr "Eliminouse o marcador."
#: import.php:315 import.php:368 libraries/File.class.php:403
#: libraries/File.class.php:486
msgid "File could not be read"
msgstr "Non se puido ler o ficheiro"
#: import.php:323 import.php:332 import.php:351 import.php:360
#: libraries/File.class.php:556 libraries/File.class.php:564
#: libraries/File.class.php:580 libraries/File.class.php:588
#, 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 ""
"Tentou cargar un ficheiro cunha compresión descoñecida (%s). Ora non se sabe "
"como descomprimir, ora está desactivada na configuración."
#: import.php:373
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 ""
"Non se recibiron datos para importar. Ou ben non se enviou o ficheiro ou ben "
"o seu tamaño excede o máximo permitido pola súa configuración de PHP. "
"Consulte FAQ 1.16."
#: import.php:390
msgid ""
"Cannot convert file's character set without character set conversion library"
msgstr ""
"Non se pode convertir o xogo de carácteres do arquivo sen a librería "
"correspondente"
#: import.php:414 libraries/display_import.lib.php:23
msgid "Could not load import plugins, please check your installation!"
msgstr "Non foi posíbel importar as extensións - Comprobe a instalación!"
#: import.php:445 sql.php:995
#, php-format
msgid "Bookmark %s created"
msgstr "Creouse o marcador %s"
#: import.php:451 import.php:457
#, php-format
msgid "Import has been successfully finished, %d queries executed."
msgstr "A importación rematou sen problemas. Executáronse %d procuras."
#: import.php:466
msgid ""
"Script timeout passed, if you want to finish import, please resubmit same "
"file and import will resume."
msgstr ""
"Ultrapasouse o tempo de espera do guión. Se quere rematar a importación, "
"volva a enviar o mesmo ficheiro e a importación continuará."
#: import.php:468