Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename obsolete catalogues filter text to publications #1398

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/controllers/catalog_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ def download
end

config.add_search_field("publication") do |field|
field.label = :filter_catalog
field.label = :filter_publications
field.include_in_simple_select = false
field.solr_parameters = { :qf => "690a_text" }
end
Expand Down
2 changes: 1 addition & 1 deletion config/locales/ca.yml
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ ca:
filter_author_or_editor: "Autor/editor"
filter_autograph_of: "Autògraf de"
filter_birth_place: "Lloc de naixement"
filter_catalog: "Catàleg"
filter_publications: "Publicacions"
filter_category_type: "Categoria"
filter_collection: "Col·lecció"
filter_comment: "Comentari"
Expand Down
2 changes: 1 addition & 1 deletion config/locales/de.yml
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ de:
filter_author_or_editor: "Autor/Herausgeber"
filter_autograph_of: "Autograph von"
filter_birth_place: "Geburtsort"
filter_catalog: "WV / Katalog"
filter_publications: "Publikationen"
filter_collection: "Sammlung"
filter_category_type: "Kategorie"
filter_comment: "Kommentar"
Expand Down
2 changes: 1 addition & 1 deletion config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ en:
filter_author_or_editor: "Author/Editor"
filter_autograph_of: "Autograph of"
filter_birth_place: "Birth place"
filter_catalog: "Catalogue"
filter_publications: "Publications"
filter_category_type: "Category"
filter_collection: "Collection"
filter_comment: "Comment"
Expand Down
2 changes: 1 addition & 1 deletion config/locales/es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ es:
filter_author_or_editor: "Autor/Editor"
filter_autograph_of: "Autógrafo de"
filter_birth_place: "Lugar de nacimiento"
filter_catalog: "Catálogo"
filter_publications: "Publicaciones"
filter_category_type: "Categoría"
filter_collection: "Colección"
filter_comment: "Comentario"
Expand Down
2 changes: 1 addition & 1 deletion config/locales/fr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ fr:
filter_author_or_editor: "Auteur/Éditeur"
filter_autograph_of: "Autographe de"
filter_birth_place: "Lieu de naissance"
filter_catalog: "Catalogue"
filter_publications: "Publications"
filter_collection: "Collection"
filter_category_type: "Catégorie"
filter_comment: "Commentaire"
Expand Down
2 changes: 1 addition & 1 deletion config/locales/it.yml
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ it:
filter_author_or_editor: "Autore/Editore"
filter_autograph_of: "Autografo di"
filter_birth_place: "Luogo di nascita"
filter_catalog: "Catalogo"
filter_publications: "Pubblicazioni"
filter_category_type: "Categoria"
filter_collection: "Collezione"
filter_comment: "Commento"
Expand Down
2 changes: 1 addition & 1 deletion config/locales/pl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ pl:
filter_author_or_editor: Autor / Edytor
filter_autograph_of: Autograf autorstwa
filter_birth_place: Miejsce urodzenia
filter_catalog: Katalog
filter_publications: Publikacje
filter_category_type: Kategoria
filter_collection: Kolekcja
filter_comment: Komentarz
Expand Down
2 changes: 1 addition & 1 deletion config/locales/pt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ pt:
filter_author_or_editor: "Autor/Editor"
filter_autograph_of: "Autógrafo de"
filter_birth_place: "Local de nascimento"
filter_catalog: "Catálogo"
filter_publications: "Publicaçaões"
filter_category_type: "Categoria"
filter_collection: "Coletânea"
filter_comment: "Comentário"
Expand Down