bug 345612 - [seamonkey] Installed spellcheck dictionaries are not displayed and cannot be selected, link to new dictionaries at AMO which work for newer versions, r+sr=Neil

This commit is contained in:
kairo%kairo.at 2006-07-30 18:46:52 +00:00
Родитель 69bd391185
Коммит a247c5c88f
3 изменённых файлов: 4 добавлений и 76 удалений

Просмотреть файл

@ -2,4 +2,4 @@
# editor.js
# editor.properties
editor.throbber.url=http://www.mozilla.org/projects/seamonkey/
editor.spellcheckers.url=http://dictionaries.mozdev.org/installation.html
editor.spellcheckers.url=https://addons.mozilla.org/search.php?cat=68&app=seamonkey&type=E

Просмотреть файл

@ -53,10 +53,9 @@ client, supporting advanced junk mail detection and other useful features.">
<!ENTITY dict.title "Dictionaries">
<!ENTITY dict_intro.label "Dictionaries are used to check the spelling of your messages.">
<!ENTITY dict_info.label
'Many additional languages can be
<a href="http://dictionaries.mozdev.org/installation.html">installed</a> from
the <a href="http://dictionaries.mozdev.org/">dictionaries</a> project on
<a href="http://www.mozdev.org/">mozdev</a>.'>
'Many additional languages can be installed from the
<a href="https://addons.mozilla.org/search.php?cat=68&amp;app=seamonkey&amp;type=E/">dictionaries</a>
section on <a href="http://addons.mozilla.org/">Mozilla Add-ons</a>.'>
<!ENTITY info.title "More Information">
<!ENTITY info_bugs.label
'<a href="http://www.mozilla.org/mailnews/">We</a> welcome bug reports and feature

Просмотреть файл

@ -1,71 +0,0 @@
<?xml version="1.0"?> <!-- -*- Mode: SGML -*- -->
<!-- ***** BEGIN LICENSE BLOCK *****
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
-
- The contents of this file are subject to the Mozilla Public License Version
- 1.1 (the "License"); you may not use this file except in compliance with
- the License. You may obtain a copy of the License at
- http://www.mozilla.org/MPL/
-
- Software distributed under the License is distributed on an "AS IS" basis,
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- for the specific language governing rights and limitations under the
- License.
-
- The Original Code is Mozilla Communicator.
-
- The Initial Developer of the Original Code is
- Netscape Communications Corp.
- Portions created by the Initial Developer are Copyright (C) 2000
- the Initial Developer. All Rights Reserved.
-
- Contributor(s):
- Tao Cheng <tao@netscape.com>
-
- Alternatively, the contents of this file may be used under the terms of
- either of the GNU General Public License Version 2 or later (the "GPL"),
- or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
- in which case the provisions of the GPL or the LGPL are applicable instead
- of those above. If you wish to allow use of your version of this file only
- under the terms of either the GPL or the LGPL, and not to allow others to
- use your version of this file under the terms of the MPL, indicate your
- decision by deleting the provisions above and replace them with the notice
- and other provisions required by the GPL or the LGPL. If you do not delete
- the provisions above, a recipient may use your version of this file under
- the terms of any one of the MPL, the GPL or the LGPL.
-
- ***** END LICENSE BLOCK ***** -->
<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:NC="http://home.netscape.com/NC-rdf#">
<RDF:Description about='urn:clienturl:toolbar:mynetscape'>
<NC:title>My Netscape</NC:title>
<NC:content>http://my.netscape.com/</NC:content>
</RDF:Description>
<RDF:Description about='urn:clienturl:toolbar:home'>
<NC:title>Home</NC:title>
<NC:content>http://home.netscape.com/</NC:content>
</RDF:Description>
<RDF:Description about='urn:clienturl:toolbar:relnotes'>
<NC:title>Release Notes</NC:title>
<NC:content>http://www.mozilla.org/releases/</NC:content>
</RDF:Description>
<!-- View Menu -->
<RDF:Description about='urn:clienturl:viewmenu:intlwebcontent'>
<NC:title>International Languages and Web Content</NC:title>
<NC:content>http://www.mozilla.org/projects/seamonkey/releases/#l10n</NC:content>
</RDF:Description>
<!-- Composer -->
<RDF:Description about='urn:clienturl:composer:spellcheckers'>
<NC:title>Spellcheckers</NC:title>
<NC:content>http://dictionaries.mozdev.org/installation.html</NC:content>
</RDF:Description>
</RDF:RDF>