Update Debian packaging files
[openafs.git] / src / packaging / Debian / po / templates.pot
1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5 #
6 #, fuzzy
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "Report-Msgid-Bugs-To: openafs@packages.debian.org\n"
11 "POT-Creation-Date: 2009-02-13 09:22-0800\n"
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 "Language-Team: LANGUAGE <LL@li.org>\n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=CHARSET\n"
17 "Content-Transfer-Encoding: 8bit\n"
18
19 #. Type: string
20 #. Description
21 #: ../openafs-client.templates:1001
22 msgid "DB server host names for your home cell:"
23 msgstr ""
24
25 #. Type: string
26 #. Description
27 #: ../openafs-client.templates:1001
28 msgid ""
29 "AFS uses the file /etc/openafs/CellServDB to hold the list of servers that "
30 "should be contacted to find parts of a cell.  The cell you claim this "
31 "workstation belongs to is not in that file.  Enter the host names of the "
32 "database servers separated by spaces. IMPORTANT: If you are creating a new "
33 "cell and this machine is to be a database server in that cell, only enter "
34 "this machine's name; add the other servers later after they are functioning. "
35 "Also, do not enable the AFS client to start at boot on this server until the "
36 "cell is configured.  When you are ready you can edit /etc/openafs/afs.conf."
37 "client to enable the client."
38 msgstr ""
39
40 #. Type: string
41 #. Description
42 #: ../openafs-client.templates:2001
43 msgid "AFS cell this workstation belongs to:"
44 msgstr ""
45
46 #. Type: string
47 #. Description
48 #: ../openafs-client.templates:2001
49 msgid ""
50 "AFS filespace is organized into cells or administrative domains. Each "
51 "workstation belongs to one cell.  Usually the cell is the DNS domain name of "
52 "the site."
53 msgstr ""
54
55 #. Type: string
56 #. Description
57 #: ../openafs-client.templates:3001
58 msgid "Size of AFS cache in kB:"
59 msgstr ""
60
61 #. Type: string
62 #. Description
63 #: ../openafs-client.templates:3001
64 msgid ""
65 "AFS uses an area of the disk to cache remote files for faster access.  This "
66 "cache will be mounted on /var/cache/openafs.  It is important that the cache "
67 "not overfill the partition it is located on.  Often, people find it useful "
68 "to dedicate a partition to their AFS cache."
69 msgstr ""
70
71 #. Type: boolean
72 #. Description
73 #: ../openafs-client.templates:4001
74 msgid "Run Openafs client now and at boot?"
75 msgstr ""
76
77 #. Type: boolean
78 #. Description
79 #: ../openafs-client.templates:4001
80 msgid ""
81 "Normally, most users who install the openafs-client package expect AFS to be "
82 "mounted automatically at boot.  However, if you are planning on setting up a "
83 "new cell or are on a laptop, you may not want it started at boot time.  If "
84 "you choose not to start AFS at boot, run /etc/init.d/openafs-client force-"
85 "start to start the client when you wish to run it."
86 msgstr ""
87
88 #. Type: boolean
89 #. Description
90 #: ../openafs-client.templates:5001
91 msgid "Look up AFS cells in DNS?"
92 msgstr ""
93
94 #. Type: boolean
95 #. Description
96 #: ../openafs-client.templates:5001
97 msgid ""
98 "In order to contact an AFS cell, you need the IP addresses of the cell's "
99 "database servers.  Normally, this information is read from /etc/openafs/"
100 "CellServDB.  However, if Openafs cannot find a cell in that file, it can use "
101 "DNS to look for AFSDB records that contain the information."
102 msgstr ""
103
104 #. Type: boolean
105 #. Description
106 #: ../openafs-client.templates:6001
107 msgid "Encrypt authenticated traffic with AFS fileserver?"
108 msgstr ""
109
110 #. Type: boolean
111 #. Description
112 #: ../openafs-client.templates:6001
113 msgid ""
114 "AFS provides a weak form of encryption that can optionally be used between a "
115 "client and the fileservers.  While this encryption is weaker than DES and "
116 "thus is not sufficient for highly confidential data, it does provide some "
117 "confidentiality and is likely to make the job of a casual attacker "
118 "significantly more difficult."
119 msgstr ""
120
121 #. Type: boolean
122 #. Description
123 #: ../openafs-client.templates:7001
124 msgid "Dynamically generate the contents of /afs?"
125 msgstr ""
126
127 #. Type: boolean
128 #. Description
129 #: ../openafs-client.templates:7001
130 msgid ""
131 "/afs generally contains an entry for each cell that a client can talk to. "
132 "Traditionally, these entries were generated by servers in the client's home "
133 "cell.  However, OpenAFS clients can generate the contents of /afs "
134 "dynamically based on the contents of /etc/openafs/CellServDB and DNS."
135 msgstr ""
136
137 #. Type: boolean
138 #. Description
139 #: ../openafs-client.templates:7001
140 msgid ""
141 "If you generate /afs dynamically, you may need to create /etc/openafs/"
142 "CellAlias to include aliases for common cells.  (The syntax of this file is "
143 "one line per alias, with the cell name, a space, and then the alias for that "
144 "cell.)"
145 msgstr ""
146
147 #. Type: boolean
148 #. Description
149 #: ../openafs-client.templates:8001
150 msgid "Use fakestat to avoid hangs when listing /afs?"
151 msgstr ""
152
153 #. Type: boolean
154 #. Description
155 #: ../openafs-client.templates:8001
156 msgid ""
157 "Because AFS is a global file space, operations on the /afs directory can "
158 "generate significant network traffic.  If some AFS cells are unavailable "
159 "then looking at /afs using ls or a graphical file browser may hang your "
160 "machine for minutes.  AFS has an option to simulate answers to these "
161 "operations locally to avoid these hangs.  You want this option under most "
162 "circumstances."
163 msgstr ""
164
165 #. Type: string
166 #. Description
167 #: ../openafs-fileserver.templates:1001
168 msgid "Cell this server serves files for:"
169 msgstr ""
170
171 #. Type: string
172 #. Description
173 #: ../openafs-fileserver.templates:1001
174 msgid ""
175 "AFS fileservers belong to a cell.  They have the key for that cell's "
176 "Kerberos service and serve volumes into that cell.  Normally, this cell is "
177 "the same cell as the workstation's client belongs to."
178 msgstr ""
179
180 #. Type: note
181 #. Description
182 #: ../openafs-fileserver.templates:2001
183 msgid "OpenAFS file server probably does not work!"
184 msgstr ""
185
186 #. Type: note
187 #. Description
188 #: ../openafs-fileserver.templates:2001
189 msgid ""
190 "You are running the OpenAFS file server package on an alpha.  This probably "
191 "doesn't work; the DES code is flaky on the alpha, along with the threaded "
192 "file server.  Likely, the fileserver will simply fail to start, but if it "
193 "does load, data corruption may result.  You have been warned."
194 msgstr ""