about summary refs log tree commit diff stats
path: root/update/plugin/phpBB3/trunk/root/adm/style
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2008-08-24 19:48:02 +0000
committerKelly Rauchenberger <fefferburbia@gmail.com>2008-08-24 19:48:02 +0000
commit0632618a9d0afe4a6a6d9785777ffae079ba56b8 (patch)
tree29494768c74af5b7aaf4aa22cdd3b7b5bd3c80a6 /update/plugin/phpBB3/trunk/root/adm/style
parent7c3a2b1456bf64bbbbc4a3ea366c16e17be5bee8 (diff)
downloadinstadisc-0632618a9d0afe4a6a6d9785777ffae079ba56b8.tar.gz
instadisc-0632618a9d0afe4a6a6d9785777ffae079ba56b8.tar.bz2
instadisc-0632618a9d0afe4a6a6d9785777ffae079ba56b8.zip
Update: Localized phpBB3 ACP field descriptions
Refs #7
Diffstat (limited to 'update/plugin/phpBB3/trunk/root/adm/style')
-rw-r--r--update/plugin/phpBB3/trunk/root/adm/style/acp_instadisc.html20
1 files changed, 10 insertions, 10 deletions
diff --git a/update/plugin/phpBB3/trunk/root/adm/style/acp_instadisc.html b/update/plugin/phpBB3/trunk/root/adm/style/acp_instadisc.html index a3e60da..6e8249d 100644 --- a/update/plugin/phpBB3/trunk/root/adm/style/acp_instadisc.html +++ b/update/plugin/phpBB3/trunk/root/adm/style/acp_instadisc.html
@@ -18,41 +18,41 @@
18 <DL> 18 <DL>
19 <DT> 19 <DT>
20 <LABEL FOR="subscription_file">{L_SUBSCRIPTION_FILE}</LABEL> 20 <LABEL FOR="subscription_file">{L_SUBSCRIPTION_FILE}</LABEL>
21 <BR><SPAN>This is the URL of your subscription file</SPAN> 21 <BR><SPAN>{L_SUBSCRIPTION_FILE_DESC}</SPAN>
22 </DT> 22 </DT>
23 <DD>{S_SUBSCRIPTION_FILE}</DD> 23 <DD>{S_SUBSCRIPTION_FILE}</DD>
24 </DL> 24 </DL>
25 <DL> 25 <DL>
26 <dt><label for="central_server">{L_CENTRAL_SERVER}:</label><BR> 26 <DT><label for="central_server">{L_CENTRAL_SERVER}:</label><BR>
27 <SPAN>This is the Central Server's XML-RPC URL. They should have provided this for you in an email and also on their site. </SPAN> 27 <SPAN>{L_CENTRAL_SERVER_DESC}</SPAN>
28 </dt> 28 </DT>
29 <dd><input name="central_server" type="text" id="central_server" maxlength="255" VALUE="{S_CENTRAL_SERVER}" SIZE="40"/></dd> 29 <DD><input name="central_server" type="text" id="central_server" maxlength="255" VALUE="{S_CENTRAL_SERVER}" SIZE="40"/></DD>
30 </dl> 30 </DL>
31 <DL> 31 <DL>
32 <DT> 32 <DT>
33 <LABEL FOR="central_server_username">{L_USERNAME}</LABEL> 33 <LABEL FOR="central_server_username">{L_USERNAME}</LABEL>
34 <BR><SPAN>Enter the username you registered for at your Central Server</SPAN> 34 <BR><SPAN>{L_USERNAME_DESC}</SPAN>
35 </DT> 35 </DT>
36 <DD><INPUT NAME="central_server_username" TYPE="text" ID="central_server_username" MAXLENGTH="255" VALUE="{S_USERNAME}" SIZE="40"></DD> 36 <DD><INPUT NAME="central_server_username" TYPE="text" ID="central_server_username" MAXLENGTH="255" VALUE="{S_USERNAME}" SIZE="40"></DD>
37 </DL> 37 </DL>
38 <DL> 38 <DL>
39 <DT> 39 <DT>
40 <LABEL FOR="central_server_password">{L_PASSWORD}</LABEL> 40 <LABEL FOR="central_server_password">{L_PASSWORD}</LABEL>
41 <BR><SPAN>Enter the password to go with the username above</SPAN> 41 <BR><SPAN>{L_PASSWORD_DESC}</SPAN>
42 </DT> 42 </DT>
43 <DD><INPUT NAME="central_server_password" TYPE="password" ID="central_server_password" MAXLENGTH="255" VALUE="{S_PASSWORD}" SIZE="40"></DD> 43 <DD><INPUT NAME="central_server_password" TYPE="password" ID="central_server_password" MAXLENGTH="255" VALUE="{S_PASSWORD}" SIZE="40"></DD>
44 </DL> 44 </DL>
45 <DL> 45 <DL>
46 <DT> 46 <DT>
47 <LABEL FOR="central_server_activation">{L_ACTIVATION}</LABEL> 47 <LABEL FOR="central_server_activation">{L_ACTIVATION}</LABEL>
48 <BR><SPAN>After submitting your subscription for sponsership at your Central Server, it should provide you with an Activation Key</SPAN> 48 <BR><SPAN>{L_ACTIVATION_DESC}</SPAN>
49 </DT> 49 </DT>
50 <DD><INPUT NAME="central_server_activation" TYPE="text" ID="central_server_activation" MAXLENGTH="255" VALUE="{S_ACTIVATION}" SIZE="40"></DD> 50 <DD><INPUT NAME="central_server_activation" TYPE="text" ID="central_server_activation" MAXLENGTH="255" VALUE="{S_ACTIVATION}" SIZE="40"></DD>
51 </DL> 51 </DL>
52 <DL> 52 <DL>
53 <DT> 53 <DT>
54 <LABEL FOR="encryption_key">{L_ENCRYPTION}</LABEL> 54 <LABEL FOR="encryption_key">{L_ENCRYPTION}</LABEL>
55 <BR><SPAN>If you have the PHP module "mcrypt" installed, you can password protect this subscription so that users who wish to subscribe to it must provide the correct password. Leave this field blank if you do not wish to encrypt this subscription.</SPAN> 55 <BR><SPAN>{L_ENCRYPTION_DESC}</SPAN>
56 </DT> 56 </DT>
57 <DD><INPUT NAME="encryption_key" TYPE="text" ID="encryption_key" MAXLENGTH="255" VALUE="{S_ENCRYPTION}" SIZE="40"></DD> 57 <DD><INPUT NAME="encryption_key" TYPE="text" ID="encryption_key" MAXLENGTH="255" VALUE="{S_ENCRYPTION}" SIZE="40"></DD>
58 </DL> 58 </DL>