diff options
Diffstat (limited to 'ca/description.xml')
-rw-r--r-- | ca/description.xml | 72 |
1 files changed, 64 insertions, 8 deletions
diff --git a/ca/description.xml b/ca/description.xml index 0752600..34f4116 100644 --- a/ca/description.xml +++ b/ca/description.xml @@ -1,23 +1,79 @@ <?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"> - <version value="2013.02.18" /> - <identifier value="org.openoffice.extensions.catalan_dictionaries" /> + <!-- Fitxer basat en la versió francesa. S'ha de depurar. JMo, 06.jul.08 --> + <!-- 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="true" > + <license-text xlink:href="LICENSES-en.txt" lang="en" /> + <license-text xlink:href="LLICENCIES-ca.txt" lang="ca" /> + </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="2.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="softcatala.catalan.general.dictionary.by.joan.moratinos" /> + + <!-- 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-US">Catalan spelling dictionary, hyphenation rules, and thesaurus</name> + <name lang="en">Catalan spelling dictionary, hyphenation rules, and thesaurus</name> + <name lang="ca">Català (general i valencià): corrector ortogràfic, partició de mots i tesaurus (sinònims i termes relacionats)</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.4" d:name="OpenOffice.org 3.4" /> + <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)... --> + + <update-information> + <src xlink:href="http://softcatala.org/diccionaris/actualitzacions/OOo/catalan.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://www.softcatala.org" lang="en-US">Softcatalà</name> + <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://www.softcatala.org" lang="en">Softcatalà</name> + <name xlink:href="http://www.softcatala.org" lang="ca">Softcatalà</name> </publisher> - <icon> - <default xlink:href="SC_42x42.png" /> - </icon> + <release-notes> + <src xlink:href="http://softcatala.org/diccionaris/actualitzacions/OOo/release-notes_en.html" lang="en" /> + <src xlink:href="http://softcatala.org/diccionaris/actualitzacions/OOo/release-notes_ca.html" lang="ca" /> + </release-notes> + + <icon><default xlink:href="images/SC-logo.png"/></icon> </description> |