summaryrefslogtreecommitdiff
path: root/locales/es.lng
blob: 19a8c521dc5b7059ec49364b65a02759341a607c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
# es.lng
# English-->Spanish
# -----------------------
# This is a part of YaCy, a peer-to-peer based web search engine
#
# (C) by Michael Peter Christen; mc@anomic.de
# first published on http://www.anomic.de
# Frankfurt, Germany, 2005
#
# This file is maintained by Iván Hernández Cazorla <ivan@ivanhercaz.com>
# This file is written by (chronological order) Iván Hernández Cazorla <ivan@ivanhercaz.com>
# This file is written by Jesús E. <heckyel@hyperbola.info>

# If you find any mistakes or untranslated strings in this file please don't hesitate to email them to the maintainer.

#File: ConfigLanguage_p.html
#---------------------------
# Only part 1.
# Contributors are in chronological order, not how much they did absolutely.
# Thank you for your help!
<!-- lang -->default(english)==Español
<!-- author -->==Iván Hernández Cazorla
<!-- maintainer -->==Iván Hernández Cazorla
<!-- contributor -->==Jesús E.
#-----------------------------

#File: AccessGrid_p.html
#---------------------------
YaCy Network Access==Acceso a la red YaCy
#-----------------------------

#File: AccessTracker_p.html
#---------------------------
Access Tracker==Rastreador de acceso
Server Access Overview==Información general de acceso al servidor
>Host<==>Host<
>Path<==>Ruta<
Date<==Fecha<
last Second==el último segundo
last Minute==el último minuto
last 10 Minutes==los últimos 10 minutos
last Hour==la última hora
>Host==>Host
Total:==Total:
Success:==Exitos:
Offset==Offset
Expected Results==Resultados esperados
Returned Results==Resultados devueltos
Query==Consulta
>User Agent<==>User agent<
Queries Per Last Hour==Consultas durante la última hora
#-----------------------------

#File: Settings_UrlProxyAccess.inc
#---------------------------
URL proxy:==URL del proxy:
>Enabled<==>Activado<
"Submit"=="Enviar"
>Enabled<==>Activado<
#-----------------------------

#File: Autocrawl_p.html
#---------------------------
"Save"=="Guardar"
#-----------------------------

#File: Blacklist_p.html
#---------------------------
Blacklist Manager==Gestione blacklist
Blacklist==Blacklist
This function provides an URL filter to the proxy; any blacklisted URL is blocked==Questa funzione fornisce al proxy un filtro per le URL; le URL nella blacklist non vengono caricate
from being loaded. You can define several blacklists and activate them separately.== Puoi definire diverse blacklist e acctivarle separatamente.
You may also provide your blacklist to other peers by sharing them; in return you may==Puoi fornire la tua blacklist agli altri peers rendendola condivisa; in ritorno puoi
collect blacklist entries from other peers.==collezionare le entrate nelle blacklist degli altri peers.
No blacklist selected==Nessuna blacklist selezionata
"select"=="Seleccionar"
"create"=="crear"
"Save"=="Guardar"
Delete this list==Borrar esta lista
Edit list==Editar lista
These are the domain name / path patterns in this blacklist:==Estos son los patrones de nombre de dominio/ruta en blacklist:
>regular expression<==>expresión regular<
domain.net/fullpath<==dominio.net/rutacompleta<
>domain.net/*<==>dominio.net/*<
*.domain.net/*<==*.dominio.net/*<
*.sub.domain.net/*<==*.sub.dominio.net/*<
sub.domain.*/*<==sub.dominio.*/*<
domain.*/*<==dominio.*/*<
(slow)==(lento)
was removed from blacklist==remover desde el blacklist
was added to the blacklist==agregar al blacklist
"set"=="asignar"
#-----------------------------

#File: BlacklistCleaner_p.html
#---------------------------
#-----------------------------

#File: BlacklistImpExp_p.html
#---------------------------
Blacklist Import==Importación de lista negra
Import blacklist items from...==Importar elementos de la lista negra desde...
other YaCy peers:==otros pares YaCy:
URL:==URL:
plain text file:<==archivo de texto plano:<
XML file:==archivo XML:
This file will not contain any additional information==Este archivo no contendrá información adicional
"Export list as text"=="Exportar lista como texto"
#-----------------------------

#File: BlacklistTest_p.html
#---------------------------
Blacklist Test==Prueba de lista negra
Test list:==Lista de prueba:
"Test"=="Prueba"
Crawling==Crawling
DHT==DHT
Proxy==Proxy
Search==Buscar
#-----------------------------

#File: Blog.html
#---------------------------
by==por
>delete==>borrar
Edit<==Editar<
Author:==Autor:
Subject:==Título:
Text:==Texto:
here.==aquí.
"Submit"=="Enviar"
>Preview==>Previsualizar
Access denied==Acceso denegado
Are you sure==¿Estás seguro?
that you want to delete==de que quieres borrarla?:
#-----------------------------

#File: BlogComments.html
#---------------------------
by==por
Login==Iniciar sesión
delete</a>==borrar</a>
allow</a>==permitir</a>
Author:==Autor:
Subject:==Título:
You can use==Puedes utilizar
here.==aquí.
"Submit"=="Enviar"
"Preview"=="Previsualizar"
#-----------------------------

#File: Bookmarks.html
#---------------------------
#YaCy '#[clientname]#': Bookmarks==YaCy '#[clientname]#': Marcadores
<h2>Bookmarks==<h2>Marcadores
Bookmarks (==Marcadores (
Login==Iniciar sesión
List Bookmarks==Lista de marcadores
Add Bookmark==Añadir marcador
Import Bookmarks==Importar marcadores
Import XML Bookmarks==Importar marcadores en XML
Import HTML Bookmarks==Importar marcadores en HTML
"import"=="importar"
Default Tags:==Etiquetas por defecto:
imported==importado
Edit Bookmark==Editar Marcador
URL:==URL:
Title:==Título:
Description:==Descripción:
Tags (comma separated):==Etiquetas (separadas por comas):
>Public:==>Público:
yes==sì
no==no
"create"=="crear"
"edit"=="editar"
File:==Archivo:
import as Public==importar como Público
"private bookmark"=="marcador privado"
"public bookmark"=="marcador público"
Tagged with==Etiquetado con
Edit==Editar
Delete==Eliminar
Folders==Directorios
Tags==Etiquetas
next áage==siguiente página
All==Todo
#-----------------------------

#File: Collage.html
#---------------------------
#-----------------------------


#File: compare_yacy.html
#---------------------------
Websearch Comparison==Comparación de búsqueda web
Left Search Engine==Motor de búsqueda izquierdo
Right Search Engine==Motor de búsqueda derecho
"Compare"=="Comparar"
Search Result==Resultado de búsqueda
#-----------------------------

#File: ConfigAccounts_p.html
#---------------------------
User Accounts==Cuenta de usuario
User Administration==Administración de Usuario
User created:==Usuario creado:
User changed:==Usuario modificado:
Generic error.==Error generico.
Passwords do not match.==Las contraseñas no coinciden.
Admin Account==Cuenta de administrador
Access from localhost without account==Acceder desde el localhost sin cuenta
Access to your peer from your own computer (localhost access) is granted with administrator rights. No need to configure an administration account.==El acceso a su nodo desde su propia computadora (acceso localhost) se otorga con derechos de administrador. No es necesario configurar una cuenta de administración.
This setting is convenient but less secure than using a qualified admin account.==Esta configuración es conveniente pero menos segura que usar una cuenta de administrador calificada.
Please use with care, notably when you browse untrusted and potentially malicious websites while running your YaCy peer on the same computer.==Úselo con cuidado, especialmente cuando navega por sitios web no confiables y potencialmente maliciosos mientras ejecuta su nodo YaCy en la misma computadora.
Access only with qualified account==Acceso solo con cuenta calificada
This is required if you want a remote access to your peer, but it also hardens access controls on administration operations of your peer.==Esto es necesario si desea un acceso remoto a su nodo, pero también fortalece los controles de acceso en las operaciones de administración de su nodo.
Peer User:==Usuario del Nodo
New Peer Password:==Nueva contraseña del Nodo:
Repeat Peer Password:==Repita la contraseña del Nodo:
"Define Administrator"=="Definir Administrador"
<Access Rules>==<Reglas de Acceso>
Set Access Rules==Establecer reglas de acceso
Protection of all pages: if set to on, access to all pages need authorization; if off, only pages with "_p" extension are protected.==Protección de todas las páginas: si está activada, el acceso a todas las páginas necesita autorización; Si está desactivado, solo las páginas con extensión "_p" están protegidas.
Select user==Seleccionar usuario
New user==Nuevo usuario
Edit User==Editar usuario
Delete User==Eliminar usuario
Edit current user:==Editar usuario actual:
Username</label>==Nombre de usuario</label>
Password</label>==Contraseña</label>
Repeat password==Repite la contraseña
First name==Nombre
Last name==Apellido
Address==Dirección
Rights==Privilegios
Time used==Tiempo utilizado
Save User==Guardar usuario
#-----------------------------

#File: ConfigAppearance_p.html
#---------------------------
Appearance and Integration==Apariencia e integración
Skin Selection==Seleccione Tema
Current skin==Tema actual
Available Skins==Temas disponibles
"Use"=="Usar"
"Delete"=="Eliminar"
>Skin Color Definition<==>Definir el color del Tema<
>Background<==>Sfondo<
>Text<==>Texto<
>Legend<==>Leyenda<
>Border&nbsp;Line<==>Borde&nbsp;Línea<
>Search&nbsp;URL==>Buscar&nbsp;URL
"Set Colors"=="Establecer colores"
>Skin Download<==>Descargar Temas<
Skins can be installed from download locations==Los Temas se pueden instalar desde ubicaciones de descarga
Install new skin from URL==Instalar nuevo Tema desde URL
Use this skin==Activar tema subido
"Install"=="Instalar"
Make sure that you only download data from trustworthy sources. The new Skin file==Asegúrese de que solo descarga datos de fuentes confiables. El nuevo archivo de Tema
might overwrite existing data if a file of the same name exists already.==podría sobrescribir los datos existentes si ya existe un archivo con el mismo nombre.
>Unable to get URL:==>No se puede obtener la URL:
Error saving the skin.==Error al guardar el tema.
#-----------------------------

#File: ConfigBasic.html
#---------------------------
Access Configuration==Configuración de acceso
Basic Configuration==Configuración básica
Your YaCy Peer needs some basic information to operate properly==Tu Nodo YaCy necesita información básica para funcionar correctamente
Select a language for the interface==Seleccione un idioma para la interfaz
English==Inglés
Deutsch==Alemán
Fran&ccedil;ais==Francés
&#27721;&#35821;/&#28450;&#35486==Chino
&#1056;&#1091;&#1089;&#1089;&#1082;&#1080;&#1081;==Ruso
&#1059;&#1082;&#1088;&#1072;&#1111;&#1085;&#1089;&#1100;&#1082;&#1072;==Ucranio
&#2361;&#2367;&#2344;&#2381;&#2342;&#2368;==Hindú
&#26085;&#26412;&#35486;==Japonés
Use Case: what do you want to do with YaCy:==Modo de uso: ¿qué quieres hacer con YaCy?
Community-based web search==Búsqueda web basada en la comunidad
Join and support the global network 'freeworld', search the web with an uncensored user-owned search network==Únase y apoye la red global 'freeworld', busque en la web con una red de búsqueda sin censura controlado por el usuario
Your YaCy installation behaves independently from other peers and you define your own web index by starting your own web crawl. This can be used to search your own web pages or to define a topic-oriented search portal.==Su instalación de YaCy se comporta de manera independiente de otros pares y usted define su propio índice web al iniciar su propio rastreo web. Esto se puede usar para buscar en sus propias páginas web o para definir un portal de búsqueda orientado a temas.
Search portal for your own web pages==Portal de búsqueda para sus propias páginas web
Your peer cannot be reached from outside==Su nodo no puede ser alcanzado desde el exterior
which is not fatal, but would be good for the YaCy network==lo cual no es grave, pero sería bueno para la red YaCy
please open your firewall for this port and/or set a virtual server option in your router to allow connections on this port==por favor abra su firewall para este puerto y/o configure una opción de servidor virtual en su enrutador para permitir conexiones en este puerto
Opening a router port is <i>not</i> a YaCy-specific task;==Abrir un puerto de enrutador <i>no</i> es una tarea específica de YaCy;
you can see instruction videos everywhere in the internet, just search for <a href="http://www.youtube.com/results?search_query=Open+Ports+on+a+Router">Open Ports on a &lt;our-router-type&gt; Router</a> and add your router type as search term.==Puede ver videos de instrucciones en cualquier lugar de Internet, solo busque <a href="http://www.youtube.com/results?search_query=Open+Ports+on+a+Router">Open Ports on a &lt;our-router-type&gt; Router</a> y agregue su tipo de enrutador como término de búsqueda.
However: if you fail to open a router port, you can nevertheless use YaCy with full functionality, the only function that is missing is on the side of the other YaCy users because they cannot see your peer.==Sin embargo: si no puede abrir un puerto de enrutador, puede usar YaCy con funcionalidad completa, la única función que falta está en el lado de los otros usuarios de YaCy porque no pueden ver a su nodo.
Intranet Indexing==Indización de Intranet
Create a search portal for your intranet or web pages or your (shared) file system.==Cree un portal de búsqueda para su intranet o páginas web o su sistema de archivos (compartido).
URLs may be used with http/https/ftp and a local domain name or IP, or with an URL of the form==Las URL pueden utilizarse con http/https/ftp y un nombre de dominio local o IP, o con una URL del formulario
or smb:==o smb:
You may change your peer name==Puedes cambiar tu nombre de Nodo
Peer Name:==Nombre de Nodo:
Your peer can be reached by other peers==Tu nodo puede ser contactado por otros compañeros
Peer Port:==Puerto del nodo:
with SSL== con SSL
https enabled==https habilitado
on port==en el puerto
Configure your router for YaCy using UPnP:==Configure su enrutador para YaCy usando UPnP:
Configuration was not successful. This may take a moment.==La configuración no fue exitosa. Esto puede tomar un momento.
Set Configuration==Establecer configuración
What you should do next:==Lo que debes hacer a continuación:
Your basic configuration is complete! You can now (for example)==¡Su configuración básica está completa! Ahora puedes (por ejemplo)
You did not open a port in your firewall or your router does not forward the server port to your peer==No abrió un puerto en su firewall o su enrutador no reenvía el puerto del servidor a su par
You can also use your peer without opening it, but this is not recomended==También puede usar su nodo sin abrirlo, pero no se recomienda
just <==simplemente <
start an uncensored search==iniciar una búsqueda sin censura
monitor at the network page</a> what the other peers are doing==monitorear en la página de la red </a> lo que hacen los otros compañeros
Your Peer name is a default name; please set an individual peer name.==Tu nombre de Nodo es un nombre predeterminado; por favor, establezca un nombre de nodo individual.
This is needed if you want to fully participate in the YaCy network.==Esto es necesario si desea participar plenamente en la red de YaCy.
#-----------------------------

#File: ConfigHeuristics_p.html
#---------------------------
(new link)==(nuevo link)
>Title<==Título
>Comment<==Comentario
"add"=="agregar"
"Save"=="guardar"
#-----------------------------

#File: ConfigHTCache_p.html
#---------------------------
HTCache Configuration==Configuración de HTCache
The path where the cache is stored==La ruta donde se almacena el caché
The current size of the cache==El tamaño actual de la caché
>#[actualCacheSize]# MB for #[actualCacheDocCount]# files, #[docSizeAverage]# KB / file in average==> #[actualCacheSize]# MB para #[actualCacheDocCount]# archivos, #[docSizeAverage]# KB / archivo en promedio
The maximum size of the cache==El tamaño máximo de la caché
"Set"=="Establecer"
Cache Deletion==Eliminación de caché
Delete HTTP &amp; FTP Cache==Elimina cache HTTP & FTP
Delete robots.txt Cache==Eliminar Caché de robots.txt
"Delete"=="Eliminar"
#-----------------------------

#File: ConfigLanguage_p.html
#---------------------------
Language selection==Selección de idioma
You can change the language of the YaCy-webinterface with translation files.==Puede cambiar el idioma de la interfaz web de YaCy con archivos de traducción.
Current language</label>==Idioma actual</label>
Author(s) (chronological)</label>==Autor(es) (orden cronológico)</label>
Send additions to maintainer</em>==Enviar adiciones al mantenedor</em>
Available Languages</label>==Idiomas disponibles</label>
Download Language File==Descargar archivo de idioma
Supported formats are the internal language file (extension .lng) or XLIFF (extension .xlf) format.==Los formatos admitidos son el archivo de idioma interno (extensión .lng) o el formato XLIFF (extensión .xlf).
Install new language from URL==Instalar nuevo idioma desde la URL
Use this language==Usa este idioma
"Use"=="Usa"
"Delete"=="Desinstalar"
"Install"=="Instalar"
Unable to get URL:==No se puede obtener la URL:
Error saving the language file.==Error al guardar el archivo de idioma.
Simple Editor==Editor simple
to add untranslated text==agregar texto sin traducir
#-----------------------------

#File: ConfigLiveSearch.html
#---------------------------
Advantages:==Ventajas:
Disadvantages:==Desventajas:
"Search"=="Buscar"
Defaults<==Valores predeterminados<
url<==url<
>Themes<==>Tema<
#-----------------------------

#File: ConfigNetwork_p.html
#---------------------------
Network Configuration==Configuración de la Red
No changes were made!==¡No se hicieron cambios!
Accepted Changes==Cambios Aceptados
DHT==DHT
"Change Network"=="Cambiar red"
Peer-to-Peer Mode==Modo de Nodo a Nodo
>Index Distribution==>Distribución del índice
>Index Receive==>Índice de recepción
pages per minute==páginas por minuto
>Robinson Mode==>Modo Robinson
"Save"=="Guardar"
#-----------------------------

#File: ConfigParser_p.html
#---------------------------
Parser Configuration==Configuración del analizador
> enable/disable<==> ativado/desactivado<
>Extension<==>Extensión<
>Mime-Type<==>Tipo MIME<
"Submit"=="Enviar"
#-----------------------------

#File: ConfigPortal_p.html
#---------------------------
Greeting Line<==Mensaje de bienvenida<
URL of Home Page<==URL de la Página de Inicio<
Enable Search for Everyone?==¿Habilitar búsqueda para todos?
Search is available for everyone==La búsqueda está disponible para todos
Only the administrator is allowed to search==Solo el administrador tiene permitido buscar
Pattern:<==Modelo:<
>Exclude Hosts<==>Excluir Hosts<
#-----------------------------

#File: ConfigProfile_p.html
#---------------------------
Your Personal Profile==Tu perfil personal
You can create a personal profile here, which can be seen by other YaCy-members==Puede crear un perfil personal aquí, que puede ser visto por otros miembros de YaCy
Name==Nombre
Nick Name==Nickname
eMail==email
ICQ==ICQ
Jabber==Jabber
Yahoo!==Yahoo!
MSN==MSN
Skype==Skype
Comment==Comentario
"Save"=="Guardar"
You can use <==Puedes usar <
> here.==> aquí.
#-----------------------------

#File: ConfigProperties_p.html
#---------------------------
Advanced Config==Configuración avanzada
"Save"=="Guardar"
#-----------------------------

#File: ConfigRobotsTxt_p.html
#---------------------------
Blog==Blog
Wiki==Wiki
Home Page==Homepage
#-----------------------------

#File: ConfigSearchBox.html
#---------------------------
"Search"=="Buscar"
#-----------------------------

#File: ConfigSearchPage_p.html
#---------------------------
<html lang="en">==<html lang="it">
Search Page<==Página de búsqueda<
>Appearance<==>Apariencia<
>Page Template<==>Plantilla de página<
>Administration<==>Administración<
>Web Search<==>Búsqueda Web<
>File Search<==>Búsqueda de archivos<
>Help / YaCy Wiki<==>Ayuda / Wiki de YaCy<
"Search"=="Buscar"
>Text<==>Texto<
>Images<==>Imágenes<
>Audio<==>Audio<
>Video<==>Vídeo<
>Applications<==>Aplicaciones<
>more options<==>más opciones<
>Tag<==>Tag<
>Topics<==Temas
>Cloud<==>Nube<
>Protocol<==>Protocolo<
>Filetype<==>Tipo de archivo<
>Provider<==>Proveedor<
>Language<==>Idioma<
>Author<==>Autor<
>Vocabulary<==>Vocabulario<
42 kbyte<==42 KB<
>Metadata<==>Metadata<
>Parser<==>Parser<
>Citation<==Citación
>Pictures<==>Imágenes<
>Cache<==>Cache<
"Save Settings"=="Guardar configuración"
"Set Default Values"=="Establecer valores por defecto"
#-----------------------------


#File: ConfigUpdate_p.html
#---------------------------
Manual System Update==Actualización manual del sistema
Current installed Release==Versión actual instalada
Available Releases==Versiones disponibles
>changelog<==>changelog<
> and <==> y <
> RSS feed<==> feed RSS<
(unsigned)==(no firmado)
(signed)==(firmado)
"Download Release"=="Descargar versión"
"Check for new Release"=="Comprobar si hay nuevas versiones"
Downloaded Releases==Versiones descargadas
"Install Release"=="Instalar versión"
"Delete Release"=="Eliminar versión"
Automatic Update==Actualización automática
"Check + Download + Install Release Now"=="Comprobar + Descargar + Instalar versión"
No more recent release found.==No se ha encontrado ningúna versión más reciente.
Release will be installed. Please wait.==La versión será instalada. Por favor espera.
You installed YaCy with a package manager.==Has instalado YaCy con un gestor de paquetes.
To update YaCy, use the package manager:==Para actualizar YaCy, use el administrador de paquetes:
Automated System Update==Actualización automatizada del sistema
manual update==actualización manual
automatic update==actualizacion automática
Time between lookup==Tiempo entre búsquedas
hours==horas
Release type==Tipo de versión
only main releases==solo versiones estables
any release including developer releases==cualquier versión incluyendo versiones de desarrollo
only accept signed files==solo acepta archivos firmados
"Submit"=="Enviar"
Accepted Changes.==Cambios aceptados.
System Update Statistics==Estadísticas de actualización del sistema
Last System Lookup==Último sistema de búsqueda
never==nunca
#-----------------------------

#File: Connections_p.html
#---------------------------
Incoming Connections==Conexiones entrantes
Showing #[numActiveRunning]# active, #[numActivePending]# pending connections from a max. of #[numMax]# allowed incoming connections.==Mostrando #[numActiveRunning]# activo, #[numActivePending]# pendiente de conexiones de un máximo. of #[numMax]# permitió conexiones entrantes.
Protocol</td>==Protocolo</td>
Duration==Duración
Source IP[:Port]==IP origen[:Port]
Dest. IP[:Port]==IP destino.[:Port]
Command</td>==Comando</td>
Used==Usado
Close==Cerrar
Waiting for new request nr.==Esperando nueva solicitud nr.
Outgoing Connections==Conexiones salientes
Duration==Duración
ID==ID
#-----------------------------


#File: CookieMonitorIncoming_p.html
#---------------------------
This is a list of Cookies that a web server has sent to clients of the YaCy Proxy:==Esta es una lista de cookies que un servidor web ha enviado a los clientes del proxy de YaCy:
Date</td>==Fecha</td>
Cookies==Cookie
"Enable Cookie Monitoring"=="Habilitar monitoreo de cookies"
"Disable Cookie Monitoring"=="Deshabilitar el monitoreo de cookies"
#-----------------------------

#File: CookieMonitorOutgoing_p.html
#---------------------------
Outgoing Cookies Monitor==Monitor de cookies salientes
Date</td>==Fecha</td>
Cookie==Cookie
"Enable Cookie Monitoring"=="Habilitar monitoreo de cookies"
"Disable Cookie Monitoring"=="Deshabilitar el monitoreo de cookies"
#-----------------------------

#File: CrawlCheck_p.html
#---------------------------
"Check given urls"=="Comprobar las URLs"
>Analysis<==>Análisis<
>URL<==>URL<
>Access<==>Acceso<
>Robots<==>Robots<
#-----------------------------

#File: Crawler_p.html
#---------------------------
Crawler==Crawler
and restart.==y reiniciar.
Error:==Error:
filter. ::==filtro. ::
Crawling of==Rastreo de
failed. Reason:==ha fallado. Razón:
started.==Activado.
Please wait some seconds,==Por favor espere unos segundos,
>Size==>Tamaño
>Progress<==>Progreso<
>Index Size<==>Tamaño del índice<
>Documents<==>Documentos<
Local Crawler==Crawler Local
Remote Crawler==Crawler Remoto
Speed / PPM<br/>(Pages Per Minute)==Velocidad / PPM<br/>(Páginas por minuto)
Database==Base de datos
Entries==Entradas
#-----------------------------

#File: CrawlProfileEditor_p.html
#---------------------------
Status==Estado
Start URL==URL de inicio
no::yes==no::sì
Running==En ejecución
"Terminate"=="Terminado"
Finished==Completado
"Delete"=="Eliminado"
Select the profile to edit==Seleccione el perfil para editar
"Edit profile"=="Editar perfil"
Edit Profile==Editar perfil
"Submit changes"=="Enviar cambios"
#-----------------------------

#File: CrawlResults.html
#---------------------------
Crawl Results<==Resultados de rastreo<
>Crawl Results Overview<==>Resumen de resultados de rastreo<
Domain==Dominio
URLs=URL
"delete all"=="eliminar todo"
>Title==>Título
URL==URL
"delete"=="Eliminar"
#-----------------------------

#File: CrawlStartExpert.html
#---------------------------
One Start URL or a list of URLs:<br/>(must start with http:// https:// ftp:// smb:// file://)==Una URL de inicio o una lista de URL:<br/> (debe comenzar con http:// https:// ftp:// smb:// file://)
index text==indizar texto
index media==índice de medios
#-----------------------------

#File: CrawlStartScanner_p.html
#---------------------------
Network Scanner==Network Scanner
Please wait...==Espere por favor...
Time-Out<==Timeout<
>ftp==>FTP
>smb==>SMB
>http==>HTTP
>https==>HTTPS
>Scheduler<==>Scheduler<
>minutes<==>minutos<
>hours<==>horas<
>days<==>días<
"Scan"=="Scan"
#-----------------------------

#File: CrawlStartSite.html
#---------------------------
>Site Crawling<==>Rastreo de sitios<
Site Crawler:==Rastreador de sitios:
Start URL&nbsp;(must start with==URL de inicio (debe comenzar con
>Site Crawl Start<==>Inizia crawling sito<
>Site<==>Sitio<
>Scheduler<==>Scheduler<
>minutes<==>minutos<
>hours<==>horas<
>days<==>días<
>Path<==>Ruta<
>Limitation<==>Limitación<
not more than <==no más que <
>documents<==>documentos<
allow <==permitir <
Collection<==Colección<
>Start<==>Iniciar<
"Start New Crawl"=="Iniciar nuevo rastreo"
Hints<==Sugerencias<
>Crawl Speed Limitation<==>Limitar la velocidad de rastreo<
#-----------------------------

#File: Help.html
#---------------------------
YaCy: Help==YaCy: Ayuda
YaCy: Tutorial==YaCy: Tutorial
twitter this video==twittea este video
Download from Vimeo==Descargar desde vimeo
More Tutorials==Más tutoriales
#-----------------------------

#File: IndexBrowser_p.html
#---------------------------
>all hosts<==>todos los hosts<
> or <==> o <
Host/URL:==Host/URL:
"Delete Subpath"=="Eliminar Subruta"
>Host List<==>Lista de Host<
Documents without Errors==Documentos sin errores
>Path<==>Ruta<
Administration Options==Opciones de Administración
<html lang="en">==<html lang="es">
Administration Options==Opciones de Administración
Delete all==Eliminar todo
>Load Errors<==>Errores de carga<
from index==desde index
"Delete Load Errors"=="Elimina los errores de carga"
#-----------------------------

#File: index.html
#---------------------------
<html lang="en">==<html lang="es">
YaCy '#[clientname]#': Search Page==YaCy '#[clientname]#': Página de búsqueda
kiosk mode==Modo kiosco
"Search"=="Buscar"
Text==Texto
Images==Imágenes
Audio==Archivo de Audio
Video==Archivo de Vídeo
Applications==Aplicaciones
more options...==más opciones...
advanced parameters==parámetros avanzados
Max. number of results==Nº máximo de resultados
Results per page==Resultados por página
Resource==Recursos
global==global
>local==>local
"authentication required"=="autentificación requerida"
Disable search function for users without authorization==Deshabilitar la función de búsqueda para usuarios no autorizados
Enable web search to everyone==Habilitar la búsqueda web para todos
the peer-to-peer network==la red peer-to-peer
Query Operators==Operadores de Consulta
restrictions==restricciones
only resources from http or https servers==recursos solo desde servidores http o https
only resources from ftp servers==recursos solo desde servidores ftp
ranking modifier==modificadores de ranking
sort by date==ordenar por fecha
latest first==Más reciente
doublequotes==doble comillas
prefer given language==idioma preferido
keyboard shortcuts==Atajos de teclado
See an==Ver un
>example==>ejemplo
#-----------------------------

#File: IndexControlRWIs_p.html
#---------------------------
document type</td>==tipo de documento</td>
<td>description</td>==<td>descripción</td>
<td>title</td>==<td>título</td>
<td>creator</td>==<td>autor</td>
<td>subject</td>==<td>asunto</td>
<td>url</td>==<td>url</td>
<td>image</td>==<td>imagen</td>
<td>audio</td>==<td>audio</td>
<td>video</td>==<td>video</td>
hash</td>==hash</td>
url length</td>==longitud de URL</td>
<td>date</td>==<td>fecha</td>
#-----------------------------

#File: IndexControlURLs_p.html
#---------------------------
URL Retrieval==Recuperar
Retrieve by URL:<==Recuperar por URL:<
"Show Details for URL"=="Mostrar detalles del URL"
Retrieve by URL-Hash==Recuperar por URL-Hash
"Show Details for URL-Hash"=="Mostrar detalles por URL-Hash"
"Generate List"=="Generar lista"
"Delete"==Eliminar
"Generate Statistics"==Generar Estadísticas
Dump File==Archivo Dump
"Create Dump"=="Crear dump"
"Restore Dump"=="Restaurar dump"
> segments==> segmentos
Domain==Dominio
URLs==URLs
Export File==Exportar archivo
XML (RSS)==XML (RSS)
"Export URLs"=="Exportar URLs"
Hash</td>==Hash</td>
Description</td>==Descripción</td>
Modified-Date</td>==Fecha de modificación</td>
Loaded-Date</td>==Fecha de carga</td>
Language</td>==Idioma</td>
Size</td>==Tamaño</td>
#-----------------------------

#File: IndexCreateLoaderQueue_p.html
#---------------------------
Depth==Profundidad
URL==URL
#-----------------------------

#File: IndexCreateParserErrors_p.html
#---------------------------
URL==URL
Fail-Reason==Causa de falla
#-----------------------------

#File: IndexExport_p.html
#---------------------------
URL Database Administration==URL de Administración de base de datos
HTML (URLs with title)==HTML (URLs con título)
>Only Text:==>Solo texto:
"Create Dump"=="Crear dump"
Dump File==Archivo dump
"Restore Dump"=="Restaurar dump"
#-----------------------------

#File: ContentIntegrationPHPBB3_p.html
#---------------------------
> of database<==> de base de datos<
> of the database<==> de la base de datos<
Password==Contraseña
Export failed:==Exportación fallida:
Import successful!==Importación realizada correctamente!
Import failed:==Importación fallida:
#-----------------------------

#File: DictionaryLoader_p.html
#---------------------------
>Geolocalization<==>Geolocalización<
>GeoNames<==>Nombres Geográficos<
>Download from<==>Descargar desde<
>not loaded<==>no cargado<
>loaded<==>cargado<
:deactivated==:desactivado
>Action<==>Acción<
>Result<==>Resultado<
"Load"=="Carga"
"Deactivate"=="Desactivar"
"Remove"=="Eliminar"
"Activate"=="Activar"
Suggestions<==Sugerencias<
#-----------------------------

#File: IndexCreateQueues_p.html
#---------------------------
"Delete"=="Eliminar"
>Profile<==>Perfil<
>Depth<==>Profundidad<
#-----------------------------

#File: IndexDeletion_p.html
#---------------------------
Index Deletion<==Indice de eliminaciones<
All documents older than==Todos los documentos anteriores a
years<==años<
months<==meses<
days<==días<
hours<==horas<
#-----------------------------

#File: IndexImportMediawiki_p.html
#---------------------------
"Import MediaWiki Dump"=="Importar dump MediaWiki"
Thread:==Thread:
Dump:==Dump:
hours,==horas,
minutes<==minutos<
Remaining Time:==Tiempo restante:
hours,==horas,
minutes<==minutos<
#-----------------------------

#File: IndexImportOAIPMH_p.html
#---------------------------
#-----------------------------

#File: IndexImportOAIPMHList_p.html
#---------------------------

>Thread<==>Thread<
#-----------------------------

#File: IndexReIndexMonitor_p.html
#---------------------------
Documents processed<==Documentos procesados<
Current Query==Consulta actual
update==actualizar
#-----------------------------

#File: Load_MediawikiWiki.html
#---------------------------
#-----------------------------

#File: Load_PHPBB3.html
#---------------------------
#-----------------------------

#File: Load_RSS_p.html
#---------------------------
>minutes<==>minutos<
>hours<==>horas<
>days<==>días<
> automatically.==> automáticamente
>Title<==>Título<
>Author<==>Autor<
>Description<==>Descripción<
>Language<==>Idioma<
>Date<==>Fecha<
>URL<==>URL<
#-----------------------------

#File: Messages_p.html
#---------------------------
>Messages==>Mensajes
Date</td>==Fecha</td>
From</td>==De</td>
To</td>==A</td>
>Subject==>Asunto
Action==Acción
From:==De:
To:==A:
Date:==Fecha:
Subject:==Asunto:
>view==>vista
reply==responder
>delete==>eliminar
Compose Message==Redactar Mensaje
Send message to peer==Enviar mensaje al nodo
"Compose"=="Redactar"
Message:==Mensaje:
inbox==Entrada
#-----------------------------

#File: MessageSend_p.html
#---------------------------
Send message==Enviar mensaje
Subject:==Asunto:
Text:==Texto:
"Preview"=="Previsualizar"
#-----------------------------

#File: Network.html
#---------------------------
YaCy Network<==Red YaCy<
Network Overview==Resumen de la Red
Active&nbsp;Peers==Nodo&nbsp;Activo
Passive&nbsp;Peers==Nodo&nbsp;Pasivo
Potential&nbsp;Peers==Nodo&nbsp;Potencial
Name==Nombre
Address==Dirección
Hash==Hash
Type==Tipo
Release<==Lanzamiento YaCy<
>PPM<==>PPM<
>QPH<==>QPH<
Peers==Nodo
YaCy Cluster==Cluster YaCy
>Network<==>Red<
>Online Peers<==>Nodos en línea<
>Number of<br/>Documents<==>Número de <br/>documentos<
Indexing Speed:==Velocidad de indexación
Pages Per Minute (PPM)==Páginas Por Minuto (PPM)
Queries Per Hour (QPH)==Consultas Por Hora (QPH)
>Today<==>Hoy<
>Last&nbsp;Week<==>Última&nbsp;semana<
>Last&nbsp;Month<==>Último&nbsp;mes<
Last Hour==Última hora
>Now<==>Ahora<
>Active<==>Activo<
>Passive<==>Pasivo<
>Potential<==>Potencial<
>This Peer<==>Este nodo<
"The YaCy Network"=="La Red YaCy"
Your Peer:==Tú nodo:
>Name<==>Nombre<
>Info<==>Info<
>Version<==>Versión<
>UTC<==>UTC<
>Uptime<==>Uptime<
>Links<==>Link<
>RWIs<==>RWI<
Received<br/>URLs==<br/>URL recibidas
Version==Versión
>dark green font<==>fuente verde oscuro<
senior/principal peers==nodo senior/principal
>light green font<==>fuente verde claro<
>passive peers<==>nodo pasivo<
>pink font<==>fuente rosa<
junior peers==Nodo junior
red point==punto rojo
this peer==este nodo
>crawling activity<==>crawling<
>green radiation<==>radiación verde<
>red lines<==>líneas rosas<
>DHT-out<==>DHT-out<
>green lines<==>líneas verdes<
>DHT-in<==>DHT-in<
Please check your internet connection.==Por favor, compruebe su conexión a Internet.
"go online"=="En línea"
Network History==Historial de Red
#-----------------------------

#File: News.html
#---------------------------
Overview==Resumen
Category==Categoría
Attributes==Atributos
#-----------------------------

#File: Performance_p.html
#---------------------------
<html lang="en">==<html lang="es">
Performance Settings==Configuración del rendimiento
Memory Settings==Ajustes de memoria
Memory reserved for JVM==Memoria reservada por JVM
"Set"=="Define"
free space==Espacio Libre
restart now</a>==reiniciar ahora</a>
Confirm Restart==Confirmar reinicio
refresh graph==refrezcar graph
Save==Guardar
Normal==Normal
Proxy:==Proxy:
#-----------------------------

#File: PerformanceMemory_p.html
#---------------------------
<html lang="en">==<html lang="es">
Memory Usage:==Uso de memoria:
>Statistics<==>Estadísticas<
Table</td>==Tabla</td>
#-----------------------------

#File: PerformanceQueues_p.html
#---------------------------
milliseconds<==milisegundos<
kbytes<==KByte<
#-----------------------------

#File: PerformanceConcurrency_p.html
#---------------------------
Thread==Thread
#-----------------------------

#File: PerformanceSearch_p.html
#---------------------------
Query==Consulta
Event<==Evento<
#-----------------------------

#File: ProxyIndexingMonitor_p.html
#---------------------------
Path==Ruta
#-----------------------------

#File: QuickCrawlLink_p.html
#---------------------------
Status:==Estado:
#-----------------------------

#File: RankingRWI_p.html
#---------------------------
#-----------------------------

#File: RankingSolr_p.html
#---------------------------
#-----------------------------

#File: RegexTest.html
#---------------------------
Regular Expression==Expresiones regulares
Java Pattern==Pattern Java
Result<==Resultado<
#-----------------------------

#File: RemoteCrawl_p.html
#---------------------------
>Links<==>Link<
>RWIs<==>RWI<
#-----------------------------

#File: ServerScannerList.html
#------------------------------
>Protocol<==>Protocolo<
IP=IP
URL==URL
>inaccessible<==>inaccesible<
>empty<==>vacío<
>granted<==>concedido<
>denied<==>denegado<
>not in index<==>no en índice<
>indexed<==>indexado<
#------------------------------

#File: Settings_p.html
#---------------------------
Advanced Settings==Configuraciones Avanzadas
Crawler Settings==Configuración de Rastreador
#-----------------------------

#File: Settings_Crawler.inc
#---------------------------
>Crawler Settings<==>Configuración de Rastreador<
Submit==Enviar
#-----------------------------

#File: Settings_ProxyAccess.inc
#---------------------------
"Submit"=="Enviar"
#-----------------------------

#File: Settings_Proxy.inc
#---------------------------
"Submit"=="Enviar"
#-----------------------------

#File: Settings_ProxyAccess.inc
#---------------------------
"Submit"=="Enviar"
#-----------------------------

#File: Settings_Seed.inc
#---------------------------
"Submit"=="Enviar"
#-----------------------------

#File: Settings_Seed_UploadFile.inc
#---------------------------
File Location==Localización de Archivo
"Submit"=="Enviar"
#-----------------------------

#File: Settings_Seed_UploadFtp.inc
#---------------------------
Uploading via FTP:==Subir por FTP:
Path</label>==Ruta</label>
Username==Nombre de Usuario
Password</label>==Contraseña</label>
The password==La contraseña
"Submit"=="Enviar"
#-----------------------------

#File: Settings_Seed_UploadScp.inc
#---------------------------
Uploading via SCP:==Subir por SCP:
Server==Servidor
Path</label>==Ruta</label>
Username==Nombre de Usuario
Password</label>==Contraseña</label>
The password==La contraseña
"Submit"=="Enviar"
#-----------------------------

#File: Settings_ServerAccess.inc
#---------------------------
value="Submit"==value="Enviar"
#-----------------------------

#File: SettingsAck_p.html
#---------------------------
#Your Peer Language is:==#Idioma del Nodo:
#-----------------------------

#File: Settings_MessageForwarding.inc
#---------------------------
"Submit"=="Enviar"
#-----------------------------

#File: sharedBlacklist_p.html
#---------------------------
value="add"==value="agregar"
#-----------------------------

#File: Status.html
#---------------------------
Welcome to YaCy!==Bienvenido a YaCy!
"Follow YaCy on Twitter"=="Sígue a Yacy en Twitter"
"Update YaCy"=="Actualiza YaCy"
Install YaCy==Instala YaCy
>forum<==>forum<
#-----------------------------

#File: Status_p.inc
#---------------------------
System Status==Estado del sistema
Unknown==Desconocido
YaCy version:==Versión de YaCy:
Uptime:==Tiempo de operación:
Java version:==Version de Java:
Processors:==Procesadores:
total:==total:
Protection==Protección
password-protected==Contraseña protegida
Address</dt>==Dirección</dt>
Public Address:==Dirección Pública:
YaCy Address:==Dirección YaCy:
not used==no utilizado
connected==conectado
not used==no utilizado
WARNING:==Atención:
>Experimental<==>Experimental<
Yes==Sí
No==No
Disabled==Desactivado
Enable]==Activar
Enabled <a==Activado <a
Disable]==Desactivar]
Memory Usage==Consumo de Memoria
RAM used:==Consumo de RAM:
RAM max:==Máximo de RAM:
DISK used:==Consumo de DISCO:
(approx.)==(aprox.)
DISK free:==Espacio libre del DISCO:
on::off==on::off
Configure==Configurar
Reset</a>==Restablecer</a>
Incoming Connections==Conexiones entrantes
Active:==Activo:
Loader Queue==Carga
paused==en pausa
>Queues<==>Cola<
Configure==Configurar
Last upload: #[lastUpload]# ago.==Última subida: #[lastUpload]#.
#-----------------------------

#File: Steering.html
#---------------------------
See you soon!==¡Hasta pronto!
Just a moment, please!==¡Un momento, por favor!
>anonymous message<==>mensaje anónimo<
web forums==forum
>bug report<==>Bug report<
>Professional Support<==>Soporte profesional<
Then YaCy will restart.==Entonces YaCy se reiniciará.
YaCy will be restarted after installation==YaCy se reiniciará después de la instalación
#-----------------------------

#File: Supporter.html
#---------------------------
Supporter<==Soporte<
"positive vote"=="voto positivo"
"Give positive vote"=="Dar voto positivo"
"negative vote"=="voto negativo"
"Give negative vote"=="Dar voto negativo"
#-----------------------------

#File: Surftips.html
#---------------------------
YaCy Supporters<==Soporte de YaCy<
>a list of home pages of yacy users<==>una lista de páginas de inicio de usuarios de yacy<
"authentication required"=="Se requiere autenticación"
#-----------------------------

#File: Automation_p.html
#---------------------------
>Process Scheduler<==>Procesador de procesos<
"next page"=="página siguiente"
"previous page"=="página anterior"
"next page"=="página siguiente"
"previous page"=="página anterior"
# of #[of]#== de #[of]#
&nbsp;Date==&nbsp;Fecha
>URL<==>URL<
"clone"=="clonar"
>Scheduler<==Proceso<
>no event<==>sin evento<
>activate event<==>evento activo<
>Scheduler<==Proceso<
>no repetition<==>sin repetición<
>activate scheduler<==>proceso activo<
>off<==>off<
>run once<==>Ejecutar una vez<
>run regular<==>Ejecutar regularmente<
>after start-up<==>después de iniciar<
at 00:00h==alle 00:00
at 01:00h==alle 01:00
at 02:00h==alle 02:00
at 03:00h==alle 03:00
at 04:00h==alle 04:00
at 05:00h==alle 05:00
at 06:00h==alle 06:00
at 07:00h==alle 07:00
at 08:00h==alle 08:00
at 09:00h==alle 09:00
at 10:00h==alle 10:00
at 11:00h==alle 11:00
at 12:00h==alle 12:00
at 13:00h==alle 13:00
at 14:00h==alle 14:00
at 15:00h==alle 15:00
at 16:00h==alle 16:00
at 17:00h==alle 17:00
at 18:00h==slle 18:00
at 19:00h==alle 19:00
at 20:00h==alle 20:00
at 21:00h==alle 21:00
at 22:00h==alle 22:00
at 23:00h==alle 23:00
"Execute Selected Actions"=="Ejecutar acciones seleccionadas"
"Delete Selected Actions"=="Eliminar acciones seleccionadas"
day<==día<
days<==días<
week<==semana<
weeks<==semanas<
month<==mes<
months<==meses<
year<==año<
years<==años<
>Status<==>Estado>
>URL<==>URL<
>minutes<==>minutos<
>hours<==>horas<
>days<==>días<
#-----------------------------

#File: Table_RobotsTxt_p.html
#---------------------------
#-----------------------------

### This Tables section is removed in current SVN Versions
#File: Tables_p.html
#---------------------------
#-----------------------------


#File: terminal_p.html
#---------------------------
Status Page==Página de Estado
Confirm Shutdown==Confirmar Cierre
>&lt;Shutdown==>&lt;Cierre
#-----------------------------

#File: Threaddump_p.html
#---------------------------
#-----------------------------

#File: Translator_p.html
#---------------------------
Translation Editor==Editor de Traducción
UI Translation==Traducción UI
Target Language:==Idioma de Destino
Source File==Archivo Fuente
view it==ver
filter untranslated==filtrar sin traducir
Source Text==Texto Original
Translated Text==Texto Traducido
Save translation==Guardar traducción
#-----------------------------

#File: User.html
#---------------------------
User Page==Página de Usuario
You are not logged in.<br />==No has iniciado sesión.<br />
Username:==Nombre de Usuario:
Password: <input==Contraseña: <input
"login"=="Iniciar sesión"
You are currently logged in as #[username]#.==Conectado como #[username]#.
old Password==contraseña anterior
new Password<==nueva contraseña<
new Password(repetition)==nueva contraseña (confirmar)
"Change"=="Modificar"
#-----------------------------

#File: ViewFile.html
#---------------------------
URL==URL
Hash==Hash
Original==Original
Plain Text==Texto Plano
"Show"=="Mostrar"
Unsupported protocol.==Protocolo no soportado.
#-----------------------------

#File: ViewLog_p.html
#---------------------------
"refresh"=="actualizar"
#-----------------------------

#File: ViewProfile.html
#---------------------------
is not online.==no esta en línea.
This is the Profile of==Este es el Perfil de
Name==Nombre
Nick Name==Nickname
Homepage==Sitio
eMail==eMail
ICQ==ICQ
Jabber==Jabber
Yahoo!==Yahoo!
MSN==MSN
Skype==Skype
Comment==Comentario
> or==> o
vCard==vCard
#-----------------------------

#File: Vocabulary_p.html
#---------------------------
#Vocabulary Name==#Nombre del Vocabulario
"Create"=="Crear"
>Modify<==>Modificar<
>Delete<==>Eliminar<
>Synonyms<==>Sinónimos<
>add<==>agregar<
"Submit"=="Enviar"
#-----------------------------

#File: WatchWebStructure_p.html
#---------------------------
host<==host<
nodes<==nodos<
>Background<==>Fondo<
>Text<==>Texto<
>Color <==>Color <
#-----------------------------

#File: Wiki.html
#---------------------------
# !!! Do not translate the input buttons because that breaks the function to switch rights !!!
Index==Indice
Versions==Versiones
Author:==Autor:
Text:==Texto:
"edit"=="modificar"
"Submit"=="Enviar"
"Preview"=="Previsualizar"
>Preview==>Previsualizar
Subject==Asunto
Last Author==Último Autor
"Show"=="Mostrar"
"current"=="actual"
"Compare"=="Comparar"
#-----------------------------

#File: WikiHelp.html
#---------------------------
YaCy Wiki==Wiki de YaCy
Description==Descripción
text==texto
point==punto
:definition==:definición
description]]==descripción]]
#-----------------------------

#File: yacyinteractive.html
#---------------------------
SRU==SRU
#-----------------------------

#File: yacysearch.html
#---------------------------
Search Page==Página de Búsqueda
SRU==SRU
"Search"=="Buscar"
'Search'=="Buscar"
"search again"=="Buscar de nuevo"
Text==Texto
Images==Imágenes
Audio==Audio
Video==Vídeo
Applications==Aplicaciones
more options==más opciones
Did you mean:==Quizás quizo decir:
No Results.==Sin resultados.
Map (c) by <==Mapa © por <
>OpenStreetMap<==>OpenStreetMap<
and contributors, CC-BY-SA==y colaboradores, licencia CC-BY-SA
>Media<==>Media<
>URL<==>URL<
> of==> de
#-----------------------------

#File: yacysearchitem.html
#---------------------------
"bookmark"=="marcador"
"recommend"=="recomendar"
"delete"=="eliminar"
Pictures==Imágenes
#-----------------------------

#File: yacysearchtrailer.html
#---------------------------
>Documents==>Documentos
>Images==>Imágenes
>Protocol==>Protocolo
>Provider==>Proveedor
>Filetype==>Tipo de archivo
>Language==>Idioma
>Name Space==>Namespace
>Author==>Autor
#-----------------------------

### Subdirectory api ###
#File: api/table_p.html
#---------------------------
#-----------------------------

#File: api/yacydoc.html
#---------------------------
>Title<==>Título<
>Author<==>Autor<
>Description<==>Descripción<
>Subject<==>Asunto<
>Date<==>Fecha<
>Type<==>Tipo<
>Language==>Idioma
>Document size<==>Tamaño de Documento<
#-----------------------------

#File: env/templates/metas.template
#---------------------------
English, Englisch==Spanish, Español

#-----------------------------

### Subdirectory env/templates ###
#File: env/templates/header.template
#---------------------------
YaCy - Distributed Search Engine==YaCy - Motor de búsqueda distribuido
### FIRST STEPS ###
First Steps==Primeros pasos
Use Case &amp; Account==Modo de uso &amp; Cuenta
Load Web Pages, Crawler==Cargando Páginas, Crawler
RAM/Disk Usage &amp; Updates==Consumo de RAM/HDD &amp; Actualizaciones
You just started a YaCy peer!==Usted acaba de comenzar un nodo YaCy!
### MONITORING ###
Monitoring==Monitoreo
System Status==Estado del Sistema
Peer-to-Peer Network==Red Peer-to-Peer
Network Access==Acceso a la red
Web Visualization==Visualización Web
Crawler Monitor==Monitor crawler
### PRODUCTION ###
Production==Producción
Advanced Crawler==Crawler Avanzado
Index Export/Import==Importar/Exportar Índice
Target Analysis==Análisis target
Process Scheduler==Procesador de Procesos
### ADMINISTRATION ###
System Admiistration==Administración del Sistema
Index Administration==Administración del Índice
Filter &amp; Blacklists==Filtro &amp; Blacklists
Content Semantic==Contenido Semántico
### SEARCH PORTAL INTEGRATION ###
Search Portal Integration==Integración del portal de Búsqueda
Configuration==Configuración
Design==Diseño
Ranking and Heuristics==Ranking y Heurísticas
#-----------------------------

#File: env/templates/simpleheader.template
#---------------------------
Administration &raquo;==Administración &raquo;
Web Search<==Búscar Web<
File Search<==Búscar Archivo<
Compare Search<==Comparar Búsqueda<
#-----------------------------

#File: env/templates/submenuAccessTracker.template
#---------------------------
Log==Log
#-----------------------------

#File: env/templates/submenuBlacklist.template
#---------------------------
Filter &amp; Blacklists==Filtro &amp; Blacklist
Blacklist Administration==Administración de Blacklist
Import/Export==Importar/exportar
Content Control==Control de contenido
#-----------------------------

#File: env/templates/submenuComputation.template
#---------------------------
## Processes Submenu
>Processes<==>Procesos<
>Server Log<==>Log del servidor<
>Concurrent Indexing<==>Indexación concurrente<
>Memory Usage<==>Consumo de Memoria<
## Messages Submenu
>Messages<==>Mensajes<
>Overview<==>Resumen<
## Community Data Submenu
#-----------------------------

#File: env/templates/submenuConfig.template
#---------------------------
System Administration==Administración del Sistema
Network Configuration==Configuración de Red
Download System Update==Descarga de actualizaciones del Sistema
>Performance==>Rendimiento
Advanced Settings==Configuración Avanzada
Advanced Properties==Propiedades Avanzadas
#-----------------------------

#File: env/templates/submenuContentIntegration.template
#---------------------------
Import phpBB3 forum==Importar forum phpBB3
Import Mediawiki dumps==Importar dump Mediawiki
#-----------------------------

#File: env/templates/submenuCrawlMonitor.template
#---------------------------
Overview</a>==Resumen</a>
Queries</a>==Consultas</a>
DHT Transfer==Trasferencia DHT
Proxy Use==Proxy
Local Crawling</a>==Crawling local</a>
Global Crawling</a>==Crawling global</a>
Rejected URLs==URL rechazadas
>Queues<==>Cargas<
Local<==Locale<
Global==Global
Remote==Remoto
robots.txt Monitor==Monitor robots.txt
#-----------------------------

#File: env/templates/submenuCrawler.template
#---------------------------
Load Web Pages==Páginas Web Cargadas
Site Crawling==Crawling
Parser Configuration==Configuración de parser
#-----------------------------

#File: env/templates/submenuDesign.template
#-----------------------------
>Appearance==>Apariencia
>Language==>Idioma
Search Page Layout==Diseño de página de búsqueda
#-----------------------------

#File: env/templates/submenuIndexControl.template
#---------------------------
Index Administration==Administración del índice
Index Deletion==Eliminación de índice
Web Cache==Web Cache
Parser Configuration==Configuración parser
#-----------------------------

#File: env/templates/submenuIndexCreate.template
#---------------------------
Advanced Crawler==Crawler Avanzado
Crawling of MediaWikis==Crawling de MediaWiki
Crawling of phpBB3 Forums==Crawling de forum phpBB3
Network Scanner==Explorador de red
Remote Crawling==Crawling Remoto
>Autocrawl<==>Autocrawl<
#-----------------------------

#File: env/templates/submenuPortalIntegration.template
#---------------------------
Search Portal Integration==Integración del portal de búsqueda
Generic Search Portal==Portal de búsqueda genérico
#-----------------------------

#File: env/templates/submenuPublication.template
#---------------------------
Wiki==Wiki
Blog==Blog
File Hosting==File hosting
#-----------------------------

#File: env/templates/submenuRanking.template
#---------------------------
Ranking and Heuristics==Ranking y Heurísticas
>Heuristics<==>Heurísticas<
#---------------------------

#File: env/templates/submenuSearchIntegration.template
#---------------------------
#-----------------------------

#File: env/templates/submenuSemantic.template
#---------------------------
Content Semantic==Contenido Semántico
#-----------------------------

#File: env/templates/submenuTargetAnalysis.template
#---------------------------
Target Analysis==Análisis de Destino
#-----------------------------

#File: env/templates/submenuUseCaseAccount.template
#---------------------------
Use Case &amp; Accounts==Modo de uso &amp; Cuenta
Basic Configuration==Configuración Básica
>Accounts<==>Cuentas<
Network Configuration==Configuración de la Red
#-----------------------------

#File: env/templates/submenuViewLog.template
#---------------------------
Server Log==Log del server
#-----------------------------

#File: env/templates/submenuWebStructure.template
#---------------------------
#-----------------------------

#File: proxymsg/authfail.inc
#---------------------------
Username</label>==Nombre de Usuario</label>
Password</label>==Contraseña</label>
"login"=="Iniciar sesión"
#-----------------------------

#File: proxymsg/error.html
#---------------------------
YaCy: Error Message==YaCy: Mensaje de Error
request:==solicitud:
unspecified error==error no especificado
#-----------------------------

#File: proxymsg/proxylimits.inc
#---------------------------
#-----------------------------

#File: proxymsg/unknownHost.inc
#---------------------------
The server==El servidor
could not be found.==no se ha podido encontrar.
Did you mean:==Quizás quizo decir:
#-----------------------------

#File: www/welcome.html
#---------------------------
#-----------------------------

#File: js/Crawler.js
#---------------------------
#-----------------------------

#File: js/yacyinteractive.js
#---------------------------
>total results==>resultados totales
>Name==>Nombre
>Size==>Tamaño
>Date==>Fecha
#-----------------------------

#File: js/jquery-flexigrid.js
#---------------------------
#-----------------------------

#File: js/jquery-ui-1.7.2.min.js
#---------------------------
Loading&#8230;==Cargando&#8230;
#-----------------------------

#File: js/jquery.ui.all.min.js
#---------------------------
Loading&#8230;==Cargando&#8230;
#-----------------------------

# EOF