1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-31 10:01:56 +02:00

Issue #5465 Plugin language file conversion.

This commit is contained in:
camer0n
2025-04-11 07:23:45 -07:00
parent 9de234324c
commit bea796463e
74 changed files with 1787 additions and 2263 deletions

View File

@@ -7,64 +7,58 @@
+----------------------------------------------------------------------------+
*/
define("LAN_SOCIAL_ADMIN_00", "Applications");
define("LAN_SOCIAL_ADMIN_01", "Pages");
define("LAN_SOCIAL_ADMIN_02", "Configured Login Providers"); //tab
define("LAN_SOCIAL_ADMIN_03", "Signup/Login"); //bar
define("LAN_SOCIAL_ADMIN_04", "Provider");
define("LAN_SOCIAL_ADMIN_05", "Key/ID");
define("LAN_SOCIAL_ADMIN_06", "Secret");
define("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.");
define("LAN_SOCIAL_ADMIN_10", "Get a key from the provider");
define("LAN_SOCIAL_ADMIN_11", "Your");
define("LAN_SOCIAL_ADMIN_12", "page");
define("LAN_SOCIAL_ADMIN_13", "Used by some themes to provide a link to your ");
define("LAN_SOCIAL_ADMIN_14", "Share Buttons");
define("LAN_SOCIAL_ADMIN_15", "Facebook Comments");
define("LAN_SOCIAL_ADMIN_16", "Facebook Menu");
define("LAN_SOCIAL_ADMIN_17", "Twitter Menu");
define("LAN_SOCIAL_ADMIN_18", "Limit");
define("LAN_SOCIAL_ADMIN_19", "Theme");
define("LAN_SOCIAL_ADMIN_20", "Action");
define("LAN_SOCIAL_ADMIN_21", "Text while loading");
define("LAN_SOCIAL_ADMIN_22", "Width");
define("LAN_SOCIAL_ADMIN_23", "Height");
define("LAN_SOCIAL_ADMIN_24", "Display Mode");
define("LAN_SOCIAL_ADMIN_25", "Normal");
define("LAN_SOCIAL_ADMIN_26", "Dropdown");
define("LAN_SOCIAL_ADMIN_27", "Disabled");
define("LAN_SOCIAL_ADMIN_28", "Excluding the # symbol.");
define("LAN_SOCIAL_ADMIN_29", "Number of comments to display.");
define("LAN_SOCIAL_ADMIN_30", "Loading...");
define("LAN_SOCIAL_ADMIN_31", "Width in px");
define("LAN_SOCIAL_ADMIN_32", "Recommend");
define("LAN_SOCIAL_ADMIN_33", "Height in px");
define("LAN_SOCIAL_ADMIN_34", "Number of tweets to display.");
define("LAN_SOCIAL_ADMIN_35", "Light");
define("LAN_SOCIAL_ADMIN_36", "Dark");
define("LAN_SOCIAL_ADMIN_37", "Open Graph Meta");
define("LAN_SOCIAL_ADMIN_38", "Scope");
define("LAN_SOCIAL_ADMIN_39", "Providers");
define("LAN_SOCIAL_ADMIN_40", "Update User Display Name");
define("LAN_SOCIAL_ADMIN_41", "Update User Avatar");
define("LAN_SOCIAL_ADMIN_42", "Custom Image");
define("LAN_SOCIAL_ADMIN_43","A [database update] is required to continue using this plugin.");
define("LAN_SOCIAL_ADMIN_44", "Add New Provider");
define("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.");
define("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.");
define("LAN_SOCIAL_ADMIN_47", "Broken Configured Providers");
define("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.");
define("LAN_SOCIAL_ADMIN_49", "Test Page");
define("LAN_SOCIAL_ADMIN_50", "Enable or disable the social login test page");
define("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.\n\nYou may test your configuration with the following URL after enabling the [b]Test Page[/b] option:");
define("LAN_SOCIAL_ADMIN_09", "Your callback URL is: ");
define("LAN_SOCIAL_ADMIN_51", "Social Login System");
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",
];