lowlevellibsandfws/apputils/tsrc/t_strings/SecurityPolicyPluginStrings.st
changeset 0 e4d67989cc36
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/lowlevellibsandfws/apputils/tsrc/t_strings/SecurityPolicyPluginStrings.st	Tue Feb 02 02:01:42 2010 +0200
@@ -0,0 +1,22 @@
+# Security Policy Plug-in, named properties string table
+stringtable SecurityPolicyPluginStrings
+#
+# Standard token values, enumerations or parameters
+#
+ESequenceNumberMode _snm
+EKeyRefreshRate _krr
+ESharedSecret _ss
+ERecordLengthUsage _rlu
+EAnonymousAllowed _aa
+#
+# Values for sequence number mode
+ENotUsed _nu 
+EImplicit _im
+EExplicit _ex
+#
+# Values for 'record length usage' ('not used' value is taken from above)
+EUsed _u
+#
+# Values for 'anonymous allowed'
+EAllowed _allowed
+ENotAllowed _na