/usr/share/gconf/schemas/freespeak.schemas is in freespeak 0.3.0-5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 | <gconfschemafile>
<schemalist>
<schema>
<key>/schemas/apps/freespeak/default_translator</key>
<applyto>/apps/freespeak/default_translator</applyto>
<owner>freespeak</owner>
<type>string</type>
<default></default>
<locale name="C">
<short>Default translator module</short>
<long>
The name of the translator Python module to use by default.
</long>
</locale>
<locale name="fr">
<short>Module de traduction par défaut</short>
<long>Le nom du module de traduction à utiliser par défaut</long>
</locale>
<locale name="it">
<short>Modulo traduttore predefinito</short>
<long>Il nome del modulo Python da usare come traduttore predefinito</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/freespeak/get_clipboard</key>
<applyto>/apps/freespeak/get_clipboard</applyto>
<owner>freespeak</owner>
<type>bool</type>
<default>true</default>
<locale name="C">
<short>Get text/url from clipboard</short>
<long>
Obtain the data to translate from the clipboard.
</long>
</locale>
<locale name="fr">
<short>Récupérer le texte/l'URL depuis le presse-papiers</short>
<long>Obtenir les données à traduire depuis le presse-papiers</long>
</locale>
<locale name="it">
<short>Ottieni testo/url dalla clipboard</short>
<long>Ottieni i dati da tradurre dalla clipboard.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/freespeak/set_clipboard</key>
<applyto>/apps/freespeak/set_clipboard</applyto>
<owner>freespeak</owner>
<type>bool</type>
<default>false</default>
<locale name="C">
<short>Set translated data to clipboard</short>
<long>
Save the translated text or url to the clipboard.
</long>
</locale>
<locale name="fr">
<short>Ajouter les données traduites au presse-papiers</short>
<long>Sauver le texte traduit ou l'URL vers le presse-papiers</long>
</locale>
<locale name="it">
<short>Copia i dati tradotti nella clipboard</short>
<long>Salva il testo o l'url tradotti nella clipboard</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/freespeak/key_binding</key>
<applyto>/apps/freespeak/key_binding</applyto>
<type>string</type>
<default><Ctrl><Alt>t</default>
<locale name="C">
<short>Translate text/url from clipboard</short>
</locale>
<locale name="it">
<short>Traduci il testo/url dalla clipboard</short>
</locale>
</schema>
</schemalist>
</gconfschemafile>
|