Need to introduce more new lang constants, sorry
This commit is contained in:
parent
b70a4dd41c
commit
fed19d9c02
@ -1,3 +1,6 @@
|
||||
@define('INSTALLER_KEY', 'Key');
|
||||
@define('INSTALLER_VALUE', 'Value');
|
||||
@define('CURRENT_TAB', 'Current tab: ');
|
||||
@define('CURRENT_TAB', 'Current tab: ');
|
||||
@define('PINGBACKS', 'Pingbacks');
|
||||
@define('NO_PINGBACKS', 'No Pingbacks');
|
||||
@define('GROUP_NAME_DESC', 'Use as uppercased eg. 'EXAMPLE_GROUP' name, but not as a constant 'USERLEVEL_XYZ' group name.');
|
@ -79,7 +79,7 @@
|
||||
<option value="">{$CONST.COMMENTS_FILTER_ALL}</option>
|
||||
<option value="NORMAL"{if $c_type == 'NORMAL'} selected{/if}>{$CONST.COMMENTS}</option>
|
||||
<option value="TRACKBACK"{if $c_type == 'TRACKBACK'} selected{/if}>{$CONST.TRACKBACKS}</option>
|
||||
<option value="PINGBACK"{if $c_type == 'PINGBACK'} selected{/if}>{$CONST.PINGBACKS}</option> {* i18n *}
|
||||
<option value="PINGBACK"{if $c_type == 'PINGBACK'} selected{/if}>{$CONST.PINGBACKS}</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
@ -95,13 +95,13 @@
|
||||
{if $c_type == 'TRACKBACK'}
|
||||
{$CONST.NO_TRACKBACKS}
|
||||
{else if $c_type == 'PINGBACK'}
|
||||
{$CONST.NO_PINGBACKS} {* i18n *}
|
||||
{$CONST.NO_PINGBACKS}
|
||||
{else}
|
||||
{$CONST.NO_COMMENTS}
|
||||
{/if}
|
||||
</span>
|
||||
|
||||
<a class="block_level" href="serendipity_admin.php?serendipity[adminModule]=comments">Return to default comment list</a> {* i18n *}
|
||||
<a class="block_level" href="serendipity_admin.php?serendipity[adminModule]=comments">{$CONST.BACK}</a>
|
||||
{else}
|
||||
<form id="formMultiDelete" action="" method="POST" name="formMultiDelete">
|
||||
{$formtoken}
|
||||
|
@ -38,7 +38,7 @@
|
||||
<div class="clearfix odd form_field">
|
||||
<label for="group_name">{$CONST.NAME} <button class="toggle_info button_link" type="button" data-href="#groupName_info"><span class="icon-info-circled"></span><span class="visuallyhidden"> {$CONST.MORE}</span></button></label>
|
||||
<input id="group_name" name="serendipity[name]" type="text" value="{$from.name|escape}">
|
||||
<span id="groupName_info" class="field_info additional_info">Use as uppercased eg. 'EXAMPLE_GROUP' name, but not as a constant 'USERLEVEL_XYZ' group name.</span> {* i18n *}
|
||||
<span id="groupName_info" class="field_info additional_info">{$CONST.GROUP_NAME_DESC}</span>
|
||||
</div>
|
||||
|
||||
<div class="clearfix even form_select">
|
||||
|
Loading…
x
Reference in New Issue
Block a user