Updated internationalization and hoverhelp
This commit is contained in:
parent
846dc2cc60
commit
4b120aed10
2 changed files with 132 additions and 16 deletions
111
lib/WebGUI/i18n/English/Asset_UserList.pm
Normal file
111
lib/WebGUI/i18n/English/Asset_UserList.pm
Normal file
|
|
@ -0,0 +1,111 @@
|
|||
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
|
||||
},
|
||||
|
||||
'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
|
||||
},
|
||||
|
||||
'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
|
||||
},
|
||||
|
||||
'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 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
|
||||
},
|
||||
|
||||
'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
|
||||
},
|
||||
|
||||
'Profile not public message' => {
|
||||
message => q|Profile not public|,
|
||||
lastUpdated => 1081514049
|
||||
},
|
||||
|
||||
'Email not public message' => {
|
||||
message => q|Email not public|,
|
||||
lastUpdated => 1081514049
|
||||
},
|
||||
|
||||
'query label' => {
|
||||
message => q|Query|,
|
||||
lastUpdated => 1081514049
|
||||
},
|
||||
|
||||
'submit search label' => {
|
||||
message => q|Search|,
|
||||
lastUpdated => 1081514049
|
||||
},
|
||||
|
||||
'or label' => {
|
||||
message => q|Or|,
|
||||
lastUpdated => 1081514049
|
||||
},
|
||||
|
||||
'and label' => {
|
||||
message => q|And|,
|
||||
lastUpdated => 1081514049
|
||||
},
|
||||
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue