macro help moved into individual files
This commit is contained in:
parent
bfaf66f854
commit
13dee87a18
86 changed files with 1978 additions and 0 deletions
22
lib/WebGUI/i18n/English/At_username.pm
Normal file
22
lib/WebGUI/i18n/English/At_username.pm
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
package WebGUI::i18n::English::At_username;
|
||||
|
||||
our $I18N = {
|
||||
|
||||
'username title' => {
|
||||
message => q|User Name Macro|,
|
||||
lastUpdated => 1112466408,
|
||||
},
|
||||
|
||||
'username body' => {
|
||||
message => q|
|
||||
|
||||
<b>^@; - Username</b><br>
|
||||
The username of the currently logged in user.
|
||||
<p>
|
||||
|
||||
|,
|
||||
lastUpdated => 1112466919,
|
||||
},
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue