{extends file="admin-layout.tpl"} {block name="page-title"}{intl l='Translations'}{/block} {block name="check-resource"}admin.configuration.variable{/block} {block name="check-access"}update{/block} {block name="main-content"}
{intl l="Translation"}
{include file = "includes/inner-form-toolbar.html" close_url = {url path='/admin/configuration'} }
{if $item_to_translate == 'mo'}
{else if $item_to_translate == 'fo'}
{else if $item_to_translate == 'bo'}
{else if $item_to_translate == 'pf'}
{/if}
{* -- STRINGS TO TRANSLATE --------------------------------------------- *} {$currfile = false} {$untranslated = 0} {foreach $all_strings as $hash => $info} {$not_translated = empty($info.translation)} {if $view_missing_traductions_only != 1 || $not_translated } {* Create a liste of files names *} {if count($info.files) > 1} {$label = {intl l='In pages:'}} {capture name="banner" assign=file_names}
    {foreach $info.files as $file}
  • {$file}
  • {/foreach}
{/capture} {else} {$label = {intl l='In page'}} {$file_names = $info.files.0} {/if} {* Display current file liste, if required *} {if $file_names != $currfile} {if $currfile !== false} {* Close current panel *}
{/if} {$currfile = $file_names}
{loop name="lang_list" type="lang" id=$edit_language_id} {intl l=$TITLE} {/loop} {$label} {$file_names nofilter}
{/if} {/if} {/foreach}
{$info.chaine} {if $info.dollar}
{intl l='Warning'} {intl l='Il seems that this string contains a Smarty variable ($). If \'s the case, it cannot be transleted properly.'}
{/if}
{* panel *}
{/block} {block name="javascript-initialization"} {/block}