From f0b273a9656faf9a523c670e08a7b633a294c3cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Fri, 4 May 2007 08:32:00 +0000 Subject: #131061: Very fast t() for a small set of strings, by Moshe Weitzman, webernet, chx, erdemkose and myself --- sites/default/settings.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'sites') diff --git a/sites/default/settings.php b/sites/default/settings.php index a418a8a6b..f0289e945 100644 --- a/sites/default/settings.php +++ b/sites/default/settings.php @@ -164,3 +164,16 @@ ini_set('url_rewriter.tags', ''); # 'anonymous' => 'Visitor', # ); +/** + * String overrides: + * + * To override specific strings on your site with or without enabling locale + * module, add an entry to this list. This functionality allows you to change + * a small number of your site's default English language interface strings. + * + * Remove the leading hash signs to enable. + */ +# $conf['locale_custom_strings_en'] = array( +# 'forum' => 'Discussion board', +# '@count min' => '@count minutes', +# ); -- cgit v1.2.3