summaryrefslogtreecommitdiff
path: root/sites
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-05-04 08:32:00 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-05-04 08:32:00 +0000
commitf0b273a9656faf9a523c670e08a7b633a294c3cd (patch)
tree1ddb717012dcf6150c5426317edf2fff08c90f74 /sites
parent8f36367d4aa2ff2815e9d4099dc0e31916f56ce9 (diff)
downloadbrdo-f0b273a9656faf9a523c670e08a7b633a294c3cd.tar.gz
brdo-f0b273a9656faf9a523c670e08a7b633a294c3cd.tar.bz2
#131061: Very fast t() for a small set of strings,
by Moshe Weitzman, webernet, chx, erdemkose and myself
Diffstat (limited to 'sites')
-rw-r--r--sites/default/settings.php13
1 files changed, 13 insertions, 0 deletions
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',
+# );