{footer_script}{literal} $('.strings tr.string td.toggler').click(function() { if ($(this).hasClass('iconpla-plus-circled')) { $(this).removeClass('iconpla-plus-circled').addClass('iconpla-minus-circled'); $(this).parent().nextUntil('tr.string').show(); } else { $(this).removeClass('iconpla-minus-circled').addClass('iconpla-plus-circled'); $(this).parent().nextUntil('tr.string').hide(); } }); $('.strings tr.string').hover( function() { $(this).addClass('hover').nextUntil('tr.string').addClass('hover'); }, function() { $(this).removeClass('hover').nextUntil('tr.string').removeClass('hover'); } ); $('.strings tr.file').hover( function() { $(this).prevAll('tr.string:first').addClass('hover').nextUntil('tr.string').addClass('hover'); }, function() { $(this).prevAll('tr.string:first').removeClass('hover').nextUntil('tr.string').removeClass('hover'); } ); $('.open-all').click(function() { $('.strings tr.string td.toggler').removeClass('iconpla-plus-circled').addClass('iconpla-minus-circled'); $('.strings tr.file').show(); }); $('.open-missing').click(function() { $('.strings tr.string.missing td.toggler').removeClass('iconpla-plus-circled').addClass('iconpla-minus-circled'); $('.strings tr.file.string-missing').show(); }); $('.close-all').click(function() { $('.strings tr.string td.toggler').removeClass('iconpla-minus-circled').addClass('iconpla-plus-circled'); $('.strings tr.file').hide(); }); $('.tiptip').tipTip({ delay: 0, fadeIn: 200, fadeOut: 200, defaultPosition: 'right' }); {/literal}{/footer_script} {html_style} .strings tr td:nth-last-child(-n+{math equation="2+x" x=$PLA_LANG_FILES|@count}) {ldelim} text-align:center; } {/html_style}
{'Analysis results'|translate}

{'Expand all'|translate} / {'Expand missing'|translate} / {'Collapse all'|translate}

{foreach from=$PLA_LANG_FILES item=lang_file} {/foreach} {foreach from=$PLA_STRINGS item=data key=string} {if $data.is_admin} {else}{/if} {foreach from=$PLA_LANG_FILES item=lang_file} {/foreach} {foreach from=$data.files item=file_data key=file} {if $file_data.is_admin} {else}{/if} {foreach from=$PLA_LANG_FILES item=lang_file} {/foreach} {foreachelse} {''|str_repeat:(3+$PLA_LANG_FILES|@count)} {/foreach} {* *} {/foreach} {* *} {''|str_repeat:(3+$PLA_LANG_FILES|@count)}
{'Missing'|translate} {'Useless'|translate} {'Dependency'|translate}{$lang_file}common.lang admin.lang
{$string|htmlspecialchars} {if isset($data.warnings)}{/if} {'Admin'|translate}{'Common'|translate}{if $lang_file|in_array:$data.in_plugin}{'Yes'|translate}{else}{'No'|translate}{/if}{if $data.in_common}{'Yes'|translate}{else}{'No'|translate}{/if} {if $data.in_admin}{'Yes'|translate}{else}{'No'|translate}{/if}
{$file} ({', '|@implode:$file_data.lines}){'Admin'|translate}{'Common'|translate}{if $lang_file|in_array:$file_data.lang_files}{'Yes'|translate}{else}{'No'|translate}{/if}
{'Unused'|translate}
{'%d strings : %d missing and %d useless.'|translate|sprintf:$PLA_COUNTS.total:$PLA_COUNTS.missing:$PLA_COUNTS.useless}

{'Refresh'|translate}