From 3c2404033e7005538752f20128087725f13e93d2 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Sun, 6 Mar 2005 19:53:29 +0000 Subject: [PATCH] move label from WebGUI.pm to Asset.pm --- lib/WebGUI/i18n/English/Asset.pm | 17 +++++++++++------ lib/WebGUI/i18n/English/WebGUI.pm | 5 ----- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/lib/WebGUI/i18n/English/Asset.pm b/lib/WebGUI/i18n/English/Asset.pm index b410da5a4..cde63cae7 100644 --- a/lib/WebGUI/i18n/English/Asset.pm +++ b/lib/WebGUI/i18n/English/Asset.pm @@ -40,36 +40,36 @@ our $I18N = {

^International("asset id","Asset");
This is the unique identifier WebGUI uses to keep track of this Asset instance. Normal users should never need to be concerned with the Asset ID, but some advanced users may need to know it for things like SQL Reports. The Asset ID is not editable.

-Title
+^International("99","Asset");
The title of the asset. This should be descriptive, but not very long. If left blank, this will be set to "Untitled".

Note: You should always specify a title, even if the Asset template will not use it. In various places on the site, like the Page Tree, Clipboard and Trash, the Title is used to distinguish this Asset from others.

-Menu Title
+^International("411","Asset");
A shorter title that will appear in navigation. If left blank, this will default to the Title.

-URL
+^International("104","Asset");
The URL for this asset. It must be unique. If this field is left blank, then a URL will be made from the parent's URL and the Menu Title.

-Synopsis
+^International("412","Asset");
A short description of this Asset.

-Hide from navigation?
+^International("886","Asset");
Whether or not this asset will be hidden from the navigation menu and site maps.

-Open in new window?
+^International("886","Asset");
Select yes to open this asset in a new window.

@@ -502,6 +502,11 @@ each wobject under the tab "Metadata" in the wobject properties.

lastUpdated => 1031514049, message => q|Back to site.| } + 'encrypt page' => { + message => q|Encrypt content?|, + lastUpdated =>1092748557, + context => q|asset property| + }, }; 1; diff --git a/lib/WebGUI/i18n/English/WebGUI.pm b/lib/WebGUI/i18n/English/WebGUI.pm index 0dd644628..5e0aee69d 100644 --- a/lib/WebGUI/i18n/English/WebGUI.pm +++ b/lib/WebGUI/i18n/English/WebGUI.pm @@ -4372,11 +4372,6 @@ config file.

lastUpdated =>1092748557, context => q|option for Rich Editor in profile| }, - 'encrypt page' => { - message => q|Encrypt content?|, - lastUpdated =>1092748557, - context => q|asset property| - }, 'cancel' => { message => q|cancel|,