summaryrefslogtreecommitdiffstats
path: root/src/resources/ui/nautilus-batch-rename-dialog-menu.ui
blob: 640cfa15404c4f6881c5ffb72dbbf85ab936bb87 (plain)
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.22.1 -->
<interface>
    <menu id="add_tag_menu">
    <section>
      <attribute name="label" translatable="yes">Automatic Numbers</attribute>
      <item>
        <attribute name="label" translatable="yes">1, 2, 3, 4</attribute>
        <attribute name="action">dialog.add-numbering-no-zero-pad-tag</attribute>
      </item>
      <item>
        <attribute name="label" translatable="yes">01, 02, 03, 04</attribute>
        <attribute name="action">dialog.add-numbering-one-zero-pad-tag</attribute>
      </item>
      <item>
        <attribute name="label" translatable="yes">001, 002, 003, 004</attribute>
        <attribute name="action">dialog.add-numbering-two-zero-pad-tag</attribute>
      </item>
    </section>
    <section>
        <attribute name="label" translatable="yes">Metadata</attribute>
      <item>
        <attribute name="label" translatable="yes">Creation Date</attribute>
        <attribute name="action">dialog.add-creation-date-tag</attribute>
        <attribute name="hidden-when">action-disabled</attribute>
      </item>
      <item>
        <attribute name="label" translatable="yes">Camera Model</attribute>
        <attribute name="action">dialog.add-equipment-tag</attribute>
        <attribute name="hidden-when">action-disabled</attribute>
      </item>
      <item>
        <attribute name="label" translatable="yes">Season Number</attribute>
        <attribute name="action">dialog.add-season-tag</attribute>
        <attribute name="hidden-when">action-disabled</attribute>
      </item>
      <item>
        <attribute name="label" translatable="yes">Episode Number</attribute>
        <attribute name="action">dialog.add-episode-tag</attribute>
        <attribute name="hidden-when">action-disabled</attribute>
      </item>
      <item>
        <attribute name="label" translatable="yes">Track Number</attribute>
        <attribute name="action">dialog.add-track-number-tag</attribute>
        <attribute name="hidden-when">action-disabled</attribute>
      </item>
      <item>
        <attribute name="label" translatable="yes">Artist Name</attribute>
        <attribute name="action">dialog.add-artist-name-tag</attribute>
        <attribute name="hidden-when">action-disabled</attribute>
      </item>
      <item>
        <attribute name="label" translatable="yes">Title</attribute>
        <attribute name="action">dialog.add-title-tag</attribute>
        <attribute name="hidden-when">action-disabled</attribute>
      </item>
      <item>
        <attribute name="label" translatable="yes">Album Name</attribute>
        <attribute name="action">dialog.add-album-name-tag</attribute>
        <attribute name="hidden-when">action-disabled</attribute>
      </item>
    </section>
    <section>
      <item>
        <attribute name="label" translatable="yes">Original File Name</attribute>
        <attribute name="action">dialog.add-original-file-name-tag</attribute>
      </item>
    </section>
  </menu>
  <menu id="numbering_order_menu">
    <section>
      <item>
        <attribute name="label" translatable="yes">Original Name (Ascending)</attribute>
        <attribute name="action">dialog.numbering-order-changed</attribute>
        <attribute name="target">name-ascending</attribute>
      </item>
      <item>
        <attribute name="label" translatable="yes">Original Name (Descending)</attribute>
        <attribute name="action">dialog.numbering-order-changed</attribute>
        <attribute name="target">name-descending</attribute>
      </item>
      <item>
        <attribute name="label" translatable="yes">First Modified</attribute>
        <attribute name="action">dialog.numbering-order-changed</attribute>
        <attribute name="target">first-modified</attribute>
      </item>
      <item>
        <attribute name="label" translatable="yes">Last Modified</attribute>
        <attribute name="action">dialog.numbering-order-changed</attribute>
        <attribute name="target">last-modified</attribute>
      </item>
    </section>
  </menu>
</interface>