Index: openacs-4/packages/acs-lang/tcl/lang-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-lang/tcl/Attic/lang-procs.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/acs-lang/tcl/lang-procs.tcl 20 Apr 2001 20:51:08 -0000 1.1 +++ openacs-4/packages/acs-lang/tcl/lang-procs.tcl 10 Jul 2002 11:57:19 -0000 1.2 @@ -8,7 +8,7 @@ http://www.fsf.org/copyleft/gpl.html @creation-date 10 September 2000 - @author Jeff Davis (davis@arsdigita.com) + @author Jeff Davis (davis@xarg.net) @cvs-id $Id$ } @@ -19,7 +19,7 @@ Inserts the message into the table lang_messages if it does not exist and updates if it does. - @author Jeff Davis (davis@arsdigita.com) + @author Jeff Davis (davis@xarg.net) @param lang Abbreviation for language of the message. Taken from ad_locales table. @param key Unique identifier for this message. Will be the same identifier @@ -38,7 +38,7 @@ Inserts the message into the table lang_messages if it does not exist and updates if it does. - @author Jeff Davis (davis@arsdigita.com) + @author Jeff Davis (davis@xarg.net) @see _mr @param lang Locale or language of the message. If a language is supplied, @@ -91,7 +91,7 @@ If the user is a translator, inserts tags to link to the translator interface. This allows a translator to work from the context of a web page. - @author Jeff Davis (davis@arsdigita.com) + @author Jeff Davis (davis@xarg.net) @param locale Abbreviation for language of the message. Taken from ad_locales table. @param key Unique identifier for this message. Will be the same identifier @@ -120,7 +120,7 @@ 4. Lookup is tried with language and key without package prefix. - @author Jeff Davis (davis@arsdigita.com), Henry Minsky (hqm@arsdigita.com) + @author Jeff Davis (davis@xarg.net), Henry Minsky (hqm@arsdigita.com) @see _ @param locale Locale (e.g., "en_US") or language (e.g., "en") string. @@ -181,7 +181,7 @@ - @author Jeff Davis (davis@arsdigita.com) + @author Jeff Davis (davis@xarg.net) @return Number of files loaded } { @@ -237,7 +237,7 @@ insert into lang_testsort values ('lzim'); - @author Jeff Davis (davis@arsdigita.com) + @author Jeff Davis (davis@xarg.net) @param field Name of Oracle column @param locale Locale for sorting. @@ -371,7 +371,7 @@ <trn key="hello" type="user">Hello</trn> - @author Jeff Davis (davis@arsdigita.com) + @author Jeff Davis (davis@xarg.net) @see lang_message_lookup @see lang_message_register @see ad_locale