view org.guido-berhoerster.code.package-update-indicator.gschema.xml @ 38:b7cf14b41852

Add French translations
author JC.Etiemble <jc.etiemble@free.fr>
date Fri, 06 Dec 2019 13:58:37 +0100
parents 3d72ca76538d
children 24cba399757f
line wrap: on
line source

<schemalist>
  <schema id="org.guido-berhoerster.code.package-update-indicator"
  path="/org/guido-berhoerster/code/package-update-indicator/"
  gettext-domain="package-update-indicator">
    <key name="update-command" type="s">
      <default>""</default>
      <summary>Update command</summary>
      <description>Command for installing updates.</description>
    </key>
    <key name="refresh-interval" type="u">
      <default>86400</default>
      <summary>Refresh interval</summary>
      <description>The interval in seconds for refreshing
      metadata.</description>
    </key>
    <key name="use-mobile-connection" type="b">
      <default>false</default>
      <summary>Whether to use a mobile connection</summary>
      <description>If enabled, use a mobile connection refreshing the package
      cache.</description>
    </key>
  </schema>
</schemalist>