webgui/lib/WebGUI/i18n/English/AuthLDAP.pm
2004-08-09 15:45:44 +00:00

109 lines
5.5 KiB
Perl

package WebGUI::i18n::English::AuthLDAP;
our $I18N = {
'account-1' => {
message => q|LDAP Authentication Display Account Template|,
lastUpdated => 1078852969
},
'11' => {
message => q|No connect DN specified for this user|,
lastUpdated => 1071848383
},
'7' => {
message => q|LDAP Identity Name|,
lastUpdated => 1031514049
},
'2' => {
message => q|Cannot connect to LDAP server.|,
lastUpdated => 1031514049
},
'create-1' => {
message => q|LDAP Authentication Anonymous Registration Template|,
lastUpdated => 1078855925
},
'1' => {
message => q|LDAP Authentication Options|,
lastUpdated => 1039450730
},
'login-2' => {
message => q|The following template variables are available for LDAP Authentication Login templates.
<P><STRONG>login.form.header</STRONG><BR>The required form elements that go at the top of the&nbsp;login&nbsp;page.<BR><BR><STRONG>login.form.hidden</STRONG><BR>Hidden form fields required for form submission<BR><BR><STRONG>login.form.footer</STRONG><BR>The required form elements that go after the&nbsp;login page form.</P>
<P><STRONG>login.form.submit<BR></STRONG>The default submit button for the&nbsp;login form. <BR><BR><STRONG>login.form.username<BR></STRONG>Default username form field<BR><BR><STRONG>login.form.username.label<BR></STRONG>Default text for username form field<BR><BR><STRONG>login.form.password<BR></STRONG>Default password form field<BR><BR><STRONG>login.form.password.label<BR></STRONG>Default text for password form field<BR><BR><STRONG>title<BR></STRONG>Default page title
<P><STRONG>login.message</STRONG><BR>Any message returned by the system.&nbsp; Usually displays after the form is submitted.<BR><BR><STRONG>anonymousRegistration.isAllowed<BR></STRONG>Flag indicating whether or not anoymous registrations are allowed<BR><BR><STRONG>createAccount.url</STRONG><BR>URL&nbsp;for&nbsp;the anonymous registration page<BR><BR><STRONG>createAccount.label<BR></STRONG>Default label for the anonymous registration link</P>|,
lastUpdated => 1078854953
},
'13' => {
message => q|Invalid LDAP connection URL. Contact your administrator.|,
lastUpdated => 1071849063
},
'6' => {
message => q|LDAP Identity (default)|,
lastUpdated => 1031514049
},
'3' => {
message => q|LDAP URL|,
lastUpdated => 1031514049
},
'9' => {
message => q|User RDN|,
lastUpdated => 1053777552
},
'12' => {
message => q|No LDAP Url Specified for this user|,
lastUpdated => 1071848371
},
'8' => {
message => q|LDAP Password Name|,
lastUpdated => 1031514049
},
'4' => {
message => q|Connect DN|,
lastUpdated => 1031514049
},
'account-2' => {
message => q|The following template variables are available for&nbsp;the LDAP Authentication Display Account&nbsp;templates.
<P><STRONG>account.form.karma</STRONG><BR>A read only form property displaying the amount of karma a user has.&nbsp; Karma&nbsp;is a&nbsp;configurable user setting that is turned off by default&nbsp;
<P><STRONG>account.form.karma.label</STRONG><BR>Internationalized text label for&nbsp;the karma form value&nbsp;
<P><STRONG>account.options</STRONG><BR>Links list of options&nbsp;which&nbsp;allow users to&nbsp;turn on Admin, view and edit profile, view the messageLog, etc.&nbsp; <BR><BR><STRONG>displayTitle<BR></STRONG>Page title<BR><STRONG><BR>account.message</STRONG><BR>Any message returned by the system.&nbsp; Usually displays after the form is submitted.</P>|,
lastUpdated => 1078852969
},
'10' => {
message => q|Password (confirm)|,
lastUpdated => 1071845113
},
'create-2' => {
message => q|The following template variables are available for&nbsp;LDAP Authentication Anonymous Registration templates. <BR><BR><STRONG>create.form.header</STRONG><BR>The required form elements that go at the top of the&nbsp;anonymous registration&nbsp;page.<BR><BR><STRONG>create.form.hidden<BR></STRONG>Hidden form fields required for form submittal<BR><BR><STRONG>create.form.footer</STRONG><BR>The required form elements that go after the anonymous registration page form.
<P><STRONG>create.form.submit<BR></STRONG>The default submit button for the&nbsp;anonymous registration form. <BR><BR><STRONG>title<BR></STRONG>Default page title
<P><STRONG>create.form.profile<BR></STRONG>A loop containing visible and required profile fields for registration<BR><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <STRONG>profile.formElement</STRONG><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Form element for visible or required profile field<BR><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <STRONG>profile.formElement.label</STRONG><BR><STRONG>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </STRONG>Default text label for profile form element<BR><BR><BR><STRONG>login.url<BR></STRONG>URL for the login page<BR><BR><STRONG>login.label</STRONG><BR>Default text label for login page link.<BR><BR><STRONG>create.message</STRONG><BR>Any message returned by the system.&nbsp; Usually displays after the form is submitted.<BR><BR><STRONG>create.form.ldapId</STRONG><BR>Default&nbsp;ldapId form field<BR><BR><STRONG>create.form.ldapId.label</STRONG><BR>Default text for&nbsp;ldapId form field<BR><BR><STRONG>create.form.password<BR></STRONG>Default password form field<BR><BR><STRONG>create.form.password.label<BR></STRONG>Default text for password form field</P>|,
lastUpdated => 1078855925
},
'5' => {
message => q|LDAP URL (default)|,
lastUpdated => 1031514049
},
'login-1' => {
message => q|LDAP Authentication Login Template|,
lastUpdated => 1078854953
},
};
1;