aboutsummaryrefslogtreecommitdiff
path: root/data/org.gnome.PrepaidManager.gschema.xml.in.in
blob: 2b75c8e5703259b25cfc710d300e70dce6d2f130 (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
<schemalist>
  <schema id="org.gnome.PrepaidManager" path="/apps/prepaid-manager/" gettext-domain="@GETTEXT_PACKAGE@">
    <key name="accounts" type="as">
      <default>[]</default>
      <_summary>Accounts</_summary>
      <_description>
	  List of configured accounts. The account at your GSM/UMTS provider is
	  identified by the imsi on your SIM card.
      </_description>
    </key>
  </schema>

  <schema id="org.gnome.PrepaidManager.account" gettext-domain="@GETTEXT_PACKAGE@">
    <key name="provider" type="s">
      <default>""</default>
      <_summary>The providers name</_summary>
      <_description>
          The name of the mobile broadband provider.
      </_description>
    </key>
    <key name="country" type="s">
      <default>""</default>
      <_summary>The country the provider operates in</_summary>
      <_description>
          This is the country where you bought the SIM card.
      </_description>
    </key>
    <key name="balance" type="s">
      <default>"The current balance is unknown."</default>
      <_summary>Balance</_summary>
      <_description>
          The current balance of this account.
      </_description>
    </key>
    <key name="timestamp" type="s">
      <default>""</default>
      <_summary>Update timestamp</_summary>
      <_description>
          The last time the balance got updated.
      </_description>
    </key>
  </schema>
</schemalist>