aboutsummaryrefslogtreecommitdiffhomepage
path: root/locale
diff options
context:
space:
mode:
authorGravatar Frédéric Guillot <fred@miniflux.net>2017-11-21 19:37:47 -0800
committerGravatar Frédéric Guillot <fred@miniflux.net>2017-11-21 19:37:47 -0800
commit6690f6a70eb319c1156f8a1bb7465e048567580a (patch)
tree33c9c481e09dd6e863e86da90144ba0d67ea98f6 /locale
parent1bc43ec2bc2282d9e18ca622444d45f09c1b6378 (diff)
Add bookmarklet
Diffstat (limited to 'locale')
-rw-r--r--locale/translations.go11
-rw-r--r--locale/translations/fr_FR.json7
2 files changed, 14 insertions, 4 deletions
diff --git a/locale/translations.go b/locale/translations.go
index f4532a2..ed17220 100644
--- a/locale/translations.go
+++ b/locale/translations.go
@@ -1,5 +1,5 @@
// Code generated by go generate; DO NOT EDIT.
-// 2017-11-21 15:41:59.495654213 -0800 PST m=+0.041889871
+// 2017-11-21 19:31:59.645632989 -0800 PST m=+0.024631837
package locale
@@ -139,12 +139,17 @@ var Translations = map[string]string{
"Work in progress...": "Travail en cours...",
"This user already exists.": "Cet utilisateur existe déjà.",
"This category already exists.": "Cette catégorie existe déjà.",
- "Unable to update this category.": "Impossible de mettre à jour cette catégorie."
+ "Unable to update this category.": "Impossible de mettre à jour cette catégorie.",
+ "Integrations": "Intégrations",
+ "Bookmarklet": "Bookmarklet",
+ "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"
}
`,
}
var TranslationsChecksums = map[string]string{
"en_US": "6fe95384260941e8a5a3c695a655a932e0a8a6a572c1e45cb2b1ae8baa01b897",
- "fr_FR": "5c8c2c5e35a17a7dd3c30596b73342f70950a3bbce00786d43ccba01b96ea672",
+ "fr_FR": "f1ddbcfb8ffd837a2df69e8506d023e4254ead2f0b94e518ab595df97d32c87a",
}
diff --git a/locale/translations/fr_FR.json b/locale/translations/fr_FR.json
index 9cbe220..a0206ba 100644
--- a/locale/translations/fr_FR.json
+++ b/locale/translations/fr_FR.json
@@ -123,5 +123,10 @@
"Work in progress...": "Travail en cours...",
"This user already exists.": "Cet utilisateur existe déjà.",
"This category already exists.": "Cette catégorie existe déjà.",
- "Unable to update this category.": "Impossible de mettre à jour cette catégorie."
+ "Unable to update this category.": "Impossible de mettre à jour cette catégorie.",
+ "Integrations": "Intégrations",
+ "Bookmarklet": "Bookmarklet",
+ "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"
}