From 6d0dc451e45effc8cbb6953a766b111036d893ce Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Wed, 4 Jul 2018 22:05:19 -0700 Subject: Add search form --- locale/translations.go | 11 ++++++++--- locale/translations/fr_FR.json | 7 ++++++- 2 files changed, 14 insertions(+), 4 deletions(-) (limited to 'locale') diff --git a/locale/translations.go b/locale/translations.go index aff5b7c..a14f70e 100755 --- a/locale/translations.go +++ b/locale/translations.go @@ -1,5 +1,5 @@ // Code generated by go generate; DO NOT EDIT. -// 2018-07-04 14:42:27.494264089 -0700 PDT m=+0.053526807 +// 2018-07-04 22:00:22.177727933 -0700 PDT m=+0.039621734 package locale @@ -491,7 +491,12 @@ var translations = map[string]string{ "Feed Password": "Mot de passe du flux", "You are not authorized to access this resource (invalid username/password)": "Vous n'êtes pas autorisé à accéder à cette ressource (nom d'utilisateur / mot de passe incorrect)", "Unable to fetch this resource (Status Code = %d)": "Impossible de récupérer cette ressource (code=%d)", - "Resource not found (404), this feed doesn't exists anymore, check the feed URL": "Page introuvable (404), cet abonnement n'existe plus, vérifiez l'adresse du flux" + "Resource not found (404), this feed doesn't exists anymore, check the feed URL": "Page introuvable (404), cet abonnement n'existe plus, vérifiez l'adresse du flux", + "Search Results": "Résultats de la recherche", + "There is no result for this search.": "Il n'y a aucun résultat pour cette recherche.", + "Search...": "Recherche...", + "Set focus on search form": "Mettre le focus sur le champ de recherche", + "Search": "Recherche" } `, "nl_NL": `{ @@ -1166,7 +1171,7 @@ var translations = map[string]string{ var translationsChecksums = map[string]string{ "de_DE": "eddbb2c3224169a6533eed6f917af95b8d9bee58c3b3d61951260face7edd768", "en_US": "6fe95384260941e8a5a3c695a655a932e0a8a6a572c1e45cb2b1ae8baa01b897", - "fr_FR": "7a451a1d09e051a847f554937e07a6af24b92f1da7f46da8c0ef2d4cc31bcec6", + "fr_FR": "343a148eed375a593023c30597ef7280d18222756c5062e6a85e1006c7b12d14", "nl_NL": "05cca4936bd3b0fa44057c4dab64acdef3aed32fbb682393f254cfe2f686ef1f", "pl_PL": "2295f35a98c8f60cfc6bab241d26b224c06979cc9ca3740bb89c63c7596a0431", "zh_CN": "f5fb0a9b7336c51e74d727a2fb294bab3514e3002376da7fd904e0d7caed1a1c", diff --git a/locale/translations/fr_FR.json b/locale/translations/fr_FR.json index 5270b91..534432c 100644 --- a/locale/translations/fr_FR.json +++ b/locale/translations/fr_FR.json @@ -235,5 +235,10 @@ "Feed Password": "Mot de passe du flux", "You are not authorized to access this resource (invalid username/password)": "Vous n'êtes pas autorisé à accéder à cette ressource (nom d'utilisateur / mot de passe incorrect)", "Unable to fetch this resource (Status Code = %d)": "Impossible de récupérer cette ressource (code=%d)", - "Resource not found (404), this feed doesn't exists anymore, check the feed URL": "Page introuvable (404), cet abonnement n'existe plus, vérifiez l'adresse du flux" + "Resource not found (404), this feed doesn't exists anymore, check the feed URL": "Page introuvable (404), cet abonnement n'existe plus, vérifiez l'adresse du flux", + "Search Results": "Résultats de la recherche", + "There is no result for this search.": "Il n'y a aucun résultat pour cette recherche.", + "Search...": "Recherche...", + "Set focus on search form": "Mettre le focus sur le champ de recherche", + "Search": "Recherche" } -- cgit v1.2.3