]> code.citadel.org Git - citadel.git/blob - citadel/po/citadel-setup.pot
* create our own .pot file
[citadel.git] / citadel / po / citadel-setup.pot
1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR The Citadel Project - http://www.citadel.org
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: \n"
11 "POT-Creation-Date: 2010-09-27 21:28+0200\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 "Language: \n"
16 "MIME-Version: 1.0\n"
17 "Content-Type: text/plain; charset=CHARSET\n"
18 "Content-Transfer-Encoding: 8bit\n"
19
20 #: ../utils/setup.c:111
21 msgid "Citadel Home Directory"
22 msgstr ""
23
24 #: ../utils/setup.c:114
25 msgid ""
26 "Enter the full pathname of the directory in which the Citadel\n"
27 "installation you are creating or updating resides.  If you\n"
28 "specify a directory other than the default, you will need to\n"
29 "specify the -h flag to the server when you start it up.\n"
30 msgstr ""
31
32 #: ../utils/setup.c:120
33 msgid ""
34 "Enter the subdirectory name for an alternate installation of Citadel. To do "
35 "a default installation just leave it blank.If you specify a directory other "
36 "than the default, you will need to\n"
37 "specify the -h flag to the server when you start it up.\n"
38 "note that it may not have a leading /"
39 msgstr ""
40
41 #: ../utils/setup.c:127
42 msgid "Citadel administrator username:"
43 msgstr ""
44
45 #: ../utils/setup.c:129
46 msgid ""
47 "Please enter the name of the Citadel user account that should be granted "
48 "administrative privileges once created. If using internal authentication "
49 "this user account will be created if it does not exist. For external "
50 "authentication this user account has to exist."
51 msgstr ""
52
53 #: ../utils/setup.c:135
54 msgid "Administrator password:"
55 msgstr ""
56
57 #: ../utils/setup.c:137
58 msgid ""
59 "Enter a password for the system administrator. When setup\n"
60 "completes it will attempt to create the administrator user\n"
61 "and set the password specified here.\n"
62 msgstr ""
63
64 #: ../utils/setup.c:141
65 msgid "Citadel User ID:"
66 msgstr ""
67
68 #: ../utils/setup.c:143
69 msgid ""
70 "Citadel needs to run under its own user ID.  This would\n"
71 "typically be called \"citadel\", but if you are running Citadel\n"
72 "as a public BBS, you might also call it \"bbs\" or \"guest\".\n"
73 "The server will run under this user ID.  Please specify that\n"
74 "user ID here.  You may specify either a user name or a numeric\n"
75 "UID.\n"
76 msgstr ""
77
78 #: ../utils/setup.c:150
79 msgid "Listening address for the Citadel server:"
80 msgstr ""
81
82 #: ../utils/setup.c:152
83 msgid ""
84 "Please specify the IP address which the server should be listening to. You "
85 "can name a specific IPv4 or IPv6 address, or you can specify\n"
86 "'*' for 'any address', '::' for 'any IPv6 address', or '0.0.0.0'\n"
87 "for 'any IPv4 address'. If you leave this blank, Citadel will\n"
88 "listen on all addresses. This can usually be left to the default unless "
89 "multiple instances of Citadel are running on the same computer."
90 msgstr ""
91
92 #: ../utils/setup.c:160
93 msgid "Server port number:"
94 msgstr ""
95
96 #: ../utils/setup.c:162
97 msgid ""
98 "Specify the TCP port number on which your server will run.\n"
99 "Normally, this will be port 504, which is the official port\n"
100 "assigned by the IANA for Citadel servers.  You will only need\n"
101 "to specify a different port number if you run multiple instances\n"
102 "of Citadel on the same computer and there is something else\n"
103 "already using port 504.\n"
104 msgstr ""
105
106 #: ../utils/setup.c:169
107 msgid "Authentication method to use:"
108 msgstr ""
109
110 #: ../utils/setup.c:171
111 msgid ""
112 "Please choose the user authentication mode. By default Citadel will use its "
113 "own internal user accounts database. If you choose Host, Citadel users will "
114 "have accounts on the host system, authenticated via /etc/passwd or a PAM "
115 "source. LDAP chooses an RFC 2307 compliant directory server, the last option "
116 "chooses the nonstandard MS Active Directory LDAP scheme.\n"
117 "Do not change this option unless you are sure it is required, since changing "
118 "back requires a full reinstall of Citadel.\n"
119 " 0. Self contained authentication\n"
120 " 1. Host system integrated authentication\n"
121 " 2. External LDAP - RFC 2307 compliant directory\n"
122 " 3. External LDAP - nonstandard MS Active Directory\n"
123 "\n"
124 "For help: http://www.citadel.org/doku.php/faq:installation:authmodes\n"
125 "\n"
126 "ANSWER \"0\" UNLESS YOU COMPLETELY UNDERSTAND THIS OPTION.\n"
127 msgstr ""
128
129 #: ../utils/setup.c:189
130 msgid "LDAP host:"
131 msgstr ""
132
133 #: ../utils/setup.c:191
134 msgid "Please enter the host name or IP address of your LDAP server.\n"
135 msgstr ""
136
137 #: ../utils/setup.c:193
138 msgid "LDAP port number:"
139 msgstr ""
140
141 #: ../utils/setup.c:195
142 msgid "Please enter the port number of the LDAP service (usually 389).\n"
143 msgstr ""
144
145 #: ../utils/setup.c:197
146 msgid "LDAP base DN:"
147 msgstr ""
148
149 #: ../utils/setup.c:199
150 msgid ""
151 "Please enter the Base DN to search for authentication\n"
152 "(for example: dc=example,dc=com)\n"
153 msgstr ""
154
155 #: ../utils/setup.c:202
156 msgid "LDAP bind DN:"
157 msgstr ""
158
159 #: ../utils/setup.c:204
160 msgid ""
161 "Please enter the DN of an account to use for binding to the LDAP server for "
162 "performing queries. The account does not require any other privileges. If "
163 "your LDAP server allows anonymous queries, you can leave this blank.Please "
164 "enter the DN of an account to use for binding to the LDAP server\n"
165 "for performing queries.  The account does not require any other\n"
166 "privileges.  If your LDAP server allows anonymous queries, you can\n"
167 "leave this blank.\n"
168 msgstr ""
169
170 #: ../utils/setup.c:212
171 msgid "LDAP bind password:"
172 msgstr ""
173
174 #: ../utils/setup.c:214
175 msgid ""
176 "If you entered a Bind DN in the previous question, you must now enter\n"
177 "the password associated with that account.  Otherwise, you can leave this\n"
178 "blank.\n"
179 msgstr ""