Initial import
[samba] / debian / po / templates.pot
1 #
2 #    Translators, if you are not familiar with the PO format, gettext
3 #    documentation is worth reading, especially sections dedicated to
4 #    this format, e.g. by running:
5 #         info -n '(gettext)PO Files'
6 #         info -n '(gettext)Header Entry'
7 #
8 #    Some information specific to po-debconf are available at
9 #            /usr/share/doc/po-debconf/README-trans
10 #         or http://www.debian.org/intl/l10n/po-debconf/README-trans
11 #
12 #    Developers do not need to manually edit POT or PO files.
13 #
14 #, fuzzy
15 msgid ""
16 msgstr ""
17 "Project-Id-Version: PACKAGE VERSION\n"
18 "Report-Msgid-Bugs-To: \n"
19 "POT-Creation-Date: 2005-08-13 17:05-0700\n"
20 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
21 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
22 "Language-Team: LANGUAGE <LL@li.org>\n"
23 "MIME-Version: 1.0\n"
24 "Content-Type: text/plain; charset=CHARSET\n"
25 "Content-Transfer-Encoding: 8bit\n"
26
27 #. Type: string
28 #. Description
29 #: ../samba-common.templates:3
30 msgid "Character Set for Unix filesystem"
31 msgstr ""
32
33 #. Type: string
34 #. Description
35 #: ../samba-common.templates:3
36 msgid ""
37 "You currently have a \"character set\" configured in your smb.conf.  In "
38 "Samba 3.0, this option is replaced by a new option, \"unix charset\". Please "
39 "specify the character set you wish to use for theis new option, which "
40 "controls how Samba interprets filenames on the file system."
41 msgstr ""
42
43 #. Type: string
44 #. Description
45 #: ../samba-common.templates:3
46 msgid "If you leave this option blank, your smb.conf will not be changed."
47 msgstr ""
48
49 #. Type: string
50 #. Description
51 #: ../samba-common.templates:13
52 msgid "Character Set for DOS clients"
53 msgstr ""
54
55 #. Type: string
56 #. Description
57 #: ../samba-common.templates:13
58 msgid ""
59 "You currently have a \"client code page\" set in your smb.conf.  In Samba "
60 "3.0, this option is replaced by the option \"dos charset\".  Please specify "
61 "the character set you wish to use for this new option.  In most cases, the "
62 "default chosen for you will be sufficient.  Note that this option is not "
63 "needed to support Windows clients, it is only for DOS clients.  If you leave "
64 "this option blank, your smb.conf will not be changed."
65 msgstr ""
66
67 #. Type: boolean
68 #. Description
69 #: ../samba-common.templates:24
70 msgid "Modify smb.conf to use WINS settings from DHCP?"
71 msgstr ""
72
73 #. Type: boolean
74 #. Description
75 #: ../samba-common.templates:24
76 msgid ""
77 "If your computer gets IP address information from a DHCP server on the "
78 "network, the DHCP server may also provide information about WINS servers "
79 "(\"NetBIOS name servers\") present on the network.  This requires a change "
80 "to your smb.conf file so that DHCP-provided WINS settings will automatically "
81 "be read from /etc/samba/dhcp.conf."
82 msgstr ""
83
84 #. Type: boolean
85 #. Description
86 #: ../samba-common.templates:24
87 msgid ""
88 "You must have the dhcp3-client package installed to take advantage of this "
89 "feature."
90 msgstr ""
91
92 #. Type: boolean
93 #. Description
94 #: ../samba-common.templates:37
95 msgid "Configure smb.conf through debconf?"
96 msgstr ""
97
98 #. Type: boolean
99 #. Description
100 #: ../samba-common.templates:37
101 msgid ""
102 "The rest of the configuration of Samba deals with questions that affect "
103 "parameters in /etc/samba/smb.conf, which is the file used to configure the "
104 "Samba programs (nmbd and smbd.) Your current smb.conf contains an 'include' "
105 "line or an option that spans multiple lines, which could confuse debconf and "
106 "require you to edit your smb.conf by hand to get it working again."
107 msgstr ""
108
109 #. Type: boolean
110 #. Description
111 #: ../samba-common.templates:37
112 msgid ""
113 "If you don't use debconf to configure smb.conf, you will have to handle any "
114 "configuration changes yourself, and will not be able to take advantage of "
115 "periodic configuration enhancements.  Therefore, use of debconf is "
116 "recommended if possible."
117 msgstr ""
118
119 #. Type: string
120 #. Description
121 #: ../samba-common.templates:52
122 msgid "Workgroup/Domain Name?"
123 msgstr ""
124
125 #. Type: string
126 #. Description
127 #: ../samba-common.templates:52
128 msgid ""
129 "This controls what workgroup your server will appear to be in when queried "
130 "by clients. Note that this parameter also controls the Domain name used with "
131 "the security=domain setting."
132 msgstr ""
133
134 #. Type: boolean
135 #. Description
136 #: ../samba-common.templates:60
137 msgid "Use password encryption?"
138 msgstr ""
139
140 #. Type: boolean
141 #. Description
142 #: ../samba-common.templates:60
143 msgid ""
144 "Recent Windows clients communicate with SMB servers using encrypted "
145 "passwords. If you want to use clear text passwords you will need to change a "
146 "parameter in your Windows registry. It is recommended that you use encrypted "
147 "passwords. If you do, make sure you have a valid /etc/samba/smbpasswd file "
148 "and that you set passwords in there for each user using the smbpasswd "
149 "command."
150 msgstr ""
151
152 #. Type: boolean
153 #. Description
154 #: ../samba.templates:4
155 msgid "Create samba password database, /var/lib/samba/passdb.tdb?"
156 msgstr ""
157
158 #. Type: boolean
159 #. Description
160 #: ../samba.templates:4
161 msgid ""
162 "To be compatible with the defaults in most versions of Windows, Samba must "
163 "be configured to use encrypted passwords.  This requires user passwords to "
164 "be stored in a file separate from /etc/passwd. This file can be created "
165 "automatically, but the passwords must be added manually (by you or the user) "
166 "by running smbpasswd, and you must arrange to keep it up-to-date in the "
167 "future.  If you do not create it, you will have to reconfigure samba (and "
168 "probably your client machines) to use plaintext passwords. See /usr/share/"
169 "doc/samba-doc/htmldocs/ENCRYPTION.html from the samba-doc package for more "
170 "details."
171 msgstr ""
172
173 #. Type: note
174 #. Description
175 #: ../samba.templates:17
176 msgid "Samba's log files have moved."
177 msgstr ""
178
179 #. Type: note
180 #. Description
181 #: ../samba.templates:17
182 msgid ""
183 "Starting with the first packages of Samba 2.2 for Debian the log files for "
184 "both Samba daemons (nmbd and smbd) are now stored in /var/log/samba/. The "
185 "names of the files are log.nmbd and log.smbd, for nmbd and smbd respectively."
186 msgstr ""
187
188 #. Type: note
189 #. Description
190 #: ../samba.templates:17
191 msgid ""
192 "The old log files that were in /var/log/ will be moved to the new location "
193 "for you."
194 msgstr ""
195
196 #. Type: note
197 #. Description
198 #: ../samba.templates:28
199 msgid "Running nmbd from inetd is no longer supported"
200 msgstr ""
201
202 #. Type: note
203 #. Description
204 #: ../samba.templates:28
205 msgid ""
206 "Your system was previously configured to start nmbd and smbd from inetd.  As "
207 "of version 2.999+3.0.alpha20-4, nmbd will no longer be started from inetd.  "
208 "If you have modified your /etc/init.d/samba startup script, you may need to "
209 "adjust it by hand now so that nmbd will start."
210 msgstr ""
211
212 #. Type: select
213 #. Choices
214 #: ../samba.templates:36
215 msgid "daemons, inetd"
216 msgstr ""
217
218 #. Type: select
219 #. Description
220 #: ../samba.templates:38
221 msgid "How do you want to run Samba?"
222 msgstr ""
223
224 #. Type: select
225 #. Description
226 #: ../samba.templates:38
227 msgid ""
228 "The Samba daemon smbd can run as a normal daemon or from inetd. Running as a "
229 "daemon is the recommended approach."
230 msgstr ""
231
232 #. Type: boolean
233 #. Description
234 #: ../samba.templates:45
235 msgid "Move /etc/samba/smbpasswd to /var/lib/samba/passdb.tdb?"
236 msgstr ""
237
238 #. Type: boolean
239 #. Description
240 #: ../samba.templates:45
241 msgid ""
242 "Samba 3.0 introduces a newer, more complete SAM database interface which "
243 "supersedes the /etc/samba/smbpasswd file.  Would you like your existing "
244 "smbpasswd file to be migrated to /var/lib/samba/passdb.tdb for you?  If you "
245 "plan to use another pdb backend (e.g., LDAP) instead, you should answer 'no' "
246 "here."
247 msgstr ""
248
249 #. Type: note
250 #. Description
251 #: ../swat.templates:3
252 msgid "Your smb.conf will be re-written!"
253 msgstr ""
254
255 #. Type: note
256 #. Description
257 #: ../swat.templates:3
258 msgid ""
259 "SWAT will rewrite your smb.conf file. It will rearrange the entries and "
260 "delete all comments, include= and copy= options. If you have a carefully "
261 "crafted smb.conf then back it up or don't use SWAT!"
262 msgstr ""