~ubuntu-branches/ubuntu/lucid/openoffice.org-dictionaries/lucid

« back to all changes in this revision

Viewing changes to it_IT/dictionaries.xcu

  • Committer: Bazaar Package Importer
  • Author(s): Chris Cheney
  • Date: 2009-02-20 17:00:00 UTC
  • mfrom: (2.1.5 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090220170000-7i0dl1oo4w7h6mf2
Tags: 1:3.0.1~rc1-3ubuntu1
* Merge from debian experimental, remaining changes:
  - Add dependencies on language-support-writing-* packages.
  - Fix the unversioned thunderbird entry in Conflicts for the
    hunspell-* packages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<oor:component-data xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:name="Linguistic" oor:package="org.openoffice.Office">
 
3
 <node oor:name="ServiceManager">
 
4
    <node oor:name="Dictionaries">
 
5
        <node oor:name="HunSpellDic_it-IT" oor:op="fuse">
 
6
            <prop oor:name="Locations" oor:type="oor:string-list">
 
7
                <value>%origin%/it_IT.aff %origin%/it_IT.dic</value>
 
8
            </prop>
 
9
            <prop oor:name="Format" oor:type="xs:string">
 
10
                <value>DICT_SPELL</value>
 
11
            </prop>
 
12
            <prop oor:name="Locales" oor:type="oor:string-list">
 
13
                <value>it-IT</value>
 
14
            </prop>
 
15
        </node>
 
16
        <node oor:name="HyphDic_it-IT" oor:op="fuse">
 
17
            <prop oor:name="Locations" oor:type="oor:string-list">
 
18
                <value>%origin%/hyph_it_IT.dic</value>
 
19
            </prop>
 
20
            <prop oor:name="Format" oor:type="xs:string">
 
21
                <value>DICT_HYPH</value>
 
22
            </prop>
 
23
            <prop oor:name="Locales" oor:type="oor:string-list">
 
24
                <value>it-IT</value>
 
25
            </prop>
 
26
        </node>
 
27
        <node oor:name="ThesDic_it-IT" oor:op="fuse">
 
28
            <prop oor:name="Locations" oor:type="oor:string-list">
 
29
                <value>%origin%/th_it_IT_v2.dat</value>
 
30
            </prop>
 
31
            <prop oor:name="Format" oor:type="xs:string">
 
32
                <value>DICT_THES</value>
 
33
            </prop>
 
34
            <prop oor:name="Locales" oor:type="oor:string-list">
 
35
                <value>it-IT</value>
 
36
            </prop>
 
37
        </node>
 
38
 
 
39
    </node>
 
40
 </node>
 
41
</oor:component-data>
 
42
 
 
43