committing first round of GUID changes
This commit is contained in:
parent
0ba6b7c911
commit
48fd2d44e9
48 changed files with 9012 additions and 8870 deletions
|
|
@ -1,9 +1,9 @@
|
|||
package WebGUI::i18n::English;
|
||||
|
||||
our $LANGUAGE = {
|
||||
label => "English",
|
||||
charset => "ISO-8859-1",
|
||||
toolbar => "metal"
|
||||
$LANGUAGE = {
|
||||
label => 'English',
|
||||
charset => 'UTF-8',
|
||||
toolbar => 'metal'
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
|
|
@ -1,86 +1,11 @@
|
|||
package WebGUI::i18n::English::Article;
|
||||
|
||||
our $I18N = {
|
||||
'1' => {
|
||||
message => q|Article|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'3' => {
|
||||
message => q|Start Date|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'4' => {
|
||||
message => q|End Date|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'6' => {
|
||||
message => q|Image|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'7' => {
|
||||
message => q|Link Title|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'8' => {
|
||||
message => q|Link URL|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'9' => {
|
||||
message => q|Attachment|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'10' => {
|
||||
message => q|Convert carriage returns?|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'11' => {
|
||||
message => q|(Select "Yes" only if you aren't adding <br> manually.)|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'12' => {
|
||||
message => q|Edit Article|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'13' => {
|
||||
message => q|Delete|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'22' => {
|
||||
message => q|Author|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'23' => {
|
||||
message => q|Date|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'24' => {
|
||||
message => q|Post Response|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'28' => {
|
||||
message => q|View Responses|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'61' => {
|
||||
message => q|Article, Add/Edit|,
|
||||
lastUpdated => 1066583066
|
||||
},
|
||||
|
||||
'71' => {
|
||||
message => q|Articles are the Swiss Army knife of WebGUI. Most pieces of static content can be added via the Article.
|
||||
<br><br>
|
||||
|
|
@ -127,6 +52,76 @@ Checking this box will enable responses to your article much like Articles on Sl
|
|||
lastUpdated => 1066583066
|
||||
},
|
||||
|
||||
'7' => {
|
||||
message => q|Link Title|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'22' => {
|
||||
message => q|Author|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'1' => {
|
||||
message => q|Article|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'72' => {
|
||||
message => q|Article Template|,
|
||||
lastUpdated => 1038794871
|
||||
},
|
||||
|
||||
'23' => {
|
||||
message => q|Date|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'13' => {
|
||||
message => q|Delete|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'6' => {
|
||||
message => q|Image|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'28' => {
|
||||
message => q|View Responses|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'3' => {
|
||||
message => q|Start Date|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'61' => {
|
||||
message => q|Article, Add/Edit|,
|
||||
lastUpdated => 1066583066
|
||||
},
|
||||
|
||||
'9' => {
|
||||
message => q|Attachment|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'12' => {
|
||||
message => q|Edit Article|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'8' => {
|
||||
message => q|Link URL|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'4' => {
|
||||
message => q|End Date|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'73' => {
|
||||
message => q|The following template variables are available for article templates.
|
||||
<p/>
|
||||
|
|
@ -234,9 +229,14 @@ The URL to view the replies to this article.
|
|||
lastUpdated => 1082370724
|
||||
},
|
||||
|
||||
'72' => {
|
||||
message => q|Article Template|,
|
||||
lastUpdated => 1038794871
|
||||
'24' => {
|
||||
message => q|Post Response|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'10' => {
|
||||
message => q|Convert carriage returns?|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
};
|
||||
|
|
|
|||
|
|
@ -1,55 +1,9 @@
|
|||
package WebGUI::i18n::English::AuthLDAP;
|
||||
|
||||
our $I18N = {
|
||||
'2' => {
|
||||
message => q|Cannot connect to LDAP server.|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'5' => {
|
||||
message => q|LDAP URL (default)|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'6' => {
|
||||
message => q|LDAP Identity (default)|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'7' => {
|
||||
message => q|LDAP Identity Name|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'8' => {
|
||||
message => q|LDAP Password Name|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'3' => {
|
||||
message => q|LDAP URL|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'4' => {
|
||||
message => q|Connect DN|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'9' => {
|
||||
message => q|User RDN|,
|
||||
lastUpdated => 1053777552,
|
||||
context => q|Specifying the relative distinguished name to authenticate a user against an LDAP directory.|
|
||||
},
|
||||
|
||||
'1' => {
|
||||
message => q|LDAP Authentication Options|,
|
||||
lastUpdated => 1039450730
|
||||
},
|
||||
|
||||
'10' => {
|
||||
message => q|Password (confirm)|,
|
||||
lastUpdated => 1071845113
|
||||
'account-1' => {
|
||||
message => q|LDAP Authentication Display Account Template|,
|
||||
lastUpdated => 1078852969
|
||||
},
|
||||
|
||||
'11' => {
|
||||
|
|
@ -57,14 +11,14 @@ our $I18N = {
|
|||
lastUpdated => 1071848383
|
||||
},
|
||||
|
||||
'13' => {
|
||||
message => q|Invalid LDAP connection URL. Contact your administrator.|,
|
||||
lastUpdated => 1071849063
|
||||
'7' => {
|
||||
message => q|LDAP Identity Name|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'12' => {
|
||||
message => q|No LDAP Url Specified for this user|,
|
||||
lastUpdated => 1071848371
|
||||
'2' => {
|
||||
message => q|Cannot connect to LDAP server.|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'create-1' => {
|
||||
|
|
@ -72,16 +26,9 @@ our $I18N = {
|
|||
lastUpdated => 1078855925
|
||||
},
|
||||
|
||||
'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' => {
|
||||
message => q|LDAP Authentication Login Template|,
|
||||
lastUpdated => 1078854953
|
||||
'1' => {
|
||||
message => q|LDAP Authentication Options|,
|
||||
lastUpdated => 1039450730
|
||||
},
|
||||
|
||||
'login-2' => {
|
||||
|
|
@ -92,9 +39,39 @@ our $I18N = {
|
|||
lastUpdated => 1078854953
|
||||
},
|
||||
|
||||
'account-1' => {
|
||||
message => q|LDAP Authentication Display Account Template|,
|
||||
lastUpdated => 1078852969
|
||||
'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' => {
|
||||
|
|
@ -105,6 +82,28 @@ our $I18N = {
|
|||
lastUpdated => 1078852969
|
||||
},
|
||||
|
||||
'10' => {
|
||||
message => q|Password (confirm)|,
|
||||
lastUpdated => 1071845113
|
||||
},
|
||||
|
||||
'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
|
||||
},
|
||||
|
||||
'5' => {
|
||||
message => q|LDAP URL (default)|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'login-1' => {
|
||||
message => q|LDAP Authentication Login Template|,
|
||||
lastUpdated => 1078854953
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
|
|
@ -1,19 +1,9 @@
|
|||
package WebGUI::i18n::English::AuthSMB;
|
||||
|
||||
our $I18N = {
|
||||
'9' => {
|
||||
message => q|NT Password|,
|
||||
lastUpdated => 1039453225
|
||||
},
|
||||
|
||||
'8' => {
|
||||
message => q|NT Login|,
|
||||
lastUpdated => 1039452980
|
||||
},
|
||||
|
||||
'7' => {
|
||||
message => q|NT Domain|,
|
||||
lastUpdated => 1039452950
|
||||
'account-1' => {
|
||||
message => q|SMB Authentication Display Account Template|,
|
||||
lastUpdated => 1078853113
|
||||
},
|
||||
|
||||
'6' => {
|
||||
|
|
@ -21,51 +11,44 @@ our $I18N = {
|
|||
lastUpdated => 1039452936
|
||||
},
|
||||
|
||||
'5' => {
|
||||
message => q|PDC|,
|
||||
lastUpdated => 1039452926
|
||||
},
|
||||
|
||||
'4' => {
|
||||
message => q|SMB Logon Error (3)<br>You have supplied an invalid username/password pair. Probably a typo, please try again.|,
|
||||
lastUpdated => 1039452797
|
||||
},
|
||||
|
||||
'3' => {
|
||||
message => q|SMB Protocol Error (2)<br>Please contact your sysadmin.|,
|
||||
lastUpdated => 1039452769
|
||||
},
|
||||
|
||||
'7' => {
|
||||
message => q|NT Domain|,
|
||||
lastUpdated => 1039452950
|
||||
},
|
||||
|
||||
'9' => {
|
||||
message => q|NT Password|,
|
||||
lastUpdated => 1039453225
|
||||
},
|
||||
|
||||
'2' => {
|
||||
message => q|SMB Server Error (1)<br>Something went wrong accessing the domain controller. Perhaps the connection timed out. Please try again or contact your sysadmin.|,
|
||||
lastUpdated => 1039452744
|
||||
},
|
||||
|
||||
'1' => {
|
||||
message => q|SMB Authentication Options|,
|
||||
lastUpdated => 1039451963
|
||||
},
|
||||
|
||||
'10' => {
|
||||
message => q|No SMB username specfified.|,
|
||||
lastUpdated => 1071926471
|
||||
},
|
||||
|
||||
'create-1' => {
|
||||
message => q|SMB Authentication Anonymous Registration Template|,
|
||||
lastUpdated => 1078856081
|
||||
},
|
||||
|
||||
'create-2' => {
|
||||
message => q|The following template variables are available for SMB 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.loginId</STRONG><BR>Default SMB loginId form field<BR><BR><STRONG>create.form.loginId.label</STRONG><BR>Default text for SMB loginId 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 => 1078856081
|
||||
'8' => {
|
||||
message => q|NT Login|,
|
||||
lastUpdated => 1039452980
|
||||
},
|
||||
|
||||
'login-1' => {
|
||||
message => q|SMB Authentication Login Template|,
|
||||
lastUpdated => 1078854992
|
||||
'4' => {
|
||||
message => q|SMB Logon Error (3)<br>You have supplied an invalid username/password pair. Probably a typo, please try again.|,
|
||||
lastUpdated => 1039452797
|
||||
},
|
||||
|
||||
'1' => {
|
||||
message => q|SMB Authentication Options|,
|
||||
lastUpdated => 1039451963
|
||||
},
|
||||
|
||||
'login-2' => {
|
||||
|
|
@ -76,11 +59,6 @@ our $I18N = {
|
|||
lastUpdated => 1078854992
|
||||
},
|
||||
|
||||
'account-1' => {
|
||||
message => q|SMB Authentication Display Account Template|,
|
||||
lastUpdated => 1078853113
|
||||
},
|
||||
|
||||
'account-2' => {
|
||||
message => q|The following template variables are available for the SMB 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
|
||||
|
|
@ -89,6 +67,28 @@ our $I18N = {
|
|||
lastUpdated => 1078853113
|
||||
},
|
||||
|
||||
'create-2' => {
|
||||
message => q|The following template variables are available for SMB 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.loginId</STRONG><BR>Default SMB loginId form field<BR><BR><STRONG>create.form.loginId.label</STRONG><BR>Default text for SMB loginId 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 => 1078856081
|
||||
},
|
||||
|
||||
'10' => {
|
||||
message => q|No SMB username specfified.|,
|
||||
lastUpdated => 1071926471
|
||||
},
|
||||
|
||||
'login-1' => {
|
||||
message => q|SMB Authentication Login Template|,
|
||||
lastUpdated => 1078854992
|
||||
},
|
||||
|
||||
'5' => {
|
||||
message => q|PDC|,
|
||||
lastUpdated => 1039452926
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
|
|
@ -1,41 +1,9 @@
|
|||
package WebGUI::i18n::English::AuthWebGUI;
|
||||
|
||||
our $I18N = {
|
||||
'8' => {
|
||||
message => q|Your Password Has Expired|,
|
||||
lastUpdated => 1071507773
|
||||
},
|
||||
|
||||
'2' => {
|
||||
message => q|Password (confirm)|,
|
||||
lastUpdated => 1071507729
|
||||
},
|
||||
|
||||
'3' => {
|
||||
message => q|Your passwords did not match. Please try again.|,
|
||||
lastUpdated => 1071507737
|
||||
},
|
||||
|
||||
'10' => {
|
||||
message => q|Old Password|,
|
||||
lastUpdated => 1071507875
|
||||
},
|
||||
|
||||
'9' => {
|
||||
message => q|Expire passwords on user creation?|,
|
||||
lastUpdated => 1071507780
|
||||
},
|
||||
|
||||
'14' => {
|
||||
message => q|Minimum password length|,
|
||||
lastUpdated => 1071507951,
|
||||
context => q|What is the minimum password length?|
|
||||
},
|
||||
|
||||
'7' => {
|
||||
message => q|Passwords must have a minimum character length of|,
|
||||
lastUpdated => 1071507767,
|
||||
context => q|Password expires every 10 days|
|
||||
'account-1' => {
|
||||
message => q|WebGUI Authentication Display Account Template|,
|
||||
lastUpdated => 1078852836
|
||||
},
|
||||
|
||||
'11' => {
|
||||
|
|
@ -43,65 +11,14 @@ our $I18N = {
|
|||
lastUpdated => 1071507924
|
||||
},
|
||||
|
||||
'12' => {
|
||||
message => q|You may not use your old password as your new password|,
|
||||
lastUpdated => 1071507932
|
||||
},
|
||||
|
||||
'13' => {
|
||||
message => q|Allow password recovery?|,
|
||||
lastUpdated => 1071507940
|
||||
},
|
||||
|
||||
'6' => {
|
||||
message => q|Allow Password Recovery?|,
|
||||
lastUpdated => 1071507760,
|
||||
context => q|Password expires every 10 days|
|
||||
},
|
||||
|
||||
'5' => {
|
||||
message => q|Your password cannot be "password".|,
|
||||
lastUpdated => 1071507752
|
||||
},
|
||||
|
||||
'4' => {
|
||||
message => q|Your password cannot be blank.|,
|
||||
lastUpdated => 1071507744
|
||||
},
|
||||
|
||||
'15' => {
|
||||
message => q|Minimum Password Length|,
|
||||
lastUpdated => 1071885112
|
||||
},
|
||||
|
||||
'1' => {
|
||||
message => q|WebGUI Authentication Options|,
|
||||
lastUpdated => 1071507721
|
||||
},
|
||||
|
||||
'22' => {
|
||||
message => q|There are no fields to update.|,
|
||||
lastUpdated => 1076361800
|
||||
},
|
||||
|
||||
'21' => {
|
||||
message => q|Allow User to Change Username?|,
|
||||
lastUpdated => 1076358688
|
||||
},
|
||||
|
||||
'20' => {
|
||||
message => q|Allow User to Change Password?|,
|
||||
lastUpdated => 1076358606
|
||||
},
|
||||
|
||||
'19' => {
|
||||
message => q|Allow Users to Change Username?|,
|
||||
lastUpdated => 1076358029
|
||||
},
|
||||
|
||||
'18' => {
|
||||
message => q|Allow Users to Change Passwords?|,
|
||||
lastUpdated => 1076357595
|
||||
'7' => {
|
||||
message => q|Passwords must have a minimum character length of|,
|
||||
lastUpdated => 1071507767
|
||||
},
|
||||
|
||||
'17' => {
|
||||
|
|
@ -109,28 +26,9 @@ our $I18N = {
|
|||
lastUpdated => 1071885563
|
||||
},
|
||||
|
||||
'16' => {
|
||||
message => q|Password Timeout|,
|
||||
lastUpdated => 1071885309
|
||||
},
|
||||
|
||||
'expired-1' => {
|
||||
message => q|WebGUI Authentication Password Expiration Template|,
|
||||
lastUpdated => 1078857230
|
||||
},
|
||||
|
||||
'expired-2' => {
|
||||
message => q|The following template variables are available for WebGUI Authentication Password Expiration templates. <BR><BR><STRONG>expired.form.header</STRONG><BR>The required form elements that go at the top of the password expiration page.<BR><BR><STRONG>expired.form.hidden<BR></STRONG>Hidden form fields required for form submittal<BR><BR><STRONG>expired.form.footer</STRONG><BR>The required form elements that go after the password expiration page form.
|
||||
<P><STRONG>expired.form.submit<BR></STRONG>The default submit button for the password expiration form. <BR><BR><STRONG>displayTitle<BR></STRONG>Default page title
|
||||
<P><STRONG>expired.message</STRONG><BR>Any message returned by the system. Usually displays after the form is submitted.<BR><BR><STRONG>create.form.oldPassword</STRONG><BR>Default old password form field<BR><BR><STRONG>create.form.oldPassword.label</STRONG><BR>Default text for old password form field<BR><BR><STRONG>expired.form.password<BR></STRONG>Default password form field<BR><BR><STRONG>expired.form.password.label<BR></STRONG>Default text for password form field<BR><BR><STRONG>expired.form.passwordConfirm</STRONG><BR>Default password confirm form field<BR><BR><STRONG>expired.form.passwordConfirm.label<BR></STRONG>Default text for password confirm form field</P>|,
|
||||
lastUpdated => 1078857230
|
||||
},
|
||||
|
||||
'create-2' => {
|
||||
message => q|The following template variables are available for WebGUI 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 anonymouse 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.username</STRONG><BR>Default username form field<BR><BR><STRONG>create.form.username.label</STRONG><BR>Default text for username 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<BR><BR><STRONG>create.form.passwordConfirm</STRONG><BR>Default password confirm form field<BR><BR><STRONG>create.form.passwordConfirm.label<BR></STRONG>Default text for password confirm form field<BR><BR><STRONG>recoverPassword.isAllowed<BR></STRONG>Flag indicating whether or not password recovery is enabled<BR><BR><STRONG>recoverPassword.url<BR></STRONG>URL for the password recovery page.<BR><BR><STRONG>recoverPassword.label<BR></STRONG>Default label for the password recovery link</P>|,
|
||||
lastUpdated => 1078856626
|
||||
'2' => {
|
||||
message => q|Password (confirm)|,
|
||||
lastUpdated => 1071507729
|
||||
},
|
||||
|
||||
'create-1' => {
|
||||
|
|
@ -138,22 +36,14 @@ our $I18N = {
|
|||
lastUpdated => 1078856626
|
||||
},
|
||||
|
||||
'recovery-1' => {
|
||||
message => q|WebGUI Authentication Password Recovery Template|,
|
||||
lastUpdated => 1078856556
|
||||
'22' => {
|
||||
message => q|There are no fields to update.|,
|
||||
lastUpdated => 1076361800
|
||||
},
|
||||
|
||||
'recovery-2' => {
|
||||
message => q|The following template variables are available for WebGUI Authentication Password Recovery templates.
|
||||
<P><STRONG>recover.form.header</STRONG><BR>The required form elements that go at the top of the password recovery page.<BR><BR><STRONG>recover.form.hidden</STRONG><BR>Hidden form fields required for form submission<BR><BR><STRONG>recover.form.footer</STRONG><BR>The required form elements that go after the password recovery page form.</P>
|
||||
<P><STRONG>recover.form.submit<BR></STRONG>The default submit button for the password recovery form. <BR><BR><STRONG>login.form.email<BR></STRONG>Default email form field<BR><BR><STRONG>login.form.email.label<BR></STRONG>Default text for email form field<BR><BR><STRONG>title<BR></STRONG>Default page title
|
||||
<P><STRONG>recover.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<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.</P>|,
|
||||
lastUpdated => 1078856556
|
||||
},
|
||||
|
||||
'login-1' => {
|
||||
message => q|WebGUI Authentication Login Template|,
|
||||
lastUpdated => 1078854830
|
||||
'1' => {
|
||||
message => q|WebGUI Authentication Options|,
|
||||
lastUpdated => 1071507721
|
||||
},
|
||||
|
||||
'login-2' => {
|
||||
|
|
@ -164,9 +54,89 @@ our $I18N = {
|
|||
lastUpdated => 1078854830
|
||||
},
|
||||
|
||||
'account-1' => {
|
||||
message => q|WebGUI Authentication Display Account Template|,
|
||||
lastUpdated => 1078852836
|
||||
'18' => {
|
||||
message => q|Allow Users to Change Passwords?|,
|
||||
lastUpdated => 1076357595
|
||||
},
|
||||
|
||||
'expired-2' => {
|
||||
message => q|The following template variables are available for WebGUI Authentication Password Expiration templates. <BR><BR><STRONG>expired.form.header</STRONG><BR>The required form elements that go at the top of the password expiration page.<BR><BR><STRONG>expired.form.hidden<BR></STRONG>Hidden form fields required for form submittal<BR><BR><STRONG>expired.form.footer</STRONG><BR>The required form elements that go after the password expiration page form.
|
||||
<P><STRONG>expired.form.submit<BR></STRONG>The default submit button for the password expiration form. <BR><BR><STRONG>displayTitle<BR></STRONG>Default page title
|
||||
<P><STRONG>expired.message</STRONG><BR>Any message returned by the system. Usually displays after the form is submitted.<BR><BR><STRONG>create.form.oldPassword</STRONG><BR>Default old password form field<BR><BR><STRONG>create.form.oldPassword.label</STRONG><BR>Default text for old password form field<BR><BR><STRONG>expired.form.password<BR></STRONG>Default password form field<BR><BR><STRONG>expired.form.password.label<BR></STRONG>Default text for password form field<BR><BR><STRONG>expired.form.passwordConfirm</STRONG><BR>Default password confirm form field<BR><BR><STRONG>expired.form.passwordConfirm.label<BR></STRONG>Default text for password confirm form field</P>|,
|
||||
lastUpdated => 1078857230
|
||||
},
|
||||
|
||||
'16' => {
|
||||
message => q|Password Timeout|,
|
||||
lastUpdated => 1071885309
|
||||
},
|
||||
|
||||
'13' => {
|
||||
message => q|Allow password recovery?|,
|
||||
lastUpdated => 1071507940
|
||||
},
|
||||
|
||||
'6' => {
|
||||
message => q|Allow Password Recovery?|,
|
||||
lastUpdated => 1071507760
|
||||
},
|
||||
|
||||
'recovery-1' => {
|
||||
message => q|WebGUI Authentication Password Recovery Template|,
|
||||
lastUpdated => 1078856556
|
||||
},
|
||||
|
||||
'3' => {
|
||||
message => q|Your passwords did not match. Please try again.|,
|
||||
lastUpdated => 1071507737
|
||||
},
|
||||
|
||||
'9' => {
|
||||
message => q|Expire passwords on user creation?|,
|
||||
lastUpdated => 1071507780
|
||||
},
|
||||
|
||||
'12' => {
|
||||
message => q|You may not use your old password as your new password|,
|
||||
lastUpdated => 1071507932
|
||||
},
|
||||
|
||||
'recovery-2' => {
|
||||
message => q|The following template variables are available for WebGUI Authentication Password Recovery templates.
|
||||
<P><STRONG>recover.form.header</STRONG><BR>The required form elements that go at the top of the password recovery page.<BR><BR><STRONG>recover.form.hidden</STRONG><BR>Hidden form fields required for form submission<BR><BR><STRONG>recover.form.footer</STRONG><BR>The required form elements that go after the password recovery page form.</P>
|
||||
<P><STRONG>recover.form.submit<BR></STRONG>The default submit button for the password recovery form. <BR><BR><STRONG>login.form.email<BR></STRONG>Default email form field<BR><BR><STRONG>login.form.email.label<BR></STRONG>Default text for email form field<BR><BR><STRONG>title<BR></STRONG>Default page title
|
||||
<P><STRONG>recover.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<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.</P>|,
|
||||
lastUpdated => 1078856556
|
||||
},
|
||||
|
||||
'20' => {
|
||||
message => q|Allow User to Change Password?|,
|
||||
lastUpdated => 1076358606
|
||||
},
|
||||
|
||||
'14' => {
|
||||
message => q|Minimum password length|,
|
||||
lastUpdated => 1071507951
|
||||
},
|
||||
|
||||
'15' => {
|
||||
message => q|Minimum Password Length|,
|
||||
lastUpdated => 1071885112
|
||||
},
|
||||
|
||||
'8' => {
|
||||
message => q|Your Password Has Expired|,
|
||||
lastUpdated => 1071507773
|
||||
},
|
||||
|
||||
'4' => {
|
||||
message => q|Your password cannot be blank.|,
|
||||
lastUpdated => 1071507744
|
||||
},
|
||||
|
||||
'expired-1' => {
|
||||
message => q|WebGUI Authentication Password Expiration Template|,
|
||||
lastUpdated => 1078857230
|
||||
},
|
||||
|
||||
'account-2' => {
|
||||
|
|
@ -179,6 +149,33 @@ our $I18N = {
|
|||
lastUpdated => 1078852836
|
||||
},
|
||||
|
||||
'create-2' => {
|
||||
message => q|The following template variables are available for WebGUI 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 anonymouse 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.username</STRONG><BR>Default username form field<BR><BR><STRONG>create.form.username.label</STRONG><BR>Default text for username 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<BR><BR><STRONG>create.form.passwordConfirm</STRONG><BR>Default password confirm form field<BR><BR><STRONG>create.form.passwordConfirm.label<BR></STRONG>Default text for password confirm form field<BR><BR><STRONG>recoverPassword.isAllowed<BR></STRONG>Flag indicating whether or not password recovery is enabled<BR><BR><STRONG>recoverPassword.url<BR></STRONG>URL for the password recovery page.<BR><BR><STRONG>recoverPassword.label<BR></STRONG>Default label for the password recovery link</P>|,
|
||||
lastUpdated => 1078856626
|
||||
},
|
||||
|
||||
'19' => {
|
||||
message => q|Allow Users to Change Username?|,
|
||||
lastUpdated => 1076358029
|
||||
},
|
||||
|
||||
'10' => {
|
||||
message => q|Old Password|,
|
||||
lastUpdated => 1071507875
|
||||
},
|
||||
|
||||
'login-1' => {
|
||||
message => q|WebGUI Authentication Login Template|,
|
||||
lastUpdated => 1078854830
|
||||
},
|
||||
|
||||
'5' => {
|
||||
message => q|Your password cannot be "password".|,
|
||||
lastUpdated => 1071507752
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
|
|
@ -1,94 +1,9 @@
|
|||
package WebGUI::i18n::English::DataForm;
|
||||
|
||||
our $I18N = {
|
||||
'1' => {
|
||||
message => q|Data Form|,
|
||||
lastUpdated => 1052045252
|
||||
},
|
||||
|
||||
'2' => {
|
||||
message => q|Your email subject here|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'3' => {
|
||||
message => q|Thank you for your feedback!|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'4' => {
|
||||
message => q|Hidden|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'5' => {
|
||||
message => q|Displayed|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'6' => {
|
||||
message => q|Modifiable|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'7' => {
|
||||
message => q|Edit Data Form|,
|
||||
lastUpdated => 1052045309
|
||||
},
|
||||
|
||||
'8' => {
|
||||
message => q|Width|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'10' => {
|
||||
message => q|From|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'11' => {
|
||||
message => q|To|,
|
||||
lastUpdated => 1052047848
|
||||
},
|
||||
|
||||
'12' => {
|
||||
message => q|Cc|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'13' => {
|
||||
message => q|Bcc|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'14' => {
|
||||
message => q|Subject|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'16' => {
|
||||
message => q|Acknowledgement|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'17' => {
|
||||
message => q|Mail Sent|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'18' => {
|
||||
message => q|Go back!|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'19' => {
|
||||
message => q|Are you certain that you want to delete this field?|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'20' => {
|
||||
message => q|Edit Field|,
|
||||
lastUpdated => 1031514049
|
||||
'90' => {
|
||||
message => q|Delete this entry.|,
|
||||
lastUpdated => 1057208065
|
||||
},
|
||||
|
||||
'21' => {
|
||||
|
|
@ -96,42 +11,6 @@ our $I18N = {
|
|||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'22' => {
|
||||
message => q|Status|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'23' => {
|
||||
message => q|Type|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'24' => {
|
||||
message => q|Possible Values|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'25' => {
|
||||
message => q|Default Value(s)|,
|
||||
lastUpdated => 1053855043
|
||||
},
|
||||
|
||||
'79' => {
|
||||
message => q|Subtext|,
|
||||
lastUpdated => 1051482497,
|
||||
context => q|A small piece of text under a form element. Gives extra description.|
|
||||
},
|
||||
|
||||
'61' => {
|
||||
message => q|Data Form, Add/Edit|,
|
||||
lastUpdated => 1053885941
|
||||
},
|
||||
|
||||
'62' => {
|
||||
message => q|Data Form Fields, Add/Edit|,
|
||||
lastUpdated => 1052047004
|
||||
},
|
||||
|
||||
'71' => {
|
||||
message => q|This wobject creates a simple multipurpose data-entry form.
|
||||
<br><br>
|
||||
|
|
@ -164,6 +43,149 @@ Choose a template that will be used to display the list of stored records in thi
|
|||
lastUpdated => 1053885941
|
||||
},
|
||||
|
||||
'editField-vertical-label' => {
|
||||
message => q|Align vertical|,
|
||||
lastUpdated => 1090575731
|
||||
},
|
||||
|
||||
'102' => {
|
||||
message => q|Subtext|,
|
||||
lastUpdated => 1052048005
|
||||
},
|
||||
|
||||
'7' => {
|
||||
message => q|Edit Data Form|,
|
||||
lastUpdated => 1052045309
|
||||
},
|
||||
|
||||
'80' => {
|
||||
message => q|Email Template|,
|
||||
lastUpdated => 1052044326
|
||||
},
|
||||
|
||||
'17' => {
|
||||
message => q|Mail Sent|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'2' => {
|
||||
message => q|Your email subject here|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'1' => {
|
||||
message => q|Data Form|,
|
||||
lastUpdated => 1052045252
|
||||
},
|
||||
|
||||
'88' => {
|
||||
message => q|Data Form List Template|,
|
||||
lastUpdated => 1053885702
|
||||
},
|
||||
|
||||
'18' => {
|
||||
message => q|Go back!|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'72' => {
|
||||
message => q|You may add as many additional fields to your Data Form as you like.
|
||||
<br><br>
|
||||
|
||||
<b>Label</b><br>
|
||||
This is an informative text label to let the user know what this field represents.
|
||||
<p>
|
||||
|
||||
<b>Field Name</b><br>
|
||||
The name of this field. It must be unique among all of the other fields on your form.
|
||||
<p>
|
||||
|
||||
<b>Subtext</b><br>
|
||||
An extension of the label, this is a description of what should go in the field or optional instructions for the field.
|
||||
<p>
|
||||
|
||||
<b>Status</b><br>
|
||||
Hidden fields will not be visible to the user, but will be sent in the email.Displayed fields can be seen by the user but not modified. Modifiable fields can be filled in by the user. Required fields must be filled in by the user.
|
||||
If you choose Hidden or Displayed, be sure to fill in a Default Value.
|
||||
<p>
|
||||
|
||||
<b>Type</b><br>
|
||||
Choose the type of form element for this field.
|
||||
<p>
|
||||
|
||||
<b>Width</b><br>
|
||||
Set the number of characters wide this field will be.
|
||||
<p>
|
||||
|
||||
<b>Height</b><br>
|
||||
Set the number of characters tall this field will be. Only used on textarea and HTMLArea.
|
||||
<p>
|
||||
|
||||
<b>Align vertical</b><br>
|
||||
This property controls wheter radio- and checklists are layouted horizontally or vertically.
|
||||
<p>
|
||||
|
||||
<b>Extras</b><br>
|
||||
Here you can enter additional tag properties for the field tag. For instance 'class="myClass"'.
|
||||
<p>
|
||||
|
||||
<b>Possible Values</b><br>
|
||||
This field is used for the list types (like Checkbox List and Select List). Enter the values you wish to appear, one per line.
|
||||
<p>
|
||||
|
||||
<b>Default Value (optional)</b><br>
|
||||
Enter the default value (if any) for the field. For Yes/No fields, enter "yes" to select "Yes" and "no" to select "No".
|
||||
<p>
|
||||
|
||||
|,
|
||||
lastUpdated => 1090575731
|
||||
},
|
||||
|
||||
'16' => {
|
||||
message => q|Acknowledgement|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'100' => {
|
||||
message => q|Are you certain that you want to delete this tab ?|,
|
||||
lastUpdated => 1052048005
|
||||
},
|
||||
|
||||
'82' => {
|
||||
message => q|Data Form Template|,
|
||||
lastUpdated => 1053885798
|
||||
},
|
||||
|
||||
'74' => {
|
||||
message => q|Mail data?|,
|
||||
lastUpdated => 1051463006
|
||||
},
|
||||
|
||||
'84' => {
|
||||
message => q|Export tab delimited.|,
|
||||
lastUpdated => 1052088598
|
||||
},
|
||||
|
||||
'27' => {
|
||||
message => q|Height|,
|
||||
lastUpdated => 1045210016
|
||||
},
|
||||
|
||||
'25' => {
|
||||
message => q|Default Value(s)|,
|
||||
lastUpdated => 1053855043
|
||||
},
|
||||
|
||||
'28' => {
|
||||
message => q|Optional for text area and HTML area.|,
|
||||
lastUpdated => 1052048005
|
||||
},
|
||||
|
||||
'75' => {
|
||||
message => q|Required|,
|
||||
lastUpdated => 1051463599
|
||||
},
|
||||
|
||||
'83' => {
|
||||
message => q|The following template variables are available for Data Form templates.
|
||||
<p/>
|
||||
|
|
@ -320,140 +342,34 @@ The end of the form.
|
|||
lastUpdated => 1090575731
|
||||
},
|
||||
|
||||
'72' => {
|
||||
message => q|You may add as many additional fields to your Data Form as you like.
|
||||
<br><br>
|
||||
'61' => {
|
||||
message => q|Data Form, Add/Edit|,
|
||||
lastUpdated => 1053885941
|
||||
},
|
||||
|
||||
<b>Label</b><br>
|
||||
This is an informative text label to let the user know what this field represents.
|
||||
<p>
|
||||
'20' => {
|
||||
message => q|Edit Field|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
<b>Field Name</b><br>
|
||||
The name of this field. It must be unique among all of the other fields on your form.
|
||||
<p>
|
||||
'14' => {
|
||||
message => q|Subject|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
<b>Subtext</b><br>
|
||||
An extension of the label, this is a description of what should go in the field or optional instructions for the field.
|
||||
<p>
|
||||
'103' => {
|
||||
message => q|Add new Tab|,
|
||||
lastUpdated => 1052048005
|
||||
},
|
||||
|
||||
<b>Status</b><br>
|
||||
Hidden fields will not be visible to the user, but will be sent in the email.Displayed fields can be seen by the user but not modified. Modifiable fields can be filled in by the user. Required fields must be filled in by the user.
|
||||
If you choose Hidden or Displayed, be sure to fill in a Default Value.
|
||||
<p>
|
||||
|
||||
<b>Type</b><br>
|
||||
Choose the type of form element for this field.
|
||||
<p>
|
||||
|
||||
<b>Width</b><br>
|
||||
Set the number of characters wide this field will be.
|
||||
<p>
|
||||
|
||||
<b>Height</b><br>
|
||||
Set the number of characters tall this field will be. Only used on textarea and HTMLArea.
|
||||
<p>
|
||||
|
||||
<b>Align vertical</b><br>
|
||||
This property controls wheter radio- and checklists are layouted horizontally or vertically.
|
||||
<p>
|
||||
|
||||
<b>Extras</b><br>
|
||||
Here you can enter additional tag properties for the field tag. For instance 'class="myClass"'.
|
||||
<p>
|
||||
|
||||
<b>Possible Values</b><br>
|
||||
This field is used for the list types (like Checkbox List and Select List). Enter the values you wish to appear, one per line.
|
||||
<p>
|
||||
|
||||
<b>Default Value (optional)</b><br>
|
||||
Enter the default value (if any) for the field. For Yes/No fields, enter "yes" to select "Yes" and "no" to select "No".
|
||||
<p>
|
||||
|
||||
|,
|
||||
'editField-extras-label' => {
|
||||
message => q|Extras|,
|
||||
lastUpdated => 1090575731
|
||||
},
|
||||
|
||||
'80' => {
|
||||
message => q|Email Template|,
|
||||
lastUpdated => 1052044326,
|
||||
context => q|A template that will construct the email to be sent.|
|
||||
},
|
||||
|
||||
'73' => {
|
||||
message => q|Send|,
|
||||
lastUpdated => 1039776778
|
||||
},
|
||||
|
||||
'27' => {
|
||||
message => q|Height|,
|
||||
lastUpdated => 1045210016
|
||||
},
|
||||
|
||||
'28' => {
|
||||
message => q|Optional for text area and HTML area.|,
|
||||
lastUpdated => 1052048005
|
||||
},
|
||||
|
||||
'100' => {
|
||||
message => q|Are you certain that you want to delete this tab ?|,
|
||||
lastUpdated =>1052048005
|
||||
},
|
||||
|
||||
'101' => {
|
||||
message => q|Label|,
|
||||
lastUpdated => 1052048005
|
||||
},
|
||||
|
||||
'84' => {
|
||||
message => q|Export tab delimited.|,
|
||||
lastUpdated => 1052088598,
|
||||
context => q|Save the data with tabs as separaters.|
|
||||
},
|
||||
|
||||
'82' => {
|
||||
message => q|Data Form Template|,
|
||||
lastUpdated => 1053885798
|
||||
},
|
||||
|
||||
'81' => {
|
||||
message => q|Acknowlegement Template|,
|
||||
lastUpdated => 1052064282,
|
||||
context => q|A template to display whatever data there is to display.|
|
||||
},
|
||||
|
||||
'77' => {
|
||||
message => q|Label|,
|
||||
lastUpdated => 1051467316,
|
||||
context => q|The text in front of a form field. (Like "Context" or "Message".)|
|
||||
},
|
||||
|
||||
'76' => {
|
||||
message => q|Add a field.|,
|
||||
lastUpdated => 1051464925,
|
||||
context => q|As in "Add a field element to this form."|
|
||||
},
|
||||
|
||||
'75' => {
|
||||
message => q|Required|,
|
||||
lastUpdated => 1051463599,
|
||||
context => q|A field that cannot be blank.|
|
||||
},
|
||||
|
||||
'74' => {
|
||||
message => q|Mail data?|,
|
||||
lastUpdated => 1051463006,
|
||||
context => q|As in, "Do you wish to email someone this data?"|
|
||||
},
|
||||
|
||||
'85' => {
|
||||
message => q|One per line.|,
|
||||
lastUpdated => 1053855146,
|
||||
context => q|Telling the user to add one entry per line.|
|
||||
},
|
||||
|
||||
'88' => {
|
||||
message => q|Data Form List Template|,
|
||||
lastUpdated => 1053885702
|
||||
'editField-vertical-subtext' => {
|
||||
message => q|This property only affects radio- and checklists.|,
|
||||
lastUpdated => 1090575731
|
||||
},
|
||||
|
||||
'89' => {
|
||||
|
|
@ -557,36 +473,14 @@ A conditional indicating whether this field exists for the mail subsystem of the
|
|||
lastUpdated => 1053885702
|
||||
},
|
||||
|
||||
'87' => {
|
||||
message => q|List Template|,
|
||||
lastUpdated => 1053884753,
|
||||
context => q|Prompt the user to select a template for the list view of the data form.|
|
||||
'24' => {
|
||||
message => q|Possible Values|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'86' => {
|
||||
message => q|List all entries.|,
|
||||
lastUpdated => 1053882548,
|
||||
context => q|A label that links to all Data Form entries made to date.|
|
||||
},
|
||||
|
||||
'29' => {
|
||||
message => q|is required|,
|
||||
lastUpdated => 1031515049
|
||||
},
|
||||
|
||||
'102' => {
|
||||
message => q|Subtext|,
|
||||
lastUpdated => 1052048005
|
||||
},
|
||||
|
||||
'106' => {
|
||||
message => q|Tab Template|,
|
||||
lastUpdated => 1052048005
|
||||
},
|
||||
|
||||
'105' => {
|
||||
message => q|Add a Tab|,
|
||||
lastUpdated => 1052048005
|
||||
'10' => {
|
||||
message => q|From|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'104' => {
|
||||
|
|
@ -594,29 +488,124 @@ A conditional indicating whether this field exists for the mail subsystem of the
|
|||
lastUpdated => 1052048005
|
||||
},
|
||||
|
||||
'103' => {
|
||||
message => q|Add new Tab|,
|
||||
'11' => {
|
||||
message => q|To|,
|
||||
lastUpdated => 1052047848
|
||||
},
|
||||
|
||||
'79' => {
|
||||
message => q|Subtext|,
|
||||
lastUpdated => 1051482497
|
||||
},
|
||||
|
||||
'22' => {
|
||||
message => q|Status|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'87' => {
|
||||
message => q|List Template|,
|
||||
lastUpdated => 1053884753
|
||||
},
|
||||
|
||||
'77' => {
|
||||
message => q|Label|,
|
||||
lastUpdated => 1051467316
|
||||
},
|
||||
|
||||
'106' => {
|
||||
message => q|Tab Template|,
|
||||
lastUpdated => 1052048005
|
||||
},
|
||||
|
||||
'90' => {
|
||||
message => q|Delete this entry.|,
|
||||
lastUpdated => 1057208065
|
||||
'13' => {
|
||||
message => q|Bcc|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'editField-vertical-label' => {
|
||||
message => q|Align vertical|,
|
||||
lastUpdated => 1090575731
|
||||
'23' => {
|
||||
message => q|Type|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'editField-vertical-subtext' => {
|
||||
message => q|This property only affects radio- and checklists.|,
|
||||
lastUpdated => 1090575731
|
||||
'105' => {
|
||||
message => q|Add a Tab|,
|
||||
lastUpdated => 1052048005
|
||||
},
|
||||
|
||||
'editField-extras-label' => {
|
||||
message => q|Extras|,
|
||||
lastUpdated => 1090575731
|
||||
'29' => {
|
||||
message => q|is required|,
|
||||
lastUpdated => 1031515049
|
||||
},
|
||||
|
||||
'6' => {
|
||||
message => q|Modifiable|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'85' => {
|
||||
message => q|One per line.|,
|
||||
lastUpdated => 1053855146
|
||||
},
|
||||
|
||||
'3' => {
|
||||
message => q|Thank you for your feedback!|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'12' => {
|
||||
message => q|Cc|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'81' => {
|
||||
message => q|Acknowlegement Template|,
|
||||
lastUpdated => 1052064282
|
||||
},
|
||||
|
||||
'8' => {
|
||||
message => q|Width|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'4' => {
|
||||
message => q|Hidden|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'101' => {
|
||||
message => q|Label|,
|
||||
lastUpdated => 1052048005
|
||||
},
|
||||
|
||||
'73' => {
|
||||
message => q|Send|,
|
||||
lastUpdated => 1039776778
|
||||
},
|
||||
|
||||
'86' => {
|
||||
message => q|List all entries.|,
|
||||
lastUpdated => 1053882548
|
||||
},
|
||||
|
||||
'76' => {
|
||||
message => q|Add a field.|,
|
||||
lastUpdated => 1051464925
|
||||
},
|
||||
|
||||
'19' => {
|
||||
message => q|Are you certain that you want to delete this field?|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'62' => {
|
||||
message => q|Data Form Fields, Add/Edit|,
|
||||
lastUpdated => 1052047004
|
||||
},
|
||||
|
||||
'5' => {
|
||||
message => q|Displayed|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
};
|
||||
|
|
|
|||
|
|
@ -1,121 +1,11 @@
|
|||
package WebGUI::i18n::English::EventsCalendar;
|
||||
|
||||
our $I18N = {
|
||||
'89' => {
|
||||
message => q|Show 3 months from start.|,
|
||||
lastUpdated => 1038190646
|
||||
},
|
||||
|
||||
'2' => {
|
||||
message => q|Events Calendar|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'4' => {
|
||||
message => q|Happens only once.|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'20' => {
|
||||
message => q|Add an event.|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'93' => {
|
||||
message => q|Next Event|,
|
||||
lastUpdated => 1038202290
|
||||
},
|
||||
|
||||
'8' => {
|
||||
message => q|Recurs every|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'9' => {
|
||||
message => q|until|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'78' => {
|
||||
message => q|Don't delete anything, I made a mistake.|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'12' => {
|
||||
message => q|Edit Events Calendar|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'13' => {
|
||||
message => q|Edit Event|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'90' => {
|
||||
message => q|Default Month|,
|
||||
lastUpdated => 1038190708
|
||||
},
|
||||
|
||||
'14' => {
|
||||
message => q|Start Date|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'15' => {
|
||||
message => q|End Date|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'19' => {
|
||||
message => q|Paginate After|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'77' => {
|
||||
message => q|Delete this event <b>and</b> all of its recurrences.|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'82' => {
|
||||
message => q|Current.|,
|
||||
lastUpdated => 1038190803
|
||||
},
|
||||
|
||||
'88' => {
|
||||
message => q|Show 6 months from start.|,
|
||||
lastUpdated => 1038190632
|
||||
},
|
||||
|
||||
'76' => {
|
||||
message => q|Delete only this event.|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'80' => {
|
||||
message => q|Event Template|,
|
||||
lastUpdated => 1038190379
|
||||
},
|
||||
|
||||
'75' => {
|
||||
message => q|Which do you wish to do?|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'85' => {
|
||||
message => q|Last in the calendar.|,
|
||||
lastUpdated => 1038190764
|
||||
},
|
||||
|
||||
'81' => {
|
||||
message => q|Start Month|,
|
||||
lastUpdated => 1038190442
|
||||
},
|
||||
|
||||
'61' => {
|
||||
message => q|Events Calendar, Add/Edit|,
|
||||
lastUpdated => 1066572488
|
||||
},
|
||||
|
||||
'71' => {
|
||||
message => q|Events calendars are used on many intranets to keep track of internal dates that affect a whole organization. Also, Events Calendars on consumer sites are a great way to let your customers know what events you'll be attending and what promotions you'll be having.
|
||||
<br><br>
|
||||
|
|
@ -163,63 +53,34 @@ The title of an individual event.
|
|||
lastUpdated => 1066572488
|
||||
},
|
||||
|
||||
'80' => {
|
||||
message => q|Event Template|,
|
||||
lastUpdated => 1038190379
|
||||
},
|
||||
|
||||
'2' => {
|
||||
message => q|Events Calendar|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'99' => {
|
||||
message => q|Is master?|,
|
||||
lastUpdated => 1066511974
|
||||
},
|
||||
|
||||
'88' => {
|
||||
message => q|Show 6 months from start.|,
|
||||
lastUpdated => 1038190632
|
||||
},
|
||||
|
||||
'72' => {
|
||||
message => q|Event, Add/Edit|,
|
||||
lastUpdated => 1038887363
|
||||
},
|
||||
|
||||
'73' => {
|
||||
message => q|<b>Title</b><br>
|
||||
The title for this event.
|
||||
<p>
|
||||
|
||||
<b>Description</b><br>
|
||||
Describe the activities of this event or information about where the event is to be held.
|
||||
<p>
|
||||
|
||||
<b>Start Date</b><br>
|
||||
On what date will this event begin?
|
||||
<p>
|
||||
|
||||
<b>End Date</b><br>
|
||||
On what date will this event end?
|
||||
<p>
|
||||
|
||||
<b>Recurs every<b><br>
|
||||
Select a recurrence interval for this event.
|
||||
|
||||
<p>
|
||||
|
||||
<b>What next?</b><br>
|
||||
Select "add new event" if you'd like to add another event, otherwise select "go back to page".
|
||||
<p>
|
||||
|,
|
||||
lastUpdated => 1038887363
|
||||
},
|
||||
|
||||
'83' => {
|
||||
message => q|First in the calendar.|,
|
||||
lastUpdated => 1038190781
|
||||
},
|
||||
|
||||
'87' => {
|
||||
message => q|Show 9 months from start.|,
|
||||
lastUpdated => 1038190626
|
||||
},
|
||||
|
||||
'92' => {
|
||||
message => q|Previous Event|,
|
||||
lastUpdated => 1038202281
|
||||
},
|
||||
|
||||
'86' => {
|
||||
message => q|Show 12 months from start.|,
|
||||
lastUpdated => 1038190601
|
||||
},
|
||||
|
||||
'91' => {
|
||||
message => q|Add a new event.|,
|
||||
lastUpdated => 1038190852
|
||||
'82' => {
|
||||
message => q|Current.|,
|
||||
lastUpdated => 1038190803
|
||||
},
|
||||
|
||||
'84' => {
|
||||
|
|
@ -227,91 +88,6 @@ Select "add new event" if you'd like to add another event, otherwise select "go
|
|||
lastUpdated => 1038190527
|
||||
},
|
||||
|
||||
'96' => {
|
||||
message => q|Event Template|,
|
||||
lastUpdated => 1078568518
|
||||
},
|
||||
|
||||
'97' => {
|
||||
message => q|The following is the list of template variables available in event templates.
|
||||
<p/>
|
||||
|
||||
<b>title</b><br/>
|
||||
The title of this event.
|
||||
<p/>
|
||||
|
||||
<b>start.label</b><br/>
|
||||
The translated label for the start date.
|
||||
<p/>
|
||||
|
||||
<b>start.date</b><br/>
|
||||
The date this event starts.
|
||||
<p/>
|
||||
|
||||
<b>start.time</b><br/>
|
||||
The time this event starts.
|
||||
<p/>
|
||||
|
||||
<b>end.date</b><br/>
|
||||
The date this event ends.
|
||||
<p/>
|
||||
|
||||
<b>end.time</b><br/>
|
||||
The time this event ends.
|
||||
<p/>
|
||||
|
||||
<b>end.label</b><br/>
|
||||
The translated label for the end date.
|
||||
<p/>
|
||||
|
||||
<b>canEdit</b><br/>
|
||||
A condition indicating whether the current user can edit an event.
|
||||
<p/>
|
||||
|
||||
<b>edit.url</b><br/>
|
||||
The URL to edit this event.
|
||||
<p/>
|
||||
|
||||
<b>edit.label</b><br/>
|
||||
The translated label for the edit URL.
|
||||
<p/>
|
||||
|
||||
<b>delete.url</b><br/>
|
||||
The URL to delete this event.
|
||||
<p/>
|
||||
|
||||
<b>delete.label</b><br/>
|
||||
The translated label for the delete URL.
|
||||
<p/>
|
||||
|
||||
<b>previous.url</b><br/>
|
||||
The URL to view the event before this one.
|
||||
<p/>
|
||||
|
||||
<b>previous.label</b><br/>
|
||||
The translated label for the previous URL.
|
||||
<p/>
|
||||
|
||||
<b>next.label</b><br/>
|
||||
The translated label for the next URL.
|
||||
<p/>
|
||||
|
||||
<b>next.url</b><br/>
|
||||
The URL to view the event after this one.
|
||||
<p/>
|
||||
|
||||
<b>description</b><br/>
|
||||
The description of this event.
|
||||
<p/>
|
||||
|,
|
||||
lastUpdated => 1078568518
|
||||
},
|
||||
|
||||
'94' => {
|
||||
message => q|Events Calendar Template|,
|
||||
lastUpdated => 1078520840
|
||||
},
|
||||
|
||||
'95' => {
|
||||
message => q|The following template variables are available for you to customize your events calendar.
|
||||
<p/>
|
||||
|
|
@ -558,16 +334,238 @@ A label representing the abbreviated version of "Saturday".
|
|||
lastUpdated => 1078520840
|
||||
},
|
||||
|
||||
'98' => {
|
||||
message => q|Now!|,
|
||||
lastUpdated => 1053888477,
|
||||
context => q|"Something is going to happen now." This will be used to select a range in an events calendar. Now is the date and time right down to the current second.|
|
||||
'83' => {
|
||||
message => q|First in the calendar.|,
|
||||
lastUpdated => 1038190781
|
||||
},
|
||||
|
||||
'99' => {
|
||||
message => q|Is master?|,
|
||||
lastUpdated => 1066511974,
|
||||
context => q|Ask the user if this calendar should act as a master calendar.|
|
||||
'75' => {
|
||||
message => q|Which do you wish to do?|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'61' => {
|
||||
message => q|Events Calendar, Add/Edit|,
|
||||
lastUpdated => 1066572488
|
||||
},
|
||||
|
||||
'20' => {
|
||||
message => q|Add an event.|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'14' => {
|
||||
message => q|Start Date|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'92' => {
|
||||
message => q|Previous Event|,
|
||||
lastUpdated => 1038202281
|
||||
},
|
||||
|
||||
'89' => {
|
||||
message => q|Show 3 months from start.|,
|
||||
lastUpdated => 1038190646
|
||||
},
|
||||
|
||||
'91' => {
|
||||
message => q|Add a new event.|,
|
||||
lastUpdated => 1038190852
|
||||
},
|
||||
|
||||
'78' => {
|
||||
message => q|Don't delete anything, I made a mistake.|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'87' => {
|
||||
message => q|Show 9 months from start.|,
|
||||
lastUpdated => 1038190626
|
||||
},
|
||||
|
||||
'93' => {
|
||||
message => q|Next Event|,
|
||||
lastUpdated => 1038202290
|
||||
},
|
||||
|
||||
'77' => {
|
||||
message => q|Delete this event <b>and</b> all of its recurrences.|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'13' => {
|
||||
message => q|Edit Event|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'96' => {
|
||||
message => q|Event Template|,
|
||||
lastUpdated => 1078568518
|
||||
},
|
||||
|
||||
'85' => {
|
||||
message => q|Last in the calendar.|,
|
||||
lastUpdated => 1038190764
|
||||
},
|
||||
|
||||
'94' => {
|
||||
message => q|Events Calendar Template|,
|
||||
lastUpdated => 1078520840
|
||||
},
|
||||
|
||||
'97' => {
|
||||
message => q|The following is the list of template variables available in event templates.
|
||||
<p/>
|
||||
|
||||
<b>title</b><br/>
|
||||
The title of this event.
|
||||
<p/>
|
||||
|
||||
<b>start.label</b><br/>
|
||||
The translated label for the start date.
|
||||
<p/>
|
||||
|
||||
<b>start.date</b><br/>
|
||||
The date this event starts.
|
||||
<p/>
|
||||
|
||||
<b>start.time</b><br/>
|
||||
The time this event starts.
|
||||
<p/>
|
||||
|
||||
<b>end.date</b><br/>
|
||||
The date this event ends.
|
||||
<p/>
|
||||
|
||||
<b>end.time</b><br/>
|
||||
The time this event ends.
|
||||
<p/>
|
||||
|
||||
<b>end.label</b><br/>
|
||||
The translated label for the end date.
|
||||
<p/>
|
||||
|
||||
<b>canEdit</b><br/>
|
||||
A condition indicating whether the current user can edit an event.
|
||||
<p/>
|
||||
|
||||
<b>edit.url</b><br/>
|
||||
The URL to edit this event.
|
||||
<p/>
|
||||
|
||||
<b>edit.label</b><br/>
|
||||
The translated label for the edit URL.
|
||||
<p/>
|
||||
|
||||
<b>delete.url</b><br/>
|
||||
The URL to delete this event.
|
||||
<p/>
|
||||
|
||||
<b>delete.label</b><br/>
|
||||
The translated label for the delete URL.
|
||||
<p/>
|
||||
|
||||
<b>previous.url</b><br/>
|
||||
The URL to view the event before this one.
|
||||
<p/>
|
||||
|
||||
<b>previous.label</b><br/>
|
||||
The translated label for the previous URL.
|
||||
<p/>
|
||||
|
||||
<b>next.label</b><br/>
|
||||
The translated label for the next URL.
|
||||
<p/>
|
||||
|
||||
<b>next.url</b><br/>
|
||||
The URL to view the event after this one.
|
||||
<p/>
|
||||
|
||||
<b>description</b><br/>
|
||||
The description of this event.
|
||||
<p/>
|
||||
|,
|
||||
lastUpdated => 1078568518
|
||||
},
|
||||
|
||||
'9' => {
|
||||
message => q|until|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'12' => {
|
||||
message => q|Edit Events Calendar|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'15' => {
|
||||
message => q|End Date|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'8' => {
|
||||
message => q|Recurs every|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'81' => {
|
||||
message => q|Start Month|,
|
||||
lastUpdated => 1038190442
|
||||
},
|
||||
|
||||
'98' => {
|
||||
message => q|Now!|,
|
||||
lastUpdated => 1053888477
|
||||
},
|
||||
|
||||
'4' => {
|
||||
message => q|Happens only once.|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'73' => {
|
||||
message => q|<b>Title</b><br>
|
||||
The title for this event.
|
||||
<p>
|
||||
|
||||
<b>Description</b><br>
|
||||
Describe the activities of this event or information about where the event is to be held.
|
||||
<p>
|
||||
|
||||
<b>Start Date</b><br>
|
||||
On what date will this event begin?
|
||||
<p>
|
||||
|
||||
<b>End Date</b><br>
|
||||
On what date will this event end?
|
||||
<p>
|
||||
|
||||
<b>Recurs every<b><br>
|
||||
Select a recurrence interval for this event.
|
||||
|
||||
<p>
|
||||
|
||||
<b>What next?</b><br>
|
||||
Select "add new event" if you'd like to add another event, otherwise select "go back to page".
|
||||
<p>
|
||||
|,
|
||||
lastUpdated => 1038887363
|
||||
},
|
||||
|
||||
'19' => {
|
||||
message => q|Paginate After|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'76' => {
|
||||
message => q|Delete only this event.|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'86' => {
|
||||
message => q|Show 12 months from start.|,
|
||||
lastUpdated => 1038190601
|
||||
},
|
||||
|
||||
};
|
||||
|
|
|
|||
|
|
@ -1,101 +1,11 @@
|
|||
package WebGUI::i18n::English::FileManager;
|
||||
|
||||
our $I18N = {
|
||||
'1' => {
|
||||
message => q|File Manager|,
|
||||
lastUpdated => 1038028463
|
||||
},
|
||||
|
||||
'3' => {
|
||||
message => q|Proceed to add file?|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'5' => {
|
||||
message => q|File Title|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'6' => {
|
||||
message => q|File|,
|
||||
lastUpdated => 1038882929
|
||||
},
|
||||
|
||||
'7' => {
|
||||
message => q|Group to Download|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'8' => {
|
||||
message => q|Brief Synopsis|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'9' => {
|
||||
message => q|Edit File Manager|,
|
||||
lastUpdated => 1038028499
|
||||
},
|
||||
|
||||
'10' => {
|
||||
message => q|Edit File|,
|
||||
lastUpdated => 1038882889
|
||||
},
|
||||
|
||||
'11' => {
|
||||
message => q|Add a new file.|,
|
||||
lastUpdated => 1038882956
|
||||
},
|
||||
|
||||
'12' => {
|
||||
message => q|Are you certain that you wish to delete this file?|,
|
||||
lastUpdated => 1038882975
|
||||
},
|
||||
|
||||
'14' => {
|
||||
message => q|File|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'15' => {
|
||||
message => q|Description|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'16' => {
|
||||
message => q|Date Uploaded|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'17' => {
|
||||
message => q|Alternate Version #1|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'18' => {
|
||||
message => q|Alternate Version #2|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'19' => {
|
||||
message => q|You have no files available.|,
|
||||
lastUpdated => 1038882995
|
||||
},
|
||||
|
||||
'20' => {
|
||||
message => q|Paginate After|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'74' => {
|
||||
message => q|Add a new file.|,
|
||||
lastUpdated => 1038262375
|
||||
},
|
||||
|
||||
'61' => {
|
||||
message => q|File Manager, Add/Edit|,
|
||||
lastUpdated => 1038887335
|
||||
},
|
||||
|
||||
'71' => {
|
||||
message => q|The File Manager is designed to help you manage file distribution on your site. It allows you to specify who may view/download files from your site.
|
||||
<p>
|
||||
|
|
@ -116,11 +26,91 @@ If you wish to start adding files to download right away, leave this checked.
|
|||
lastUpdated => 1038887335
|
||||
},
|
||||
|
||||
'7' => {
|
||||
message => q|Group to Download|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'17' => {
|
||||
message => q|Alternate Version #1|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'1' => {
|
||||
message => q|File Manager|,
|
||||
lastUpdated => 1038028463
|
||||
},
|
||||
|
||||
'18' => {
|
||||
message => q|Alternate Version #2|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'72' => {
|
||||
message => q|File, Add/Edit|,
|
||||
lastUpdated => 1038883174
|
||||
},
|
||||
|
||||
'16' => {
|
||||
message => q|Date Uploaded|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'74' => {
|
||||
message => q|Add a new file.|,
|
||||
lastUpdated => 1038262375
|
||||
},
|
||||
|
||||
'6' => {
|
||||
message => q|File|,
|
||||
lastUpdated => 1038882929
|
||||
},
|
||||
|
||||
'75' => {
|
||||
message => q|File Manager Template|,
|
||||
lastUpdated => 1038853712
|
||||
},
|
||||
|
||||
'3' => {
|
||||
message => q|Proceed to add file?|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'61' => {
|
||||
message => q|File Manager, Add/Edit|,
|
||||
lastUpdated => 1038887335
|
||||
},
|
||||
|
||||
'9' => {
|
||||
message => q|Edit File Manager|,
|
||||
lastUpdated => 1038028499
|
||||
},
|
||||
|
||||
'12' => {
|
||||
message => q|Are you certain that you wish to delete this file?|,
|
||||
lastUpdated => 1038882975
|
||||
},
|
||||
|
||||
'20' => {
|
||||
message => q|Paginate After|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'14' => {
|
||||
message => q|File|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'15' => {
|
||||
message => q|Description|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'8' => {
|
||||
message => q|Brief Synopsis|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'73' => {
|
||||
message => q|<b>File Title</b><br>
|
||||
The title that will be displayed for this file. If left blank the filename will be used.
|
||||
|
|
@ -153,11 +143,6 @@ If you'd like to add another file after this one, then select "add a new file" o
|
|||
lastUpdated => 1038883174
|
||||
},
|
||||
|
||||
'75' => {
|
||||
message => q|File Manager Template|,
|
||||
lastUpdated => 1038853712
|
||||
},
|
||||
|
||||
'76' => {
|
||||
message => q|This is the list of template variables available in File Manager templates.
|
||||
<p/>
|
||||
|
|
@ -303,6 +288,21 @@ A conditional indicating whether there are any files for this user to view.
|
|||
lastUpdated => 1082371148
|
||||
},
|
||||
|
||||
'10' => {
|
||||
message => q|Edit File|,
|
||||
lastUpdated => 1038882889
|
||||
},
|
||||
|
||||
'19' => {
|
||||
message => q|You have no files available.|,
|
||||
lastUpdated => 1038882995
|
||||
},
|
||||
|
||||
'5' => {
|
||||
message => q|File Title|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
package WebGUI::i18n::English::HttpProxy;
|
||||
|
||||
our $I18N = {
|
||||
'10' => {
|
||||
message => q|HTTP Proxy, Add/Edit|,
|
||||
lastUpdated => 1047858432
|
||||
'6' => {
|
||||
message => q|Remove style?|,
|
||||
lastUpdated => 1047837230
|
||||
},
|
||||
|
||||
'11' => {
|
||||
|
|
@ -57,11 +57,31 @@ If you proxy a site like Yahoo! that links to other domains, do you wish to allo
|
|||
lastUpdated => 1031510000
|
||||
},
|
||||
|
||||
'9' => {
|
||||
message => q|Cookie Jar|,
|
||||
lastUpdated => 1047835842
|
||||
},
|
||||
|
||||
'12' => {
|
||||
message => q|Rewrite urls ?|,
|
||||
lastUpdated => 1055908341
|
||||
},
|
||||
|
||||
'2' => {
|
||||
message => q|Edit HTTP Proxy|,
|
||||
lastUpdated => 1031510000
|
||||
},
|
||||
|
||||
'14' => {
|
||||
message => q|Stop at|,
|
||||
lastUpdated => 1060433963
|
||||
},
|
||||
|
||||
'8' => {
|
||||
message => q|Follow redirects?|,
|
||||
lastUpdated => 1047837255
|
||||
},
|
||||
|
||||
'1' => {
|
||||
message => q|URL|,
|
||||
lastUpdated => 1031510000
|
||||
|
|
@ -72,43 +92,21 @@ If you proxy a site like Yahoo! that links to other domains, do you wish to allo
|
|||
lastUpdated => 1047837283
|
||||
},
|
||||
|
||||
'13' => {
|
||||
message => q|Search for|,
|
||||
lastUpdated => 1060433963
|
||||
},
|
||||
|
||||
'10' => {
|
||||
message => q|HTTP Proxy, Add/Edit|,
|
||||
lastUpdated => 1047858432
|
||||
},
|
||||
|
||||
'5' => {
|
||||
message => q|Allow proxying of other domains?|,
|
||||
lastUpdated => 1047835817
|
||||
},
|
||||
|
||||
'6' => {
|
||||
message => q|Remove style?|,
|
||||
lastUpdated => 1047837230
|
||||
},
|
||||
|
||||
'8' => {
|
||||
message => q|Follow redirects?|,
|
||||
lastUpdated => 1047837255
|
||||
},
|
||||
|
||||
'9' => {
|
||||
message => q|Cookie Jar|,
|
||||
lastUpdated => 1047835842
|
||||
},
|
||||
|
||||
'12' => {
|
||||
message => q|Rewrite urls ?|,
|
||||
lastUpdated => 1055908341
|
||||
},
|
||||
|
||||
'13' => {
|
||||
message => q|Search for|,
|
||||
lastUpdated => 1060433963,
|
||||
context => q|A string used as starting point when proxying parts of remote content.|
|
||||
},
|
||||
|
||||
'14' => {
|
||||
message => q|Stop at|,
|
||||
lastUpdated => 1060433963,
|
||||
context => q|A string used as ending point when proxying parts of remote content.|
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
|
|
@ -1,11 +1,121 @@
|
|||
package WebGUI::i18n::English::IndexedSearch;
|
||||
|
||||
our $I18N = {
|
||||
'11' => {
|
||||
message => q|Paginate after|,
|
||||
lastUpdated => 1066252409
|
||||
},
|
||||
|
||||
'21' => {
|
||||
message => q|Content|,
|
||||
lastUpdated => 1066765681
|
||||
},
|
||||
|
||||
'7' => {
|
||||
message => q|Only results created by|,
|
||||
lastUpdated => 1066252303
|
||||
},
|
||||
|
||||
'26' => {
|
||||
message => q|Search, Add/Edit|,
|
||||
lastUpdated => 1067346336
|
||||
},
|
||||
|
||||
'17' => {
|
||||
message => q|Search|,
|
||||
lastUpdated => 1066593262
|
||||
},
|
||||
|
||||
'2' => {
|
||||
message => q|No index created. The scheduler must run and create the index first.|,
|
||||
lastUpdated => 1066252099
|
||||
},
|
||||
|
||||
'22' => {
|
||||
message => q|Profile|,
|
||||
lastUpdated => 1066765844
|
||||
},
|
||||
|
||||
'1' => {
|
||||
message => q|Table Search_docInfo can't be opened.|,
|
||||
lastUpdated => 1066252055
|
||||
},
|
||||
|
||||
'18' => {
|
||||
message => q|Any namespace|,
|
||||
lastUpdated => 1066593420
|
||||
},
|
||||
|
||||
'23' => {
|
||||
message => q|Any Content Type|,
|
||||
lastUpdated => 1066766053
|
||||
},
|
||||
|
||||
'16' => {
|
||||
message => q|Search|,
|
||||
lastUpdated => 1066565087
|
||||
},
|
||||
|
||||
'13' => {
|
||||
message => q|Highlight results ?|,
|
||||
lastUpdated => 1066252498
|
||||
},
|
||||
|
||||
'29' => {
|
||||
message => q|Search template|,
|
||||
lastUpdated => 1070202588
|
||||
},
|
||||
|
||||
'27' => {
|
||||
message => q|
|
||||
<P>The Search adds advanced search capabilities to your WebGUI site. </P>
|
||||
<P><STRONG>Index to use<BR></STRONG>The Search uses an index to retrieve it's
|
||||
results from. Indexes are created with the scheduler. You can create more then one index. Choose here which index to use.</P>
|
||||
<P><STRONG>Search through<BR></STRONG>By default all pages are searched. You can
|
||||
limit the search to certain page roots. Multiple choices are allowed.</P>
|
||||
<P><STRONG>Only results created by<BR></STRONG>You can limit the results to
|
||||
items created by certain users. By default items from any user are returned.</P>
|
||||
<P><STRONG>Only results in namespace<BR></STRONG>By default all namespaces are
|
||||
searched. You can limit the search to certain namespaces. An example of usage is
|
||||
to search only in products.</P>
|
||||
<P><STRONG>Only results in language<BR></STRONG>If you have a multi-lingual
|
||||
site, you can use this option to limit the search results to a certain
|
||||
language.</P>
|
||||
<P><STRONG>Only results of type<BR></STRONG>You can limit the search to certain
|
||||
types of content.</P>
|
||||
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
|
||||
<P align=left><EM>Discussion:</EM> Messages on the forums, discussions on
|
||||
articles or USS.<BR><EM>Help:</EM> Content in the online WebGUI help
|
||||
system<BR><EM>Page:</EM><STRONG> </STRONG>Page title and
|
||||
synopsis<BR><EM>Profile:</EM> User Profiles<BR><EM>Wobject: </EM>Wobject Title
|
||||
and Description<BR><EM>Wobject details: </EM>All other wobject data. For example
|
||||
FAQ question, Calendar item, etc.</P></BLOCKQUOTE>
|
||||
<P dir=ltr align=left><b>Force users to use selected roots</b><br>Enabling this option will cause the search to be over all of the selected page roots regardless of what the user entered via the search form.</b></p>
|
||||
<P dir=ltr align=left><STRONG>Template<BR></STRONG>Select a template to layout
|
||||
your Search. The different templates have different functionality.</P>
|
||||
<P dir=ltr align=left><STRONG>Paginate after<BR></STRONG>The number of results
|
||||
you'd like to display on a page.</P>
|
||||
<P dir=ltr align=left><STRONG>Context preview length<BR></STRONG>The maximum
|
||||
number of characters in each of the context sections. Default is 130 characters.
|
||||
A negative length gives the complete body, while a preview length of null gives
|
||||
no preview.</P>
|
||||
<P dir=ltr align=left><STRONG>Highlight results ?<BR></STRONG>If you want to
|
||||
highlight the search results in the preview you'll want to check this box.</P>
|
||||
<P dir=ltr align=left><STRONG>Highlight color n<BR></STRONG>The colors that are
|
||||
used to highlight the corresponding words in the query. </P>|,
|
||||
lastUpdated => 1090580644
|
||||
},
|
||||
|
||||
'25' => {
|
||||
message => q|Any user|,
|
||||
lastUpdated => 1066766053
|
||||
},
|
||||
|
||||
'6' => {
|
||||
message => q|Search through|,
|
||||
lastUpdated => 1066252264
|
||||
},
|
||||
|
||||
'28' => {
|
||||
message => q|
|
||||
<P>This is the list of template variables available for
|
||||
|
|
@ -86,97 +196,19 @@ the last page.</P>|,
|
|||
lastUpdated => 1090580644
|
||||
},
|
||||
|
||||
'2' => {
|
||||
message => q|No index created. The scheduler must run and create the index first.|,
|
||||
lastUpdated => 1066252099
|
||||
},
|
||||
|
||||
'3' => {
|
||||
message => q|Please refer to the documentation for more info.|,
|
||||
lastUpdated => 1066252166
|
||||
},
|
||||
|
||||
'4' => {
|
||||
message => q|This page|,
|
||||
lastUpdated => 1066252218
|
||||
},
|
||||
|
||||
'5' => {
|
||||
message => q|Index to use|,
|
||||
lastUpdated => 1066252241
|
||||
},
|
||||
|
||||
'6' => {
|
||||
message => q|Search through|,
|
||||
lastUpdated => 1066252264
|
||||
},
|
||||
|
||||
'1' => {
|
||||
message => q|Table Search_docInfo can't be opened.|,
|
||||
lastUpdated => 1066252055
|
||||
},
|
||||
|
||||
'14' => {
|
||||
message => q|Highlight color|,
|
||||
lastUpdated => 1066252536
|
||||
},
|
||||
|
||||
'13' => {
|
||||
message => q|Highlight results ?|,
|
||||
lastUpdated => 1066252498
|
||||
},
|
||||
|
||||
'12' => {
|
||||
message => q|Context preview length|,
|
||||
lastUpdated => 1066252463
|
||||
},
|
||||
|
||||
'11' => {
|
||||
message => q|Paginate after|,
|
||||
lastUpdated => 1066252409
|
||||
},
|
||||
|
||||
'10' => {
|
||||
message => q|Only results of type|,
|
||||
lastUpdated => 1066252387
|
||||
},
|
||||
|
||||
'9' => {
|
||||
message => q|Only results in language|,
|
||||
lastUpdated => 1066252363
|
||||
},
|
||||
|
||||
'8' => {
|
||||
message => q|Only results in namespace|,
|
||||
lastUpdated => 1066252344
|
||||
},
|
||||
|
||||
'7' => {
|
||||
message => q|Only results created by|,
|
||||
lastUpdated => 1066252303
|
||||
},
|
||||
|
||||
'20' => {
|
||||
message => q|Wobject details|,
|
||||
lastUpdated => 1066765556
|
||||
},
|
||||
|
||||
'18' => {
|
||||
message => q|Any namespace|,
|
||||
lastUpdated => 1066593420,
|
||||
context => q|first option for "Search in namespace:"|
|
||||
},
|
||||
|
||||
'17' => {
|
||||
message => q|Search|,
|
||||
lastUpdated => 1066593262,
|
||||
context => q|Title of this wobject|
|
||||
},
|
||||
|
||||
'16' => {
|
||||
message => q|Search|,
|
||||
lastUpdated => 1066565087,
|
||||
context => q|Label of the search submit button.|
|
||||
'12' => {
|
||||
message => q|Context preview length|,
|
||||
lastUpdated => 1066252463
|
||||
},
|
||||
|
||||
'15' => {
|
||||
|
|
@ -184,19 +216,24 @@ the last page.</P>|,
|
|||
lastUpdated => 1066253116
|
||||
},
|
||||
|
||||
'19' => {
|
||||
message => q|Wobject|,
|
||||
lastUpdated => 1066765495
|
||||
'14' => {
|
||||
message => q|Highlight color|,
|
||||
lastUpdated => 1066252536
|
||||
},
|
||||
|
||||
'22' => {
|
||||
message => q|Profile|,
|
||||
lastUpdated => 1066765844
|
||||
'20' => {
|
||||
message => q|Wobject details|,
|
||||
lastUpdated => 1066765556
|
||||
},
|
||||
|
||||
'25' => {
|
||||
message => q|Any user|,
|
||||
lastUpdated => 1066766053
|
||||
'8' => {
|
||||
message => q|Only results in namespace|,
|
||||
lastUpdated => 1066252344
|
||||
},
|
||||
|
||||
'4' => {
|
||||
message => q|This page|,
|
||||
lastUpdated => 1066252218
|
||||
},
|
||||
|
||||
'24' => {
|
||||
|
|
@ -204,68 +241,26 @@ the last page.</P>|,
|
|||
lastUpdated => 1066766053
|
||||
},
|
||||
|
||||
'23' => {
|
||||
message => q|Any Content Type|,
|
||||
lastUpdated => 1066766053,
|
||||
context => q|Any type of content|
|
||||
},
|
||||
|
||||
'21' => {
|
||||
message => q|Content|,
|
||||
lastUpdated => 1066765681,
|
||||
context => q|Collective term for Wobjects, Pages and Wobject details.|
|
||||
},
|
||||
|
||||
'26' => {
|
||||
message => q|Search, Add/Edit|,
|
||||
lastUpdated => 1067346336
|
||||
},
|
||||
|
||||
'27' => {
|
||||
message => q|
|
||||
<P>The Search adds advanced search capabilities to your WebGUI site. </P>
|
||||
<P><STRONG>Index to use<BR></STRONG>The Search uses an index to retrieve it's
|
||||
results from. Indexes are created with the scheduler. You can create more then one index. Choose here which index to use.</P>
|
||||
<P><STRONG>Search through<BR></STRONG>By default all pages are searched. You can
|
||||
limit the search to certain page roots. Multiple choices are allowed.</P>
|
||||
<P><STRONG>Only results created by<BR></STRONG>You can limit the results to
|
||||
items created by certain users. By default items from any user are returned.</P>
|
||||
<P><STRONG>Only results in namespace<BR></STRONG>By default all namespaces are
|
||||
searched. You can limit the search to certain namespaces. An example of usage is
|
||||
to search only in products.</P>
|
||||
<P><STRONG>Only results in language<BR></STRONG>If you have a multi-lingual
|
||||
site, you can use this option to limit the search results to a certain
|
||||
language.</P>
|
||||
<P><STRONG>Only results of type<BR></STRONG>You can limit the search to certain
|
||||
types of content.</P>
|
||||
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
|
||||
<P align=left><EM>Discussion:</EM> Messages on the forums, discussions on
|
||||
articles or USS.<BR><EM>Help:</EM> Content in the online WebGUI help
|
||||
system<BR><EM>Page:</EM><STRONG> </STRONG>Page title and
|
||||
synopsis<BR><EM>Profile:</EM> User Profiles<BR><EM>Wobject: </EM>Wobject Title
|
||||
and Description<BR><EM>Wobject details: </EM>All other wobject data. For example
|
||||
FAQ question, Calendar item, etc.</P></BLOCKQUOTE>
|
||||
<P dir=ltr align=left><b>Force users to use selected roots</b><br>Enabling this option will cause the search to be over all of the selected page roots regardless of what the user entered via the search form.</b></p>
|
||||
<P dir=ltr align=left><STRONG>Template<BR></STRONG>Select a template to layout
|
||||
your Search. The different templates have different functionality.</P>
|
||||
<P dir=ltr align=left><STRONG>Paginate after<BR></STRONG>The number of results
|
||||
you'd like to display on a page.</P>
|
||||
<P dir=ltr align=left><STRONG>Context preview length<BR></STRONG>The maximum
|
||||
number of characters in each of the context sections. Default is 130 characters.
|
||||
A negative length gives the complete body, while a preview length of null gives
|
||||
no preview.</P>
|
||||
<P dir=ltr align=left><STRONG>Highlight results ?<BR></STRONG>If you want to
|
||||
highlight the search results in the preview you'll want to check this box.</P>
|
||||
<P dir=ltr align=left><STRONG>Highlight color n<BR></STRONG>The colors that are
|
||||
used to highlight the corresponding words in the query. </P>|,
|
||||
lastUpdated => 1090580644
|
||||
},
|
||||
|
||||
'edit-forceSearchRoots-label' => {
|
||||
message => q|Force users to use the selected roots|,
|
||||
lastUpdated => 1090580644
|
||||
},
|
||||
|
||||
'19' => {
|
||||
message => q|Wobject|,
|
||||
lastUpdated => 1066765495
|
||||
},
|
||||
|
||||
'10' => {
|
||||
message => q|Only results of type|,
|
||||
lastUpdated => 1066252387
|
||||
},
|
||||
|
||||
'5' => {
|
||||
message => q|Index to use|,
|
||||
lastUpdated => 1066252241
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
|
|
@ -1,73 +1,6 @@
|
|||
package WebGUI::i18n::English::MessageBoard;
|
||||
|
||||
our $I18N = {
|
||||
'2' => {
|
||||
message => q|Message Board|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'6' => {
|
||||
message => q|Edit Message Board|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'77' => {
|
||||
message => q|Edit Forum|,
|
||||
lastUpdated => 1066061199,
|
||||
context => q|A title for the forum editing page.|
|
||||
},
|
||||
|
||||
'76' => {
|
||||
message => q|Are you certain you wish to delete this forum and all the posts it contains?|,
|
||||
lastUpdated => 1066055963,
|
||||
context => q|A question prompting the admin whether they truely want to delete a forum from a message board.|
|
||||
},
|
||||
|
||||
'61' => {
|
||||
message => q|Message Board, Add/Edit|,
|
||||
lastUpdated => 1066584548
|
||||
},
|
||||
|
||||
'71' => {
|
||||
message => q|Message boards, also called Forums and/or Discussions, are a great way to add community to any site or intranet. Many companies use message boards internally to collaborate on projects.
|
||||
<br><br>
|
||||
|,
|
||||
lastUpdated => 1066584548
|
||||
},
|
||||
|
||||
'78' => {
|
||||
message => q|Forum, Add/Edit|,
|
||||
lastUpdated => 1066584480
|
||||
},
|
||||
|
||||
'79' => {
|
||||
message => q|A message board can contain one or more forums. The following is the list of properties attached to each forum.
|
||||
|
||||
<p>
|
||||
|
||||
<b>Title</b><br>
|
||||
The title of the forum.
|
||||
<p>
|
||||
|
||||
<b>Description</b><br>
|
||||
The description of the forum.
|
||||
<p>
|
||||
|
||||
<b>NOTE:</b> All of the properties of the forum system are also here. See that help page for details.|,
|
||||
lastUpdated => 1066584480
|
||||
},
|
||||
|
||||
'75' => {
|
||||
message => q|Add a forum|,
|
||||
lastUpdated => 1066038194,
|
||||
context => q|A label for a link that allows an admin to add a forum to a message board.|
|
||||
},
|
||||
|
||||
'73' => {
|
||||
message => q|Message Board Template|,
|
||||
lastUpdated => 1066584179
|
||||
},
|
||||
|
||||
'74' => {
|
||||
message => q|The following is the list of template variables available in message board templates.
|
||||
<p/>
|
||||
|
|
@ -210,6 +143,70 @@ A condition indicating whether there is more than one forum.
|
|||
lastUpdated => 1066584179
|
||||
},
|
||||
|
||||
'6' => {
|
||||
message => q|Edit Message Board|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'75' => {
|
||||
message => q|Add a forum|,
|
||||
lastUpdated => 1066038194
|
||||
},
|
||||
|
||||
'71' => {
|
||||
message => q|Message boards, also called Forums and/or Discussions, are a great way to add community to any site or intranet. Many companies use message boards internally to collaborate on projects.
|
||||
<br><br>
|
||||
|,
|
||||
lastUpdated => 1066584548
|
||||
},
|
||||
|
||||
'61' => {
|
||||
message => q|Message Board, Add/Edit|,
|
||||
lastUpdated => 1066584548
|
||||
},
|
||||
|
||||
'78' => {
|
||||
message => q|Forum, Add/Edit|,
|
||||
lastUpdated => 1066584480
|
||||
},
|
||||
|
||||
'2' => {
|
||||
message => q|Message Board|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'79' => {
|
||||
message => q|A message board can contain one or more forums. The following is the list of properties attached to each forum.
|
||||
|
||||
<p>
|
||||
|
||||
<b>Title</b><br>
|
||||
The title of the forum.
|
||||
<p>
|
||||
|
||||
<b>Description</b><br>
|
||||
The description of the forum.
|
||||
<p>
|
||||
|
||||
<b>NOTE:</b> All of the properties of the forum system are also here. See that help page for details.|,
|
||||
lastUpdated => 1066584480
|
||||
},
|
||||
|
||||
'77' => {
|
||||
message => q|Edit Forum|,
|
||||
lastUpdated => 1066061199
|
||||
},
|
||||
|
||||
'73' => {
|
||||
message => q|Message Board Template|,
|
||||
lastUpdated => 1066584179
|
||||
},
|
||||
|
||||
'76' => {
|
||||
message => q|Are you certain you wish to delete this forum and all the posts it contains?|,
|
||||
lastUpdated => 1066055963
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
|
|
@ -1,63 +1,76 @@
|
|||
package WebGUI::i18n::English::MetaData;
|
||||
|
||||
our $I18N = {
|
||||
'Metadata' => {
|
||||
message => q|Metadata|,
|
||||
lastUpdated => 1089039511,
|
||||
context => 'Label for tab'
|
||||
},
|
||||
'errorEmptyField' => {
|
||||
'errorEmptyField' => {
|
||||
message => q|<p><b>Error: Field name may not be empty.</b></p>|,
|
||||
lastUpdated => 1089039511,
|
||||
},
|
||||
'duplicateField' => {
|
||||
message => q|<p><b>Error: Fieldname "%field%" is already in use.</b></p>|,
|
||||
lastUpdated => 1089039511,
|
||||
},
|
||||
'Delete Metadata field' => {
|
||||
message => q|Delete Metadata property|,
|
||||
lastUpdated => 1089039511,
|
||||
},
|
||||
'deleteConfirm' => {
|
||||
message => q|Are you certain you want to delete this Metadata property ?|,
|
||||
lastUpdated => 1089039511,
|
||||
},
|
||||
'Manage Metadata' => {
|
||||
message => q|Manage Metadata|,
|
||||
lastUpdated => 1089039511,
|
||||
},
|
||||
'Enable Metadata ?' => {
|
||||
message => q|Enable Metadata ?|,
|
||||
lastUpdated => 1089039511,
|
||||
},
|
||||
'Add new field' => {
|
||||
message => q|Add new metadata property|,
|
||||
lastUpdated => 1089039511,
|
||||
},
|
||||
'Manage Metadata fields' => {
|
||||
message => q|Manage metadata properties|,
|
||||
lastUpdated => 1089039511,
|
||||
},
|
||||
'Edit Metadata' => {
|
||||
message => q|Edit Metadata property|,
|
||||
lastUpdated => 1089039511,
|
||||
},
|
||||
'Field Id' => {
|
||||
message =>q|Field Id|,
|
||||
lastUpdated=> 1089039511,
|
||||
},
|
||||
'Field name' => {
|
||||
message => q|Field name|,
|
||||
lastUpdated=> 1089039511,
|
||||
},
|
||||
'Enable passive profiling ?' => {
|
||||
message => q|Enable passive profiling ?|,
|
||||
lastUpdated=> 1089039511,
|
||||
},
|
||||
lastUpdated => 1089039511
|
||||
},
|
||||
|
||||
'Select...' => {
|
||||
message => q|Select...|,
|
||||
lastUpdated=> 1089039511,
|
||||
},
|
||||
lastUpdated => 1089039511
|
||||
},
|
||||
|
||||
'duplicateField' => {
|
||||
message => q|<p><b>Error: Fieldname "%field%" is already in use.</b></p>|,
|
||||
lastUpdated => 1089039511
|
||||
},
|
||||
|
||||
'Manage Metadata fields' => {
|
||||
message => q|Manage metadata properties|,
|
||||
lastUpdated => 1089039511
|
||||
},
|
||||
|
||||
'Metadata' => {
|
||||
message => q|Metadata|,
|
||||
lastUpdated => 1089039511
|
||||
},
|
||||
|
||||
'Field name' => {
|
||||
message => q|Field name|,
|
||||
lastUpdated => 1089039511
|
||||
},
|
||||
|
||||
'Enable Metadata ?' => {
|
||||
message => q|Enable Metadata ?|,
|
||||
lastUpdated => 1089039511
|
||||
},
|
||||
|
||||
'Edit Metadata' => {
|
||||
message => q|Edit Metadata property|,
|
||||
lastUpdated => 1089039511
|
||||
},
|
||||
|
||||
'Manage Metadata' => {
|
||||
message => q|Manage Metadata|,
|
||||
lastUpdated => 1089039511
|
||||
},
|
||||
|
||||
'Add new field' => {
|
||||
message => q|Add new metadata property|,
|
||||
lastUpdated => 1089039511
|
||||
},
|
||||
|
||||
'Enable passive profiling ?' => {
|
||||
message => q|Enable passive profiling ?|,
|
||||
lastUpdated => 1089039511
|
||||
},
|
||||
|
||||
'deleteConfirm' => {
|
||||
message => q|Are you certain you want to delete this Metadata property ?|,
|
||||
lastUpdated => 1089039511
|
||||
},
|
||||
|
||||
'Field Id' => {
|
||||
message => q|Field Id|,
|
||||
lastUpdated => 1089039511
|
||||
},
|
||||
|
||||
'Delete Metadata field' => {
|
||||
message => q|Delete Metadata property|,
|
||||
lastUpdated => 1089039511
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
|
|
@ -1,105 +1,9 @@
|
|||
package WebGUI::i18n::English::Navigation;
|
||||
|
||||
our $I18N = {
|
||||
'26' => {
|
||||
message => q|Stop traversing when reaching level|,
|
||||
lastUpdated => 1077080617
|
||||
},
|
||||
|
||||
'9' => {
|
||||
message => q|sisters|,
|
||||
lastUpdated => 1077078821,
|
||||
context => q|Option on question "return a loop with"|
|
||||
},
|
||||
|
||||
'21' => {
|
||||
message => q|List all Navigation.|,
|
||||
lastUpdated => 1077080151
|
||||
},
|
||||
|
||||
'1' => {
|
||||
message => q|nameless root|,
|
||||
lastUpdated => 1077078206,
|
||||
context => q|Option of "Base page"|
|
||||
},
|
||||
|
||||
'7' => {
|
||||
message => q|my daughter's level (./page)|,
|
||||
lastUpdated => 1077078687,
|
||||
context => q|Option of "Base page"|
|
||||
},
|
||||
|
||||
'12' => {
|
||||
message => q|self and descendants|,
|
||||
lastUpdated => 1077079020,
|
||||
context => q|Option on question "return a loop with"|
|
||||
},
|
||||
|
||||
'18' => {
|
||||
message => q|Edit this Navigation.|,
|
||||
lastUpdated => 1077079911
|
||||
},
|
||||
|
||||
'27' => {
|
||||
message => q|Max depth|,
|
||||
lastUpdated => 1077080669
|
||||
},
|
||||
|
||||
'17' => {
|
||||
message => q|pedigree|,
|
||||
lastUpdated => 1077079481,
|
||||
context => q|Option on question "return a loop with".|
|
||||
},
|
||||
|
||||
'22' => {
|
||||
message => q|Edit Navigation|,
|
||||
lastUpdated => 1077080241
|
||||
},
|
||||
|
||||
'25' => {
|
||||
message => q|Base page|,
|
||||
lastUpdated => 1077080583
|
||||
},
|
||||
|
||||
'4' => {
|
||||
message => q|my grandmother's level (../../page)|,
|
||||
lastUpdated => 1077078456,
|
||||
context => q|Option of "Base page"|
|
||||
},
|
||||
|
||||
'11' => {
|
||||
message => q|descendants|,
|
||||
lastUpdated => 1077078969,
|
||||
context => q|Option on question "return a loop with"|
|
||||
},
|
||||
|
||||
'16' => {
|
||||
message => q|self and ancestors|,
|
||||
lastUpdated => 1077079343,
|
||||
context => q|Option on question "return a loop with".|
|
||||
},
|
||||
|
||||
'6' => {
|
||||
message => q|my level (.)|,
|
||||
lastUpdated => 1077078579,
|
||||
context => q|Option of "Base page"|
|
||||
},
|
||||
|
||||
'3' => {
|
||||
message => q|top level (/home/page)|,
|
||||
lastUpdated => 1077078394,
|
||||
context => q|Option of "Base page"|
|
||||
},
|
||||
|
||||
'28' => {
|
||||
message => q|Return a loop with|,
|
||||
lastUpdated => 1077080706
|
||||
},
|
||||
|
||||
'8' => {
|
||||
message => q|daughters|,
|
||||
lastUpdated => 1077078773,
|
||||
context => q|Option on question "return a loop with"|
|
||||
'33' => {
|
||||
message => q|Error: This identifier is already in use. Please use an unique value.|,
|
||||
lastUpdated => 1077081255
|
||||
},
|
||||
|
||||
'32' => {
|
||||
|
|
@ -107,40 +11,39 @@ our $I18N = {
|
|||
lastUpdated => 1077080845
|
||||
},
|
||||
|
||||
'34' => {
|
||||
message => q|Manage Navigation|,
|
||||
lastUpdated => 1077081304
|
||||
'21' => {
|
||||
message => q|List all Navigation.|,
|
||||
lastUpdated => 1077080151
|
||||
},
|
||||
|
||||
'13' => {
|
||||
message => q|childless descendants|,
|
||||
lastUpdated => 1077079109,
|
||||
context => q|Option on question "return a loop with".|
|
||||
'7' => {
|
||||
message => q|my daughter's level (./page)|,
|
||||
lastUpdated => 1077078687
|
||||
},
|
||||
|
||||
'24' => {
|
||||
message => q|Identifier|,
|
||||
lastUpdated => 1077080504
|
||||
'26' => {
|
||||
message => q|Stop traversing when reaching level|,
|
||||
lastUpdated => 1077080617
|
||||
},
|
||||
|
||||
'33' => {
|
||||
message => q|Error: This identifier is already in use. Please use an unique value.|,
|
||||
lastUpdated => 1077081255
|
||||
'2' => {
|
||||
message => q|root level (/home)|,
|
||||
lastUpdated => 1077078325
|
||||
},
|
||||
|
||||
'20' => {
|
||||
message => q|Delete this Navigation.|,
|
||||
lastUpdated => 1077080098
|
||||
'17' => {
|
||||
message => q|pedigree|,
|
||||
lastUpdated => 1077079481
|
||||
},
|
||||
|
||||
'31' => {
|
||||
message => q|Show hidden pages|,
|
||||
lastUpdated => 1077080799
|
||||
'1' => {
|
||||
message => q|nameless root|,
|
||||
lastUpdated => 1077078206
|
||||
},
|
||||
|
||||
'29' => {
|
||||
message => q|Revert output|,
|
||||
lastUpdated => 1077080738
|
||||
'18' => {
|
||||
message => q|Edit this Navigation.|,
|
||||
lastUpdated => 1077079911
|
||||
},
|
||||
|
||||
'30' => {
|
||||
|
|
@ -148,9 +51,49 @@ our $I18N = {
|
|||
lastUpdated => 1077080766
|
||||
},
|
||||
|
||||
'23' => {
|
||||
message => q|Navigation properties|,
|
||||
lastUpdated => 1077080317
|
||||
'16' => {
|
||||
message => q|self and ancestors|,
|
||||
lastUpdated => 1077079343
|
||||
},
|
||||
|
||||
'27' => {
|
||||
message => q|Max depth|,
|
||||
lastUpdated => 1077080669
|
||||
},
|
||||
|
||||
'25' => {
|
||||
message => q|Base page|,
|
||||
lastUpdated => 1077080583
|
||||
},
|
||||
|
||||
'28' => {
|
||||
message => q|Return a loop with|,
|
||||
lastUpdated => 1077080706
|
||||
},
|
||||
|
||||
'14' => {
|
||||
message => q|generation|,
|
||||
lastUpdated => 1077079203
|
||||
},
|
||||
|
||||
'20' => {
|
||||
message => q|Delete this Navigation.|,
|
||||
lastUpdated => 1077080098
|
||||
},
|
||||
|
||||
'24' => {
|
||||
message => q|Identifier|,
|
||||
lastUpdated => 1077080504
|
||||
},
|
||||
|
||||
'10' => {
|
||||
message => q|self and sisters|,
|
||||
lastUpdated => 1077078879
|
||||
},
|
||||
|
||||
'31' => {
|
||||
message => q|Show hidden pages|,
|
||||
lastUpdated => 1077080799
|
||||
},
|
||||
|
||||
'35' => {
|
||||
|
|
@ -158,6 +101,71 @@ our $I18N = {
|
|||
lastUpdated => 1077081415
|
||||
},
|
||||
|
||||
'11' => {
|
||||
message => q|descendants|,
|
||||
lastUpdated => 1077078969
|
||||
},
|
||||
|
||||
'22' => {
|
||||
message => q|Edit Navigation|,
|
||||
lastUpdated => 1077080241
|
||||
},
|
||||
|
||||
'13' => {
|
||||
message => q|childless descendants|,
|
||||
lastUpdated => 1077079109
|
||||
},
|
||||
|
||||
'23' => {
|
||||
message => q|Navigation properties|,
|
||||
lastUpdated => 1077080317
|
||||
},
|
||||
|
||||
'29' => {
|
||||
message => q|Revert output|,
|
||||
lastUpdated => 1077080738
|
||||
},
|
||||
|
||||
'6' => {
|
||||
message => q|my level (.)|,
|
||||
lastUpdated => 1077078579
|
||||
},
|
||||
|
||||
'3' => {
|
||||
message => q|top level (/home/page)|,
|
||||
lastUpdated => 1077078394
|
||||
},
|
||||
|
||||
'9' => {
|
||||
message => q|sisters|,
|
||||
lastUpdated => 1077078821
|
||||
},
|
||||
|
||||
'12' => {
|
||||
message => q|self and descendants|,
|
||||
lastUpdated => 1077079020
|
||||
},
|
||||
|
||||
'15' => {
|
||||
message => q|ancestors|,
|
||||
lastUpdated => 1077079273
|
||||
},
|
||||
|
||||
'8' => {
|
||||
message => q|daughters|,
|
||||
lastUpdated => 1077078773
|
||||
},
|
||||
|
||||
'4' => {
|
||||
message => q|my grandmother's level (../../page)|,
|
||||
lastUpdated => 1077078456
|
||||
},
|
||||
|
||||
'34' => {
|
||||
message => q|Manage Navigation|,
|
||||
lastUpdated => 1077081304
|
||||
},
|
||||
|
||||
'19' => {
|
||||
message => q|Copy this Navigation.|,
|
||||
lastUpdated => 1077080062
|
||||
|
|
@ -165,32 +173,7 @@ our $I18N = {
|
|||
|
||||
'5' => {
|
||||
message => q|my mother's level (../page)|,
|
||||
lastUpdated => 1077078526,
|
||||
context => q|Option of "Base page"|
|
||||
},
|
||||
|
||||
'15' => {
|
||||
message => q|ancestors|,
|
||||
lastUpdated => 1077079273,
|
||||
context => q|Option on question "return a loop with".|
|
||||
},
|
||||
|
||||
'2' => {
|
||||
message => q|root level (/home)|,
|
||||
lastUpdated => 1077078325,
|
||||
context => q|Option of "Base page"|
|
||||
},
|
||||
|
||||
'14' => {
|
||||
message => q|generation|,
|
||||
lastUpdated => 1077079203,
|
||||
context => q|Option on question "return a loop with".|
|
||||
},
|
||||
|
||||
'10' => {
|
||||
message => q|self and sisters|,
|
||||
lastUpdated => 1077078879,
|
||||
context => q|Option on question "return a loop with"|
|
||||
lastUpdated => 1077078526
|
||||
},
|
||||
|
||||
};
|
||||
|
|
|
|||
|
|
@ -1,109 +1,6 @@
|
|||
package WebGUI::i18n::English::Poll;
|
||||
|
||||
our $I18N = {
|
||||
'1' => {
|
||||
message => q|Poll|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'3' => {
|
||||
message => q|Active|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'4' => {
|
||||
message => q|Who can vote?|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'5' => {
|
||||
message => q|Graph Width|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'6' => {
|
||||
message => q|Question|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'7' => {
|
||||
message => q|Answers|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'8' => {
|
||||
message => q|(Enter one answer per line. No more than 20.)|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'9' => {
|
||||
message => q|Edit Poll|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'10' => {
|
||||
message => q|Reset votes.|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'11' => {
|
||||
message => q|Vote!|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'20' => {
|
||||
message => q|Karma Per Vote|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'61' => {
|
||||
message => q|Poll, Add/Edit|,
|
||||
lastUpdated => 1050183732
|
||||
},
|
||||
|
||||
'71' => {
|
||||
message => q|Polls can be used to get the impressions of your users on various topics.
|
||||
<br><br>
|
||||
<b>Active</b><br>
|
||||
If this box is checked, then users will be able to vote. Otherwise they'll only be able to see the results of the poll.
|
||||
<br><br>
|
||||
|
||||
<b>Who can vote?</b><br>
|
||||
Choose a group that can vote on this Poll.
|
||||
<br><br>
|
||||
|
||||
<b>Karma Per Vote</b><br>
|
||||
How much karma should be given to a user when they vote?
|
||||
<p>
|
||||
|
||||
<b>Graph Width</b><br>
|
||||
The width of the poll results graph. The width is measured in pixels.
|
||||
<br><br>
|
||||
|
||||
<b>Question</b><br>
|
||||
What is the question you'd like to ask your users?
|
||||
<br><br>
|
||||
|
||||
<b>Answers</b><br>
|
||||
Enter the possible answers to your question. Enter only one answer per line. Polls are only capable of 20 possible answers.
|
||||
<br><br>
|
||||
|
||||
<b>Randomize answers?</b><br>
|
||||
In order to be sure that the ordering of the answers in the poll does not bias your users, it is often helpful to present the options in a random order each time they are shown. Select "yes" to randomize the answers on the poll.
|
||||
<p>
|
||||
|
||||
<b>Reset votes.</b><br>
|
||||
Reset the votes on this Poll.
|
||||
<br><br>
|
||||
|,
|
||||
lastUpdated => 1050183732
|
||||
},
|
||||
|
||||
'73' => {
|
||||
message => q|Poll Template|,
|
||||
lastUpdated => 1050183668
|
||||
},
|
||||
|
||||
'74' => {
|
||||
message => q|The following variables are available to the poll template:
|
||||
|
||||
|
|
@ -173,8 +70,71 @@ The total number of votes that have been placed on this poll.
|
|||
lastUpdated => 1050183668
|
||||
},
|
||||
|
||||
'72' => {
|
||||
message => q|Randomize answers?|,
|
||||
'6' => {
|
||||
message => q|Question|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'11' => {
|
||||
message => q|Vote!|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'71' => {
|
||||
message => q|Polls can be used to get the impressions of your users on various topics.
|
||||
<br><br>
|
||||
<b>Active</b><br>
|
||||
If this box is checked, then users will be able to vote. Otherwise they'll only be able to see the results of the poll.
|
||||
<br><br>
|
||||
|
||||
<b>Who can vote?</b><br>
|
||||
Choose a group that can vote on this Poll.
|
||||
<br><br>
|
||||
|
||||
<b>Karma Per Vote</b><br>
|
||||
How much karma should be given to a user when they vote?
|
||||
<p>
|
||||
|
||||
<b>Graph Width</b><br>
|
||||
The width of the poll results graph. The width is measured in pixels.
|
||||
<br><br>
|
||||
|
||||
<b>Question</b><br>
|
||||
What is the question you'd like to ask your users?
|
||||
<br><br>
|
||||
|
||||
<b>Answers</b><br>
|
||||
Enter the possible answers to your question. Enter only one answer per line. Polls are only capable of 20 possible answers.
|
||||
<br><br>
|
||||
|
||||
<b>Randomize answers?</b><br>
|
||||
In order to be sure that the ordering of the answers in the poll does not bias your users, it is often helpful to present the options in a random order each time they are shown. Select "yes" to randomize the answers on the poll.
|
||||
<p>
|
||||
|
||||
<b>Reset votes.</b><br>
|
||||
Reset the votes on this Poll.
|
||||
<br><br>
|
||||
|,
|
||||
lastUpdated => 1050183732
|
||||
},
|
||||
|
||||
'3' => {
|
||||
message => q|Active|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'61' => {
|
||||
message => q|Poll, Add/Edit|,
|
||||
lastUpdated => 1050183732
|
||||
},
|
||||
|
||||
'7' => {
|
||||
message => q|Answers|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'9' => {
|
||||
message => q|Edit Poll|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
|
|
@ -183,6 +143,46 @@ The total number of votes that have been placed on this poll.
|
|||
lastUpdated => 1050182699
|
||||
},
|
||||
|
||||
'20' => {
|
||||
message => q|Karma Per Vote|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'8' => {
|
||||
message => q|(Enter one answer per line. No more than 20.)|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'1' => {
|
||||
message => q|Poll|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'4' => {
|
||||
message => q|Who can vote?|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'72' => {
|
||||
message => q|Randomize answers?|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'73' => {
|
||||
message => q|Poll Template|,
|
||||
lastUpdated => 1050183668
|
||||
},
|
||||
|
||||
'10' => {
|
||||
message => q|Reset votes.|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'5' => {
|
||||
message => q|Graph Width|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
|
|
@ -1,193 +1,8 @@
|
|||
package WebGUI::i18n::English::Product;
|
||||
|
||||
our $I18N = {
|
||||
'58' => {
|
||||
message => q|Edit Product Template|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'10' => {
|
||||
message => q|Price|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'55' => {
|
||||
message => q|Add a benefit.|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'59' => {
|
||||
message => q|Name|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'60' => {
|
||||
message => q|Template|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'48' => {
|
||||
message => q|Are you certain you wish to delete this benefit? It cannot be recovered once it has been deleted.|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'6' => {
|
||||
message => q|Edit Product|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'4' => {
|
||||
message => q|Are you certain you wish to delete the relationship to this related product?|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'54' => {
|
||||
message => q|Benefits|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'8' => {
|
||||
message => q|Product Image 2|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'1' => {
|
||||
message => q|Product|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'3' => {
|
||||
message => q|Are you certain you wish to delete this feature?|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'51' => {
|
||||
message => q|Benefit|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'56' => {
|
||||
message => q|Add a product template.|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'11' => {
|
||||
message => q|Product Number|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'2' => {
|
||||
message => q|Are you certain you wish to delete the relationship to this accessory?|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'9' => {
|
||||
message => q|Product Image 3|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'7' => {
|
||||
message => q|Product Image 1|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'5' => {
|
||||
message => q|Are you certain you wish to delete this specification?|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'13' => {
|
||||
message => q|Brochure|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'14' => {
|
||||
message => q|Manual|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'15' => {
|
||||
message => q|Warranty|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'16' => {
|
||||
message => q|Add Accessory|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'17' => {
|
||||
message => q|Accessory|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'18' => {
|
||||
message => q|Add another accessory?|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'21' => {
|
||||
message => q|Add another related product?|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'19' => {
|
||||
message => q|Add Related Product|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'20' => {
|
||||
message => q|Related Product|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'22' => {
|
||||
message => q|Edit Feature|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'23' => {
|
||||
message => q|Feature|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'24' => {
|
||||
message => q|Add another feature?|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'25' => {
|
||||
message => q|Edit Specification|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'26' => {
|
||||
message => q|Label|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'27' => {
|
||||
message => q|Specification|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'28' => {
|
||||
message => q|Add another specification?|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'29' => {
|
||||
message => q|Units|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'30' => {
|
||||
message => q|Features|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'31' => {
|
||||
message => q|Specifications|,
|
||||
'33' => {
|
||||
message => q|Related Products|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
|
|
@ -196,51 +11,6 @@ our $I18N = {
|
|||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'33' => {
|
||||
message => q|Related Products|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'34' => {
|
||||
message => q|Add a feature.|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'35' => {
|
||||
message => q|Add a specification.|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'36' => {
|
||||
message => q|Add an accessory.|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'37' => {
|
||||
message => q|Add a related product.|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'57' => {
|
||||
message => q|Are you certain you wish to delete this template and set all the products using it to the default template?|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'53' => {
|
||||
message => q|Edit Benefit|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'52' => {
|
||||
message => q|Add another benefit?|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'62' => {
|
||||
message => q|Product Template|,
|
||||
lastUpdated => 1038864092
|
||||
},
|
||||
|
||||
'63' => {
|
||||
message => q|The following is the list of template variables available in product templates.
|
||||
<p/>
|
||||
|
|
@ -421,6 +191,176 @@ The WebGUI management controls for this related product.
|
|||
lastUpdated => 1038864092
|
||||
},
|
||||
|
||||
'21' => {
|
||||
message => q|Add another related product?|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'7' => {
|
||||
message => q|Product Image 1|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'26' => {
|
||||
message => q|Label|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'17' => {
|
||||
message => q|Accessory|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'2' => {
|
||||
message => q|Are you certain you wish to delete the relationship to this accessory?|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'1' => {
|
||||
message => q|Product|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'18' => {
|
||||
message => q|Add another accessory?|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'30' => {
|
||||
message => q|Features|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'16' => {
|
||||
message => q|Add Accessory|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'44' => {
|
||||
message => q|Product Accessory, Add/Edit|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'55' => {
|
||||
message => q|Add a benefit.|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'27' => {
|
||||
message => q|Specification|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'25' => {
|
||||
message => q|Edit Specification|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'28' => {
|
||||
message => q|Add another specification?|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'40' => {
|
||||
message => q|Product Feature, Add/Edit|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'57' => {
|
||||
message => q|Are you certain you wish to delete this template and set all the products using it to the default template?|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'20' => {
|
||||
message => q|Related Product|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'14' => {
|
||||
message => q|Manual|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'59' => {
|
||||
message => q|Name|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'49' => {
|
||||
message => q|Product Benefit, Add/Edit|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'24' => {
|
||||
message => q|Add another feature?|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'10' => {
|
||||
message => q|Price|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'31' => {
|
||||
message => q|Specifications|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'35' => {
|
||||
message => q|Add a specification.|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'11' => {
|
||||
message => q|Product Number|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'53' => {
|
||||
message => q|Edit Benefit|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'48' => {
|
||||
message => q|Are you certain you wish to delete this benefit? It cannot be recovered once it has been deleted.|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'42' => {
|
||||
message => q|Product Specification, Add/Edit|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'22' => {
|
||||
message => q|Edit Feature|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'46' => {
|
||||
message => q|Product (Related), Add/Edit|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'13' => {
|
||||
message => q|Brochure|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'23' => {
|
||||
message => q|Feature|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'29' => {
|
||||
message => q|Units|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'6' => {
|
||||
message => q|Edit Product|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'50' => {
|
||||
message => q|Benefits are typically the result of the features of your product. They are why your product is so good. If you add benefits, you may also wish to consider adding some features.
|
||||
<p>
|
||||
|
|
@ -436,16 +376,6 @@ If you'd like to add another benefit right away, select "Yes".
|
|||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'49' => {
|
||||
message => q|Product Benefit, Add/Edit|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'38' => {
|
||||
message => q|Product, Add/Edit|,
|
||||
lastUpdated => 1038889846
|
||||
},
|
||||
|
||||
'39' => {
|
||||
message => q|WebGUI has a product management system built in to enable you to publish your products and services to your site quickly and easily.
|
||||
<p>
|
||||
|
|
@ -489,8 +419,23 @@ The warranty for this product.
|
|||
lastUpdated => 1038889846
|
||||
},
|
||||
|
||||
'40' => {
|
||||
message => q|Product Feature, Add/Edit|,
|
||||
'36' => {
|
||||
message => q|Add an accessory.|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'3' => {
|
||||
message => q|Are you certain you wish to delete this feature?|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'51' => {
|
||||
message => q|Benefit|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'9' => {
|
||||
message => q|Product Image 3|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
|
|
@ -509,8 +454,86 @@ If you'd like to add another feature right away, select "Yes".
|
|||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'42' => {
|
||||
message => q|Product Specification, Add/Edit|,
|
||||
'58' => {
|
||||
message => q|Edit Product Template|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'47' => {
|
||||
message => q|Related products are products that are comparable or complementary to other products.
|
||||
<p>
|
||||
|
||||
|
||||
<b>Related products</b><br>
|
||||
Choose from the list of products you've already entered.
|
||||
<p>
|
||||
|
||||
|
||||
<b>Add another related product?</b><br>
|
||||
Select "Yes" if you have another related product to add.
|
||||
<p>
|
||||
|
||||
|,
|
||||
lastUpdated => 1041876679
|
||||
},
|
||||
|
||||
'15' => {
|
||||
message => q|Warranty|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'38' => {
|
||||
message => q|Product, Add/Edit|,
|
||||
lastUpdated => 1038889846
|
||||
},
|
||||
|
||||
'52' => {
|
||||
message => q|Add another benefit?|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'8' => {
|
||||
message => q|Product Image 2|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'60' => {
|
||||
message => q|Template|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'4' => {
|
||||
message => q|Are you certain you wish to delete the relationship to this related product?|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'34' => {
|
||||
message => q|Add a feature.|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'56' => {
|
||||
message => q|Add a product template.|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'45' => {
|
||||
message => q|Accessories are products that enhance other products.
|
||||
<p>
|
||||
|
||||
<b>Accessory</b><br>
|
||||
Choose from the list of products you've already entered.
|
||||
<p>
|
||||
|
||||
<b>Add another accessory?</b><br>
|
||||
Select "Yes" if you have another accessory to add.
|
||||
<p>
|
||||
|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'37' => {
|
||||
message => q|Add a related product.|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
|
|
@ -542,49 +565,26 @@ If you'd like to add another specification, select "Yes".
|
|||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'44' => {
|
||||
message => q|Product Accessory, Add/Edit|,
|
||||
'19' => {
|
||||
message => q|Add Related Product|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'45' => {
|
||||
message => q|Accessories are products that enhance other products.
|
||||
<p>
|
||||
'62' => {
|
||||
message => q|Product Template|,
|
||||
lastUpdated => 1038864092
|
||||
},
|
||||
|
||||
<b>Accessory</b><br>
|
||||
Choose from the list of products you've already entered.
|
||||
<p>
|
||||
|
||||
<b>Add another accessory?</b><br>
|
||||
Select "Yes" if you have another accessory to add.
|
||||
<p>
|
||||
|,
|
||||
'54' => {
|
||||
message => q|Benefits|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'46' => {
|
||||
message => q|Product (Related), Add/Edit|,
|
||||
'5' => {
|
||||
message => q|Are you certain you wish to delete this specification?|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'47' => {
|
||||
message => q|Related products are products that are comparable or complementary to other products.
|
||||
<p>
|
||||
|
||||
|
||||
<b>Related products</b><br>
|
||||
Choose from the list of products you've already entered.
|
||||
<p>
|
||||
|
||||
|
||||
<b>Add another related product?</b><br>
|
||||
Select "Yes" if you have another related product to add.
|
||||
<p>
|
||||
|
||||
|,
|
||||
lastUpdated => 1041876679
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
|
|
@ -1,66 +1,11 @@
|
|||
package WebGUI::i18n::English::SQLReport;
|
||||
|
||||
our $I18N = {
|
||||
'1' => {
|
||||
message => q|SQL Report|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'4' => {
|
||||
message => q|Query|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'8' => {
|
||||
message => q|Edit SQL Report|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'10' => {
|
||||
message => q|<b>Debug:</b> Error: The SQL specified is of an improper format.|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'11' => {
|
||||
message => q|<b>Debug:</b> Error: There was a problem with the query.|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'12' => {
|
||||
message => q|<b>Debug:</b> Error: Could not connect to the database.|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'14' => {
|
||||
message => q|Paginate After|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'15' => {
|
||||
message => q|Preprocess macros on query?|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'16' => {
|
||||
message => q|Debug?|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'17' => {
|
||||
message => q|<b>Debug:</b> Query:|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'18' => {
|
||||
message => q|There were no results for this query.|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'61' => {
|
||||
message => q|SQL Report, Add/Edit|,
|
||||
lastUpdated => 1082365503
|
||||
},
|
||||
|
||||
'71' => {
|
||||
message => q|SQL Reports are perhaps the most powerful wobject in the WebGUI arsenal. They allow a user to query data from any database that they have access to. This is great for getting sales figures from your Accounting database or even summarizing all the message boards on your web site.
|
||||
<p>
|
||||
|
|
@ -93,6 +38,56 @@ How many rows should be displayed before splitting the results into separate pag
|
|||
lastUpdated => 1082365503
|
||||
},
|
||||
|
||||
'61' => {
|
||||
message => q|SQL Report, Add/Edit|,
|
||||
lastUpdated => 1082365503
|
||||
},
|
||||
|
||||
'17' => {
|
||||
message => q|<b>Debug:</b> Query:|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'12' => {
|
||||
message => q|<b>Debug:</b> Error: Could not connect to the database.|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'15' => {
|
||||
message => q|Preprocess macros on query?|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'14' => {
|
||||
message => q|Paginate After|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'8' => {
|
||||
message => q|Edit SQL Report|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'1' => {
|
||||
message => q|SQL Report|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'4' => {
|
||||
message => q|Query|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'18' => {
|
||||
message => q|There were no results for this query.|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'72' => {
|
||||
message => q|SQL Report Template|,
|
||||
lastUpdated => 1082371148
|
||||
},
|
||||
|
||||
'73' => {
|
||||
message => q|The following variables are made available from SQL Reports:
|
||||
<p>
|
||||
|
|
@ -162,9 +157,14 @@ The default label for rows.count.isZero.
|
|||
lastUpdated => 1082365471
|
||||
},
|
||||
|
||||
'72' => {
|
||||
message => q|SQL Report Template|,
|
||||
lastUpdated => 1082371148
|
||||
'16' => {
|
||||
message => q|Debug?|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'10' => {
|
||||
message => q|<b>Debug:</b> Error: The SQL specified is of an improper format.|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
};
|
||||
|
|
|
|||
|
|
@ -1,24 +1,9 @@
|
|||
package WebGUI::i18n::English::SiteMap;
|
||||
|
||||
our $I18N = {
|
||||
'2' => {
|
||||
message => q|Site Map|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'3' => {
|
||||
message => q|Start With|,
|
||||
lastUpdated => 1039908390
|
||||
},
|
||||
|
||||
'4' => {
|
||||
message => q|Depth To Traverse|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'5' => {
|
||||
message => q|Edit Site Map|,
|
||||
lastUpdated => 1031514049
|
||||
'74' => {
|
||||
message => q|This Page|,
|
||||
lastUpdated => 1039908565
|
||||
},
|
||||
|
||||
'6' => {
|
||||
|
|
@ -26,9 +11,9 @@ our $I18N = {
|
|||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'61' => {
|
||||
message => q|Site Map, Add/Edit|,
|
||||
lastUpdated => 1038890147
|
||||
'75' => {
|
||||
message => q|All Roots|,
|
||||
lastUpdated => 1039908572
|
||||
},
|
||||
|
||||
'71' => {
|
||||
|
|
@ -59,6 +44,31 @@ If this setting is true, site map entries are sorted alphabetically. If this se
|
|||
lastUpdated => 1039908464
|
||||
},
|
||||
|
||||
'3' => {
|
||||
message => q|Start With|,
|
||||
lastUpdated => 1039908390
|
||||
},
|
||||
|
||||
'7' => {
|
||||
message => q|Alphabetic?|,
|
||||
lastUpdated => 1057208065
|
||||
},
|
||||
|
||||
'61' => {
|
||||
message => q|Site Map, Add/Edit|,
|
||||
lastUpdated => 1038890147
|
||||
},
|
||||
|
||||
'2' => {
|
||||
message => q|Site Map|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'4' => {
|
||||
message => q|Depth To Traverse|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'72' => {
|
||||
message => q|Site Map Template|,
|
||||
lastUpdated => 1047855100
|
||||
|
|
@ -110,19 +120,9 @@ A condition indicating whether or not this page is at the top of the navigation
|
|||
lastUpdated => 1047855100
|
||||
},
|
||||
|
||||
'75' => {
|
||||
message => q|All Roots|,
|
||||
lastUpdated => 1039908572
|
||||
},
|
||||
|
||||
'74' => {
|
||||
message => q|This Page|,
|
||||
lastUpdated => 1039908565
|
||||
},
|
||||
|
||||
'7' => {
|
||||
message => q|Alphabetic?|,
|
||||
lastUpdated => 1057208065
|
||||
'5' => {
|
||||
message => q|Edit Site Map|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
};
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -1,24 +1,9 @@
|
|||
package WebGUI::i18n::English::SyndicatedContent;
|
||||
|
||||
our $I18N = {
|
||||
'1' => {
|
||||
message => q|URL to RSS File|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'2' => {
|
||||
message => q|Syndicated Content|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'4' => {
|
||||
message => q|Edit Syndicated Content|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'61' => {
|
||||
message => q|Syndicated Content, Add/Edit|,
|
||||
lastUpdated => 1047855741
|
||||
'3' => {
|
||||
message => q|Maximum Number of Headlines|,
|
||||
lastUpdated => 1057208065
|
||||
},
|
||||
|
||||
'71' => {
|
||||
|
|
@ -51,6 +36,26 @@ Enter the maximum number of headlines that should be displayed. For an aggregat
|
|||
lastUpdated => 1047855741
|
||||
},
|
||||
|
||||
'61' => {
|
||||
message => q|Syndicated Content, Add/Edit|,
|
||||
lastUpdated => 1047855741
|
||||
},
|
||||
|
||||
'2' => {
|
||||
message => q|Syndicated Content|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'1' => {
|
||||
message => q|URL to RSS File|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'4' => {
|
||||
message => q|Edit Syndicated Content|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'72' => {
|
||||
message => q|Syndicated Content Template|,
|
||||
lastUpdated => 1047855526
|
||||
|
|
@ -93,11 +98,6 @@ A URL directly to the original content.
|
|||
lastUpdated => 1047855526
|
||||
},
|
||||
|
||||
'3' => {
|
||||
message => q|Maximum Number of Headlines|,
|
||||
lastUpdated => 1057208065
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -1,8 +1,13 @@
|
|||
package WebGUI::i18n::English::WSClient;
|
||||
|
||||
our $I18N = {
|
||||
'4' => {
|
||||
message => q|SOAP Method/Call|,
|
||||
'35' => {
|
||||
message => q|<b>Debug:</b> No template specified, using default.|,
|
||||
lastUpdated => 1033575504
|
||||
},
|
||||
|
||||
'32' => {
|
||||
message => q|<b>Debug:</b> Error: Could not connect to the SOAP server.|,
|
||||
lastUpdated => 1033575504
|
||||
},
|
||||
|
||||
|
|
@ -11,13 +16,8 @@ our $I18N = {
|
|||
lastUpdated => 1033575504
|
||||
},
|
||||
|
||||
'8' => {
|
||||
message => q|Preprocess macros on query?|,
|
||||
lastUpdated => 1033575504
|
||||
},
|
||||
|
||||
'5' => {
|
||||
message => q|SOAP Call Parameters|,
|
||||
'21' => {
|
||||
message => q|There were no results for this query.|,
|
||||
lastUpdated => 1033575504
|
||||
},
|
||||
|
||||
|
|
@ -65,29 +65,9 @@ By default, SOAP calls are cached uniquely for each user session. By selecting
|
|||
lastUpdated => 1088972047
|
||||
},
|
||||
|
||||
'35' => {
|
||||
message => q|<b>Debug:</b> No template specified, using default.|,
|
||||
lastUpdated => 1033575504
|
||||
},
|
||||
|
||||
'1' => {
|
||||
message => q|Web Services Client|,
|
||||
lastUpdated => 1033575504
|
||||
},
|
||||
|
||||
'61' => {
|
||||
message => q|Web Services Client, Add/Edit|,
|
||||
lastUpdated => 1033575504
|
||||
},
|
||||
|
||||
'3' => {
|
||||
message => q|SOAP Proxy|,
|
||||
lastUpdated => 1033575504
|
||||
},
|
||||
|
||||
'32' => {
|
||||
message => q|<b>Debug:</b> Error: Could not connect to the SOAP server.|,
|
||||
lastUpdated => 1033575504
|
||||
'26' => {
|
||||
message => q|Could not connect to SOAP server.|,
|
||||
lastUpdated => 1055349311
|
||||
},
|
||||
|
||||
'2' => {
|
||||
|
|
@ -95,21 +75,46 @@ By default, SOAP calls are cached uniquely for each user session. By selecting
|
|||
lastUpdated => 1033575504
|
||||
},
|
||||
|
||||
'9' => {
|
||||
message => q|Debug?|,
|
||||
'22' => {
|
||||
message => q|Parse error on SOAP parameters.|,
|
||||
lastUpdated => 1055348597
|
||||
},
|
||||
|
||||
'1' => {
|
||||
message => q|Web Services Client|,
|
||||
lastUpdated => 1033575504
|
||||
},
|
||||
|
||||
'24' => {
|
||||
message => q|SOAP return is type: |,
|
||||
lastUpdated => 1055349028
|
||||
'72' => {
|
||||
message => q|Web Services Client Template|,
|
||||
lastUpdated => 1072812143
|
||||
},
|
||||
|
||||
'31' => {
|
||||
message => q|<b>Debug:</b> Error: There was a problem with the SOAP call.|,
|
||||
'30' => {
|
||||
message => q|<b>Debug:</b> Error: The URI/WSDL specified is of an improper format.|,
|
||||
lastUpdated => 1033575504
|
||||
},
|
||||
|
||||
'13' => {
|
||||
message => q|Pagination after|,
|
||||
lastUpdated => 1072810296
|
||||
},
|
||||
|
||||
'16' => {
|
||||
message => q|HTTP Header Override|,
|
||||
lastUpdated => 1033575504
|
||||
},
|
||||
|
||||
'23' => {
|
||||
message => q|The URI/WSDL specified is of an improper format.|,
|
||||
lastUpdated => 1055348955
|
||||
},
|
||||
|
||||
'29' => {
|
||||
message => q|Session|,
|
||||
lastUpdated => 1088120988
|
||||
},
|
||||
|
||||
'25' => {
|
||||
message => q|There was a problem with the SOAP call: |,
|
||||
lastUpdated => 1055349116
|
||||
|
|
@ -120,9 +125,24 @@ By default, SOAP calls are cached uniquely for each user session. By selecting
|
|||
lastUpdated => 1055349028
|
||||
},
|
||||
|
||||
'23' => {
|
||||
message => q|The URI/WSDL specified is of an improper format.|,
|
||||
lastUpdated => 1055348955
|
||||
'28' => {
|
||||
message => q|Cache|,
|
||||
lastUpdated => 1088972047
|
||||
},
|
||||
|
||||
'3' => {
|
||||
message => q|SOAP Proxy|,
|
||||
lastUpdated => 1033575504
|
||||
},
|
||||
|
||||
'61' => {
|
||||
message => q|Web Services Client, Add/Edit|,
|
||||
lastUpdated => 1033575504
|
||||
},
|
||||
|
||||
'9' => {
|
||||
message => q|Debug?|,
|
||||
lastUpdated => 1033575504
|
||||
},
|
||||
|
||||
'12' => {
|
||||
|
|
@ -130,14 +150,14 @@ By default, SOAP calls are cached uniquely for each user session. By selecting
|
|||
lastUpdated => 1033575504
|
||||
},
|
||||
|
||||
'21' => {
|
||||
message => q|There were no results for this query.|,
|
||||
lastUpdated => 1033575504
|
||||
'14' => {
|
||||
message => q|Pagination variable|,
|
||||
lastUpdated => 1072810296
|
||||
},
|
||||
|
||||
'22' => {
|
||||
message => q|Parse error on SOAP parameters.|,
|
||||
lastUpdated => 1055348597
|
||||
'15' => {
|
||||
message => q|Decode utf8 data?|,
|
||||
lastUpdated => 1033575504
|
||||
},
|
||||
|
||||
'20' => {
|
||||
|
|
@ -145,14 +165,14 @@ By default, SOAP calls are cached uniquely for each user session. By selecting
|
|||
lastUpdated => 1033575504
|
||||
},
|
||||
|
||||
'16' => {
|
||||
message => q|HTTP Header Override|,
|
||||
'8' => {
|
||||
message => q|Preprocess macros on query?|,
|
||||
lastUpdated => 1033575504
|
||||
},
|
||||
|
||||
'72' => {
|
||||
message => q|Web Services Client Template|,
|
||||
lastUpdated => 1072812143
|
||||
'4' => {
|
||||
message => q|SOAP Method/Call|,
|
||||
lastUpdated => 1033575504
|
||||
},
|
||||
|
||||
'73' => {
|
||||
|
|
@ -182,39 +202,9 @@ names set for them by the SOAP server (i.e. perhaps "localTime" for a time query
|
|||
lastUpdated => 1072812143
|
||||
},
|
||||
|
||||
'15' => {
|
||||
message => q|Decode utf8 data?|,
|
||||
lastUpdated => 1033575504
|
||||
},
|
||||
|
||||
'14' => {
|
||||
message => q|Pagination variable|,
|
||||
lastUpdated => 1072810296
|
||||
},
|
||||
|
||||
'30' => {
|
||||
message => q|<b>Debug:</b> Error: The URI/WSDL specified is of an improper format.|,
|
||||
lastUpdated => 1033575504
|
||||
},
|
||||
|
||||
'13' => {
|
||||
message => q|Pagination after|,
|
||||
lastUpdated => 1072810296
|
||||
},
|
||||
|
||||
'26' => {
|
||||
message => q|Could not connect to SOAP server.|,
|
||||
lastUpdated => 1055349311
|
||||
},
|
||||
|
||||
'28' => {
|
||||
message => q|Cache|,
|
||||
lastUpdated => 1088972047
|
||||
},
|
||||
|
||||
'29' => {
|
||||
message => q|Session|,
|
||||
lastUpdated => 1088120988
|
||||
'24' => {
|
||||
message => q|SOAP return is type: |,
|
||||
lastUpdated => 1055349028
|
||||
},
|
||||
|
||||
'19' => {
|
||||
|
|
@ -222,6 +212,16 @@ names set for them by the SOAP server (i.e. perhaps "localTime" for a time query
|
|||
lastUpdated => 1088972047
|
||||
},
|
||||
|
||||
'31' => {
|
||||
message => q|<b>Debug:</b> Error: There was a problem with the SOAP call.|,
|
||||
lastUpdated => 1033575504
|
||||
},
|
||||
|
||||
'5' => {
|
||||
message => q|SOAP Call Parameters|,
|
||||
lastUpdated => 1033575504
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -1,9 +1,14 @@
|
|||
package WebGUI::i18n::English::WebGUIProfile;
|
||||
|
||||
our $I18N = {
|
||||
'471' => {
|
||||
message => q|Edit User Profile Field|,
|
||||
lastUpdated => 1031514049
|
||||
'787' => {
|
||||
message => q|Edit this profile field.|,
|
||||
lastUpdated => 1036964659
|
||||
},
|
||||
|
||||
'790' => {
|
||||
message => q|Delete this profile category.|,
|
||||
lastUpdated => 1036964807
|
||||
},
|
||||
|
||||
'466' => {
|
||||
|
|
@ -11,59 +16,29 @@ our $I18N = {
|
|||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'467' => {
|
||||
message => q|Are you certain you wish to delete this field and all user data attached to it?|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'473' => {
|
||||
message => q|Visible?|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'474' => {
|
||||
message => q|Required?|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'489' => {
|
||||
message => q|Profile Category|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'490' => {
|
||||
message => q|Add a profile category.|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'491' => {
|
||||
message => q|Add a profile field.|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'468' => {
|
||||
message => q|Edit User Profile Category|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'790' => {
|
||||
message => q|Delete this profile category.|,
|
||||
lastUpdated => 1036964807
|
||||
'489' => {
|
||||
message => q|Profile Category|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'789' => {
|
||||
message => q|Edit this profile category.|,
|
||||
lastUpdated => 1036964795
|
||||
'471' => {
|
||||
message => q|Edit User Profile Field|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'788' => {
|
||||
message => q|Delete this profile field.|,
|
||||
lastUpdated => 1036964681
|
||||
'491' => {
|
||||
message => q|Add a profile field.|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'787' => {
|
||||
message => q|Edit this profile field.|,
|
||||
lastUpdated => 1036964659
|
||||
'467' => {
|
||||
message => q|Are you certain you wish to delete this field and all user data attached to it?|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'897' => {
|
||||
|
|
@ -71,6 +46,31 @@ our $I18N = {
|
|||
lastUpdated => 1050167573
|
||||
},
|
||||
|
||||
'474' => {
|
||||
message => q|Required?|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'789' => {
|
||||
message => q|Edit this profile category.|,
|
||||
lastUpdated => 1036964795
|
||||
},
|
||||
|
||||
'490' => {
|
||||
message => q|Add a profile category.|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'788' => {
|
||||
message => q|Delete this profile field.|,
|
||||
lastUpdated => 1036964681
|
||||
},
|
||||
|
||||
'473' => {
|
||||
message => q|Visible?|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
|
|
@ -1,9 +1,34 @@
|
|||
package WebGUI::i18n::English::WobjectProxy;
|
||||
|
||||
our $I18N = {
|
||||
'1' => {
|
||||
message => q|Wobject To Proxy|,
|
||||
lastUpdated => 1031514049
|
||||
'Criteria' => {
|
||||
message => q|Criteria|,
|
||||
lastUpdated => 1053183804
|
||||
},
|
||||
|
||||
'Random' => {
|
||||
message => q|Random|,
|
||||
lastUpdated => 1053183804
|
||||
},
|
||||
|
||||
'Resolve Multiples?' => {
|
||||
message => q|Resolve Multiples?|,
|
||||
lastUpdated => 1053183804
|
||||
},
|
||||
|
||||
'7' => {
|
||||
message => q|Override title?|,
|
||||
lastUpdated => 1053183682
|
||||
},
|
||||
|
||||
'isnt' => {
|
||||
message => q|isn't|,
|
||||
lastUpdated => 1053183804
|
||||
},
|
||||
|
||||
'is' => {
|
||||
message => q|is|,
|
||||
lastUpdated => 1053183804
|
||||
},
|
||||
|
||||
'2' => {
|
||||
|
|
@ -11,18 +36,13 @@ our $I18N = {
|
|||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'3' => {
|
||||
message => q|Wobject Proxy|,
|
||||
lastUpdated => 1031514049
|
||||
'equal to' => {
|
||||
message => q|equal to|,
|
||||
lastUpdated => 1053183804
|
||||
},
|
||||
|
||||
'4' => {
|
||||
message => q|Wobject proxying failed. Perhaps the proxied wobject has been deleted.|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'5' => {
|
||||
message => q|Wobject Proxy, Add/Edit|,
|
||||
'1' => {
|
||||
message => q|Wobject To Proxy|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
|
|
@ -70,94 +90,70 @@ A property or value must be quoted if it contains spaces. Feel free to use the c
|
|||
lastUpdated => 1057091098
|
||||
},
|
||||
|
||||
'8' => {
|
||||
message => q|Override display title?|,
|
||||
lastUpdated => 1053183719,
|
||||
context => q|Asking the user if s/he would like to use the "display title" setting specified in the wobject proxy or the original display title setting of the original wobject.|
|
||||
'greater than' => {
|
||||
message => q|greater than|,
|
||||
lastUpdated => 1053183804
|
||||
},
|
||||
|
||||
'10' => {
|
||||
message => q|Override template?|,
|
||||
lastUpdated => 1053183837,
|
||||
context => q|Asking the user if s/he would like to use the template specified in the wobject proxy or the original template of the original wobject.|
|
||||
},
|
||||
|
||||
'7' => {
|
||||
message => q|Override title?|,
|
||||
lastUpdated => 1053183682,
|
||||
context => q|Asking the user if s/he would like to use the title specified in the wobject proxy or the original title of the original wobject.|
|
||||
'3' => {
|
||||
message => q|Wobject Proxy|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'9' => {
|
||||
message => q|Override description?|,
|
||||
lastUpdated => 1053183804,
|
||||
context => q|Asking the user if s/he would like to use the description specified in the wobject proxy or the original description of the original wobject.|
|
||||
lastUpdated => 1053183804
|
||||
},
|
||||
|
||||
'Proxy by alternate criteria?' => {
|
||||
message => q|Proxy by alternate criteria?|,
|
||||
lastUpdated => 1053183804,
|
||||
context => q|Asking the user if s/he would like to use alternate criteria to find a matching a wobject to proxy.|
|
||||
},
|
||||
'Resolve Multiples?' => {
|
||||
message => q|Resolve Multiples?|,
|
||||
lastUpdated => 1053183804,
|
||||
context => q|Asking the user what sort order (random / most recent) to use if multiple hits are found.|
|
||||
},
|
||||
'Most Recent' => {
|
||||
message => q|Most Recent|,
|
||||
lastUpdated => 1053183804,
|
||||
context => q|Selectlist item for "Resolve Multiples?"|
|
||||
},
|
||||
'Random' => {
|
||||
message => q|Random|,
|
||||
lastUpdated => 1053183804,
|
||||
context => q|Selectlist item for "Resolve Multiples?"|
|
||||
},
|
||||
'Criteria' => {
|
||||
message => q|Criteria|,
|
||||
lastUpdated => 1053183804,
|
||||
context => q|Label for the criteria textarea|
|
||||
},
|
||||
lastUpdated => 1053183804
|
||||
},
|
||||
|
||||
'not equal to' => {
|
||||
message => q|not equal to|,
|
||||
lastUpdated => 1053183804
|
||||
},
|
||||
|
||||
'less than' => {
|
||||
message => q|less than|,
|
||||
lastUpdated => 1053183804
|
||||
},
|
||||
|
||||
'8' => {
|
||||
message => q|Override display title?|,
|
||||
lastUpdated => 1053183719
|
||||
},
|
||||
|
||||
'AND' => {
|
||||
message => q|AND|,
|
||||
lastUpdated => 1053183804,
|
||||
context => q|Part of the WobjectProxy Query Builder|
|
||||
},
|
||||
'OR' => {
|
||||
message => q|OR|,
|
||||
lastUpdated => 1053183804,
|
||||
context => q|Part of the WobjectProxy Query Builder|
|
||||
},
|
||||
'is' => {
|
||||
message => q|is|,
|
||||
lastUpdated => 1053183804,
|
||||
context => q|Part of the WobjectProxy Query Builder|
|
||||
},
|
||||
'isnt' => {
|
||||
message => q|isn't|,
|
||||
lastUpdated => 1053183804,
|
||||
context => q|Part of the WobjectProxy Query Builder|
|
||||
},
|
||||
"less than" => {
|
||||
message => q|less than|,
|
||||
lastUpdated => 1053183804,
|
||||
context => q|Part of the WobjectProxy Query Builder|
|
||||
},
|
||||
"equal to" => {
|
||||
message => q|equal to|,
|
||||
lastUpdated => 1053183804,
|
||||
context => q|Part of the WobjectProxy Query Builder|
|
||||
},
|
||||
"greater than" => {
|
||||
message => q|greater than|,
|
||||
lastUpdated => 1053183804,
|
||||
context => q|Part of the WobjectProxy Query Builder|
|
||||
},
|
||||
"not equal to" => {
|
||||
message => q|not equal to|,
|
||||
lastUpdated => 1053183804,
|
||||
context => q|Part of the WobjectProxy Query Builder|
|
||||
},
|
||||
lastUpdated => 1053183804
|
||||
},
|
||||
|
||||
'4' => {
|
||||
message => q|Wobject proxying failed. Perhaps the proxied wobject has been deleted.|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'Most Recent' => {
|
||||
message => q|Most Recent|,
|
||||
lastUpdated => 1053183804
|
||||
},
|
||||
|
||||
'10' => {
|
||||
message => q|Override template?|,
|
||||
lastUpdated => 1053183837
|
||||
},
|
||||
|
||||
'OR' => {
|
||||
message => q|OR|,
|
||||
lastUpdated => 1053183804
|
||||
},
|
||||
|
||||
'5' => {
|
||||
message => q|Wobject Proxy, Add/Edit|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue