{* $Id: *} {extends 'layout_view.tpl'} {block name="title"} {title}{$title|escape}{/title} {/block} {block name="content"}
{if isset($expmsg)} {remarksbox type="note" title="{tr}Note:{/tr}"} {$expmsg} {/remarksbox} {/if} {if (empty($db_languages))} {remarksbox type="note" title="{tr}Information{/tr}" close="n"} {tr}No translations in the database available to export{/tr} {/remarksbox} {else} {if $tiki_p_admin eq 'y' and $langIsWritable}
{if $prefs.lang_control_contribution eq 'y'}
{/if}
{remarksbox type="warning" title="{tr}Warning{/tr}" close="n"} {tr}The translations in the database will be merged with the other translations in language.php. After writing translations to language.php the translations are removed from the database.{/tr} {/remarksbox} {/if} {if !$langIsWritable} {remarksbox type="note" title="{tr}Note:{/tr}"} {tr}To be able to write your translations back to language.php make sure that the web server has write permission in the lang/ directory.{/tr} {/remarksbox} {/if}
{if $langIsWritable} {/if}
{/if}
{/block}