vivo/languages/example/rdf/display/firsttime/menu_es.n3
j2blake e3227af798 VIVO-262 Add languages to VIVO at build time.
Move the language-specific files out of the default build area. Add a build property that will cause the selected language(s) to be copied into the build area.
2013-09-09 12:23:36 -04:00

20 lines
1.6 KiB
Text

@prefix display: <http://vitro.mannlib.cornell.edu/ontologies/display/1.1#> .
display:HomeMenuItem display:linkText "Inicio"@es-ES .
display:PeopleMenuItem display:linkText "Personas"@es-ES .
display:OrganizationsMenuItem display:linkText "Organizaciones"@es-ES .
display:ResearchMenuItem display:linkText "Investigación"@es-ES .
display:EventsMenuItem display:linkText "Eventos"@es-ES .
display:Home display:title "Inicio"@es-ES .
display:Events display:title "Eventos"@es-ES .
display:Organizations display:title "Organizaciones"@es-ES .
display:People display:title "Personas"@es-ES .
display:Research display:title "Investigación"@es-ES .
display:pageListPage display:title "Páginas"@es-ES .
<java:edu.cornell.mannlib.vitro.webapp.utils.dataGetter.SparqlQueryDataGetter> <http://www.w3.org/2000/01/rdf-schema#label> "SPARQL Query Resultados"@es .
<java:edu.cornell.mannlib.vitro.webapp.utils.dataGetter.BrowseDataGetter> <http://www.w3.org/2000/01/rdf-schema#label> "Navegar P\u00E1gina"@es .
<java:edu.cornell.mannlib.vitro.webapp.utils.dataGetter.InternalClassesDataGetter> <http://www.w3.org/2000/01/rdf-schema#label> "Grupo Page Group - Institucional Clase Interna"@es .
<java:edu.cornell.mannlib.vitro.webapp.utils.dataGetter.ClassGroupPageData> <http://www.w3.org/2000/01/rdf-schema#label> "Grupo Clase p\u00E1gina"@es .
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#DefaultMenu> <http://www.w3.org/2000/01/rdf-schema#label> "men\u00FA predeterminado"@es .
<java:edu.cornell.mannlib.vitro.webapp.utils.dataGetter.IndividualsForClassesDataGetter> <http://www.w3.org/2000/01/rdf-schema#label> "Grupo Page Group - Clases seleccionadas"@es .