diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-10-01 03:05:18 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-10-01 03:05:18 +0000 |
commit | 6c6e203193dfb4a32fffd09e45f9cb53a8c4be58 (patch) | |
tree | 89d747088eb1d3e5f0e97513cc53c02caed00881 /design-notes.html | |
parent | c2d9bf6f5b0a8a9143763836c13d046ae26b313b (diff) | |
download | fetchmail-6c6e203193dfb4a32fffd09e45f9cb53a8c4be58.tar.gz fetchmail-6c6e203193dfb4a32fffd09e45f9cb53a8c4be58.tar.bz2 fetchmail-6c6e203193dfb4a32fffd09e45f9cb53a8c4be58.zip |
HMH's latest round of fixes.
svn path=/trunk/; revision=3529
Diffstat (limited to 'design-notes.html')
-rw-r--r-- | design-notes.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/design-notes.html b/design-notes.html index 2054f435..1b850279 100644 --- a/design-notes.html +++ b/design-notes.html @@ -10,7 +10,7 @@ <table width="100%" cellpadding=0><tr> <td width="30%">Back to <a href="/~esr/index.html">Fetchmail Home Page</a> <td width="30%" align=center>To <a href="/~esr/sitemap.html">Site Map</a> -<td width="30%" align=right>$Date: 2001/07/31 05:54:40 $ +<td width="30%" align=right>$Date: 2001/10/01 03:05:18 $ </table> <HR> <H1 ALIGN=CENTER>Design Notes On Fetchmail</H1> @@ -299,7 +299,7 @@ Internationalization is handled using GNU gettext (see the file ABOUT_NLS in the source distribution). This places some minor constraints on the code.<P> -Strings that must be subject to translation should be wrapped with _() +Strings that must be subject to translation should be wrapped with GT_() or N_() -- the former in function arguments, the latter in static initializers and other non-function-argument contexts.<p> @@ -555,7 +555,7 @@ RFC2221 IMAP4 Login Referrals <table width="100%" cellpadding=0><tr> <td width="30%">Back to <a href="index.html">Fetchmail Home Page</a> <td width="30%" align=center>To <a href="/~esr/sitemap.html">Site Map</a> -<td width="30%" align=right>$Date: 2001/07/31 05:54:40 $ +<td width="30%" align=right>$Date: 2001/10/01 03:05:18 $ </table> <P><ADDRESS>Eric S. Raymond <A HREF="mailto:esr@thyrsus.com"><esr@snark.thyrsus.com></A></ADDRESS> |