summaryrefslogtreecommitdiffstats
path: root/pt_PT/description.xml
blob: 655a152e171dc6bc6c3a7c38a51feabc5886bcda (plain)
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
<?xml version="1.0" encoding="UTF-8"?>
<description xmlns="http://openoffice.org/extensions/description/2006"
             xmlns:d="http://openoffice.org/extensions/description/2006"
             xmlns:xlink="http://www.w3.org/1999/xlink">

    <!-- SHOULD OR MUST BE PROVIDED ENTRIES FOLLOWING... -->

    <!-- Here you can state the license text to be displayed during installation.
        You can provide more than one localized version if you like.
        If no matching locale was found the first one will be displayed.
        !!! Don't change the values for 'accept-by' or 'suppress-on-update' it  !!!
        !!! might be troublesome in multi-user installations if no shared-layer !!!
        !!! installation can be done.                                           !!! -->
    <registration>
        <simple-license accept-by="admin" suppress-on-update="false" suppress-if-required="true" >
            <license-text xlink:href="LICENSES.txt" lang="en" />
            <license-text xlink:href="LICENSES.txt" lang="pt" />
        </simple-license>
    </registration>

    <!-- The version of your extension. NOT the one of OpenOffice.org...
         It will also be used to automatically check if there are updates for this
         extension available. Newer versions should have higher values. -->
    <version value="20.10.5.1" />

    <!-- A unique identifier for your extension.
        In order to avoid name clashes with other extensions it should probably hold
        your company name or your full name along with the name of the extension in a form like
            MyFirstName.MyLastName.DictionayName
        or  www.MyWebpage.net.DictionayName
        Or  you may use the project name of your submitted extension to start with...
        For the very same reason they should NOT start with 'org.openoffice'.
        When choosing the identifier keep in mind that others may provide a dictionary for that
        very same language as well and even then your identifier still needs to be unique! -->
    <identifier value="Natura.OOo3.pt-PT-dictionary" />

    <!-- A name for the extension to be used in the UI.
        For dictionaries it should show the locales supported
        and the purpose spell checking and/or hyphenation and/or thesaurus.
        The display name can be localized and there should be at least one
        entry for each language it implements and one default English entry.
        The default entry is the one listed first. -->
    <display-name>
        <name lang="en">Portuguese, Portugal spelling and hyphenation dictionaries and thesaurus.</name>
        <name lang="pt">Corretor ortográfico, hifenizador e dicionário de sinónimos para português de Portugal.</name>
    </display-name>

    <!-- Dictionaries should work with all platforms... -->
    <platform value="all" />

    <!-- A minimal OpenOffice.org version the extension requires to be used with.
         For dictionary extensions that will be 'OpenOffice.org 3.0' -->
    <dependencies>
        <OpenOffice.org-minimal-version value="3.0" d:name="OpenOffice.org 3.0" />
    </dependencies>


    <!-- MORE OPTIONAL LIKE ENTRIES FOLLOWING (may easily be omitted, uncommented by default)... -->

    <!-- If you uploadet your extension to the repository (which should be the default!)
         you do not need to have this one.
    <update-information>
        <src xlink:href="http://extensions.openoffice.org/testarea/desktop/license/update/lic3.update.xml" />
    </update-information> -->

    <!-- Check if this is already generated by repository.
        Otherwise you may like to provide it manually.
    <publisher>
        <name xlink:href="http://extensions.openoffice.org/testarea/desktop/publisher/publisher_en.html" lang="en">My dictionary extension (en)</name>
        <name xlink:href="http://extensions.openoffice.org/testarea/desktop/publisher/publisher_fr.html" lang="fr">My dictionary extension (fr)</name>
    </publisher> -->
    <publisher>
        <name xlink:href="http://natura.di.uminho.pt/wiki/doku.php?id=dicionarios:main" lang="en">Natura</name>
    </publisher>


  <icon>
    <default xlink:href="icon.png" />
<!--     <high-contrast xlink:href="images/icon_hc.png" /> -->
  </icon>

    <!-- This link will be generated by repository. Check if this already works for multiple languages.
         If not you may provide it manually if you like.
    <release-notes>
        <src xlink:href="http://extensions.openoffice.org/testarea/desktop/publisher/release-notes_en.txt" lang="en" />
        <src xlink:href="http://extensions.openoffice.org/testarea/desktop/publisher/release-notes_fr.txt" lang="fr" />
    </release-notes> -->

</description>