From 77e91a267f212844174f04329196b3a08a22533f Mon Sep 17 00:00:00 2001 From: Andrea Marchitelli <marchitelli@gmail.com> Date: Tue, 28 Oct 2014 08:41:49 -0400 Subject: [PATCH] Author Home/Search breadcrumbs - Added translation string for Author and better typography --- languages/it.ini | 26 +++++++++---------- .../bootstrap/templates/author/results.phtml | 2 +- .../bootstrap/templates/author/search.phtml | 2 +- .../bootstrap3/templates/author/results.phtml | 2 +- .../bootstrap3/templates/author/search.phtml | 2 +- 5 files changed, 17 insertions(+), 17 deletions(-) diff --git a/languages/it.ini b/languages/it.ini index a067565f7ec..4def030dead 100644 --- a/languages/it.ini +++ b/languages/it.ini @@ -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" diff --git a/themes/bootstrap/templates/author/results.phtml b/themes/bootstrap/templates/author/results.phtml index 459d5d25833..99401604b83 100644 --- a/themes/bootstrap/templates/author/results.phtml +++ b/themes/bootstrap/templates/author/results.phtml @@ -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">></span> ' . $this->params->getDisplayQuery() . '</li>'; + $this->layout()->breadcrumbs = '<li><a href="' . $this->url('author-home') . '">' . $this->transEsc('Author') . '</a> <span class="divider">></span> ' . $this->params->getDisplayQuery() . '</li>'; ?> diff --git a/themes/bootstrap/templates/author/search.phtml b/themes/bootstrap/templates/author/search.phtml index 7557c22eafa..306e658cc33 100644 --- a/themes/bootstrap/templates/author/search.phtml +++ b/themes/bootstrap/templates/author/search.phtml @@ -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">></span></li> ' + $this->layout()->breadcrumbs = '<li><a href="' . $this->url('author-home') . '">' . $this->transEsc('Author') . '</a> <span class="divider">></span></li> ' . '<li class="active">' . $this->transEsc('Author Results for') . ' ' . $this->escapeHtml($this->params->getDisplayQuery()) . '</li>'; ?> \ No newline at end of file diff --git a/themes/bootstrap3/templates/author/results.phtml b/themes/bootstrap3/templates/author/results.phtml index 7ecf7ada368..a64a44f63a3 100644 --- a/themes/bootstrap3/templates/author/results.phtml +++ b/themes/bootstrap3/templates/author/results.phtml @@ -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>'; ?> diff --git a/themes/bootstrap3/templates/author/search.phtml b/themes/bootstrap3/templates/author/search.phtml index 255a6aee207..e613c582918 100644 --- a/themes/bootstrap3/templates/author/search.phtml +++ b/themes/bootstrap3/templates/author/search.phtml @@ -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 -- GitLab