-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
github-actions[bot]
committed
Mar 21, 2024
1 parent
cbad0dc
commit 77429d6
Showing
19 changed files
with
444 additions
and
212 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
<?php declare(strict_types=1); | ||
|
||
return array( | ||
|
||
/* | ||
* 5.0.0 | ||
*/ | ||
"app_id" => "App ID", | ||
"app_secret" => "App Secret", | ||
"api_key" => "API Key", | ||
|
||
"algolia_documentation" => "Please read over our documentation for setting up <a href=':link'>Algolia</a>.", | ||
|
||
"facebook_documentation" => "Please read over our documentation for setting up <a href=':link'>Facebook</a>.", | ||
"facebook_redirect_url" => "The following URL <strong>must</strong> be entered for the Facebook Login 'Valid OAuth redirect URIs':", | ||
|
||
"google_documentation" => "Please read over our documentation for setting up <a href=':link'>Google</a>.", | ||
"google_redirect_url" => "The following URL(s) <strong>must</strong> be entered for the Google 'Authorized redirect URIs':", | ||
|
||
"microsoft_documentation" => "Please read over our documentation for setting up <a href=':link'>Microsoft</a>.", | ||
"microsoft_redirect_url" => "The following URL(s) <strong>must</strong> be entered for the Application 'Redirect URIs':", | ||
|
||
"pusher_hosting" => "Hosting", | ||
"pusher_cloud" => "Cloud (pusher.com)", | ||
"pusher_self_hosted" => "Self-Hosted", | ||
"pusher_key" => "Key", | ||
"pusher_secret" => "Secret", | ||
"pusher_cluster" => "Cluster", | ||
"pusher_internal_host" => "Internal Host", | ||
"pusher_internal_host_desc" => "The internal hostname or IP address of the web socket server.", | ||
"pusher_internal_port_desc" => "The port of the internal web socket server.", | ||
"pusher_external_host" => "External Host", | ||
"pusher_external_host_desc" => "The hostname or IP address of the web socket server that members of the public can access. Please leave blank to default to the hostname of your help desk.", | ||
"pusher_external_port_desc" => "The port of the public web socket server. Please leave blank to default to the same port as your webserver", | ||
"pusher_encryption_desc" => "Enable if you've configured an SSL certificate on the web socket server.", | ||
"pusher_unable_to_receive_updates" => "Unable to receive real-time updates. Please check your internet connection.", | ||
|
||
"steam_documentation" => "Please read over our documentation for setting up <a href=':link'>Steam</a>.", | ||
|
||
"twilio_account_details" => "Account Details", | ||
"twilio_account_details_desc" => "The account SID and auth token are available on your account console under 'Account Info'.", | ||
"twilio_account_sid" => "Account SID", | ||
"twilio_auth_token" => "Auth Token", | ||
"twilio_api_details" => "API Details", | ||
"twilio_api_details_desc" => "Search for 'API Keys' in the console. Create an API key, and enter the key and secret below.", | ||
"twilio_api_secret" => "API Secret", | ||
"twilio_number_verification" => "Number Verification", | ||
"twilio_number_verification_desc" => "Optional - Enter a verification service SID to enable verification of user phone numbers. This is recommended to avoid a user entering any phone number - the <a target='_blank' href='https://www.twilio.com/verify'>Verify</a> service by Twilio is chargeable.", | ||
"twilio_verify_sid" => "Verification SID", | ||
|
||
"twitter_api_key_secret" => "API Key Secret", | ||
"twitter_documentation" => "Please read over our documentation for setting up <a href=':link'>Twitter</a>.", | ||
"twitter_redirect_url" => "The following URL <strong>must</strong> be entered for the Twitter App 'Callback URL':", | ||
|
||
); |
Oops, something went wrong.