Add missing i18n markers.
This commit is contained in:
parent
205bc5f65c
commit
82b2f2f8fe
@ -27,7 +27,7 @@
|
|||||||
{if $item.guessedInput}
|
{if $item.guessedInput}
|
||||||
{if $item.type == 'bool'}
|
{if $item.type == 'bool'}
|
||||||
<fieldset class="clearfix {$zebra_class}">
|
<fieldset class="clearfix {$zebra_class}">
|
||||||
<legend><span>{$item.title}{if $item.description != ''} <button class="toggle_info button_link" type="button" data-href="#{$item.var}_info"><span class="icon-info-circled"></span><span class="visuallyhidden"> More</span></button>{/if}</span></legend>
|
<legend><span>{$item.title}{if $item.description != ''} <button class="toggle_info button_link" type="button" data-href="#{$item.var}_info"><span class="icon-info-circled"></span><span class="visuallyhidden"> More</span></button>{/if}</span></legend> {* i18n *}
|
||||||
<div class="clearfix grouped">
|
<div class="clearfix grouped">
|
||||||
{$item.guessedInput}
|
{$item.guessedInput}
|
||||||
</div>
|
</div>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{if $importForm}
|
{if $importForm}
|
||||||
{if $die}
|
{if $die}
|
||||||
<span class="msg_error"><span class="icon-attention-circled"></span> FAILURE: Unable to require import module, possible syntax error?</span>
|
<span class="msg_error"><span class="icon-attention-circled"></span> FAILURE: Unable to require import module, possible syntax error?</span> {* i18n *}
|
||||||
{else}
|
{else}
|
||||||
{if $validateData}
|
{if $validateData}
|
||||||
<span class="msg_notice"><span class="icon-info-circled"></span> {$CONST.IMPORT_STARTING}</span>
|
<span class="msg_notice"><span class="icon-info-circled"></span> {$CONST.IMPORT_STARTING}</span>
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
<section id="dashboard_update">
|
<section id="dashboard_update">
|
||||||
<h3>Update notification</h3> {* i18n *}
|
<h3>Update notification</h3> {* i18n *}
|
||||||
|
|
||||||
<span class="msg_notice"><span class="icon-info-circled"></span> New stable Serendipity version available: {$curVersion}</span>
|
<span class="msg_notice"><span class="icon-info-circled"></span> New stable Serendipity version available: {$curVersion}</span> {* i18n *}
|
||||||
</section>
|
</section>
|
||||||
{/if}
|
{/if}
|
||||||
{if is_array($comments)}
|
{if is_array($comments)}
|
||||||
|
@ -55,7 +55,7 @@
|
|||||||
</div>
|
</div>
|
||||||
{elseif $ctype == 'media'}
|
{elseif $ctype == 'media'}
|
||||||
<div class="clearfix form_field media_choose">
|
<div class="clearfix form_field media_choose">
|
||||||
<label for="serendipity[{$postKey}][{$config_item}]">{$cname}{if $cdesc != ''} <button class="toggle_info button_link" type="button" data-href="#{$postKey}_{$config_item}_info"><span class="icon-info-circled"></span><span class="visuallyhidden"> More</span></button>{/if}</label>
|
<label for="serendipity[{$postKey}][{$config_item}]">{$cname}{if $cdesc != ''} <button class="toggle_info button_link" type="button" data-href="#{$postKey}_{$config_item}_info"><span class="icon-info-circled"></span><span class="visuallyhidden"> More</span></button>{/if}</label> {* i18n *}
|
||||||
|
|
||||||
<input id="serendipity[{$postKey}][{$config_item}]" class="change_preview" name="serendipity[{$postKey}][{$config_item}]" type="text" data-configitem="{$config_item}" data-pmwidth="{$preview_width}" data-pmheight="{$preview_height}" value="{$value}">{* This should maybe be input[type=file] *}
|
<input id="serendipity[{$postKey}][{$config_item}]" class="change_preview" name="serendipity[{$postKey}][{$config_item}]" type="text" data-configitem="{$config_item}" data-pmwidth="{$preview_width}" data-pmheight="{$preview_height}" value="{$value}">{* This should maybe be input[type=file] *}
|
||||||
|
|
||||||
|
@ -145,7 +145,7 @@
|
|||||||
</section>
|
</section>
|
||||||
{if $memsnaps}
|
{if $memsnaps}
|
||||||
<section>
|
<section>
|
||||||
<h3>Memory Usage</h3>
|
<h3>Memory Usage</h3> {* i18n *}
|
||||||
|
|
||||||
<pre>{$memSnaps|print_r}</pre>
|
<pre>{$memSnaps|print_r}</pre>
|
||||||
</section>
|
</section>
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
{if $plugin_data['is_plugin_editable']}
|
{if $plugin_data['is_plugin_editable']}
|
||||||
<div class="form_check">
|
<div class="form_check">
|
||||||
<input id="remove_{$plugin_data['name']}" class="multidelete" name="serendipity[plugin_to_remove][]" type="checkbox" value="{$plugin_data['name']}" data-multidelid="{$plugin_data['css_key']}">
|
<input id="remove_{$plugin_data['name']}" class="multidelete" name="serendipity[plugin_to_remove][]" type="checkbox" value="{$plugin_data['name']}" data-multidelid="{$plugin_data['css_key']}">
|
||||||
<label for="remove_{$plugin_data['name']}" class="visuallyhidden">Remove this plugin</label>{* i18n *}
|
<label for="remove_{$plugin_data['name']}" class="visuallyhidden">Remove this plugin</label> {* i18n *}
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
<h5>
|
<h5>
|
||||||
@ -28,7 +28,7 @@
|
|||||||
</h5>
|
</h5>
|
||||||
|
|
||||||
<div id="g{$plugin_data['css_key']}" class="pluginmanager_grablet">
|
<div id="g{$plugin_data['css_key']}" class="pluginmanager_grablet">
|
||||||
<button id="grab{$plugin_data['css_key']}" class="icon_link button_link" type="button" title="Move"><span class="icon-move"></span><span class="visuallyhidden"> Move</span></button>{* i18n *}
|
<button id="grab{$plugin_data['css_key']}" class="icon_link button_link" type="button" title="Move"><span class="icon-move"></span><span class="visuallyhidden"> Move</span></button> {* i18n *}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{if $plugin_data['can_configure']}
|
{if $plugin_data['can_configure']}
|
||||||
@ -72,14 +72,14 @@
|
|||||||
{else}
|
{else}
|
||||||
<a href="?{$serendipity_setFormTokenUrl}&serendipity[adminModule]=plugins&submit=move+up&serendipity[plugin_to_move]={$plugin_data.key}{if $event_only}&serendipity[event_plugin]=true{/if}">
|
<a href="?{$serendipity_setFormTokenUrl}&serendipity[adminModule]=plugins&submit=move+up&serendipity[plugin_to_move]={$plugin_data.key}{if $event_only}&serendipity[event_plugin]=true{/if}">
|
||||||
<span class="icon-up-open"></span><span class="visuallyhidden"> UP</span>
|
<span class="icon-up-open"></span><span class="visuallyhidden"> UP</span>
|
||||||
</a>
|
</a> {* i18n *}
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
{if $sort_idx == $total - 1}
|
{if $sort_idx == $total - 1}
|
||||||
{else}
|
{else}
|
||||||
<a href="?{$serendipity_setFormTokenUrl}&serendipity[adminModule]=plugins&submit=move+down&serendipity[plugin_to_move]={$plugin_data.key}{if $event_only}&serendipity[event_plugin]=true{/if}">
|
<a href="?{$serendipity_setFormTokenUrl}&serendipity[adminModule]=plugins&submit=move+down&serendipity[plugin_to_move]={$plugin_data.key}{if $event_only}&serendipity[event_plugin]=true{/if}">
|
||||||
<span class="icon-down-open"></span><span class="visuallyhidden"> DOWN</span>
|
<span class="icon-down-open"></span><span class="visuallyhidden"> DOWN</span>
|
||||||
</a>
|
</a> {* i18n *}
|
||||||
{/if}
|
{/if}
|
||||||
</li>
|
</li>
|
||||||
</noscript>
|
</noscript>
|
||||||
|
@ -60,7 +60,7 @@
|
|||||||
<a class="button_link" href="?serendipity[adminModule]=templates&serendipity[adminAction]=editConfiguration" title="{$CONST.CONFIGURATION}">{$CONST.CONFIGURATION}</a>
|
<a class="button_link" href="?serendipity[adminModule]=templates&serendipity[adminAction]=editConfiguration" title="{$CONST.CONFIGURATION}">{$CONST.CONFIGURATION}</a>
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
<h2>Available Designs</h2>
|
<h2>Available Designs</h2> {* i18n *}
|
||||||
|
|
||||||
<ul class="plainList clearfix">
|
<ul class="plainList clearfix">
|
||||||
{foreach $templates as $template=>$info}
|
{foreach $templates as $template=>$info}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user