128 lines
2.5 KiB
Perl
128 lines
2.5 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|
|
|
},
|
|
|
|
'TODO' => {
|
|
message => q|TODO|,
|
|
lastUpdated => 0,
|
|
context => q|TODO|
|
|
},
|
|
|
|
};
|
|
|
|
1;
|