{strip}
{bithelp}
{include file="bitpackage:languages/translate_google_ajax_inc.tpl"}

{tr}Master Language Strings{/tr}

{minifind name="Search master strings" sort_mode=$sort_mode} {if $sources} {form legend="Edit Translations" id="translateform"} {formfeedback hash=$masterMsg} {formfeedback warning="You will need to clear the System Cache to see the changes." link="languages/edit_languages.php/System Cache"} {tr}Translations strings may appear empty if the language is not loaded. The language will be automatically loaded when you click the edit icon.{/tr} {foreach from=$sources item=sourceHash}
{formlabel label="Master String" for="master_string"} {forminput} {/forminput}
{*
 
*} {foreach from=$languages key=langCode item=lang} {if $langCode ne 'en'}
{forminput} {* if results are guessed, we don't need to escape *} {if $masterStrings.$sourceHash.textarea} {if $gBitSystem->getConfig('google_api_key')}
{biticon iname="google-favicon" ipackage="languages" iexplain="Auto-Translate"} Auto
{/if} {else}
{if $gBitSystem->getConfig('google_api_key')}
{biticon iname="google-favicon" ipackage="languages" iexplain="Auto-Translate"} Auto
{/if}
{/if}
{$lang.native_name}
{/forminput}
{/if} {/foreach} {/foreach}
{if $gBitSystem->getConfig('google_api_key')}
Auto Translate Empty Strings
{/if}
{formhelp note="Auto Translations will try and get an estimated translation using google language tools. Please make sure you check the returned strings for incorrect formatting."}
{/form} {else} {form legend="Translation Filter"}
{formlabel label="Filter" for=""} {forminput}


{formhelp note="Limit the translated filter to this language"} {/forminput}
{/form} {form legend="Translations" id="translateform"} {alphabar iall=1 filter_lang=$smarty.request.filter_lang filter=$smarty.request.filter} {formfeedback hash=$feedback} {if $masterStrings} {/if}
    {foreach from=$masterStrings key=sourceHash item=master}
  1. {$master.source|escape}
  2. {/foreach}
{alphabar iall=1} {/form} {/if}
{/strip}