- Internationalized a bunch of stuff that was previously uninternationalized.

- Fixed a bug in the survey that caused users to not be able to submit
   survey's.
- added context menu to nav toolbar
- added a switch to disable content locking on alternate criteria shortcuts.
This commit is contained in:
JT Smith 2005-05-03 22:01:07 +00:00
parent d8a6eb332c
commit b631cbb2f4
9 changed files with 147 additions and 25 deletions

View file

@ -1,7 +1,102 @@
package WebGUI::i18n::English::Asset;
our $I18N = {
'rank' => {
message => q|Rank|,
lastUpdated => 0,
context => q|Column heading in asset manager.|
},
'type' => {
message => q|Type|,
lastUpdated => 0,
context => q|Column heading in asset manager.|
},
'size' => {
message => q|Size|,
lastUpdated => 0,
context => q|Column heading in asset manager.|
},
'last updated' => {
message => q|Last Updated|,
lastUpdated => 0,
context => q|Column heading in asset manager.|
},
'purge' => {
message => q|Purge|,
lastUpdated => 0,
context => q|Used in asset context menus.|
},
'restore' => {
message => q|Restore|,
lastUpdated => 0,
context => q|Used in asset context menus.|
},
'promote' => {
message => q|Promote|,
lastUpdated => 0,
context => q|Used in asset context menus.|
},
'demote' => {
message => q|Demote|,
lastUpdated => 0,
context => q|Used in asset context menus.|
},
'cut' => {
message => q|Cut|,
lastUpdated => 0,
context => q|Used in asset context menus.|
},
'copy' => {
message => q|Copy|,
lastUpdated => 0,
context => q|Used in asset context menus.|
},
'create shortcut' => {
message => q|Create Shortcut|,
lastUpdated => 0,
context => q|Used in asset context menus.|
},
'view' => {
message => q|View|,
lastUpdated => 0,
context => q|Used in asset context menus.|
},
'delete' => {
message => q|Delete|,
lastUpdated => 0,
context => q|Used in asset context menus.|
},
'manage' => {
message => q|Manage|,
lastUpdated => 0,
context => q|Used in asset context menus.|
},
'edit branch' => {
message => q|Edit Branch|,
lastUpdated => 0,
context => q|Used in asset context menus.|
},
'edit' => {
message => q|Edit|,
lastUpdated => 0,
context => q|Used in asset context menus.|
},
'change' => {
message => q|Change recursively?|,
lastUpdated => 1099344172,

View file

@ -2,6 +2,12 @@ package WebGUI::i18n::English::Asset_Shortcut;
our $I18N = {
'disable content lock' => {
message => q|Disable content lock?|,
lastUpdated => 0,
context=> q|asset property|
},
'85' => {
message => q|Description|,
lastUpdated => 1031514049
@ -79,6 +85,9 @@ Set to "yes" to use the display title setting of the shortcut instead of the ori
Set to "yes" to use the template of the shortcut of the original template of the asset.
<p>
<b>Disable content lock?</b><br />
By default if you proxy by alternate criteria the shortcut will lock on to a particular piece of content and show you only that piece of content until the end of your session. However, in some circumstances you may wish for this content to rotate. You can do that by disabling the content lock.
<b>Shortcut by alternate criteria?</b><br>
Set to "yes" to enable selecting a asset based upon custom criteria. Metadata must be enabled for this option to function properly.
<p>