зеркало из https://github.com/mozilla/pjs.git
Bug 232722 - change 'character coding' to 'character encoding'. Patch by Jungshik Shin <jshin@mailaps.org>. r=rlk@trfenv.com, sr=ben@mozilla.org
This commit is contained in:
Родитель
8a1cae9729
Коммит
23f80cd9ba
|
@ -282,7 +282,7 @@
|
|||
<rdf:li> <rdf:Description ID="menu-view-reload" nc:name="Reload" nc:link="menu_reference.xhtml#reload"/> </rdf:li>
|
||||
<rdf:li> <rdf:Description ID="menu-view-increase-text-size" nc:name="Increase Text Size" nc:link="menu_reference.xhtml#increase_text_size"/> </rdf:li>
|
||||
<rdf:li> <rdf:Description ID="menu-view-decrease-text-size" nc:name="Decrease Text Size" nc:link="menu_reference.xhtml#decrease_text_size"/> </rdf:li>
|
||||
<rdf:li> <rdf:Description ID="menu-view-character-coding" nc:name="Character Coding" nc:link="menu_reference.xhtml#character_coding"/> </rdf:li>
|
||||
<rdf:li> <rdf:Description ID="menu-view-character-encoding" nc:name="Character Encoding" nc:link="menu_reference.xhtml#character_encoding"/> </rdf:li>
|
||||
<rdf:li> <rdf:Description ID="menu-view-page-source" nc:name="Page Source" nc:link="menu_reference.xhtml#page_source"/> </rdf:li>
|
||||
<rdf:li> <rdf:Description ID="menu-view-full-screen" nc:name="Full Screen" nc:link="menu_reference.xhtml#full_screen"/> </rdf:li>
|
||||
</rdf:Seq>
|
||||
|
|
|
@ -172,8 +172,8 @@
|
|||
mouse (see Increase Text Size for instructions). To restore the text size,
|
||||
press <kbd>Ctrl</kbd>+<kbd>0</kbd>.</p>
|
||||
|
||||
<h3 id="character_coding">Character Coding</h3>
|
||||
<p>Allows you to manually change the character coding on a web page.
|
||||
<h3 id="character_encoding">Character Encoding</h3>
|
||||
<p>Allows you to manually change the character encoding on a web page.
|
||||
&brandShortName; is usually capable of detecting this automatically.</p>
|
||||
|
||||
<h3 id="page_source">Page Source</h3>
|
||||
|
|
|
@ -91,5 +91,5 @@
|
|||
|
||||
<!ENTITY viewDefaultCharsetList.label "Incoming Mail:">
|
||||
<!ENTITY viewDefaultCharsetList.accesskey "I">
|
||||
<!ENTITY forceCharsetOverride.label "Apply default to all messages (ignore character coding specified by MIME header)">
|
||||
<!ENTITY forceCharsetOverride.label "Apply default to all messages (ignore character encoding specified by MIME header)">
|
||||
<!ENTITY forceCharsetOverride.accesskey "d">
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<!-- extracted from charsetOverlay.xul -->
|
||||
<!ENTITY charsetMenu.label "Character Coding">
|
||||
<!ENTITY charsetMenu.label "Character Encoding">
|
||||
<!ENTITY charsetMenu.accesskey "C">
|
||||
<!ENTITY charsetMenuAutodet.label "Auto-Detect">
|
||||
<!ENTITY charsetMenuAutodet.accesskey "a">
|
||||
|
|
|
@ -1,46 +0,0 @@
|
|||
# -*- Mode: HTML -*-
|
||||
# ***** 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.org charset encoding.
|
||||
#
|
||||
# The Initial Developer of the Original Code is
|
||||
# Netscape Communications Corporation.
|
||||
# Portions created by the Initial Developer are Copyright (C) 2003
|
||||
# the Initial Developer. All Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
# Stephen Lamm <slamm@netscape.com>
|
||||
# Pierre Chanial <p_ch@verizon.net>
|
||||
#
|
||||
# Alternatively, the contents of this file may be used under the terms of
|
||||
# either 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 LGPL or the GPL. 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 ***** -->
|
||||
|
||||
# LOCALIZATION NOTE Charset Coding Preferences Dialog: Do NOT localize the term "Character Coding"
|
||||
<!ENTITY title.label "Customize Character Coding">
|
||||
<!ENTITY left.header "Character Coding">
|
||||
<!ENTITY current.label "Active Character Codings:">
|
||||
<!ENTITY remove.label "Remove">
|
||||
<!ENTITY additional.label "Available Character Codings:">
|
||||
<!ENTITY add.label "Add">
|
|
@ -1,4 +1,4 @@
|
|||
<!ENTITY charsetMenu.label "Character Coding">
|
||||
<!ENTITY charsetMenu.label "Character Encoding">
|
||||
<!ENTITY charsetMenu.accesskey "C">
|
||||
<!ENTITY charsetMenuAutodet.label "Auto-Detect">
|
||||
<!ENTITY charsetMenuAutodet.accesskey "a">
|
||||
|
|
Загрузка…
Ссылка в новой задаче