window.xml 10.2 KB
<?xml version="1.0" encoding="UTF-8"?>
<!--

 Software pw3270, desenvolvido com base nos códigos fontes do WC3270  e X3270
 (Paul Mattes Paul.Mattes@usa.net), de emulação de terminal 3270 para acesso a
 aplicativos mainframe. Registro no INPI sob o nome G3270.

  Copyright (C) <2008> <Banco do Brasil S.A.>

 Este programa é software livre. Você pode redistribuí-lo e/ou modificá-lo sob
 os termos da GPL v.2 - Licença Pública Geral  GNU,  conforme  publicado  pela
 Free Software Foundation.

 Este programa é distribuído na expectativa de  ser  útil,  mas  SEM  QUALQUER
 GARANTIA; sem mesmo a garantia implícita de COMERCIALIZAÇÃO ou  de  ADEQUAÇÃO
 A QUALQUER PROPÓSITO EM PARTICULAR. Consulte a Licença Pública Geral GNU para
 obter mais detalhes.

 Você deve ter recebido uma cópia da Licença Pública Geral GNU junto com este
 programa; se não, escreva para a Free Software Foundation, Inc., 51 Franklin
 St, Fifth Floor, Boston, MA  02110-1301  USA


 Contatos:

 perry.werneck@gmail.com	(Alexandre Perry de Souza Werneck)
 erico.mendonca@gmail.com	(Erico Mascarenhas Mendonça)

-->
<interface>

	<requires lib="gtk+" version="3.0"/>
	<menu id="open-menu">
		<section>

			<item>
				<attribute name="label" translatable="yes">New tab</attribute>
				<attribute name="action">app.new.tab</attribute>
			</item>
			<item>
				<attribute name="label" translatable="yes">New Window</attribute>
				<attribute name="action">app.new.window</attribute>
			</item>
		</section>

		<item>
			<attribute name="label" translatable="yes">Session properties</attribute>
			<attribute name="action">win.session.properties</attribute>
		</item>

		<item>
			<attribute name="label" translatable="yes">Preferences</attribute>
			<attribute name="action">win.preferences</attribute>
		</item>

	</menu>

	<menu id="popup-over-selected-area">

		<submenu>
			<attribute name='label' translatable='yes'>_Edit</attribute>

			<section>

				<item>
					<attribute name="label" translatable="yes">Copy</attribute>
					<attribute name="action">win.copy</attribute>
					<attribute name="target">auto</attribute>
				</item>

				<item>
					<attribute name="label" translatable="yes">Copy as text</attribute>
					<attribute name="action">win.copy</attribute>
					<attribute name="target">text</attribute>
				</item>

				<item>
					<attribute name="label" translatable="yes">Copy as table</attribute>
					<attribute name="action">win.copy</attribute>
					<attribute name="target">table</attribute>
				</item>

				<item>
					<attribute name="label" translatable="yes">Append to copy</attribute>
					<attribute name="action">win.copy</attribute>
					<attribute name="target">append</attribute>
				</item>

				<item>
					<attribute name="label" translatable="yes">Cut</attribute>
					<attribute name="action">win.cut</attribute>
					<attribute name="target">auto</attribute>
				</item>

			</section>

			<section>

				<item>
					<attribute name="label" translatable="yes">Save selected</attribute>
					<attribute name="action">win.save.selected</attribute>
				</item>

				<item>
					<attribute name="label" translatable="yes">Print selected</attribute>
					<attribute name="action">win.print.selected</attribute>
				</item>

				<item>
					<attribute name="label" translatable="yes">Unselect</attribute>
					<attribute name="action">win.unselect</attribute>
				</item>

				</section>

				<section>

				<item>
					<attribute name="label" translatable="yes">Clear</attribute>
					<attribute name="action">win.clear</attribute>
				</item>

				<item>
					<attribute name="label" translatable="yes">Erase input</attribute>
					<attribute name="action">win.erase_input</attribute>
				</item>

				<item>
					<attribute name="label" translatable="yes">Delete Field</attribute>
					<attribute name="action">win.delete_field</attribute>
				</item>

				<item>
					<attribute name="label" translatable="yes">Erase to end of field</attribute>
					<attribute name="action">win.erase_eof</attribute>
				</item>

				<item>
					<attribute name="label" translatable="yes">Erase to end of line</attribute>
					<attribute name="action">win.erase_eol</attribute>
				</item>

			</section>

		</submenu>

		<submenu>

			<attribute name='label' translatable='yes'>Options</attribute>

			<section>

				<item>
					<attribute name="label" translatable="yes">Select by rectangles</attribute>
					<attribute name="action">win.rectselect</attribute>
				</item>

				<item>
					<attribute name="label" translatable="yes">Paste with left margin</attribute>
					<attribute name="action">win.marginedpaste</attribute>
				</item>

				<item>
					<attribute name="label" translatable="yes">Blank Fill</attribute>
					<attribute name="action">win.blankfill</attribute>
				</item>

			</section>

			<section>

				<item>
					<attribute name="label" translatable="yes">Show toolbar</attribute>
					<attribute name="action">win.toolbar</attribute>
				</item>

				<item>
					<attribute name="label" translatable="yes">Show menu</attribute>
					<attribute name="action">win.menubar</attribute>
				</item>

				<item>
					<attribute name="label" translatable="yes">Full screen</attribute>
					<attribute name="action">win.fullscreen</attribute>
				</item>

			</section>

		</submenu>

		<item>
			<attribute name="label" translatable="yes">Disconnect</attribute>
			<attribute name="action">win.disconnect</attribute>
		</item>

		<item>
			<attribute name="label" translatable="yes">Close window</attribute>
			<attribute name="action">win.close</attribute>
		</item>

	</menu>

	<menu id="popup-over-unselected-area">

	<submenu>

		<attribute name='label' translatable='yes'>_Edit</attribute>

		<section>

		<item>
			<attribute name="label" translatable="yes">Paste from clipboard</attribute>
			<attribute name="action">win.paste</attribute>
			<attribute name="target">clipboard://</attribute>
		</item>

		<item>
			<attribute name="label" translatable="yes">Paste next</attribute>
			<attribute name="action">win.paste</attribute>
			<attribute name="target">next://</attribute>
		</item>

		<item>
			<attribute name="label" translatable="yes">Paste from text file</attribute>
			<attribute name="action">win.paste</attribute>
			<attribute name="target">file://</attribute>
		</item>

		</section>

		<section>

			<item>
				<attribute name="label" translatable="yes">Select all</attribute>
				<attribute name="action">win.select-all</attribute>
			</item>

			<item>
				<attribute name="label" translatable="yes">Select Field</attribute>
				<attribute name="action">win.select-field</attribute>
			</item>

			<item>
				<attribute name="label" translatable="yes">Reselect</attribute>
				<attribute name="action">win.reselect</attribute>
			</item>

		</section>

		<section>

			<item>
				<attribute name="label" translatable="yes">Clear</attribute>
				<attribute name="action">win.clear</attribute>
			</item>

			<item>
				<attribute name="label" translatable="yes">Erase input</attribute>
				<attribute name="action">win.erase_input</attribute>
			</item>

			<item>
				<attribute name="label" translatable="yes">Delete Field</attribute>
				<attribute name="action">win.delete_field</attribute>
			</item>

			<item>
				<attribute name="label" translatable="yes">Erase to end of field</attribute>
				<attribute name="action">win.erase_eof</attribute>
			</item>

			<item>
				<attribute name="label" translatable="yes">Erase to end of line</attribute>
				<attribute name="action">win.erase_eol</attribute>
			</item>

		</section>

	</submenu>

	<item>
		<attribute name="label" translatable="yes">Save screen</attribute>
		<attribute name="action">win.save.screen</attribute>
	</item>

	<item>
		<attribute name="label" translatable="yes">Print screen</attribute>
		<attribute name="action">win.print.screen</attribute>
	</item>

	<item>
		<attribute name="label" translatable="yes">Send/Receive files</attribute>
		<attribute name="action">win.file.transfer</attribute>
	</item>

	<submenu>

		<attribute name='label' translatable='yes'>Options</attribute>

		<section>

				<item>
					<attribute name="label" translatable="yes">Select by rectangles</attribute>
					<attribute name="action">win.rectselect</attribute>
				</item>

				<item>
					<attribute name="label" translatable="yes">Paste with left margin</attribute>
					<attribute name="action">win.marginedpaste</attribute>
				</item>

				<item>
					<attribute name="label" translatable="yes">Blank Fill</attribute>
					<attribute name="action">win.blankfill</attribute>
				</item>

		</section>

		<section>

			<item>
				<attribute name="label" translatable="yes">Show toolbar</attribute>
				<attribute name="action">win.toolbar</attribute>
			</item>

			<item>
				<attribute name="label" translatable="yes">Show menu</attribute>
				<attribute name="action">win.menubar</attribute>
			</item>

			<item>
				<attribute name="label" translatable="yes">Full screen</attribute>
				<attribute name="action">win.fullscreen</attribute>
			</item>

		</section>

	</submenu>

	<item>
		<attribute name="label" translatable="yes">Disconnect</attribute>
		<attribute name="action">win.disconnect</attribute>
	</item>

	<item>
		<attribute name="label" translatable="yes">Close window</attribute>
		<attribute name="action">win.close</attribute>
	</item>

	</menu>

	<menu id="popup-when-offline">

		<item>
			<attribute name="label" translatable="yes">_Connect</attribute>
			<attribute name="action">win.connect</attribute>
		</item>

		<item>
			<attribute name="label" translatable="yes">Session properties</attribute>
			<attribute name="action">win.session.properties</attribute>
		</item>

		<submenu>

			<attribute name='label' translatable='yes'>Options</attribute>

			<item>
				<attribute name="label" translatable="yes">Show toolbar</attribute>
				<attribute name="action">win.toolbar</attribute>
			</item>

			<item>
				<attribute name="label" translatable="yes">Show menu</attribute>
				<attribute name="action">win.menubar</attribute>
			</item>

			<item>
				<attribute name="label" translatable="yes">Full screen</attribute>
				<attribute name="action">win.fullscreen</attribute>
			</item>

		</submenu>

		<item>
			<attribute name="label" translatable="yes">Close window</attribute>
			<attribute name="action">win.close</attribute>
		</item>

	</menu>

</interface>