oauth.lang 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. GetAccess=Click here to get a token
  13. RequestAccess=Click here to request/renew access and receive a new token
  14. DeleteAccess=Click here to delete the token
  15. UseTheFollowingUrlAsRedirectURI=Use the following URL as the Redirect URI when creating your credentials with your OAuth provider:
  16. ListOfSupportedOauthProviders=Add your OAuth2 token providers. Then, go on your OAuth provider admin page to create/get an OAuth ID and Secret and save them here. Once done, switch on the other tab to generate your token.
  17. OAuthSetupForLogin=Page to manage (generate/delete) OAuth tokens
  18. SeePreviousTab=See previous tab
  19. OAuthProvider=OAuth provider
  20. OAuthIDSecret=OAuth ID and Secret
  21. TOKEN_REFRESH=Token Refresh Present
  22. TOKEN_EXPIRED=Token expired
  23. TOKEN_EXPIRE_AT=Token expire at
  24. TOKEN_DELETE=Delete saved token
  25. OAUTH_GOOGLE_NAME=OAuth Google service
  26. OAUTH_GOOGLE_ID=OAuth Google Id
  27. OAUTH_GOOGLE_SECRET=OAuth Google Secret
  28. OAUTH_GITHUB_NAME=OAuth GitHub service
  29. OAUTH_GITHUB_ID=OAuth GitHub Id
  30. OAUTH_GITHUB_SECRET=OAuth GitHub Secret
  31. OAUTH_URL_FOR_CREDENTIAL=Go to <a class="notasortlink" href="%s" target="_blank" rel="noopener noreferrer external">this page<span class="fas fa-external-link-alt paddingleft"></span></a> to create or get your OAuth ID and Secret
  32. OAUTH_STRIPE_TEST_NAME=OAuth Stripe Test
  33. OAUTH_STRIPE_LIVE_NAME=OAuth Stripe Live
  34. OAUTH_ID=OAuth Client ID
  35. OAUTH_SECRET=OAuth secret
  36. OAUTH_TENANT=OAuth tenant
  37. OAuthProviderAdded=OAuth provider added
  38. AOAuthEntryForThisProviderAndLabelAlreadyHasAKey=An OAuth entry for this provider and label already exists
  39. URLOfServiceForAuthorization=URL provided by OAuth service for authentication
  40. Scopes=Permissions (Scopes)
  41. ScopeUndefined=Permissions (Scopes) undefined (see previous tab)