Skip to content
Snippets Groups Projects
en.json 2.49 KiB
Newer Older
Giuseppe Digilio's avatar
Giuseppe Digilio committed
  "footer": {
    "copyright": "copyright © 2002-{{ year }}",
    "link.dspace": "DSpace software",
    "link.duraspace": "DuraSpace"
  },
  "collection": {
    "page": {
      "news": "News",
      "license": "License",
      "browse": {
        "recent": {
          "head": "Recent Submissions"
        }
      }
  "community": {
    "page": {
      "news": "News",
      "license": "License"
    },
    "sub-collection-list": {
      "head": "Collections of this Community"
    }
  },
  "item": {
    "page": {
      "author": "Author",
      "abstract": "Abstract",
      "date": "Date",
      "uri": "URI",
      "files": "Files",
      "collections": "Collections",
      "filesection": {
        "download": "Download",
        "name": "Name:",
        "format": "Format:",
        "size": "Size:",
        "description": "Description:"
      },
      "link": {
        "simple": "Simple item page",
        "full": "Full item page"
Giuseppe Digilio's avatar
Giuseppe Digilio committed
  "nav": {
    "home": "Home"
  },
  "pagination": {
    "results-per-page": "Results Per Page",
    "sort-direction": "Sort Options",
    "showing": {
      "label": "Now showing items ",
      "detail": "{{ range }} of {{ total }}"
    }
  },
Giuseppe Digilio's avatar
Giuseppe Digilio committed
  "title": "DSpace",
  "404": {
    "help": "We can't find the page you're looking for. The page may have been moved or deleted. You can use the button below to get back to the home page. ",
    "page-not-found": "page not found",
    "link": {
      "home-page": "Take me to the home page"
    }
  },
  "home": {
    "top-level-communities": {
      "head": "Communities in DSpace",
      "help": "Select a community to browse its collections."
    }
  },
  "search": {
    "form": {
      "search": "Search",
      "search_dspace": "Search DSpace"
    },
    "results": {
      "title": "Search Results"
    }
    "default": "Loading...",
    "top-level-communities": "Loading top level communities...",
    "community": "Loading community...",
    "collection": "Loading collection...",
    "sub-collections": "Loading sub-collections...",
    "items": "Loading items...",
    "item": "Loading item...",
    "top-level-communities": "Error fetching top level communities",
    "community": "Error fetching community",
    "collection": "Error fetching collection",
    "sub-collections": "Error fetching sub-collections",
    "items": "Error fetching items",
    "item": "Error fetching item",
William Welling's avatar
William Welling committed
    "objects": "Error fetching objects"