Initial German translation of the build tutorial
[anjuta.git] / plugins / build-basic-autotools / org.gnome.anjuta.plugins.build.gschema.xml.in
blob072dc1307caf6724522474eeb60a44058df15426
1 <schemalist>
2 <schema id="org.gnome.anjuta.plugins.build" path="/org/gnome/anjuta/plugins/build/" gettext-domain="anjuta">
3 <key name="parallel-make" type="b">
4 <default>false</default>
5 </key>
6 <key name="parallel-make-job" type="i">
7 <default>1</default>
8 </key>
9 <key name="continue-error" type="b">
10 <default>false</default>
11 </key>
12 <key name="translate-message" type="b">
13 <default>true</default>
14 </key>
15 <key name="indicators-automatic" type="b">
16 <default>true</default>
17 </key>
18 <key name="install-root" type="b">
19 <default>false</default>
20 <_summary>True if we need a special command to install files</_summary>
21 </key>
22 <key name="install-root-command" type="s">
23 <default>"sudo %s"</default>
24 <_summary>Command used to be allowed to install files</_summary>
25 <_description>The command has to contain "%s" or "%q". This will be replaced by the command used to install the files, by example "make install". %s is replaced by the command without any change while %q is replaced by the quoted command. You can use %% to get a "%" character. A typical value is "sudo %s" or "su -c %q".</_description>
26 </key>
27 </schema>
28 </schemalist>