add a dedicated title for all entries page

This commit is contained in:
Nicolas Hart 2017-07-27 22:35:59 +02:00
parent f39152ad6e
commit 383215866f
14 changed files with 14 additions and 1 deletions

View File

@ -573,6 +573,7 @@ class EntryController extends Controller
'entries' => $entries, 'entries' => $entries,
'currentPage' => $page, 'currentPage' => $page,
'searchTerm' => $searchTerm, 'searchTerm' => $searchTerm,
'isFiltered' => $form->isSubmitted(),
] ]
); );
} }

View File

@ -169,6 +169,7 @@ entry:
# filtered_tags: 'Filtered by tags:' # filtered_tags: 'Filtered by tags:'
# filtered_search: 'Filtered by search:' # filtered_search: 'Filtered by search:'
# untagged: 'Untagged entries' # untagged: 'Untagged entries'
# all: 'All entries'
list: list:
# number_on_the_page: '{0} There is no entry.|{1} There is one entry.|]1,Inf[ There are %count% entries.' # number_on_the_page: '{0} There is no entry.|{1} There is one entry.|]1,Inf[ There are %count% entries.'
reading_time: 'estimeret læsetid' reading_time: 'estimeret læsetid'

View File

@ -169,6 +169,7 @@ entry:
filtered_tags: 'Gefiltert nach Tags:' filtered_tags: 'Gefiltert nach Tags:'
filtered_search: 'Gefiltert nach Suche:' filtered_search: 'Gefiltert nach Suche:'
untagged: 'Nicht getaggte Einträge' untagged: 'Nicht getaggte Einträge'
all: 'Alle Einträge'
list: list:
number_on_the_page: '{0} Es gibt keine Einträge.|{1} Es gibt einen Eintrag.|]1,Inf[ Es gibt %count% Einträge.' number_on_the_page: '{0} Es gibt keine Einträge.|{1} Es gibt einen Eintrag.|]1,Inf[ Es gibt %count% Einträge.'
reading_time: 'geschätzte Lesezeit' reading_time: 'geschätzte Lesezeit'

View File

@ -169,6 +169,7 @@ entry:
filtered_tags: 'Filtered by tags:' filtered_tags: 'Filtered by tags:'
filtered_search: 'Filtered by search:' filtered_search: 'Filtered by search:'
untagged: 'Untagged entries' untagged: 'Untagged entries'
all: 'All entries'
list: list:
number_on_the_page: '{0} There are no entries.|{1} There is one entry.|]1,Inf[ There are %count% entries.' number_on_the_page: '{0} There are no entries.|{1} There is one entry.|]1,Inf[ There are %count% entries.'
reading_time: 'estimated reading time' reading_time: 'estimated reading time'

View File

@ -169,6 +169,7 @@ entry:
filtered_tags: 'Filtrado por etiquetas:' filtered_tags: 'Filtrado por etiquetas:'
filtered_search: 'Filtrado por búsqueda:' filtered_search: 'Filtrado por búsqueda:'
untagged: 'Artículos sin etiquetas' untagged: 'Artículos sin etiquetas'
all: "Todos los artículos"
list: list:
number_on_the_page: '{0} No hay artículos.|{1} Hay un artículo.|]1,Inf[ Hay %count% artículos.' number_on_the_page: '{0} No hay artículos.|{1} Hay un artículo.|]1,Inf[ Hay %count% artículos.'
reading_time: 'tiempo estimado de lectura' reading_time: 'tiempo estimado de lectura'

View File

@ -169,6 +169,7 @@ entry:
# filtered_tags: 'Filtered by tags:' # filtered_tags: 'Filtered by tags:'
# filtered_search: 'Filtered by search:' # filtered_search: 'Filtered by search:'
# untagged: 'Untagged entries' # untagged: 'Untagged entries'
# all: 'All entries'
list: list:
number_on_the_page: '{0} هیج مقاله‌ای نیست.|{1} یک مقاله هست.|]1,Inf[ %count% مقاله هست.' number_on_the_page: '{0} هیج مقاله‌ای نیست.|{1} یک مقاله هست.|]1,Inf[ %count% مقاله هست.'
reading_time: 'زمان تخمینی برای خواندن' reading_time: 'زمان تخمینی برای خواندن'

View File

@ -169,6 +169,7 @@ entry:
filtered_tags: "Articles filtrés par tags :" filtered_tags: "Articles filtrés par tags :"
filtered_search: "Articles filtrés par recherche :" filtered_search: "Articles filtrés par recherche :"
untagged: "Article sans tag" untagged: "Article sans tag"
all: "Tous les articles"
list: list:
number_on_the_page: "{0} Il ny a pas darticle.|{1} Il y a un article.|]1,Inf[ Il y a %count% articles." number_on_the_page: "{0} Il ny a pas darticle.|{1} Il y a un article.|]1,Inf[ Il y a %count% articles."
reading_time: "durée de lecture" reading_time: "durée de lecture"

View File

@ -169,6 +169,7 @@ entry:
filtered_tags: 'Filtrati per etichetta:' filtered_tags: 'Filtrati per etichetta:'
filtered_search: 'Filtrati per ricerca:' filtered_search: 'Filtrati per ricerca:'
untagged: 'Articoli non etichettati' untagged: 'Articoli non etichettati'
all: 'Tutti gli articoli'
list: list:
number_on_the_page: "{0} Non ci sono contenuti.|{1} C'è un contenuto.|]1,Inf[ Ci sono %count% contenuti." number_on_the_page: "{0} Non ci sono contenuti.|{1} C'è un contenuto.|]1,Inf[ Ci sono %count% contenuti."
reading_time: 'tempo di lettura stimato' reading_time: 'tempo di lettura stimato'

View File

@ -169,6 +169,7 @@ entry:
filtered_tags: 'Articles filtrats per etiquetas :' filtered_tags: 'Articles filtrats per etiquetas :'
filtered_search: 'Articles filtrats per recèrca :' filtered_search: 'Articles filtrats per recèrca :'
untagged: 'Articles sens etiqueta' untagged: 'Articles sens etiqueta'
all: 'Totes los articles'
list: list:
number_on_the_page: "{0} I a pas cap d'article.|{1} I a un article.|]1,Inf[ I a %count% articles." number_on_the_page: "{0} I a pas cap d'article.|{1} I a un article.|]1,Inf[ I a %count% articles."
reading_time: 'durada de lectura' reading_time: 'durada de lectura'

View File

@ -169,6 +169,7 @@ entry:
filtered_tags: 'Filtrowane po tagach:' filtered_tags: 'Filtrowane po tagach:'
filtered_search: 'Filtrowanie po wyszukiwaniu:' filtered_search: 'Filtrowanie po wyszukiwaniu:'
untagged: 'Odtaguj wpisy' untagged: 'Odtaguj wpisy'
all: 'Wszystkie przedmioty'
list: list:
number_on_the_page: '{0} Nie ma wpisów.|{1} Jest jeden wpis.|]1,Inf[ Są %count% wpisy.' number_on_the_page: '{0} Nie ma wpisów.|{1} Jest jeden wpis.|]1,Inf[ Są %count% wpisy.'
reading_time: 'szacunkowy czas czytania' reading_time: 'szacunkowy czas czytania'

View File

@ -169,6 +169,7 @@ entry:
filtered_tags: 'Filtrar por tags:' filtered_tags: 'Filtrar por tags:'
# filtered_search: 'Filtered by search:' # filtered_search: 'Filtered by search:'
untagged: 'Entradas sem tags' untagged: 'Entradas sem tags'
# all: 'All entries'
list: list:
number_on_the_page: '{0} Não existem entradas.|{1} Existe uma entrada.|]1,Inf[ Existem %count% entradas.' number_on_the_page: '{0} Não existem entradas.|{1} Existe uma entrada.|]1,Inf[ Existem %count% entradas.'
reading_time: 'tempo estimado de leitura' reading_time: 'tempo estimado de leitura'

View File

@ -169,6 +169,7 @@ entry:
# filtered_tags: 'Filtered by tags:' # filtered_tags: 'Filtered by tags:'
# filtered_search: 'Filtered by search:' # filtered_search: 'Filtered by search:'
# untagged: 'Untagged entries' # untagged: 'Untagged entries'
# all: 'All entries'
list: list:
# number_on_the_page: '{0} There is no entry.|{1} There is one entry.|]1,Inf[ There are %count% entries.' # number_on_the_page: '{0} There is no entry.|{1} There is one entry.|]1,Inf[ There are %count% entries.'
reading_time: 'timp estimat de citire' reading_time: 'timp estimat de citire'

View File

@ -169,6 +169,7 @@ entry:
# filtered_tags: 'Filtered by tags:' # filtered_tags: 'Filtered by tags:'
# filtered_search: 'Filtered by search:' # filtered_search: 'Filtered by search:'
# untagged: 'Untagged entries' # untagged: 'Untagged entries'
# all: 'All entries'
list: list:
number_on_the_page: '{0} Herhangi bir makale yok.|{1} Burada bir adet makale var.|]1,Inf[ Burada %count% adet makale var.' number_on_the_page: '{0} Herhangi bir makale yok.|{1} Burada bir adet makale var.|]1,Inf[ Burada %count% adet makale var.'
reading_time: 'tahmini okuma süresi' reading_time: 'tahmini okuma süresi'

View File

@ -5,7 +5,7 @@
{% elseif currentRoute == 'archive' %} {% elseif currentRoute == 'archive' %}
{{ 'entry.page_titles.archived'|trans }} {{ 'entry.page_titles.archived'|trans }}
{% elseif currentRoute == 'all' %} {% elseif currentRoute == 'all' %}
{{ 'entry.page_titles.filtered'|trans }} {{ isFiltered ? 'entry.page_titles.filtered'|trans : 'entry.page_titles.all'|trans }}
{% elseif currentRoute == 'search' %} {% elseif currentRoute == 'search' %}
{{ 'entry.page_titles.filtered_search'|trans }} {{ filter }} {{ 'entry.page_titles.filtered_search'|trans }} {{ filter }}
{% elseif currentRoute == 'tag_entries' %} {% elseif currentRoute == 'tag_entries' %}