~indicator-multiload/indicator-multiload/trunk

« back to all changes in this revision

Viewing changes to data/de.mh21.indicator.multiload.gschema.xml.in.in

  • Committer: Michael Hofmann
  • Date: 2013-02-11 11:08:59 UTC
  • Revision ID: mh21@piware.de-20130211110859-r59i4xx5d354qh2d
Enable translations of the menu items (maybe), and include pot file in upload.

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
        </key>
56
56
 
57
57
        <key name="description-expressions" type="as">
58
 
            <default>[
 
58
            <!-- TRANSLATORS: This is a list of translatable strings. Do not translate anything inside of $(...), and make sure to keep any brackets, quotes, backslashes and commas. -->
 
59
            <_default>[
59
60
                "CPU $(percent(cpu.inuse)) Mem $(size(mem.user)) Net down $(speed(net.down+net.pdown)) up $(speed(net.up+net.pup)) Swap $(size(swap.used)) Load $(decimals(load.avg,2)) Disk read $(speed(disk.read)) write $(speed(disk.write))"
60
 
            ]</default>
 
61
            ]</_default>
61
62
            <_summary>Information in the accessible description of the indicator</_summary>
62
63
        </key>
63
64
 
64
65
        <key name="indicator-expressions" type="as">
65
 
            <default>[
 
66
            <!-- TRANSLATORS: This is a list of translatable strings. Do not translate anything inside of $(...), and make sure to keep any brackets, quotes, backslashes and commas. -->
 
67
            <_default>[
66
68
                "",
67
69
                "CPU $(percent(cpu.inuse))",
68
70
                "Mem $(size(mem.user))",
70
72
                "Swap $(size(swap.used))",
71
73
                "Load $(decimals(load.avg,2))",
72
74
                "Disk $(speed(disk.read))/$(speed(disk.write))"
73
 
            ]</default>
 
75
            ]</_default>
74
76
            <_summary>Information shown in the indicator itself</_summary>
75
77
        </key>
76
78
 
80
82
        </key>
81
83
 
82
84
        <key name="menu-expressions" type="as">
83
 
            <default>[
 
85
            <!-- TRANSLATORS: This is a list of translatable strings. Do not translate anything inside of $(...), and make sure to keep any brackets, quotes, backslashes and commas. -->
 
86
            <_default>[
84
87
                "CPU: $(percent(cpu.inuse)), iowait $(percent(cpu.io))",
85
88
                "Mem: $(size(mem.user)), cache $(size(mem.cached))",
86
89
                "Net: down $(speed(net.down+net.pdown)), up $(speed(net.up+net.pup))",
87
90
                "Swap: $(size(swap.used))",
88
91
                "Load: $(decimals(load.avg,2))",
89
92
                "Disk: read $(speed(disk.read)), write $(speed(disk.write))"
90
 
            ]</default>
 
93
            ]</_default>
91
94
            <_summary>Information shown as menu entries</_summary>
92
95
        </key>
93
96