File tree 9 files changed +395
-248
lines changed
content/lang/taxa/taxonomy
9 files changed +395
-248
lines changed Original file line number Diff line number Diff line change 20
20
$ LANG ['HIERARCHY ' ] = 'Hierarchy ' ;
21
21
$ LANG ['CHILDREN_TAXA ' ] = 'Children Taxa ' ;
22
22
$ LANG ['DELETE ' ] = 'Delete ' ;
23
- $ LANG ['UNITNAME1 ' ] = 'UnitName1 ' ;
24
- $ LANG ['UNITNAME2 ' ] = 'UnitName2 ' ;
25
- $ LANG ['UNITNAME3 ' ] = 'UnitName3 ' ;
23
+ $ LANG ['UNITNAME1 ' ] = 'UnitName ' ;
24
+ $ LANG ['UNITNAME2 ' ] = 'Specific Epithet ' ;
25
+ $ LANG ['UNITNAME3 ' ] = 'Infraspecific Epithet ' ;
26
26
$ LANG ['AUTHOR ' ] = 'Author ' ;
27
27
$ LANG ['KINGDOM ' ] = 'Kingdom ' ;
28
28
$ LANG ['RANK_NAME ' ] = 'Rank Name ' ;
64
64
$ LANG ['QUERY_HIERARCHY ' ] = 'Quick Query Taxonomic Hierarchy ' ;
65
65
$ LANG ['EMPTY ' ] = 'Empty ' ;
66
66
$ LANG ['NOT_AUTH ' ] = 'You are not authorized to access this page ' ;
67
-
67
+ $ LANG [ ' GENUS_NAME ' ] = ' Genus Name ' ;
68
68
69
69
?>
Original file line number Diff line number Diff line change 21
21
$ LANG ['CHILDREN_TAXA ' ] = 'Taxa inferiores ' ;
22
22
$ LANG ['DELETE ' ] = 'Eliminar ' ;
23
23
$ LANG ['UNITNAME1 ' ] = 'NombreUnitario1 ' ;
24
- $ LANG ['UNITNAME2 ' ] = 'NombreUnitario2 ' ;
25
- $ LANG ['UNITNAME3 ' ] = 'NombreUnitario3 ' ;
24
+ $ LANG ['UNITNAME2 ' ] = 'Epíteto específico ' ;
25
+ $ LANG ['UNITNAME3 ' ] = 'Epíteto infraespecífico ' ;
26
26
$ LANG ['AUTHOR ' ] = 'Autor ' ;
27
27
$ LANG ['KINGDOM ' ] = 'Reino ' ;
28
28
$ LANG ['RANK_NAME ' ] = 'Rango del Nombre ' ;
64
64
$ LANG ['QUERY_HIERARCHY ' ] = 'Búsqueda Rápida de Jerarquía Taxonómica ' ;
65
65
$ LANG ['EMPTY ' ] = 'Vacío ' ;
66
66
$ LANG ['NOT_AUTH ' ] = 'No está autorizado para acceder a esta página ' ;
67
-
67
+ $ LANG [ ' GENUS_NAME ' ] = ' Nombre del Género ' ;
68
68
69
69
?>
Original file line number Diff line number Diff line change 18
18
$ LANG ['ACCEPT_STATUS ' ] = 'Acceptance Status ' ;
19
19
$ LANG ['UNACCEPT_REASON ' ] = 'Unacceptability Reason ' ;
20
20
$ LANG ['SUBMIT_NEW_NAME ' ] = 'Submit New Name ' ;
21
+ $ LANG ['GENUS_OR_BASE ' ] = 'Genus or Base Name ' ;
22
+ $ LANG ['EPITHET ' ] = 'Epithet ' ;
23
+ $ LANG ['SPECIF_EPITHET_FIELD ' ] = 'Specific Epithet Field ' ;
24
+ $ LANG ['INFRA_EPITHET_FIELD ' ] = 'Infraspecific Epithet Field ' ;
25
+ $ LANG ['RANK_FIELD ' ] = 'Rank Field ' ;
21
26
22
27
?>
Original file line number Diff line number Diff line change 18
18
$ LANG ['ACCEPT_STATUS ' ] = 'Estado de Aceptación ' ;
19
19
$ LANG ['UNACCEPT_REASON ' ] = 'Razón de No Ser Aceptado ' ;
20
20
$ LANG ['SUBMIT_NEW_NAME ' ] = 'Enviar Nuevo Nombre ' ;
21
+ $ LANG ['GENUS_NAME ' ] = 'Género o Nombre Base ' ;
22
+ $ LANG ['EPITHET ' ] = 'Epíteto ' ;
23
+ $ LANG ['INFRA_EPITHET_FIELD ' ] = 'Campo de epíteto infraespecífico ' ;
24
+ $ LANG ['RANK_FIELD ' ] = 'Campo de clasificación ' ;
21
25
22
26
?>
Original file line number Diff line number Diff line change 490
490
.no-margin-left {
491
491
margin-left : 0 ;
492
492
}
493
- .taxon- search-bar {
493
+ .search-bar {
494
494
width : 25rem ;
495
495
}
496
496
@@ -531,8 +531,16 @@ hr {
531
531
clear : both;
532
532
}
533
533
534
- .taxon-search-bar {
535
- width : 25rem ;
534
+ .search-bar-long {
535
+ width : 35rem ;
536
+ }
537
+
538
+ .search-bar-short {
539
+ width : 15rem ;
540
+ }
541
+
542
+ .search-bar-extraShort {
543
+ width : 5rem ;
536
544
}
537
545
538
546
.fieldset-size {
@@ -889,6 +897,10 @@ hr {
889
897
margin-left : 3rem ;
890
898
}
891
899
900
+ .left-column {
901
+ float : left;
902
+ width : 170px ;
903
+ }
892
904
.nativity-div {
893
905
margin-top : 1em ;
894
906
font-size : 125% ;
You can’t perform that action at this time.
0 commit comments