aboutsummaryrefslogtreecommitdiffhomepage
path: root/locale
diff options
context:
space:
mode:
authorGravatar Frédéric Guillot <fred@miniflux.net>2017-12-26 20:58:16 -0800
committerGravatar Frédéric Guillot <fred@miniflux.net>2017-12-26 20:58:16 -0800
commit884446e7b651a39403e538eee34b4255bcbe836c (patch)
treedc5462819ffddee08d7da45e0fc0153e502a8261 /locale
parenta475b875c5abb9544b215a9f2af8ee2ae6b6775f (diff)
Show more feed information on edit page
Diffstat (limited to 'locale')
-rw-r--r--locale/translations.go12
-rw-r--r--locale/translations/fr_FR.json8
2 files changed, 14 insertions, 6 deletions
diff --git a/locale/translations.go b/locale/translations.go
index 5ff72a3..ac9229c 100644
--- a/locale/translations.go
+++ b/locale/translations.go
@@ -1,5 +1,5 @@
// Code generated by go generate; DO NOT EDIT.
-// 2017-12-24 14:32:38.883179987 -0800 PST m=+0.040204882
+// 2017-12-26 20:56:49.146246015 -0800 PST m=+0.048892271
package locale
@@ -145,7 +145,7 @@ var translations = map[string]string{
"Drag and drop this link to your bookmarks.": "Glisser-déposer ce lien dans vos favoris.",
"This special link allows you to subscribe to a website directly by using a bookmark in your web browser.": "Ce lien spécial vous permet de vous abonner à un site web directement en utilisant un marque page dans votre navigateur web.",
"Add to Miniflux": "Ajouter à Miniflux",
- "Refresh all feeds in the background": "Actualiser les abonnements en arrière-plan",
+ "Refresh all feeds in background": "Actualiser les abonnements en arrière-plan",
"Sign in with Google": "Se connecter avec Google",
"Unlink my Google account": "Dissocier mon compte Google",
"Link my Google account": "Associer mon compte Google",
@@ -183,12 +183,16 @@ var translations = map[string]string{
"Star": "Favoris",
"Unstar": "Enlever favoris",
"Starred": "Favoris",
- "There is no bookmark at the moment.": "Il n'y a aucun favoris pour le moment."
+ "There is no bookmark at the moment.": "Il n'y a aucun favoris pour le moment.",
+ "Last checked:": "Dernière vérification :",
+ "ETag header:": "En-tête ETag :",
+ "LastModified header:": "En-tête LastModified :",
+ "None": "Aucun/Aucune"
}
`,
}
var translationsChecksums = map[string]string{
"en_US": "6fe95384260941e8a5a3c695a655a932e0a8a6a572c1e45cb2b1ae8baa01b897",
- "fr_FR": "e6817ae43e1412d2687036fb4c1b9f6ea4a2329dcb1eddfa01ebbad732c7b401",
+ "fr_FR": "59edb9fa27828c14c3ca462d09da30d876c92c0decd7d597c1a266956f2b72e6",
}
diff --git a/locale/translations/fr_FR.json b/locale/translations/fr_FR.json
index 7d7aca9..77bba7d 100644
--- a/locale/translations/fr_FR.json
+++ b/locale/translations/fr_FR.json
@@ -129,7 +129,7 @@
"Drag and drop this link to your bookmarks.": "Glisser-déposer ce lien dans vos favoris.",
"This special link allows you to subscribe to a website directly by using a bookmark in your web browser.": "Ce lien spécial vous permet de vous abonner à un site web directement en utilisant un marque page dans votre navigateur web.",
"Add to Miniflux": "Ajouter à Miniflux",
- "Refresh all feeds in the background": "Actualiser les abonnements en arrière-plan",
+ "Refresh all feeds in background": "Actualiser les abonnements en arrière-plan",
"Sign in with Google": "Se connecter avec Google",
"Unlink my Google account": "Dissocier mon compte Google",
"Link my Google account": "Associer mon compte Google",
@@ -167,5 +167,9 @@
"Star": "Favoris",
"Unstar": "Enlever favoris",
"Starred": "Favoris",
- "There is no bookmark at the moment.": "Il n'y a aucun favoris pour le moment."
+ "There is no bookmark at the moment.": "Il n'y a aucun favoris pour le moment.",
+ "Last checked:": "Dernière vérification :",
+ "ETag header:": "En-tête ETag :",
+ "LastModified header:": "En-tête LastModified :",
+ "None": "Aucun/Aucune"
}