1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-20 13:21:54 +02:00
Files
php-e107/e107_plugins/social/languages/English/English_admin.php
2025-04-11 07:23:57 -07:00

65 lines
3.8 KiB
PHP

<?php
/*
+ ----------------------------------------------------------------------------+
| e107 website system -
| social plugin
+----------------------------------------------------------------------------+
*/
return [
'LAN_SOCIAL_ADMIN_00' => "Applications",
'LAN_SOCIAL_ADMIN_01' => "Pages",
'LAN_SOCIAL_ADMIN_02' => "Configured Login Providers",
'LAN_SOCIAL_ADMIN_03' => "Signup/Login",
'LAN_SOCIAL_ADMIN_04' => "Provider",
'LAN_SOCIAL_ADMIN_05' => "Key/ID",
'LAN_SOCIAL_ADMIN_06' => "Secret",
'LAN_SOCIAL_ADMIN_07' => "Allows users to signup/login with their social media accounts. When enabled, this option will still allow users to signup/login even if the core user registration system above is disabled.",
'LAN_SOCIAL_ADMIN_10' => "Get a key from the provider",
'LAN_SOCIAL_ADMIN_11' => "Your",
'LAN_SOCIAL_ADMIN_12' => "page",
'LAN_SOCIAL_ADMIN_13' => "Used by some themes to provide a link to your",
'LAN_SOCIAL_ADMIN_14' => "Share Buttons",
'LAN_SOCIAL_ADMIN_15' => "Facebook Comments",
'LAN_SOCIAL_ADMIN_16' => "Facebook Menu",
'LAN_SOCIAL_ADMIN_17' => "Twitter Menu",
'LAN_SOCIAL_ADMIN_18' => "Limit",
'LAN_SOCIAL_ADMIN_19' => "Theme",
'LAN_SOCIAL_ADMIN_20' => "Action",
'LAN_SOCIAL_ADMIN_21' => "Text while loading",
'LAN_SOCIAL_ADMIN_22' => "Width",
'LAN_SOCIAL_ADMIN_23' => "Height",
'LAN_SOCIAL_ADMIN_24' => "Display Mode",
'LAN_SOCIAL_ADMIN_25' => "Normal",
'LAN_SOCIAL_ADMIN_26' => "Dropdown",
'LAN_SOCIAL_ADMIN_27' => "Disabled",
'LAN_SOCIAL_ADMIN_28' => "Excluding the # symbol.",
'LAN_SOCIAL_ADMIN_29' => "Number of comments to display.",
'LAN_SOCIAL_ADMIN_30' => "Loading...",
'LAN_SOCIAL_ADMIN_31' => "Width in px",
'LAN_SOCIAL_ADMIN_32' => "Recommend",
'LAN_SOCIAL_ADMIN_33' => "Height in px",
'LAN_SOCIAL_ADMIN_34' => "Number of tweets to display.",
'LAN_SOCIAL_ADMIN_35' => "Light",
'LAN_SOCIAL_ADMIN_36' => "Dark",
'LAN_SOCIAL_ADMIN_37' => "Open Graph Meta",
'LAN_SOCIAL_ADMIN_38' => "Scope",
'LAN_SOCIAL_ADMIN_39' => "Providers",
'LAN_SOCIAL_ADMIN_40' => "Update User Display Name",
'LAN_SOCIAL_ADMIN_41' => "Update User Avatar",
'LAN_SOCIAL_ADMIN_42' => "Custom Image",
'LAN_SOCIAL_ADMIN_43' => "A [database update] is required to continue using this plugin.",
'LAN_SOCIAL_ADMIN_44' => "Add New Provider",
'LAN_SOCIAL_ADMIN_45' => "These social login providers are currently configured.nIf the master switch [b]Social Signup/Login[/b] is toggled on, each provider in this table that is also toggled on may be used for user registration and login. If you empty the fields of a provider here and save, it will move to the [b]Add New Provider[/b] section.",
'LAN_SOCIAL_ADMIN_46' => "These are the available social login providers, which have not been configured. Once you configure and save a provider here, it will move to the [b]Configured[/b] section.",
'LAN_SOCIAL_ADMIN_47' => "Broken Configured Providers",
'LAN_SOCIAL_ADMIN_48' => "These social login providers were configured in the past but no longer have an adapter that can support them.[br]This may be due to them no longer existing or being replaced by a different provider.",
'LAN_SOCIAL_ADMIN_49' => "Test Page",
'LAN_SOCIAL_ADMIN_50' => "Enable or disable the social login test page",
'LAN_SOCIAL_ADMIN_08' => "Note: In most cases, you will need to obtain an application ID and secret key from social login providers.nIf a provider's name is a link, that link should take you to the login application configuration documentation.nnYou may test your configuration with the following URL after enabling the [b]Test Page[/b] option:",
'LAN_SOCIAL_ADMIN_09' => "Your callback URL is:",
'LAN_SOCIAL_ADMIN_51' => "Social Login System",
];