﻿===============================================================================================
 Entries for the license plate number with own registration
===============================================================================================

 Mandatory text entries
	<l10n>
		<text name="vehicleLicense"><de><![CDATA[%s zulassen]]></de><en><![CDATA[register %s]]></en></text>
		<text name="Char142"><de><![CDATA[Ä]]></de><en><![CDATA[A]]></en></text>
		<text name="Char153"><de><![CDATA[Ö]]></de><en><![CDATA[O]]></en></text>
		<text name="Char154"><de><![CDATA[Ü]]></de><en><![CDATA[U]]></en></text>
		<text name="vehicleLicenseAllreadyTaken"><de><![CDATA[Dieses Kennzeichen wird bereits für
%s
verwendet, bitte ein anderes wählen.]]></de><en><![CDATA[This license plate already used for
%s
please choose another one.]]></en></text>
	</l10n>


 Inputbindings that are needed for vehicle registration
	<inputBindings>
		<input name="vehicleLicense" category="VEHICLE"  key1="KEY_lctrl KEY_y" button="" />
	</inputBindings>


 Specialization definition for later use in vehicle types
	<specializations>
		<specialization name="numberPlates" 	className="numberPlates" 	filename="numberPlates.lua"/>
	</specializations>


 Entry of specialization in VehicleType
	<vehicleTypes>
		<type name="YourVehicleType" className="Vehicle" filename="$dataS/scripts/vehicles/Vehicle.lua">
			<specialization name="numberPlates" />
		</type>
	</vehicleTypes>
 	


===============================================================================================
===============================================================================================
===============================================================================================
 Entries for the license plate number without own registration
 -- (additional license plate, only to attachable equipment)
===============================================================================================


 Specialization definition for later use in vehicle types
	<specializations>
		<specialization name="numberPlatesConnect" 	className="numberPlatesConnect" 	filename="numberPlatesConnect.lua"/>
	</specializations>

 Entry of specialization in VehicleType
	<vehicleTypes>
		<type name="YourVehicleType" className="Vehicle" filename="$dataS/scripts/vehicles/Vehicle.lua">
			<specialization name="numberPlatesConnect" />
		</type>
    </vehicleTypes>
