aboutsummaryrefslogtreecommitdiff
path: root/data/org.gnome.PrepaidManager.gschema.xml.in.in
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2020-03-31 14:56:41 +0200
committerGuido Günther <agx@sigxcpu.org>2020-03-31 14:56:41 +0200
commitfabe5a19a6068a2d47e11f8316a3a2d30aeff42e (patch)
treec85168d39d762d1a99c77b807244a5b3c15d0165 /data/org.gnome.PrepaidManager.gschema.xml.in.in
parent5bcfd0ee2bbae2d638fd5abc3796be7d04af3747 (diff)
Switch to meson
Modernize the files that need updating for that.
Diffstat (limited to 'data/org.gnome.PrepaidManager.gschema.xml.in.in')
-rw-r--r--data/org.gnome.PrepaidManager.gschema.xml.in.in43
1 files changed, 0 insertions, 43 deletions
diff --git a/data/org.gnome.PrepaidManager.gschema.xml.in.in b/data/org.gnome.PrepaidManager.gschema.xml.in.in
deleted file mode 100644
index 2b75c8e..0000000
--- a/data/org.gnome.PrepaidManager.gschema.xml.in.in
+++ /dev/null
@@ -1,43 +0,0 @@
-<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>