diff --git a/lib/WebGUI/i18n/English/Asset.pm b/lib/WebGUI/i18n/English/Asset.pm index 8cb34b9e2..df914fe53 100644 --- a/lib/WebGUI/i18n/English/Asset.pm +++ b/lib/WebGUI/i18n/English/Asset.pm @@ -17,6 +17,59 @@ our $I18N = { message => q|Asset ID|, lastUpdated => 1099344172, }, + + 'asset, add/edit' => { + message => q| +

+Title
+The title of the asset. This should be descriptive, but not very long. +

+ +

+Menu Title
+A shorter title that will appear in navigation. If left blank, this will default +to the Title. +

+ +

+URL
+The URL for this asset. +

+ +

+Hide from navigation?
+Whether or not this asset will be hidden from the navigation menu and site maps. +

+ +

+Open in new window?
+Select yes to open this asset in a new window. +

+ +

+Encrypt page?
+Should this page be served over SSL? +

+ +

+Cache timeout
+How long should this asset be cached for someone who is logged in to WebGUI. +

+ +

+Visitor cache timeout
+How long should this asset be cached for someone who a visitor to WebGUI. +

+ +

+Synopsis
+A short description of an asset. It is used in default meta tags, site maps and navigation. +

+ + |, + context => q|Describing the form to add or edit an Asset.|, + lastUpdated => 1100462749, + } };