updated internationalization system again
This commit is contained in:
parent
a1a950a09f
commit
1b21302eb3
43 changed files with 6716 additions and 2283 deletions
|
|
@ -1,51 +1,109 @@
|
|||
package WebGUI::i18n::English::AuthLDAP;
|
||||
|
||||
our $I18N = {
|
||||
2 => q|Cannot connect to LDAP server.|,
|
||||
'2' => {
|
||||
message => q|Cannot connect to LDAP server.|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
5 => q|LDAP URL (default)|,
|
||||
'5' => {
|
||||
message => q|LDAP URL (default)|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
6 => q|LDAP Identity (default)|,
|
||||
'6' => {
|
||||
message => q|LDAP Identity (default)|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
7 => q|LDAP Identity Name|,
|
||||
'7' => {
|
||||
message => q|LDAP Identity Name|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
8 => q|LDAP Password Name|,
|
||||
'8' => {
|
||||
message => q|LDAP Password Name|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
3 => q|LDAP URL|,
|
||||
'3' => {
|
||||
message => q|LDAP URL|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
4 => q|Connect DN|,
|
||||
'4' => {
|
||||
message => q|Connect DN|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
9 => q|User RDN|,
|
||||
'9' => {
|
||||
message => q|User RDN|,
|
||||
lastUpdated => 1053777552,
|
||||
context => q|Specifying the relative distinguished name to authenticate a user against an LDAP directory.|
|
||||
},
|
||||
|
||||
1 => q|LDAP Authentication Options|,
|
||||
'1' => {
|
||||
message => q|LDAP Authentication Options|,
|
||||
lastUpdated => 1039450730
|
||||
},
|
||||
|
||||
10 => q|Password (confirm)|,
|
||||
'10' => {
|
||||
message => q|Password (confirm)|,
|
||||
lastUpdated => 1071845113
|
||||
},
|
||||
|
||||
11 => q|No connect DN specified for this user|,
|
||||
'11' => {
|
||||
message => q|No connect DN specified for this user|,
|
||||
lastUpdated => 1071848383
|
||||
},
|
||||
|
||||
13 => q|Invalid LDAP connection URL. Contact your administrator.|,
|
||||
'13' => {
|
||||
message => q|Invalid LDAP connection URL. Contact your administrator.|,
|
||||
lastUpdated => 1071849063
|
||||
},
|
||||
|
||||
12 => q|No LDAP Url Specified for this user|,
|
||||
'12' => {
|
||||
message => q|No LDAP Url Specified for this user|,
|
||||
lastUpdated => 1071848371
|
||||
},
|
||||
|
||||
'account-1' => q|LDAP Authentication Display Account Template|,
|
||||
'create-1' => {
|
||||
message => q|LDAP Authentication Anonymous Registration Template|,
|
||||
lastUpdated => 1078855925
|
||||
},
|
||||
|
||||
'account-2' => q|The following template variables are available for the LDAP Authentication Display Account templates.
|
||||
<P><STRONG>account.form.karma</STRONG><BR>A read only form property displaying the amount of karma a user has. Karma is a configurable user setting that is turned off by default
|
||||
<P><STRONG>account.form.karma.label</STRONG><BR>Internationalized text label for the karma form value
|
||||
<P><STRONG>account.options</STRONG><BR>Links list of options which allow users to turn on Admin, view and edit profile, view the messageLog, etc. <BR><BR><STRONG>displayTitle<BR></STRONG>Page title<BR><STRONG><BR>account.message</STRONG><BR>Any message returned by the system. Usually displays after the form is submitted.</P>|,
|
||||
|
||||
'create-1' => q|LDAP Authentication Anonymous Registration Template|,
|
||||
|
||||
'create-2' => q|The following template variables are available for LDAP Authentication Anonymous Registration templates. <BR><BR><STRONG>create.form.header</STRONG><BR>The required form elements that go at the top of the anonymous registration 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.
|
||||
'create-2' => {
|
||||
message => q|The following template variables are available for LDAP Authentication Anonymous Registration templates. <BR><BR><STRONG>create.form.header</STRONG><BR>The required form elements that go at the top of the anonymous registration 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 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> <STRONG>profile.formElement</STRONG><BR> Form element for visible or required profile field<BR><BR> <STRONG>profile.formElement.label</STRONG><BR><STRONG> </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. Usually displays after the form is submitted.<BR><BR><STRONG>create.form.ldapId</STRONG><BR>Default ldapId form field<BR><BR><STRONG>create.form.ldapId.label</STRONG><BR>Default text for 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
|
||||
},
|
||||
|
||||
'login-1' => q|LDAP Authentication Login Template|,
|
||||
'login-1' => {
|
||||
message => q|LDAP Authentication Login Template|,
|
||||
lastUpdated => 1078854953
|
||||
},
|
||||
|
||||
'login-2' => q|The following template variables are available for LDAP Authentication Login templates.
|
||||
'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 login 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 login page form.</P>
|
||||
<P><STRONG>login.form.submit<BR></STRONG>The default submit button for the 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. 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 for the anonymous registration page<BR><BR><STRONG>createAccount.label<BR></STRONG>Default label for the anonymous registration link</P>|,
|
||||
lastUpdated => 1078854953
|
||||
},
|
||||
|
||||
'account-1' => {
|
||||
message => q|LDAP Authentication Display Account Template|,
|
||||
lastUpdated => 1078852969
|
||||
},
|
||||
|
||||
'account-2' => {
|
||||
message => q|The following template variables are available for the LDAP Authentication Display Account templates.
|
||||
<P><STRONG>account.form.karma</STRONG><BR>A read only form property displaying the amount of karma a user has. Karma is a configurable user setting that is turned off by default
|
||||
<P><STRONG>account.form.karma.label</STRONG><BR>Internationalized text label for the karma form value
|
||||
<P><STRONG>account.options</STRONG><BR>Links list of options which allow users to turn on Admin, view and edit profile, view the messageLog, etc. <BR><BR><STRONG>displayTitle<BR></STRONG>Page title<BR><STRONG><BR>account.message</STRONG><BR>Any message returned by the system. Usually displays after the form is submitted.</P>|,
|
||||
lastUpdated => 1078852969
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue