From 76be16f9f553021a49c1560eea343e9608b01bbb Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Mon, 29 Nov 2004 23:45:35 +0000 Subject: [PATCH] spell check and HTML fixes --- lib/WebGUI/i18n/English/AuthSMB.pm | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/lib/WebGUI/i18n/English/AuthSMB.pm b/lib/WebGUI/i18n/English/AuthSMB.pm index 6cf412011..54032e393 100644 --- a/lib/WebGUI/i18n/English/AuthSMB.pm +++ b/lib/WebGUI/i18n/English/AuthSMB.pm @@ -52,30 +52,30 @@ our $I18N = { }, 'login-2' => { - message => q|The following template variables are available for SMB Authentication Login templates. -

login.form.header
The required form elements that go at the top of the login page.

login.form.hidden
Hidden form fields required for form submission

login.form.footer
The required form elements that go after the login page form.

-

login.form.submit
The default submit button for the login form.

login.form.username
Default username form field

login.form.username.label
Default text for username form field

login.form.password
Default password form field

login.form.password.label
Default text for password form field

title
Default page title -

login.message
Any message returned by the system.  Usually displays after the form is submitted.

anonymousRegistration.isAllowed
Flag indicating whether or not anoymous registrations are allowed

createAccount.url
URL for the anonymous registration page

createAccount.label
Default label for the anonymous registration link

|, - lastUpdated => 1078854992 + message => q|The following template variables are available for SMB Authentication Login templates. +

login.form.header
The required form elements that go at the top of the login page.

login.form.hidden
Hidden form fields required for form submission

login.form.footer
The required form elements that go after the login page form.

+

login.form.submit
The default submit button for the login form.

login.form.username
Default username form field

login.form.username.label
Default text for username form field

login.form.password
Default password form field

login.form.password.label
Default text for password form field

title
Default page title +

login.message
Any message returned by the system. Usually displays after the form is submitted.

anonymousRegistration.isAllowed
Flag indicating whether or not anonymous registrations are allowed

createAccount.url
URL for the anonymous registration page

createAccount.label
Default label for the anonymous registration link

|, + lastUpdated => 1101771840 }, 'account-2' => { - message => q|The following template variables are available for the SMB Authentication Display Account templates. -

account.form.karma
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  -

account.form.karma.label
Internationalized text label for the karma form value  -

account.options
Links list of options which allow users to turn on Admin, view and edit profile, view the messageLog, etc. 

displayTitle
Page title

account.message

Any message returned by the system.  Usually displays after the form is submitted.

|, - lastUpdated => 1078853113 + message => q|The following template variables are available for the SMB Authentication Display Account templates. +

account.form.karma
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 +

account.form.karma.label
Internationalized text label for the karma form value +

account.options
Links list of options which allow users to turn on Admin, view and edit profile, view the messageLog, etc.

displayTitle
Page title

account.message

Any message returned by the system. Usually displays after the form is submitted.

|, + lastUpdated => 1101771870 }, 'create-2' => { - message => q|The following template variables are available for SMB Authentication Anonymous Registration templates.

create.form.header
The required form elements that go at the top of the anonymous registration page.

create.form.hidden
Hidden form fields required for form submittal

create.form.footer
The required form elements that go after the anonymous registration page form. -

create.form.submit
The default submit button for the anonymous registration form.

title
Default page title -

create.form.profile
A loop containing visible and required profile fields for registration

         profile.formElement
         Form element for visible or required profile field

         profile.formElement.label
           Default text label for profile form element


login.url
URL for the login page

login.label
Default text label for login page link.

create.message
Any message returned by the system.  Usually displays after the form is submitted.

create.form.loginId
Default SMB loginId form field

create.form.loginId.label
Default text for SMB loginId form field

create.form.password
Default password form field

create.form.password.label
Default text for password form field

|, - lastUpdated => 1078856081 + message => q|The following template variables are available for SMB Authentication Anonymous Registration templates.

create.form.header
The required form elements that go at the top of the anonymous registration page.

create.form.hidden
Hidden form fields required for form submittal

create.form.footer
The required form elements that go after the anonymous registration page form. +

create.form.submit
The default submit button for the anonymous registration form.

title
Default page title +

create.form.profile
A loop containing visible and required profile fields for registration

profile.formElement
Form element for visible or required profile field

profile.formElement.label
Default text label for profile form element


login.url
URL for the login page

login.label
Default text label for login page link.

create.message
Any message returned by the system. Usually displays after the form is submitted.

create.form.loginId
Default SMB loginId form field

create.form.loginId.label
Default text for SMB loginId form field

create.form.password
Default password form field

create.form.password.label
Default text for password form field

|, + lastUpdated => 1101771872 }, '10' => { - message => q|No SMB username specfified.|, + message => q|No SMB username specified.|, lastUpdated => 1071926471 },