| 12345678910111213141516171819 |
- <?xml version="1.0" encoding="UTF-8"?>
- <schemalist gettext-domain="iridium">
- <schema id="net.bloerg.Iridium" path="/net/bloerg/Iridium/">
- <key name="server" type="s">
- <default>""</default>
- <summary>Standard File server URL</summary>
- <description>
- URL of the Standard File server to be used.
- </description>
- </key>
- <key name="email" type="s">
- <default>""</default>
- <summary>Email address of the Standard File account</summary>
- <description>
- Email address of the Standard File account.
- </description>
- </key>
- </schema>
- </schemalist>
|