]> code.citadel.org Git - citadel.git/blobdiff - webcit/ChangeLog
* calendar_tools.c: i18n
[citadel.git] / webcit / ChangeLog
index 49e5fd0a6c118e608bda6e9accb7ffdd176e8ed8..a178772ddf3c5feda14aaa6869351209aee47e9a 100644 (file)
@@ -1,4 +1,29 @@
 $Log$
+Revision 621.14  2005/08/18 16:17:25  ajc
+* calendar_tools.c: i18n
+
+Revision 621.13  2005/08/18 14:36:54  ajc
+* calendar.c: finished preparing strings for i18n
+* sysmsgs.c: Save/Cancel buttons now have different element names, so we
+  can do a "which element has a nonzero length" check instead of a "what
+  is the value of this element" check.  This is vital because the value
+  equals the label, and the label will change if the language changes.
+  This must be done throughout the system.
+
+Revision 621.12  2005/08/17 22:18:00  ajc
+* calendar.c: altered conflict reporting strings for better i18n
+
+Revision 621.11  2005/08/17 17:56:32  ajc
+* availability.c: prepared for i18n
+* calendar.c: began preparing for i18n
+
+Revision 621.10  2005/08/17 17:44:59  ajc
+* auth.c: prepared for internationalization
+
+Revision 621.9  2005/08/17 03:43:20  ajc
+* More work to get the gettext stuff working, although I really don't
+  know what I'm doing here
+
 Revision 621.8  2005/08/16 20:51:08  ajc
 * More gettext/i18n crap