Added interpreter for pseudocode for displaying exhibitions, events.
Added basic search. Added object pages.
This commit is contained in:
@ -29,6 +29,8 @@ $translations = [
|
||||
"helpURL" => "<p>URL of the page. Filling out this field helps with optimization for search engines.</p>",
|
||||
"startPage" => "Start page",
|
||||
"helpStartPage" => "<p>The start page of the public site.</p>",
|
||||
"mdImgFolder" => "Image folder (md)",
|
||||
"helpMDimgFolder" => "<p>The folder in which image files are stored in the given instance of museum-digital.</p>",
|
||||
"logo" => "Logo",
|
||||
"helpLogo" => "<p>The logo of the site. Is mainly used for the little icon you see in the browser, right next to the title of the tab.</p>",
|
||||
"mdVersion" => "Version of Museum-Digital",
|
||||
@ -41,6 +43,14 @@ $translations = [
|
||||
"helpLanguage" => "<p>The default language of this instance of md:cms.</p>",
|
||||
"maxFileSize" => "Maximum upload size",
|
||||
"helpMaxFileSize" => "<p>The maximum file size of file uploads.</p>",
|
||||
"cacheRefreshInterval" => "Cache Refresh Interval",
|
||||
"helpCacheRefreshInterval" => "<p>This setting determines how often contents fetched from museum-digital should be refreshed (the number equals X seconds).
|
||||
<ul>
|
||||
<li>Setting it to <code>0</code> disables it</li>
|
||||
<li>Using a low value, means more accurate data, but slower loading time.</li>
|
||||
<li>Using a high value, means data could be slightly outdated, but makes loading much faster.</li>
|
||||
</ul>
|
||||
</p>",
|
||||
|
||||
"IDatMD" => "ID at museum-digital",
|
||||
"embedFromMD" => "Embed from museum-digital",
|
||||
|
Reference in New Issue
Block a user