Fixed theme Blogger
[vanilla-miry.git] / extensions / Nugget / language.php
blobb0847e95d22ccbd0b4f320954ffa9c4373742519
1 <?php
3 $Context->SetDefinition('NuggetObj_NoInputValue', 'You must enter a Nugget name.');
4 $Context->SetDefinition('NuggetObj_AlreadyCreated', 'A Nugget of that name has already been created.');
5 $Context->SetDefinition('NuggetObj_FileError', 'NUGGETMANAGER ERROR: An error occured in attempting to save your nuggets. '.
6 'Please check that your file permissions are correct');
7 $Context->SetDefinition('CreateANewNugget', 'Cook a new Nugget');
8 $Context->SetDefinition('NuggetManagement', 'Nugget Management');
9 $Context->SetDefinition('NuggetDocumentation', '<strong>Cooking Documentation</strong><br />'.
10 '<p>Click on "Cook a new nugget" to start preparing your nugget. Give it a name, some spicing and let it marinate.</p>'.
11 '<p>To cook (enable) nuggets select which pans you want to use for cooking. By default, all new nuggets are frozen (disabled).</p> '.
12 '<p>You can specify where within a pan, a nugget will appear by adjusting its weight. Lighter weight nuggets (negative weight) appear higher on the pan than heavier nuggets (positive weight).</p> '.
13 '<p>Negative weight or zero weight for "In Comment" Nugget will not work. You need positive weights. Use common sense when dealing with Menu Pan, there isn\'t much space on the pan, so use just one nugget or atmost 2 if you are really crafty.</p> '.
14 '<p>&lt;Head&gt; Tag pan can be used to for inserting Javascript/Styles/Meta tags inside the &lt;Head&gt; tag. You obviously cannot put a div in the &lt;Head&gt; tag</p>'.
15 '<p>Nuggets are arranged based on pans and weight. So you can see at a glance, which nugget will appear higher, and which will appear lower.</p>'.
16 '<p>Not all weight variations show an affect in changed order. Sometimes you have to do large weight changes to see an affect. For Eg. Panel requires more than 2 or 3 weight difference.</p>');
17 $Context->SetDefinition('DefineNewNugget', 'Define new nugget');
18 $Context->SetDefinition('ModifyTheNugget', 'Modify the nugget');
19 $Context->SetDefinition('NuggetEdit', 'Edit the Nugget');
20 $Context->SetDefinition('NuggetName', 'Nugget Name');
21 $Context->SetDefinition('NuggetNameHide', ' Hide Nugget Name from appearing on the nugget. Ideal for ads.');
22 $Context->SetDefinition('NuggetDescription', 'Nugget Description');
23 $Context->SetDefinition('NuggetDescriptionNotes', 'A brief description of your nugget. This is just for your reference.');
24 $Context->SetDefinition('NuggetHTML', 'Nugget HTML');
25 $Context->SetDefinition('NuggetHTMLNotes', 'PHP/Javascript spicing can also be included on the Nugget. (do not escape single quotes)');
26 $Context->SetDefinition('NuggetPages', 'Pages');
27 $Context->SetDefinition('NuggetPagesNotes', 'Select the pages that you want the nugget to appear.');
28 $Context->SetDefinition('NuggetRoleNotes', 'The user roles which are allowed to view the nugget.');
29 $Context->SetDefinition('NuggetNotes', 'Nuggets are snippets of code that you can display into certain regions (called pans) of your webpage. Ads, Banners etc are perfect nuggets');
30 $Context->SetDefinition('NuggetPan', 'Select a pan for the Nugget');
31 $Context->SetDefinition('NuggetWeight', 'Select Nugget\'s weight');
32 $Context->SetDefinition('NuggetWeightNotes', 'Negative weight makes the nugget appear higher within a pan. Positive weight will do the exact opposite');
33 $Context->SetDefinition('HeadTag', 'Head tag');
34 $Context->SetDefinition('AboveBanner', 'Above Banner');
35 $Context->SetDefinition('Menu', 'Menu');
36 $Context->SetDefinition('BelowBanner', 'Below Banner');
37 $Context->SetDefinition('AboveContent', 'Above Content');
38 $Context->SetDefinition('BelowContent', 'Below Content');
39 $Context->SetDefinition('Footer', 'Footer');
40 $Context->SetDefinition('Panel', 'Panel');
41 $Context->SetDefinition('BelowPanel', 'Below Panel');
42 $Context->SetDefinition('InComments', 'In Comments');
43 $Context->SetDefinition('Frozen', '[Frozen]');