diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2023-06-14 20:35:58 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2023-06-14 20:35:58 +0200 |
commit | d443a3c2509889533ca812c163056bace396b586 (patch) | |
tree | e94ffc0d9c054ca4efb8fb327e18dfac88e15dc7 /ui/import_queue.ui | |
parent | bb9797c14470641b082ebf635e2ae3cfd5f27a3b (diff) |
New upstream version 0.32.1upstream/0.32.1
Diffstat (limited to 'ui/import_queue.ui')
-rw-r--r-- | ui/import_queue.ui | 89 |
1 files changed, 0 insertions, 89 deletions
diff --git a/ui/import_queue.ui b/ui/import_queue.ui deleted file mode 100644 index 1f67fc3..0000000 --- a/ui/import_queue.ui +++ /dev/null @@ -1,89 +0,0 @@ -<?xml version="1.0"?> -<interface domain="shotwell"> - <menu id="MenuBar"> - <submenu> - <attribute name="label" translatable="yes">_File</attribute> - <section> - <item> - <attribute name="label" translatable="yes">_Stop Import</attribute> - <attribute name="action">win.Stop</attribute> - </item> - </section> - <section> - <item> - <attribute name="label" translatable="yes">_Import From Folder…</attribute> - <attribute name="accel"><Primary>i</attribute> - <attribute name="action">win.CommonFileImport</attribute> - </item> - <item> - <attribute name="label" translatable="yes">Import From _Application…</attribute> - <attribute name="action">win.ExternalLibraryImport</attribute> - </item> - </section> - <section> - <item> - <attribute name="label" translatable="yes">Empty T_rash</attribute> - <attribute name="action">win.CommonEmptyTrash</attribute> - </item> - </section> - <section> - <item> - <attribute name="label" translatable="yes">_Quit</attribute> - <attribute name="accel"><Primary>q</attribute> - <attribute name="action">win.CommonQuit</attribute> - </item> - </section> - </submenu> - <submenu> - <attribute name="label" translatable="yes">_View</attribute> - <section> - <item> - <attribute name="label" translatable="yes">_Basic Information</attribute> - <attribute name="accel"><Primary><Shift>i</attribute> - <attribute name="action">win.CommonDisplayBasicProperties</attribute> - </item> - </section> - <section> - <submenu> - <attribute name="label" translatable="yes">Sort _Events</attribute> - <section> - <item> - <attribute name="label" translatable="yes">_Ascending</attribute> - <attribute name="action">win.CommonSortEvents</attribute> - <attribute name="target">ascending</attribute> - </item> - <item> - <attribute name="label" translatable="yes">D_escending</attribute> - <attribute name="action">win.CommonSortEvents</attribute> - <attribute name="target">descending</attribute> - </item> - </section> - </submenu> - </section> - </submenu> - <submenu> - <attribute name="label" translatable="yes">_Help</attribute> - <section> - <item> - <attribute name="label" translatable="yes">_Help</attribute> - <attribute name="accel">F1</attribute> - <attribute name="action">win.CommonHelpContents</attribute> - </item> - <item> - <attribute name="label" translatable="yes">_Frequently Asked Questions</attribute> - <attribute name="action">win.CommonHelpFAQ</attribute> - </item> - <item> - <attribute name="label" translatable="yes">_Report a Problem…</attribute> - <attribute name="action">win.CommonHelpReportProblem</attribute> - </item> - </section> - <section> - <item> - <attribute name="label" translatable="yes">_About</attribute> - <attribute name="action">win.CommonAbout</attribute> - </item> - </section> - </submenu> - </menu> -</interface> |