Blame src/terminal-menubar.ui.in

Packit Service 3bdf47
Packit Service 3bdf47
Packit Service 3bdf47
  Copyright © 2012, 2017 Christian Persch
Packit Service 3bdf47
Packit Service 3bdf47
  This program is free software: you can redistribute it and/or modify
Packit Service 3bdf47
  it under the terms of the GNU General Public License as published by
Packit Service 3bdf47
  the Free Software Foundation, either version 3 of the License, or
Packit Service 3bdf47
  (at your option) any later version.
Packit Service 3bdf47
Packit Service 3bdf47
  This program is distributed in the hope that it will be useful,
Packit Service 3bdf47
  but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit Service 3bdf47
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Packit Service 3bdf47
  GNU General Public License for more details.
Packit Service 3bdf47
Packit Service 3bdf47
  You should have received a copy of the GNU General Public License
Packit Service 3bdf47
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
Packit Service 3bdf47
-->
Packit Service 3bdf47
<interface>
Packit Service 3bdf47
  <menu id="menubar">
Packit Service 3bdf47
    <submenu>
Packit Service 3bdf47
      <WITH_MNEMONIC><attribute name="label" translatable="yes">_File</attribute></WITH_MNEMONIC>
Packit Service 3bdf47
      <WITHOUT_MNEMONIC><attribute name="label" translatable="yes">File</attribute></WITHOUT_MNEMONIC>
Packit Service 3bdf47
      <section id="new-terminal-section" />
Packit Service 3bdf47
      <section>
Packit Service 3bdf47
        <item>
Packit Service 3bdf47
          <attribute name="label" translatable="yes">_Save Contents…</attribute>
Packit Service 3bdf47
          <attribute name="action">win.save-contents</attribute>
Packit Service 3bdf47
          <attribute name="hidden-when">action-missing</attribute>
Packit Service 3bdf47
        </item>
Packit Service 3bdf47
        <item>
Packit Service 3bdf47
          <attribute name="label" translatable="yes">_Export…</attribute>
Packit Service 3bdf47
          <attribute name="action">win.export</attribute>
Packit Service 3bdf47
          <attribute name="hidden-when">action-missing</attribute>
Packit Service 3bdf47
        </item>
Packit Service 3bdf47
        <item>
Packit Service 3bdf47
          <attribute name="label" translatable="yes">_Print…</attribute>
Packit Service 3bdf47
          <attribute name="action">win.print</attribute>
Packit Service 3bdf47
          <attribute name="hidden-when">action-missing</attribute>
Packit Service 3bdf47
        </item>
Packit Service 3bdf47
      </section>
Packit Service 3bdf47
      <section>
Packit Service 3bdf47
        <item>
Packit Service 3bdf47
          <attribute name="label" translatable="yes">C_lose Tab</attribute>
Packit Service 3bdf47
          <attribute name="action">win.close</attribute>
Packit Service 3bdf47
          <attribute name="target">tab</attribute>
Packit Service 3bdf47
        </item>
Packit Service 3bdf47
        <item>
Packit Service 3bdf47
          <attribute name="label" translatable="yes">_Close Window</attribute>
Packit Service 3bdf47
          <attribute name="action">win.close</attribute>
Packit Service 3bdf47
          <attribute name="target">window</attribute>
Packit Service 3bdf47
        </item>
Packit Service 3bdf47
      </section>
Packit Service 3bdf47
    </submenu>
Packit Service 3bdf47
    <submenu>
Packit Service 3bdf47
      <WITH_MNEMONIC><attribute name="label" translatable="yes">_Edit</attribute></WITH_MNEMONIC>
Packit Service 3bdf47
      <WITHOUT_MNEMONIC><attribute name="label" translatable="yes">Edit</attribute></WITHOUT_MNEMONIC>
Packit Service 3bdf47
      <section>
Packit Service 3bdf47
        <item>
Packit Service 3bdf47
          <attribute name="label" translatable="yes">_Copy</attribute>
Packit Service 3bdf47
          <attribute name="action">win.copy</attribute>
Packit Service 3bdf47
          <attribute name="target">text</attribute>
Packit Service 3bdf47
        </item>
Packit Service 3bdf47
        <item>
Packit Service 3bdf47
          <attribute name="label" translatable="yes">Copy as _HTML</attribute>
Packit Service 3bdf47
          <attribute name="action">win.copy</attribute>
Packit Service 3bdf47
          <attribute name="target">html</attribute>
Packit Service 3bdf47
        </item>
Packit Service 3bdf47
        <item>
Packit Service 3bdf47
          <attribute name="label" translatable="yes">_Paste</attribute>
Packit Service 3bdf47
          <attribute name="action">win.paste-text</attribute>
Packit Service 3bdf47
        </item>
Packit Service 3bdf47
        <item>
Packit Service 3bdf47
          <attribute name="label" translatable="yes">Paste as _Filenames</attribute>
Packit Service 3bdf47
          <attribute name="action">win.paste-uris</attribute>
Packit Service 3bdf47
          <attribute name="hidden-when">action-disabled</attribute>
Packit Service 3bdf47
        </item>
Packit Service 3bdf47
      </section>
Packit Service 3bdf47
      <section>
Packit Service 3bdf47
        <item>
Packit Service 3bdf47
          <attribute name="label" translatable="yes">Select _All</attribute>
Packit Service 3bdf47
          <attribute name="action">win.select-all</attribute>
Packit Service 3bdf47
        </item>
Packit Service 3bdf47
      </section>
Packit Service 3bdf47
      <section>
Packit Service 3bdf47
        <item>
Packit Service 3bdf47
          <attribute name="label" translatable="yes">P_references</attribute>
Packit Service 3bdf47
          <attribute name="action">win.edit-preferences</attribute>
Packit Service 3bdf47
        </item>
Packit Service 3bdf47
      </section>
Packit Service 3bdf47
    </submenu>
Packit Service 3bdf47
    <submenu>
Packit Service 3bdf47
      <WITH_MNEMONIC><attribute name="label" translatable="yes">_View</attribute></WITH_MNEMONIC>
Packit Service 3bdf47
      <WITHOUT_MNEMONIC><attribute name="label" translatable="yes">View</attribute></WITHOUT_MNEMONIC>
Packit Service 3bdf47
      <section>
Packit Service 3bdf47
        <item>
Packit Service 3bdf47
          <attribute name="label" translatable="yes">Show _Menubar</attribute>
Packit Service 3bdf47
          <attribute name="action">win.menubar-visible</attribute>
Packit Service 3bdf47
          <attribute name="hidden-when">action-disabled</attribute>
Packit Service 3bdf47
        </item>
Packit Service 3bdf47
        <item>
Packit Service 3bdf47
          <attribute name="label" translatable="yes">_Full Screen</attribute>
Packit Service 3bdf47
          <attribute name="action">win.fullscreen</attribute>
Packit Service 3bdf47
        </item>
Packit Service 3bdf47
      </section>
Packit Service 3bdf47
      <section>
Packit Service 3bdf47
        <item>
Packit Service 3bdf47
          <attribute name="label" translatable="yes">Zoom _In</attribute>
Packit Service 3bdf47
          <attribute name="action">win.zoom-in</attribute>
Packit Service 3bdf47
        </item>
Packit Service 3bdf47
        <item>
Packit Service 3bdf47
          <attribute name="label" translatable="yes">_Normal Size</attribute>
Packit Service 3bdf47
          <attribute name="action">win.zoom-normal</attribute>
Packit Service 3bdf47
        </item>
Packit Service 3bdf47
        <item>
Packit Service 3bdf47
          <attribute name="label" translatable="yes">Zoom _Out</attribute>
Packit Service 3bdf47
          <attribute name="action">win.zoom-out</attribute>
Packit Service 3bdf47
        </item>
Packit Service 3bdf47
      </section>
Packit Service 3bdf47
    </submenu>
Packit Service 3bdf47
    <submenu>
Packit Service 3bdf47
      <WITH_MNEMONIC><attribute name="label" translatable="yes">_Search</attribute></WITH_MNEMONIC>
Packit Service 3bdf47
      <WITHOUT_MNEMONIC><attribute name="label" translatable="yes">Search</attribute></WITHOUT_MNEMONIC>
Packit Service 3bdf47
      <section>
Packit Service 3bdf47
        <item>
Packit Service 3bdf47
          <attribute name="label" translatable="yes">_Find…</attribute>
Packit Service 3bdf47
          <attribute name="action">win.find</attribute>
Packit Service 3bdf47
        </item>
Packit Service 3bdf47
        <item>
Packit Service 3bdf47
          <attribute name="label" translatable="yes">Find _Next</attribute>
Packit Service 3bdf47
          <attribute name="action">win.find-forward</attribute>
Packit Service 3bdf47
        </item>
Packit Service 3bdf47
        <item>
Packit Service 3bdf47
          <attribute name="label" translatable="yes">Find _Previous</attribute>
Packit Service 3bdf47
          <attribute name="action">win.find-backward</attribute>
Packit Service 3bdf47
        </item>
Packit Service 3bdf47
        <item>
Packit Service 3bdf47
          <attribute name="label" translatable="yes">_Clear Highlight</attribute>
Packit Service 3bdf47
          <attribute name="action">win.find-clear</attribute>
Packit Service 3bdf47
        </item>
Packit Service 3bdf47
      </section>
Packit Service 3bdf47
    </submenu>
Packit Service 3bdf47
    <submenu>
Packit Service 3bdf47
      <WITH_MNEMONIC><attribute name="label" translatable="yes">_Terminal</attribute></WITH_MNEMONIC>
Packit Service 3bdf47
      <WITHOUT_MNEMONIC><attribute name="label" translatable="yes">Terminal</attribute></WITHOUT_MNEMONIC>
Packit Service 3bdf47
      <section>
Packit Service 3bdf47
        <section id="set-profile-section" />
Packit Service 3bdf47
        <item>
Packit Service 3bdf47
          <attribute name="label" translatable="yes">Set _Title…</attribute>
Packit Service 3bdf47
          <attribute name="action">win.set-title</attribute>
Packit Service 3bdf47
          <attribute name="hidden-when">action-missing</attribute>
Packit Service 3bdf47
        </item>
Packit Service 3bdf47
        <submenu id="set-encoding-submenu">
Packit Service 3bdf47
          <attribute name="label" translatable="yes">Set _Character Encoding</attribute>
Packit Service 3bdf47
        </submenu>
Packit Service 3bdf47
      </section>
Packit Service 3bdf47
      <section>
Packit Service 3bdf47
        <item>
Packit Service 3bdf47
          <attribute name="label" translatable="yes">Read-_Only</attribute>
Packit Service 3bdf47
          <attribute name="action">win.read-only</attribute>
Packit Service 3bdf47
        </item>
Packit Service 3bdf47
      </section>
Packit Service 3bdf47
      <section>
Packit Service 3bdf47
        <item>
Packit Service 3bdf47
          <attribute name="label" translatable="yes">_Reset</attribute>
Packit Service 3bdf47
          <attribute name="action">win.reset</attribute>
Packit Service 3bdf47
          <attribute name="target" type="b">false</attribute>
Packit Service 3bdf47
        </item>
Packit Service 3bdf47
        <item>
Packit Service 3bdf47
          <attribute name="label" translatable="yes">Reset and C_lear</attribute>
Packit Service 3bdf47
          <attribute name="action">win.reset</attribute>
Packit Service 3bdf47
          <attribute name="target" type="b">true</attribute>
Packit Service 3bdf47
        </item>
Packit Service 3bdf47
      </section>
Packit Service 3bdf47
      <section>
Packit Service 3bdf47
        <item>
Packit Service 3bdf47
          <attribute name="label" translatable="yes">_1. 80×24</attribute>
Packit Service 3bdf47
          <attribute name="action">win.size-to</attribute>
Packit Service 3bdf47
          <attribute name="target" type="(uu)">(80, 24)</attribute>
Packit Service 3bdf47
        </item>
Packit Service 3bdf47
        <item>
Packit Service 3bdf47
          <attribute name="label" translatable="yes">_2. 80×43</attribute>
Packit Service 3bdf47
          <attribute name="action">win.size-to</attribute>
Packit Service 3bdf47
          <attribute name="target" type="(uu)">(80, 43)</attribute>
Packit Service 3bdf47
        </item>
Packit Service 3bdf47
        <item>
Packit Service 3bdf47
          <attribute name="label" translatable="yes">_3. 132×24</attribute>
Packit Service 3bdf47
          <attribute name="action">win.size-to</attribute>
Packit Service 3bdf47
          <attribute name="target" type="(uu)">(132, 24)</attribute>
Packit Service 3bdf47
        </item>
Packit Service 3bdf47
        <item>
Packit Service 3bdf47
          <attribute name="label" translatable="yes">_4. 132×43</attribute>
Packit Service 3bdf47
          <attribute name="action">win.size-to</attribute>
Packit Service 3bdf47
          <attribute name="target" type="(uu)">(132, 43)</attribute>
Packit Service 3bdf47
        </item>
Packit Service 3bdf47
      </section>
Packit Service 3bdf47
    </submenu>
Packit Service 3bdf47
    <submenu>
Packit Service 3bdf47
      <WITH_MNEMONIC><attribute name="label" translatable="yes">Ta_bs</attribute></WITH_MNEMONIC>
Packit Service 3bdf47
      <WITHOUT_MNEMONIC><attribute name="label" translatable="yes">Tabs</attribute></WITHOUT_MNEMONIC>
Packit Service 3bdf47
      <attribute name="action">win.tabs-menu</attribute>
Packit Service 3bdf47
      <attribute name="hidden-when">action-disabled</attribute>
Packit Service 3bdf47
      <section>
Packit Service 3bdf47
        <item>
Packit Service 3bdf47
          <attribute name="label" translatable="yes">_Previous Tab</attribute>
Packit Service 3bdf47
          <attribute name="action">win.tab-switch-left</attribute>
Packit Service 3bdf47
        </item>
Packit Service 3bdf47
        <item>
Packit Service 3bdf47
          <attribute name="label" translatable="yes">_Next Tab</attribute>
Packit Service 3bdf47
          <attribute name="action">win.tab-switch-right</attribute>
Packit Service 3bdf47
        </item>
Packit Service 3bdf47
      </section>
Packit Service 3bdf47
      <section>
Packit Service 3bdf47
        <item>
Packit Service 3bdf47
          <attribute name="label" translatable="yes">Move Tab _Left</attribute>
Packit Service 3bdf47
          <attribute name="action">win.tab-move-left</attribute>
Packit Service 3bdf47
        </item>
Packit Service 3bdf47
        <item>
Packit Service 3bdf47
          <attribute name="label" translatable="yes">Move Tab _Right</attribute>
Packit Service 3bdf47
          <attribute name="action">win.tab-move-right</attribute>
Packit Service 3bdf47
        </item>
Packit Service 3bdf47
      </section>
Packit Service 3bdf47
      <section>
Packit Service 3bdf47
        <item>
Packit Service 3bdf47
          <attribute name="label" translatable="yes">_Detach Tab</attribute>
Packit Service 3bdf47
          <attribute name="action">win.tab-detach</attribute>
Packit Service 3bdf47
        </item>
Packit Service 3bdf47
      </section>
Packit Service 3bdf47
    </submenu>
Packit Service 3bdf47
    <submenu>
Packit Service 3bdf47
      <WITH_MNEMONIC><attribute name="label" translatable="yes">_Help</attribute></WITH_MNEMONIC>
Packit Service 3bdf47
      <WITHOUT_MNEMONIC><attribute name="label" translatable="yes">Help</attribute></WITHOUT_MNEMONIC>
Packit Service 3bdf47
      <section>
Packit Service 3bdf47
        <item>
Packit Service 3bdf47
          <attribute name="label" translatable="yes">_Contents</attribute>
Packit Service 3bdf47
          <attribute name="action">win.help</attribute>
Packit Service 3bdf47
        </item>
Packit Service 3bdf47
        <item>
Packit Service 3bdf47
          <attribute name="label" translatable="yes">_About</attribute>
Packit Service 3bdf47
          <attribute name="action">win.about</attribute>
Packit Service 3bdf47
        </item>
Packit Service 3bdf47
      </section>
Packit Service 3bdf47
      <section>
Packit Service 3bdf47
        <item>
Packit Service 3bdf47
          <attribute name="label" translatable="yes">_Inspector</attribute>
Packit Service 3bdf47
          <attribute name="action">win.inspector</attribute>
Packit Service 3bdf47
          <attribute name="hidden-when">action-disabled</attribute>
Packit Service 3bdf47
        </item>
Packit Service 3bdf47
      </section>
Packit Service 3bdf47
    </submenu>
Packit Service 3bdf47
  </menu>
Packit Service 3bdf47
</interface>