This commit is contained in:
scott%scott-macgregor.org 2005-01-10 18:10:08 +00:00
Родитель 5b17e90d81
Коммит 4e8ec5e524
2 изменённых файлов: 108 добавлений и 64 удалений

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

@ -1,56 +1,78 @@
<!--
- 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.
-
<!-- ***** 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 Netscape Communications
- Corp. are Copyright (C) 2000 Netscape Communications Corp. All
- Rights Reserved.
-
- Contributor(s): David Bienvenu <bienvenu@netscape.com>
- Mohan Bhamidipati <mohanb@netscape.com>
- Lorenzo Colitti <lorenzo@colitti.com>
-->
-
- 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):
- David Bienvenu <bienvenu@netscape.com>
- Mohan Bhamidipati <mohanb@netscape.com>
- Lorenzo Colitti <lorenzo@colitti.com>
- Stefan Borggraefe <Stefan.Borggraefe@gmx.de>
-
- 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 ***** -->
<!ENTITY folderProps.windowtitle.label "Properties">
<!ENTITY folderProps.windowtitle.label "Properties">
<!ENTITY generalInfo.label "General Information">
<!ENTITY generalInfo.accesskey "G">
<!ENTITY folderCharsetTab.label "Default Character Encoding:">
<!ENTITY folderCharsetOverride.label "Apply default to all messages in the folder (individual message character encoding settings and auto-detection will be ignored)">
<!ENTITY generalInfo.label "General Information">
<!ENTITY folderCharsetTab.label "Default Character Encoding:">
<!ENTITY folderCharsetTab.accesskey "E">
<!ENTITY folderCharsetOverride.label "Apply default to all messages in the folder (individual message character encoding settings and auto-detection will be ignored)">
<!ENTITY folderCharsetOverride.accesskey "A">
<!ENTITY folderOfflineTab.label "Offline">
<!ENTITY folderOfflineTab.accesskey "O">
<!ENTITY folderCheckForNewMessages.label "Check this folder for new messages">
<!ENTITY folderOfflineTab.label "Offline">
<!ENTITY folderCheckForNewMessages.label "Check this folder for new messages">
<!ENTITY folderCheckForNewMessages.accesskey "C">
<!ENTITY offlineFolder.check.label "Select this folder for offline use">
<!ENTITY offlineFolder.button.label "Download Now">
<!ENTITY offlineFolder.check.label "Select this folder for offline use">
<!ENTITY offlineFolder.check.accesskey "S">
<!ENTITY offlineFolder.button.label "Download Now">
<!ENTITY offlineFolder.button.accesskey "D">
<!ENTITY selectofflineNewsgroup.check.label "Select this newsgroup for offline use">
<!ENTITY UseDefaultofflineNewsgroup.check.label "Use the default from account settings ">
<!ENTITY offlineNewsgroup.button.label "Download Now">
<!ENTITY selectofflineNewsgroup.check.label "Select this newsgroup for offline use">
<!ENTITY selectofflineNewsgroup.check.accesskey "o">
<!ENTITY UseDefaultofflineNewsgroup.check.label "Use the default from account settings ">
<!ENTITY offlineNewsgroup.button.label "Download Now">
<!ENTITY offlineNewsgroup.button.accesskey "D">
<!ENTITY folderProps.information.label "Information:">
<!ENTITY folderProps.name.label "Name:">
<!ENTITY folderProps.information.label "Information:">
<!ENTITY folderProps.name.label "Name:">
<!ENTITY folderProps.name.accesskey "N">
<!ENTITY folderSharingTab.label "Sharing">
<!ENTITY folderSharingTab.accesskey "S">
<!ENTITY privilegesDesc.label "Share this and other folders with network users and display and set access privileges">
<!ENTITY privileges.button.label "Privileges...">
<!ENTITY permissionsDesc.label "You have the following permissions:">
<!ENTITY folderType.label "Folder Type:">
<!ENTITY folderSharingTab.label "Sharing">
<!ENTITY privilegesDesc.label "Share this and other folders with network users and display and set access privileges">
<!ENTITY privileges.button.label "Privileges...">
<!ENTITY privileges.button.accesskey "P">
<!ENTITY permissionsDesc.label "You have the following permissions:">
<!ENTITY folderType.label "Folder Type:">
<!ENTITY folderQuotaTab.label "Quota">
<!ENTITY folderQuotaTab.accesskey "Q">
<!ENTITY folderQuotaRoot.label "Quota Root:">
<!ENTITY folderQuotaUsage.label "Usage:">
<!ENTITY folderQuotaStatus.label "Status:">
<!ENTITY folderQuotaTab.label "Quota">
<!ENTITY folderQuotaRoot.label "Quota Root:">
<!ENTITY folderQuotaUsage.label "Usage:">
<!ENTITY folderQuotaStatus.label "Status:">

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

@ -1,24 +1,40 @@
# The contents of this file are subject to the Netscape 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/NPL/
# ***** BEGIN LICENSE BLOCK *****
# Version: MPL 1.1/GPL 2.0/LGPL 2.1
#
# 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 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 code.
#
# The Initial Developer of the Original Code is Netscape
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All
# Rights Reserved.
# The Initial Developer of the Original Code is
# Netscape Communications Corporation.
# Portions created by the Initial Developer are Copyright (C) 1998
# the Initial Developer. All Rights Reserved.
#
# Contributor(s):
# Seth Spitzer <sspitzer@netscape.com>
# Lorenzo Colitti <lorenzo@colitti.com>
# Contributor(s):
# Seth Spitzer <sspitzer@netscape.com>
# Lorenzo Colitti <lorenzo@colitti.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 *****
#
# The following are used by the messenger application
@ -39,8 +55,7 @@ titleNewsPreHost=on
titleMailPreHost=for
replyToSender=Reply to Sender
reply=Reply
# LOCALIZATION NOTES(EMLFiles): Do not translate "*.eml" in the line below
EMLFiles=Mail Files (*.eml)
EMLFiles=Mail Files
OpenEMLFiles=Open Message
# LOCALIZATION NOTES(defaultSaveMessageAsFileName): Do not translate ".eml"
# in the line below. Also, the complete file name should 8.3
@ -72,6 +87,7 @@ sendingUnsent=Sending Unsent Messages
folderExists=A folder with that name already exists. Please enter a different name.
folderCreationFailed=The folder could not be created because the folder name you specified contains an unrecognized character. Please enter a different name and try again.
compactingFolder=Compacting folder %S...
compactingDone=Done compacting folders
autoCompactAllFolders=Do you wish to compact all local and offline folders to save disk space?
confirmFolderDeletionForFilter=Deleting the folder '%S' will disable its associated filter(s). Are you sure you want to delete the folder?
alertFilterChanged=Filters associated with this folder will be updated.
@ -189,6 +205,7 @@ replied=Replied
forwarded=Forwarded
new=New
read=Read
flagged=Flagged
# for junk status picker in search and mail views
junk=Junk
@ -319,3 +336,8 @@ editVirtualFolderPropertiesTitle=Edit Saved Search Properties for %S
#alert to inform the user to choose one or more folders to search for a saved search folder
alertNoSearchFoldersSelected=You must choose at least one folder to search for the saved search folder.
# These two are displayed in the message and folder pane windows
# LOCALIZATION NOTES(????ByteAbbreviation): Do not translate %d below, it is the size of the message/folder
kiloByteAbbreviation=%dKB
megaByteAbbreviation=%dMB