mirror of
https://github.com/e107inc/e107.git
synced 2025-08-22 14:13:03 +02:00
Issue #5465 Plugin language file conversion.
This commit is contained in:
@@ -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",
|
||||
];
|
||||
|
@@ -7,23 +7,20 @@
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
//LAN_SOCIAL_000 to LAN_SOCIAL_099 // Common parts of the frontend
|
||||
define("LAN_SOCIAL_000", "Share On [x]");
|
||||
define("LAN_SOCIAL_001", "Like on [x]");
|
||||
define("LAN_SOCIAL_002", "Email to someone");
|
||||
define("LAN_SOCIAL_003", "+1 on Google");
|
||||
define("LAN_SOCIAL_004", "Add to [x]");
|
||||
define("LAN_SOCIAL_005", "Check out this link:");
|
||||
|
||||
|
||||
//LAN_SOCIAL_100 to LAN_SOCIAL_199 // Facebook specific
|
||||
define("LAN_SOCIAL_100", "Unable to display feed. Facebook App ID has not been defined in preferences.");
|
||||
|
||||
|
||||
//LAN_SOCIAL_200 to LAN_SOCIAL_299 // Twitter specific
|
||||
define("LAN_SOCIAL_200", "Unable to display feed. Twitter URL has not been defined in preferences.");
|
||||
define("LAN_SOCIAL_201", "Tweets by");
|
||||
define("LAN_SOCIAL_202", "Post to Twitter");
|
||||
define("LAN_SOCIAL_203", "Type your tweet here.");
|
||||
define("LAN_SOCIAL_204", "Share");
|
||||
define("LAN_SOCIAL_205", "Unable to render comments. Missing Facebook appID.");
|
||||
define("LAN_SOCIAL_WARNING", "Facebook comments requires that you have a facebook App ID. See the 'social login' area in admin-preferences to add one.");
|
||||
return [
|
||||
'LAN_SOCIAL_000' => "Share On [x]",
|
||||
'LAN_SOCIAL_001' => "Like on [x]",
|
||||
'LAN_SOCIAL_002' => "Email to someone",
|
||||
'LAN_SOCIAL_003' => "+1 on Google",
|
||||
'LAN_SOCIAL_004' => "Add to [x]",
|
||||
'LAN_SOCIAL_005' => "Check out this link:",
|
||||
'LAN_SOCIAL_100' => "Unable to display feed. Facebook App ID has not been defined in preferences.",
|
||||
'LAN_SOCIAL_200' => "Unable to display feed. Twitter URL has not been defined in preferences.",
|
||||
'LAN_SOCIAL_201' => "Tweets by",
|
||||
'LAN_SOCIAL_202' => "Post to Twitter",
|
||||
'LAN_SOCIAL_203' => "Type your tweet here.",
|
||||
'LAN_SOCIAL_204' => "Share",
|
||||
'LAN_SOCIAL_205' => "Unable to render comments. Missing Facebook appID.",
|
||||
'LAN_SOCIAL_WARNING' => "Facebook comments requires that you have a facebook App ID. See the 'social login' area in admin-preferences to add one.",
|
||||
];
|
||||
|
@@ -7,10 +7,12 @@
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
define("LAN_SOCIAL_ADMIN_SUMM", "Adds Facebook, Twitter and other social media widgets to e107.");
|
||||
define("LAN_PLUGIN_SOCIAL_DESCR", "Adds options to replace the e107 comment engine with Facebook. Add Twitter feeds to your site. etc.");
|
||||
|
||||
define("LAN_PLUGIN_SOCIAL_SIGNIN", "Sign in with:");
|
||||
define("LAN_PLUGIN_SOCIAL_XUP_SIGNUP", "Sign-in with your [x] account");
|
||||
define("LAN_PLUGIN_SOCIAL_XUP_REG", "Register with your [x] account");
|
||||
define("LAN_PLUGIN_SOCIAL_NAME", "Social");
|
||||
return [
|
||||
'LAN_SOCIAL_ADMIN_SUMM' => "Adds Facebook, Twitter and other social media widgets to e107.",
|
||||
'LAN_PLUGIN_SOCIAL_DESCR' => "Adds options to replace the e107 comment engine with Facebook. Add Twitter feeds to your site. etc.",
|
||||
'LAN_PLUGIN_SOCIAL_SIGNIN' => "Sign in with:",
|
||||
'LAN_PLUGIN_SOCIAL_XUP_SIGNUP' => "Sign-in with your [x] account",
|
||||
'LAN_PLUGIN_SOCIAL_XUP_REG' => "Register with your [x] account",
|
||||
'LAN_PLUGIN_SOCIAL_NAME' => "Social",
|
||||
];
|
||||
|
Reference in New Issue
Block a user