Archived
1
0

Provide language constant.

This commit is contained in:
Garvin Hicking
2014-05-22 10:49:36 +02:00
parent 8401827afb
commit e6320100e8
66 changed files with 67 additions and 2 deletions
+2 -2
View File
@@ -47,7 +47,7 @@
<dd>{$cur_tpl.info.author}</dd>
<dt class="template_date">{$CONST.LAST_UPDATED}:</dt>
<dd>{$cur_tpl.info.date}</dd>
<dt class="template_config">{$CONST.CUSTOM_CONFIG|default:'Custom configuration file'}:</dt>{* # i18n *}
<dt class="template_config">{$CONST.CUSTOM_CONFIG}:</dt>
<dd>{$cur_tpl.info.custom_config|default:$CONST.NO}</dd>
<dt class="template_admin">{$CONST.CUSTOM_ADMIN_INTERFACE}:</dt>
<dd>{$cur_tpl.info.custom_admin_interface}</dd>
@@ -115,7 +115,7 @@
<dd>{$info.info.author}</dd>
<dt class="template_date">{$CONST.LAST_UPDATED}:</dt>
<dd>{$info.info.date}</dd>
<dt class="template_config">{$CONST.CUSTOM_CONFIG|default:'Custom configuration file'}:</dt>{* # i18n *}
<dt class="template_config">{$CONST.CUSTOM_CONFIG}:</dt>
<dd>{$info.info.custom_config|default:$CONST.NO}</dd>
<dt class="template_admin">{$CONST.CUSTOM_ADMIN_INTERFACE}:</dt>
<dd>{if $info.info.custom_admin_interface} {$info.info.custom_admin_interface} {else} {$CONST.NO} {/if}</dd>