{minifind name="Search master strings" sort_mode=$sort_mode}
{if $sources}
{form legend="Edit Translations"}
{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}
*}
{foreach from=$languages key=langCode item=lang}
{if $langCode ne 'en'}
{formlabel label=$lang.native_name no_translate=1}
{forminput}
{* if results are guessed, we don't need to escape *}
{if $masterStrings.$sourceHash.textarea}
{else}
{/if}
{/forminput}
{/if}
{/foreach}
{/foreach}
{formhelp note="Guess Translations will try and get an estimated translation using google language tools. Please make sure you check the returned strings for messed up HTML."}
{/form}
{else}
{form legend="Translation Filter"}
{formlabel label="Filter" for=""}
{forminput}
{formhelp note="Limit the translated filter to this language"}
{/forminput}