mirror of
https://github.com/miniflux/v2.git
synced 2025-08-01 17:38:37 +00:00
Add OAuth2 authentication
This commit is contained in:
parent
9877051f12
commit
cc6d272eb7
351 changed files with 81664 additions and 55 deletions
|
@ -1,5 +1,5 @@
|
|||
// Code generated by go generate; DO NOT EDIT.
|
||||
// 2017-11-22 15:58:44.946127807 -0800 PST m=+0.031219488
|
||||
// 2017-11-22 22:11:44.610818223 -0800 PST m=+0.024503556
|
||||
|
||||
package locale
|
||||
|
||||
|
@ -145,12 +145,13 @@ 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 tous les abonnements en arrière-plan"
|
||||
"Refresh all feeds in the background": "Actualiser tous les abonnements en arrière-plan",
|
||||
"Sign in with Google": "Se connecter avec Google"
|
||||
}
|
||||
`,
|
||||
}
|
||||
|
||||
var TranslationsChecksums = map[string]string{
|
||||
"en_US": "6fe95384260941e8a5a3c695a655a932e0a8a6a572c1e45cb2b1ae8baa01b897",
|
||||
"fr_FR": "c5ee8f6e8d573cd4ae0aa003b4a1e72ab400484e0f22b355702bb46409743881",
|
||||
"fr_FR": "f413b0bc103b2ab689d52da2e17c5e718a91f5dc4138dc601beaae4ec0cfc1af",
|
||||
}
|
||||
|
|
|
@ -129,5 +129,6 @@
|
|||
"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 tous les abonnements en arrière-plan"
|
||||
"Refresh all feeds in the background": "Actualiser tous les abonnements en arrière-plan",
|
||||
"Sign in with Google": "Se connecter avec Google"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue