converting nav and more asset manager fixes
This commit is contained in:
parent
63345d79fe
commit
a287beda58
19 changed files with 1206 additions and 556 deletions
|
|
@ -1,187 +1,36 @@
|
|||
package WebGUI::i18n::English::Navigation;
|
||||
|
||||
our $I18N = {
|
||||
'add new' => {
|
||||
message => q|Add new navigation.|,
|
||||
lastUpdated => 1101774172,
|
||||
context => q|A submenu item in admin console that allows the user to add a new navigation config.|
|
||||
},
|
||||
|
||||
'33' => {
|
||||
message => q|Error: This identifier is already in use. Please use an unique value.|,
|
||||
lastUpdated => 1077081255
|
||||
},
|
||||
|
||||
'32' => {
|
||||
message => q|Show unprivileged pages|,
|
||||
lastUpdated => 1077080845
|
||||
},
|
||||
|
||||
'21' => {
|
||||
message => q|List all Navigation.|,
|
||||
lastUpdated => 1077080151
|
||||
},
|
||||
|
||||
'7' => {
|
||||
message => q|my daughter's level (./page)|,
|
||||
lastUpdated => 1077078687
|
||||
},
|
||||
|
||||
'26' => {
|
||||
message => q|Stop traversing when reaching level|,
|
||||
lastUpdated => 1077080617
|
||||
},
|
||||
|
||||
'2' => {
|
||||
message => q|root level (/home)|,
|
||||
lastUpdated => 1077078325
|
||||
},
|
||||
|
||||
'17' => {
|
||||
message => q|pedigree|,
|
||||
lastUpdated => 1077079481
|
||||
},
|
||||
|
||||
'1' => {
|
||||
message => q|nameless root|,
|
||||
lastUpdated => 1077078206
|
||||
},
|
||||
|
||||
'18' => {
|
||||
message => q|Edit this Navigation.|,
|
||||
lastUpdated => 1077079911
|
||||
},
|
||||
|
||||
'30' => {
|
||||
message => q|Show system pages|,
|
||||
lastUpdated => 1077080766
|
||||
},
|
||||
|
||||
'16' => {
|
||||
message => q|self and ancestors|,
|
||||
lastUpdated => 1077079343
|
||||
},
|
||||
|
||||
'27' => {
|
||||
message => q|Max depth|,
|
||||
lastUpdated => 1077080669
|
||||
},
|
||||
|
||||
'25' => {
|
||||
message => q|Base page|,
|
||||
lastUpdated => 1077080583
|
||||
},
|
||||
|
||||
'28' => {
|
||||
message => q|Return a loop with|,
|
||||
lastUpdated => 1077080706
|
||||
},
|
||||
|
||||
'14' => {
|
||||
message => q|generation|,
|
||||
lastUpdated => 1077079203
|
||||
},
|
||||
|
||||
'20' => {
|
||||
message => q|Delete this Navigation.|,
|
||||
lastUpdated => 1077080098
|
||||
},
|
||||
|
||||
'24' => {
|
||||
message => q|Identifier|,
|
||||
lastUpdated => 1077080504
|
||||
},
|
||||
|
||||
'10' => {
|
||||
message => q|self and sisters|,
|
||||
lastUpdated => 1077078879
|
||||
},
|
||||
|
||||
'31' => {
|
||||
message => q|Show hidden pages|,
|
||||
lastUpdated => 1077080799
|
||||
},
|
||||
|
||||
'35' => {
|
||||
message => q|<font color="red">Please specify an identifier. ie: ^Navigation(myMenu);</font>|,
|
||||
lastUpdated => 1077081415
|
||||
},
|
||||
|
||||
'11' => {
|
||||
message => q|descendants|,
|
||||
lastUpdated => 1077078969
|
||||
},
|
||||
|
||||
'22' => {
|
||||
message=> q|Edit Navigation|,
|
||||
lastUpdated => 1077078969
|
||||
},
|
||||
|
||||
'13' => {
|
||||
message => q|childless descendants|,
|
||||
lastUpdated => 1077079109
|
||||
},
|
||||
|
||||
'23' => {
|
||||
message => q|Navigation properties|,
|
||||
lastUpdated => 1077080317
|
||||
},
|
||||
|
||||
'29' => {
|
||||
message => q|Reverse output|,
|
||||
lastUpdated => 1100587628
|
||||
},
|
||||
|
||||
'6' => {
|
||||
message => q|my level (.)|,
|
||||
lastUpdated => 1077078579
|
||||
},
|
||||
|
||||
'3' => {
|
||||
message => q|top level (/home/page)|,
|
||||
lastUpdated => 1077078394
|
||||
},
|
||||
|
||||
'9' => {
|
||||
message => q|sisters|,
|
||||
lastUpdated => 1077078821
|
||||
},
|
||||
|
||||
'12' => {
|
||||
message => q|self and descendants|,
|
||||
lastUpdated => 1077079020
|
||||
},
|
||||
|
||||
'15' => {
|
||||
message => q|ancestors|,
|
||||
lastUpdated => 1077079273
|
||||
},
|
||||
|
||||
'8' => {
|
||||
message => q|daughters|,
|
||||
lastUpdated => 1077078773
|
||||
},
|
||||
|
||||
'4' => {
|
||||
message => q|my grandmother's level (../../page)|,
|
||||
lastUpdated => 1077078456
|
||||
},
|
||||
|
||||
'preview' => {
|
||||
message => q|Preview Navigation|,
|
||||
lastUpdated => 1077078456
|
||||
},
|
||||
|
||||
'19' => {
|
||||
message => q|Copy this Navigation.|,
|
||||
lastUpdated => 1077080062
|
||||
},
|
||||
|
||||
'5' => {
|
||||
message => q|my mother's level (../page)|,
|
||||
lastUpdated => 1077078526
|
||||
},
|
||||
|
||||
'navigation' => {
|
||||
message => q|Navigation|,
|
||||
lastUpdated => 1077078526,
|
||||
|
|
|
|||
|
|
@ -1347,7 +1347,7 @@ How should this user be notified when they get a new WebGUI message?
|
|||
},
|
||||
|
||||
'107' => {
|
||||
message => q|Privileges|,
|
||||
message => q|Security|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
|
|
@ -2061,8 +2061,8 @@ The title of the page is what your users will use to navigate through the site.
|
|||
A shorter or altered title to appear in navigation. If left blank this will default to <i>Title</i>.
|
||||
<p>
|
||||
|
||||
<b>Page URL</b><br>
|
||||
You may either specify a URL for the page, or if you leave this blank, a URL based on the <b>Title</b> will be generated.
|
||||
<b>URL</b><br>
|
||||
You may either specify a URL for the asset, or if you leave this blank, a URL based on the <b>Title</b> will be generated.
|
||||
<p>
|
||||
|
||||
<b>Redirect URL</b><br>
|
||||
|
|
@ -2082,7 +2082,7 @@ Select yes to hide this page from the navigation menus and site maps.
|
|||
Select yes to open this page in a new window. This is often used in conjunction with the <b>Redirect URL</b> parameter.
|
||||
<p>
|
||||
|
||||
<b>Encrypt page?</b><br>
|
||||
<b>Encrypt content?</b><br>
|
||||
Select yes to serve this page over SSL.
|
||||
<p>
|
||||
|
||||
|
|
@ -2123,9 +2123,6 @@ If you don't wish to specify meta tags yourself, WebGUI can generate meta tags b
|
|||
By default, when you create a page, it inherits a few traits from its parent. One of those traits is style. Choose from the list of styles if you would like to change the appearance of this page. See <i>Add Style</i> for more details.
|
||||
<p>
|
||||
|
||||
If you select "Yes" below the style pull-down menu, all of the pages below this page will take on the style you've chosen for this page.
|
||||
<p>
|
||||
|
||||
<b>Printable Style</b><br>
|
||||
This sets the printable style for this page to be something other than the WebGUI Default Printable Style.
|
||||
<p>
|
||||
|
|
@ -3935,8 +3932,9 @@ Large sites using external group data will be making many calls to the external
|
|||
},
|
||||
|
||||
'104' => {
|
||||
message => q|Page URL|,
|
||||
lastUpdated => 1031514049
|
||||
message => q|URL|,
|
||||
lastUpdated => 1031514049,
|
||||
context => q|asset property|
|
||||
},
|
||||
|
||||
'412' => {
|
||||
|
|
@ -5395,11 +5393,6 @@ Start typing! Or better yet, copy the snippet from some other electronic documen
|
|||
lastUpdated => 1060433369
|
||||
},
|
||||
|
||||
'106' => {
|
||||
message => q|Select "Yes" to change all the pages under this page to this style.|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'707' => {
|
||||
message => q|Show debugging?|,
|
||||
lastUpdated => 1031514049
|
||||
|
|
@ -6353,7 +6346,7 @@ What group should be alerted when a new user registers?
|
|||
},
|
||||
|
||||
'105' => {
|
||||
message => q|Layout|,
|
||||
message => q|Display|,
|
||||
lastUpdated => 1046638916
|
||||
},
|
||||
|
||||
|
|
@ -6614,9 +6607,9 @@ config file.</p>
|
|||
context => q|option for Rich Editor in profile|
|
||||
},
|
||||
'encrypt page' => {
|
||||
message => q|Encrypt page?|,
|
||||
message => q|Encrypt content?|,
|
||||
lastUpdated =>1092748557,
|
||||
context => q|page property|
|
||||
context => q|asset property|
|
||||
},
|
||||
'Forum, Post Preview Template Title' => {
|
||||
message => q|Forum Post Preview Template|,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue