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