Changeset 00c79a
- Timestamp:
- Sep 10, 2018, 5:06:38 PM (4 years ago)
- Branches:
- ng_0.9
- Children:
- e4b836
- Parents:
- bb471e
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
content/prefDialog/vI_prefDialog.js
rbb471e r00c79a 139 139 "VIdent_identity.warn_nonvirtual", 140 140 "VIdent_identity.warn_virtual", 141 "VIdent_identity.hide_signature",142 "VIdent_identity.hide_sMime_messageSignature",143 "VIdent_identity.hide_openPGP_messageSignature",144 141 "VIdent_identity.storage", 145 142 "VIdent_identity.storage_store", … … 285 282 }, 286 283 287 smartReplyHideSignature: function () {288 // check for signature_switch extension289 AddonManager.getAddonByID("{2ab1b709-ba03-4361-abf9-c50b964ff75d}", function (addon) {290 if (addon && !addon.userDisabled && !addon.appDisable) {291 document.getElementById("VIdent_identity.HideSignature.warning").setAttribute("hidden", "true");292 document.getElementById("VIdent_identity.hide_signature").setAttribute("disabled", "false");293 }294 });295 },296 297 284 autoTimestampConstraint: function (element) { 298 285 var mAttr = prefDialog.base.modifyAttribute; … … 352 339 353 340 prefDialog.base.smartReplyConstraint(document.getElementById("VIdent_identity.smart_reply")); 354 prefDialog.base.smartReplyHideSignature();355 341 prefDialog.base.storageConstraint(document.getElementById("VIdent_identity.storage")); 356 342 prefDialog.base.autoTimestampConstraint(document.getElementById("VIdent_identity.autoTimestamp")); -
content/prefDialog/vI_prefDialog.xul
rbb471e r00c79a 332 332 </vbox> 333 333 </hbox> 334 <description id="VIdent_identity.HideSignature.warning" class="widthXX">&vI_prefDialog.composeDialog.HideSignature.warning.desc;</description>335 <checkbox id="VIdent_identity.hide_signature" label="&vI_prefDialog.composeDialog.HideSignature.label;" disabled="true"336 prefstring="hide_signature"/>337 <checkbox id="VIdent_identity.hide_sMime_messageSignature" label="&vI_prefDialog.composeDialog.HideSMimeSignature.label;"338 prefstring="hide_sMime_messageSignature"/>339 <checkbox id="VIdent_identity.hide_openPGP_messageSignature" label="&vI_prefDialog.composeDialog.HideOpenPGPSignature.label;"340 prefstring="hide_openPGP_messageSignature" hidden="true"/>341 <checkbox id="VIdent_identity.autoReplyToSelf" label="&vI_prefDialog.composeDialog.autoReplyToSelf.label;"342 prefstring="autoReplyToSelf"/>343 334 </groupbox> 344 335 </tabpanel> -
content/vI_upgrade.js
rbb471e r00c79a 138 138 "extensions.virtualIdentity.storageExtras_openPGP_messageEncryption", 139 139 "extensions.virtualIdentity.storageExtras_openPGP_messageSignature", 140 "extensions.virtualIdentity.storageExtras_openPGP_PGPMIME" 140 "extensions.virtualIdentity.storageExtras_openPGP_PGPMIME", 141 "extensions.virtualIdentity.hide_signature", 142 "extensions.virtualIdentity.hide_sMime_messageSignature", 143 "extensions.virtualIdentity.hide_openPGP_messageSignature" 141 144 ) 142 145 } -
defaults/preferences/preferences.js
rbb471e r00c79a 24 24 pref("extensions.virtualIdentity.warn_nonvirtual", false); 25 25 pref("extensions.virtualIdentity.warn_virtual", false); 26 pref("extensions.virtualIdentity.hide_signature", false);27 pref("extensions.virtualIdentity.hide_sMime_messageSignature", false);28 pref("extensions.virtualIdentity.hide_openPGP_messageSignature", false);29 26 pref("extensions.virtualIdentity.storage", true); 30 27 pref("extensions.virtualIdentity.storage_store", true); -
locale/cs-CZ/vI_prefDialog.dtd
rbb471e r00c79a 87 87 <!ENTITY vI_prefDialog.composeDialog.autoTimeFormat.label "Format of Timestamp: Leave empty or use strftime() syntax ('%Y%m%d%H%M%S')"> <!-- translate --> 88 88 <!ENTITY vI_prefDialog.composeDialog.autoTimeString.label "Format of Result: %l localpart, %t timestamp, %d domain. Default '%l%t@%d'"> <!-- translate --> 89 <!ENTITY vI_prefDialog.composeDialog.HideSignature.warning.desc "poznámka: pro aktivaci dynamického odstraÅovánà podpisu je potÅeba nainstalovat a aktivovat rozÅ¡ÃÅenà 'Signature Switch'. Nynà tato volba nenà dostupná.">90 <!ENTITY vI_prefDialog.composeDialog.HideSignature.label "pÅi pouÅŸità virtuálnà identity odstranit podpis">91 <!ENTITY vI_prefDialog.composeDialog.HideSMimeSignature.label "pÅi pouÅŸità Virtual Identity vypnout S/MIME podpis">92 <!ENTITY vI_prefDialog.composeDialog.HideOpenPGPSignature.label "pÅi pouÅŸità Virtual Identity vypnout openPGP podpis">93 89 <!ENTITY vI_prefDialog.composeDialog.autoReplyToSelf.label "nastavit Virtual Identity jako adresu pro Reply-To"> 94 90 <!ENTITY vI_prefDialog.composeDialog.status.label "show Status-Bar infos / menu"> <!-- translate --> -
locale/de-DE/vI_prefDialog.dtd
rbb471e r00c79a 87 87 <!ENTITY vI_prefDialog.composeDialog.autoTimeFormat.label "Format des Zeitstempels: Leer lassen oder die strftime()-Syntax nutzen ('%Y%m%d%H%M%S')"> <!-- translate --> 88 88 <!ENTITY vI_prefDialog.composeDialog.autoTimeString.label "Format des Absenders: %l lokaler Teil, %t Zeitstempel, %d domain. Default '%l%t@%d'"> <!-- translate --> 89 <!ENTITY vI_prefDialog.composeDialog.HideSignature.warning.desc "Hinweis: Zur dynamischen Abschaltung der 'Signatur' muss die Erweiterung 'Signature Switch' installiert (und aktiviert) sein. Zur Zeit steht diese Option nicht zur VerfÌgung.">90 <!ENTITY vI_prefDialog.composeDialog.HideSignature.label "entferne eine 'Signatur' bei Nutzung einer Virtuellen IdentitÀt">91 <!ENTITY vI_prefDialog.composeDialog.HideSMimeSignature.label "entferne S/MIME Signatur Nutzung einer Virtuellen IdentitÀt">92 <!ENTITY vI_prefDialog.composeDialog.HideOpenPGPSignature.label "entferne openPGP Signatur bei Nutzung einer Virtuellen IdentitÀt">93 89 <!ENTITY vI_prefDialog.composeDialog.autoReplyToSelf.label "setze Virtuelle IdentitÀt als Reply-To Adresse"> 94 90 <!ENTITY vI_prefDialog.composeDialog.status.label "zeige Status-Bar Infos / Menu"> -
locale/en-US/vI_prefDialog.dtd
rbb471e r00c79a 86 86 <!ENTITY vI_prefDialog.composeDialog.autoTimeFormat.label "Format of Timestamp: Leave empty or use strftime() syntax ('%Y%m%d%H%M%S')"> 87 87 <!ENTITY vI_prefDialog.composeDialog.autoTimeString.label "Format of Result: %l localpart, %t timestamp, %d domain. Default '%l%t@%d'"> 88 <!ENTITY vI_prefDialog.composeDialog.HideSignature.warning.desc "note: to enable dynamic deactivation of signatures you have to install (and activate) the 'Signature Switch' extension. By now this option is not available.">89 <!ENTITY vI_prefDialog.composeDialog.HideSignature.label "remove any 'Signature' while using a Virtual Identity">90 <!ENTITY vI_prefDialog.composeDialog.HideSMimeSignature.label "deactivate S/MIME signature when using a Virtual Identity">91 <!ENTITY vI_prefDialog.composeDialog.HideOpenPGPSignature.label "deactivate openPGP signature when using a Virtual Identity">92 88 <!ENTITY vI_prefDialog.composeDialog.autoReplyToSelf.label "set Virtual Identity as Reply-To address"> 93 89 <!ENTITY vI_prefDialog.composeDialog.status.label "show Status-Bar infos / menu"> -
locale/es-ES/vI_prefDialog.dtd
rbb471e r00c79a 87 87 <!ENTITY vI_prefDialog.composeDialog.autoTimeFormat.label "Format of Timestamp: Leave empty or use strftime() syntax ('%Y%m%d%H%M%S')"> <!-- translate --> 88 88 <!ENTITY vI_prefDialog.composeDialog.autoTimeString.label "Format of Result: %l localpart, %t timestamp, %d domain. Default '%l%t@%d'"> <!-- translate --> 89 <!ENTITY vI_prefDialog.composeDialog.HideSignature.warning.desc "nota: para habilitar la desactivación dinámica de firmas tiene que instalar (y activar) la extensión 'Signature Switch'. Por ahora, esta opción no está disponible.">90 <!ENTITY vI_prefDialog.composeDialog.HideSignature.label "eliminar cualquier firma cuando se use una identidad virtual">91 <!ENTITY vI_prefDialog.composeDialog.HideSMimeSignature.label "desactivar la firma S/MIME al usar una identidad virtual">92 <!ENTITY vI_prefDialog.composeDialog.HideOpenPGPSignature.label "desactivar la firma openPGP al usar una identidad virtual">93 89 <!ENTITY vI_prefDialog.composeDialog.autoReplyToSelf.label "establecer la identidad virtual como la dirección a la que responder"> 94 90 <!ENTITY vI_prefDialog.composeDialog.status.label "show Status-Bar infos / menu"> <!-- translate --> -
locale/fr/vI_prefDialog.dtd
rbb471e r00c79a 87 87 <!ENTITY vI_prefDialog.composeDialog.autoTimeFormat.label "Format of Timestamp: Leave empty or use strftime() syntax ('%Y%m%d%H%M%S')"> <!-- translate --> 88 88 <!ENTITY vI_prefDialog.composeDialog.autoTimeString.label "Format of Result: %l localpart, %t timestamp, %d domain. Default '%l%t@%d'"> <!-- translate --> 89 <!ENTITY vI_prefDialog.composeDialog.HideSignature.warning.desc "Remarque : pour lancer la désactivation dynamique des signatures vous devez installer et activer l'extension 'Signature Switch'. Pour le moment cette option n'est pas disponible.">90 <!ENTITY vI_prefDialog.composeDialog.HideSignature.label "supprimer toute 'Signature' en utilisant Virtual Identity">91 <!ENTITY vI_prefDialog.composeDialog.HideSMimeSignature.label "désactiver la signature S/MIME en cas d'utilisation de Virtual Identity">92 <!ENTITY vI_prefDialog.composeDialog.HideOpenPGPSignature.label "désactiver la signature openPGP en cas d'utilisation de Virtual Identity">93 89 <!ENTITY vI_prefDialog.composeDialog.autoReplyToSelf.label "utiliser Virtual Identity pour une adresse de 'réponse à '"> 94 90 <!ENTITY vI_prefDialog.composeDialog.status.label "show Status-Bar infos / menu"> <!-- translate --> -
locale/nl/vI_prefDialog.dtd
rbb471e r00c79a 87 87 <!ENTITY vI_prefDialog.composeDialog.autoTimeFormat.label "Format of Timestamp: Leave empty or use strftime() syntax ('%Y%m%d%H%M%S')"> <!-- translate --> 88 88 <!ENTITY vI_prefDialog.composeDialog.autoTimeString.label "Format of Result: %l localpart, %t timestamp, %d domain. Default '%l%t@%d'"> <!-- translate --> 89 <!ENTITY vI_prefDialog.composeDialog.HideSignature.warning.desc "Opmerking: Om dynamisch deactiveren van handtekeningen in te schakelen dient u de âSignature Switchâ extensie te installeren (en activeren). Op dit moment is deze optie niet beschikbaar.">90 <!ENTITY vI_prefDialog.composeDialog.HideSignature.label "Alle handtekeningen verwijderen bij gebruik van een virtuele identiteit">91 <!ENTITY vI_prefDialog.composeDialog.HideSMimeSignature.label "S/MIME-ondertekening deactiveren bij gebruik virtuele identiteit">92 <!ENTITY vI_prefDialog.composeDialog.HideOpenPGPSignature.label "openPGP-ondertekening deactiveren bij gebruik virtuele identiteit">93 89 <!ENTITY vI_prefDialog.composeDialog.autoReplyToSelf.label "Virtuele identiteit als Reply-To-adres instellen"> 94 90 <!ENTITY vI_prefDialog.composeDialog.status.label "show Status-Bar infos / menu"> <!-- translate --> -
locale/ru-RU/vI_prefDialog.dtd
rbb471e r00c79a 169 169 <!ENTITY vI_prefDialog.composeDialog.autoTimeFormat.label "Format of Timestamp: Leave empty or use strftime() syntax ('%Y%m%d%H%M%S')"> <!-- translate --> 170 170 <!ENTITY vI_prefDialog.composeDialog.autoTimeString.label "Format of Result: %l localpart, %t timestamp, %d domain. Default '%l%t@%d'"> <!-- translate --> 171 <!ENTITY vI_prefDialog.composeDialog.HideSignature.warning.desc "ÐбÑаÑОÑе вМОЌаМОе: ÑÑÐŸÐ±Ñ Ð¿ÐŸÐ·Ð²ÐŸÐ»ÑÑÑ ÐŽÐžÐœÐ°ÐŒÐžÑеÑкÑÑ ÐŽÐµÐ·Ð°ÐºÑОваÑÐžÑ Ð¿ÐŸÐŽÐ¿ÐžÑей, ÐÑ ÐŽÐŸÐ»Ð¶ÐœÑ ÑÑÑаМПвОÑÑ (О акÑОвОзОÑПваÑÑ) ÑаÑÑОÑеМОе «Signature Switch». РМаÑÑПÑÑОй ÐŒÐŸÐŒÐµÐœÑ ÐŽÐ°ÐœÐœÐ°Ñ ÐŸÐ¿ÑÐžÑ ÐœÐµ ЎПÑÑÑпМа.">172 <!ENTITY vI_prefDialog.composeDialog.HideSignature.label "УЎалÑÑÑ Ð»ÑбÑе пПЎпОÑО пÑО ОÑпПлÑзПваМОО вОÑÑÑалÑМÑÑ173 лОÑМÑÑ174 ЎаММÑÑ175 ">176 <!ENTITY vI_prefDialog.composeDialog.HideSMimeSignature.label "ÐеакÑОвОÑПваÑÑ ÑОÑÑПвÑе пПЎпОÑО S/MIME пÑО ОÑпПлÑзПваМОО вОÑÑÑалÑМÑÑ177 лОÑМÑÑ178 ЎаММÑÑ179 ">180 <!ENTITY vI_prefDialog.composeDialog.HideOpenPGPSignature.label "ÐеакÑОвОÑПваÑÑ ÑОÑÑПвÑе пПЎпОÑО openPGP пÑО ОÑпПлÑзПваМОО вОÑÑÑалÑМÑÑ181 лОÑМÑÑ182 ЎаММÑÑ183 ">184 171 <!ENTITY vI_prefDialog.composeDialog.autoReplyToSelf.label "УÑÑаМавлОваÑÑ Ð²ÐžÑÑÑалÑМÑе лОÑМÑе ЎаММÑе в каÑеÑÑве ПбÑаÑМПгП аЎÑеÑа (Reply-To)"> 185 172 <!ENTITY vI_prefDialog.composeDialog.status.label "show Status-Bar infos / menu"> <!-- translate -->
Note: See TracChangeset
for help on using the changeset viewer.