- Inclusion of UsersOnline macro into the core (#766)
This commit is contained in:
parent
79635c0c2d
commit
b41c1639a1
13 changed files with 840 additions and 1 deletions
223
lib/WebGUI/i18n/English/Macro_UsersOnline.pm
Normal file
223
lib/WebGUI/i18n/English/Macro_UsersOnline.pm
Normal file
|
|
@ -0,0 +1,223 @@
|
|||
package WebGUI::i18n::English::Macro_UsersOnline;
|
||||
use utf8;
|
||||
|
||||
our $I18N = {
|
||||
|
||||
'Users Online' => {
|
||||
message => q|Users Online|,
|
||||
lastUpdated => 1178783587
|
||||
},
|
||||
|
||||
'Members' => {
|
||||
message => q|Members|,
|
||||
lastUpdated => 1178783587
|
||||
},
|
||||
|
||||
'Visitors' => {
|
||||
message => q|Visitors|,
|
||||
lastUpdated => 1178783587
|
||||
},
|
||||
|
||||
'Total' => {
|
||||
message => q|Total|,
|
||||
lastUpdated => 1178783587
|
||||
},
|
||||
|
||||
'Members Online' => {
|
||||
message => q|Members Online|,
|
||||
lastUpdated => 1178783587
|
||||
},
|
||||
|
||||
'Visitors Online' => {
|
||||
message => q|Visitors Online|,
|
||||
lastUpdated => 1178783587
|
||||
},
|
||||
|
||||
'Avatar' => {
|
||||
message => q|Avatar|,
|
||||
lastUpdated => 1178783587
|
||||
},
|
||||
|
||||
'Name' => {
|
||||
message => q|Name|,
|
||||
lastUpdated => 1178783587
|
||||
},
|
||||
|
||||
'Alias' => {
|
||||
message => q|Alias|,
|
||||
lastUpdated => 1178783587
|
||||
},
|
||||
|
||||
'Session' => {
|
||||
message => q|Session|,
|
||||
lastUpdated => 1178783587
|
||||
},
|
||||
|
||||
'IP' => {
|
||||
message => q|IP|,
|
||||
lastUpdated => 1178783587
|
||||
},
|
||||
|
||||
'Last Activity' => {
|
||||
message => q|Last Activity|,
|
||||
lastUpdated => 1178783587
|
||||
},
|
||||
|
||||
'users online title' => {
|
||||
message => q|Users Online Macro|,
|
||||
lastUpdated => 1178783587
|
||||
},
|
||||
|
||||
'users online body' => {
|
||||
message => q|Macro for displaying users that are online. The number of online users, divided into members and visitors, is determined. Users are considered online if the last page request has occurred within a definable period of time. User-specific data is provided in two loops.|,
|
||||
lastUpdated => 1178783587
|
||||
},
|
||||
|
||||
'usersOnline_label' => {
|
||||
message => q|The words "Users Online".|,
|
||||
lastUpdated => 1178783587
|
||||
},
|
||||
|
||||
'members_label' => {
|
||||
message => q|The word "Members".|,
|
||||
lastUpdated => 1178783587
|
||||
},
|
||||
|
||||
'visitors_label' => {
|
||||
message => q|The word "Visitors".|,
|
||||
lastUpdated => 1178783587
|
||||
},
|
||||
|
||||
'total_label' => {
|
||||
message => q|The word "Total".|,
|
||||
lastUpdated => 1178783587
|
||||
},
|
||||
|
||||
'membersOnline_label' => {
|
||||
message => q|The words "Members Online".|,
|
||||
lastUpdated => 1178783587
|
||||
},
|
||||
|
||||
'visitorsOnline_label' => {
|
||||
message => q|The words "Visitors Online".|,
|
||||
lastUpdated => 1178783587
|
||||
},
|
||||
|
||||
'avatar_label' => {
|
||||
message => q|The word "Avatar".|,
|
||||
lastUpdated => 1178783587
|
||||
},
|
||||
|
||||
'name_label' => {
|
||||
message => q|The word "Name".|,
|
||||
lastUpdated => 1178783587
|
||||
},
|
||||
|
||||
'alias_label' => {
|
||||
message => q|The word "Alias".|,
|
||||
lastUpdated => 1178783587
|
||||
},
|
||||
|
||||
'session_label' => {
|
||||
message => q|The word "Session".|,
|
||||
lastUpdated => 1178783587
|
||||
},
|
||||
|
||||
'ip_label' => {
|
||||
message => q|The word "IP".|,
|
||||
lastUpdated => 1178783587
|
||||
},
|
||||
|
||||
'lastActivity_label' => {
|
||||
message => q|The words "Last Activity".|,
|
||||
lastUpdated => 1178783587
|
||||
},
|
||||
|
||||
'members' => {
|
||||
message => q|The number of members online.|,
|
||||
lastUpdated => 1178783587
|
||||
},
|
||||
|
||||
'visitors' => {
|
||||
message => q|The number of visitors online.|,
|
||||
lastUpdated => 1178783587
|
||||
},
|
||||
|
||||
'total' => {
|
||||
message => q|The total number of users online.|,
|
||||
lastUpdated => 1178783587
|
||||
},
|
||||
|
||||
'isVisitor' => {
|
||||
message => q|True if current user is visitor.|,
|
||||
lastUpdated => 1178783587
|
||||
},
|
||||
|
||||
'hasMembers' => {
|
||||
message => q|True if member loop contains items.|,
|
||||
lastUpdated => 1178783587
|
||||
},
|
||||
|
||||
'members_loops' => {
|
||||
message => q|Loop containing all members that are online and have agreed publication.|,
|
||||
lastUpdated => 1178783587
|
||||
},
|
||||
|
||||
'username' => {
|
||||
message => q|The username.|,
|
||||
lastUpdated => 1178783587
|
||||
},
|
||||
|
||||
'firstName' => {
|
||||
message => q|The first name.|,
|
||||
lastUpdated => 1178783587
|
||||
},
|
||||
|
||||
'middleName' => {
|
||||
message => q|The middle name.|,
|
||||
lastUpdated => 1178783587
|
||||
},
|
||||
|
||||
'lastName' => {
|
||||
message => q|The last name.|,
|
||||
lastUpdated => 1178783587
|
||||
},
|
||||
|
||||
'alias' => {
|
||||
message => q|The alias of the user.|,
|
||||
lastUpdated => 1178783587
|
||||
},
|
||||
|
||||
'avatar' => {
|
||||
message => q|The URL of the user's avatar.|,
|
||||
lastUpdated => 1178783587
|
||||
},
|
||||
|
||||
'uid' => {
|
||||
message => q|The user Id.|,
|
||||
lastUpdated => 1178783587
|
||||
},
|
||||
|
||||
'sessionId' => {
|
||||
message => q|The Id of the user session.|,
|
||||
lastUpdated => 1178783587
|
||||
},
|
||||
|
||||
'ip' => {
|
||||
message => q|The IP adress of the user.|,
|
||||
lastUpdated => 1178783587
|
||||
},
|
||||
|
||||
'lastActivity' => {
|
||||
message => q|The time of the last activity.|,
|
||||
lastUpdated => 1178783587
|
||||
},
|
||||
|
||||
'visitors_loops' => {
|
||||
message => q|Loop containing all visitors that are online.|,
|
||||
lastUpdated => 1178783587
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue