aboutsummaryrefslogtreecommitdiffhomepage
path: root/locale
diff options
context:
space:
mode:
authorGravatar Frédéric Guillot <fred@miniflux.net>2018-04-29 17:04:23 -0700
committerGravatar Frédéric Guillot <fred@miniflux.net>2018-04-29 17:04:43 -0700
commitb166ceaea72dc6db77467621ffc270fbdccb6566 (patch)
treed0e9c96cf6e4255196332bc9bae07e79b88a83c8 /locale
parentf49b42f70f902d4da1e0fa4080e99164b331b716 (diff)
Avoid people to unlink their OAuth2 account without having a local password
Diffstat (limited to 'locale')
-rwxr-xr-xlocale/translations.go7
-rw-r--r--locale/translations/fr_FR.json3
2 files changed, 6 insertions, 4 deletions
diff --git a/locale/translations.go b/locale/translations.go
index 33bb4f6..e828234 100755
--- a/locale/translations.go
+++ b/locale/translations.go
@@ -1,5 +1,5 @@
// Code generated by go generate; DO NOT EDIT.
-// 2018-04-29 16:22:00.540830112 -0700 PDT m=+0.025120206
+// 2018-04-29 16:59:49.591693595 -0700 PDT m=+0.022587229
package locale
@@ -461,7 +461,8 @@ var translations = map[string]string{
"Comments": "Commentaires",
"View Comments": "Voir les commentaires",
"This file is empty": "Ce fichier est vide",
- "Your external account is now dissociated!": "Votre compte externe est maintenant dissocié !"
+ "Your external account is now dissociated!": "Votre compte externe est maintenant dissocié !",
+ "You must define a password otherwise you won't be able to login again.": "Vous devez définir un mot de passe sinon vous ne pourrez plus vous connecter par la suite."
}
`,
"nl_NL": `{
@@ -1136,7 +1137,7 @@ var translations = map[string]string{
var translationsChecksums = map[string]string{
"de_DE": "791d72c96137ab03b729017bdfa27c8eed2f65912e372fcb5b2796d5099d5498",
"en_US": "6fe95384260941e8a5a3c695a655a932e0a8a6a572c1e45cb2b1ae8baa01b897",
- "fr_FR": "b4e407e3665b30b29da3bce197a035b842a9bdd7781c28cc056d978b46646f3c",
+ "fr_FR": "5a954b28ac31af6fc525cb000d86c884950dac7414b695bd38a4c0aebdfe35b5",
"nl_NL": "1a73f1dd1c4c0d2c2adc8695cdd050c2dad81c14876caed3892b44adc2491265",
"pl_PL": "da709c14ff71f3b516eec66cb2758d89c5feab1472c94b2b518f425162a9f806",
"zh_CN": "d80594c1b67d15e9f4673d3d62fe4949e8606a5fdfb741d8a8921f21dceb8cf2",
diff --git a/locale/translations/fr_FR.json b/locale/translations/fr_FR.json
index 60ad9d8..ac3c571 100644
--- a/locale/translations/fr_FR.json
+++ b/locale/translations/fr_FR.json
@@ -221,5 +221,6 @@
"Comments": "Commentaires",
"View Comments": "Voir les commentaires",
"This file is empty": "Ce fichier est vide",
- "Your external account is now dissociated!": "Votre compte externe est maintenant dissocié !"
+ "Your external account is now dissociated!": "Votre compte externe est maintenant dissocié !",
+ "You must define a password otherwise you won't be able to login again.": "Vous devez définir un mot de passe sinon vous ne pourrez plus vous connecter par la suite."
}