|
| 1 | +<?php declare(strict_types=1); |
| 2 | + |
| 3 | +return array( |
| 4 | + |
| 5 | + /* |
| 6 | + * 5.0.0 |
| 7 | + */ |
| 8 | + "app_id" => "App ID", |
| 9 | + "app_secret" => "App Secret", |
| 10 | + "api_key" => "API Key", |
| 11 | + |
| 12 | + "algolia_documentation" => "Please read over our documentation for setting up <a href=':link'>Algolia</a>.", |
| 13 | + |
| 14 | + "facebook_documentation" => "Please read over our documentation for setting up <a href=':link'>Facebook</a>.", |
| 15 | + "facebook_redirect_url" => "The following URL <strong>must</strong> be entered for the Facebook Login 'Valid OAuth redirect URIs':", |
| 16 | + |
| 17 | + "google_documentation" => "Please read over our documentation for setting up <a href=':link'>Google</a>.", |
| 18 | + "google_redirect_url" => "The following URL(s) <strong>must</strong> be entered for the Google 'Authorized redirect URIs':", |
| 19 | + |
| 20 | + "microsoft_documentation" => "Please read over our documentation for setting up <a href=':link'>Microsoft</a>.", |
| 21 | + "microsoft_redirect_url" => "The following URL(s) <strong>must</strong> be entered for the Application 'Redirect URIs':", |
| 22 | + |
| 23 | + "pusher_hosting" => "Hosting", |
| 24 | + "pusher_cloud" => "Cloud (pusher.com)", |
| 25 | + "pusher_self_hosted" => "Self-Hosted", |
| 26 | + "pusher_key" => "Key", |
| 27 | + "pusher_secret" => "Secret", |
| 28 | + "pusher_cluster" => "Cluster", |
| 29 | + "pusher_internal_host" => "Internal Host", |
| 30 | + "pusher_internal_host_desc" => "The internal hostname or IP address of the web socket server.", |
| 31 | + "pusher_internal_port_desc" => "The port of the internal web socket server.", |
| 32 | + "pusher_external_host" => "External Host", |
| 33 | + "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.", |
| 34 | + "pusher_external_port_desc" => "The port of the public web socket server. Please leave blank to default to the same port as your webserver", |
| 35 | + "pusher_encryption_desc" => "Enable if you've configured an SSL certificate on the web socket server.", |
| 36 | + "pusher_unable_to_receive_updates" => "Unable to receive real-time updates. Please check your internet connection.", |
| 37 | + |
| 38 | + "steam_documentation" => "Please read over our documentation for setting up <a href=':link'>Steam</a>.", |
| 39 | + |
| 40 | + "twilio_account_details" => "Account Details", |
| 41 | + "twilio_account_details_desc" => "The account SID and auth token are available on your account console under 'Account Info'.", |
| 42 | + "twilio_account_sid" => "Account SID", |
| 43 | + "twilio_auth_token" => "Auth Token", |
| 44 | + "twilio_api_details" => "API Details", |
| 45 | + "twilio_api_details_desc" => "Search for 'API Keys' in the console. Create an API key, and enter the key and secret below.", |
| 46 | + "twilio_api_secret" => "API Secret", |
| 47 | + "twilio_number_verification" => "Number Verification", |
| 48 | + "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.", |
| 49 | + "twilio_verify_sid" => "Verification SID", |
| 50 | + |
| 51 | + "twitter_api_key_secret" => "API Key Secret", |
| 52 | + "twitter_documentation" => "Please read over our documentation for setting up <a href=':link'>Twitter</a>.", |
| 53 | + "twitter_redirect_url" => "The following URL <strong>must</strong> be entered for the Twitter App 'Callback URL':", |
| 54 | + |
| 55 | +); |
0 commit comments