pidgin/resources/Conversations/menu.ui

Thu, 11 Nov 2021 20:12:05 -0600

author
Gary Kramlich <grim@reaperworld.com>
date
Thu, 11 Nov 2021 20:12:05 -0600
changeset 41165
24e2c88a7fc2
parent 41106
a9588f5aef2f
child 41176
7d51cf02f98a
permissions
-rw-r--r--

Ran codespell on the libpurple docs that were converted to gi-docgen

Testing Done:
Ran codespell again.

Reviewed at https://reviews.imfreedom.org/r/1127/

<?xml version="1.0" encoding="UTF-8"?>
<!--

Pidgin - Internet Messenger
Copyright (C) Pidgin Developers <devel@pidgin.im>

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.

-->
<interface>
  <requires lib="gtk+" version="3.22"/>
  <!-- interface-license-type gplv2 -->
  <!-- interface-name Pidgin -->
  <!-- interface-description Internet Messenger -->
  <!-- interface-copyright Pidgin Developers <devel@pidgin.im> -->
  <menu id="conversation">
    <submenu>
      <attribute name="label" translatable="yes">_Conversation</attribute>
      <section>
        <item>
          <attribute name="label" translatable="yes">New Instant _Message...</attribute>
          <attribute name="action">app.new-message</attribute>
          <attribute name="accel">&lt;Primary&gt;M</attribute>
        </item>
        <item>
          <attribute name="label" translatable="yes">Join a _Chat...</attribute>
          <attribute name="action">app.join-chat</attribute>
        </item>
      </section>
      <section>
        <item>
          <attribute name="label" translatable="yes">_Find...</attribute>
          <attribute name="action">win.find</attribute>
          <attribute name="accel">&lt;Primary&gt;F</attribute>
        </item>
        <item>
          <attribute name="label" translatable="yes">_Save As...</attribute>
          <attribute name="action">win.save-as</attribute>
        </item>
        <item>
          <attribute name="label" translatable="yes">Clea_r Scrollback</attribute>
          <attribute name="action">win.clear-history</attribute>
          <attribute name="accel">&lt;Primary&gt;L</attribute>
        </item>
      </section>
      <section>
        <submenu>
          <attribute name="label" translatable="yes">M_edia</attribute>
          <section>
            <item>
              <attribute name="label" translatable="yes">_Audio Call</attribute>
              <attribute name="action">win.audio-call</attribute>
            </item>
            <item>
              <attribute name="label" translatable="yes">_Video Call</attribute>
              <attribute name="action">win.video-call</attribute>
            </item>
            <item>
              <attribute name="label" translatable="yes">Audio/Video _Call</attribute>
              <attribute name="action">win.audio-video-call</attribute>
            </item>
          </section>
        </submenu>
      </section>
      <section>
        <item>
          <attribute name="label" translatable="yes">Se_nd File...</attribute>
          <attribute name="action">win.send-file</attribute>
        </item>
        <item>
          <attribute name="label" translatable="yes">Get _Attention</attribute>
          <attribute name="action">win.get-attention</attribute>
        </item>
        <item>
          <attribute name="label" translatable="yes">_Get Info</attribute>
          <attribute name="action">win.clear-history</attribute>
          <attribute name="accel">&lt;Primary&gt;O</attribute>
        </item>
        <item>
          <attribute name="label" translatable="yes">In_vite...</attribute>
          <attribute name="action">win.invite</attribute>
        </item>
        <submenu>
          <attribute name="label" translatable="yes">M_ore</attribute>
          <section id="more"></section>
        </submenu>
      </section>
      <section>
        <item>
          <attribute name="label" translatable="yes">Al_ias...</attribute>
          <attribute name="action">win.alias</attribute>
        </item>
        <item>
          <attribute name="label" translatable="yes">_Block...</attribute>
          <attribute name="action">win.block</attribute>
        </item>
        <item>
          <attribute name="label" translatable="yes">_Unblock...</attribute>
          <attribute name="action">win.unblock</attribute>
        </item>
        <item>
          <attribute name="label" translatable="yes">_Add...</attribute>
          <attribute name="action">win.add</attribute>
        </item>
        <item>
          <attribute name="label" translatable="yes">_Remove...</attribute>
          <attribute name="action">win.remove</attribute>
        </item>
      </section>
      <section>
        <item>
          <attribute name="label" translatable="yes">Insert Lin_k...</attribute>
          <attribute name="action">win.insert-link</attribute>
        </item>
        <item>
          <attribute name="label" translatable="yes">Insert Imag_e...</attribute>
          <attribute name="action">win.insert-image</attribute>
        </item>
      </section>
      <section>
        <item>
          <attribute name="label" translatable="yes">_Close</attribute>
          <attribute name="action">win.close</attribute>
          <attribute name="accel">&lt;Primary&gt;W</attribute>
        </item>
      </section>
    </submenu>
  </menu>
</interface>

mercurial