All month names and weekday names are now sourced from localized strings.
[citadel.git] / webcit / http_datestring.c
index 449b52c96d948d9d3be30c940b65dd8c317751a1..3a7c806cd2d46bac65ac6008feca5bacda53bad3 100644 (file)
@@ -9,13 +9,13 @@
 /*@{*/
 #include "webcit.h"
 
-/** HTTP Months */
+/** HTTP Months - do not translate - these are not for human consumption */
 static char *httpdate_months[] = {
        "Jan", "Feb", "Mar", "Apr", "May", "Jun",
        "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"
 };
 
-/** HTTP Weekdays */
+/** HTTP Weekdays - do not translate - these are not for human consumption */
 static char *httpdate_weekdays[] = {
        "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"
 };