os/ossrv/lowlevellibsandfws/apputils/tsrc/t_strings/SecurityPolicyPluginStrings.st
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/ossrv/lowlevellibsandfws/apputils/tsrc/t_strings/SecurityPolicyPluginStrings.st	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,22 @@
     1.4 +# Security Policy Plug-in, named properties string table
     1.5 +stringtable SecurityPolicyPluginStrings
     1.6 +#
     1.7 +# Standard token values, enumerations or parameters
     1.8 +#
     1.9 +ESequenceNumberMode _snm
    1.10 +EKeyRefreshRate _krr
    1.11 +ESharedSecret _ss
    1.12 +ERecordLengthUsage _rlu
    1.13 +EAnonymousAllowed _aa
    1.14 +#
    1.15 +# Values for sequence number mode
    1.16 +ENotUsed _nu 
    1.17 +EImplicit _im
    1.18 +EExplicit _ex
    1.19 +#
    1.20 +# Values for 'record length usage' ('not used' value is taken from above)
    1.21 +EUsed _u
    1.22 +#
    1.23 +# Values for 'anonymous allowed'
    1.24 +EAllowed _allowed
    1.25 +ENotAllowed _na