This is just some static backup of the original site, don't expect every link to work!

Changeset 1fb53b


Ignore:
Timestamp:
Sep 10, 2018, 2:45:07 PM (4 years ago)
Author:
rene <rene@…>
Branches:
ng_0.9
Children:
4e6c57
Parents:
ab83a7
Message:

removed fcc settings, only available via identity now

Files:
1 deleted
38 edited

Legend:

Unmodified
Added
Removed
  • content/prefDialog/vI_prefDialog.js

    rab83a7 r1fb53b  
    153153          "VIdent_identity.storage_timeFormat",
    154154          "VIdent_identity.storageExtras_returnReciept",
    155           "VIdent_identity.storageExtras_fcc",
    156155          "VIdent_identity.storageExtras_characterEncoding",
    157156          "VIdent_identity.storageExtras_messageFormat",
     
    315314          mAttr("VIdent_identity.storage_getOneOnly", "disabled", element.checked);
    316315          mAttr("VIdent_identity.storageExtras_returnReciept", "disabled", element.checked);
    317           mAttr("VIdent_identity.storageExtras_fcc", "disabled", element.checked);
    318316          mAttr("VIdent_identity.storageExtras_characterEncoding", "disabled", element.checked);
    319317          mAttr("VIdent_identity.storageExtras_messageFormat", "disabled", element.checked);
  • content/prefDialog/vI_prefDialog.xul

    rab83a7 r1fb53b  
    467467                    <checkbox id="VIdent_identity.storageExtras_returnReciept" label="&vI_prefDialog.storageExtras.returnReciept.label;"
    468468                        prefstring="storageExtras_returnReciept"/>
    469                     <checkbox id="VIdent_identity.storageExtras_fcc" label="&vI_prefDialog.storageExtras.fcc.label;"
    470                         prefstring="storageExtras_fcc"/>
    471469                    <checkbox id="VIdent_identity.storageExtras_characterEncoding" label="&vI_prefDialog.storageExtras.characterEncoding.label;"
    472470                        prefstring="storageExtras_characterEncoding"/>
  • content/vI_rdfDataEditor_dataExtrasOverlay.xul

    rab83a7 r1fb53b  
    5454        <checkbox id="vI_storageExtras_returnReciept_store" oncommand="virtualIdentityExtension.rdfDataEditor.identityExtras_adapt(this.id, null);" />
    5555        <checkbox id="vI_storageExtras_returnReciept" label="&vI_storageExtrasDataEditorOverlay.receipt.label;"/>
    56         </hbox>
    57     <!-- storageExtras_fcc -->
    58         <hbox>
    59         <checkbox id="vI_storageExtras_fcc_store" oncommand="virtualIdentityExtension.rdfDataEditor.identityExtras_adapt(this.id, null);" />
    60         <checkbox id="vI_storageExtras_fcc" label="&vI_storageExtrasDataEditorOverlay.fcc.label;"/>
    6156        </hbox>
    6257    <!-- storageExtras_characterEncoding -->
  • content/vI_rdfDataTree_dataExtrasOverlay.xul

    rab83a7 r1fb53b  
    4040            persist="hidden width ordinal sortDirection"/>
    4141        <splitter class="tree-splitter" />
    42         <treecol id="fccCol_email" label="&vI_storageExtrasDataTreeOverlay.fccCol.label;" flex="2"
    43             class="sortDirectionIndicator" hidden="true"
    44             persist="hidden width ordinal sortDirection"/>
    45         <splitter class="tree-splitter" />
    4642        <treecol id="charEncCol_email" label="&vI_storageExtrasDataTreeOverlay.charEncCol.label;" flex="2"
    4743            class="sortDirectionIndicator" hidden="true"
     
    7975            persist="hidden width ordinal sortDirection"/>
    8076        <splitter class="tree-splitter" />
    81         <treecol id="fccCol_maillist" label="&vI_storageExtrasDataTreeOverlay.fccCol.label;" flex="2"
    82             class="sortDirectionIndicator" hidden="true"
    83             persist="hidden width ordinal sortDirection"/>
    84         <splitter class="tree-splitter" />
    8577        <treecol id="charEncCol_maillist" label="&vI_storageExtrasDataTreeOverlay.charEncCol.label;" flex="2"
    8678            class="sortDirectionIndicator" hidden="true"
     
    115107        <splitter class="tree-splitter" />
    116108        <treecol id="receiptCol_newsgroup" label="&vI_storageExtrasDataTreeOverlay.receiptCol.label;" flex="2"
    117             class="sortDirectionIndicator" hidden="true"
    118             persist="hidden width ordinal sortDirection"/>
    119         <splitter class="tree-splitter" />
    120         <treecol id="fccCol_newsgroup" label="&vI_storageExtrasDataTreeOverlay.fccCol.label;" flex="2"
    121109            class="sortDirectionIndicator" hidden="true"
    122110            persist="hidden width ordinal sortDirection"/>
     
    158146            persist="hidden width ordinal sortDirection"/>
    159147        <splitter class="tree-splitter" />
    160         <treecol id="fccCol_filter" label="&vI_storageExtrasDataTreeOverlay.fccCol.label;" flex="2"
    161             class="sortDirectionIndicator" hidden="true"
    162             persist="hidden width ordinal sortDirection"/>
    163         <splitter class="tree-splitter" />
    164148        <treecol id="charEncCol_filter" label="&vI_storageExtrasDataTreeOverlay.charEncCol.label;" flex="2"
    165149            class="sortDirectionIndicator" hidden="true"
  • content/vI_smartReplyDialog.xul

    rab83a7 r1fb53b  
    3939<script type="application/x-javascript" src="chrome://v_identity/content/vI_smartReplyDialog.js" />
    4040
    41 <broadcaster id="VIdent_broadcaster_doFcc"/>
    42 
    4341  <dialogheader title="&vident.replySelector.dialogheader.title;"/>
    4442 
  • content/vI_statusmenu.js

    rab83a7 r1fb53b  
    4040      objStorageSaveMenuItem: null,
    4141      objStatusMenuSeparator: null,
    42 //       objSaveSwitch: null,
    43 //       objSaveBaseIDSwitch: null,
    44 //       objFccSwitch: null,
    4542      objStatusText: null,
    4643      objStatusLogo: null,
     
    5249          statusmenu.objStatusMenu.setAttribute("hidden", !vI.vIprefs.get(data));
    5350          statusmenu.objStatusLogo.setAttribute("hidden", !vI.vIprefs.get(data));
    54           // no break, continue like with doFcc           
    55 //         case "fcc_show_switch":
    56 //           statusmenu.objFccSwitch.setAttribute("hidden", !vI.vIprefs.get(data));
    57 //           // no break, continue like with doFcc         
    58 //         case "doFcc":
    59 //           statusmenu.objFccSwitch.setAttribute("checked", vI.vIprefs.get(data));
    60 //           break;
    61 //         case "storage_show_switch":
    62 //           statusmenu.objSaveSwitch.setAttribute("hidden", !vI.vIprefs.get(data));
    63 //           break;
    64 //         case "storage_show_baseID_switch":
    65 //           statusmenu.objSaveBaseIDSwitch.setAttribute("hidden", !vI.vIprefs.get(data));
    66 //           break;
     51          break;
    6752        case "storage_store":
    6853          statusmenu.objStorageSaveMenuItem.setAttribute("checked", vI.vIprefs.get(data));
     
    9277      addObserver: function () {
    9378        vI.vIprefs.addObserver("show_status", this.observe, this);
    94 //         vI.vIprefs.addObserver("fcc_show_switch", this.observe, this);
    95         vI.vIprefs.addObserver("doFcc", this.observe, this);
    9679        vI.vIprefs.addObserver("storage", this.observe, this);
    97 //         vI.vIprefs.addObserver("storage_show_switch", this.observe, this);
    98 //         vI.vIprefs.addObserver("storage_show_baseID_switch", this.observe, this);
    9980        vI.vIprefs.addObserver("storage_colorIndication", this.observe, this);
    10081        vI.vIprefs.addObserver("storage_store", this.observe, this);
     
    10485      removeObserver: function () {
    10586        vI.vIprefs.removeObserver("show_status", this.observe);
    106 //         vI.vIprefs.removeObserver("fcc_show_switch", this.observe);
    107         vI.vIprefs.removeObserver("doFcc", this.observe);
    10887        vI.vIprefs.removeObserver("storage", this.observe);
    109 //         vI.vIprefs.removeObserver("storage_show_switch", this.observe);
    110 //         vI.vIprefs.removeObserver("storage_show_baseID_switch", this.observe);
    11188        vI.vIprefs.removeObserver("storage_colorIndication", this.observe);
    11289        vI.vIprefs.removeObserver("storage_store", this.observe);
     
    12097        statusmenu.objStorageSaveMenuItem = document.getElementById("virtualIdentityExtension_statusMenu_storage_save");
    12198        statusmenu.objStatusMenuSeparator = document.getElementById("virtualIdentityExtension_statusMenu_separator");
    122 //         statusmenu.objSaveSwitch = document.getElementById("virtualIdentityExtension_saveSwitch");
    123 //         statusmenu.objSaveBaseIDSwitch = document.getElementById("virtualIdentityExtension_saveBaseIDSwitch");
    124 //         statusmenu.objFccSwitch = document.getElementById("virtualIdentityExtension_fccSwitch");
    12599        statusmenu.objStatusText = document.getElementById("statusText");
    126100        statusmenu.objStatusTooltipLine1 = document.getElementById("virtualIdentityExtension_statusMenuTooltip_StatusValueLine1");
     
    129103        statusmenu.addObserver();
    130104        statusmenu.observe(this, null, null, "show_status");
    131 //         statusmenu.observe(this, null, null, "fcc_show_switch");
    132 //         statusmenu.observe(this, null, null, "storage_show_switch");
    133 //         statusmenu.observe(this, null, null, "storage_show_baseID_switch");
    134105        statusmenu.observe(this, null, null, "storage_colorIndication");
    135106        statusmenu.observe(this, null, null, "storage_store_base_id");
  • content/vI_upgrade.js

    rab83a7 r1fb53b  
    134134            "extensions.virtualIdentity.copySMIMESettings",
    135135            "extensions.virtualIdentity.copyAttachVCardSettings",
    136             "extensions.virtualIdentity.copyNewEnigmailSettings")
    137 
     136            "extensions.virtualIdentity.copyNewEnigmailSettings",
     137            "extensions.virtualIdentity.storageExtras_fcc"
     138            )
    138139        }
    139140        ];
  • defaults/preferences/preferences.js

    rab83a7 r1fb53b  
    4545pref("extensions.virtualIdentity.storageExtras_openPGP_messageSignature", false);
    4646pref("extensions.virtualIdentity.storageExtras_openPGP_PGPMIME", false);
    47 pref("extensions.virtualIdentity.storageExtras_fcc", false);
    4847pref("extensions.virtualIdentity.idSelection_storage_prefer_smart_reply", false);
    4948pref("extensions.virtualIdentity.idSelection_storage_ignore_smart_reply", true);
  • locale/cs-CZ/vI_prefDialog.dtd

    rab83a7 r1fb53b  
    9696<!ENTITY vI_prefDialog.composeDialog.SMTP.label "zobrazit nabídku SMTP">
    9797<!ENTITY vI_prefDialog.composeDialog.SMTP.tooltiptext "zobrazit nabídku pro vÃœběr dostupnÃœch SMTP serverů">
    98 <!ENTITY vI_prefDialog.composeDialog.fcc_show_switch.label "zobrazit přepínač pro zapnutí ukládání odesílanÃœch e-mailů (FCC)">
    99 <!ENTITY vI_prefDialog.composeDialog.fcc_show_switch.tooltiptext "zobrazí tlačítko pro zapnutí/vypnutí ukládání odesílanÃœch mailů (FCC)">
    10098<!ENTITY vI_prefDialog.composeDialog.show_switch.label "zaškrtávací políčko pro ukládání identit">
    10199<!ENTITY vI_prefDialog.composeDialog.show_baseID_switch.label "zaškrtávací políčko pro ukládání základních identit">
     
    116114<!ENTITY vI_prefDialog.sending.Folder.VCard.label "přílohy vCard">
    117115
    118 <!ENTITY vI_prefDialog.sending.fccTab.header "SloÅŸka odeslané poÅ¡ty">
    119 <!ENTITY vI_prefDialog.sending.fccTab.caption "při odeslání zprávy s Virtual Identity">
    120116<!ENTITY vI_prefDialog.sending.vidAccount.label "SloÅŸka pouşívána účtem změněnÃœm Virtual Identity">
    121117<!ENTITY vI_prefDialog.sending.vidDefault.label "Sloşka pouşívána vÜchozím účtem">
     
    189185<!ENTITY vI_prefDialog.debugToFile.label "debug to file"> <!-- translate -->
    190186<!ENTITY vI_prefDialog.debugToFile.choose "choose"> <!-- translate -->
    191 
    192 
    193 <!-- just for TB 1.5. ReplyFollowsParent not available -->
    194 <!-- fields will be hidden, dont have to be translated -->
    195 <!ENTITY fccReplyFollowsParent.label "">
    196 <!ENTITY fccReplyFollowsParent.accesskey "">
  • locale/cs-CZ/vI_storageExtras.dtd

    rab83a7 r1fb53b  
    22
    33<!ENTITY vI_prefDialog.storageExtras.returnReciept.label "stav doručenky">
    4 <!ENTITY vI_prefDialog.storageExtras.fcc.label "stav FCC">
    54<!ENTITY vI_prefDialog.storageExtras.characterEncoding.label "zvolená znaková sada">
    65<!ENTITY vI_prefDialog.storageExtras.messageFormat.label "zvolenÜ formát zpráv">
     
    1817
    1918<!ENTITY vI_storageExtrasDataTreeOverlay.receiptCol.label "Potvrzení o přečtení">
    20 <!ENTITY vI_storageExtrasDataTreeOverlay.fccCol.label "FCC">
    2119<!ENTITY vI_storageExtrasDataTreeOverlay.charEncCol.label "Znaková sada">
    2220<!ENTITY vI_storageExtrasDataTreeOverlay.msgFormatCol.label "Formát zpráv">
     
    2927<!ENTITY vI_storageExtrasDataEditorOverlay.hideUnused.label "skrÜt neaktivní pole">
    3028<!ENTITY vI_storageExtrasDataEditorOverlay.receipt.label "Potvrzení o přečtení">
    31 <!ENTITY vI_storageExtrasDataEditorOverlay.fcc.label "FCC">
    3229<!ENTITY vI_storageExtrasDataEditorOverlay.charEnc.label "Znaková sada">
    3330<!ENTITY vI_storageExtrasDataEditorOverlay.msgFormat.label "Formát zpráv">
     
    3734<!ENTITY vI_storageExtrasDataEditorOverlay.PGPSig.label "openPGP: podepsat zprávy">
    3835<!ENTITY vI_storageExtrasDataEditorOverlay.PGPMIME.label "openPGP: pouşít PGP/MIME">
    39 
    40 <!-- required for pre TB24 versions -->
    41 <!ENTITY deliveryFormatMenu.label "Delivery Format"> <!-- translate -->
    42 <!ENTITY deliveryFormatMenu.accesskey "F"> <!-- translate -->
  • locale/cs-CZ/vI_storageExtras.properties

    rab83a7 r1fb53b  
    11vident.identityData.extras.receipt=Potvrzení o přečtení
    2 vident.identityData.extras.fcc=FCC
    32vident.identityData.extras.charEnc=Znaková sada
    43vident.identityData.extras.msgFormat=Formát zpráv
  • locale/cs-CZ/v_identity.dtd

    rab83a7 r1fb53b  
    33<!ENTITY vident.composeDialog.storageSave.label "uloÅŸit">
    44<!ENTITY vident.composeDialog.storageSave.tooltiptext "uloÅŸit identitu při odesílání">
    5 <!ENTITY vident.composeDialog.fcc_switch.label "Fcc">
    6 <!ENTITY vident.composeDialog.fcc_switch.tooltiptext "uloÅŸit kopii odeslaného e-mailu">
    75<!ENTITY vident.composeDialog.autoReplyToSelf.label "(=Reply-To)">
    86<!ENTITY vident.composeDialog.autoReplyToSelf.menuLabel "zakázat synchronizaci Reply-To">
     
    2119<!ENTITY vident.virtualIdentityExtension_Dialog.extra1Button.label "Zrušit odesílání">
    2220<!ENTITY vident.virtualIdentityExtension_Dialog.extra2Button.label "Pouşít uloşenou identitu">
    23 
    24 <!ENTITY fccMailFolder.accesskey "P">
    25 <!ENTITY sentFolderOn.accesskey "e">
    26 <!ENTITY sentInOtherFolder.label "Další:">
    27 <!ENTITY sentInOtherFolder.accesskey "D">
  • locale/de-DE/vI_prefDialog.dtd

    rab83a7 r1fb53b  
    9696<!ENTITY vI_prefDialog.composeDialog.SMTP.label "zeige SMTP Auswahlmenu">
    9797<!ENTITY vI_prefDialog.composeDialog.SMTP.tooltiptext "zeige Menu um zwischen existierenden SMTP-Servern auszuwÀhlen">
    98 <!ENTITY vI_prefDialog.composeDialog.fcc_show_switch.label "zeige Schalter um Sende-Kopien an-/abzuschalten (Fcc)">
    99 <!ENTITY vI_prefDialog.composeDialog.fcc_show_switch.tooltiptext "zeige Schalter um das Speichern von Kopien gesendeter Mails an-/abzuschalten (Fcc)">
    10098<!ENTITY vI_prefDialog.composeDialog.show_switch.label "zeige Schalter zum Speichern von IdentitÀten">
    10199<!ENTITY vI_prefDialog.composeDialog.show_baseID_switch.label "zeige Schalter zum Speichern von Basis-IdentitÀten">
     
    116114<!ENTITY vI_prefDialog.sending.Folder.VCard.label "anzuhÀngende Visitenkarten">
    117115
    118 <!ENTITY vI_prefDialog.sending.fccTab.header "Ordner fÃŒr gesendete Emails">
    119 <!ENTITY vI_prefDialog.sending.fccTab.caption "Beim Senden von Nachrichten automatisch">
    120116<!ENTITY vI_prefDialog.sending.vidAccount.label "Ordner des Accounts, der durch Virtual Identity geÀndert wurde">
    121117<!ENTITY vI_prefDialog.sending.vidDefault.label "Ordner des Standard-Accounts">
     
    189185<!ENTITY vI_prefDialog.debugToFile.label "speicher Fehlerlog">
    190186<!ENTITY vI_prefDialog.debugToFile.choose "wÀhle">
    191 
    192 
    193 <!-- just for TB 1.5. ReplyFollowsParent not available -->
    194 <!-- fields will be hidden, dont have to be translated -->
    195 <!ENTITY fccReplyFollowsParent.label "">
    196 <!ENTITY fccReplyFollowsParent.accesskey "">
  • locale/de-DE/vI_storageExtras.dtd

    rab83a7 r1fb53b  
    22
    33<!ENTITY vI_prefDialog.storageExtras.returnReciept.label "Status EmpfangsbestÀtigung">
    4 <!ENTITY vI_prefDialog.storageExtras.fcc.label "FCC Sende-Kopie">
    54<!ENTITY vI_prefDialog.storageExtras.characterEncoding.label "ausgewÀhlter Zeichensatz">
    65<!ENTITY vI_prefDialog.storageExtras.messageFormat.label "ausgewÀhltes Email-Format">
     
    1817
    1918<!ENTITY vI_storageExtrasDataTreeOverlay.receiptCol.label "EmpfangsbestÀtigung">
    20 <!ENTITY vI_storageExtrasDataTreeOverlay.fccCol.label "FCC Sende-Kopie">
    2119<!ENTITY vI_storageExtrasDataTreeOverlay.charEncCol.label "Zeichensatz">
    2220<!ENTITY vI_storageExtrasDataTreeOverlay.msgFormatCol.label "Email-Format">
     
    2927<!ENTITY vI_storageExtrasDataEditorOverlay.hideUnused.label "verstecke unbenutzte Felder">
    3028<!ENTITY vI_storageExtrasDataEditorOverlay.receipt.label "EmpfangsbestÀtigung">
    31 <!ENTITY vI_storageExtrasDataEditorOverlay.fcc.label "FCC Sende-Kopie">
    3229<!ENTITY vI_storageExtrasDataEditorOverlay.charEnc.label "Zeichensatz">
    3330<!ENTITY vI_storageExtrasDataEditorOverlay.msgFormat.label "Email-Format">
     
    3734<!ENTITY vI_storageExtrasDataEditorOverlay.PGPSig.label "openPGP: signiere Emails">
    3835<!ENTITY vI_storageExtrasDataEditorOverlay.PGPMIME.label "openPGP: nutze PGP/MIME">
    39 
    40 <!-- required for pre TB24 versions -->
    41 <!ENTITY deliveryFormatMenu.label "Sende-Format"> <!-- translate -->
    42 <!ENTITY deliveryFormatMenu.accesskey "F"> <!-- translate -->
  • locale/de-DE/vI_storageExtras.properties

    rab83a7 r1fb53b  
    11vident.identityData.extras.receipt=EmpfangsbestÀtigung
    2 vident.identityData.extras.fcc=FCC Sende-Kopie
    32vident.identityData.extras.charEnc=Zeichensatz
    43vident.identityData.extras.msgFormat=Email-Format
  • locale/de-DE/v_identity.dtd

    rab83a7 r1fb53b  
    33<!ENTITY vident.composeDialog.storageSave.label "speichern">
    44<!ENTITY vident.composeDialog.storageSave.tooltiptext "speichere IdentitÀt beim Senden">
    5 <!ENTITY vident.composeDialog.fcc_switch.label "Fcc">
    6 <!ENTITY vident.composeDialog.fcc_switch.tooltiptext "speichere eine Kopie der gesendeten Email (Fcc)">
    75<!ENTITY vident.composeDialog.autoReplyToSelf.label "(=Reply-To)">
    86<!ENTITY vident.composeDialog.autoReplyToSelf.menuLabel "deaktiviere Reply-To Synchronisation">
     
    2119<!ENTITY vident.virtualIdentityExtension_Dialog.extra1Button.label "Senden Abbrechen">
    2220<!ENTITY vident.virtualIdentityExtension_Dialog.extra2Button.label "Nutze gespeicherte IdentitÀt">
    23 
    24 <!ENTITY fccMailFolder.accesskey "P">
    25 <!ENTITY sentFolderOn.accesskey "e">
    26 <!ENTITY sentInOtherFolder.label "Other:">
    27 <!ENTITY sentInOtherFolder.accesskey "O">
  • locale/en-US/vI_prefDialog.dtd

    rab83a7 r1fb53b  
    9595<!ENTITY vI_prefDialog.composeDialog.SMTP.label "show SMTP Menu">
    9696<!ENTITY vI_prefDialog.composeDialog.SMTP.tooltiptext "show Menu to select between available SMTP-servers">
    97 <!ENTITY vI_prefDialog.composeDialog.fcc_show_switch.label "show switch to activate/deactivate saving of sent mails (fcc)">
    98 <!ENTITY vI_prefDialog.composeDialog.fcc_show_switch.tooltiptext "show Button to activate/deactivate Storing of Sent mails (fcc) on the fly">
    9997<!ENTITY vI_prefDialog.composeDialog.show_switch.label "checkbox for saving of Identities">
    10098<!ENTITY vI_prefDialog.composeDialog.show_baseID_switch.label "checkbox for saving of base Identities">
     
    115113<!ENTITY vI_prefDialog.sending.Folder.VCard.label "vCard attachments">
    116114
    117 <!ENTITY vI_prefDialog.sending.fccTab.header "Sent Mails Folder">
    118 <!ENTITY vI_prefDialog.sending.fccTab.caption "while sending a message with a Virtual Identity">
    119115<!ENTITY vI_prefDialog.sending.vidAccount.label "Folder used by Account changed with Virtual Identity">
    120116<!ENTITY vI_prefDialog.sending.vidDefault.label "Folder used by Default Account">
     
    188184<!ENTITY vI_prefDialog.debugToFile.label "debug to file">
    189185<!ENTITY vI_prefDialog.debugToFile.choose "choose">
    190 
    191 
    192 <!-- just for TB 1.5. ReplyFollowsParent not available -->
    193 <!-- fields will be hidden, dont have to be translated -->
    194 <!ENTITY fccReplyFollowsParent.label "">
    195 <!ENTITY fccReplyFollowsParent.accesskey "">
  • locale/en-US/vI_storageExtras.dtd

    rab83a7 r1fb53b  
    22
    33<!ENTITY vI_prefDialog.storageExtras.returnReciept.label "return receipt status">
    4 <!ENTITY vI_prefDialog.storageExtras.fcc.label "FCC status">
    54<!ENTITY vI_prefDialog.storageExtras.characterEncoding.label "selected character encoding">
    65<!ENTITY vI_prefDialog.storageExtras.messageFormat.label "selected message format">
     
    1817
    1918<!ENTITY vI_storageExtrasDataTreeOverlay.receiptCol.label "Return Receipt">
    20 <!ENTITY vI_storageExtrasDataTreeOverlay.fccCol.label "FCC">
    2119<!ENTITY vI_storageExtrasDataTreeOverlay.charEncCol.label "Character Encoding">
    2220<!ENTITY vI_storageExtrasDataTreeOverlay.msgFormatCol.label "Message Format">
     
    2927<!ENTITY vI_storageExtrasDataEditorOverlay.hideUnused.label "hide inactive fields">
    3028<!ENTITY vI_storageExtrasDataEditorOverlay.receipt.label "Return Receipt">
    31 <!ENTITY vI_storageExtrasDataEditorOverlay.fcc.label "FCC">
    3229<!ENTITY vI_storageExtrasDataEditorOverlay.charEnc.label "Character Encoding">
    3330<!ENTITY vI_storageExtrasDataEditorOverlay.msgFormat.label "Message Format">
     
    3734<!ENTITY vI_storageExtrasDataEditorOverlay.PGPSig.label "openPGP: sign messages">
    3835<!ENTITY vI_storageExtrasDataEditorOverlay.PGPMIME.label "openPGP: use PGP/MIME">
    39 
    40 <!-- required for pre TB24 versions -->
    41 <!ENTITY deliveryFormatMenu.label "Delivery Format"> <!-- translate -->
    42 <!ENTITY deliveryFormatMenu.accesskey "F"> <!-- translate -->
  • locale/en-US/vI_storageExtras.properties

    rab83a7 r1fb53b  
    11vident.identityData.extras.receipt=Return Receipt
    2 vident.identityData.extras.fcc=FCC
    32vident.identityData.extras.charEnc=Character Encoding
    43vident.identityData.extras.msgFormat=Message Format
  • locale/en-US/v_identity.dtd

    rab83a7 r1fb53b  
    33<!ENTITY vident.composeDialog.storageSave.label "save">
    44<!ENTITY vident.composeDialog.storageSave.tooltiptext "save Identity while sending">
    5 <!ENTITY vident.composeDialog.fcc_switch.label "Fcc">
    6 <!ENTITY vident.composeDialog.fcc_switch.tooltiptext "save copy of sent mail">
    75<!ENTITY vident.composeDialog.autoReplyToSelf.label "(=Reply-To)">
    86<!ENTITY vident.composeDialog.autoReplyToSelf.menuLabel "disable Reply-To synchronization">
     
    2119<!ENTITY vident.virtualIdentityExtension_Dialog.extra1Button.label "Abort Sending">
    2220<!ENTITY vident.virtualIdentityExtension_Dialog.extra2Button.label "Use Stored Identity">
    23 
    24 <!ENTITY fccMailFolder.accesskey "P">
    25 <!ENTITY sentFolderOn.accesskey "e">
    26 <!ENTITY sentInOtherFolder.label "Other:">
    27 <!ENTITY sentInOtherFolder.accesskey "O">
  • locale/es-ES/vI_prefDialog.dtd

    rab83a7 r1fb53b  
    9696<!ENTITY vI_prefDialog.composeDialog.SMTP.label "mostrar menú SMTP">
    9797<!ENTITY vI_prefDialog.composeDialog.SMTP.tooltiptext "mostrar un menú para seleccionar los servidores SMTP disponibles">
    98 <!ENTITY vI_prefDialog.composeDialog.fcc_show_switch.label "mostrar la opción para activar o desactivar el guardar los mensajes enviados (fcc)">
    99 <!ENTITY vI_prefDialog.composeDialog.fcc_show_switch.tooltiptext "mostrar un botón para activar o desactivar el almacenamiento de los mensajes enviados (fcc) al vuelo">
    10098<!ENTITY vI_prefDialog.composeDialog.show_switch.label "casilla para guardar las identidades">
    10199<!ENTITY vI_prefDialog.composeDialog.show_baseID_switch.label "casilla para guardar las identidades base">
     
    116114<!ENTITY vI_prefDialog.sending.Folder.VCard.label "adjuntos vCard">
    117115
    118 <!ENTITY vI_prefDialog.sending.fccTab.header "Carpeta de correos enviados">
    119 <!ENTITY vI_prefDialog.sending.fccTab.caption "al enviar un mensaje usando una identidad virtual">
    120116<!ENTITY vI_prefDialog.sending.vidAccount.label "Carpeta usada por la cuenta cambiada con Virtual Identity">
    121117<!ENTITY vI_prefDialog.sending.vidDefault.label "Carpeta usada por la cuenta por defecto">
     
    189185<!ENTITY vI_prefDialog.debugToFile.label "debug to file"> <!-- translate -->
    190186<!ENTITY vI_prefDialog.debugToFile.choose "choose"> <!-- translate -->
    191 
    192 <!-- just for TB 1.5. ReplyFollowsParent not available -->
    193 <!-- fields will be hidden, dont have to be translated -->
    194 <!ENTITY fccReplyFollowsParent.label "">
    195 <!ENTITY fccReplyFollowsParent.accesskey "">
  • locale/es-ES/vI_storageExtras.dtd

    rab83a7 r1fb53b  
    22
    33<!ENTITY vI_prefDialog.storageExtras.returnReciept.label "estado del acuse de recibo">
    4 <!ENTITY vI_prefDialog.storageExtras.fcc.label "Estado de FCC">
    54<!ENTITY vI_prefDialog.storageExtras.characterEncoding.label "codificación de caracteres seleccionada">
    65<!ENTITY vI_prefDialog.storageExtras.messageFormat.label "formato de mensaje seleccionado">
     
    1817
    1918<!ENTITY vI_storageExtrasDataTreeOverlay.receiptCol.label "Acuse de recibo">
    20 <!ENTITY vI_storageExtrasDataTreeOverlay.fccCol.label "FCC">
    2119<!ENTITY vI_storageExtrasDataTreeOverlay.charEncCol.label "Codificación de caracteres">
    2220<!ENTITY vI_storageExtrasDataTreeOverlay.msgFormatCol.label "Formato del mensaje">
     
    2927<!ENTITY vI_storageExtrasDataEditorOverlay.hideUnused.label "ocultar los campos inactivos">
    3028<!ENTITY vI_storageExtrasDataEditorOverlay.receipt.label "Acuse de recibo">
    31 <!ENTITY vI_storageExtrasDataEditorOverlay.fcc.label "FCC">
    3229<!ENTITY vI_storageExtrasDataEditorOverlay.charEnc.label "Codificación de caracteres">
    3330<!ENTITY vI_storageExtrasDataEditorOverlay.msgFormat.label "Formato del mensaje">
     
    3734<!ENTITY vI_storageExtrasDataEditorOverlay.PGPSig.label "openPGP: mensajes firmados">
    3835<!ENTITY vI_storageExtrasDataEditorOverlay.PGPMIME.label "openPGP: usar PGP/MIME">
    39 
    40 <!-- required for pre TB24 versions -->
    41 <!ENTITY deliveryFormatMenu.label "Delivery Format"> <!-- translate -->
    42 <!ENTITY deliveryFormatMenu.accesskey "F"> <!-- translate -->
  • locale/es-ES/vI_storageExtras.properties

    rab83a7 r1fb53b  
    11vident.identityData.extras.receipt=Acuse de recibo
    2 vident.identityData.extras.fcc=FCC
    32vident.identityData.extras.charEnc=Codificación de caracteres
    43vident.identityData.extras.msgFormat=Formato del mensaje
  • locale/es-ES/v_identity.dtd

    rab83a7 r1fb53b  
    33<!ENTITY vident.composeDialog.storageSave.label "guardar">
    44<!ENTITY vident.composeDialog.storageSave.tooltiptext "guardar la identidad al enviar">
    5 <!ENTITY vident.composeDialog.fcc_switch.label "Fcc">
    6 <!ENTITY vident.composeDialog.fcc_switch.tooltiptext "guardar copia del correo enviado">
    75<!ENTITY vident.composeDialog.autoReplyToSelf.label "(=Reply-To)">
    86<!ENTITY vident.composeDialog.autoReplyToSelf.menuLabel "deshabilitar la sincronización reply-to">
     
    2119<!ENTITY vident.virtualIdentityExtension_Dialog.extra1Button.label "Abortar el envío">
    2220<!ENTITY vident.virtualIdentityExtension_Dialog.extra2Button.label "Usar la identidad almacenada">
    23 
    24 <!ENTITY fccMailFolder.accesskey "P">
    25 <!ENTITY sentFolderOn.accesskey "e">
    26 <!ENTITY sentInOtherFolder.label "Otra:">
    27 <!ENTITY sentInOtherFolder.accesskey "O">
  • locale/fr/vI_prefDialog.dtd

    rab83a7 r1fb53b  
    9696<!ENTITY vI_prefDialog.composeDialog.SMTP.label "montrer le menu SMTP">
    9797<!ENTITY vI_prefDialog.composeDialog.SMTP.tooltiptext "affiche le menu de sélection entre les serveurs SMTP disponibles">
    98 <!ENTITY vI_prefDialog.composeDialog.fcc_show_switch.label "afficher le bouton pour activer/désactiver l'enregistrement de courriers envoyés">
    99 <!ENTITY vI_prefDialog.composeDialog.fcc_show_switch.tooltiptext "affiche un bouton qui permet d'activer désactiver l'enregistrement de courriers envoyés">
    10098<!ENTITY vI_prefDialog.composeDialog.show_switch.label "cocher pour l'enregistrement des identités">
    10199<!ENTITY vI_prefDialog.composeDialog.show_baseID_switch.label "cocher pour l'enregistrement des bases d'identités">
     
    116114<!ENTITY vI_prefDialog.sending.Folder.VCard.label "piÚces jointes vCard">
    117115
    118 <!ENTITY vI_prefDialog.sending.fccTab.header "Dossier &apos;Envoyé&apos;">
    119 <!ENTITY vI_prefDialog.sending.fccTab.caption "Quand j'envoie un message avec une identité virtuelle">
    120116<!ENTITY vI_prefDialog.sending.vidAccount.label "Dossier du compte modifié par Virtual Identity">
    121117<!ENTITY vI_prefDialog.sending.vidDefault.label "Dossier du compte par défaut">
     
    189185<!ENTITY vI_prefDialog.debugToFile.label "debug to file"> <!-- translate -->
    190186<!ENTITY vI_prefDialog.debugToFile.choose "choose"> <!-- translate -->
    191 
    192 <!-- just for TB 1.5. ReplyFollowsParent not available -->
    193 <!-- fields will be hidden, dont have to be translated -->
    194 <!ENTITY fccReplyFollowsParent.label "">
    195 <!ENTITY fccReplyFollowsParent.accesskey "">
  • locale/fr/vI_storageExtras.dtd

    rab83a7 r1fb53b  
    22
    33<!ENTITY vI_prefDialog.storageExtras.returnReciept.label "statut de l'accusé de réception">
    4 <!ENTITY vI_prefDialog.storageExtras.fcc.label "Statut de FS">
    54<!ENTITY vI_prefDialog.storageExtras.characterEncoding.label "chiffrement du caractÚre sélectionné">
    65<!ENTITY vI_prefDialog.storageExtras.messageFormat.label "format du message sélectionné">
     
    1817
    1918<!ENTITY vI_storageExtrasDataTreeOverlay.receiptCol.label "Accusé de réception">
    20 <!ENTITY vI_storageExtrasDataTreeOverlay.fccCol.label "FS">
    2119<!ENTITY vI_storageExtrasDataTreeOverlay.charEncCol.label "Chiffrement des caractÚres">
    2220<!ENTITY vI_storageExtrasDataTreeOverlay.msgFormatCol.label "Format du message">
     
    2927<!ENTITY vI_storageExtrasDataEditorOverlay.hideUnused.label "cacher les champs inactifs">
    3028<!ENTITY vI_storageExtrasDataEditorOverlay.receipt.label "Accusé de réception">
    31 <!ENTITY vI_storageExtrasDataEditorOverlay.fcc.label "FS">
    3229<!ENTITY vI_storageExtrasDataEditorOverlay.charEnc.label "Chiffrement des caractÚres">
    3330<!ENTITY vI_storageExtrasDataEditorOverlay.msgFormat.label "Format du message">
     
    3734<!ENTITY vI_storageExtrasDataEditorOverlay.PGPSig.label "openPGP : signer les messages">
    3835<!ENTITY vI_storageExtrasDataEditorOverlay.PGPMIME.label "openPGP : utiliser PGP/MIME">
    39 
    40 <!-- required for pre TB24 versions -->
    41 <!ENTITY deliveryFormatMenu.label "Delivery Format"> <!-- translate -->
    42 <!ENTITY deliveryFormatMenu.accesskey "F"> <!-- translate -->
  • locale/fr/vI_storageExtras.properties

    rab83a7 r1fb53b  
    11vident.identityData.extras.receipt=Accusé de réception
    2 vident.identityData.extras.fcc=FS
    32vident.identityData.extras.charEnc=Encodage des caractÚres
    43vident.identityData.extras.msgFormat=Format du message
  • locale/fr/v_identity.dtd

    rab83a7 r1fb53b  
    33<!ENTITY vident.composeDialog.storageSave.label "enregistrer">
    44<!ENTITY vident.composeDialog.storageSave.tooltiptext "enregistrer une identité pendant l'envoi">
    5 <!ENTITY vident.composeDialog.fcc_switch.label "Faire suivre à">
    6 <!ENTITY vident.composeDialog.fcc_switch.tooltiptext "enregistrer une copie du mail envoyé">
    75<!ENTITY vident.composeDialog.autoReplyToSelf.label "(=Répondre à)">
    86<!ENTITY vident.composeDialog.autoReplyToSelf.menuLabel "Désactiver la synchronisation de Répondre à">
     
    2119<!ENTITY vident.virtualIdentityExtension_Dialog.extra1Button.label "Interrompre l'envoi">
    2220<!ENTITY vident.virtualIdentityExtension_Dialog.extra2Button.label "Utiliser l'identité stockée">
    23 
    24 <!ENTITY fccMailFolder.accesskey "P">
    25 <!ENTITY sentFolderOn.accesskey "D">
    26 <!ENTITY sentInOtherFolder.label "Autre :">
    27 <!ENTITY sentInOtherFolder.accesskey "A">
  • locale/nl/vI_prefDialog.dtd

    rab83a7 r1fb53b  
    9696<!ENTITY vI_prefDialog.composeDialog.SMTP.label "SMTP-menu weergeven">
    9797<!ENTITY vI_prefDialog.composeDialog.SMTP.tooltiptext "Menu weergeven om beschikbare SMTP-servers te selecteren">
    98 <!ENTITY vI_prefDialog.composeDialog.fcc_show_switch.label "Schakelaar weergeven om opslaan van verzonden e-mailberichten (fcc) te activeren/deactiveren">
    99 <!ENTITY vI_prefDialog.composeDialog.fcc_show_switch.tooltiptext "Knop weergeven om opslaan van verzonden e-mailberichten (fcc) tijdens verwerking te activeren/deactiveren">
    10098<!ENTITY vI_prefDialog.composeDialog.show_switch.label "Aanvinkveld voor opslaan van identiteiten">
    10199<!ENTITY vI_prefDialog.composeDialog.show_baseID_switch.label "Aanvinkveld voor opslaan van basisidentiteiten">
     
    116114<!ENTITY vI_prefDialog.sending.Folder.VCard.label "vCard-bijlagen">
    117115
    118 <!ENTITY vI_prefDialog.sending.fccTab.header "Map Verzonden">
    119 <!ENTITY vI_prefDialog.sending.fccTab.caption "Bij het verzenden van een bericht met een virtuele identiteit">
    120116<!ENTITY vI_prefDialog.sending.vidAccount.label "Door account gebruikte map wijzigen bij gebruik virtuele identiteit">
    121117<!ENTITY vI_prefDialog.sending.vidDefault.label "Door standaardaccount gebruikte map">
     
    189185<!ENTITY vI_prefDialog.debugToFile.label "debug to file"> <!-- translate -->
    190186<!ENTITY vI_prefDialog.debugToFile.choose "choose"> <!-- translate -->
    191 
    192 <!-- just for TB 1.5. ReplyFollowsParent not available -->
    193 <!-- fields will be hidden, dont have to be translated -->
    194 <!ENTITY fccReplyFollowsParent.label "">
    195 <!ENTITY fccReplyFollowsParent.accesskey "">
  • locale/nl/vI_storageExtras.dtd

    rab83a7 r1fb53b  
    22
    33<!ENTITY vI_prefDialog.storageExtras.returnReciept.label "Ontvangstbevestigingsstatus">
    4 <!ENTITY vI_prefDialog.storageExtras.fcc.label "Fcc-status">
    54<!ENTITY vI_prefDialog.storageExtras.characterEncoding.label "Geselecteerde codering">
    65<!ENTITY vI_prefDialog.storageExtras.messageFormat.label "Geselecteerde berichtopmaak">
     
    1817
    1918<!ENTITY vI_storageExtrasDataTreeOverlay.receiptCol.label "Ontvangstbevestiging">
    20 <!ENTITY vI_storageExtrasDataTreeOverlay.fccCol.label "FCC">
    2119<!ENTITY vI_storageExtrasDataTreeOverlay.charEncCol.label "Codering">
    2220<!ENTITY vI_storageExtrasDataTreeOverlay.msgFormatCol.label "Berichtopmaak">
     
    2927<!ENTITY vI_storageExtrasDataEditorOverlay.hideUnused.label "Inactieve velden verbergen">
    3028<!ENTITY vI_storageExtrasDataEditorOverlay.receipt.label "Ontvangstbevestiging">
    31 <!ENTITY vI_storageExtrasDataEditorOverlay.fcc.label "FCC">
    3229<!ENTITY vI_storageExtrasDataEditorOverlay.charEnc.label "Codering">
    3330<!ENTITY vI_storageExtrasDataEditorOverlay.msgFormat.label "Berichtopmaak">
     
    3734<!ENTITY vI_storageExtrasDataEditorOverlay.PGPSig.label "openPGP: berichten ondertekenen">
    3835<!ENTITY vI_storageExtrasDataEditorOverlay.PGPMIME.label "openPGP: PGP/MIME gebruiken">
    39 
    40 <!-- required for pre TB24 versions -->
    41 <!ENTITY deliveryFormatMenu.label "Delivery Format"> <!-- translate -->
    42 <!ENTITY deliveryFormatMenu.accesskey "F"> <!-- translate -->
  • locale/nl/vI_storageExtras.properties

    rab83a7 r1fb53b  
    11vident.identityData.extras.receipt=Ontvangstbevestiging
    2 vident.identityData.extras.fcc=FCC
    32vident.identityData.extras.charEnc=Codering
    43vident.identityData.extras.msgFormat=Berichtopmaak
  • locale/nl/v_identity.dtd

    rab83a7 r1fb53b  
    33<!ENTITY vident.composeDialog.storageSave.label "Opslaan">
    44<!ENTITY vident.composeDialog.storageSave.tooltiptext "Identiteit opslaan bij verzenden">
    5 <!ENTITY vident.composeDialog.fcc_switch.label "Fcc">
    6 <!ENTITY vident.composeDialog.fcc_switch.tooltiptext "Kopie van verzonden e-mailbericht opslaan">
    75<!ENTITY vident.composeDialog.autoReplyToSelf.label "(=Reply-To)">
    86<!ENTITY vident.composeDialog.autoReplyToSelf.menuLabel "Reply-To-synchronisatie uitschakelen">
     
    2119<!ENTITY vident.virtualIdentityExtension_Dialog.extra1Button.label "Verzenden afbreken">
    2220<!ENTITY vident.virtualIdentityExtension_Dialog.extra2Button.label "Opgeslagen identiteit gebruiken">
    23 
    24 <!ENTITY fccMailFolder.accesskey "l">
    25 <!ENTITY sentFolderOn.accesskey "z">
    26 <!ENTITY sentInOtherFolder.label "Overig:">
    27 <!ENTITY sentInOtherFolder.accesskey "o">
  • locale/ru-RU/vI_prefDialog.dtd

    rab83a7 r1fb53b  
    188188<!ENTITY vI_prefDialog.composeDialog.SMTP.tooltiptext "ОтПбражать ЌеМю ЎПступМыÑ
    189189 SMTP-серверПв с вПзЌПжМПстью выбПра SMTP-сервера, ОспПльзуеЌПгП Ўля ПтправкО сППбщеМОя.">
    190 <!ENTITY vI_prefDialog.composeDialog.fcc_show_switch.label "ЧекбПкс Ўля выбПрПчМПй актОвацОО/ЎеактОвацОО сПÑ
    191 Ñ€Ð°ÐœÐµÐœÐžÑ ПтправлеММыÑ
    192  ÑÐŸÐŸÐ±Ñ‰ÐµÐœÐžÐ¹ (FCC)">
    193 <!ENTITY vI_prefDialog.composeDialog.fcc_show_switch.tooltiptext "ОтПбражеМОе переключателя (чекбПкса) Ўля вПзЌПжМПстО актОвацОО/ЎеактОвацОО сПÑ
    194 Ñ€Ð°ÐœÐµÐœÐžÑ ПтправлеММыÑ
    195  ÑÐŸÐŸÐ±Ñ‰ÐµÐœÐžÐ¹ (FCC) «Ма лету»">
    196190<!ENTITY vI_prefDialog.composeDialog.show_switch.label "ЧекбПкс Ўля выбПрПчМПй актОвацОО/ЎеактОвацОО сПÑ
    197191раМеМОя ЎаММыÑ
     
    220214<!ENTITY vI_prefDialog.sending.Folder.VCard.label "vCard влПжеМОя">
    221215
    222 <!ENTITY vI_prefDialog.sending.fccTab.header "Папка ПтправлеММыÑ
    223  ÑÐŸÐŸÐ±Ñ‰ÐµÐœÐžÐ¹">
    224 <!ENTITY vI_prefDialog.sending.fccTab.caption "ДействОе прО Птправке сППбщеМОя с вОртуальМыЌО лОчМыЌО ЎаММыЌО">
    225216<!ENTITY vI_prefDialog.sending.vidAccount.label "Папка, ОспПльзуеЌая учетМПй запОсью, ОзЌеМяеЌПй с пПЌПщью Virtual Identity">
    226217<!ENTITY vI_prefDialog.sending.vidDefault.label "Папка, ОспПльзуеЌая учетМПй запОсью пП уЌПлчаМОю">
     
    344335<!ENTITY vI_prefDialog.debugToFile.label "debug to file"> <!-- translate -->
    345336<!ENTITY vI_prefDialog.debugToFile.choose "choose"> <!-- translate -->
    346 
    347 <!-- just for TB 1.5. ReplyFollowsParent not available -->
    348 <!-- fields will be hidden, dont have to be translated -->
    349 <!ENTITY fccReplyFollowsParent.label "">
    350 <!ENTITY fccReplyFollowsParent.accesskey "">
  • locale/ru-RU/vI_storageExtras.dtd

    rab83a7 r1fb53b  
    33
    44<!ENTITY vI_prefDialog.storageExtras.returnReciept.label "СПстПяМОе увеЎПЌлеМОя П пПлучеМОО">
    5 <!ENTITY vI_prefDialog.storageExtras.fcc.label "СПстПяМОе FCC (File Carbon Copy)">
    65<!ENTITY vI_prefDialog.storageExtras.characterEncoding.label "ВыбраММая кПЎОрПвка сППбщеМОй">
    76<!ENTITY vI_prefDialog.storageExtras.messageFormat.label "ВыбраММый фПрЌат сППбщеМОй">
     
    2120
    2221<!ENTITY vI_storageExtrasDataTreeOverlay.receiptCol.label "СПстПяМОе увеЎПЌлеМОя П пПлучеМОО">
    23 <!ENTITY vI_storageExtrasDataTreeOverlay.fccCol.label "СПстПяМОе FCC (File Carbon Copy)">
    2422<!ENTITY vI_storageExtrasDataTreeOverlay.charEncCol.label "ВыбраММая кПЎОрПвка сППбщеМОй">
    2523<!ENTITY vI_storageExtrasDataTreeOverlay.msgFormatCol.label "ВыбраММый фПрЌат сППбщеМОй">
     
    3230<!ENTITY vI_storageExtrasDataEditorOverlay.hideUnused.label "Скрыть МеактОвМые пПля">
    3331<!ENTITY vI_storageExtrasDataEditorOverlay.receipt.label "СПстПяМОе увеЎПЌлеМОя П пПлучеМОО">
    34 <!ENTITY vI_storageExtrasDataEditorOverlay.fcc.label "СПстПяМОе FCC (File Carbon Copy)">
    3532<!ENTITY vI_storageExtrasDataEditorOverlay.charEnc.label "ВыбраММая кПЎОрПвка сППбщеМОй">
    3633<!ENTITY vI_storageExtrasDataEditorOverlay.msgFormat.label "ВыбраММый фПрЌат сППбщеМОй">
     
    4037<!ENTITY vI_storageExtrasDataEditorOverlay.PGPSig.label "openPGP: цОфрПвая пПЎпОсь сППбщеМОй">
    4138<!ENTITY vI_storageExtrasDataEditorOverlay.PGPMIME.label "openPGP: ОспПльзПваМОе PGP/MIME">
    42 
    43 <!-- required for pre TB24 versions -->
    44 <!ENTITY deliveryFormatMenu.label "Delivery Format"> <!-- translate -->
    45 <!ENTITY deliveryFormatMenu.accesskey "F"> <!-- translate -->
  • locale/ru-RU/vI_storageExtras.properties

    rab83a7 r1fb53b  
    11vident.identityData.extras.receipt=СПстПяМОе увеЎПЌлеМОя П пПлучеМОО
    2 vident.identityData.extras.fcc=FCC
    32vident.identityData.extras.charEnc=ВыбраММая кПЎОрПвка сППбщеМОй
    43vident.identityData.extras.msgFormat=ВыбраММый фПрЌат сППбщеМОй
  • locale/ru-RU/v_identity.dtd

    rab83a7 r1fb53b  
    66раМОть текущОе ЎаММые в Ñ
    77раМОлОще прО Птправке сППбщеМОя">
    8 <!ENTITY vident.composeDialog.fcc_switch.label "FCC">
    9 <!ENTITY vident.composeDialog.fcc_switch.tooltiptext "СПÑ
    10 Ñ€Ð°ÐœÐžÑ‚ÑŒ кПпОю ПтправлеММПгП сППбщеМОя">
    118<!ENTITY vident.composeDialog.autoReplyToSelf.label "(= ОбратМый аЎрес (Reply-To))">
    129<!ENTITY vident.composeDialog.autoReplyToSelf.menuLabel "ЗапретОть сОМÑ
     
    3532<!ENTITY vident.virtualIdentityExtension_Dialog.extra2Button.label "ИспПльзПвать сПÑ
    3633раМеММые лОчМые ЎаММые">
    37 
    38 <!ENTITY fccMailFolder.accesskey "P">
    39 <!ENTITY sentFolderOn.accesskey "e">
    40 <!ENTITY sentInOtherFolder.label "ДругПе:">
    41 <!ENTITY sentInOtherFolder.accesskey "Д">
  • modules/vI_identityData.js

    rab83a7 r1fb53b  
    3535Components.utils.import("resource://v_identity/vI_identityDataExtras.js");
    3636Components.utils.import("resource://v_identity/identityDataExtras/returnReceipt.js");
    37 Components.utils.import("resource://v_identity/identityDataExtras/fccSwitch.js");
    3837Components.utils.import("resource://v_identity/identityDataExtras/messageFormat.js");
    3938Components.utils.import("resource://v_identity/identityDataExtras/characterEncoding.js");
  • skin/v_identity.css

    rab83a7 r1fb53b  
    22@import url("chrome://v_identity/locale/logo.css");
    33@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
    4 
    5 #virtualIdentityExtension_fccSwitch[vid="false"] {
    6     display: none;
    7 }
    84
    95.mismatchLine {
Note: See TracChangeset for help on using the changeset viewer.