1 --- embed/mozilla/GtkNSSSecurityWarningDialogs.cpp~ 2007-08-28 04:19:02.000000000 +0800
2 +++ embed/mozilla/GtkNSSSecurityWarningDialogs.cpp 2007-09-24 17:23:43.428301153 +0800
4 GtkNSSSecurityWarningDialogs::ConfirmEnteringSecure (nsIInterfaceRequestor *aContext,
12 - _("Security Notice"),
13 - _("This page is loaded over a secure connection"),
14 - _("For secure pages, the address entry has a distinct "
15 - "color and a locked padlock icon is displayed.\n\n"
16 - "The padlock icon in the statusbar also indicates "
17 - "whether a page is secure."),
24 GtkNSSSecurityWarningDialogs::ConfirmEnteringWeak (nsIInterfaceRequestor *aContext,
29 - GTK_MESSAGE_WARNING,
32 - _("Security Warning"),
33 - _("This page is loaded over a low security connection"),
34 - _("Any information you see or enter on this page could "
35 - "easily be intercepted by a third party."),
42 GtkNSSSecurityWarningDialogs::ConfirmMixedMode (nsIInterfaceRequestor *aContext,
47 - GTK_MESSAGE_WARNING,
50 - _("Security Warning"),
51 - _("Some parts of this page are loaded over an insecure connection"),
52 - _("Some information you see or enter will be sent over an insecure "
53 - "connection, and could easily be intercepted by a third party."),
60 GtkNSSSecurityWarningDialogs::ConfirmPostToInsecure (nsIInterfaceRequestor *aContext,
64 - INSECURE_SUBMIT_PREF,
65 - GTK_MESSAGE_WARNING,
67 - GTK_RESPONSE_ACCEPT,
68 - _("Security Warning"),
69 - _("Send this information over an insecure connection?"),
70 - _("The information you have entered will be sent over an "
71 - "insecure connection, and could easily be intercepted "
72 - "by a third party."),
81 GtkNSSSecurityWarningDialogs::ConfirmPostToInsecureFromSecure (nsIInterfaceRequestor *aContext,
85 - nsnull, /* No preference for this one - it's too important */
86 - GTK_MESSAGE_WARNING,
88 - GTK_RESPONSE_CANCEL,
89 - _("Security Warning"),
90 - _("Send this information over an insecure connection?"),
91 - _("Although this page was loaded over a secure connection, "
92 - "the information you have entered will be sent over an "
93 - "insecure connection, and could easily be intercepted by "