Changeset 132
- Timestamp:
- 12/28/05 09:22:33
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
qPloneSkinDump/trunk/skins/qploneskindump/qploneskindump_config.cpt
r131 r132 38 38 <h4>ZMI:</h4> 39 39 <div class="ZMISkinName"> 40 <!-- folder in ZMI .../portal_skins, from which will be cop yed content -->40 <!-- folder in ZMI .../portal_skins, from which will be copied content --> 41 41 <div i18n:translate="help_ZMISkinName" 42 42 class="formHelp"> 43 Input folder name from ../portal_skins, which content should by cop yed to FS product.43 Input folder name from ../portal_skins, which content should by copied to FS product. 44 44 </div> 45 45 … … 73 73 <div i18n:translate="help_Erase" 74 74 class="formHelp"> 75 Select forerase content of skin's source folder.75 Select to erase content of skin's source folder. 76 76 </div> 77 77 78 78 <label class="EraseFromSkin_title" 79 i18n:translate="label_Erace">Era ce </label>79 i18n:translate="label_Erace">Erase </label> 80 80 <input class="EraseFromSkin_input" 81 81 type="checkbox" … … 90 90 <div i18n:translate="help_FSSkinDirectory" 91 91 class="formHelp"> 92 Input skin's name for new prod ct. <br/>92 Input skin's name for new product. <br/> 93 93 This name in lower case will be used as skin's folder name and as layer name too.<br/> 94 94 The name must begin with alphabetical character, following with an alphanumeric combination.<br/> … … 96 96 97 97 <label class="FSSkinDirectory_title" 98 i18n:translate="label_FSSkinDirectory">Skin's name for new prod ct</label>98 i18n:translate="label_FSSkinDirectory">Skin's name for new product</label> 99 99 <input class="FSSkinDirectory_input" 100 100 type="text" … … 124 124 125 125 <fieldset> 126 <h4 i18n:translate="label_Slots"> Customization portal slotsin new product:</h4>126 <h4 i18n:translate="label_Slots">Portlets customization in new product:</h4> 127 127 <p/> 128 128 <div class="DoesCustomizeSlots"> 129 129 <div class="formHelp" 130 130 i18n:translate="help_DoesCustomizeSlots"> 131 Switch on/Switch off SLOTS CUSTOMIZATION in New Skin Product.131 Switch on/Switch off PORTLETS CUSTOMIZATION in New Skin Product. 132 132 </div> 133 133 <input type="checkbox" … … 136 136 value="DOCustomizeSlots"/> 137 137 <label i18n:translate="label_DoesCustomizeSlots"> 138 Do customize slots138 Do customize portlets 139 139 </label> 140 140 </div> … … 144 144 <div i18n:translate="help_SlotsCustomizing" 145 145 class="formHelp"> 146 Portal slots. BE VERY ACCURACY!<br/>147 Leave in the left and right slot lists only those portlets, which relate <br/>146 Portal portlets. BE VERY ACCURACY!<br/> 147 Leave in the left and right portlet lists only those portlets, which relate <br/> 148 148 to your skin product and either bring with new product or is standard for Plone. 149 149 </div> 150 150 <div class="LeftSlotsCustomizing_title"> 151 151 <label class="LeftSlotsCustomizing_title" 152 i18n:translate="label_LeftsSlotCustomizing">Left port al slots customizing</label>152 i18n:translate="label_LeftsSlotCustomizing">Left portlets customizing</label> 153 153 <textarea class="LeftSlotsCustomizing_lines" 154 154 rows="6" … … 162 162 <div class="RightSlotsCustomizing_title"> 163 163 <label class="RightSlotsCustomizing_title" 164 i18n:translate="label_RightSlotsCustomizing">Right port al slots customizing</label>164 i18n:translate="label_RightSlotsCustomizing">Right portlets customizing</label> 165 165 <textarea class="RightSlotsCustomizing_lines" 166 166 rows="6" … … 174 174 <div class="ColumnSlotsForming" 175 175 tal:define="formers here/getSlotsFormers"> 176 <label i18n:translate="label_ColumnSlotsForming"> Slot's list forming</label>176 <label i18n:translate="label_ColumnSlotsForming">Portlet's list forming</label> 177 177 <div i18n:translate="help_ColumnSlotsForming" 178 178 class="formHelp"> 179 Choose procedure of forming slots lists.<br/>180 Blend with skin - to SKIN PRODUCT'S slots list added unknown slots from SITE.<br/>181 Blend with site - to SITE's slots list added unknown slots from SKIN PRODUCT.<br/>182 Replace - in left and right site's columns placed ONLY SKIN PRODUCT's slots.179 Choose the procedure of forming portlets lists.<br/> 180 Blend with skin - to SKIN PRODUCT'S portlets added unknown portlets from SITE.<br/> 181 Blend with site - to SITE's portlets added unknown portlets from SKIN PRODUCT.<br/> 182 Replace - in left and right site's columns placed ONLY SKIN PRODUCT's portlets. 183 183 </div> 184 184 <tal:loop tal:omit-tag="" … … 202 202 <div i18n:translate="help_FavourColumn" 203 203 class="formHelp"> 204 Choose favour column for slots forming procedure. IMPORTANT only for 'Blend with...' formers.<br/>205 Left/Right - if find same slots in left and right columns - than slots move accordingly to left/right column.<br/>206 Both - if find same slots in left and right columns - than slots positionings as in Master's slots lists207 (from SKIN PRODUCT's slots for 'Blend with skin' procedure and SITE's slots for 'Blend with site').204 Choose favour column for portlets forming procedure. IMPORTANT only for 'Blend with...' formers.<br/> 205 Left/Right - if find same portlets in left and right columns - than portlets move accordingly to left/right column.<br/> 206 Both - if find same portlets in left and right columns - than portlets positionings as in Master's portlets lists 207 (from SKIN PRODUCT's portlets for 'Blend with skin' procedure and SITE's portlets for 'Blend with site'). 208 208 </div> 209 209 <tal:loop tal:omit-tag=""
