<?xml version="1.0" encoding="utf-8"?>
<extension type="plugin" version="3" group="system" method="upgrade">
	<name>AMLANG_PLG_SYSTEM_AMLANG</name>
	<creationDate>26.06.2018</creationDate>
	<author>Resh Maxim</author>
	<authorEmail>service@arenam.ru</authorEmail>
	<authorUrl>http://arenam.ru</authorUrl>
	<copyright>Copyright (C) 2018. All rights reserved.</copyright>
	<license>GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html</license>
	<version>1.1.3</version>
	<description>
		<![CDATA[
			<div style='font-size: 30px;font-weight: 600;padding-bottom:10px;line-height: 30px;'>AM Lang</div><div><b>AM Lang</b> The plugin allows you to add multilingual content in one article. The main difference from similar plug-ins is the ability to add multilingual content to article titles, modules, components, meta tags, descriptions, and even directly in the Joomla template. <br /><br /><b>To start using:</b><br />Enable the plugin in <a href="/administrator/index.php?option=com_plugins&filter_search=AM%20Lang">Plugin Manager</a>.<br /><br /><b>Example of use:</b><br />{lang en}text{/lang} Show only for English.<br />{lang !en}text{/lang} Do not show for English.<br />{lang *en}text{/lang} Show text for the current language for registered users only.<br /><br /><a href="http://arenam.ru/en/jextensions">SEE MORE EXTENSIONS FROM ME.</a><br /><br />All rights reserved <a href='http://arenam.ru/' target='_blank'><b>&#174;ArenaM.ru</b></a> | Maxim Resh.<br /></div><div style='font-size: 18px;font-weight: 600;padding-bottom:10px;line-height: 18px;'>Thanks for using!</div>
		]]>
	</description>
	<files>
		<filename plugin="amlang">amlang.php</filename>
	</files>
	<languages folder="admin">
		<language tag="en-GB">language/en-GB/en-GB.plg_system_amlang.ini</language>
		<language tag="en-GB">language/en-GB/en-GB.plg_system_amlang.sys.ini</language>
	</languages>
	<config>
        <fields name="params">
            <fieldset name="basic">
                <field
						name="noregmess"
						type="radio"
						class="btn-group btn-group-yesno radio"
						label="AMLANG_SHOW_MESSAGE_TO_UNREGISTERED_LBL"
						default="1"
						description="AMLANG_SHOW_MESSAGE_TO_UNREGISTERED_DESC">
					<option value="0">JNO</option>
					<option value="1">JYES</option>
				</field>
			</fieldset>
        </fields>
    </config>
	<scriptfile>script.php</scriptfile>
	<updateservers>
		<server type="extension" priority="1" name="AMLANG_UPDATE_SERVER_NAME">http://arenam.ru/updt?extension=plg_system_amlang</server>
    </updateservers>
	
</extension>