Revision control
Copy as Markdown
Other Tools
<?xml version="1.0"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
   - License, v. 2.0. If a copy of the MPL was not distributed with this
<!DOCTYPE html>
<html
  type="child"
  scrolling="false"
>
  <head>
    <title data-l10n-id="messenger-languages-dialog-title"></title>
    <meta
      http-equiv="Content-Security-Policy"
      content="default-src chrome:; script-src chrome: 'unsafe-inline' moz-src:; style-src chrome: 'unsafe-inline'"
    />
    <link rel="localization" href="branding/brand.ftl" />
    <link rel="localization" href="messenger/preferences/languages.ftl" />
    <script
      defer="defer"
    ></script>
    <script
      defer="defer"
    ></script>
  </head>
  <html:body
  >
    <dialog id="MessengerLanguagesDialog" buttons="accept,cancel">
      <vbox
        id="messengerLanguagesDialogPane"
        class="prefpane largeDialogContainer"
        flex="1"
      >
        <description data-l10n-id="messenger-languages-description" />
        <hbox flex="1">
          <vbox flex="1">
            <richlistbox id="selectedLocales" flex="1" />
            <menulist
              id="availableLocales"
              class="available-locales-list"
              data-l10n-id="messenger-languages-select-language"
              data-l10n-attrs="placeholder,label"
            >
              <menupopup />
            </menulist>
          </vbox>
          <vbox>
            <button
              id="up"
              class="action-button"
              disabled="true"
              data-l10n-id="languages-customize-moveup"
            />
            <button
              id="down"
              class="action-button"
              disabled="true"
              data-l10n-id="languages-customize-movedown"
            />
            <button
              id="remove"
              class="action-button"
              disabled="true"
              data-l10n-id="languages-customize-remove"
            />
            <vbox flex="1" pack="end">
              <button
                id="add"
                class="add-messenger-language action-button"
                data-l10n-id="languages-customize-add"
                disabled="true"
              />
            </vbox>
          </vbox>
        </hbox>
        <hbox
          id="warning-message"
          class="message-bar message-bar-warning"
          hidden="hidden"
        >
          <html:img
            class="message-bar-icon"
            alt=""
          />
          <description
            class="message-bar-description"
            data-l10n-id="messenger-languages-error"
          />
        </hbox>
        <separator class="thin" />
      </vbox>
    </dialog>
  </html:body>
</html>