{"Step 1: Database Info"|alang}

{"Name your synchronization"|alang}


{"External Database"|alang} ({"Database you wish to synchronize with"|alang})
{if isset($__ishosted) and $__ishosted}
{"Your database user must be allowed to connect from host: "|alang} {$__hostedip}
{/if}

{"Database"|alang}
{"Database Name"|alang}
{"Database Host"|alang}
 
{"Database Username"|alang}
{"Database Password"|alang}
 
{"Source Character Set"|alang}



{"Sync Into"|alang}
 
{if isset($sync_destinations_template)} {if $sync_destinations_template != ''} {include file=$sync_destinations_template} {/if} {/if}

{"Step 2: Select Table"|alang}

{"Tables found in this database:"|alang}
{*foreach from=$rows item=row} {/foreach*}
{"Or enter a query you would like to use:"|alang}

{"Select Fields to Map"|alang}

{"Select which fields you wish to synchronize to their destinations."|alang}
{"Your External Database"|alang} {"The Field To Sync In"|alang}

{"Select Query Rules"|alang}

{"Query Info"|alang}

{"Here is the sample query you entered:"|alang}

{"Current Rules"|alang}

{"No rules setup."|alang}

{"Add Rule"|alang}

{"Where"|alang} {"You are responsible for escaping! Also, if constructing a LIST, then strings should be encapsulated with quotes."|help}

{"Sync Options"|alang}

{foreach from=$opts item=o}
{if $o.descript != ''} {$o.descript|help} {/if}
{/foreach}
{"Step:"|alang} 1 2 3 4
{if !$demoMode} {else} {"Disabled in demo"|alang} {/if}