~ubuntu-branches/ubuntu/saucy/almanah/saucy

« back to all changes in this revision

Viewing changes to data/almanah-app-menu.ui

  • Committer: Package Import Robot
  • Author(s): Angel Abad
  • Date: 2013-05-14 10:27:40 UTC
  • mfrom: (10.1.6 experimental)
  • Revision ID: package-import@ubuntu.com-20130514102740-llxargofarqlytwv
Tags: 0.10.8-1
* Imported Upstream version 0.10.8
* debian/control:
  - Build-Depends on versioned libgtk-3-dev (>= 3.5.6)
  - Remove libedataserverui-3.0-dev from Build-Depends
  - Build-Depends on libgtkspell3-3-dev
* debian/patches/desktop_keywords:
  - Add Keywords entry in .desktop file
* debian/patches/spellchecking_error:
  - Fix spellchecking errors

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<interface>
 
3
        <menu id="almanah_app_menu">
 
4
                <section>
 
5
                        <item>
 
6
                                <attribute name="label" translatable="yes">_Search</attribute>
 
7
                                <attribute name="action">app.search</attribute>
 
8
                        </item>
 
9
                </section>
 
10
                <section>
 
11
                        <item>
 
12
                                <attribute name="label" translatable="yes">Pr_eferences</attribute>
 
13
                                <attribute name="action">app.preferences</attribute>
 
14
                        </item>
 
15
                        <item>
 
16
                                <attribute name="label" translatable="yes">_Import</attribute>
 
17
                                <attribute name="action">app.import</attribute>
 
18
                        </item>
 
19
                        <item>
 
20
                                <attribute name="label" translatable="yes">_Export</attribute>
 
21
                                <attribute name="action">app.export</attribute>
 
22
                        </item>
 
23
                        <item>
 
24
                                <attribute name="label" translatable="yes">_Print diary</attribute>
 
25
                                <attribute name="action">app.print</attribute>
 
26
                        </item>
 
27
                </section>
 
28
                <section>
 
29
                        <item>
 
30
                                <attribute name="label" translatable="yes">_About Almanah Diary</attribute>
 
31
                                <attribute name="action">app.about</attribute>
 
32
                        </item>
 
33
                        <item>
 
34
                                <attribute name="label" translatable="yes">_Quit</attribute>
 
35
                                <attribute name="action">app.quit</attribute>
 
36
                        </item>
 
37
                </section>
 
38
        </menu>
 
39
</interface>