some changes
This commit is contained in:
parent
1869017ff3
commit
30fa2028ff
4 changed files with 152 additions and 19 deletions
128
lib/WebGUI/i18n/English/Asset_AdSku.pm
Normal file
128
lib/WebGUI/i18n/English/Asset_AdSku.pm
Normal file
|
|
@ -0,0 +1,128 @@
|
|||
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;
|
||||
|
|
@ -4338,6 +4338,12 @@ Users may override this setting in their profile.
|
|||
'recaptcha public key' => {
|
||||
message => 'reCAPTCHA Public Key'
|
||||
},
|
||||
'Ad Space control name' => {
|
||||
message => q|Ad Space|,
|
||||
lastUpdated => 0,
|
||||
context => q|name for the Ad Space control|
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue