summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2006-02-18 22:57:58 +0000
committerChristian Fowler <spider@viovio.com>2006-02-18 22:57:58 +0000
commitd30805bdc4d1bd1ed43a05d16351e8d03fff5e58 (patch)
tree74484bdfabb2cacb8af13ee55f953cb7e65e0316 /admin
parent0a69ac9f6fc57790ba448d9ebdbdd4f779a7c602 (diff)
downloadlanguages-d30805bdc4d1bd1ed43a05d16351e8d03fff5e58.tar.gz
languages-d30805bdc4d1bd1ed43a05d16351e8d03fff5e58.tar.bz2
languages-d30805bdc4d1bd1ed43a05d16351e8d03fff5e58.zip
add i18n_content_translation feature
Diffstat (limited to 'admin')
-rw-r--r--admin/admin_languages_inc.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/admin/admin_languages_inc.php b/admin/admin_languages_inc.php
index b0734e6..33a2494 100644
--- a/admin/admin_languages_inc.php
+++ b/admin/admin_languages_inc.php
@@ -4,6 +4,10 @@ $formLanguageToggles = array(
'label' => 'Browser Language Recognition',
'note' => 'This will automatically recognise what the browsers default language is set to and display that language.<br />Please make sure you import appropriate languages first and disable / remove languages you don\'t want to support since loading a language for the first time will induce a lot of database traffic and might cause your system to slow down temporarily.',
),
+ 'i18n_content_translation' => array(
+ 'label' => 'Content Translation',
+ 'note' => 'This will activate the content translation service. Users will be given links to content in alternate languages, and prompted to create translation while editing content.',
+ ),
'interactive_translation' => array(
'label' => 'Interactive Translations',
'note' => 'This will help you translate your site very effitiently by giving you direct access to the correct translation page.<br />Once you are done translating, make sure you turn this feature off and clear the language cache.<br />This feature only works when you set <em>$smarty_force_compile</em> to TRUE in your <em>kernel/config_inc.php</em> file',