webgui/lib/WebGUI/i18n/English/Asset_AdSku.pm
2009-03-19 04:12:03 +00:00

272 lines
5.8 KiB
Perl

package WebGUI::i18n::English::Asset_AdSku;
use strict;
our $I18N = {
'assetName' => {
message => q|Ad Sales|,
lastUpdated => 0,
context => q|The name of the Ad Sales asset|,
},
'property purchase template' => {
message => q|property purchase template|,
lastUpdated => 0,
context => q|TODO|
},
'property purchase template help' => {
message => q|property purchase template help|,
lastUpdated => 0,
context => q|TODO|
},
'property manage template' => {
message => q|property manage template|,
lastUpdated => 0,
context => q|TODO|
},
'property manage template help' => {
message => q|property manage template help|,
lastUpdated => 0,
context => q|TODO|
},
'property ad space' => {
message => q|property ad space|,
lastUpdated => 0,
context => q|TODO|
},
'property ad Space help' => {
message => q|property ad Space help|,
lastUpdated => 0,
context => q|TODO|
},
'property priority' => {
message => q|property priority|,
lastUpdated => 0,
context => q|TODO|
},
'property price per click' => {
message => q|property price per click|,
lastUpdated => 0,
context => q|TODO|
},
'property price per click help' => {
message => q|property price per click help|,
lastUpdated => 1165511641,
context => q|TODO|
},
'property price per impression' => {
message => q|property price per impression|,
lastUpdated => 0,
context => q|TODO|
},
'property price per impression help' => {
message => q|property price per impression help|,
lastUpdated => 0,
context => q|TODO|
},
'property click discounts' => {
message => q|property click discounts|,
lastUpdated => 0,
context => q|TODO|
},
'property click discounts help' => {
message => q|property click discounts help|,
lastUpdated => 0,
context => q|TODO|
},
'property impression discounts' => {
message => q|property impression discounts|,
lastUpdated => 0,
context => q|TODO|
},
'property impression discounts help' => {
message => q|property impression discounts help|,
lastUpdated => 0,
context => q|TODO|
},
'property adsku karma' => {
message => q|property adsku karma|,
lastUpdated => 0,
context => q|TODO|
},
'property adsku karma description' => {
message => q|property adsku karma description|,
lastUpdated => 0,
context => q|TODO|
},
'Ad Space' => {
message => q|Ad Space|,
lastUpdated => 0,
context => q|name for the Ad Space Sku|
},
'Ad Title' => {
message => q|Ad Title|,
lastUpdated => 0,
context => q|TODO|
},
'Ad Link' => {
message => q|Ad Link|,
lastUpdated => 0,
context => q|TODO|
},
'Image' => {
message => q|Image|,
lastUpdated => 0,
context => q|TODO|
},
'number of clicks' => {
message => q|number of clicks|,
lastUpdated => 0,
context => q|TODO|
},
'number of impressions' => {
message => q|number of impressions|,
lastUpdated => 0,
context => q|TODO|
},
'click discount' => {
message => q|Discount at %s clicks|,
lastUpdated => 0,
context => q|TODO|
},
'impression discount' => {
message => q|Discount at %s impressions|,
lastUpdated => 0,
context => q|TODO|
},
'per click' => {
message => q|@ %f per click|,
lastUpdated => 0,
context => q|TODO|
},
'per impression' => {
message => q|@ %f per impression|,
lastUpdated => 0,
context => q|TODO|
},
'form manage title' => {
message => q|Manage My Ads|,
lastUpdated => 0,
context => q|text for the title of the form where the user can manage previously purchased advertisements|
},
'form manage link' => {
message => q|Manage My Ads|,
lastUpdated => 0,
context => q|text for a link to the form where the user can manage previously purchased advertisements|
},
'form purchase link' => {
message => q|Purchase Ads|,
lastUpdated => 0,
context => q|text for a link to the form where the user can purchase advertisements|
},
'manage form table header title' => {
message => q|Title|,
lastUpdated => 0,
context => q|header for the adspace manage form: the title field|
},
'manage form table header clicks' => {
message => q|Clicks|,
lastUpdated => 0,
context => q|header for the adspace manage form: the clicks field|
},
'manage form table header impressions' => {
message => q|Impressions|,
lastUpdated => 0,
context => q|header for the adspace manage form: the impressions field|
},
'manage form table header renew' => {
message => q|Renew|,
lastUpdated => 0,
context => q|header for the adspace manage form: the renew field|
},
'manage form table value deleted' => {
message => q|Deleted|,
lastUpdated => 0,
context => q|contents for the renew field on the manage ads table: indicates a deleted item|
},
'manage form table value renew' => {
message => q|Renew|,
lastUpdated => 0,
context => q|contents for the renew field on the manage ads table: indicates a renewable item|
},
'purchase button' => {
message => q|Add To Cart|,
lastUpdated => 0,
context => q|add the described item to the shopping cart|
},
'form purchase ad title' => {
message => q|Ad Title|,
lastUpdated => 0,
context => q|the title chosen by the buyer for the advertisement|
},
'form purchase ad link' => {
message => q|Ad Link|,
lastUpdated => 0,
context => q|the link the advertisement leads to|
},
'form purchase ad image' => {
message => q|Image|,
lastUpdated => 0,
context => q|the image to be displayed in the ad|
},
'form purchase number of clicks' => {
message => q|Number of Clicks|,
lastUpdated => 0,
context => q|the number of clicks the buyer wishes to purchase|
},
'form purchase number of impressions' => {
message => q|Number of Impressions|,
lastUpdated => 0,
context => q|the number of impressions the user wishes to purchase|
},
'TODO' => {
message => q|TODO|,
lastUpdated => 0,
context => q|TODO|
},
};
1;