blob: 973bfa287ee844d3ff5fa79b91fff2637327a7a2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
# Short name of import module
## @name APPLEMAILIMPORT_NAME
## @loc None
2000=Apple Mail
# Description of import module
## @name APPLEMAILIMPORT_DESCRIPTION
## @loc None
2001=Import Local Mail from Mac OS X Mail
# Success Message
# LOCALIZATION NOTE : Do not translate the word "%S" below.
## @name APPLEMAILIMPORT_MAILBOX_SUCCESS
## @loc None
2002=Local messages were successfully imported from %S
# Error Message
## @name APPLEMAILIMPORT_MAILBOX_BADPARAM
## @loc None
2003=An internal error occurred. Importing failed. Try importing again.
# Error message
# LOCALIZATION NOTE : Do not translate the word "%S" below.
## @name APPLEMAILIMPORT_MAILBOX_CONVERTERROR
## @loc None
2004=An error occurred while importing messages from %S. Messages were not imported.
|