diff --git a/config/locales/de_DE.yml b/config/locales/de_DE.yml
index c8969f91dba..2293d2407f9 100644
--- a/config/locales/de_DE.yml
+++ b/config/locales/de_DE.yml
@@ -772,6 +772,7 @@ de_DE:
search: Suche
sort:
pagination:
+ total_html: "%{total} Produkte für Ihre Suchkriterien gefunden. Zeige %{from} bis %{to}."
per_page:
show: Zeige
per_page: "%{num} pro Seite"
diff --git a/config/locales/en_CA.yml b/config/locales/en_CA.yml
index ef5d0e6e2c0..22df2f18023 100644
--- a/config/locales/en_CA.yml
+++ b/config/locales/en_CA.yml
@@ -812,6 +812,7 @@ en_CA:
search: Search
sort:
pagination:
+ total_html: "%{total} products found for your search criteria. Showing %{from} to %{to}."
per_page:
show: Show
per_page: "%{num} per page"
diff --git a/config/locales/en_FR.yml b/config/locales/en_FR.yml
index b419e714888..af24798e3aa 100644
--- a/config/locales/en_FR.yml
+++ b/config/locales/en_FR.yml
@@ -812,9 +812,7 @@ en_FR:
search: Search
sort:
pagination:
- total_html:
- one: "%{total} products found for your search criteria. Showing %{from} to %{to}."
- other: "%{count} products found for your search criteria. Showing %{from} to %{to}."
+ total_html: "%{total} products found for your search criteria. Showing %{from} to %{to}."
per_page:
show: Show
per_page: "%{num} per page"
diff --git a/config/locales/en_GB.yml b/config/locales/en_GB.yml
index 82e6bc2238d..e5d3ff0a038 100644
--- a/config/locales/en_GB.yml
+++ b/config/locales/en_GB.yml
@@ -782,8 +782,10 @@ en_GB:
filters:
search_products: Search for products
search_for_producers: Search for producers
+ select_producer: Select producer
all_producers: All producers
search_for_categories: Search for categories
+ select_category: Select category
all_categories: All categories
producers:
label: Producer
@@ -792,6 +794,7 @@ en_GB:
search: Search
sort:
pagination:
+ total_html: "%{total} products found for your search criteria. Showing %{from} to %{to}."
per_page:
show: Show
per_page: "%{num} per page"
@@ -802,12 +805,15 @@ en_GB:
no_products_found_for_search: No products found for your search criteria
table:
changed_summary:
- one: "%{count}product modified."
- other: "%{count}products modified."
+ one: "%{count} product modified."
+ other: "%{count} products modified."
error_summary:
saved:
- one: "%{count}product was saved correctly, but "
- other: "%{count}products were saved correctly, but "
+ one: "%{count} product was saved correctly, but "
+ other: "%{count} products were saved correctly, but "
+ invalid:
+ one: "%{count} product could not be saved. Please review the errors and try again."
+ other: "%{count} products could not be saved. Please review the errors and try again."
reset: Discard changes
save: Save changes
product_variant_row:
@@ -3476,7 +3482,7 @@ en_GB:
one_override: one override
overrides: overrides
remain_unsaved: remain unsaved.
- no_changes_to_save: No changes to save.'
+ no_changes_to_save: No changes to save.
no_authorisation: "I couldn't get authorisation to save those changes, so they remain unsaved."
some_trouble: "I had some trouble saving: %{errors}"
changing_on_hand_stock: Changing 'in stock' stock levels...
diff --git a/config/locales/en_IE.yml b/config/locales/en_IE.yml
index 50e81f959b2..0a6e1b81382 100644
--- a/config/locales/en_IE.yml
+++ b/config/locales/en_IE.yml
@@ -791,6 +791,7 @@ en_IE:
search: Search
sort:
pagination:
+ total_html: "%{total} products found for your search criteria. Showing %{from} to %{to}."
per_page:
show: Show
per_page: "%{num} per page"
diff --git a/config/locales/fr_BE.yml b/config/locales/fr_BE.yml
index 60d51001c31..42fe7132d7c 100644
--- a/config/locales/fr_BE.yml
+++ b/config/locales/fr_BE.yml
@@ -720,6 +720,7 @@ fr_BE:
search: Rechercher
sort:
pagination:
+ total_html: "%{total} produits trouvés pour vos critères de recherche. Affichage %{from} à %{to} ."
per_page:
show: Montrer
per_page: "%{num} par page"
diff --git a/config/locales/fr_CA.yml b/config/locales/fr_CA.yml
index 901072d5c05..6f254f08190 100644
--- a/config/locales/fr_CA.yml
+++ b/config/locales/fr_CA.yml
@@ -810,6 +810,7 @@ fr_CA:
search: Chercher
sort:
pagination:
+ total_html: "%{total} produits trouvés selon vos critères de recherche. Montrer %{from} à %{to}."
per_page:
show: Montrer
per_page: "%{num} par page"