mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 01:48:05 +00:00
14391: [L12y] PLS remove locale name (en) from "*_en.properties".
This commit is contained in:
parent
ff7839f7f1
commit
647a559bfd
@ -19,5 +19,5 @@
|
||||
messengercompose.dtd
|
||||
addressingWidgetOverlay.dtd
|
||||
MsgAttachPage.dtd
|
||||
composeMsgs_en.properties
|
||||
composeMsgs.properties
|
||||
|
||||
|
@ -28,7 +28,7 @@ EXPORT_RESOURCE_SAMPLES = \
|
||||
messengercompose.dtd \
|
||||
addressingWidgetOverlay.dtd \
|
||||
MsgAttachPage.dtd \
|
||||
composeMsgs_en.properties \
|
||||
composeMsgs.properties \
|
||||
$(NULL)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
100
mailnews/compose/resources/locale/en-US/composeMsgs.properties
Normal file
100
mailnews/compose/resources/locale/en-US/composeMsgs.properties
Normal file
@ -0,0 +1,100 @@
|
||||
# The contents of this file are subject to the Netscape Public License
|
||||
# Version 1.0 (the "NPL"); you may not use this file except in
|
||||
# compliance with the NPL. You may obtain a copy of the NPL at
|
||||
# http://www.mozilla.org/NPL/
|
||||
#
|
||||
# Software distributed under the NPL is distributed on an "AS IS" basis,
|
||||
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
|
||||
# for the specific language governing rights and limitations under the
|
||||
# NPL.
|
||||
#
|
||||
# The Initial Developer of this code under the NPL is Netscape
|
||||
# Communications Corporation. Portions created by Netscape are
|
||||
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
||||
# Reserved.
|
||||
#
|
||||
|
||||
#
|
||||
# This file is renamed from "composeMsgs_en.properties".
|
||||
#
|
||||
# The following are used by the compose back end
|
||||
#
|
||||
## @name NS_MSG_UNABLE_TO_OPEN_FILE
|
||||
12500=Mozilla is unable to open the file \n\%.200s.\n\n\Check the file name and try again.
|
||||
|
||||
## @name NS_MSG_UNABLE_TO_OPEN_TMP_FILE
|
||||
12501=Mozilla is unable to open the temporary file\n\%.200s.\n\n\Check your 'Temporary Directory' setting and try again.
|
||||
|
||||
## @name NS_MSG_UNABLE_TO_SAVE_TEMPLATE
|
||||
12502=Mozilla is unable to save your message as template.\n\Please verify that your Mail preferences are correct\n\and try again.
|
||||
|
||||
## @name NS_MSG_UNABLE_TO_SAVE_DRAFT
|
||||
12503=Mozilla is unable to save your message as draft.\n\Please verify that your Mail preferences are correct\n\and try again.
|
||||
|
||||
## @name NS_MSG_LOAD_ATTACHMNTS
|
||||
12504=Loading attachments...
|
||||
|
||||
## @name NS_MSG_LOAD_ATTACHMNT
|
||||
12505=Loading attachment...
|
||||
|
||||
## @name NS_MSG_COULDNT_OPEN_FCC_FILE
|
||||
12506=Couldn't open Sent Mail file.\n\Please verify that your Mail preferences are correct.
|
||||
|
||||
## @name NS_MSG_CANT_POST_TO_MULTIPLE_NEWS_HOSTS
|
||||
12507=Can't post to multiple news hosts. Try again.
|
||||
|
||||
## @name NS_MSG_ASSEMB_DONE_MSG
|
||||
12508=Assembling message...Done
|
||||
|
||||
## @name NS_MSG_ASSEMBLING_MSG
|
||||
12509=Assembling message...
|
||||
|
||||
## @name NS_MSG_NO_SENDER
|
||||
12509=No sender was specified.\n\Please fill in your email address in the\n\Mail and Newsgroup preferences.
|
||||
|
||||
## @name NS_MSG_NO_RECIPIENTS
|
||||
12510=No recipients were specified.\n\Please enter a recipient in a To: line,\n\or a newsgroup in a Group: line..
|
||||
|
||||
## @name NS_MSG_ERROR_WRITING_FILE
|
||||
12511=Error writing temporary file.
|
||||
|
||||
## @name NS_ERROR_COULD_NOT_LOGIN_TO_SMTP_SERVER
|
||||
12512=An error occurred sending mail:\n\
|
||||
Mozilla was unable to connect to the SMTP server.\n\
|
||||
The server may be down or may be incorrectly configured.\n\n\
|
||||
Please verify that your Mail preferences are correct\n\
|
||||
and try again.
|
||||
|
||||
## @name NS_ERROR_SENDING_FROM_COMMAND
|
||||
12513=An error occurred while sending mail.\n\
|
||||
The mail server responded:\n\
|
||||
%s\n\
|
||||
Please verify that your email address is correct\n\
|
||||
in your Mail preferences and try again.
|
||||
|
||||
## @name NS_ERROR_SENDING_RCPT_COMMAND
|
||||
12514=An error occurred while sending mail.\n\
|
||||
The mail server responded:\n\
|
||||
%s\n\
|
||||
Please check the message recipients and try again.
|
||||
|
||||
## @name NS_ERROR_SENDING_DATA_COMMAND
|
||||
12515=An (SMTP) error occurred while sending mail.\nServer responded: %s
|
||||
|
||||
## @name NS_ERROR_SENDING_MESSAGE
|
||||
12516=An error occurred while sending mail.\n\
|
||||
The mail server responded:\n\
|
||||
%s.\n\
|
||||
Please check the message and try again.
|
||||
|
||||
## @name NS_ERROR_SERVER_ERROR
|
||||
12517=An error occurred sending mail: SMTP server error.\n\
|
||||
The server responded:\n\
|
||||
%s\n\
|
||||
Contact your mail administrator for assistance.
|
||||
|
||||
## @name NS_ERROR_QUEUED_DELIVERY_FAILED
|
||||
12518=An error occurred delivering unsent messages.
|
||||
|
||||
## @name NS_ERROR_SEND_FAILED
|
||||
12519=Sending of message failed.
|
59
mailnews/compose/resources/locale/en-US/composebe.properties
Normal file
59
mailnews/compose/resources/locale/en-US/composebe.properties
Normal file
@ -0,0 +1,59 @@
|
||||
# The contents of this file are subject to the Netscape Public License
|
||||
# Version 1.0 (the "NPL"); you may not use this file except in
|
||||
# compliance with the NPL. You may obtain a copy of the NPL at
|
||||
# http://www.mozilla.org/NPL/
|
||||
#
|
||||
# Software distributed under the NPL is distributed on an "AS IS" basis,
|
||||
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
|
||||
# for the specific language governing rights and limitations under the
|
||||
# NPL.
|
||||
#
|
||||
# The Initial Developer of this code under the NPL is Netscape
|
||||
# Communications Corporation. Portions created by Netscape are
|
||||
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
||||
# Reserved.
|
||||
#
|
||||
|
||||
#
|
||||
# This file is renamed from "mailnews/compose/resources/content/composebe_en.properties".
|
||||
#
|
||||
# The following are used by the compose back end
|
||||
#
|
||||
## @name NS_MSG_UNABLE_TO_OPEN_FILE
|
||||
12500=Mozilla is unable to open the file \n\%.200s.\n\n\Check the file name and try again.
|
||||
|
||||
## @name NS_MSG_UNABLE_TO_OPEN_TMP_FILE
|
||||
12501=Mozilla is unable to open the temporary file\n\%.200s.\n\n\Check your 'Temporary Directory' setting and try again.
|
||||
|
||||
## @name NS_MSG_UNABLE_TO_SAVE_TEMPLATE
|
||||
12502=Mozilla is unable to save your message as template.\n\Please verify that your Mail preferences are correct\n\and try again.
|
||||
|
||||
## @name NS_MSG_UNABLE_TO_SAVE_DRAFT
|
||||
12503=Mozilla is unable to save your message as draft.\n\Please verify that your Mail preferences are correct\n\and try again.
|
||||
|
||||
## @name NS_MSG_LOAD_ATTACHMNTS
|
||||
12504=Loading attachments...
|
||||
|
||||
## @name NS_MSG_LOAD_ATTACHMNT
|
||||
12505=Loading attachment...
|
||||
|
||||
## @name NS_MSG_COULDNT_OPEN_FCC_FILE
|
||||
12506=Couldn't open Sent Mail file.\n\Please verify that your Mail preferences are correct.
|
||||
|
||||
## @name NS_MSG_CANT_POST_TO_MULTIPLE_NEWS_HOSTS
|
||||
12507=Can't post to multiple news hosts. Try again.
|
||||
|
||||
## @name NS_MSG_ASSEMB_DONE_MSG
|
||||
12508=Assembling message...Done
|
||||
|
||||
## @name NS_MSG_ASSEMBLING_MSG
|
||||
12509=Assembling message...
|
||||
|
||||
## @name NS_MSG_NO_SENDER
|
||||
12509=No sender was specified.\n\Please fill in your email address in the\n\Mail and Newsgroup preferences.
|
||||
|
||||
## @name NS_MSG_NO_RECIPIENTS
|
||||
12510=No recipients were specified.\n\Please enter a recipient in a To: line,\n\or a newsgroup in a Group: line..
|
||||
|
||||
## @name NS_MSG_ERROR_WRITING_FILE
|
||||
12511=Error writing temporary file.
|
@ -24,7 +24,7 @@ install::
|
||||
$(MAKE_INSTALL) messengercompose.dtd $(DIST)\bin\chrome\messengercompose\locale\en-US
|
||||
$(MAKE_INSTALL) addressingWidgetOverlay.dtd $(DIST)\bin\chrome\messengercompose\locale\en-US
|
||||
$(MAKE_INSTALL) MsgAttachPage.dtd $(DIST)\bin\chrome\messengercompose\locale\en-US
|
||||
$(MAKE_INSTALL) composeMsgs_en.properties $(DIST)\bin\chrome\messengercompose\locale\en-US
|
||||
$(MAKE_INSTALL) composeMsgs.properties $(DIST)\bin\chrome\messengercompose\locale\en-US
|
||||
|
||||
clobber::
|
||||
rm -f $(DIST)\bin\chrome\messengercompose\locale\en-US\messengercompose.dtd
|
||||
|
@ -0,0 +1,100 @@
|
||||
# The contents of this file are subject to the Netscape Public License
|
||||
# Version 1.0 (the "NPL"); you may not use this file except in
|
||||
# compliance with the NPL. You may obtain a copy of the NPL at
|
||||
# http://www.mozilla.org/NPL/
|
||||
#
|
||||
# Software distributed under the NPL is distributed on an "AS IS" basis,
|
||||
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
|
||||
# for the specific language governing rights and limitations under the
|
||||
# NPL.
|
||||
#
|
||||
# The Initial Developer of this code under the NPL is Netscape
|
||||
# Communications Corporation. Portions created by Netscape are
|
||||
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
||||
# Reserved.
|
||||
#
|
||||
|
||||
#
|
||||
# This file is renamed from "composeMsgs_en.properties".
|
||||
#
|
||||
# The following are used by the compose back end
|
||||
#
|
||||
## @name NS_MSG_UNABLE_TO_OPEN_FILE
|
||||
12500=Mozilla is unable to open the file \n\%.200s.\n\n\Check the file name and try again.
|
||||
|
||||
## @name NS_MSG_UNABLE_TO_OPEN_TMP_FILE
|
||||
12501=Mozilla is unable to open the temporary file\n\%.200s.\n\n\Check your 'Temporary Directory' setting and try again.
|
||||
|
||||
## @name NS_MSG_UNABLE_TO_SAVE_TEMPLATE
|
||||
12502=Mozilla is unable to save your message as template.\n\Please verify that your Mail preferences are correct\n\and try again.
|
||||
|
||||
## @name NS_MSG_UNABLE_TO_SAVE_DRAFT
|
||||
12503=Mozilla is unable to save your message as draft.\n\Please verify that your Mail preferences are correct\n\and try again.
|
||||
|
||||
## @name NS_MSG_LOAD_ATTACHMNTS
|
||||
12504=Loading attachments...
|
||||
|
||||
## @name NS_MSG_LOAD_ATTACHMNT
|
||||
12505=Loading attachment...
|
||||
|
||||
## @name NS_MSG_COULDNT_OPEN_FCC_FILE
|
||||
12506=Couldn't open Sent Mail file.\n\Please verify that your Mail preferences are correct.
|
||||
|
||||
## @name NS_MSG_CANT_POST_TO_MULTIPLE_NEWS_HOSTS
|
||||
12507=Can't post to multiple news hosts. Try again.
|
||||
|
||||
## @name NS_MSG_ASSEMB_DONE_MSG
|
||||
12508=Assembling message...Done
|
||||
|
||||
## @name NS_MSG_ASSEMBLING_MSG
|
||||
12509=Assembling message...
|
||||
|
||||
## @name NS_MSG_NO_SENDER
|
||||
12509=No sender was specified.\n\Please fill in your email address in the\n\Mail and Newsgroup preferences.
|
||||
|
||||
## @name NS_MSG_NO_RECIPIENTS
|
||||
12510=No recipients were specified.\n\Please enter a recipient in a To: line,\n\or a newsgroup in a Group: line..
|
||||
|
||||
## @name NS_MSG_ERROR_WRITING_FILE
|
||||
12511=Error writing temporary file.
|
||||
|
||||
## @name NS_ERROR_COULD_NOT_LOGIN_TO_SMTP_SERVER
|
||||
12512=An error occurred sending mail:\n\
|
||||
Mozilla was unable to connect to the SMTP server.\n\
|
||||
The server may be down or may be incorrectly configured.\n\n\
|
||||
Please verify that your Mail preferences are correct\n\
|
||||
and try again.
|
||||
|
||||
## @name NS_ERROR_SENDING_FROM_COMMAND
|
||||
12513=An error occurred while sending mail.\n\
|
||||
The mail server responded:\n\
|
||||
%s\n\
|
||||
Please verify that your email address is correct\n\
|
||||
in your Mail preferences and try again.
|
||||
|
||||
## @name NS_ERROR_SENDING_RCPT_COMMAND
|
||||
12514=An error occurred while sending mail.\n\
|
||||
The mail server responded:\n\
|
||||
%s\n\
|
||||
Please check the message recipients and try again.
|
||||
|
||||
## @name NS_ERROR_SENDING_DATA_COMMAND
|
||||
12515=An (SMTP) error occurred while sending mail.\nServer responded: %s
|
||||
|
||||
## @name NS_ERROR_SENDING_MESSAGE
|
||||
12516=An error occurred while sending mail.\n\
|
||||
The mail server responded:\n\
|
||||
%s.\n\
|
||||
Please check the message and try again.
|
||||
|
||||
## @name NS_ERROR_SERVER_ERROR
|
||||
12517=An error occurred sending mail: SMTP server error.\n\
|
||||
The server responded:\n\
|
||||
%s\n\
|
||||
Contact your mail administrator for assistance.
|
||||
|
||||
## @name NS_ERROR_QUEUED_DELIVERY_FAILED
|
||||
12518=An error occurred delivering unsent messages.
|
||||
|
||||
## @name NS_ERROR_SEND_FAILED
|
||||
12519=Sending of message failed.
|
Loading…
Reference in New Issue
Block a user