Your IP : 216.73.216.182


Current Path : /var/www/html/administrator/components/com_osmembership/updates/
Upload File :
Current File : /var/www/html/administrator/components/com_osmembership/updates/items.php

<?php
/**
 * @package            Joomla
 * @subpackage         Membership Pro
 * @author             Tuan Pham Ngoc
 * @copyright          Copyright (C) 2010 - 2026 Ossolution Team
 * @license            GNU/GPL, see LICENSE.php
 */

return [
	'3.3.0' => [
		'OSM_LOAD_BOOTSTRAP_CSS_IN_FRONTEND'    => 'Load Twitter Bootstrap CSS',
		'OSM_TWITTER_BOOTSTRAP_VERSION'         => 'Frontend Framework',
		'OSM_TWITTER_BOOTSTRAP_VERSION_EXPLAIN' => 'Set this option to the frontend framework uses by your site template. If you do not know which frontend framework uses by your template, it should be safe to set this option to Twitter Bootstrap 2 (for Joomla 3) or Twitter Bootstrap 5 (for Joomla 4).',
		'OSM_GROSS_AMOUNT'                      => 'Total Amount',
		'OSM_NET_AMOUNT'                        => 'Amount',
	],
	'4.0.0' => [
		'OSM_CSV_IMPORT_TEMPLATE' => 'Import Template',
	],
	'4.3.0' => [
		'OSM_SUBSCRIBE_ACCESS_EXPLAIN' => 'Choose the Access Level which will be allowed to subscribe for this plan. This is not the access level subscribers will be assigned to when subscribe to this plan',
	],
	'4.3.1' => [
		'OSM_BLOCK_SUBSCRIPTION_IF_EU_VAT_NUMBER_IS_INVALID' => 'Block Subscription If VAT Number Is Invalid',
	],
	'4.4.1' => [
		'OSM_HIDE_ON_MEMBERSHIP_RENEWAL_EXPLAIN' => 'If set to Yes, when users renew membership, this field will be hidden. Data from this field will be get from the profile data',
		'OSM_HIDE_ON_MEMBERSHIP_UPGRADE_EXPLAIN' => 'If set to Yes, when users upgrade membership, this field will be hidden',
		'OSM_HIDE_ON_EMAIL_EXPLAIN'              => 'If set to Yes, this field will be hidden in the email sent to admin and subscribers',
		'OSM_HIDE_ON_EXPORT_EXPLAIN'             => 'If set to Yes, this field will be hidden on the subscriptions export',
		'OSM_HIDE_SIGN_UP_IF_UPGRADE_EXPLAIN'    => 'If set to Yes, when there is upgrade option available to allow users to upgrade to the plan, sign up button for that plan will be hidden',
		'OSM_HIDE_ACTIVE_PLANS_EXPLAIN'          => 'If set to Yes, the active subscription plans of the current logged in user will be hidden on plans list',
		'OSM_HIDE_DETAILS_BUTTON_EXPLAIN'        => 'If set to Yes, the Details button to link to plan details page on plan lists will be hidden',
	],
	'4.5.2' => [
		'OSM_DISCOUNTS' => 'Renewal Discounts',
		'OSM_BATCH_DISCOUNTS' => 'Batch Renewal Discounts',
		'OSM_BATCH_DISCOUNTS_TITLE' => 'Batch Renewal Discounts',
	],
];