Project

General

Profile

« Previous | Next » 

Revision 1780

Added by Dietmar over 11 years ago

! change help mouseover to onclick in page settings only on help icon
+ add help to input filename
! /framework/initialize.php now accept _GET and _POST to set user language

View differences:

EN.php
50 50
$TEXT['SECTION_ORGANISATION'] = 'Organisation';
51 51
$TEXT['SECTION_CONTENT']      = 'Content';
52 52
$TEXT['SECTION_SECURITY']     = 'Security';
53
$TEXT['SEO_TITLE']            = 'Seo Title';
53
$TEXT['SEO_TITLE']            = 'Filename';
54 54
$TEXT['PAGE_ICON']            = 'Page image';
55 55
$TEXT['PAGE_ICON_DIR']        = 'Folder Page image';
56 56
$TEXT['MENU_ICON_0']          = 'Menu image normal';
......
59 59
$TEXT['MENU_ICON_1_DIR']      = 'Folder Menu image hover';
60 60

  
61 61
$MESSAGE['PAGES_LAST_MODIFIED'] = 'Last modification by';
62
$MESSAGE['PAGES_BLANK_SEO_TITLE'] = 'Please enter a Seo Title';
62
$MESSAGE['PAGES_BLANK_SEO_TITLE'] = 'Please enter a Filename';
63 63

  
64 64

  
65 65
$HELP['PAGE_IMAGE_DIR']  = '<p>The topical side picture path is<br /> <b>{{icon_dir}}</b>.</p>';
......
73 73
$HELP['PAGE_CODE'] .= '<p>The side linguistic tree is provided from the provided sides of the standard language (<i>Options</i>).</p>';
74 74
$HELP['PAGE_CODE'] .= '<p>They can update any time the side linguistic tree by click on the title! The assigned sides remain unchanged.</p>';
75 75
$HELP['PAGE_CODE'] .= '<p>If you have put a side into another language, confirm from this list the matching entry of the standard language</p>';
76
$HELP['PAGE_CODE'] .= '<p>Example:<br />Created page in sub DE: <b>Impressum</b> choose Default Language EN: <b>Imprint</b></p>';
76
$HELP['PAGE_CODE'] .= '<p>Example:<br />Created page in sub DE: <b>Impressum</b> choose Default Language EN: <b>Imprint</b></p>';
77

  
78
$HELP['SEO_TITLE']  = '<p>Folder and Filename for this Accessfile <br /> <b>{{filename}}</b></p>';
79
$HELP['SEO_TITLE'] .= '<p>In WebsiteBaker version 2.8.4 you have the possibility to create a Seo friendly Accessfile independent of Menutitle..</p>';
80
$HELP['SEO_TITLE'] .= '<p><b>For Example:</b><br /><br />Input Menu Title: <b>Pressemitteilung</b><br />';
81
$HELP['SEO_TITLE'] .= 'Input Filename: <b>Pressemitteilung and Downloads</b><br />';
82
$HELP['SEO_TITLE'] .= 'Create Accessfile: <b>pressemitteilungen-and-downloads.php</b></p>';

Also available in: Unified diff