var cliiz = $.namespace();

cliiz.i18n = $.namespace(
  { 
    close: "Close",
    start: "<span>Click here to start creating your website for free!</span>",
    addModule: "<span>Click the <b>Green Button</b> to add <b>Site Builder Component</b> to your site. You can add other components with the same technique!</span>",
    addMoreModule: "<span>Click the <b>Green Add Button</b> to add <b>Content / Text Component</b>! Using this button you can add other components as well!</span>",
    swapModules: "<span>Here is the list of components added by you! You can <b>swap between them</b> by clicking these icons!</span>",
    swapPages: "<span>If you want to have the <b>duplication of this component</b> for <b>another page</b> you must add new one from upper list.</span>",
    maxOfModules: "<span>You have reached <b>maximum number of enabled components</b> for your site! You can remove some to add other components.</span>"
  }
);

cliiz.defaults = $.namespace(
  {
    selectedModule: ['sitebuilder'],
    modWidth: 702,
    modCount: 6,
    layoutWidth: 162,
    layoutCount: Math.ceil(16/2)
  }
);

