Skip to content
Snippets Groups Projects
Commit 77e91a26 authored by Andrea Marchitelli's avatar Andrea Marchitelli Committed by Demian Katz
Browse files

Author Home/Search breadcrumbs

- Added translation string for Author and better typography
parent c86836d8
No related merge requests found
......@@ -113,7 +113,7 @@ Browse Home = "Naviga Home"
Browse the Catalog = "Scorri il catalogo"
Browse the Collection = "Scorri la collezione"
Browse the Collection Alphabetically = "Scorri la collezione in ordine alfabetico"
browse_dewey = "Collocazione (Dewey)"
browse_dewey = "Classificazione Dewey"
browse_lcc = "Collocazione (LC)"
bulk_email_success = "La lista è stata inviata"
bulk_email_title = "Risorse del catalogo"
......@@ -153,7 +153,7 @@ CD = CD
Change Password = Cambia Password"
Check Hold = "Controlla le prenotazioni"
Check Recall = "Controlla le richieste"
Checked Out = "Preso in prestito"
Checked Out = "Non disponibile"
Checked Out Items = "Documenti presi in prestito"
Checkedout = "Preso in prestito"
Chicago Citation = "Stile di citazione Chicago"
......@@ -328,9 +328,9 @@ feedback_name = "Nome"
Filter = "Filtra"
filter_tags = "Filtra i tag"
filter_wildcard = "Qualsiasi"
Find = Cerca
Find More = "Cerca ancora"
Find New Items = "Cerca nuovi documenti"
Find = Trova
Find More = "Trova"
Find New Items = "Trova nuovi documenti"
Finding Aid = "Finding Aid"
Fine = Multa
Fines = Multe
......@@ -378,7 +378,7 @@ history_no_searches = "Attualmente non ci sono ricerche nella tua history."
history_purge = "Cancella le ricerche non salvate"
history_recent_searches = "Le tue ultime ricerche"
history_results = Risultati
history_save = Salva?
history_save = Salva
history_saved_searches = "Le tue ricerche"
history_save_link = Salva
history_search = Ricerca
......@@ -493,10 +493,10 @@ Last Modified = "Ultima modifica"
Last Name = Cognome
less = riduci
Library = Biblioteca
Library Catalog Password = "Password del catalgo della biblioteca"
Library Catalog Profile = "Profilo del catalogo della biblioteca"
Library Catalog Record = "Record del catalogo della biblioteca"
Library Catalog Search = "Cerca nel catalogo della biblioteca"
Library Catalog Password = "Password utente nel catalgo di biblioteca"
Library Catalog Profile = "Profilo utente nel catalogo di biblioteca"
Library Catalog Record = "Record del catalogo di biblioteca"
Library Catalog Search = "Cerca nel catalogo di biblioteca"
Library Catalog Search Result = "Risultati della ricerca del catalogo della biblioteca"
Library Catalog Username = "Username del catologo della biblioteca"
Library Web Search = "Library Web Search"
......@@ -763,11 +763,11 @@ search results of = "ricerca risultati per"
Search Tips = "Suggerimenti per la ricerca"
Search Tools = "Strumenti per la ricerca"
Search Type = "Tipo di ricerca"
search_AND = "Tutti i termini"
search_AND = "TUTTI i termini"
search_groups = "Gruppi di ricerca"
search_match = Contiene
search_NOT = "Nessun termine"
search_OR = "Qualsiasi termine"
search_NOT = "NESSUN termine"
search_OR = "CIASCUN termine"
search_save_success = "Ricerca salvata con successo."
search_unsave_success = "Ricerca salvata rimossa con successo."
see all = "vedi tutto"
......
......@@ -11,5 +11,5 @@
$this->layout()->searchbox = $this->context($this)->renderInContext('search/searchbox.phtml', array('searchClassId' => 'Solr'));
// Set up breadcrumbs:
$this->layout()->breadcrumbs = '<li><a href="' . $this->url('author-home') . '">Author</a> <span class="divider">&gt;</span> ' . $this->params->getDisplayQuery() . '</li>';
$this->layout()->breadcrumbs = '<li><a href="' . $this->url('author-home') . '">' . $this->transEsc('Author') . '</a> <span class="divider">&gt;</span> ' . $this->params->getDisplayQuery() . '</li>';
?>
......@@ -16,6 +16,6 @@
$this->layout()->searchbox = $this->context($this)->renderInContext('search/searchbox.phtml', array('searchClassId' => 'Solr'));
// Set up breadcrumbs:
$this->layout()->breadcrumbs = '<li><a href="' . $this->url('author-home') . '">Author</a> <span class="divider">&gt;</span></li> '
$this->layout()->breadcrumbs = '<li><a href="' . $this->url('author-home') . '">' . $this->transEsc('Author') . '</a> <span class="divider">&gt;</span></li> '
. '<li class="active">' . $this->transEsc('Author Results for') . ' ' . $this->escapeHtml($this->params->getDisplayQuery()) . '</li>';
?>
\ No newline at end of file
......@@ -11,5 +11,5 @@
$this->layout()->searchbox = $this->context($this)->renderInContext('search/searchbox.phtml', array('searchClassId' => 'Solr'));
// Set up breadcrumbs:
$this->layout()->breadcrumbs = '<li><a href="' . $this->url('author-home') . '">Author</a>' . $this->params->getDisplayQuery() . '</li>';
$this->layout()->breadcrumbs = '<li><a href="' . $this->url('author-home') . '">' . $this->transEsc('Author') . '</a></li><li class="active">' . $this->params->getDisplayQuery() . '</li>';
?>
......@@ -16,6 +16,6 @@
$this->layout()->searchbox = $this->context($this)->renderInContext('search/searchbox.phtml', array('searchClassId' => 'Solr'));
// Set up breadcrumbs:
$this->layout()->breadcrumbs = '<li><a href="' . $this->url('author-home') . '">Author</a></li> '
$this->layout()->breadcrumbs = '<li><a href="' . $this->url('author-home') . '">' . $this->transEsc('Author') . '</a></li> '
. '<li class="active">' . $this->transEsc('Author Results for') . ' ' . $this->escapeHtml($this->params->getDisplayQuery()) . '</li>';
?>
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment