<?xml version="1.0" encoding="utf-8"?>
<!-- define "link" attribute in case the table doesn't follow the standard notation of "_lang_" -->
<translation table="#__vikappointments_lang_subscr" id="subscription" link="#__vikappointments_subscription">

	<columns>

		<!-- define primary key column -->
		<column name="id" rule="pk" />

		<!-- omit "link" attribute in case the columns of both the tables have the same name -->
		<column name="name" rule="content" />
		<column name="description" rule="content" />

		<!-- define foreign key column to create a relation with translation link -->
		<!-- define "link" attribute in case the landing table PK is not equals to "id" -->
		<column name="id_subscr" rule="fk" />

		<!-- define column used to register the translation language tag -->
		<column name="tag" rule="language" />

	</columns>
	
</translation>