webgui/lib/WebGUI/i18n/English/Asset_UserList.pm
2008-06-23 16:18:51 +00:00

434 lines
14 KiB
Perl

package WebGUI::i18n::English::Asset_UserList;
our $I18N = {
'assetName' => {
message => q|User List|,
lastUpdated => 1081514049,
},
'UserList Add/Edit' => {
message => q|User List Add/Edit|,
lastUpdated => 1081514049
},
'UserList Template' => {
message => q|User List Template|,
lastUpdated => 1081514049
},
'Edit/Add UserList' => {
message => q|Edit/Add User List|,
lastUpdated => 1081514049
},
'templateId' => {
message => q|The ID of the template used to display the UserList Asset.|,
lastUpdated => 1168897708,
},
'template label' => {
message => q|UserList Template|,
lastUpdated => 1168897708,
},
'template description' => {
message => q|Choose a template for this UserList.|,
lastUpdated => 1168897708,
},
'showGroupId' => {
message => q|Only users that are in this group will be shown.|,
lastUpdated => 1081514049
},
'Group to show label' => {
message => q|Group to show|,
lastUpdated => 1081514049
},
'Group to show description' => {
message => q|Only users in this group will be shown in the user list. The default value is
'Everyone'.|,
lastUpdated => 1081514049
},
'hideGroupId' => {
message => q|Users in this group will be hidden.|,
lastUpdated => 1081514049
},
'Group to hide label' => {
message => q|Group to hide|,
lastUpdated => 1081514049
},
'Group to hide description' => {
message => q|Select a group to hide from the user list. The default value is 'Admins'.|,
lastUpdated => 1081514049
},
'usersPerPage' => {
message => q|The number of users per page|,
lastUpdated => 1081514049
},
'Users per page label' => {
message => q|Users per page|,
lastUpdated => 1081514049
},
'Users per page description' => {
message => q|The number of users per page|,
lastUpdated => 1081514049
},
'showOnlyVisibleAsNamed' => {
message => q|Boolean. If true then only fields that are set to 'visible' in the user profile settings
will be available as named tmpl_vars|,
lastUpdated => 1081514049
},
'showOnlyVisibleAsNamed label' => {
message => q|Show only visible fields as named tmpl_vars|,
lastUpdated => 1081514049
},
'showOnlyVisibleAsNamed description' => {
message => q|If set to Yes then only fields that are set to 'visible' in the user profile settings
will be available as named tmpl_vars|,
lastUpdated => 1081514049
},
'overridePublicEmail label' => {
message => q|Override Email Public|,
lastUpdated => 1081514049
},
'overridePublicEmail description' => {
message => q|If set to Yes then the 'Make email address public' setting in the user profile
settings will be ignored. The User List will always show email addresses.|,
lastUpdated => 1081514049
},
'overridePublicProfile label' => {
message => q|Override Profile Public|,
lastUpdated => 1081514049
},
'overridePublicProfile description' => {
message => q|If set to Yes then the 'Make profile public' setting in the user profile settings will
be ignored. The User List will show every users profile.|,
lastUpdated => 1081514049
},
'alphabet' => {
message => q|The alphabet that is used for the alphabet search. This is a string of comma
seperated values|,
lastUpdated => 1081514049
},
'alphabet label' => {
message => q|Alphabet|,
lastUpdated => 1081514049
},
'alphabet description' => {
message => q|The alphabet that is used for the alphabet search. Has to be a string of comma
seperated values|,
lastUpdated => 1081514049
},
'alphabetSearchField' => {
message => q|The field in which the alphabet search will be done.|,
lastUpdated => 1081514049
},
'alphabetSearchField label' => {
message => q|Alphabet Search Field|,
lastUpdated => 1081514049
},
'alphabetSearchField description' => {
message => q|Select the profile field in which the alphabet search will be done.|,
lastUpdated => 1081514049
},
'Profile not public message' => {
message => q|Profile not public|,
lastUpdated => 1081514049
},
'No users message' => {
message => q|No users found|,
lastUpdated => 1081514049
},
'Email not public message' => {
message => q|Email not public|,
lastUpdated => 1081514049
},
'id label' => {
message => q|Id|,
lastUpdated => 1081514049
},
'username label' => {
message => q|Username|,
lastUpdated => 1081514049
},
'query label' => {
message => q|Query|,
lastUpdated => 1081514049
},
'search in label' => {
message => q|Search in:|,
lastUpdated => 1081514049
},
'submit search label' => {
message => q|Search|,
lastUpdated => 1081514049
},
'or label' => {
message => q|Or|,
lastUpdated => 1081514049
},
'and label' => {
message => q|And|,
lastUpdated => 1081514049
},
'searchFormHeader' => {
message => q|The header tag for the search form.|,
lastUpdated => 1081514049
},
'searchFormSubmit' => {
message => q|The submit form element for the search form|,
lastUpdated => 1081514049
},
'searchFormFooter' => {
message => q|The footer tag for the search form|,
lastUpdated => 1081514049
},
'searchFormTypeOr' => {
message => q|A hidden form element to set the search type to 'or'.|,
lastUpdated => 1081514049
},
'searchFormTypeAnd' => {
message => q|A hidden form element to set the search type to 'and'.|,
lastUpdated => 1081514049
},
'searchFormTypeSelect' => {
message => q|A select box to let the user select the search type.|,
lastUpdated => 1081514049
},
'searchFormTypeSelect label' => {
message => q|Select search type|,
lastUpdated => 1081514049
},
'searchFormQuery_form' => {
message => q|A text input for the search query.|,
lastUpdated => 1081514049
},
'search_PROFILEFIELDNAME_text' => {
message => q|A text input to do a normal search in profile field PROFILEFIELDNAME. Example:
<tmpl_var search_lastName_text>.|,
lastUpdated => 1081514049
},
'search_PROFILEFIELDNAME_form' => {
message => q|The form element tied to this field to do a normal search in profile field PROFILEFIELDNAME. Example:
<tmpl_var search_timeZone_form> will be a select box.|,
lastUpdated => 1081514049
},
'searchExact_PROFILEFIELDNAME_text' => {
message => q|A text input to do an exact search in profile field PROFILEFIELDNAME. Example:
<tmpl_var searchExact_email_text>.|,
lastUpdated => 1081514049
},
'searchExact_PROFILEFIELDNAME_form' => {
message => q|The form element tied to this field to do an exact search in profile field PROFILEFIELDNAME. Example:
<tmpl_var searchExact_email_form>.|,
lastUpdated => 1081514049
},
'limitSearch' => {
message => q|A hidden form element to indicate that the search is limited to certain profile
fields. Use includeInSearch_PROFILEFIELDNAME_hidden or includeInSearch_PROFILEFIELDNAME_checkBox tmpl_vars to
select which fields the search is limited to.|,
lastUpdated => 1081514049
},
'includeInSearch_PROFILEFIELDNAME_hidden' => {
message => q|A hidden form element to indicate that profile field PROFILEFIELDNAME will be
searched. This will only have an effect if the limitSearch tmpl_var is part of the search form.|,
lastUpdated => 1081514049
},
'includeInSearch_PROFILEFIELDNAME_checkBox' => {
message => q|A checkBox that the user can use to choose whether profile field PROFILEFIELDNAME will
be searched or not. This will only have an effect if the limitSearch tmpl_var is part of the search form.|,
lastUpdated => 1081514049
},
'numberOfProfileFields' => {
message => q|The number of profile fields.|,
lastUpdated => 1081514049
},
'alphabetSearch_loop' => {
message => q|A loop that contains elements to create an alphabetical search.|,
lastUpdated => 1081514049
},
'alphabetSearch_loop_label' => {
message => q|The label for this alphabet search query. Usually one letter of the alphabet.|,
lastUpdated => 1081514049
},
'alphabetSearch_loop_hasResults' => {
message => q|A conditional that is true if there are any results for this alphabet query.|,
lastUpdated => 1081514049
},
'alphabetSearch_loop_searchURL' => {
message => q|The url to do an alphabet search on this query.|,
lastUpdated => 1081514049
},
'user_loop' => {
message => q|A loop containing the users that are listed by the UserList.|,
lastUpdated => 1081514049
},
'user_name' => {
message => q|The username of the user.|,
lastUpdated => 1081514049
},
'user_id' => {
message => q|The userId of the user|,
lastUpdated => 1081514049
},
'user_profile_PROFILEFIELDNAME_value' => {
message => q|The value of the profile field with the name PROFILEFIELDNAME in the users user
profile. Example <tmpl_var user_profile_firstName_value>|,
lastUpdated => 1081514049
},
'user_profile_PROFILEFIELDNAME_file' => {
message => q|The file for the profile field with the name PROFILEFIELDNAME in the users user
profile. Example <tmpl_var user_profile_firstName_file>. This is available if the profile field is a file or
an image.|,
lastUpdated => 1081514049
},
'user_profile_emailNotPublic' => {
message => q|A conditional that is true if the users email address is not public.|,
lastUpdated => 1081514049
},
'user_profile_loop' => {
message => q|A loop containing the users profile fields.|,
lastUpdated => 1081514049
},
'profile_emailNotPublic' => {
message => q|A conditional that is true if the users email address is not public. It will only be
true for the 'email' profile field.|,
lastUpdated => 1081514049
},
'profile_value' => {
message => q|The value of the profile field for this user.|,
lastUpdated => 1081514049
},
'profile_file' => {
message => q|The file for this profile field, available if the profile field is an image or file.|,
lastUpdated => 1081514049
},
'profileField_loop' => {
message => q|A loop containing profile fields|,
lastUpdated => 1081514049
},
'profileField_label' => {
message => q|The label for this profile field|,
lastUpdated => 1081514049
},
'profileField_sortByURL' => {
message => q|The URL to sort the UserList by this profile field. The default sort order
is ascending. After clicking the sort by link for a profile field the sort order will be reversed.|,
lastUpdated => 1081514049
},
'profileField_PROFILEFIELDNAME_label' => {
message => q|The label for the profile field with fieldName PROFILEFIELDNAME. Example <tmpl_var
profileField_lastName_label>. This tmpl_var exists outside of the profileField_loop.|,
lastUpdated => 1081514049
},
'profileField_PROFILEFIELDNAME_sortByURL' => {
message => q|The URL to sort the UserList by PROFILEFIELDNAME. Example <tmpl_var
profileField_lastName_sortByURL>. This tmpl_var exists outside of the profileField_loop. The default sort order
is ascending. After clicking the sort by link for a profile field the sort order will be reversed.|,
lastUpdated => 1081514049
},
'sort by' => {
message => q|Sort By|,
lastUpdated => 1109698614,
},
'sort order' => {
message => q|Sort Order|,
lastUpdated => 1109698614,
},
'sort by description' => {
message => q|By default, all users are displayed in a sorted order. Use this
field to choose by what field they are sorted.|,
lastUpdated => 1119070429,
},
'sort order description' => {
message => q|Sort in ascending or descending order.|,
lastUpdated => 1119070429,
},
'ascending' => {
message => q|Ascending|,
lastUpdated => 1113673328,
},
'descending' => {
message => q|Descending|,
lastUpdated => 1113673330,
},
};
1;