Index: openacs-4/packages/acs-admin/www/apm/version-i18n-process-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/apm/version-i18n-process-2.tcl,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/acs-admin/www/apm/version-i18n-process-2.tcl 9 Oct 2002 16:03:50 -0000 1.1 +++ openacs-4/packages/acs-admin/www/apm/version-i18n-process-2.tcl 10 Oct 2002 14:34:38 -0000 1.2 @@ -46,7 +46,7 @@ } if { [llength $text_untouched_list] > 0 } { - append processing_html_result "
[llength $text_untouched_list] pieces of text were left untouched. Please take note of these texts and do any necessary translations by manually inserting <#message_key text#> tags in the adp file (the message keys should contain only letters and underscores). You may then reload this page. The texts to consider for translation are:
" + append processing_html_result "
[llength $text_untouched_list] pieces of text were left untouched. Please take note of these texts and do any necessary translations by manually inserting <#message_key text#> tags in the adp file (the message keys should contain only letters and underscores, the text in the tag must have greater than and lesser than signs HTML quoted). At a later stage you can then run the action \"Replace tags with text and insert into catalog\" on the file. The texts to consider for translation are:
" } else { append processing_html_result "
[llength $text_untouched_list] pieces of text were left untouched." } @@ -71,7 +71,7 @@ ns_log Notice "Replacing tags in file $adp_file with keys and doing insertion into message catalog" append processing_html_result "

Message tag replacements for $adp_file

" - set number_of_replacements [lang::util::extract_keys_from_adps $adp_file] + set number_of_replacements [lang::util::replace_adp_message_tags_with_lookups $adp_file] append processing_html_result "Did $number_of_replacements replacements, any further details are in the log file" }