setting $session->user now changes the id for the session as it should
continued adding ad management system added field sets to htmlform and tab form
This commit is contained in:
parent
f9b8582426
commit
ae8f3d87f6
13 changed files with 565 additions and 14 deletions
209
lib/WebGUI/i18n/English/AdSpace.pm
Normal file
209
lib/WebGUI/i18n/English/AdSpace.pm
Normal file
|
|
@ -0,0 +1,209 @@
|
|||
package WebGUI::i18n::English::AdSpace;
|
||||
|
||||
our $I18N = {
|
||||
|
||||
'ad text' => {
|
||||
message => q|Ad Text|,
|
||||
lastUpdated => 0,
|
||||
context => q|a form property in the ad editor|
|
||||
},
|
||||
|
||||
'ad text help' => {
|
||||
message => q|Please type up to 255 characters of text that you'd like to see appear in this ad. Keep in mind that depending upon the size of your ad, the whole amount of text may not be seen if it's long. We recommend keeping it to 60 characters or less.|,
|
||||
lastUpdated => 0,
|
||||
context => q|help for a form property in the ad editor|
|
||||
},
|
||||
|
||||
'type' => {
|
||||
message => q|Type|,
|
||||
lastUpdated => 0,
|
||||
context => q|a form property in the ad editor|
|
||||
},
|
||||
|
||||
'type help' => {
|
||||
message => q|What kind of ad are we running?|,
|
||||
lastUpdated => 0,
|
||||
context => q|help for a form property in the ad editor|
|
||||
},
|
||||
|
||||
'text' => {
|
||||
message => q|Text|,
|
||||
lastUpdated => 0,
|
||||
context => q|a type of ad that is text only|
|
||||
},
|
||||
|
||||
'image' => {
|
||||
message => q|Image|,
|
||||
lastUpdated => 0,
|
||||
context => q|a type of ad that displays a banner image|
|
||||
},
|
||||
|
||||
'rich' => {
|
||||
message => q|Rich Media|,
|
||||
lastUpdated => 0,
|
||||
context => q|a type of ad that contains javascript, flash, html forms, or some other rich media|
|
||||
},
|
||||
|
||||
'ad id' => {
|
||||
message => q|Ad Id|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'edit this ad space' => {
|
||||
message => q|Edit this ad space.|,
|
||||
lastUpdated => 0,
|
||||
context => q|a menu label for manageing ad spaces|
|
||||
},
|
||||
|
||||
'manage ad spaces' => {
|
||||
message => q|Manage ad spaces.|,
|
||||
lastUpdated => 0,
|
||||
context => q|a menu label for manageing ad spaces|
|
||||
},
|
||||
|
||||
'add an ad' => {
|
||||
message => q|Add an ad.|,
|
||||
lastUpdated => 0,
|
||||
context => q|a menu label for adding a new advertisement|
|
||||
},
|
||||
|
||||
'used' => {
|
||||
message => q|Used|,
|
||||
lastUpdated => 0,
|
||||
context => q|the number of impressions displayed or clicks will be displayed after this label|
|
||||
},
|
||||
|
||||
'is active' => {
|
||||
message => q|Is active?|,
|
||||
lastUpdated => 0,
|
||||
context => q|a form property in the ad editor|
|
||||
},
|
||||
|
||||
'is active help' => {
|
||||
message => q|Should this ad be included in the rotation?|,
|
||||
lastUpdated => 0,
|
||||
context => q|help for a form property in the ad editor|
|
||||
},
|
||||
|
||||
'clicks bought' => {
|
||||
message => q|Clicks Purchased|,
|
||||
lastUpdated => 0,
|
||||
context => q|a form property in the ad editor|
|
||||
},
|
||||
|
||||
'clicks bought help' => {
|
||||
message => q|How many clicks has the advertiser purchased? If they purchased a number of impressions you can leave this at zero.|,
|
||||
lastUpdated => 0,
|
||||
context => q|help for a form property in the ad editor|
|
||||
},
|
||||
|
||||
'impressions bought' => {
|
||||
message => q|Impressions Purchased|,
|
||||
lastUpdated => 0,
|
||||
context => q|a form property in the ad editor|
|
||||
},
|
||||
|
||||
'impressions bought help' => {
|
||||
message => q|How many impressions (individual displays of the ad) has the advertiser purchased? If they purchased a number of clicks you can leave this at zero.|,
|
||||
lastUpdated => 0,
|
||||
context => q|help for a form property in the ad editor|
|
||||
},
|
||||
|
||||
'edit advertisement' => {
|
||||
message => q|Edit Advertisement|,
|
||||
lastUpdated => 0,
|
||||
context => q|title of ad space edit screen|
|
||||
},
|
||||
|
||||
'edit ad space' => {
|
||||
message => q|Edit Ad Space|,
|
||||
lastUpdated => 0,
|
||||
context => q|title of ad space edit screen|
|
||||
},
|
||||
|
||||
'ad space id' => {
|
||||
message => q|Ad Space Id|,
|
||||
lastUpdated => 0,
|
||||
context => q|a form property in the ad manager|
|
||||
},
|
||||
|
||||
'name' => {
|
||||
message => q|Name|,
|
||||
lastUpdated => 0,
|
||||
context => q|a form property in the ad manager|
|
||||
},
|
||||
|
||||
'name help' => {
|
||||
message => q|This string is used in combination with the AdSpace macro to place ads on the site. It should contain no spaces and only alpha-numeric chracters.|,
|
||||
lastUpdated => 0,
|
||||
context => q|help for a form property in the ad manager|
|
||||
},
|
||||
|
||||
'description' => {
|
||||
message => q|Description|,
|
||||
lastUpdated => 0,
|
||||
context => q|a form property in the ad manager|
|
||||
},
|
||||
|
||||
'description help' => {
|
||||
message => q|A full description of where this ad space will be located on the site.|,
|
||||
lastUpdated => 0,
|
||||
context => q|help for a form property in the ad manager|
|
||||
},
|
||||
|
||||
'title' => {
|
||||
message => q|Title|,
|
||||
lastUpdated => 0,
|
||||
context => q|a form property in the ad manager|
|
||||
},
|
||||
|
||||
'title help' => {
|
||||
message => q|A human readable label.|,
|
||||
lastUpdated => 0,
|
||||
context => q|help for a form property in the ad manager|
|
||||
},
|
||||
|
||||
'height' => {
|
||||
message => q|Height|,
|
||||
lastUpdated => 0,
|
||||
context => q|a form property in the ad manager|
|
||||
},
|
||||
|
||||
'height help' => {
|
||||
message => q|How tall (in pixels) should the ad space be.|,
|
||||
lastUpdated => 0,
|
||||
context => q|help for a form property in the ad manager|
|
||||
},
|
||||
|
||||
'width' => {
|
||||
message => q|Width|,
|
||||
lastUpdated => 0,
|
||||
context => q|a form property in the ad manager|
|
||||
},
|
||||
|
||||
'width help' => {
|
||||
message => q|How wide (in pixels) should the ad space be.|,
|
||||
lastUpdated => 0,
|
||||
context => q|help for a form property in the ad manager|
|
||||
},
|
||||
|
||||
'confirm ad space delete' => {
|
||||
message => q|Are you certain you want to delete this ad space and all the ads attached to it?|,
|
||||
lastUpdated => 0,
|
||||
context => q|menu item in ad manager|
|
||||
},
|
||||
|
||||
'add ad space' => {
|
||||
message => q|Add ad space.|,
|
||||
lastUpdated => 0,
|
||||
context => q|menu item in ad manager|
|
||||
},
|
||||
|
||||
'topicName' => {
|
||||
message => q|Advertising|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue