~ubuntu-branches/ubuntu/oneiric/evolution/oneiric-proposed

« back to all changes in this revision

Viewing changes to help/zh_CN/import-supported-file-formats.page

  • Committer: Bazaar Package Importer
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2011-08-18 11:10:01 UTC
  • mfrom: (1.1.83 upstream)
  • Revision ID: james.westby@ubuntu.com-20110818111001-559uzyuqsoyj7xjg
Tags: 3.1.5-0ubuntu1
* New upstream release.
* debian/control: bump e-d-s Build-Depends to 3.1.5.
* debian/patches/03_lpi.patch: refreshed.
* debian/patches/11_remove_upstream_submit_bugreport.patch: refreshed.
* debian/patches/bogofilter_init_903b8e6.patch,
  debian/patches/evo_fbee43e_to_f4505a2.patch,
  debian/patches/spamassassin_init_4fc04af.patch: dropped, included upstream.
* debian/patches/spamd_sbin_path.patch: correct the path to spamd as
  /usr/sbin/spamd, which is the correct path in Ubuntu. (LP: #828693)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="topic" id="import-supported-file-formats" xml:lang="zh_CN">
 
3
 
 
4
  <info>
 
5
    <desc>Supported file formats for importing data.</desc>
 
6
    
 
7
    <link type="guide" xref="import-data"/>
 
8
 
 
9
    <revision pkgversion="3.0.2" version="0.2" date="2011-07-31" status="final"/>
 
10
    <credit type="author">
 
11
      <name>Andre Klapper</name>
 
12
      <email>ak-47@gmx.net</email>
 
13
    </credit>
 
14
    <credit type="author">
 
15
      <name>Novell, Inc</name> <!-- Content partially from http://library.gnome.org/users/evolution/2.32/importing-mail-and-settings.html.en#importing-mail -->
 
16
    </credit>
 
17
    <license>
 
18
      <p>Creative Commons Share Alike 3.0</p>
 
19
    </license>    
 
20
 
 
21
  </info>
 
22
 
 
23
  <title>Supported file formats</title>
 
24
 
 
25
<p>Evolution支持下列格式文件的导入:</p>
 
26
 
 
27
<section id="mail">
 
28
<title>邮件</title>
 
29
<list>
 
30
<item><p>
 
31
Berkeley Mailbox (.mbox or no extension):</p>
 
32
<p>The email format used by Mozilla, Netscape, Evolution (for local folders until version 2.32), Eudora, and many other email clients.
 
33
</p></item>
 
34
<item><p>
 
35
Maildir (no extension):</p>
 
36
<p>The format used by Evolution (for local folders since version 3.0). There is no need to import Maildir files as you can <link xref="mail-account-manage-maildir-format-directories">configure a Maildir account</link> in Evolution and point to the folder where the Maildir files are stored.
 
37
</p></item>
 
38
<item><p>
 
39
Outlook Express 5/6 Personal Folders (.dbx):</p>
 
40
<p>The email file format used by Microsoft Outlook Express 5/6. For newer versions PST import is recommended.
 
41
</p></item>
 
42
</list>
 
43
</section>
 
44
 
 
45
<section id="calendar">
 
46
<title>日历</title>
 
47
<list>
 
48
<item><p>
 
49
vCalendar (.vcs):</p>
 
50
<p>一种存储日历文件的格式,主要用于Evolution,Microsoft Outlook, Sunbird和Korganizer。</p></item>
 
51
<item><p>iCalendar或 iCal (.ics):</p>
 
52
<p>A format for storing calendar files. iCalendar is used by Evolution, Microsoft Outlook, Palm OS handhelds, and others.
 
53
</p></item>
 
54
</list>
 
55
</section>
 
56
 
 
57
<section id="contacts">
 
58
<title>联系人</title>
 
59
<list>
 
60
<item><p>
 
61
LDAP Data Interchange Format (.ldif):</p>
 
62
<p>联系人名片的标准数据格式。</p></item>
 
63
<item><p>vCard (.vcf, .gcrd):</p>
 
64
<p>这种地址簿格式被用于GNOME,KDE和许多其它联系人管理程序。您应该可以从任何地址簿软件中导出vCard格式文件。</p></item>
 
65
</list>
 
66
</section>
 
67
 
 
68
<section id="misc">
 
69
<title>Miscellaneous</title>
 
70
<list>
 
71
<item><p>Evolution/Mozilla/Outlook CSV/Tab (.csv, .tab):</p>
 
72
<p>CSV (Comma-separated values) or Tabulator files saved by using Evolution, Microsoft Outlook and Mozilla.
 
73
</p></item>
 
74
<item><p>个人存储表格 (.pst):</p>
 
75
<p>一种文件格式,用于存储微软软件如Microsoft Exchange Client,Windows Messaging和Microsoft Outlook内的本地的邮件、日历事件和其它条目的拷贝。</p></item>
 
76
</list>
 
77
</section>
 
78
 
 
79
</page>