File: ab-main.ui

package info (click to toggle)
balsa 2.6.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 23,576 kB
  • sloc: ansic: 99,871; xml: 4,934; makefile: 769; sh: 185; awk: 60; python: 34
file content (78 lines) | stat: -rw-r--r-- 3,420 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<interface>
    <menu id="menubar">
        <submenu id="file-menu">
            <attribute name="label" translatable="yes">_File</attribute>
            <section>
                <submenu>
                    <attribute name="label"
                        translatable="yes"
                        context="address book"
                        comments="Translators: main menu item - New address book">_New</attribute>
                    <item>
                        <attribute name="label"
                            translatable="yes">_VCard Address Book (GnomeCard)</attribute>
                        <attribute name="action">win.file-new-vcard</attribute>
                    </item>
                    <item>
                        <attribute name="label"
                            translatable="yes">_External query (a program)</attribute>
                        <attribute name="action">win.file-new-external</attribute>
                    </item>
                    <item>
                        <attribute name="label"
                            translatable="yes">_LDIF Address Book</attribute>
                        <attribute name="action">win.file-new-ldif</attribute>
                    </item>
                    <item>
                        <attribute name="label"
                            translatable="yes">_LDAP Address Book</attribute>
                        <attribute name="action">win.file-new-ldap</attribute>
                    </item>
                    <item>
                        <attribute name="label"
                            translatable="yes">_GPE Address Book</attribute>
                        <attribute name="action">win.file-new-gpe</attribute>
                    </item>
                </submenu>
                <item>
                    <attribute name="label"
                        translatable="yes">_Properties</attribute>
                    <attribute name="action">win.file-properties</attribute>
                </item>
                <item>
                    <attribute name="label"
                        translatable="yes">_Delete</attribute>
                    <attribute name="action">win.file-delete</attribute>
                </item>
            </section>
            <section>
                <item>
                    <attribute name="label"
                        translatable="yes">_Quit</attribute>
                    <attribute name="action">win.file-quit</attribute>
                </item>
            </section>
        </submenu>
        <submenu>
            <attribute name="label" translatable="yes">_Entry</attribute>
            <item>
                <attribute name="label"
                    translatable="yes">_New Entry</attribute>
                <attribute name="action">win.entry-new</attribute>
            </item>
            <item>
                <attribute name="label"
                    translatable="yes">_Delete Entry</attribute>
                <attribute name="action">win.entry-delete</attribute>
            </item>
        </submenu>
        <submenu>
            <attribute name="label" translatable="yes">_Help</attribute>
            <item>
                <attribute name="label"
                    translatable="yes">_About</attribute>
                <attribute name="action">win.help-about</attribute>
            </item>
        </submenu>
    </menu>
</interface>