oauth.lang 1.8 KB

1234567891011121314151617181920212223242526272829303132
  1. # Dolibarr language file - Source file is en_US - oauth
  2. ConfigOAuth=OAuth Configuration
  3. OAuthServices=OAuth Services
  4. ManualTokenGeneration=Manual token generation
  5. TokenManager=Token Manager
  6. IsTokenGenerated=Is token generated ?
  7. NoAccessToken=No access token saved into local database
  8. HasAccessToken=A token was generated and saved into local database
  9. NewTokenStored=Token received and saved
  10. ToCheckDeleteTokenOnProvider=Click here to check/delete authorization saved by %s OAuth provider
  11. TokenDeleted=Token deleted
  12. RequestAccess=Click here to request/renew access and receive a new token to save
  13. DeleteAccess=Click here to delete token
  14. UseTheFollowingUrlAsRedirectURI=Use the following URL as the Redirect URI when creating your credentials with your OAuth provider:
  15. ListOfSupportedOauthProviders=Enter the credentials provided by your OAuth2 provider. Only supported OAuth2 providers are listedd here. These services may be used by other modules that need OAuth2 authentication.
  16. OAuthSetupForLogin=Page to generate an OAuth token
  17. SeePreviousTab=See previous tab
  18. OAuthIDSecret=OAuth ID and Secret
  19. TOKEN_REFRESH=Token Refresh Present
  20. TOKEN_EXPIRED=Token expired
  21. TOKEN_EXPIRE_AT=Token expire at
  22. TOKEN_DELETE=Delete saved token
  23. OAUTH_GOOGLE_NAME=OAuth Google service
  24. OAUTH_GOOGLE_ID=OAuth Google Id
  25. OAUTH_GOOGLE_SECRET=OAuth Google Secret
  26. OAUTH_GOOGLE_DESC=Go to <a class="notasortlink" href="https://console.developers.google.com/" target="_blank">this page</a> then "Credentials" to create OAuth credentials
  27. OAUTH_GITHUB_NAME=OAuth GitHub service
  28. OAUTH_GITHUB_ID=OAuth GitHub Id
  29. OAUTH_GITHUB_SECRET=OAuth GitHub Secret
  30. OAUTH_GITHUB_DESC=Go to <a class="notasortlink" href="https://github.com/settings/developers" target="_blank">this page</a> then "Register a new application" to create OAuth credentials
  31. OAUTH_STRIPE_TEST_NAME=OAuth Stripe Test
  32. OAUTH_STRIPE_LIVE_NAME=OAuth Stripe Live