| Andre Fischer | 78cf8d5 | 2012-03-16 11:58:50 +0000 | [diff] [blame] | 1 | #************************************************************** |
| Matthias Seidel | 02ca0f8 | 2019-02-07 22:37:39 +0000 | [diff] [blame] | 2 | # |
| Andre Fischer | 78cf8d5 | 2012-03-16 11:58:50 +0000 | [diff] [blame] | 3 | # Licensed to the Apache Software Foundation (ASF) under one |
| 4 | # or more contributor license agreements. See the NOTICE file |
| 5 | # distributed with this work for additional information |
| 6 | # regarding copyright ownership. The ASF licenses this file |
| 7 | # to you under the Apache License, Version 2.0 (the |
| 8 | # "License"); you may not use this file except in compliance |
| 9 | # with the License. You may obtain a copy of the License at |
| Matthias Seidel | 02ca0f8 | 2019-02-07 22:37:39 +0000 | [diff] [blame] | 10 | # |
| Andre Fischer | 78cf8d5 | 2012-03-16 11:58:50 +0000 | [diff] [blame] | 11 | # http://www.apache.org/licenses/LICENSE-2.0 |
| Matthias Seidel | 02ca0f8 | 2019-02-07 22:37:39 +0000 | [diff] [blame] | 12 | # |
| Andre Fischer | 78cf8d5 | 2012-03-16 11:58:50 +0000 | [diff] [blame] | 13 | # Unless required by applicable law or agreed to in writing, |
| 14 | # software distributed under the License is distributed on an |
| 15 | # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 16 | # KIND, either express or implied. See the License for the |
| 17 | # specific language governing permissions and limitations |
| 18 | # under the License. |
| Matthias Seidel | 02ca0f8 | 2019-02-07 22:37:39 +0000 | [diff] [blame] | 19 | # |
| Andre Fischer | 78cf8d5 | 2012-03-16 11:58:50 +0000 | [diff] [blame] | 20 | #************************************************************** |
| 21 | |
| 22 | # This file defines the list of extensions that are preregistered or bundled with the pack sets. |
| 23 | # At first office start the installation of extensions is completed. |
| 24 | |
| Matthias Seidel | eafe167 | 2017-10-14 00:29:25 +0000 | [diff] [blame] | 25 | # file:// URLs are interpreted relative to the solver/420/<platform>/bin/ directory to which |
| Andre Fischer | 78cf8d5 | 2012-03-16 11:58:50 +0000 | [diff] [blame] | 26 | # built extensions are delivered by default. |
| 27 | |
| Matthias Seidel | c99df35 | 2018-10-25 10:49:03 +0000 | [diff] [blame] | 28 | # https:// URLs can be prefixed by an MD5 checksum. If that is present then it is an error if |
| Andre Fischer | 78cf8d5 | 2012-03-16 11:58:50 +0000 | [diff] [blame] | 29 | # the file pointed to by the URL has a different MD5 checksum. |
| Andre Fischer | 9447d05 | 2012-03-22 08:05:38 +0000 | [diff] [blame] | 30 | # When the downloaded file name is not the last part of the URL (everything after the final /) then |
| Andrea Pescetti | 89f51e5 | 2017-12-26 20:06:29 +0000 | [diff] [blame] | 31 | # the name has to be specified after the URL enclosed in double quotes. In this case, use a |
| 32 | # conventional filename like "dict-en.oxt" or "dict-en_us.oxt" for dictionaries when possible. |
| Andre Fischer | 78cf8d5 | 2012-03-16 11:58:50 +0000 | [diff] [blame] | 33 | |
| 34 | |
| Andrea Pescetti | 998ae48 | 2013-08-29 21:20:52 +0000 | [diff] [blame] | 35 | # Some extensions that are installed independently of the language. |
| Andre Fischer | 78cf8d5 | 2012-03-16 11:58:50 +0000 | [diff] [blame] | 36 | |
| Matthias Seidel | 866a9d38a | 2019-02-17 12:03:28 +0000 | [diff] [blame] | 37 | # The presenter console extension |
| 38 | #[ language=all && ENABLE_XXX ] |
| 39 | # file://XXX.oxt |
| Andre Fischer | 78cf8d5 | 2012-03-16 11:58:50 +0000 | [diff] [blame] | 40 | |
| Andrea Pescetti | 12d2b65 | 2017-12-26 20:35:37 +0000 | [diff] [blame] | 41 | # Asturian dictionary |
| 42 | [ language=ast ] |
| Matthias Seidel | 866a9d38a | 2019-02-17 12:03:28 +0000 | [diff] [blame] | 43 | 5d27b496b3e194f01f0afae82c226b64 https://sourceforge.net/projects/aoo-extensions/files/3932/3/ort_ast_20190216_1129.oxt/download "dict-ast.oxt" |
| Andrea Pescetti | 12d2b65 | 2017-12-26 20:35:37 +0000 | [diff] [blame] | 44 | |
| 45 | # Catalan dictionary |
| 46 | [ language=ca ] |
| Matthias Seidel | 866a9d38a | 2019-02-17 12:03:28 +0000 | [diff] [blame] | 47 | 4cf4e4a9d85f14761d38943b7e1fd76d https://sourceforge.net/projects/aoo-extensions/files/1205/5/ca.3.0.0.oxt/download "dict-ca.oxt" |
| Andrea Pescetti | 12d2b65 | 2017-12-26 20:35:37 +0000 | [diff] [blame] | 48 | |
| 49 | # Valencian AVL dictionary (this is incompatible with Catalan) |
| 50 | [ language=ca_XV ] |
| Matthias Seidel | 866a9d38a | 2019-02-17 12:03:28 +0000 | [diff] [blame] | 51 | d425579a9a2e26663abaecdd661be419 https://sourceforge.net/projects/aoo-extensions/files/1475/1/ca-valencia.3.0.0.oxt/download "dict-ca_xv.oxt" |
| Andrea Pescetti | 12d2b65 | 2017-12-26 20:35:37 +0000 | [diff] [blame] | 52 | |
| 53 | # Valencian RACV dictionary (this is incompatible with Catalan) |
| 54 | [ language=ca_XR ] |
| Matthias Seidel | 866a9d38a | 2019-02-17 12:03:28 +0000 | [diff] [blame] | 55 | 6112a73444a1ad3cf70736649e228f0f https://sourceforge.net/projects/aoo-extensions/files/1395/0/dict_valencian_llit.oxt/download "dict-ca_xr.oxt" |
| Andrea Pescetti | 12d2b65 | 2017-12-26 20:35:37 +0000 | [diff] [blame] | 56 | |
| Andrea Pescetti | 283f9bd | 2017-12-26 22:02:37 +0000 | [diff] [blame] | 57 | # Danish dictionary and synonyms |
| 58 | [ language=da ] |
| Matthias Seidel | 866a9d38a | 2019-02-17 12:03:28 +0000 | [diff] [blame] | 59 | 6ee1e24fb17e44577d8e3200f3e44adc https://sourceforge.net/projects/aoo-extensions/files/1429/6/dict-da-current.oxt/download "dict-da.oxt" |
| 60 | b38cba04b6513dd42b031199d617cce6 https://sourceforge.net/projects/aoo-extensions/files/1388/12/DanskeSynonymer.oxt/download "danske-synonymer.oxt" |
| Andrea Pescetti | 283f9bd | 2017-12-26 22:02:37 +0000 | [diff] [blame] | 61 | |
| Andrea Pescetti | 12d2b65 | 2017-12-26 20:35:37 +0000 | [diff] [blame] | 62 | # German dictionary |
| 63 | [ language=de || language=de_DE || language=nl || language=ru ] |
| Matthias Seidel | 866a9d38a | 2019-02-17 12:03:28 +0000 | [diff] [blame] | 64 | ea35a6a6761655107da3e99ee56c171f https://sourceforge.net/projects/aoo-extensions/files/1075/15/dict-de_de-frami_2017-01-12.oxt/download "dict-de_de.oxt" |
| Andrea Pescetti | 12d2b65 | 2017-12-26 20:35:37 +0000 | [diff] [blame] | 65 | |
| 66 | # German (Austria) dictionary |
| 67 | [ language=de || language=de_AT || language=de_DE ] |
| Matthias Seidel | 866a9d38a | 2019-02-17 12:03:28 +0000 | [diff] [blame] | 68 | 0cf6783cb0f1355ef3869aa9699700b3 https://sourceforge.net/projects/aoo-extensions/files/1697/12/dict-de_at-frami_2017-01-12.oxt/download "dict-de_at.oxt" |
| Andrea Pescetti | 12d2b65 | 2017-12-26 20:35:37 +0000 | [diff] [blame] | 69 | |
| 70 | # German (Switzerland) dictionary |
| 71 | [ language=de || language=de_CH || language=de_DE ] |
| Matthias Seidel | 866a9d38a | 2019-02-17 12:03:28 +0000 | [diff] [blame] | 72 | 48f7f27f22bf1006a6d9f91d55a7cffc https://sourceforge.net/projects/aoo-extensions/files/1699/12/dict-de_ch-frami_2017-01-12.oxt/download "dict-de_ch.oxt" |
| Andrea Pescetti | 12d2b65 | 2017-12-26 20:35:37 +0000 | [diff] [blame] | 73 | |
| Matthias Seidel | 866a9d38a | 2019-02-17 12:03:28 +0000 | [diff] [blame] | 74 | # English (en_AU, en_CA, en_GB, en_US, en_ZA) dictionary |
| Andre Fischer | 0bacd78 | 2012-04-02 14:28:35 +0000 | [diff] [blame] | 75 | [ language=en.* || language=de || language=it ] |
| Matthias Seidel | 61b272a | 2019-06-27 08:16:58 +0000 | [diff] [blame] | 76 | bcd0e2c98617b139f0b4e74ef5ae46e1 https://sourceforge.net/projects/aoo-extensions/files/17102/48/dict-en-20190701.oxt/download "dict-en.oxt" |
| Ariel Constenla-Haile | 4413cf9 | 2013-04-16 02:57:41 +0000 | [diff] [blame] | 77 | |
| Andre Fischer | dbdade4 | 2012-03-29 12:34:44 +0000 | [diff] [blame] | 78 | # English (USA, en_US) dictionary |
| Andre Fischer | 3067d49 | 2012-06-29 14:03:29 +0000 | [diff] [blame] | 79 | [ language==nl || language==ru ] |
| Matthias Seidel | 866a9d38a | 2019-02-17 12:03:28 +0000 | [diff] [blame] | 80 | e2eab80772ab1aa09716954219351a80 https://sourceforge.net/projects/aoo-extensions/files/1470/1/en_US.oxt/download "dict-en_us.oxt" |
| Andre Fischer | 78cf8d5 | 2012-03-16 11:58:50 +0000 | [diff] [blame] | 81 | |
| Andrea Pescetti | 12d2b65 | 2017-12-26 20:35:37 +0000 | [diff] [blame] | 82 | # Spanish dictionary |
| 83 | [ language=es || language=ca || language=ca_XV ] |
| Matthias Seidel | 866a9d38a | 2019-02-17 12:03:28 +0000 | [diff] [blame] | 84 | 1b999fcef948148e269161a08e7acf20 https://sourceforge.net/projects/aoo-extensions/files/1657/4/es_es.oxt/download "dict-es_es.oxt" |
| Andre Fischer | ac122f6 | 2012-03-26 07:32:12 +0000 | [diff] [blame] | 85 | |
| Matthias Seidel | 45abfef | 2019-02-10 16:48:35 +0000 | [diff] [blame] | 86 | # Estonian dictionary |
| 87 | [ language=et ] |
| Matthias Seidel | 866a9d38a | 2019-02-17 12:03:28 +0000 | [diff] [blame] | 88 | 142568797ae1490a4477f4ab5fdc200a https://sourceforge.net/projects/aoo-extensions/files/1328/0/dict-et.oxt/download "dict-et.oxt" |
| Matthias Seidel | 45abfef | 2019-02-10 16:48:35 +0000 | [diff] [blame] | 89 | |
| Andrea Pescetti | 12d2b65 | 2017-12-26 20:35:37 +0000 | [diff] [blame] | 90 | # Basque dictionary |
| 91 | [ language=eu ] |
| Matthias Seidel | 866a9d38a | 2019-02-17 12:03:28 +0000 | [diff] [blame] | 92 | f408bb4a333bea2aec86bffaa4ffa229 https://sourceforge.net/projects/aoo-extensions/files/1383/2/xuxen_4_OOo3.oxt/download "dict-eu.oxt" |
| Andre Fischer | ac122f6 | 2012-03-26 07:32:12 +0000 | [diff] [blame] | 93 | |
| Matthias Seidel | eafe167 | 2017-10-14 00:29:25 +0000 | [diff] [blame] | 94 | # French dictionary |
| Andrea Pescetti | d3c6232 | 2014-07-20 10:03:24 +0000 | [diff] [blame] | 95 | [ language=fr || language=nl || language=de || language=de_DE || language=ca || language=ca_XV ] |
| Matthias Seidel | 866a9d38a | 2019-02-17 12:03:28 +0000 | [diff] [blame] | 96 | c9bc1278b4bd73cbf0666619ed6bcb8d https://sourceforge.net/projects/aoo-extensions/files/17340/5/lo-oo-ressources-linguistiques-fr-v5.3.oxt/download "dict-fr.oxt" |
| Andre Fischer | ac122f6 | 2012-03-26 07:32:12 +0000 | [diff] [blame] | 97 | |
| Andrea Pescetti | 12d2b65 | 2017-12-26 20:35:37 +0000 | [diff] [blame] | 98 | # Scottish Gaelic dictionary |
| 99 | [ language=gd ] |
| Matthias Seidel | 866a9d38a | 2019-02-17 12:03:28 +0000 | [diff] [blame] | 100 | b6d877594a0354984c934e069e97c268 https://sourceforge.net/projects/aoo-extensions/files/4587/13/hunspell-gd-3.1.oxt/download "dict-gd.oxt" |
| Andrea Pescetti | 12d2b65 | 2017-12-26 20:35:37 +0000 | [diff] [blame] | 101 | |
| 102 | # Hungarian dictionary and grammar checker |
| 103 | [ language=hu ] |
| Matthias Seidel | 866a9d38a | 2019-02-17 12:03:28 +0000 | [diff] [blame] | 104 | d320e43e815c2dfd599dbfb7cd0e41fb https://sourceforge.net/projects/aoo-extensions/files/1283/9/dict-hu.oxt/download "dict-hu.oxt" |
| 105 | 76345f925e34fef2d29bade4f29108e9 https://sourceforge.net/projects/aoo-extensions/files/3423/4/lightproof-hu_HU-1.3.oxt/download "lightproof-hu_hu.oxt" |
| Andrea Pescetti | 12d2b65 | 2017-12-26 20:35:37 +0000 | [diff] [blame] | 106 | |
| Matthias Seidel | eafe167 | 2017-10-14 00:29:25 +0000 | [diff] [blame] | 107 | # Italian dictionary |
| Andre Fischer | dbdade4 | 2012-03-29 12:34:44 +0000 | [diff] [blame] | 108 | [ language=it || language=de || language=de_DE ] |
| Matthias Seidel | 866a9d38a | 2019-02-17 12:03:28 +0000 | [diff] [blame] | 109 | b20c2bf3114bdca5749606ad707e19be https://sourceforge.net/projects/aoo-extensions/files/1204/14/dict-it.oxt/download "dict-it.oxt" |
| Andre Fischer | 2c76723 | 2012-03-26 07:44:49 +0000 | [diff] [blame] | 110 | |
| Andrea Pescetti | 12d2b65 | 2017-12-26 20:35:37 +0000 | [diff] [blame] | 111 | # Khmer dictionary |
| 112 | [ language=km ] |
| Matthias Seidel | 866a9d38a | 2019-02-17 12:03:28 +0000 | [diff] [blame] | 113 | a22266cfa40fb23a79be27a239321a3f https://sourceforge.net/projects/aoo-extensions/files/1009/1/km_spellchecker_OOo30_V_1.0.2.oxt/download "dict-km.oxt" |
| Andre Fischer | b1913d6 | 2012-03-28 14:54:49 +0000 | [diff] [blame] | 114 | |
| Andrea Pescetti | 12d2b65 | 2017-12-26 20:35:37 +0000 | [diff] [blame] | 115 | # Korean dictionary |
| 116 | [ language=ko ] |
| Matthias Seidel | 866a9d38a | 2019-02-17 12:03:28 +0000 | [diff] [blame] | 117 | c20c155c47174c1b0ec0a53618044ac3 https://sourceforge.net/projects/aoo-extensions/files/5968/0/Korean_spell-checker-0.5.6_OOo.oxt/download "dict-ko.oxt" |
| Andre Fischer | b1913d6 | 2012-03-28 14:54:49 +0000 | [diff] [blame] | 118 | |
| Matthias Seidel | eafe167 | 2017-10-14 00:29:25 +0000 | [diff] [blame] | 119 | # Lithuanian dictionary |
| Andrea Pescetti | 69b0d12 | 2014-02-09 18:08:14 +0000 | [diff] [blame] | 120 | [ language=lt ] |
| Matthias Seidel | 866a9d38a | 2019-02-17 12:03:28 +0000 | [diff] [blame] | 121 | d8d4a3d5c6abfde1b4c81cc1ddd1afa0 https://sourceforge.net/projects/aoo-extensions/files/17703/0/openoffice-spellcheck-lt-1.3.oxt/download "dict-lt.oxt" |
| Andrea Pescetti | 69b0d12 | 2014-02-09 18:08:14 +0000 | [diff] [blame] | 122 | |
| Andrea Pescetti | 12d2b65 | 2017-12-26 20:35:37 +0000 | [diff] [blame] | 123 | # Dutch dictionary |
| 124 | [ language=nl ] |
| Matthias Seidel | 866a9d38a | 2019-02-17 12:03:28 +0000 | [diff] [blame] | 125 | 5c0de383ef649cffefc128cfb36b4d43 https://sourceforge.net/projects/aoo-extensions/files/1456/6/nl-dict-v2.00g.oxt/download "dict-nl.oxt" |
| Andrea Pescetti | 12d2b65 | 2017-12-26 20:35:37 +0000 | [diff] [blame] | 126 | |
| Andrea Pescetti | f2525d8 | 2017-12-26 21:14:26 +0000 | [diff] [blame] | 127 | # Norwegian dictionary |
| 128 | [ language=nb ] |
| Matthias Seidel | 866a9d38a | 2019-02-17 12:03:28 +0000 | [diff] [blame] | 129 | c06841f7f193e4f083482440999d801b https://sourceforge.net/projects/aoo-extensions/files/1216/2/dictionary-no-no-2.2.oxt/download "dict-no_no.oxt" |
| Andrea Pescetti | f2525d8 | 2017-12-26 21:14:26 +0000 | [diff] [blame] | 130 | |
| Andrea Pescetti | 12d2b65 | 2017-12-26 20:35:37 +0000 | [diff] [blame] | 131 | # Polish dictionary |
| 132 | [ language=pl ] |
| Matthias Seidel | 866a9d38a | 2019-02-17 12:03:28 +0000 | [diff] [blame] | 133 | a69f9221864b1360e38ff3f0b0cc9222 https://sourceforge.net/projects/aoo-extensions/files/806/4/pl-dict.oxt/download "dict-pl.oxt" |
| Andrea Pescetti | 12d2b65 | 2017-12-26 20:35:37 +0000 | [diff] [blame] | 134 | |
| 135 | # Portuguese (European) dictionary |
| 136 | [ language=pt || language=pt_PT ] |
| Matthias Seidel | 866a9d38a | 2019-02-17 12:03:28 +0000 | [diff] [blame] | 137 | a1414b7be0cacb7a810166833a02fa66 https://sourceforge.net/projects/aoo-extensions/files/1196/41/oo3x-pt-pt-17.5.29.1.oxt/download "dict-pt_pt.oxt" |
| Andrea Pescetti | 12d2b65 | 2017-12-26 20:35:37 +0000 | [diff] [blame] | 138 | |
| Matthias Seidel | eafe167 | 2017-10-14 00:29:25 +0000 | [diff] [blame] | 139 | # Romanian dictionary |
| Andre Fischer | b1913d6 | 2012-03-28 14:54:49 +0000 | [diff] [blame] | 140 | [ language=ro ] |
| Matthias Seidel | 866a9d38a | 2019-02-17 12:03:28 +0000 | [diff] [blame] | 141 | c7e22272fd8de1d50fe3b077153be274 https://sourceforge.net/projects/aoo-extensions/files/1392/10/dict-ro.1.7.oxt/download "dict-ro.oxt" |
| Andre Fischer | b1913d6 | 2012-03-28 14:54:49 +0000 | [diff] [blame] | 142 | |
| Matthias Seidel | eafe167 | 2017-10-14 00:29:25 +0000 | [diff] [blame] | 143 | # Russian dictionary |
| Andre Fischer | b1913d6 | 2012-03-28 14:54:49 +0000 | [diff] [blame] | 144 | [ language=ru ] |
| Matthias Seidel | 866a9d38a | 2019-02-17 12:03:28 +0000 | [diff] [blame] | 145 | 93921f14809a22770f1bd89af65015bc https://sourceforge.net/projects/aoo-extensions/files/3233/3/dict_ru_ru-0.3.7.oxt/download "dict-ru.oxt" |
| Andre Fischer | b1913d6 | 2012-03-28 14:54:49 +0000 | [diff] [blame] | 146 | |
| Matthias Seidel | c125e54 | 2019-02-27 17:08:27 +0000 | [diff] [blame] | 147 | # Slovak dictionary |
| Andrea Pescetti | d3ea53a | 2013-06-13 20:54:16 +0000 | [diff] [blame] | 148 | [ language=sk ] |
| Matthias Seidel | 866a9d38a | 2019-02-17 12:03:28 +0000 | [diff] [blame] | 149 | 5a7cec122a215c9f6a906ecb8ad46ee6 https://sourceforge.net/projects/aoo-extensions/files/1143/11/dict-sk.oxt/download "dict-sk.oxt" |
| Andrea Pescetti | d3ea53a | 2013-06-13 20:54:16 +0000 | [diff] [blame] | 150 | |
| Matthias Seidel | eafe167 | 2017-10-14 00:29:25 +0000 | [diff] [blame] | 151 | # Slovenian dictionary |
| Andre Fischer | b1913d6 | 2012-03-28 14:54:49 +0000 | [diff] [blame] | 152 | [ language=sl ] |
| Matthias Seidel | 866a9d38a | 2019-02-17 12:03:28 +0000 | [diff] [blame] | 153 | a95158fff7aa901938b9bc67c4937a88 https://sourceforge.net/projects/aoo-extensions/files/3280/10/pack-sl.oxt/download "dict-sl.oxt" |
| Andre Fischer | dbdade4 | 2012-03-29 12:34:44 +0000 | [diff] [blame] | 154 | |
| Matthias Seidel | eafe167 | 2017-10-14 00:29:25 +0000 | [diff] [blame] | 155 | # Swedish dictionary |
| Andrea Pescetti | 0c339e8 | 2013-01-17 22:39:35 +0000 | [diff] [blame] | 156 | [ language=sv ] |
| Matthias Seidel | 866a9d38a | 2019-02-17 12:03:28 +0000 | [diff] [blame] | 157 | 32ab4edf1496a7cf5469ee1643eb0128 https://sourceforge.net/projects/aoo-extensions/files/5959/1/dict-sv.oxt/download "dict-sv.oxt" |
| Andrea Pescetti | 0c339e8 | 2013-01-17 22:39:35 +0000 | [diff] [blame] | 158 | |
| Matthias Seidel | 45abfef | 2019-02-10 16:48:35 +0000 | [diff] [blame] | 159 | # Ukrainian dictionary |
| 160 | [ language=uk ] |
| Matthias Seidel | 866a9d38a | 2019-02-17 12:03:28 +0000 | [diff] [blame] | 161 | 17cff8975a5b5f32c8ae529a973dd12c https://sourceforge.net/projects/aoo-extensions/files/975/11/dict-uk_ua-4.2.5.oxt/download "dict-uk_ua.oxt" |
| Matthias Seidel | 45abfef | 2019-02-10 16:48:35 +0000 | [diff] [blame] | 162 | |