On 07/15/2015 09:57 AM, Trick, Daniel wrote:

3. Where does the prefix string come from? I did full-text search on the
Thunderbrid source codes, but the strings "Sécurité personnelle" or "das
Software-Sicherheitsmodul" do not exist in Thunderbrid source. They
neither exits in NSS Tools source.


The name for the localized string is PrivateTokenDescription (found by searching for the en-US value). You can get the localized name with a call like this, in js:
Services.strings.createBundle("chrome://pipnss/locale/pipnss.properties").GetStringFromName("PrivateTokenDescription");

All the localizations are here:
http://mxr.mozilla.org/l10n-mozilla-release/search?string=PrivateTokenDescription&find=&findi=&filter=^[^\0]*%24&hitlimit=&tree=l10n-mozilla-release

--
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto

Reply via email to