From b70a4dd41c8b748e5c391d74aee6688bf5a0f88f Mon Sep 17 00:00:00 2001 From: Matthias Mees Date: Fri, 7 Mar 2014 13:29:28 +0100 Subject: [PATCH] More i18n maintenance (stray markers, hard-coded constants) --- templates/2k11/admin/comments.inc.tpl | 6 +++--- templates/2k11/admin/groups.inc.tpl | 4 ++-- templates/2k11/admin/media_properties.tpl | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/templates/2k11/admin/comments.inc.tpl b/templates/2k11/admin/comments.inc.tpl index 48dcb806..def7fd66 100644 --- a/templates/2k11/admin/comments.inc.tpl +++ b/templates/2k11/admin/comments.inc.tpl @@ -79,7 +79,7 @@ - {* l18n *} + {* i18n *} @@ -95,13 +95,13 @@ {if $c_type == 'TRACKBACK'} {$CONST.NO_TRACKBACKS} {else if $c_type == 'PINGBACK'} - {$CONST.NO_PINGBACKS} {* l18n *} + {$CONST.NO_PINGBACKS} {* i18n *} {else} {$CONST.NO_COMMENTS} {/if} - Return to default comment list {* l18n *} + Return to default comment list {* i18n *} {else}
{$formtoken} diff --git a/templates/2k11/admin/groups.inc.tpl b/templates/2k11/admin/groups.inc.tpl index d21f523b..6b5f23a0 100644 --- a/templates/2k11/admin/groups.inc.tpl +++ b/templates/2k11/admin/groups.inc.tpl @@ -36,9 +36,9 @@ {/if}
- + - Use as uppercased eg. 'EXAMPLE_GROUP' name, but not as a constant 'USERLEVEL_XYZ' group name. + Use as uppercased eg. 'EXAMPLE_GROUP' name, but not as a constant 'USERLEVEL_XYZ' group name. {* i18n *}
diff --git a/templates/2k11/admin/media_properties.tpl b/templates/2k11/admin/media_properties.tpl index 8577cf92..dccb6172 100644 --- a/templates/2k11/admin/media_properties.tpl +++ b/templates/2k11/admin/media_properties.tpl @@ -13,7 +13,7 @@ {if $media.is_edit}
{if NOT $media.case_add} - Back + {$CONST.BACK} {/if}