From 2daa80d3a5d2bb12475dee144c9f823fe8044bb1 Mon Sep 17 00:00:00 2001 From: Rotem Liss Date: Sun, 29 Jun 2008 07:59:34 +0000 Subject: [PATCH] Noting that the new messages should not be duplicated to other languages. --- CategoryTree.i18n.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CategoryTree.i18n.php b/CategoryTree.i18n.php index 3000a2b6..46db931c 100644 --- a/CategoryTree.i18n.php +++ b/CategoryTree.i18n.php @@ -32,9 +32,9 @@ If you have a very old browser, or have JavaScript disabled, it will not work.', 'categorytree-collapse' => 'collapse', 'categorytree-expand' => 'expand', - 'categorytree-collapse-bullet' => '[]', - 'categorytree-expand-bullet' => '[+]', - 'categorytree-page-bullet' => ' ', + 'categorytree-collapse-bullet' => '[]', # do not translate or duplicate this message to other languages + 'categorytree-expand-bullet' => '[+]', # do not translate or duplicate this message to other languages + 'categorytree-page-bullet' => ' ', # do not translate or duplicate this message to other languages 'categorytree-load' => 'load', 'categorytree-loading' => 'loading…',