diff --git a/wp-content/themes/constructor/404.php b/wp-content/themes/constructor/404.php
deleted file mode 100644
index 55ff79aa34893599d56906e18f85ac18ba30d7d8..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/404.php
+++ /dev/null
@@ -1,22 +0,0 @@
-<?php
-/**
- * @package WordPress
- * @subpackage Constructor
- */
-?>
-<?php get_header(); ?>
-<div id="content" class="box shadow opacity <?php the_constructor_layout_class() ?>">
-    <div id="container" >
-        <article <?php post_class(); ?>>
-            <h1 class="opacity box center"><a href="#" title="<?php _e('Error 404 - Not Found', 'constructor'); ?>"><?php _e('Error 404 - Not Found', 'constructor'); ?></a></h1>
-            <p><?php _e('Sorry, but you are looking for something that isn&#8217;t here.', 'constructor'); ?></p>
-            <p><?php get_search_form() ?></p>
-        </article>
-    </div><!-- id='container' -->
-	<script type="text/javascript">
-		// focus on search field after it has loaded
-		document.getElementById('s') && document.getElementById('s').focus();
-	</script>
-    <?php get_constructor_sidebar(); ?>
-</div><!-- id='content' -->
-<?php get_footer(); ?>
\ No newline at end of file
diff --git a/wp-content/themes/constructor/admin/admin.php b/wp-content/themes/constructor/admin/admin.php
deleted file mode 100644
index fbf2209cab751ad2ad3f20e1a111acc1ca4e029a..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/admin/admin.php
+++ /dev/null
@@ -1,38 +0,0 @@
-<?php
-/**
- * Start admin customization
- *
- * @package WordPress
- * @subpackage Constructor
- */
-// only for administrator
-if (CONSTRUCTOR_DEBUG || isset($_REQUEST['debug'])) {
-    require_once CONSTRUCTOR_DIRECTORY .'/libs/debug.php';
-}
-
-// init modules for admin pages
-// you can disable any
-$constructor_modules = array(
-    __('Themes',  'constructor') => 'themes',
-    __('Layout',  'constructor') => 'layout',
-    __('Templates', 'constructor') => 'templates',
-    __('Header',  'constructor') => 'header',
-    __('Content', 'constructor') => 'content',
-    __('Comments','constructor') => 'comments',
-    __('Footer',  'constructor') => 'footer',
-    __('Fonts',   'constructor') => 'fonts',
-    __('Colors',  'constructor') => 'colors',
-    __('Design',  'constructor') => 'design',
-    __('CSS',     'constructor') => 'css',
-    __('Images',  'constructor') => 'images',
-    __('Slideshow', 'constructor') => 'slideshow',
-    __('Save',    'constructor') => 'save',
-    __('Clean',   'constructor') => 'clean',
-    __('Help',    'constructor') => 'help'
-);
-
-require_once CONSTRUCTOR_DIRECTORY .'/libs/Constructor/Admin.php';
-
-$admin = new Constructor_Admin();
-$admin -> init($constructor_modules);
- 
diff --git a/wp-content/themes/constructor/admin/ajax.php b/wp-content/themes/constructor/admin/ajax.php
deleted file mode 100644
index 96f34cb3ec3a1e58ec187787c49fe3cb5197d6d7..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/admin/ajax.php
+++ /dev/null
@@ -1,25 +0,0 @@
-<?php
-/**
- * All AJAX actions control from this is file
- * 
- * @package WordPress
- * @subpackage Constructor
- */
-
-/**
- * Definition of response OK/KO
- *
- * @var string
- */
-define('RESPONSE_OK', 'ok');
-define('RESPONSE_KO', 'ko');
-
-require_once CONSTRUCTOR_DIRECTORY .'/libs/Constructor/Ajax.php';
-
-$ajax = new Constructor_Ajax();
-
-add_action('wp_ajax_constructor_admin_save', array($ajax, 'save'));
-add_action('wp_ajax_constructor_admin_clean', array($ajax, 'clean'));
-add_action('wp_ajax_constructor_admin_donate', array($ajax, 'donate'));
-
-?>
\ No newline at end of file
diff --git a/wp-content/themes/constructor/admin/css/admin.css b/wp-content/themes/constructor/admin/css/admin.css
deleted file mode 100644
index 7db192784b3442898bf9bc588b70b32ce45a47da..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/admin/css/admin.css
+++ /dev/null
@@ -1,436 +0,0 @@
-.constructor {
-    width:100%;
-    clear:both;
-}
-.constructor pre {
-    font-family:Consolas,Monaco,Courier,monospace;
-    background:#EAEAEA;
-    padding:2px 4px;
-    margin:2px;
-}
-.constructor .color{
-    cursor:pointer;
-    float:left;
-	position: relative;
-	top: 0;
-	left: 0;
-	width: 36px;
-	height: 36px;
-	background: url(../images/select2.png);
-}
-
-.constructor .color div {
-	position: absolute;
-	top: 4px;
-	left: 4px;
-	width: 28px;
-	height: 28px;
-	background: url(../images/select2.png) center;
-}
-.constructor .select,
-.constructor .checkbox {
-    overflow:hidden;
-}
-.constructor .select a, .constructor .select span {
-    width:300px;
-    float:left;
-    display:block;
-    margin:0 8px 8px 0;
-    padding:6px;
-    border:2px solid #ccc;
-    border-radius: 6px;
-    -moz-border-radius: 6px;
-    -khtml-border-radius: 6px;
-    -webkit-border-radius: 6px;
-    box-shadow: 2px 2px 4px #aaa;
-    -moz-box-shadow: 2px 2px 4px #aaa;
-    -webkit-box-shadow: 2px 2px 4px #aaa
-}
-.constructor .checkbox a {
-    width:48px;
-    height:48px;
-    float:left;
-    display:block;
-    margin:0 8px 8px 0;
-    border:2px solid #ccc;
-    border-radius: 6px;
-    -moz-border-radius: 6px;
-    -khtml-border-radius: 6px;
-    -webkit-border-radius: 6px;
-    box-shadow: 2px 2px 4px #aaa;
-    -moz-box-shadow: 2px 2px 4px #aaa;
-    -webkit-box-shadow: 2px 2px 4px #aaa
-}
-.constructor .select span {
-    background-color:#ccc;
-}
-.constructor .select a.selected,
-.constructor .checkbox a.checked {
-    border:2px solid #21759B
-}
-.constructor .select a:hover,
-.constructor .checkbox a:hover {
-    border:2px solid #D54E21
-}
-.constructor .position a, .constructor .position span{
-    width:30px !important;
-    height:30px;
-}
-.constructor .position a.selected {
-    background-color: #21759B
-}
-.constructor .repeat a {
-    width:30px !important;
-    height:30px;
-	background-image:url(../images/repeat.png);
-	background-position:0 0;
-}
-	.constructor .repeat a.repeatx {
-	    background-position:100% 0;
-	}
-	.constructor .repeat a.repeaty {
-	    background-position:0 100%;
-	}
-	.constructor .repeat a.repeat {
-	    background-position:100% 100%;
-	}
-
-    .social a {
-        background:url('../../images/social.png') no-repeat 0 0 ;
-        display:block;
-        float:right;
-        width:48px;
-        height:48px;
-        text-indent:-9999%;
-    }
-    .social a.twitter { background-position: 0 0; }
-    .social a.twitter:hover { background-position: 0 100%; }
-    .social a.facebook { background-position: -48px 0; }
-    .social a.facebook:hover { background-position: -48px 100%; }
-    .social a.delicious { background-position: -96px 0; }
-    .social a.delicious:hover { background-position: -96px 100%; }
-    .social a.reddit { background-position: -144px 0; }
-    .social a.reddit:hover { background-position: -144px 100%; }
-    .social a.vkontakte { background-position: -192px 0; }
-    .social a.vkontakte:hover { background-position: -192px 100%; }
-    .social a.digg { background-position: -240px 0; }
-    .social a.digg:hover { background-position: -240px 100%; }
-    .social a.mixx { background-position: -288px 0; }
-    .social a.mixx:hover { background-position: -288px 100%; }
-    .social a.stumbleupon { background-position: -336px 0; }
-    .social a.stumbleupon:hover { background-position: -336px 100%; }
-    .social a.google { background-position: -384px 0; }
-    .social a.google:hover { background-position: -384px 100%; }
-    .social a.memori { background-position: -432px 0; }
-    .social a.memori:hover { background-position: -432px 100%; }
-
-.constructor #slideshow a{
-    width:auto !important;
-}
-
-.constructor .color-selector {
-    height:48px;
-    line-height:32px;
-}
-
-.constructor textarea.big {
-    width:100%;
-    height:600px;
-    border:2px solid #ccc;
-    border-radius: 6px;
-    -moz-border-radius: 6px;
-    -khtml-border-radius: 6px;
-    -webkit-border-radius: 6px;
-}
-
-.constructor fieldset {
-	padding:8px;
-    border:1px solid #ddd;
-    border-radius: 4px;
-    -moz-border-radius: 4px;
-    -khtml-border-radius: 4px;
-    -webkit-border-radius: 4px
-}
-
-.constructor fieldset legend {
-	padding:0 4px;
-}
-
-.constructor fieldset.disabled,
-.constructor fieldset.disabled th,
-.constructor fieldset.disabled a {
-	color:#aaa !important;
-	border-color:#aaa !important;
-}
-
-.constructor th small {
-    color:#777;
-}
-
-.constructor dl dt {
-	padding:4px;
-	font-weight:600
-}
-.constructor dl dd {
-    padding:2px;
-}
-.constructor .slider input,
-.constructor input.tiny {
-	border:0;
-	color:#21759B;
-	font-weight:bold;
-    text-align:right;
-	width:42px	
-}
-
-
-.constructor .quick-links h3{
-    position:relative;
-    border-bottom:1px solid #E6DB55;
-}
-.constructor .quick-links .donate-progress{
-    position:absolute;
-    right:-4px;
-    top:-4px;
-}
-.constructor .quick-links h4{
-    padding:2px 0;
-}
-.constructor .quick-links ul{
-    list-style:square;
-    list-style-position:inside;
-}
-/*Donate*/
-.donate {
-    position:relative;
-    min-height:42px;
-}
-.donate-button {
-    float:left;
-    margin:8px;
-}
-.donate p {
-    height:20px;
-    line-height:24px;
-}
-/*Message*/
-#message {
-    position:relative;
-}
-
-#message .ui-icon {
-    margin-right: 4px;
-}
-
-/*Close button*/
-.message-close{
-    position:absolute;
-    right:4px;
-    top:4px;
-}
-
-/*Help Message*/
-.constructor-admin-help {
-    display:none;
-    position:relative;
-    background:#FFFBCC;
-    border:#E6DB55 solid 1px;
-}
-
-/*Themes Tab*/
-#constr-themes div {
-    cursor:pointer;
-    width:300px;
-    height:300px;
-    float:left;
-    display:block;
-    margin:0 8px 8px 0;
-    padding:6px;
-    border:2px solid #ccc;
-    border-radius: 6px;
-    -moz-border-radius: 6px;
-    -khtml-border-radius: 6px;
-    -webkit-border-radius: 6px;
-    box-shadow: 2px 2px 4px #aaa;
-    -moz-box-shadow: 2px 2px 4px #aaa;
-    -webkit-box-shadow: 2px 2px 4px #aaa
-}
-#constr-themes div.selected {
-    border:2px solid #21759B
-}
-#constr-themes div.hover {
-    border:2px solid #D54E21
-}
-#constr-themes div span {
-    overflow:hidden;
-    display:block;
-    width:300px;
-    height:225px;
-    background-color:#eee;
-}
-#constr-themes div p {
-    color:#555;
-}
-/*Layouts Tab*/
-.layout-preview {
-    margin:10px auto;
-    width:694px;height:440px;
-    padding:6px;
-    border:2px solid #ccc;
-    border-radius: 6px;
-    -moz-border-radius: 6px;
-    -khtml-border-radius: 6px;
-    -webkit-border-radius: 6px;
-    box-shadow: 2px 2px 4px #aaa;
-    -moz-box-shadow: 2px 2px 4px #aaa;
-    -webkit-box-shadow: 2px 2px 4px #aaa
-}
-
-.layout-main-content {
-    display:none;
-    width:694px;height:440px;
-    border:1px solid #ccc;
-}
-
-.margin-east, .margin-west {
-    color:#777;
-    background: #ddd;
-    overflow: hidden;
-}
-
-.layout-info {
-    text-shadow: 0 1px 0 #FFFFFF;
-    text-align:center;
-    margin:4px 0;
-}
-    .layout-info span {
-        color:#777
-    }
-
-.east, .west, .center {
-    background: #fff;
-}
-.center {
-    border-bottom:1px solid #ccc;
-}
-.south {
-    border-top:1px solid #ccc;
-}
-
-#layouts a {
-    background:url(images/layouts.png) 50% 4px no-repeat;
-    width:160px;
-    height:120px;
-    text-indent:-9999%;
-}
-    #layouts a.el1 { background-position: 50% -136px }
-    #layouts a.el2 { background-position: 50% -276px }
-    #layouts a.el3 { background-position: 50% -416px }
-    #layouts a.el4 { background-position: 50% -556px }
-    #layouts a.el5 { background-position: 50% -696px }
-/*Controls*/
-.graver-north {
-    border-top: 1px solid #ccc;
-    border-bottom: 1px solid #ccc;
-    background: url(images/graver.png) #fff 50% -100% repeat-y;
-}
-
-.graver-west-open, .graver-east-open,
-.resizer-east, .resizer-west {
-    border-left: 1px solid #ccc;
-    border-right: 1px solid #ccc;
-    background: url(images/graver.png) #fff 100% 50% repeat-x;
-}
-
-.sidebar {
-    background: #CBE3FF;
-}
-.extrabar {
-    background: #99ff99;
-}
-/*Fonts Tab*/
-#constr-fonts select {
-    font-size:14px;
-}
-#constr-fonts optgroup option {
-    text-indent:8px;
-}
-.font-example {
-    margin:10px;
-    border:1px solid #ddd;
-}
-    .font-example
-
-/*Footer Tab*/
-#constr-footer textarea {
-    height:160px;
-}
-
-/*Color Tab*/
-
-#opacity a {
-    background:url(../images/patern.png) !important;
-    width:220px !important;
-    height:80px !important;
-}
-
-#opacity div {
-    text-align:center;
-    font-size:1.4em;
-    font-weight:700;
-    height:60px;
-    line-height:60px;
-    margin: 10px 14px;
-    border-color:#555;
-    border-style:solid;
-    border-width:1px;
-    border-radius: 6px;
-    -moz-border-radius: 6px;
-    -khtml-border-radius: 6px;
-    -webkit-border-radius: 6px
-}
-
-#opacity .none {
-    color:#fff;
-}
-
-#opacity .darklow {
-    color:#fff;
-    background:url('../../images/opacity_black_30.png');
-}
-#opacity .dark {
-    color:#fff;
-    background:url('../../images/opacity_black_50.png');
-}
-#opacity .darkhigh {
-    color:#fff;
-    background:url('../../images/opacity_black_80.png');
-}
-
-#opacity .lightlow {
-    color:#000;
-    background:url('../../images/opacity_white_30.png');
-}
-#opacity .light {
-    color:#000;
-    background:url('../../images/opacity_white_50.png');
-}
-#opacity .lighthigh {
-    color:#000;
-    background:url('../../images/opacity_white_80.png');
-}
-
-.colorpicker input {
-	color: #778398 !important;
-    border:0 !important;
-}
-
-/* Images Tab */
-#constructor-layers {
-    width:800px;
-    height:659px;
-    background:url(images/images-hint.png) !important;
-}
-#constructor-layers ol {
-    padding:144px 0 0 64px;
-}
\ No newline at end of file
diff --git a/wp-content/themes/constructor/admin/css/colorpicker.css b/wp-content/themes/constructor/admin/css/colorpicker.css
deleted file mode 100644
index a53c0cfd7f36cec51bef491ae67112206c6af40d..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/admin/css/colorpicker.css
+++ /dev/null
@@ -1,161 +0,0 @@
-.colorpicker {
-	width: 356px;
-	height: 176px;
-	overflow: hidden;
-	position: absolute;
-	background: url(../images/background.png);
-	font-family: Arial, Helvetica, sans-serif;
-	display: none;
-}
-.colorpicker_color {
-	width: 150px;
-	height: 150px;
-	left: 14px;
-	top: 13px;
-	position: absolute;
-	background: #f00;
-	overflow: hidden;
-	cursor: crosshair;
-}
-.colorpicker_color div {
-	position: absolute;
-	top: 0;
-	left: 0;
-	width: 150px;
-	height: 150px;
-	background: url(../images/overlay.png);
-}
-.colorpicker_color div div {
-	position: absolute;
-	top: 0;
-	left: 0;
-	width: 11px;
-	height: 11px;
-	overflow: hidden;
-	background: url(../images/select.gif);
-	margin: -5px 0 0 -5px;
-}
-.colorpicker_hue {
-	position: absolute;
-	top: 13px;
-	left: 171px;
-	width: 35px;
-	height: 150px;
-	cursor: n-resize;
-}
-.colorpicker_hue div {
-	position: absolute;
-	width: 35px;
-	height: 9px;
-	overflow: hidden;
-	background: url(../images/indic.gif) left top;
-	margin: -4px 0 0 0;
-	left: 0px;
-}
-.colorpicker_new_color {
-	position: absolute;
-	width: 60px;
-	height: 30px;
-	left: 213px;
-	top: 13px;
-	background: #f00;
-}
-.colorpicker_current_color {
-	position: absolute;
-	width: 60px;
-	height: 30px;
-	left: 283px;
-	top: 13px;
-	background: #f00;
-}
-.colorpicker input {
-	background-color: transparent;
-	border: 1px solid transparent;
-	position: absolute;
-	font-size: 10px;
-	font-family: Arial, Helvetica, sans-serif;
-	color: #898989;
-	top: 4px;
-	right: 11px;
-	text-align: right;
-	margin: 0;
-	padding: 0;
-	height: 11px;
-}
-.colorpicker_hex {
-	position: absolute;
-	width: 72px;
-	height: 22px;
-	background: url(../images/hex.png) top;
-	left: 212px;
-	top: 142px;
-}
-.colorpicker_hex input {
-	right: 6px;
-}
-.colorpicker_field {
-	height: 22px;
-	width: 62px;
-	background-position: top;
-	position: absolute;
-}
-.colorpicker_field span {
-	position: absolute;
-	width: 12px;
-	height: 22px;
-	overflow: hidden;
-	top: 0;
-	right: 0;
-	cursor: n-resize;
-}
-.colorpicker_rgb_r {
-	background-image: url(../images/rgb_r.png);
-	top: 52px;
-	left: 212px;
-}
-.colorpicker_rgb_g {
-	background-image: url(../images/rgb_g.png);
-	top: 82px;
-	left: 212px;
-}
-.colorpicker_rgb_b {
-	background-image: url(../images/rgb_b.png);
-	top: 112px;
-	left: 212px;
-}
-.colorpicker_hsb_h {
-	background-image: url(../images/hsb_h.png);
-	top: 52px;
-	left: 282px;
-}
-.colorpicker_hsb_s {
-	background-image: url(../images/hsb_s.png);
-	top: 82px;
-	left: 282px;
-}
-.colorpicker_hsb_b {
-	background-image: url(../images/hsb_b.png);
-	top: 112px;
-	left: 282px;
-}
-.colorpicker_submit {
-	position: absolute;
-	width: 22px;
-	height: 22px;
-	background: url(../images/submit.png) top;
-	left: 322px;
-	top: 142px;
-	overflow: hidden;
-}
-.colorpicker_focus {
-	background-position: center;
-}
-.colorpicker_hex.colorpicker_focus {
-	background-position: bottom;
-}
-.colorpicker_submit.colorpicker_focus {
-	background-position: bottom;
-}
-.colorpicker_slider {
-	background-position: bottom;
-}
diff --git a/wp-content/themes/constructor/admin/css/images/graver.png b/wp-content/themes/constructor/admin/css/images/graver.png
deleted file mode 100644
index 65a86291ccd85eb17127ea26a1b59d7573bc0494..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/admin/css/images/graver.png and /dev/null differ
diff --git a/wp-content/themes/constructor/admin/css/images/images-hint.png b/wp-content/themes/constructor/admin/css/images/images-hint.png
deleted file mode 100644
index ff8e7a0b890f7bb60011ae4c54997da8bf008014..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/admin/css/images/images-hint.png and /dev/null differ
diff --git a/wp-content/themes/constructor/admin/css/images/layouts.png b/wp-content/themes/constructor/admin/css/images/layouts.png
deleted file mode 100644
index 113d3716a4393fcbc1fb5086e19a86d1f0906206..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/admin/css/images/layouts.png and /dev/null differ
diff --git a/wp-content/themes/constructor/admin/css/images/ui-bg_flat_0_aaaaaa_40x100.png b/wp-content/themes/constructor/admin/css/images/ui-bg_flat_0_aaaaaa_40x100.png
deleted file mode 100644
index 5b5dab2ab7b1c50dea9cfe73dc5a269a92d2d4b4..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/admin/css/images/ui-bg_flat_0_aaaaaa_40x100.png and /dev/null differ
diff --git a/wp-content/themes/constructor/admin/css/images/ui-bg_flat_75_ffffff_40x100.png b/wp-content/themes/constructor/admin/css/images/ui-bg_flat_75_ffffff_40x100.png
deleted file mode 100644
index ac8b229af950c29356abf64a6c4aa894575445f0..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/admin/css/images/ui-bg_flat_75_ffffff_40x100.png and /dev/null differ
diff --git a/wp-content/themes/constructor/admin/css/images/ui-bg_glass_55_fbf9ee_1x400.png b/wp-content/themes/constructor/admin/css/images/ui-bg_glass_55_fbf9ee_1x400.png
deleted file mode 100644
index ad3d6346e00f246102f72f2e026ed0491988b394..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/admin/css/images/ui-bg_glass_55_fbf9ee_1x400.png and /dev/null differ
diff --git a/wp-content/themes/constructor/admin/css/images/ui-bg_glass_65_ffffff_1x400.png b/wp-content/themes/constructor/admin/css/images/ui-bg_glass_65_ffffff_1x400.png
deleted file mode 100644
index 42ccba269b6e91bef12ad0fa18be651b5ef0ee68..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/admin/css/images/ui-bg_glass_65_ffffff_1x400.png and /dev/null differ
diff --git a/wp-content/themes/constructor/admin/css/images/ui-bg_glass_75_dadada_1x400.png b/wp-content/themes/constructor/admin/css/images/ui-bg_glass_75_dadada_1x400.png
deleted file mode 100644
index 5a46b47cb16631068aee9e0bd61269fc4e95e5cd..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/admin/css/images/ui-bg_glass_75_dadada_1x400.png and /dev/null differ
diff --git a/wp-content/themes/constructor/admin/css/images/ui-bg_glass_75_e6e6e6_1x400.png b/wp-content/themes/constructor/admin/css/images/ui-bg_glass_75_e6e6e6_1x400.png
deleted file mode 100644
index 86c2baa655eac8539db34f8d9adb69ec1226201c..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/admin/css/images/ui-bg_glass_75_e6e6e6_1x400.png and /dev/null differ
diff --git a/wp-content/themes/constructor/admin/css/images/ui-bg_glass_95_fef1ec_1x400.png b/wp-content/themes/constructor/admin/css/images/ui-bg_glass_95_fef1ec_1x400.png
deleted file mode 100644
index 4443fdc1a156babad4336f004eaf5ca5dfa0f9ab..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/admin/css/images/ui-bg_glass_95_fef1ec_1x400.png and /dev/null differ
diff --git a/wp-content/themes/constructor/admin/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png b/wp-content/themes/constructor/admin/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png
deleted file mode 100644
index 7c9fa6c6edcfcdd3e5b77e6f547b719e6fc66e30..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/admin/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png and /dev/null differ
diff --git a/wp-content/themes/constructor/admin/css/images/ui-icons_222222_256x240.png b/wp-content/themes/constructor/admin/css/images/ui-icons_222222_256x240.png
deleted file mode 100644
index b273ff111d219c9b9a8b96d57683d0075fb7871a..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/admin/css/images/ui-icons_222222_256x240.png and /dev/null differ
diff --git a/wp-content/themes/constructor/admin/css/images/ui-icons_2e83ff_256x240.png b/wp-content/themes/constructor/admin/css/images/ui-icons_2e83ff_256x240.png
deleted file mode 100644
index 84defe6e8ab878a83d7ed145c4734e5e1117cf0f..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/admin/css/images/ui-icons_2e83ff_256x240.png and /dev/null differ
diff --git a/wp-content/themes/constructor/admin/css/images/ui-icons_454545_256x240.png b/wp-content/themes/constructor/admin/css/images/ui-icons_454545_256x240.png
deleted file mode 100644
index 59bd45b907c4fd965697774ce8c5fc6b2fd9c105..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/admin/css/images/ui-icons_454545_256x240.png and /dev/null differ
diff --git a/wp-content/themes/constructor/admin/css/images/ui-icons_888888_256x240.png b/wp-content/themes/constructor/admin/css/images/ui-icons_888888_256x240.png
deleted file mode 100644
index 6d02426c114be4b57aabc0a80b8a63d9e56b9eb6..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/admin/css/images/ui-icons_888888_256x240.png and /dev/null differ
diff --git a/wp-content/themes/constructor/admin/css/images/ui-icons_cd0a0a_256x240.png b/wp-content/themes/constructor/admin/css/images/ui-icons_cd0a0a_256x240.png
deleted file mode 100644
index 2ab019b73ec11a485fa09378f3a0e155194f6a5d..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/admin/css/images/ui-icons_cd0a0a_256x240.png and /dev/null differ
diff --git a/wp-content/themes/constructor/admin/css/jquery-ui.css b/wp-content/themes/constructor/admin/css/jquery-ui.css
deleted file mode 100644
index 2442626d4bb1fb0a6eceaad8fd6fa27e847cbf84..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/admin/css/jquery-ui.css
+++ /dev/null
@@ -1,572 +0,0 @@
-/*
- * jQuery UI CSS Framework 1.8.7
- *
- * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
- * Dual licensed under the MIT or GPL Version 2 licenses.
- * http://jquery.org/license
- *
- * http://docs.jquery.com/UI/Theming/API
- */
-
-/* Layout helpers
-----------------------------------*/
-.ui-helper-hidden { display: none; }
-.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
-.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
-.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
-.ui-helper-clearfix { display: inline-block; }
-/* required comment for clearfix to work in Opera \*/
-* html .ui-helper-clearfix { height:1%; }
-.ui-helper-clearfix { display:block; }
-/* end clearfix */
-.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
-
-
-/* Interaction Cues
-----------------------------------*/
-.ui-state-disabled { cursor: default !important; }
-
-
-/* Icons
-----------------------------------*/
-
-/* states and images */
-.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
-
-
-/* Misc visuals
-----------------------------------*/
-
-/* Overlays */
-.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
-
-
-/*
- * jQuery UI CSS Framework 1.8.7
- *
- * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
- * Dual licensed under the MIT or GPL Version 2 licenses.
- * http://jquery.org/license
- *
- * http://docs.jquery.com/UI/Theming/API
- *
- * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
- */
-
-
-/* Component containers
-----------------------------------*/
-.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
-.ui-widget .ui-widget { font-size: 1em; }
-.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
-.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
-.ui-widget-content a { color: #222222; }
-.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
-.ui-widget-header a { color: #222222; }
-
-/* Interaction states
-----------------------------------*/
-.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; }
-.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
-.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999; background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
-.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }
-.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
-.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
-.ui-widget :active { outline: none; }
-
-/* Interaction Cues
-----------------------------------*/
-.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1; background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
-.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
-.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
-.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
-.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
-.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
-.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
-.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
-
-/* Icons
-----------------------------------*/
-
-/* states and images */
-.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); }
-.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
-.ui-widget-header .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
-.ui-state-default .ui-icon { background-image: url(images/ui-icons_888888_256x240.png); }
-.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
-.ui-state-active .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
-.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png); }
-.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cd0a0a_256x240.png); }
-
-/* positioning */
-.ui-icon-carat-1-n { background-position: 0 0; }
-.ui-icon-carat-1-ne { background-position: -16px 0; }
-.ui-icon-carat-1-e { background-position: -32px 0; }
-.ui-icon-carat-1-se { background-position: -48px 0; }
-.ui-icon-carat-1-s { background-position: -64px 0; }
-.ui-icon-carat-1-sw { background-position: -80px 0; }
-.ui-icon-carat-1-w { background-position: -96px 0; }
-.ui-icon-carat-1-nw { background-position: -112px 0; }
-.ui-icon-carat-2-n-s { background-position: -128px 0; }
-.ui-icon-carat-2-e-w { background-position: -144px 0; }
-.ui-icon-triangle-1-n { background-position: 0 -16px; }
-.ui-icon-triangle-1-ne { background-position: -16px -16px; }
-.ui-icon-triangle-1-e { background-position: -32px -16px; }
-.ui-icon-triangle-1-se { background-position: -48px -16px; }
-.ui-icon-triangle-1-s { background-position: -64px -16px; }
-.ui-icon-triangle-1-sw { background-position: -80px -16px; }
-.ui-icon-triangle-1-w { background-position: -96px -16px; }
-.ui-icon-triangle-1-nw { background-position: -112px -16px; }
-.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
-.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
-.ui-icon-arrow-1-n { background-position: 0 -32px; }
-.ui-icon-arrow-1-ne { background-position: -16px -32px; }
-.ui-icon-arrow-1-e { background-position: -32px -32px; }
-.ui-icon-arrow-1-se { background-position: -48px -32px; }
-.ui-icon-arrow-1-s { background-position: -64px -32px; }
-.ui-icon-arrow-1-sw { background-position: -80px -32px; }
-.ui-icon-arrow-1-w { background-position: -96px -32px; }
-.ui-icon-arrow-1-nw { background-position: -112px -32px; }
-.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
-.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
-.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
-.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
-.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
-.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
-.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
-.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
-.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
-.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
-.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
-.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
-.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
-.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
-.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
-.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
-.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
-.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
-.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
-.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
-.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
-.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
-.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
-.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
-.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
-.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
-.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
-.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
-.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
-.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
-.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
-.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
-.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
-.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
-.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
-.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
-.ui-icon-arrow-4 { background-position: 0 -80px; }
-.ui-icon-arrow-4-diag { background-position: -16px -80px; }
-.ui-icon-extlink { background-position: -32px -80px; }
-.ui-icon-newwin { background-position: -48px -80px; }
-.ui-icon-refresh { background-position: -64px -80px; }
-.ui-icon-shuffle { background-position: -80px -80px; }
-.ui-icon-transfer-e-w { background-position: -96px -80px; }
-.ui-icon-transferthick-e-w { background-position: -112px -80px; }
-.ui-icon-folder-collapsed { background-position: 0 -96px; }
-.ui-icon-folder-open { background-position: -16px -96px; }
-.ui-icon-document { background-position: -32px -96px; }
-.ui-icon-document-b { background-position: -48px -96px; }
-.ui-icon-note { background-position: -64px -96px; }
-.ui-icon-mail-closed { background-position: -80px -96px; }
-.ui-icon-mail-open { background-position: -96px -96px; }
-.ui-icon-suitcase { background-position: -112px -96px; }
-.ui-icon-comment { background-position: -128px -96px; }
-.ui-icon-person { background-position: -144px -96px; }
-.ui-icon-print { background-position: -160px -96px; }
-.ui-icon-trash { background-position: -176px -96px; }
-.ui-icon-locked { background-position: -192px -96px; }
-.ui-icon-unlocked { background-position: -208px -96px; }
-.ui-icon-bookmark { background-position: -224px -96px; }
-.ui-icon-tag { background-position: -240px -96px; }
-.ui-icon-home { background-position: 0 -112px; }
-.ui-icon-flag { background-position: -16px -112px; }
-.ui-icon-calendar { background-position: -32px -112px; }
-.ui-icon-cart { background-position: -48px -112px; }
-.ui-icon-pencil { background-position: -64px -112px; }
-.ui-icon-clock { background-position: -80px -112px; }
-.ui-icon-disk { background-position: -96px -112px; }
-.ui-icon-calculator { background-position: -112px -112px; }
-.ui-icon-zoomin { background-position: -128px -112px; }
-.ui-icon-zoomout { background-position: -144px -112px; }
-.ui-icon-search { background-position: -160px -112px; }
-.ui-icon-wrench { background-position: -176px -112px; }
-.ui-icon-gear { background-position: -192px -112px; }
-.ui-icon-heart { background-position: -208px -112px; }
-.ui-icon-star { background-position: -224px -112px; }
-.ui-icon-link { background-position: -240px -112px; }
-.ui-icon-cancel { background-position: 0 -128px; }
-.ui-icon-plus { background-position: -16px -128px; }
-.ui-icon-plusthick { background-position: -32px -128px; }
-.ui-icon-minus { background-position: -48px -128px; }
-.ui-icon-minusthick { background-position: -64px -128px; }
-.ui-icon-close { background-position: -80px -128px; }
-.ui-icon-closethick { background-position: -96px -128px; }
-.ui-icon-key { background-position: -112px -128px; }
-.ui-icon-lightbulb { background-position: -128px -128px; }
-.ui-icon-scissors { background-position: -144px -128px; }
-.ui-icon-clipboard { background-position: -160px -128px; }
-.ui-icon-copy { background-position: -176px -128px; }
-.ui-icon-contact { background-position: -192px -128px; }
-.ui-icon-image { background-position: -208px -128px; }
-.ui-icon-video { background-position: -224px -128px; }
-.ui-icon-script { background-position: -240px -128px; }
-.ui-icon-alert { background-position: 0 -144px; }
-.ui-icon-info { background-position: -16px -144px; }
-.ui-icon-notice { background-position: -32px -144px; }
-.ui-icon-help { background-position: -48px -144px; }
-.ui-icon-check { background-position: -64px -144px; }
-.ui-icon-bullet { background-position: -80px -144px; }
-.ui-icon-radio-off { background-position: -96px -144px; }
-.ui-icon-radio-on { background-position: -112px -144px; }
-.ui-icon-pin-w { background-position: -128px -144px; }
-.ui-icon-pin-s { background-position: -144px -144px; }
-.ui-icon-play { background-position: 0 -160px; }
-.ui-icon-pause { background-position: -16px -160px; }
-.ui-icon-seek-next { background-position: -32px -160px; }
-.ui-icon-seek-prev { background-position: -48px -160px; }
-.ui-icon-seek-end { background-position: -64px -160px; }
-.ui-icon-seek-start { background-position: -80px -160px; }
-/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
-.ui-icon-seek-first { background-position: -80px -160px; }
-.ui-icon-stop { background-position: -96px -160px; }
-.ui-icon-eject { background-position: -112px -160px; }
-.ui-icon-volume-off { background-position: -128px -160px; }
-.ui-icon-volume-on { background-position: -144px -160px; }
-.ui-icon-power { background-position: 0 -176px; }
-.ui-icon-signal-diag { background-position: -16px -176px; }
-.ui-icon-signal { background-position: -32px -176px; }
-.ui-icon-battery-0 { background-position: -48px -176px; }
-.ui-icon-battery-1 { background-position: -64px -176px; }
-.ui-icon-battery-2 { background-position: -80px -176px; }
-.ui-icon-battery-3 { background-position: -96px -176px; }
-.ui-icon-circle-plus { background-position: 0 -192px; }
-.ui-icon-circle-minus { background-position: -16px -192px; }
-.ui-icon-circle-close { background-position: -32px -192px; }
-.ui-icon-circle-triangle-e { background-position: -48px -192px; }
-.ui-icon-circle-triangle-s { background-position: -64px -192px; }
-.ui-icon-circle-triangle-w { background-position: -80px -192px; }
-.ui-icon-circle-triangle-n { background-position: -96px -192px; }
-.ui-icon-circle-arrow-e { background-position: -112px -192px; }
-.ui-icon-circle-arrow-s { background-position: -128px -192px; }
-.ui-icon-circle-arrow-w { background-position: -144px -192px; }
-.ui-icon-circle-arrow-n { background-position: -160px -192px; }
-.ui-icon-circle-zoomin { background-position: -176px -192px; }
-.ui-icon-circle-zoomout { background-position: -192px -192px; }
-.ui-icon-circle-check { background-position: -208px -192px; }
-.ui-icon-circlesmall-plus { background-position: 0 -208px; }
-.ui-icon-circlesmall-minus { background-position: -16px -208px; }
-.ui-icon-circlesmall-close { background-position: -32px -208px; }
-.ui-icon-squaresmall-plus { background-position: -48px -208px; }
-.ui-icon-squaresmall-minus { background-position: -64px -208px; }
-.ui-icon-squaresmall-close { background-position: -80px -208px; }
-.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
-.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
-.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
-.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
-.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
-.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
-
-
-/* Misc visuals
-----------------------------------*/
-
-/* Corner radius */
-.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; }
-.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
-.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
-.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
-.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
-.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
-.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
-.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
-.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
-
-/* Overlays */
-.ui-widget-overlay { background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
-.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*
- * jQuery UI Resizable 1.8.7
- *
- * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
- * Dual licensed under the MIT or GPL Version 2 licenses.
- * http://jquery.org/license
- *
- * http://docs.jquery.com/UI/Resizable#theming
- */
-.ui-resizable { position: relative;}
-.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
-.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
-.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
-.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
-.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
-.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
-.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
-.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
-.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
-.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*
- * jQuery UI Selectable 1.8.7
- *
- * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
- * Dual licensed under the MIT or GPL Version 2 licenses.
- * http://jquery.org/license
- *
- * http://docs.jquery.com/UI/Selectable#theming
- */
-.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
-/*
- * jQuery UI Accordion 1.8.7
- *
- * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
- * Dual licensed under the MIT or GPL Version 2 licenses.
- * http://jquery.org/license
- *
- * http://docs.jquery.com/UI/Accordion#theming
- */
-/* IE/Win - Fix animation bug - #4615 */
-.ui-accordion { width: 100%; }
-.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
-.ui-accordion .ui-accordion-li-fix { display: inline; }
-.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
-.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
-.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
-.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
-.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
-.ui-accordion .ui-accordion-content-active { display: block; }/*
- * jQuery UI Autocomplete 1.8.7
- *
- * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
- * Dual licensed under the MIT or GPL Version 2 licenses.
- * http://jquery.org/license
- *
- * http://docs.jquery.com/UI/Autocomplete#theming
- */
-.ui-autocomplete { position: absolute; cursor: default; }	
-
-/* workarounds */
-* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
-
-/*
- * jQuery UI Menu 1.8.7
- *
- * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
- * Dual licensed under the MIT or GPL Version 2 licenses.
- * http://jquery.org/license
- *
- * http://docs.jquery.com/UI/Menu#theming
- */
-.ui-menu {
-	list-style:none;
-	padding: 2px;
-	margin: 0;
-	display:block;
-	float: left;
-}
-.ui-menu .ui-menu {
-	margin-top: -3px;
-}
-.ui-menu .ui-menu-item {
-	margin:0;
-	padding: 0;
-	zoom: 1;
-	float: left;
-	clear: left;
-	width: 100%;
-}
-.ui-menu .ui-menu-item a {
-	text-decoration:none;
-	display:block;
-	padding:.2em .4em;
-	line-height:1.5;
-	zoom:1;
-}
-.ui-menu .ui-menu-item a.ui-state-hover,
-.ui-menu .ui-menu-item a.ui-state-active {
-	font-weight: normal;
-	margin: -1px;
-}
-/*
- * jQuery UI Button 1.8.7
- *
- * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
- * Dual licensed under the MIT or GPL Version 2 licenses.
- * http://jquery.org/license
- *
- * http://docs.jquery.com/UI/Button#theming
- */
-.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
-.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
-button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
-.ui-button-icons-only { width: 3.4em; } 
-button.ui-button-icons-only { width: 3.7em; } 
-
-/*button text element */
-.ui-button .ui-button-text { display: block; line-height: 1.4;  }
-.ui-button-text-only .ui-button-text { padding: .4em 1em; }
-.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
-.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
-.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
-.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
-/* no icon support for input elements, provide padding by default */
-input.ui-button { padding: .4em 1em; }
-
-/*button icon element(s) */
-.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
-.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
-.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
-.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
-.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
-
-/*button sets*/
-.ui-buttonset { margin-right: 7px; }
-.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }
-
-/* workarounds */
-button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
-/*
- * jQuery UI Dialog 1.8.7
- *
- * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
- * Dual licensed under the MIT or GPL Version 2 licenses.
- * http://jquery.org/license
- *
- * http://docs.jquery.com/UI/Dialog#theming
- */
-.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
-.ui-dialog .ui-dialog-titlebar { padding: .5em 1em .3em; position: relative;  }
-.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .2em 0; } 
-.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
-.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
-.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
-.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
-.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
-.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
-.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
-.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
-.ui-draggable .ui-dialog-titlebar { cursor: move; }
-/*
- * jQuery UI Slider 1.8.7
- *
- * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
- * Dual licensed under the MIT or GPL Version 2 licenses.
- * http://jquery.org/license
- *
- * http://docs.jquery.com/UI/Slider#theming
- */
-.ui-slider { position: relative; text-align: left; }
-.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
-.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }
-
-.ui-slider-horizontal { height: .8em; }
-.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
-.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
-.ui-slider-horizontal .ui-slider-range-min { left: 0; }
-.ui-slider-horizontal .ui-slider-range-max { right: 0; }
-
-.ui-slider-vertical { width: .8em; height: 100px; }
-.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
-.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
-.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
-.ui-slider-vertical .ui-slider-range-max { top: 0; }/*
- * jQuery UI Tabs 1.8.7
- *
- * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
- * Dual licensed under the MIT or GPL Version 2 licenses.
- * http://jquery.org/license
- *
- * http://docs.jquery.com/UI/Tabs#theming
- */
-.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
-.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
-.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
-.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
-.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
-.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
-.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
-.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
-.ui-tabs .ui-tabs-hide { display: none !important; }
-/*
- * jQuery UI Datepicker 1.8.7
- *
- * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
- * Dual licensed under the MIT or GPL Version 2 licenses.
- * http://jquery.org/license
- *
- * http://docs.jquery.com/UI/Datepicker#theming
- */
-.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
-.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
-.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
-.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
-.ui-datepicker .ui-datepicker-prev { left:2px; }
-.ui-datepicker .ui-datepicker-next { right:2px; }
-.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
-.ui-datepicker .ui-datepicker-next-hover { right:1px; }
-.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
-.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
-.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
-.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
-.ui-datepicker select.ui-datepicker-month, 
-.ui-datepicker select.ui-datepicker-year { width: 49%;}
-.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
-.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
-.ui-datepicker td { border: 0; padding: 1px; }
-.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
-.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
-.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
-.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }
-
-/* with multiple calendars */
-.ui-datepicker.ui-datepicker-multi { width:auto; }
-.ui-datepicker-multi .ui-datepicker-group { float:left; }
-.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
-.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
-.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
-.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
-.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
-.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
-.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
-.ui-datepicker-row-break { clear:both; width:100%; }
-
-/* RTL support */
-.ui-datepicker-rtl { direction: rtl; }
-.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
-.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
-.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
-.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
-.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
-.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
-.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
-.ui-datepicker-rtl .ui-datepicker-group { float:right; }
-.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
-.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
-
-/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
-.ui-datepicker-cover {
-    display: none; /*sorry for IE5*/
-    display/**/: block; /*sorry for IE5*/
-    position: absolute; /*must have*/
-    z-index: -1; /*must have*/
-    filter: mask(); /*must have*/
-    top: -4px; /*must have*/
-    left: -4px; /*must have*/
-    width: 200px; /*must have*/
-    height: 200px; /*must have*/
-}/*
- * jQuery UI Progressbar 1.8.7
- *
- * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
- * Dual licensed under the MIT or GPL Version 2 licenses.
- * http://jquery.org/license
- *
- * http://docs.jquery.com/UI/Progressbar#theming
- */
-.ui-progressbar { height:2em; text-align: left; }
-.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }
\ No newline at end of file
diff --git a/wp-content/themes/constructor/admin/font-face.php b/wp-content/themes/constructor/admin/font-face.php
deleted file mode 100644
index 63c09bc987eaa0d3027f046a0ff21af69006ca60..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/admin/font-face.php
+++ /dev/null
@@ -1,178 +0,0 @@
-<?php
-/**
- * @package WordPress
- * @subpackage Constructor
- * @link http://www.google.com/webfonts
- * @update 2011.03.30
- * @todo More flexible
- */
-return array(
-    'Aclonica',
-    //'Allan',// 700 weight
-    'Allerta',
-    '"Allerta Stencil"',
-    'Amaranth',
-    '"Annie Use Your Telescope"',
-    '"Anonymous Pro"',
-    'Anton',
-    '"Architects Daughter"',
-    'Arimo', // Regular / Italic / Bold / Bold Italic
-    'Arvo', // Regular / Italic / Bold / Bold Italic
-    'Artifika',
-    'Asset',
-    'Astloch',
-    'Bentham',
-    'Bevan',
-    '"Bigshot One"',
-    'Brawler',
-    //'Buda', // 300 weight
-    'Cabin',
-    //'"Cabin Sketch"',// 700 weight
-    'Calligraffitti',
-    'Candal',
-    'Cantarell', // Regular / Italic / Bold / Bold Italic
-    'Cardo',
-    '"Carter One"',
-    'Caudex',
-    '"Cedarville Cursive"',
-    '"Cherry Cream Soda"',
-    'Chewy',
-    //'Coda',// 800 weight
-    '"Coming Soon"',
-    'Copse',
-    'Cousine', // Regular / Italic / Bold / Bold Italic
-    '"Covered By Your Grace"',
-    '"Crafty Girls"',
-    '"Crimson Text"',
-    'Crushed',
-    'Cuprum',
-    'Damion',
-    '"Dancing Script"',
-    '"Dawning of a New Day"',
-    '"Didact Gothic"',
-    '"Droid Sans"',      // Regular / Bold
-    '"Droid Sans Mono"',
-    '"Droid Serif"',
-    '"EB Garamond"',
-    '"Expletus Sans"',
-    '"Fontdiner Swanky"',
-    '"Francois One"',
-    'Geo',
-    '"Goblin One"',
-    '"Goudy Bookletter 1911"',
-    '"Gravitas One"',
-    'Gruppo',
-    '"Hammersmith One"',
-    '"Holtwood One SC"',
-    '"Homemade Apple"',
-    // "IM Fell" family
-    '"IM Fell English"',
-    '"IM Fell Double Pica"',
-    'Inconsolata',
-    '"Indie Flower"',
-    '"Irish Grover"',
-    '"Josefin Sans"',
-    '"Josefin Slab"',
-    'Judson',
-    'Jura',
-    '"Just Another Hand"',
-    '"Just Me Again Down Here"',
-    'Kameron',
-    'Kenia',
-    'Kranky',
-    'Kreon',
-    'Kristi',
-    '"La Belle Aurore"',
-    'Lato',
-    '"League Script"',
-    'Lekton',
-    'Limelight',
-    'Lobster',
-    '"Lobster Two"',
-    'Lora',
-    '"Luckiest Guy"',
-    'Mako',
-    '"Maven Pro"',
-    'Meddon',
-    'MedievalSharp',
-    'Megrim',
-    'Merriweather',
-    'Metrophobic',
-    'Michroma',
-    'Miltonian',
-    '"Miltonian Tattoo"',
-    'Molengo',
-    'Monofett',
-    '"Mountains of Christmas"',
-    'Muli',
-    'Neucha',
-    'Neuton',
-    '"News Cycle"',
-    'Nobile',
-    //'Nova', // 100 weight
-    '"Nova Square"',
-    '"Nova Oval"',
-    '"Nova Cut"',
-    '"Nova Round"',
-    '"Nova Script"',
-    '"Nova Mono"',
-    'Nunito',
-    '"OFL Sorts Mill Goudy TT"',
-    '"Old Standard TT"',
-    'Orbitron',
-    'Oswald',
-    '"Over the Rainbow"',
-    'Pacifico',
-    '"Paytone One"',
-    '"Permanent Marker"',
-    'Philosopher',
-    'Play',
-    '"Playfair Display"',
-    'Podkova',
-    '"PT Sans"',
-    '"PT Serif"',
-    'Puritan',
-    'Quattrocento',
-    '"Quattrocento Sans"',
-    'Radley',
-    //'Raleway', // 100 weight
-    'Redressed',
-    '"Reenie Beanie"',
-    '"Rock Salt"',
-    'Rokkitt',
-    '"Ruslan Display"',
-    'Schoolbell',
-    '"Shadows Into Light"',
-    'Shanti',
-    '"Sigmar One"',
-    '"Six Caps"',
-    'Slackey',
-    'Smythe',
-    //'Sniglet', // 800 weight
-    '"Special Elite"',
-    '"Sue Ellen Francisco"',
-    'Sunshiney',
-    'Syncopate',
-    '"Swanky and Moo Moo"',
-    'Tangerine',
-    '"Tenor Sans"',
-    '"Terminal Dosis Light"',
-    '"The Girl Next Door"',
-    'Tinos',
-    'Ubuntu',
-    'Ultra',
-    //'UnifrakturCook', // 700 weight
-    'UnifrakturMaguntia',
-    'Unkempt',
-    'Varela',
-    'Vibur',
-    'Vollkorn',
-    'VT323',
-    '"Waiting for the Sunrise"',
-    '"Walter Turncoat"',
-    'Wallpoet',
-    '"Wire One"',
-    '"Yanone Kaffeesatz"',
-    'Zeyada'
-);
-?>
\ No newline at end of file
diff --git a/wp-content/themes/constructor/admin/fonts.php b/wp-content/themes/constructor/admin/fonts.php
deleted file mode 100644
index 76eee5941d284638474a96d3c71cbe5226348247..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/admin/fonts.php
+++ /dev/null
@@ -1,35 +0,0 @@
-<?php
-/**
- * @package WordPress
- * @subpackage Constructor
- */
-return array(
-    // sans-serif
-    'Arial,Helvetica,sans-serif',
-    '"Arial Black",Gadget,sans-serif',
-    '"Comic Sans MS",Helvetica,sans-serif',
-    'Impact,Charcoal,sans-serif',
-    '"Lucida Sans Unicode","Lucida Grande",sans-serif',
-    '"MS Sans Serif",Geneva,sans-serif',
-    '"MS Serif","New York",sans-serif',
-    'Symbol,sans-serif',
-    'Tahoma,Geneva,sans-serif',
-    '"Trebuchet MS",Helvetica,sans-serif',
-    'Verdana,Geneva,sans-serif',
-    'Webdings,sans-serif',
-    'Wingdings,"Zapf Dingbats",sans-serif',
-
-    // serif
-    '"Book Antica",Times,serif',
-    '"Bookman Old Style",Times,serif',
-    'Garamond,Times,serif',
-    'Georgia,Times,serif',
-    '"Palatino Linotype","Book Antiqua",Palatino, serif',
-    '"Times New Roman",Times,serif',
-    
-    // monospace
-    '"Courier New",Courier,monospace',
-    '"Lucida Console",Courier,monospace',
-    '"Monotype Corsiva",Courier,monospace',
-);
-?>
\ No newline at end of file
diff --git a/wp-content/themes/constructor/admin/images/background.png b/wp-content/themes/constructor/admin/images/background.png
deleted file mode 100644
index cf55ffdd68ed42f2d70bd7ec2010cee86c110816..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/admin/images/background.png and /dev/null differ
diff --git a/wp-content/themes/constructor/admin/images/blank.gif b/wp-content/themes/constructor/admin/images/blank.gif
deleted file mode 100644
index 75b945d2553848b8b6f41fe5e24599c0687b8472..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/admin/images/blank.gif and /dev/null differ
diff --git a/wp-content/themes/constructor/admin/images/default.png b/wp-content/themes/constructor/admin/images/default.png
deleted file mode 100644
index 1fad7d52666393fa12d18bbeb6a6486ae6295fb9..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/admin/images/default.png and /dev/null differ
diff --git a/wp-content/themes/constructor/admin/images/hex.png b/wp-content/themes/constructor/admin/images/hex.png
deleted file mode 100644
index 888f444495b3e08dbfa91181bf94d90bf48c85c8..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/admin/images/hex.png and /dev/null differ
diff --git a/wp-content/themes/constructor/admin/images/hsb_b.png b/wp-content/themes/constructor/admin/images/hsb_b.png
deleted file mode 100644
index 2f99dae8e6ef73e91a5d6283d2a732b6372d5e27..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/admin/images/hsb_b.png and /dev/null differ
diff --git a/wp-content/themes/constructor/admin/images/hsb_h.png b/wp-content/themes/constructor/admin/images/hsb_h.png
deleted file mode 100644
index a217e9218e6a512b507a35e8a6141f0e56193439..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/admin/images/hsb_h.png and /dev/null differ
diff --git a/wp-content/themes/constructor/admin/images/hsb_s.png b/wp-content/themes/constructor/admin/images/hsb_s.png
deleted file mode 100644
index 7826b415077be23ed1b1bf05b2da62d4aa5b1c67..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/admin/images/hsb_s.png and /dev/null differ
diff --git a/wp-content/themes/constructor/admin/images/indic.gif b/wp-content/themes/constructor/admin/images/indic.gif
deleted file mode 100644
index 222fb94cfd66bd2bd525891024289d8ee7adc321..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/admin/images/indic.gif and /dev/null differ
diff --git a/wp-content/themes/constructor/admin/images/layout-column.png b/wp-content/themes/constructor/admin/images/layout-column.png
deleted file mode 100644
index 0929085826058ec0cc2a9dc030316c2ef531f5ec..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/admin/images/layout-column.png and /dev/null differ
diff --git a/wp-content/themes/constructor/admin/images/layout-default.png b/wp-content/themes/constructor/admin/images/layout-default.png
deleted file mode 100644
index 92895f8ad23ace54512553c3842c253f6de7ea10..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/admin/images/layout-default.png and /dev/null differ
diff --git a/wp-content/themes/constructor/admin/images/layout-list.png b/wp-content/themes/constructor/admin/images/layout-list.png
deleted file mode 100644
index a02a45085cbff0824249ecfdfe29e4d7bc251189..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/admin/images/layout-list.png and /dev/null differ
diff --git a/wp-content/themes/constructor/admin/images/layout-page.png b/wp-content/themes/constructor/admin/images/layout-page.png
deleted file mode 100644
index 34a19d304b036a1eb2ce70d878c70bf3f5042ae2..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/admin/images/layout-page.png and /dev/null differ
diff --git a/wp-content/themes/constructor/admin/images/layout-simple.png b/wp-content/themes/constructor/admin/images/layout-simple.png
deleted file mode 100644
index 1791737d7533ffbded7b6bdf510b4751d2d1dea4..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/admin/images/layout-simple.png and /dev/null differ
diff --git a/wp-content/themes/constructor/admin/images/layout-single.png b/wp-content/themes/constructor/admin/images/layout-single.png
deleted file mode 100644
index f514fc934167ef83517cb68c690befa87b871b00..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/admin/images/layout-single.png and /dev/null differ
diff --git a/wp-content/themes/constructor/admin/images/layout-thumb.png b/wp-content/themes/constructor/admin/images/layout-thumb.png
deleted file mode 100644
index 9a53c7e25dd79e37ae591c6d12df6c104e5f483e..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/admin/images/layout-thumb.png and /dev/null differ
diff --git a/wp-content/themes/constructor/admin/images/layout-tile.png b/wp-content/themes/constructor/admin/images/layout-tile.png
deleted file mode 100644
index b9835550530b9a27ff1f3f9c237b396af6094ad8..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/admin/images/layout-tile.png and /dev/null differ
diff --git a/wp-content/themes/constructor/admin/images/layout-tiles.png b/wp-content/themes/constructor/admin/images/layout-tiles.png
deleted file mode 100644
index 6128a2eb494dcfb674a17a5a21c44447f7a89c2c..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/admin/images/layout-tiles.png and /dev/null differ
diff --git a/wp-content/themes/constructor/admin/images/overlay.png b/wp-content/themes/constructor/admin/images/overlay.png
deleted file mode 100644
index 561cdd9c59a498b499cbfd1295dc4d2037e235ff..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/admin/images/overlay.png and /dev/null differ
diff --git a/wp-content/themes/constructor/admin/images/patern.png b/wp-content/themes/constructor/admin/images/patern.png
deleted file mode 100644
index 09932732bc1c4ddb03a40c3b976dd45dfc83810f..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/admin/images/patern.png and /dev/null differ
diff --git a/wp-content/themes/constructor/admin/images/repeat.png b/wp-content/themes/constructor/admin/images/repeat.png
deleted file mode 100644
index 14c38788296b04fa44393792c2d95623582f5d33..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/admin/images/repeat.png and /dev/null differ
diff --git a/wp-content/themes/constructor/admin/images/rgb_b.png b/wp-content/themes/constructor/admin/images/rgb_b.png
deleted file mode 100644
index 80764e5d6dd8aac3c5ef87d83b45d29780af1fe9..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/admin/images/rgb_b.png and /dev/null differ
diff --git a/wp-content/themes/constructor/admin/images/rgb_g.png b/wp-content/themes/constructor/admin/images/rgb_g.png
deleted file mode 100644
index fc9778be1eb862a7ada05ae4a34726df0a2c73af..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/admin/images/rgb_g.png and /dev/null differ
diff --git a/wp-content/themes/constructor/admin/images/rgb_r.png b/wp-content/themes/constructor/admin/images/rgb_r.png
deleted file mode 100644
index 91b0cd4c520013444ae3a64c7e10b28060992557..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/admin/images/rgb_r.png and /dev/null differ
diff --git a/wp-content/themes/constructor/admin/images/screenshot.png b/wp-content/themes/constructor/admin/images/screenshot.png
deleted file mode 100644
index d4764a3403f845fbec71ac3a3f4d45c183fe1894..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/admin/images/screenshot.png and /dev/null differ
diff --git a/wp-content/themes/constructor/admin/images/select.gif b/wp-content/themes/constructor/admin/images/select.gif
deleted file mode 100644
index 599f7f13a6854d198f501588948ffcf97bf9f365..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/admin/images/select.gif and /dev/null differ
diff --git a/wp-content/themes/constructor/admin/images/select.png b/wp-content/themes/constructor/admin/images/select.png
deleted file mode 100644
index 21213bfd51b088497f3a9e423170cd65532d873d..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/admin/images/select.png and /dev/null differ
diff --git a/wp-content/themes/constructor/admin/images/select2.png b/wp-content/themes/constructor/admin/images/select2.png
deleted file mode 100644
index 2cd2cabeb6777c724034d5b0e0efd664011f515c..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/admin/images/select2.png and /dev/null differ
diff --git a/wp-content/themes/constructor/admin/images/slider.png b/wp-content/themes/constructor/admin/images/slider.png
deleted file mode 100644
index 8b03da96ebd45d66729466d43f263854ce7a0c49..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/admin/images/slider.png and /dev/null differ
diff --git a/wp-content/themes/constructor/admin/images/slideshow-in.png b/wp-content/themes/constructor/admin/images/slideshow-in.png
deleted file mode 100644
index 08f92849baf93d5681d4a0600bfe5d0ce189bd55..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/admin/images/slideshow-in.png and /dev/null differ
diff --git a/wp-content/themes/constructor/admin/images/slideshow-over.png b/wp-content/themes/constructor/admin/images/slideshow-over.png
deleted file mode 100644
index 562e1f6f34a2a637c8c8830fd96c88cad06b3246..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/admin/images/slideshow-over.png and /dev/null differ
diff --git a/wp-content/themes/constructor/admin/images/submit.png b/wp-content/themes/constructor/admin/images/submit.png
deleted file mode 100644
index cd202cd93b753b31926593e79eb3756cd58bd677..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/admin/images/submit.png and /dev/null differ
diff --git a/wp-content/themes/constructor/admin/js/colorpicker.js b/wp-content/themes/constructor/admin/js/colorpicker.js
deleted file mode 100644
index aa1000622ed974af677c6806b1dbee649cc2ea27..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/admin/js/colorpicker.js
+++ /dev/null
@@ -1,450 +0,0 @@
-/**
- *
- * Color picker
- * Author: Stefan Petre www.eyecon.ro
- * 
- */
-(function ($) {
-	var ColorPicker = function () {
-		var
-			ids = {},
-			inAction,
-			charMin = 65,
-			visible,
-			tpl = '<div class="colorpicker"><div class="colorpicker_color"><div><div></div></div></div><div class="colorpicker_hue"><div></div></div><div class="colorpicker_new_color"></div><div class="colorpicker_current_color"></div><div class="colorpicker_hex"><input type="text" maxlength="6" size="6" /></div><div class="colorpicker_rgb_r colorpicker_field"><input type="text" maxlength="3" size="3" /><span></span></div><div class="colorpicker_rgb_g colorpicker_field"><input type="text" maxlength="3" size="3" /><span></span></div><div class="colorpicker_rgb_b colorpicker_field"><input type="text" maxlength="3" size="3" /><span></span></div><div class="colorpicker_hsb_h colorpicker_field"><input type="text" maxlength="3" size="3" /><span></span></div><div class="colorpicker_hsb_s colorpicker_field"><input type="text" maxlength="3" size="3" /><span></span></div><div class="colorpicker_hsb_b colorpicker_field"><input type="text" maxlength="3" size="3" /><span></span></div><div class="colorpicker_submit"></div></div>',
-			defaults = {
-				eventName: 'click',
-				onShow: function () {},
-				onBeforeShow: function(){},
-				onHide: function () {},
-				onChange: function () {},
-				onSubmit: function () {},
-				color: 'ff0000',
-				livePreview: true,
-				flat: false
-			},
-			fillRGBFields = function  (hsb, cal) {
-				var rgb = HSBToRGB(hsb);
-				$(cal).data('colorpicker').fields
-					.eq(1).val(rgb.r).end()
-					.eq(2).val(rgb.g).end()
-					.eq(3).val(rgb.b).end();
-			},
-			fillHSBFields = function  (hsb, cal) {
-				$(cal).data('colorpicker').fields
-					.eq(4).val(hsb.h).end()
-					.eq(5).val(hsb.s).end()
-					.eq(6).val(hsb.b).end();
-			},
-			fillHexFields = function (hsb, cal) {
-				$(cal).data('colorpicker').fields
-					.eq(0).val(HSBToHex(hsb)).end();
-			},
-			setSelector = function (hsb, cal) {
-				$(cal).data('colorpicker').selector.css('backgroundColor', '#' + HSBToHex({h: hsb.h, s: 100, b: 100}));
-				$(cal).data('colorpicker').selectorIndic.css({
-					left: parseInt(150 * hsb.s/100, 10),
-					top: parseInt(150 * (100-hsb.b)/100, 10)
-				});
-			},
-			setHue = function (hsb, cal) {
-				$(cal).data('colorpicker').hue.css('top', parseInt(150 - 150 * hsb.h/360, 10));
-			},
-			setCurrentColor = function (hsb, cal) {
-				$(cal).data('colorpicker').currentColor.css('backgroundColor', '#' + HSBToHex(hsb));
-			},
-			setNewColor = function (hsb, cal) {
-				$(cal).data('colorpicker').newColor.css('backgroundColor', '#' + HSBToHex(hsb));
-			},
-			keyDown = function (ev) {
-				var pressedKey = ev.charCode || ev.keyCode || -1;
-				if ((pressedKey > charMin && pressedKey <= 90) || pressedKey == 32) {
-					return false;
-				}
-				var cal = $(this).parent().parent();
-				if (cal.data('colorpicker').livePreview === true) {
-					change.apply(this);
-				}
-			},
-			change = function (ev) {
-				var cal = $(this).parent().parent(), col;
-				if (this.parentNode.className.indexOf('_hex') > 0) {
-					cal.data('colorpicker').color = col = HexToHSB(fixHex(this.value));
-				} else if (this.parentNode.className.indexOf('_hsb') > 0) {
-					cal.data('colorpicker').color = col = fixHSB({
-						h: parseInt(cal.data('colorpicker').fields.eq(4).val(), 10),
-						s: parseInt(cal.data('colorpicker').fields.eq(5).val(), 10),
-						b: parseInt(cal.data('colorpicker').fields.eq(6).val(), 10)
-					});
-				} else {
-					cal.data('colorpicker').color = col = RGBToHSB(fixRGB({
-						r: parseInt(cal.data('colorpicker').fields.eq(1).val(), 10),
-						g: parseInt(cal.data('colorpicker').fields.eq(2).val(), 10),
-						b: parseInt(cal.data('colorpicker').fields.eq(3).val(), 10)
-					}));
-				}
-				if (ev) {
-					fillRGBFields(col, cal.get(0));
-					fillHexFields(col, cal.get(0));
-					fillHSBFields(col, cal.get(0));
-				}
-				setSelector(col, cal.get(0));
-				setHue(col, cal.get(0));
-				setNewColor(col, cal.get(0));
-				cal.data('colorpicker').onChange.apply(cal, [col, HSBToHex(col), HSBToRGB(col)]);
-			},
-			blur = function (ev) {
-				var cal = $(this).parent().parent();
-				cal.data('colorpicker').fields.parent().removeClass('colorpicker_focus')
-			},
-			focus = function () {
-				charMin = this.parentNode.className.indexOf('_hex') > 0 ? 70 : 65;
-				$(this).parent().parent().data('colorpicker').fields.parent().removeClass('colorpicker_focus');
-				$(this).parent().addClass('colorpicker_focus');
-			},
-			downIncrement = function (ev) {
-				var field = $(this).parent().find('input').focus();
-				var current = {
-					el: $(this).parent().addClass('colorpicker_slider'),
-					max: this.parentNode.className.indexOf('_hsb_h') > 0 ? 360 : (this.parentNode.className.indexOf('_hsb') > 0 ? 100 : 255),
-					y: ev.pageY,
-					field: field,
-					val: parseInt(field.val(), 10),
-					preview: $(this).parent().parent().data('colorpicker').livePreview					
-				};
-				$(document).bind('mouseup', current, upIncrement);
-				$(document).bind('mousemove', current, moveIncrement);
-			},
-			moveIncrement = function (ev) {
-				ev.data.field.val(Math.max(0, Math.min(ev.data.max, parseInt(ev.data.val + ev.pageY - ev.data.y, 10))));
-				if (ev.data.preview) {
-					change.apply(ev.data.field.get(0), [true]);
-				}
-				return false;
-			},
-			upIncrement = function (ev) {
-				change.apply(ev.data.field.get(0), [true]);
-				ev.data.el.removeClass('colorpicker_slider').find('input').focus();
-				$(document).unbind('mouseup', upIncrement);
-				$(document).unbind('mousemove', moveIncrement);
-				return false;
-			},
-			downHue = function (ev) {
-				var current = {
-					cal: $(this).parent(),
-					y: $(this).offset().top
-				};
-				current.preview = current.cal.data('colorpicker').livePreview;
-				$(document).bind('mouseup', current, upHue);
-				$(document).bind('mousemove', current, moveHue);
-			},
-			moveHue = function (ev) {
-				change.apply(
-					ev.data.cal.data('colorpicker')
-						.fields
-						.eq(4)
-						.val(parseInt(360*(150 - Math.max(0,Math.min(150,(ev.pageY - ev.data.y))))/150, 10))
-						.get(0),
-					[ev.data.preview]
-				);
-				return false;
-			},
-			upHue = function (ev) {
-				fillRGBFields(ev.data.cal.data('colorpicker').color, ev.data.cal.get(0));
-				fillHexFields(ev.data.cal.data('colorpicker').color, ev.data.cal.get(0));
-				$(document).unbind('mouseup', upHue);
-				$(document).unbind('mousemove', moveHue);
-				return false;
-			},
-			downSelector = function (ev) {
-				var current = {
-					cal: $(this).parent(),
-					pos: $(this).offset()
-				};
-				current.preview = current.cal.data('colorpicker').livePreview;
-				$(document).bind('mouseup', current, upSelector);
-				$(document).bind('mousemove', current, moveSelector);
-			},
-			moveSelector = function (ev) {
-				change.apply(
-					ev.data.cal.data('colorpicker')
-						.fields
-						.eq(6)
-						.val(parseInt(100*(150 - Math.max(0,Math.min(150,(ev.pageY - ev.data.pos.top))))/150, 10))
-						.end()
-						.eq(5)
-						.val(parseInt(100*(Math.max(0,Math.min(150,(ev.pageX - ev.data.pos.left))))/150, 10))
-						.get(0),
-					[ev.data.preview]
-				);
-				return false;
-			},
-			upSelector = function (ev) {
-				fillRGBFields(ev.data.cal.data('colorpicker').color, ev.data.cal.get(0));
-				fillHexFields(ev.data.cal.data('colorpicker').color, ev.data.cal.get(0));
-				$(document).unbind('mouseup', upSelector);
-				$(document).unbind('mousemove', moveSelector);
-				return false;
-			},
-			enterSubmit = function (ev) {
-				$(this).addClass('colorpicker_focus');
-			},
-			leaveSubmit = function (ev) {
-				$(this).removeClass('colorpicker_focus');
-			},
-			clickSubmit = function (ev) {
-				var cal = $(this).parent();
-				var col = cal.data('colorpicker').color;
-				cal.data('colorpicker').origColor = col;
-				setCurrentColor(col, cal.get(0));
-				cal.data('colorpicker').onSubmit(col, HSBToHex(col), HSBToRGB(col));
-			},
-			show = function (ev) {
-				var cal = $('#' + $(this).data('colorpickerId'));
-				cal.data('colorpicker').onBeforeShow.apply(this, [cal.get(0)]);
-				var pos = $(this).offset();
-				var viewPort = getViewport();
-				var top = pos.top + this.offsetHeight;
-				var left = pos.left;
-				if (top + 176 > viewPort.t + viewPort.h) {
-					top -= this.offsetHeight + 176;
-				}
-				if (left + 356 > viewPort.l + viewPort.w) {
-					left -= 356;
-				}
-				cal.css({left: left + 'px', top: top + 'px'});
-				if (cal.data('colorpicker').onShow.apply(this, [cal.get(0)]) != false) {
-					cal.show();
-				}
-				$(document).bind('mousedown', {cal: cal}, hide);
-				return false;
-			},
-			hide = function (ev) {
-				if (!isChildOf(ev.data.cal.get(0), ev.target, ev.data.cal.get(0))) {
-					if (ev.data.cal.data('colorpicker').onHide.apply(this, [ev.data.cal.get(0)]) != false) {
-						ev.data.cal.hide();
-					}
-					$(document).unbind('mousedown', hide);
-				}
-			},
-			isChildOf = function(parentEl, el, container) {
-				if (parentEl == el) {
-					return true;
-				}
-				if (parentEl.contains) {
-					return parentEl.contains(el);
-				}
-				if ( parentEl.compareDocumentPosition ) {
-					return !!(parentEl.compareDocumentPosition(el) & 16);
-				}
-				var prEl = el.parentNode;
-				while(prEl && prEl != container) {
-					if (prEl == parentEl)
-						return true;
-					prEl = prEl.parentNode;
-				}
-				return false;
-			},
-			getViewport = function () {
-				var m = document.compatMode == 'CSS1Compat';
-				return {
-					l : window.pageXOffset || (m ? document.documentElement.scrollLeft : document.body.scrollLeft),
-					t : window.pageYOffset || (m ? document.documentElement.scrollTop : document.body.scrollTop),
-					w : window.innerWidth || (m ? document.documentElement.clientWidth : document.body.clientWidth),
-					h : window.innerHeight || (m ? document.documentElement.clientHeight : document.body.clientHeight)
-				};
-			},
-			fixHSB = function (hsb) {
-				return {
-					h: Math.min(360, Math.max(0, hsb.h)),
-					s: Math.min(100, Math.max(0, hsb.s)),
-					b: Math.min(100, Math.max(0, hsb.b))
-				};
-			}, 
-			fixRGB = function (rgb) {
-				return {
-					r: Math.min(255, Math.max(0, rgb.r)),
-					g: Math.min(255, Math.max(0, rgb.g)),
-					b: Math.min(255, Math.max(0, rgb.b))
-				};
-			},
-			fixHex = function (hex) {
-				var len = 6 - hex.length;
-				if (len > 0) {
-					var o = [];
-					for (var i=0; i<len; i++) {
-						o.push('0');
-					}
-					o.push(hex);
-					hex = o.join('');
-				}
-				return hex;
-			}, 
-			HexToRGB = function (hex) {
-				var hex = parseInt(((hex.indexOf('#') > -1) ? hex.substring(1) : hex), 16);
-				return {r: hex >> 16, g: (hex & 0x00FF00) >> 8, b: (hex & 0x0000FF)};
-			},
-			HexToHSB = function (hex) {
-				return RGBToHSB(HexToRGB(hex));
-			},
-			RGBToHSB = function (rgb) {
-				var hsb = {};
-				hsb.b = Math.max(Math.max(rgb.r,rgb.g),rgb.b);
-				hsb.s = (hsb.b <= 0) ? 0 : Math.round(100*(hsb.b - Math.min(Math.min(rgb.r,rgb.g),rgb.b))/hsb.b);
-				hsb.b = Math.round((hsb.b /255)*100);
-				if((rgb.r==rgb.g) && (rgb.g==rgb.b)) hsb.h = 0;
-				else if(rgb.r>=rgb.g && rgb.g>=rgb.b) hsb.h = 60*(rgb.g-rgb.b)/(rgb.r-rgb.b);
-				else if(rgb.g>=rgb.r && rgb.r>=rgb.b) hsb.h = 60  + 60*(rgb.g-rgb.r)/(rgb.g-rgb.b);
-				else if(rgb.g>=rgb.b && rgb.b>=rgb.r) hsb.h = 120 + 60*(rgb.b-rgb.r)/(rgb.g-rgb.r);
-				else if(rgb.b>=rgb.g && rgb.g>=rgb.r) hsb.h = 180 + 60*(rgb.b-rgb.g)/(rgb.b-rgb.r);
-				else if(rgb.b>=rgb.r && rgb.r>=rgb.g) hsb.h = 240 + 60*(rgb.r-rgb.g)/(rgb.b-rgb.g);
-				else if(rgb.r>=rgb.b && rgb.b>=rgb.g) hsb.h = 300 + 60*(rgb.r-rgb.b)/(rgb.r-rgb.g);
-				else hsb.h = 0;
-				hsb.h = Math.round(hsb.h);
-				return hsb;
-			},
-			HSBToRGB = function (hsb) {
-				var rgb = {};
-				var h = Math.round(hsb.h);
-				var s = Math.round(hsb.s*255/100);
-				var v = Math.round(hsb.b*255/100);
-				if(s == 0) {
-					rgb.r = rgb.g = rgb.b = v;
-				} else {
-					var t1 = v;
-					var t2 = (255-s)*v/255;
-					var t3 = (t1-t2)*(h%60)/60;
-					if(h==360) h = 0;
-					if(h<60) {rgb.r=t1;	rgb.b=t2; rgb.g=t2+t3}
-					else if(h<120) {rgb.g=t1; rgb.b=t2;	rgb.r=t1-t3}
-					else if(h<180) {rgb.g=t1; rgb.r=t2;	rgb.b=t2+t3}
-					else if(h<240) {rgb.b=t1; rgb.r=t2;	rgb.g=t1-t3}
-					else if(h<300) {rgb.b=t1; rgb.g=t2;	rgb.r=t2+t3}
-					else if(h<360) {rgb.r=t1; rgb.g=t2;	rgb.b=t1-t3}
-					else {rgb.r=0; rgb.g=0;	rgb.b=0}
-				}
-				return {r:Math.round(rgb.r), g:Math.round(rgb.g), b:Math.round(rgb.b)};
-			},
-			RGBToHex = function (rgb) {
-				var hex = [
-					rgb.r.toString(16),
-					rgb.g.toString(16),
-					rgb.b.toString(16)
-				];
-				$.each(hex, function (nr, val) {
-					if (val.length == 1) {
-						hex[nr] = '0' + val;
-					}
-				});
-				return hex.join('');
-			},
-			HSBToHex = function (hsb) {
-				return RGBToHex(HSBToRGB(hsb));
-			};
-		return {
-			init: function (options) {
-				options = $.extend({}, defaults, options||{});
-				if (typeof options.color == 'string') {
-					options.color = HexToHSB(options.color);
-				} else if (options.color.r != undefined && options.color.g != undefined && options.color.b != undefined) {
-					options.color = RGBToHSB(options.color);
-				} else if (options.color.h != undefined && options.color.s != undefined && options.color.b != undefined) {
-					options.color = fixHSB(options.color);
-				} else {
-					return this;
-				}
-				options.origColor = options.color;
-				return this.each(function () {
-					if (!$(this).data('colorpickerId')) {
-						var id = 'collorpicker_' + parseInt(Math.random() * 1000);
-						$(this).data('colorpickerId', id);
-						var cal = $(tpl).attr('id', id);
-						if (options.flat) {
-							cal.appendTo(this).show();
-						} else {
-							cal.appendTo(document.body);
-						}
-						options.fields = cal
-											.find('input')
-												.bind('keydown', keyDown)
-												.bind('change', change)
-												.bind('blur', blur)
-												.bind('focus', focus);
-						cal.find('span').bind('mousedown', downIncrement);
-						options.selector = cal.find('div.colorpicker_color').bind('mousedown', downSelector);
-						options.selectorIndic = options.selector.find('div div');
-						options.hue = cal.find('div.colorpicker_hue div');
-						cal.find('div.colorpicker_hue').bind('mousedown', downHue);
-						options.newColor = cal.find('div.colorpicker_new_color');
-						options.currentColor = cal.find('div.colorpicker_current_color');
-						cal.data('colorpicker', options);
-						cal.find('div.colorpicker_submit')
-							.bind('mouseenter', enterSubmit)
-							.bind('mouseleave', leaveSubmit)
-							.bind('click', clickSubmit);
-						fillRGBFields(options.color, cal.get(0));
-						fillHSBFields(options.color, cal.get(0));
-						fillHexFields(options.color, cal.get(0));
-						setHue(options.color, cal.get(0));
-						setSelector(options.color, cal.get(0));
-						setCurrentColor(options.color, cal.get(0));
-						setNewColor(options.color, cal.get(0));
-						if (options.flat) {
-							cal.css({
-								position: 'relative',
-								display: 'block'
-							});
-						} else {
-							$(this).bind(options.eventName, show);
-						}
-					}
-				});
-			},
-			showPicker: function() {
-				return this.each( function () {
-					if ($(this).data('colorpickerId')) {
-						show.apply(this);
-					}
-				});
-			},
-			hidePicker: function() {
-				return this.each( function () {
-					if ($(this).data('colorpickerId')) {
-						$('#' + $(this).data('colorpickerId')).hide();
-					}
-				});
-			},
-			setColor: function(col) {
-				if (typeof col == 'string') {
-					col = HexToHSB(col);
-				} else if (col.r != undefined && col.g != undefined && col.b != undefined) {
-					col = RGBToHSB(col);
-				} else if (col.h != undefined && col.s != undefined && col.b != undefined) {
-					col = fixHSB(col);
-				} else {
-					return this;
-				}
-				return this.each(function(){
-					if ($(this).data('colorpickerId')) {
-						var cal = $('#' + $(this).data('colorpickerId'));
-						cal.data('colorpicker').color = col;
-						cal.data('colorpicker').origColor = col;
-						fillRGBFields(col, cal.get(0));
-						fillHSBFields(col, cal.get(0));
-						fillHexFields(col, cal.get(0));
-						setHue(col, cal.get(0));
-						setSelector(col, cal.get(0));
-						setCurrentColor(col, cal.get(0));
-						setNewColor(col, cal.get(0));
-					}
-				});
-			}
-		};
-	}();
-	$.fn.extend({
-		ColorPicker: ColorPicker.init,
-		ColorPickerHide: ColorPicker.hide,
-		ColorPickerShow: ColorPicker.show,
-		ColorPickerSetColor: ColorPicker.setColor
-	});
-})(jQuery)
\ No newline at end of file
diff --git a/wp-content/themes/constructor/admin/js/jquery-ui-custom.js b/wp-content/themes/constructor/admin/js/jquery-ui-custom.js
deleted file mode 100644
index 7403f57bbf6d36db76021c3a04f38f5ff5cabc8b..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/admin/js/jquery-ui-custom.js
+++ /dev/null
@@ -1,562 +0,0 @@
-/*!
- * jQuery UI 1.8.7
- *
- * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
- * Dual licensed under the MIT or GPL Version 2 licenses.
- * http://jquery.org/license
- *
- * http://docs.jquery.com/UI
- */
-(function(c,j){function k(a){return!c(a).parents().andSelf().filter(function(){return c.curCSS(this,"visibility")==="hidden"||c.expr.filters.hidden(this)}).length}c.ui=c.ui||{};if(!c.ui.version){c.extend(c.ui,{version:"1.8.7",keyCode:{ALT:18,BACKSPACE:8,CAPS_LOCK:20,COMMA:188,COMMAND:91,COMMAND_LEFT:91,COMMAND_RIGHT:93,CONTROL:17,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,INSERT:45,LEFT:37,MENU:93,NUMPAD_ADD:107,NUMPAD_DECIMAL:110,NUMPAD_DIVIDE:111,NUMPAD_ENTER:108,NUMPAD_MULTIPLY:106,
-NUMPAD_SUBTRACT:109,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SHIFT:16,SPACE:32,TAB:9,UP:38,WINDOWS:91}});c.fn.extend({_focus:c.fn.focus,focus:function(a,b){return typeof a==="number"?this.each(function(){var d=this;setTimeout(function(){c(d).focus();b&&b.call(d)},a)}):this._focus.apply(this,arguments)},scrollParent:function(){var a;a=c.browser.msie&&/(static|relative)/.test(this.css("position"))||/absolute/.test(this.css("position"))?this.parents().filter(function(){return/(relative|absolute|fixed)/.test(c.curCSS(this,
-"position",1))&&/(auto|scroll)/.test(c.curCSS(this,"overflow",1)+c.curCSS(this,"overflow-y",1)+c.curCSS(this,"overflow-x",1))}).eq(0):this.parents().filter(function(){return/(auto|scroll)/.test(c.curCSS(this,"overflow",1)+c.curCSS(this,"overflow-y",1)+c.curCSS(this,"overflow-x",1))}).eq(0);return/fixed/.test(this.css("position"))||!a.length?c(document):a},zIndex:function(a){if(a!==j)return this.css("zIndex",a);if(this.length){a=c(this[0]);for(var b;a.length&&a[0]!==document;){b=a.css("position");
-if(b==="absolute"||b==="relative"||b==="fixed"){b=parseInt(a.css("zIndex"),10);if(!isNaN(b)&&b!==0)return b}a=a.parent()}}return 0},disableSelection:function(){return this.bind((c.support.selectstart?"selectstart":"mousedown")+".ui-disableSelection",function(a){a.preventDefault()})},enableSelection:function(){return this.unbind(".ui-disableSelection")}});c.each(["Width","Height"],function(a,b){function d(f,g,l,m){c.each(e,function(){g-=parseFloat(c.curCSS(f,"padding"+this,true))||0;if(l)g-=parseFloat(c.curCSS(f,
-"border"+this+"Width",true))||0;if(m)g-=parseFloat(c.curCSS(f,"margin"+this,true))||0});return g}var e=b==="Width"?["Left","Right"]:["Top","Bottom"],h=b.toLowerCase(),i={innerWidth:c.fn.innerWidth,innerHeight:c.fn.innerHeight,outerWidth:c.fn.outerWidth,outerHeight:c.fn.outerHeight};c.fn["inner"+b]=function(f){if(f===j)return i["inner"+b].call(this);return this.each(function(){c(this).css(h,d(this,f)+"px")})};c.fn["outer"+b]=function(f,g){if(typeof f!=="number")return i["outer"+b].call(this,f);return this.each(function(){c(this).css(h,
-d(this,f,true,g)+"px")})}});c.extend(c.expr[":"],{data:function(a,b,d){return!!c.data(a,d[3])},focusable:function(a){var b=a.nodeName.toLowerCase(),d=c.attr(a,"tabindex");if("area"===b){b=a.parentNode;d=b.name;if(!a.href||!d||b.nodeName.toLowerCase()!=="map")return false;a=c("img[usemap=#"+d+"]")[0];return!!a&&k(a)}return(/input|select|textarea|button|object/.test(b)?!a.disabled:"a"==b?a.href||!isNaN(d):!isNaN(d))&&k(a)},tabbable:function(a){var b=c.attr(a,"tabindex");return(isNaN(b)||b>=0)&&c(a).is(":focusable")}});
-c(function(){var a=document.body,b=a.appendChild(b=document.createElement("div"));c.extend(b.style,{minHeight:"100px",height:"auto",padding:0,borderWidth:0});c.support.minHeight=b.offsetHeight===100;c.support.selectstart="onselectstart"in b;a.removeChild(b).style.display="none"});c.extend(c.ui,{plugin:{add:function(a,b,d){a=c.ui[a].prototype;for(var e in d){a.plugins[e]=a.plugins[e]||[];a.plugins[e].push([b,d[e]])}},call:function(a,b,d){if((b=a.plugins[b])&&a.element[0].parentNode)for(var e=0;e<b.length;e++)a.options[b[e][0]]&&
-b[e][1].apply(a.element,d)}},contains:function(a,b){return document.compareDocumentPosition?a.compareDocumentPosition(b)&16:a!==b&&a.contains(b)},hasScroll:function(a,b){if(c(a).css("overflow")==="hidden")return false;b=b&&b==="left"?"scrollLeft":"scrollTop";var d=false;if(a[b]>0)return true;a[b]=1;d=a[b]>0;a[b]=0;return d},isOverAxis:function(a,b,d){return a>b&&a<b+d},isOver:function(a,b,d,e,h,i){return c.ui.isOverAxis(a,d,h)&&c.ui.isOverAxis(b,e,i)}})}})(jQuery);
-;/*!
- * jQuery UI Widget 1.8.7
- *
- * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
- * Dual licensed under the MIT or GPL Version 2 licenses.
- * http://jquery.org/license
- *
- * http://docs.jquery.com/UI/Widget
- */
-(function(b,j){if(b.cleanData){var k=b.cleanData;b.cleanData=function(a){for(var c=0,d;(d=a[c])!=null;c++)b(d).triggerHandler("remove");k(a)}}else{var l=b.fn.remove;b.fn.remove=function(a,c){return this.each(function(){if(!c)if(!a||b.filter(a,[this]).length)b("*",this).add([this]).each(function(){b(this).triggerHandler("remove")});return l.call(b(this),a,c)})}}b.widget=function(a,c,d){var e=a.split(".")[0],f;a=a.split(".")[1];f=e+"-"+a;if(!d){d=c;c=b.Widget}b.expr[":"][f]=function(h){return!!b.data(h,
-a)};b[e]=b[e]||{};b[e][a]=function(h,g){arguments.length&&this._createWidget(h,g)};c=new c;c.options=b.extend(true,{},c.options);b[e][a].prototype=b.extend(true,c,{namespace:e,widgetName:a,widgetEventPrefix:b[e][a].prototype.widgetEventPrefix||a,widgetBaseClass:f},d);b.widget.bridge(a,b[e][a])};b.widget.bridge=function(a,c){b.fn[a]=function(d){var e=typeof d==="string",f=Array.prototype.slice.call(arguments,1),h=this;d=!e&&f.length?b.extend.apply(null,[true,d].concat(f)):d;if(e&&d.charAt(0)==="_")return h;
-e?this.each(function(){var g=b.data(this,a),i=g&&b.isFunction(g[d])?g[d].apply(g,f):g;if(i!==g&&i!==j){h=i;return false}}):this.each(function(){var g=b.data(this,a);g?g.option(d||{})._init():b.data(this,a,new c(d,this))});return h}};b.Widget=function(a,c){arguments.length&&this._createWidget(a,c)};b.Widget.prototype={widgetName:"widget",widgetEventPrefix:"",options:{disabled:false},_createWidget:function(a,c){b.data(c,this.widgetName,this);this.element=b(c);this.options=b.extend(true,{},this.options,
-this._getCreateOptions(),a);var d=this;this.element.bind("remove."+this.widgetName,function(){d.destroy()});this._create();this._trigger("create");this._init()},_getCreateOptions:function(){return b.metadata&&b.metadata.get(this.element[0])[this.widgetName]},_create:function(){},_init:function(){},destroy:function(){this.element.unbind("."+this.widgetName).removeData(this.widgetName);this.widget().unbind("."+this.widgetName).removeAttr("aria-disabled").removeClass(this.widgetBaseClass+"-disabled ui-state-disabled")},
-widget:function(){return this.element},option:function(a,c){var d=a;if(arguments.length===0)return b.extend({},this.options);if(typeof a==="string"){if(c===j)return this.options[a];d={};d[a]=c}this._setOptions(d);return this},_setOptions:function(a){var c=this;b.each(a,function(d,e){c._setOption(d,e)});return this},_setOption:function(a,c){this.options[a]=c;if(a==="disabled")this.widget()[c?"addClass":"removeClass"](this.widgetBaseClass+"-disabled ui-state-disabled").attr("aria-disabled",c);return this},
-enable:function(){return this._setOption("disabled",false)},disable:function(){return this._setOption("disabled",true)},_trigger:function(a,c,d){var e=this.options[a];c=b.Event(c);c.type=(a===this.widgetEventPrefix?a:this.widgetEventPrefix+a).toLowerCase();d=d||{};if(c.originalEvent){a=b.event.props.length;for(var f;a;){f=b.event.props[--a];c[f]=c.originalEvent[f]}}this.element.trigger(c,d);return!(b.isFunction(e)&&e.call(this.element[0],c,d)===false||c.isDefaultPrevented())}}})(jQuery);
-;/*!
- * jQuery UI Mouse 1.8.7
- *
- * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
- * Dual licensed under the MIT or GPL Version 2 licenses.
- * http://jquery.org/license
- *
- * http://docs.jquery.com/UI/Mouse
- *
- * Depends:
- *	jquery.ui.widget.js
- */
-(function(c){c.widget("ui.mouse",{options:{cancel:":input,option",distance:1,delay:0},_mouseInit:function(){var a=this;this.element.bind("mousedown."+this.widgetName,function(b){return a._mouseDown(b)}).bind("click."+this.widgetName,function(b){if(true===c.data(b.target,a.widgetName+".preventClickEvent")){c.removeData(b.target,a.widgetName+".preventClickEvent");b.stopImmediatePropagation();return false}});this.started=false},_mouseDestroy:function(){this.element.unbind("."+this.widgetName)},_mouseDown:function(a){a.originalEvent=
-a.originalEvent||{};if(!a.originalEvent.mouseHandled){this._mouseStarted&&this._mouseUp(a);this._mouseDownEvent=a;var b=this,e=a.which==1,f=typeof this.options.cancel=="string"?c(a.target).parents().add(a.target).filter(this.options.cancel).length:false;if(!e||f||!this._mouseCapture(a))return true;this.mouseDelayMet=!this.options.delay;if(!this.mouseDelayMet)this._mouseDelayTimer=setTimeout(function(){b.mouseDelayMet=true},this.options.delay);if(this._mouseDistanceMet(a)&&this._mouseDelayMet(a)){this._mouseStarted=
-this._mouseStart(a)!==false;if(!this._mouseStarted){a.preventDefault();return true}}this._mouseMoveDelegate=function(d){return b._mouseMove(d)};this._mouseUpDelegate=function(d){return b._mouseUp(d)};c(document).bind("mousemove."+this.widgetName,this._mouseMoveDelegate).bind("mouseup."+this.widgetName,this._mouseUpDelegate);a.preventDefault();return a.originalEvent.mouseHandled=true}},_mouseMove:function(a){if(c.browser.msie&&!(document.documentMode>=9)&&!a.button)return this._mouseUp(a);if(this._mouseStarted){this._mouseDrag(a);
-return a.preventDefault()}if(this._mouseDistanceMet(a)&&this._mouseDelayMet(a))(this._mouseStarted=this._mouseStart(this._mouseDownEvent,a)!==false)?this._mouseDrag(a):this._mouseUp(a);return!this._mouseStarted},_mouseUp:function(a){c(document).unbind("mousemove."+this.widgetName,this._mouseMoveDelegate).unbind("mouseup."+this.widgetName,this._mouseUpDelegate);if(this._mouseStarted){this._mouseStarted=false;a.target==this._mouseDownEvent.target&&c.data(a.target,this.widgetName+".preventClickEvent",
-true);this._mouseStop(a)}return false},_mouseDistanceMet:function(a){return Math.max(Math.abs(this._mouseDownEvent.pageX-a.pageX),Math.abs(this._mouseDownEvent.pageY-a.pageY))>=this.options.distance},_mouseDelayMet:function(){return this.mouseDelayMet},_mouseStart:function(){},_mouseDrag:function(){},_mouseStop:function(){},_mouseCapture:function(){return true}})})(jQuery);
-;/*
- * jQuery UI Position 1.8.7
- *
- * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
- * Dual licensed under the MIT or GPL Version 2 licenses.
- * http://jquery.org/license
- *
- * http://docs.jquery.com/UI/Position
- */
-(function(c){c.ui=c.ui||{};var n=/left|center|right/,o=/top|center|bottom/,t=c.fn.position,u=c.fn.offset;c.fn.position=function(b){if(!b||!b.of)return t.apply(this,arguments);b=c.extend({},b);var a=c(b.of),d=a[0],g=(b.collision||"flip").split(" "),e=b.offset?b.offset.split(" "):[0,0],h,k,j;if(d.nodeType===9){h=a.width();k=a.height();j={top:0,left:0}}else if(d.setTimeout){h=a.width();k=a.height();j={top:a.scrollTop(),left:a.scrollLeft()}}else if(d.preventDefault){b.at="left top";h=k=0;j={top:b.of.pageY,
-left:b.of.pageX}}else{h=a.outerWidth();k=a.outerHeight();j=a.offset()}c.each(["my","at"],function(){var f=(b[this]||"").split(" ");if(f.length===1)f=n.test(f[0])?f.concat(["center"]):o.test(f[0])?["center"].concat(f):["center","center"];f[0]=n.test(f[0])?f[0]:"center";f[1]=o.test(f[1])?f[1]:"center";b[this]=f});if(g.length===1)g[1]=g[0];e[0]=parseInt(e[0],10)||0;if(e.length===1)e[1]=e[0];e[1]=parseInt(e[1],10)||0;if(b.at[0]==="right")j.left+=h;else if(b.at[0]==="center")j.left+=h/2;if(b.at[1]==="bottom")j.top+=
-k;else if(b.at[1]==="center")j.top+=k/2;j.left+=e[0];j.top+=e[1];return this.each(function(){var f=c(this),l=f.outerWidth(),m=f.outerHeight(),p=parseInt(c.curCSS(this,"marginLeft",true))||0,q=parseInt(c.curCSS(this,"marginTop",true))||0,v=l+p+parseInt(c.curCSS(this,"marginRight",true))||0,w=m+q+parseInt(c.curCSS(this,"marginBottom",true))||0,i=c.extend({},j),r;if(b.my[0]==="right")i.left-=l;else if(b.my[0]==="center")i.left-=l/2;if(b.my[1]==="bottom")i.top-=m;else if(b.my[1]==="center")i.top-=m/2;
-i.left=Math.round(i.left);i.top=Math.round(i.top);r={left:i.left-p,top:i.top-q};c.each(["left","top"],function(s,x){c.ui.position[g[s]]&&c.ui.position[g[s]][x](i,{targetWidth:h,targetHeight:k,elemWidth:l,elemHeight:m,collisionPosition:r,collisionWidth:v,collisionHeight:w,offset:e,my:b.my,at:b.at})});c.fn.bgiframe&&f.bgiframe();f.offset(c.extend(i,{using:b.using}))})};c.ui.position={fit:{left:function(b,a){var d=c(window);d=a.collisionPosition.left+a.collisionWidth-d.width()-d.scrollLeft();b.left=
-d>0?b.left-d:Math.max(b.left-a.collisionPosition.left,b.left)},top:function(b,a){var d=c(window);d=a.collisionPosition.top+a.collisionHeight-d.height()-d.scrollTop();b.top=d>0?b.top-d:Math.max(b.top-a.collisionPosition.top,b.top)}},flip:{left:function(b,a){if(a.at[0]!=="center"){var d=c(window);d=a.collisionPosition.left+a.collisionWidth-d.width()-d.scrollLeft();var g=a.my[0]==="left"?-a.elemWidth:a.my[0]==="right"?a.elemWidth:0,e=a.at[0]==="left"?a.targetWidth:-a.targetWidth,h=-2*a.offset[0];b.left+=
-a.collisionPosition.left<0?g+e+h:d>0?g+e+h:0}},top:function(b,a){if(a.at[1]!=="center"){var d=c(window);d=a.collisionPosition.top+a.collisionHeight-d.height()-d.scrollTop();var g=a.my[1]==="top"?-a.elemHeight:a.my[1]==="bottom"?a.elemHeight:0,e=a.at[1]==="top"?a.targetHeight:-a.targetHeight,h=-2*a.offset[1];b.top+=a.collisionPosition.top<0?g+e+h:d>0?g+e+h:0}}}};if(!c.offset.setOffset){c.offset.setOffset=function(b,a){if(/static/.test(c.curCSS(b,"position")))b.style.position="relative";var d=c(b),
-g=d.offset(),e=parseInt(c.curCSS(b,"top",true),10)||0,h=parseInt(c.curCSS(b,"left",true),10)||0;g={top:a.top-g.top+e,left:a.left-g.left+h};"using"in a?a.using.call(b,g):d.css(g)};c.fn.offset=function(b){var a=this[0];if(!a||!a.ownerDocument)return null;if(b)return this.each(function(){c.offset.setOffset(this,b)});return u.call(this)}}})(jQuery);
-;/*
- * jQuery UI Draggable 1.8.7
- *
- * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
- * Dual licensed under the MIT or GPL Version 2 licenses.
- * http://jquery.org/license
- *
- * http://docs.jquery.com/UI/Draggables
- *
- * Depends:
- *	jquery.ui.core.js
- *	jquery.ui.mouse.js
- *	jquery.ui.widget.js
- */
-(function(d){d.widget("ui.draggable",d.ui.mouse,{widgetEventPrefix:"drag",options:{addClasses:true,appendTo:"parent",axis:false,connectToSortable:false,containment:false,cursor:"auto",cursorAt:false,grid:false,handle:false,helper:"original",iframeFix:false,opacity:false,refreshPositions:false,revert:false,revertDuration:500,scope:"default",scroll:true,scrollSensitivity:20,scrollSpeed:20,snap:false,snapMode:"both",snapTolerance:20,stack:false,zIndex:false},_create:function(){if(this.options.helper==
-"original"&&!/^(?:r|a|f)/.test(this.element.css("position")))this.element[0].style.position="relative";this.options.addClasses&&this.element.addClass("ui-draggable");this.options.disabled&&this.element.addClass("ui-draggable-disabled");this._mouseInit()},destroy:function(){if(this.element.data("draggable")){this.element.removeData("draggable").unbind(".draggable").removeClass("ui-draggable ui-draggable-dragging ui-draggable-disabled");this._mouseDestroy();return this}},_mouseCapture:function(a){var b=
-this.options;if(this.helper||b.disabled||d(a.target).is(".ui-resizable-handle"))return false;this.handle=this._getHandle(a);if(!this.handle)return false;return true},_mouseStart:function(a){var b=this.options;this.helper=this._createHelper(a);this._cacheHelperProportions();if(d.ui.ddmanager)d.ui.ddmanager.current=this;this._cacheMargins();this.cssPosition=this.helper.css("position");this.scrollParent=this.helper.scrollParent();this.offset=this.positionAbs=this.element.offset();this.offset={top:this.offset.top-
-this.margins.top,left:this.offset.left-this.margins.left};d.extend(this.offset,{click:{left:a.pageX-this.offset.left,top:a.pageY-this.offset.top},parent:this._getParentOffset(),relative:this._getRelativeOffset()});this.originalPosition=this.position=this._generatePosition(a);this.originalPageX=a.pageX;this.originalPageY=a.pageY;b.cursorAt&&this._adjustOffsetFromHelper(b.cursorAt);b.containment&&this._setContainment();if(this._trigger("start",a)===false){this._clear();return false}this._cacheHelperProportions();
-d.ui.ddmanager&&!b.dropBehaviour&&d.ui.ddmanager.prepareOffsets(this,a);this.helper.addClass("ui-draggable-dragging");this._mouseDrag(a,true);return true},_mouseDrag:function(a,b){this.position=this._generatePosition(a);this.positionAbs=this._convertPositionTo("absolute");if(!b){b=this._uiHash();if(this._trigger("drag",a,b)===false){this._mouseUp({});return false}this.position=b.position}if(!this.options.axis||this.options.axis!="y")this.helper[0].style.left=this.position.left+"px";if(!this.options.axis||
-this.options.axis!="x")this.helper[0].style.top=this.position.top+"px";d.ui.ddmanager&&d.ui.ddmanager.drag(this,a);return false},_mouseStop:function(a){var b=false;if(d.ui.ddmanager&&!this.options.dropBehaviour)b=d.ui.ddmanager.drop(this,a);if(this.dropped){b=this.dropped;this.dropped=false}if(!this.element[0]||!this.element[0].parentNode)return false;if(this.options.revert=="invalid"&&!b||this.options.revert=="valid"&&b||this.options.revert===true||d.isFunction(this.options.revert)&&this.options.revert.call(this.element,
-b)){var c=this;d(this.helper).animate(this.originalPosition,parseInt(this.options.revertDuration,10),function(){c._trigger("stop",a)!==false&&c._clear()})}else this._trigger("stop",a)!==false&&this._clear();return false},cancel:function(){this.helper.is(".ui-draggable-dragging")?this._mouseUp({}):this._clear();return this},_getHandle:function(a){var b=!this.options.handle||!d(this.options.handle,this.element).length?true:false;d(this.options.handle,this.element).find("*").andSelf().each(function(){if(this==
-a.target)b=true});return b},_createHelper:function(a){var b=this.options;a=d.isFunction(b.helper)?d(b.helper.apply(this.element[0],[a])):b.helper=="clone"?this.element.clone():this.element;a.parents("body").length||a.appendTo(b.appendTo=="parent"?this.element[0].parentNode:b.appendTo);a[0]!=this.element[0]&&!/(fixed|absolute)/.test(a.css("position"))&&a.css("position","absolute");return a},_adjustOffsetFromHelper:function(a){if(typeof a=="string")a=a.split(" ");if(d.isArray(a))a={left:+a[0],top:+a[1]||
-0};if("left"in a)this.offset.click.left=a.left+this.margins.left;if("right"in a)this.offset.click.left=this.helperProportions.width-a.right+this.margins.left;if("top"in a)this.offset.click.top=a.top+this.margins.top;if("bottom"in a)this.offset.click.top=this.helperProportions.height-a.bottom+this.margins.top},_getParentOffset:function(){this.offsetParent=this.helper.offsetParent();var a=this.offsetParent.offset();if(this.cssPosition=="absolute"&&this.scrollParent[0]!=document&&d.ui.contains(this.scrollParent[0],
-this.offsetParent[0])){a.left+=this.scrollParent.scrollLeft();a.top+=this.scrollParent.scrollTop()}if(this.offsetParent[0]==document.body||this.offsetParent[0].tagName&&this.offsetParent[0].tagName.toLowerCase()=="html"&&d.browser.msie)a={top:0,left:0};return{top:a.top+(parseInt(this.offsetParent.css("borderTopWidth"),10)||0),left:a.left+(parseInt(this.offsetParent.css("borderLeftWidth"),10)||0)}},_getRelativeOffset:function(){if(this.cssPosition=="relative"){var a=this.element.position();return{top:a.top-
-(parseInt(this.helper.css("top"),10)||0)+this.scrollParent.scrollTop(),left:a.left-(parseInt(this.helper.css("left"),10)||0)+this.scrollParent.scrollLeft()}}else return{top:0,left:0}},_cacheMargins:function(){this.margins={left:parseInt(this.element.css("marginLeft"),10)||0,top:parseInt(this.element.css("marginTop"),10)||0}},_cacheHelperProportions:function(){this.helperProportions={width:this.helper.outerWidth(),height:this.helper.outerHeight()}},_setContainment:function(){var a=this.options;if(a.containment==
-"parent")a.containment=this.helper[0].parentNode;if(a.containment=="document"||a.containment=="window")this.containment=[(a.containment=="document"?0:d(window).scrollLeft())-this.offset.relative.left-this.offset.parent.left,(a.containment=="document"?0:d(window).scrollTop())-this.offset.relative.top-this.offset.parent.top,(a.containment=="document"?0:d(window).scrollLeft())+d(a.containment=="document"?document:window).width()-this.helperProportions.width-this.margins.left,(a.containment=="document"?
-0:d(window).scrollTop())+(d(a.containment=="document"?document:window).height()||document.body.parentNode.scrollHeight)-this.helperProportions.height-this.margins.top];if(!/^(document|window|parent)$/.test(a.containment)&&a.containment.constructor!=Array){var b=d(a.containment)[0];if(b){a=d(a.containment).offset();var c=d(b).css("overflow")!="hidden";this.containment=[a.left+(parseInt(d(b).css("borderLeftWidth"),10)||0)+(parseInt(d(b).css("paddingLeft"),10)||0)-this.margins.left,a.top+(parseInt(d(b).css("borderTopWidth"),
-10)||0)+(parseInt(d(b).css("paddingTop"),10)||0)-this.margins.top,a.left+(c?Math.max(b.scrollWidth,b.offsetWidth):b.offsetWidth)-(parseInt(d(b).css("borderLeftWidth"),10)||0)-(parseInt(d(b).css("paddingRight"),10)||0)-this.helperProportions.width-this.margins.left,a.top+(c?Math.max(b.scrollHeight,b.offsetHeight):b.offsetHeight)-(parseInt(d(b).css("borderTopWidth"),10)||0)-(parseInt(d(b).css("paddingBottom"),10)||0)-this.helperProportions.height-this.margins.top]}}else if(a.containment.constructor==
-Array)this.containment=a.containment},_convertPositionTo:function(a,b){if(!b)b=this.position;a=a=="absolute"?1:-1;var c=this.cssPosition=="absolute"&&!(this.scrollParent[0]!=document&&d.ui.contains(this.scrollParent[0],this.offsetParent[0]))?this.offsetParent:this.scrollParent,f=/(html|body)/i.test(c[0].tagName);return{top:b.top+this.offset.relative.top*a+this.offset.parent.top*a-(d.browser.safari&&d.browser.version<526&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollTop():
-f?0:c.scrollTop())*a),left:b.left+this.offset.relative.left*a+this.offset.parent.left*a-(d.browser.safari&&d.browser.version<526&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollLeft():f?0:c.scrollLeft())*a)}},_generatePosition:function(a){var b=this.options,c=this.cssPosition=="absolute"&&!(this.scrollParent[0]!=document&&d.ui.contains(this.scrollParent[0],this.offsetParent[0]))?this.offsetParent:this.scrollParent,f=/(html|body)/i.test(c[0].tagName),e=a.pageX,g=a.pageY;
-if(this.originalPosition){if(this.containment){if(a.pageX-this.offset.click.left<this.containment[0])e=this.containment[0]+this.offset.click.left;if(a.pageY-this.offset.click.top<this.containment[1])g=this.containment[1]+this.offset.click.top;if(a.pageX-this.offset.click.left>this.containment[2])e=this.containment[2]+this.offset.click.left;if(a.pageY-this.offset.click.top>this.containment[3])g=this.containment[3]+this.offset.click.top}if(b.grid){g=this.originalPageY+Math.round((g-this.originalPageY)/
-b.grid[1])*b.grid[1];g=this.containment?!(g-this.offset.click.top<this.containment[1]||g-this.offset.click.top>this.containment[3])?g:!(g-this.offset.click.top<this.containment[1])?g-b.grid[1]:g+b.grid[1]:g;e=this.originalPageX+Math.round((e-this.originalPageX)/b.grid[0])*b.grid[0];e=this.containment?!(e-this.offset.click.left<this.containment[0]||e-this.offset.click.left>this.containment[2])?e:!(e-this.offset.click.left<this.containment[0])?e-b.grid[0]:e+b.grid[0]:e}}return{top:g-this.offset.click.top-
-this.offset.relative.top-this.offset.parent.top+(d.browser.safari&&d.browser.version<526&&this.cssPosition=="fixed"?0:this.cssPosition=="fixed"?-this.scrollParent.scrollTop():f?0:c.scrollTop()),left:e-this.offset.click.left-this.offset.relative.left-this.offset.parent.left+(d.browser.safari&&d.browser.version<526&&this.cssPosition=="fixed"?0:this.cssPosition=="fixed"?-this.scrollParent.scrollLeft():f?0:c.scrollLeft())}},_clear:function(){this.helper.removeClass("ui-draggable-dragging");this.helper[0]!=
-this.element[0]&&!this.cancelHelperRemoval&&this.helper.remove();this.helper=null;this.cancelHelperRemoval=false},_trigger:function(a,b,c){c=c||this._uiHash();d.ui.plugin.call(this,a,[b,c]);if(a=="drag")this.positionAbs=this._convertPositionTo("absolute");return d.Widget.prototype._trigger.call(this,a,b,c)},plugins:{},_uiHash:function(){return{helper:this.helper,position:this.position,originalPosition:this.originalPosition,offset:this.positionAbs}}});d.extend(d.ui.draggable,{version:"1.8.7"});
-d.ui.plugin.add("draggable","connectToSortable",{start:function(a,b){var c=d(this).data("draggable"),f=c.options,e=d.extend({},b,{item:c.element});c.sortables=[];d(f.connectToSortable).each(function(){var g=d.data(this,"sortable");if(g&&!g.options.disabled){c.sortables.push({instance:g,shouldRevert:g.options.revert});g._refreshItems();g._trigger("activate",a,e)}})},stop:function(a,b){var c=d(this).data("draggable"),f=d.extend({},b,{item:c.element});d.each(c.sortables,function(){if(this.instance.isOver){this.instance.isOver=
-0;c.cancelHelperRemoval=true;this.instance.cancelHelperRemoval=false;if(this.shouldRevert)this.instance.options.revert=true;this.instance._mouseStop(a);this.instance.options.helper=this.instance.options._helper;c.options.helper=="original"&&this.instance.currentItem.css({top:"auto",left:"auto"})}else{this.instance.cancelHelperRemoval=false;this.instance._trigger("deactivate",a,f)}})},drag:function(a,b){var c=d(this).data("draggable"),f=this;d.each(c.sortables,function(){this.instance.positionAbs=
-c.positionAbs;this.instance.helperProportions=c.helperProportions;this.instance.offset.click=c.offset.click;if(this.instance._intersectsWith(this.instance.containerCache)){if(!this.instance.isOver){this.instance.isOver=1;this.instance.currentItem=d(f).clone().appendTo(this.instance.element).data("sortable-item",true);this.instance.options._helper=this.instance.options.helper;this.instance.options.helper=function(){return b.helper[0]};a.target=this.instance.currentItem[0];this.instance._mouseCapture(a,
-true);this.instance._mouseStart(a,true,true);this.instance.offset.click.top=c.offset.click.top;this.instance.offset.click.left=c.offset.click.left;this.instance.offset.parent.left-=c.offset.parent.left-this.instance.offset.parent.left;this.instance.offset.parent.top-=c.offset.parent.top-this.instance.offset.parent.top;c._trigger("toSortable",a);c.dropped=this.instance.element;c.currentItem=c.element;this.instance.fromOutside=c}this.instance.currentItem&&this.instance._mouseDrag(a)}else if(this.instance.isOver){this.instance.isOver=
-0;this.instance.cancelHelperRemoval=true;this.instance.options.revert=false;this.instance._trigger("out",a,this.instance._uiHash(this.instance));this.instance._mouseStop(a,true);this.instance.options.helper=this.instance.options._helper;this.instance.currentItem.remove();this.instance.placeholder&&this.instance.placeholder.remove();c._trigger("fromSortable",a);c.dropped=false}})}});d.ui.plugin.add("draggable","cursor",{start:function(){var a=d("body"),b=d(this).data("draggable").options;if(a.css("cursor"))b._cursor=
-a.css("cursor");a.css("cursor",b.cursor)},stop:function(){var a=d(this).data("draggable").options;a._cursor&&d("body").css("cursor",a._cursor)}});d.ui.plugin.add("draggable","iframeFix",{start:function(){var a=d(this).data("draggable").options;d(a.iframeFix===true?"iframe":a.iframeFix).each(function(){d('<div class="ui-draggable-iframeFix" style="background: #fff;"></div>').css({width:this.offsetWidth+"px",height:this.offsetHeight+"px",position:"absolute",opacity:"0.001",zIndex:1E3}).css(d(this).offset()).appendTo("body")})},
-stop:function(){d("div.ui-draggable-iframeFix").each(function(){this.parentNode.removeChild(this)})}});d.ui.plugin.add("draggable","opacity",{start:function(a,b){a=d(b.helper);b=d(this).data("draggable").options;if(a.css("opacity"))b._opacity=a.css("opacity");a.css("opacity",b.opacity)},stop:function(a,b){a=d(this).data("draggable").options;a._opacity&&d(b.helper).css("opacity",a._opacity)}});d.ui.plugin.add("draggable","scroll",{start:function(){var a=d(this).data("draggable");if(a.scrollParent[0]!=
-document&&a.scrollParent[0].tagName!="HTML")a.overflowOffset=a.scrollParent.offset()},drag:function(a){var b=d(this).data("draggable"),c=b.options,f=false;if(b.scrollParent[0]!=document&&b.scrollParent[0].tagName!="HTML"){if(!c.axis||c.axis!="x")if(b.overflowOffset.top+b.scrollParent[0].offsetHeight-a.pageY<c.scrollSensitivity)b.scrollParent[0].scrollTop=f=b.scrollParent[0].scrollTop+c.scrollSpeed;else if(a.pageY-b.overflowOffset.top<c.scrollSensitivity)b.scrollParent[0].scrollTop=f=b.scrollParent[0].scrollTop-
-c.scrollSpeed;if(!c.axis||c.axis!="y")if(b.overflowOffset.left+b.scrollParent[0].offsetWidth-a.pageX<c.scrollSensitivity)b.scrollParent[0].scrollLeft=f=b.scrollParent[0].scrollLeft+c.scrollSpeed;else if(a.pageX-b.overflowOffset.left<c.scrollSensitivity)b.scrollParent[0].scrollLeft=f=b.scrollParent[0].scrollLeft-c.scrollSpeed}else{if(!c.axis||c.axis!="x")if(a.pageY-d(document).scrollTop()<c.scrollSensitivity)f=d(document).scrollTop(d(document).scrollTop()-c.scrollSpeed);else if(d(window).height()-
-(a.pageY-d(document).scrollTop())<c.scrollSensitivity)f=d(document).scrollTop(d(document).scrollTop()+c.scrollSpeed);if(!c.axis||c.axis!="y")if(a.pageX-d(document).scrollLeft()<c.scrollSensitivity)f=d(document).scrollLeft(d(document).scrollLeft()-c.scrollSpeed);else if(d(window).width()-(a.pageX-d(document).scrollLeft())<c.scrollSensitivity)f=d(document).scrollLeft(d(document).scrollLeft()+c.scrollSpeed)}f!==false&&d.ui.ddmanager&&!c.dropBehaviour&&d.ui.ddmanager.prepareOffsets(b,a)}});d.ui.plugin.add("draggable",
-"snap",{start:function(){var a=d(this).data("draggable"),b=a.options;a.snapElements=[];d(b.snap.constructor!=String?b.snap.items||":data(draggable)":b.snap).each(function(){var c=d(this),f=c.offset();this!=a.element[0]&&a.snapElements.push({item:this,width:c.outerWidth(),height:c.outerHeight(),top:f.top,left:f.left})})},drag:function(a,b){for(var c=d(this).data("draggable"),f=c.options,e=f.snapTolerance,g=b.offset.left,n=g+c.helperProportions.width,m=b.offset.top,o=m+c.helperProportions.height,h=
-c.snapElements.length-1;h>=0;h--){var i=c.snapElements[h].left,k=i+c.snapElements[h].width,j=c.snapElements[h].top,l=j+c.snapElements[h].height;if(i-e<g&&g<k+e&&j-e<m&&m<l+e||i-e<g&&g<k+e&&j-e<o&&o<l+e||i-e<n&&n<k+e&&j-e<m&&m<l+e||i-e<n&&n<k+e&&j-e<o&&o<l+e){if(f.snapMode!="inner"){var p=Math.abs(j-o)<=e,q=Math.abs(l-m)<=e,r=Math.abs(i-n)<=e,s=Math.abs(k-g)<=e;if(p)b.position.top=c._convertPositionTo("relative",{top:j-c.helperProportions.height,left:0}).top-c.margins.top;if(q)b.position.top=c._convertPositionTo("relative",
-{top:l,left:0}).top-c.margins.top;if(r)b.position.left=c._convertPositionTo("relative",{top:0,left:i-c.helperProportions.width}).left-c.margins.left;if(s)b.position.left=c._convertPositionTo("relative",{top:0,left:k}).left-c.margins.left}var t=p||q||r||s;if(f.snapMode!="outer"){p=Math.abs(j-m)<=e;q=Math.abs(l-o)<=e;r=Math.abs(i-g)<=e;s=Math.abs(k-n)<=e;if(p)b.position.top=c._convertPositionTo("relative",{top:j,left:0}).top-c.margins.top;if(q)b.position.top=c._convertPositionTo("relative",{top:l-c.helperProportions.height,
-left:0}).top-c.margins.top;if(r)b.position.left=c._convertPositionTo("relative",{top:0,left:i}).left-c.margins.left;if(s)b.position.left=c._convertPositionTo("relative",{top:0,left:k-c.helperProportions.width}).left-c.margins.left}if(!c.snapElements[h].snapping&&(p||q||r||s||t))c.options.snap.snap&&c.options.snap.snap.call(c.element,a,d.extend(c._uiHash(),{snapItem:c.snapElements[h].item}));c.snapElements[h].snapping=p||q||r||s||t}else{c.snapElements[h].snapping&&c.options.snap.release&&c.options.snap.release.call(c.element,
-a,d.extend(c._uiHash(),{snapItem:c.snapElements[h].item}));c.snapElements[h].snapping=false}}}});d.ui.plugin.add("draggable","stack",{start:function(){var a=d(this).data("draggable").options;a=d.makeArray(d(a.stack)).sort(function(c,f){return(parseInt(d(c).css("zIndex"),10)||0)-(parseInt(d(f).css("zIndex"),10)||0)});if(a.length){var b=parseInt(a[0].style.zIndex)||0;d(a).each(function(c){this.style.zIndex=b+c});this[0].style.zIndex=b+a.length}}});d.ui.plugin.add("draggable","zIndex",{start:function(a,
-b){a=d(b.helper);b=d(this).data("draggable").options;if(a.css("zIndex"))b._zIndex=a.css("zIndex");a.css("zIndex",b.zIndex)},stop:function(a,b){a=d(this).data("draggable").options;a._zIndex&&d(b.helper).css("zIndex",a._zIndex)}})})(jQuery);
-;/*
- * jQuery UI Droppable 1.8.7
- *
- * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
- * Dual licensed under the MIT or GPL Version 2 licenses.
- * http://jquery.org/license
- *
- * http://docs.jquery.com/UI/Droppables
- *
- * Depends:
- *	jquery.ui.core.js
- *	jquery.ui.widget.js
- *	jquery.ui.mouse.js
- *	jquery.ui.draggable.js
- */
-(function(d){d.widget("ui.droppable",{widgetEventPrefix:"drop",options:{accept:"*",activeClass:false,addClasses:true,greedy:false,hoverClass:false,scope:"default",tolerance:"intersect"},_create:function(){var a=this.options,b=a.accept;this.isover=0;this.isout=1;this.accept=d.isFunction(b)?b:function(c){return c.is(b)};this.proportions={width:this.element[0].offsetWidth,height:this.element[0].offsetHeight};d.ui.ddmanager.droppables[a.scope]=d.ui.ddmanager.droppables[a.scope]||[];d.ui.ddmanager.droppables[a.scope].push(this);
-a.addClasses&&this.element.addClass("ui-droppable")},destroy:function(){for(var a=d.ui.ddmanager.droppables[this.options.scope],b=0;b<a.length;b++)a[b]==this&&a.splice(b,1);this.element.removeClass("ui-droppable ui-droppable-disabled").removeData("droppable").unbind(".droppable");return this},_setOption:function(a,b){if(a=="accept")this.accept=d.isFunction(b)?b:function(c){return c.is(b)};d.Widget.prototype._setOption.apply(this,arguments)},_activate:function(a){var b=d.ui.ddmanager.current;this.options.activeClass&&
-this.element.addClass(this.options.activeClass);b&&this._trigger("activate",a,this.ui(b))},_deactivate:function(a){var b=d.ui.ddmanager.current;this.options.activeClass&&this.element.removeClass(this.options.activeClass);b&&this._trigger("deactivate",a,this.ui(b))},_over:function(a){var b=d.ui.ddmanager.current;if(!(!b||(b.currentItem||b.element)[0]==this.element[0]))if(this.accept.call(this.element[0],b.currentItem||b.element)){this.options.hoverClass&&this.element.addClass(this.options.hoverClass);
-this._trigger("over",a,this.ui(b))}},_out:function(a){var b=d.ui.ddmanager.current;if(!(!b||(b.currentItem||b.element)[0]==this.element[0]))if(this.accept.call(this.element[0],b.currentItem||b.element)){this.options.hoverClass&&this.element.removeClass(this.options.hoverClass);this._trigger("out",a,this.ui(b))}},_drop:function(a,b){var c=b||d.ui.ddmanager.current;if(!c||(c.currentItem||c.element)[0]==this.element[0])return false;var e=false;this.element.find(":data(droppable)").not(".ui-draggable-dragging").each(function(){var g=
-d.data(this,"droppable");if(g.options.greedy&&!g.options.disabled&&g.options.scope==c.options.scope&&g.accept.call(g.element[0],c.currentItem||c.element)&&d.ui.intersect(c,d.extend(g,{offset:g.element.offset()}),g.options.tolerance)){e=true;return false}});if(e)return false;if(this.accept.call(this.element[0],c.currentItem||c.element)){this.options.activeClass&&this.element.removeClass(this.options.activeClass);this.options.hoverClass&&this.element.removeClass(this.options.hoverClass);this._trigger("drop",
-a,this.ui(c));return this.element}return false},ui:function(a){return{draggable:a.currentItem||a.element,helper:a.helper,position:a.position,offset:a.positionAbs}}});d.extend(d.ui.droppable,{version:"1.8.7"});d.ui.intersect=function(a,b,c){if(!b.offset)return false;var e=(a.positionAbs||a.position.absolute).left,g=e+a.helperProportions.width,f=(a.positionAbs||a.position.absolute).top,h=f+a.helperProportions.height,i=b.offset.left,k=i+b.proportions.width,j=b.offset.top,l=j+b.proportions.height;
-switch(c){case "fit":return i<=e&&g<=k&&j<=f&&h<=l;case "intersect":return i<e+a.helperProportions.width/2&&g-a.helperProportions.width/2<k&&j<f+a.helperProportions.height/2&&h-a.helperProportions.height/2<l;case "pointer":return d.ui.isOver((a.positionAbs||a.position.absolute).top+(a.clickOffset||a.offset.click).top,(a.positionAbs||a.position.absolute).left+(a.clickOffset||a.offset.click).left,j,i,b.proportions.height,b.proportions.width);case "touch":return(f>=j&&f<=l||h>=j&&h<=l||f<j&&h>l)&&(e>=
-i&&e<=k||g>=i&&g<=k||e<i&&g>k);default:return false}};d.ui.ddmanager={current:null,droppables:{"default":[]},prepareOffsets:function(a,b){var c=d.ui.ddmanager.droppables[a.options.scope]||[],e=b?b.type:null,g=(a.currentItem||a.element).find(":data(droppable)").andSelf(),f=0;a:for(;f<c.length;f++)if(!(c[f].options.disabled||a&&!c[f].accept.call(c[f].element[0],a.currentItem||a.element))){for(var h=0;h<g.length;h++)if(g[h]==c[f].element[0]){c[f].proportions.height=0;continue a}c[f].visible=c[f].element.css("display")!=
-"none";if(c[f].visible){c[f].offset=c[f].element.offset();c[f].proportions={width:c[f].element[0].offsetWidth,height:c[f].element[0].offsetHeight};e=="mousedown"&&c[f]._activate.call(c[f],b)}}},drop:function(a,b){var c=false;d.each(d.ui.ddmanager.droppables[a.options.scope]||[],function(){if(this.options){if(!this.options.disabled&&this.visible&&d.ui.intersect(a,this,this.options.tolerance))c=c||this._drop.call(this,b);if(!this.options.disabled&&this.visible&&this.accept.call(this.element[0],a.currentItem||
-a.element)){this.isout=1;this.isover=0;this._deactivate.call(this,b)}}});return c},drag:function(a,b){a.options.refreshPositions&&d.ui.ddmanager.prepareOffsets(a,b);d.each(d.ui.ddmanager.droppables[a.options.scope]||[],function(){if(!(this.options.disabled||this.greedyChild||!this.visible)){var c=d.ui.intersect(a,this,this.options.tolerance);if(c=!c&&this.isover==1?"isout":c&&this.isover==0?"isover":null){var e;if(this.options.greedy){var g=this.element.parents(":data(droppable):eq(0)");if(g.length){e=
-d.data(g[0],"droppable");e.greedyChild=c=="isover"?1:0}}if(e&&c=="isover"){e.isover=0;e.isout=1;e._out.call(e,b)}this[c]=1;this[c=="isout"?"isover":"isout"]=0;this[c=="isover"?"_over":"_out"].call(this,b);if(e&&c=="isout"){e.isout=0;e.isover=1;e._over.call(e,b)}}}})}}})(jQuery);
-;/*
- * jQuery UI Resizable 1.8.7
- *
- * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
- * Dual licensed under the MIT or GPL Version 2 licenses.
- * http://jquery.org/license
- *
- * http://docs.jquery.com/UI/Resizables
- *
- * Depends:
- *	jquery.ui.core.js
- *	jquery.ui.mouse.js
- *	jquery.ui.widget.js
- */
-(function(e){e.widget("ui.resizable",e.ui.mouse,{widgetEventPrefix:"resize",options:{alsoResize:false,animate:false,animateDuration:"slow",animateEasing:"swing",aspectRatio:false,autoHide:false,containment:false,ghost:false,grid:false,handles:"e,s,se",helper:false,maxHeight:null,maxWidth:null,minHeight:10,minWidth:10,zIndex:1E3},_create:function(){var b=this,a=this.options;this.element.addClass("ui-resizable");e.extend(this,{_aspectRatio:!!a.aspectRatio,aspectRatio:a.aspectRatio,originalElement:this.element,
-_proportionallyResizeElements:[],_helper:a.helper||a.ghost||a.animate?a.helper||"ui-resizable-helper":null});if(this.element[0].nodeName.match(/canvas|textarea|input|select|button|img/i)){/relative/.test(this.element.css("position"))&&e.browser.opera&&this.element.css({position:"relative",top:"auto",left:"auto"});this.element.wrap(e('<div class="ui-wrapper" style="overflow: hidden;"></div>').css({position:this.element.css("position"),width:this.element.outerWidth(),height:this.element.outerHeight(),
-top:this.element.css("top"),left:this.element.css("left")}));this.element=this.element.parent().data("resizable",this.element.data("resizable"));this.elementIsWrapper=true;this.element.css({marginLeft:this.originalElement.css("marginLeft"),marginTop:this.originalElement.css("marginTop"),marginRight:this.originalElement.css("marginRight"),marginBottom:this.originalElement.css("marginBottom")});this.originalElement.css({marginLeft:0,marginTop:0,marginRight:0,marginBottom:0});this.originalResizeStyle=
-this.originalElement.css("resize");this.originalElement.css("resize","none");this._proportionallyResizeElements.push(this.originalElement.css({position:"static",zoom:1,display:"block"}));this.originalElement.css({margin:this.originalElement.css("margin")});this._proportionallyResize()}this.handles=a.handles||(!e(".ui-resizable-handle",this.element).length?"e,s,se":{n:".ui-resizable-n",e:".ui-resizable-e",s:".ui-resizable-s",w:".ui-resizable-w",se:".ui-resizable-se",sw:".ui-resizable-sw",ne:".ui-resizable-ne",
-nw:".ui-resizable-nw"});if(this.handles.constructor==String){if(this.handles=="all")this.handles="n,e,s,w,se,sw,ne,nw";var c=this.handles.split(",");this.handles={};for(var d=0;d<c.length;d++){var f=e.trim(c[d]),g=e('<div class="ui-resizable-handle '+("ui-resizable-"+f)+'"></div>');/sw|se|ne|nw/.test(f)&&g.css({zIndex:++a.zIndex});"se"==f&&g.addClass("ui-icon ui-icon-gripsmall-diagonal-se");this.handles[f]=".ui-resizable-"+f;this.element.append(g)}}this._renderAxis=function(h){h=h||this.element;for(var i in this.handles){if(this.handles[i].constructor==
-String)this.handles[i]=e(this.handles[i],this.element).show();if(this.elementIsWrapper&&this.originalElement[0].nodeName.match(/textarea|input|select|button/i)){var j=e(this.handles[i],this.element),k=0;k=/sw|ne|nw|se|n|s/.test(i)?j.outerHeight():j.outerWidth();j=["padding",/ne|nw|n/.test(i)?"Top":/se|sw|s/.test(i)?"Bottom":/^e$/.test(i)?"Right":"Left"].join("");h.css(j,k);this._proportionallyResize()}e(this.handles[i])}};this._renderAxis(this.element);this._handles=e(".ui-resizable-handle",this.element).disableSelection();
-this._handles.mouseover(function(){if(!b.resizing){if(this.className)var h=this.className.match(/ui-resizable-(se|sw|ne|nw|n|e|s|w)/i);b.axis=h&&h[1]?h[1]:"se"}});if(a.autoHide){this._handles.hide();e(this.element).addClass("ui-resizable-autohide").hover(function(){e(this).removeClass("ui-resizable-autohide");b._handles.show()},function(){if(!b.resizing){e(this).addClass("ui-resizable-autohide");b._handles.hide()}})}this._mouseInit()},destroy:function(){this._mouseDestroy();var b=function(c){e(c).removeClass("ui-resizable ui-resizable-disabled ui-resizable-resizing").removeData("resizable").unbind(".resizable").find(".ui-resizable-handle").remove()};
-if(this.elementIsWrapper){b(this.element);var a=this.element;a.after(this.originalElement.css({position:a.css("position"),width:a.outerWidth(),height:a.outerHeight(),top:a.css("top"),left:a.css("left")})).remove()}this.originalElement.css("resize",this.originalResizeStyle);b(this.originalElement);return this},_mouseCapture:function(b){var a=false;for(var c in this.handles)if(e(this.handles[c])[0]==b.target)a=true;return!this.options.disabled&&a},_mouseStart:function(b){var a=this.options,c=this.element.position(),
-d=this.element;this.resizing=true;this.documentScroll={top:e(document).scrollTop(),left:e(document).scrollLeft()};if(d.is(".ui-draggable")||/absolute/.test(d.css("position")))d.css({position:"absolute",top:c.top,left:c.left});e.browser.opera&&/relative/.test(d.css("position"))&&d.css({position:"relative",top:"auto",left:"auto"});this._renderProxy();c=m(this.helper.css("left"));var f=m(this.helper.css("top"));if(a.containment){c+=e(a.containment).scrollLeft()||0;f+=e(a.containment).scrollTop()||0}this.offset=
-this.helper.offset();this.position={left:c,top:f};this.size=this._helper?{width:d.outerWidth(),height:d.outerHeight()}:{width:d.width(),height:d.height()};this.originalSize=this._helper?{width:d.outerWidth(),height:d.outerHeight()}:{width:d.width(),height:d.height()};this.originalPosition={left:c,top:f};this.sizeDiff={width:d.outerWidth()-d.width(),height:d.outerHeight()-d.height()};this.originalMousePosition={left:b.pageX,top:b.pageY};this.aspectRatio=typeof a.aspectRatio=="number"?a.aspectRatio:
-this.originalSize.width/this.originalSize.height||1;a=e(".ui-resizable-"+this.axis).css("cursor");e("body").css("cursor",a=="auto"?this.axis+"-resize":a);d.addClass("ui-resizable-resizing");this._propagate("start",b);return true},_mouseDrag:function(b){var a=this.helper,c=this.originalMousePosition,d=this._change[this.axis];if(!d)return false;c=d.apply(this,[b,b.pageX-c.left||0,b.pageY-c.top||0]);if(this._aspectRatio||b.shiftKey)c=this._updateRatio(c,b);c=this._respectSize(c,b);this._propagate("resize",
-b);a.css({top:this.position.top+"px",left:this.position.left+"px",width:this.size.width+"px",height:this.size.height+"px"});!this._helper&&this._proportionallyResizeElements.length&&this._proportionallyResize();this._updateCache(c);this._trigger("resize",b,this.ui());return false},_mouseStop:function(b){this.resizing=false;var a=this.options,c=this;if(this._helper){var d=this._proportionallyResizeElements,f=d.length&&/textarea/i.test(d[0].nodeName);d=f&&e.ui.hasScroll(d[0],"left")?0:c.sizeDiff.height;
-f={width:c.size.width-(f?0:c.sizeDiff.width),height:c.size.height-d};d=parseInt(c.element.css("left"),10)+(c.position.left-c.originalPosition.left)||null;var g=parseInt(c.element.css("top"),10)+(c.position.top-c.originalPosition.top)||null;a.animate||this.element.css(e.extend(f,{top:g,left:d}));c.helper.height(c.size.height);c.helper.width(c.size.width);this._helper&&!a.animate&&this._proportionallyResize()}e("body").css("cursor","auto");this.element.removeClass("ui-resizable-resizing");this._propagate("stop",
-b);this._helper&&this.helper.remove();return false},_updateCache:function(b){this.offset=this.helper.offset();if(l(b.left))this.position.left=b.left;if(l(b.top))this.position.top=b.top;if(l(b.height))this.size.height=b.height;if(l(b.width))this.size.width=b.width},_updateRatio:function(b){var a=this.position,c=this.size,d=this.axis;if(b.height)b.width=c.height*this.aspectRatio;else if(b.width)b.height=c.width/this.aspectRatio;if(d=="sw"){b.left=a.left+(c.width-b.width);b.top=null}if(d=="nw"){b.top=
-a.top+(c.height-b.height);b.left=a.left+(c.width-b.width)}return b},_respectSize:function(b){var a=this.options,c=this.axis,d=l(b.width)&&a.maxWidth&&a.maxWidth<b.width,f=l(b.height)&&a.maxHeight&&a.maxHeight<b.height,g=l(b.width)&&a.minWidth&&a.minWidth>b.width,h=l(b.height)&&a.minHeight&&a.minHeight>b.height;if(g)b.width=a.minWidth;if(h)b.height=a.minHeight;if(d)b.width=a.maxWidth;if(f)b.height=a.maxHeight;var i=this.originalPosition.left+this.originalSize.width,j=this.position.top+this.size.height,
-k=/sw|nw|w/.test(c);c=/nw|ne|n/.test(c);if(g&&k)b.left=i-a.minWidth;if(d&&k)b.left=i-a.maxWidth;if(h&&c)b.top=j-a.minHeight;if(f&&c)b.top=j-a.maxHeight;if((a=!b.width&&!b.height)&&!b.left&&b.top)b.top=null;else if(a&&!b.top&&b.left)b.left=null;return b},_proportionallyResize:function(){if(this._proportionallyResizeElements.length)for(var b=this.helper||this.element,a=0;a<this._proportionallyResizeElements.length;a++){var c=this._proportionallyResizeElements[a];if(!this.borderDif){var d=[c.css("borderTopWidth"),
-c.css("borderRightWidth"),c.css("borderBottomWidth"),c.css("borderLeftWidth")],f=[c.css("paddingTop"),c.css("paddingRight"),c.css("paddingBottom"),c.css("paddingLeft")];this.borderDif=e.map(d,function(g,h){g=parseInt(g,10)||0;h=parseInt(f[h],10)||0;return g+h})}e.browser.msie&&(e(b).is(":hidden")||e(b).parents(":hidden").length)||c.css({height:b.height()-this.borderDif[0]-this.borderDif[2]||0,width:b.width()-this.borderDif[1]-this.borderDif[3]||0})}},_renderProxy:function(){var b=this.options;this.elementOffset=
-this.element.offset();if(this._helper){this.helper=this.helper||e('<div style="overflow:hidden;"></div>');var a=e.browser.msie&&e.browser.version<7,c=a?1:0;a=a?2:-1;this.helper.addClass(this._helper).css({width:this.element.outerWidth()+a,height:this.element.outerHeight()+a,position:"absolute",left:this.elementOffset.left-c+"px",top:this.elementOffset.top-c+"px",zIndex:++b.zIndex});this.helper.appendTo("body").disableSelection()}else this.helper=this.element},_change:{e:function(b,a){return{width:this.originalSize.width+
-a}},w:function(b,a){return{left:this.originalPosition.left+a,width:this.originalSize.width-a}},n:function(b,a,c){return{top:this.originalPosition.top+c,height:this.originalSize.height-c}},s:function(b,a,c){return{height:this.originalSize.height+c}},se:function(b,a,c){return e.extend(this._change.s.apply(this,arguments),this._change.e.apply(this,[b,a,c]))},sw:function(b,a,c){return e.extend(this._change.s.apply(this,arguments),this._change.w.apply(this,[b,a,c]))},ne:function(b,a,c){return e.extend(this._change.n.apply(this,
-arguments),this._change.e.apply(this,[b,a,c]))},nw:function(b,a,c){return e.extend(this._change.n.apply(this,arguments),this._change.w.apply(this,[b,a,c]))}},_propagate:function(b,a){e.ui.plugin.call(this,b,[a,this.ui()]);b!="resize"&&this._trigger(b,a,this.ui())},plugins:{},ui:function(){return{originalElement:this.originalElement,element:this.element,helper:this.helper,position:this.position,size:this.size,originalSize:this.originalSize,originalPosition:this.originalPosition}}});e.extend(e.ui.resizable,
-{version:"1.8.7"});e.ui.plugin.add("resizable","alsoResize",{start:function(){var b=e(this).data("resizable").options,a=function(c){e(c).each(function(){var d=e(this);d.data("resizable-alsoresize",{width:parseInt(d.width(),10),height:parseInt(d.height(),10),left:parseInt(d.css("left"),10),top:parseInt(d.css("top"),10),position:d.css("position")})})};if(typeof b.alsoResize=="object"&&!b.alsoResize.parentNode)if(b.alsoResize.length){b.alsoResize=b.alsoResize[0];a(b.alsoResize)}else e.each(b.alsoResize,
-function(c){a(c)});else a(b.alsoResize)},resize:function(b,a){var c=e(this).data("resizable");b=c.options;var d=c.originalSize,f=c.originalPosition,g={height:c.size.height-d.height||0,width:c.size.width-d.width||0,top:c.position.top-f.top||0,left:c.position.left-f.left||0},h=function(i,j){e(i).each(function(){var k=e(this),q=e(this).data("resizable-alsoresize"),p={},r=j&&j.length?j:k.parents(a.originalElement[0]).length?["width","height"]:["width","height","top","left"];e.each(r,function(n,o){if((n=
-(q[o]||0)+(g[o]||0))&&n>=0)p[o]=n||null});if(e.browser.opera&&/relative/.test(k.css("position"))){c._revertToRelativePosition=true;k.css({position:"absolute",top:"auto",left:"auto"})}k.css(p)})};typeof b.alsoResize=="object"&&!b.alsoResize.nodeType?e.each(b.alsoResize,function(i,j){h(i,j)}):h(b.alsoResize)},stop:function(){var b=e(this).data("resizable"),a=b.options,c=function(d){e(d).each(function(){var f=e(this);f.css({position:f.data("resizable-alsoresize").position})})};if(b._revertToRelativePosition){b._revertToRelativePosition=
-false;typeof a.alsoResize=="object"&&!a.alsoResize.nodeType?e.each(a.alsoResize,function(d){c(d)}):c(a.alsoResize)}e(this).removeData("resizable-alsoresize")}});e.ui.plugin.add("resizable","animate",{stop:function(b){var a=e(this).data("resizable"),c=a.options,d=a._proportionallyResizeElements,f=d.length&&/textarea/i.test(d[0].nodeName),g=f&&e.ui.hasScroll(d[0],"left")?0:a.sizeDiff.height;f={width:a.size.width-(f?0:a.sizeDiff.width),height:a.size.height-g};g=parseInt(a.element.css("left"),10)+(a.position.left-
-a.originalPosition.left)||null;var h=parseInt(a.element.css("top"),10)+(a.position.top-a.originalPosition.top)||null;a.element.animate(e.extend(f,h&&g?{top:h,left:g}:{}),{duration:c.animateDuration,easing:c.animateEasing,step:function(){var i={width:parseInt(a.element.css("width"),10),height:parseInt(a.element.css("height"),10),top:parseInt(a.element.css("top"),10),left:parseInt(a.element.css("left"),10)};d&&d.length&&e(d[0]).css({width:i.width,height:i.height});a._updateCache(i);a._propagate("resize",
-b)}})}});e.ui.plugin.add("resizable","containment",{start:function(){var b=e(this).data("resizable"),a=b.element,c=b.options.containment;if(a=c instanceof e?c.get(0):/parent/.test(c)?a.parent().get(0):c){b.containerElement=e(a);if(/document/.test(c)||c==document){b.containerOffset={left:0,top:0};b.containerPosition={left:0,top:0};b.parentData={element:e(document),left:0,top:0,width:e(document).width(),height:e(document).height()||document.body.parentNode.scrollHeight}}else{var d=e(a),f=[];e(["Top",
-"Right","Left","Bottom"]).each(function(i,j){f[i]=m(d.css("padding"+j))});b.containerOffset=d.offset();b.containerPosition=d.position();b.containerSize={height:d.innerHeight()-f[3],width:d.innerWidth()-f[1]};c=b.containerOffset;var g=b.containerSize.height,h=b.containerSize.width;h=e.ui.hasScroll(a,"left")?a.scrollWidth:h;g=e.ui.hasScroll(a)?a.scrollHeight:g;b.parentData={element:a,left:c.left,top:c.top,width:h,height:g}}}},resize:function(b){var a=e(this).data("resizable"),c=a.options,d=a.containerOffset,
-f=a.position;b=a._aspectRatio||b.shiftKey;var g={top:0,left:0},h=a.containerElement;if(h[0]!=document&&/static/.test(h.css("position")))g=d;if(f.left<(a._helper?d.left:0)){a.size.width+=a._helper?a.position.left-d.left:a.position.left-g.left;if(b)a.size.height=a.size.width/c.aspectRatio;a.position.left=c.helper?d.left:0}if(f.top<(a._helper?d.top:0)){a.size.height+=a._helper?a.position.top-d.top:a.position.top;if(b)a.size.width=a.size.height*c.aspectRatio;a.position.top=a._helper?d.top:0}a.offset.left=
-a.parentData.left+a.position.left;a.offset.top=a.parentData.top+a.position.top;c=Math.abs((a._helper?a.offset.left-g.left:a.offset.left-g.left)+a.sizeDiff.width);d=Math.abs((a._helper?a.offset.top-g.top:a.offset.top-d.top)+a.sizeDiff.height);f=a.containerElement.get(0)==a.element.parent().get(0);g=/relative|absolute/.test(a.containerElement.css("position"));if(f&&g)c-=a.parentData.left;if(c+a.size.width>=a.parentData.width){a.size.width=a.parentData.width-c;if(b)a.size.height=a.size.width/a.aspectRatio}if(d+
-a.size.height>=a.parentData.height){a.size.height=a.parentData.height-d;if(b)a.size.width=a.size.height*a.aspectRatio}},stop:function(){var b=e(this).data("resizable"),a=b.options,c=b.containerOffset,d=b.containerPosition,f=b.containerElement,g=e(b.helper),h=g.offset(),i=g.outerWidth()-b.sizeDiff.width;g=g.outerHeight()-b.sizeDiff.height;b._helper&&!a.animate&&/relative/.test(f.css("position"))&&e(this).css({left:h.left-d.left-c.left,width:i,height:g});b._helper&&!a.animate&&/static/.test(f.css("position"))&&
-e(this).css({left:h.left-d.left-c.left,width:i,height:g})}});e.ui.plugin.add("resizable","ghost",{start:function(){var b=e(this).data("resizable"),a=b.options,c=b.size;b.ghost=b.originalElement.clone();b.ghost.css({opacity:0.25,display:"block",position:"relative",height:c.height,width:c.width,margin:0,left:0,top:0}).addClass("ui-resizable-ghost").addClass(typeof a.ghost=="string"?a.ghost:"");b.ghost.appendTo(b.helper)},resize:function(){var b=e(this).data("resizable");b.ghost&&b.ghost.css({position:"relative",
-height:b.size.height,width:b.size.width})},stop:function(){var b=e(this).data("resizable");b.ghost&&b.helper&&b.helper.get(0).removeChild(b.ghost.get(0))}});e.ui.plugin.add("resizable","grid",{resize:function(){var b=e(this).data("resizable"),a=b.options,c=b.size,d=b.originalSize,f=b.originalPosition,g=b.axis;a.grid=typeof a.grid=="number"?[a.grid,a.grid]:a.grid;var h=Math.round((c.width-d.width)/(a.grid[0]||1))*(a.grid[0]||1);a=Math.round((c.height-d.height)/(a.grid[1]||1))*(a.grid[1]||1);if(/^(se|s|e)$/.test(g)){b.size.width=
-d.width+h;b.size.height=d.height+a}else if(/^(ne)$/.test(g)){b.size.width=d.width+h;b.size.height=d.height+a;b.position.top=f.top-a}else{if(/^(sw)$/.test(g)){b.size.width=d.width+h;b.size.height=d.height+a}else{b.size.width=d.width+h;b.size.height=d.height+a;b.position.top=f.top-a}b.position.left=f.left-h}}});var m=function(b){return parseInt(b,10)||0},l=function(b){return!isNaN(parseInt(b,10))}})(jQuery);
-;/*
- * jQuery UI Selectable 1.8.7
- *
- * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
- * Dual licensed under the MIT or GPL Version 2 licenses.
- * http://jquery.org/license
- *
- * http://docs.jquery.com/UI/Selectables
- *
- * Depends:
- *	jquery.ui.core.js
- *	jquery.ui.mouse.js
- *	jquery.ui.widget.js
- */
-(function(e){e.widget("ui.selectable",e.ui.mouse,{options:{appendTo:"body",autoRefresh:true,distance:0,filter:"*",tolerance:"touch"},_create:function(){var c=this;this.element.addClass("ui-selectable");this.dragged=false;var f;this.refresh=function(){f=e(c.options.filter,c.element[0]);f.each(function(){var d=e(this),b=d.offset();e.data(this,"selectable-item",{element:this,$element:d,left:b.left,top:b.top,right:b.left+d.outerWidth(),bottom:b.top+d.outerHeight(),startselected:false,selected:d.hasClass("ui-selected"),
-selecting:d.hasClass("ui-selecting"),unselecting:d.hasClass("ui-unselecting")})})};this.refresh();this.selectees=f.addClass("ui-selectee");this._mouseInit();this.helper=e("<div class='ui-selectable-helper'></div>")},destroy:function(){this.selectees.removeClass("ui-selectee").removeData("selectable-item");this.element.removeClass("ui-selectable ui-selectable-disabled").removeData("selectable").unbind(".selectable");this._mouseDestroy();return this},_mouseStart:function(c){var f=this;this.opos=[c.pageX,
-c.pageY];if(!this.options.disabled){var d=this.options;this.selectees=e(d.filter,this.element[0]);this._trigger("start",c);e(d.appendTo).append(this.helper);this.helper.css({left:c.clientX,top:c.clientY,width:0,height:0});d.autoRefresh&&this.refresh();this.selectees.filter(".ui-selected").each(function(){var b=e.data(this,"selectable-item");b.startselected=true;if(!c.metaKey){b.$element.removeClass("ui-selected");b.selected=false;b.$element.addClass("ui-unselecting");b.unselecting=true;f._trigger("unselecting",
-c,{unselecting:b.element})}});e(c.target).parents().andSelf().each(function(){var b=e.data(this,"selectable-item");if(b){var g=!c.metaKey||!b.$element.hasClass("ui-selected");b.$element.removeClass(g?"ui-unselecting":"ui-selected").addClass(g?"ui-selecting":"ui-unselecting");b.unselecting=!g;b.selecting=g;(b.selected=g)?f._trigger("selecting",c,{selecting:b.element}):f._trigger("unselecting",c,{unselecting:b.element});return false}})}},_mouseDrag:function(c){var f=this;this.dragged=true;if(!this.options.disabled){var d=
-this.options,b=this.opos[0],g=this.opos[1],h=c.pageX,i=c.pageY;if(b>h){var j=h;h=b;b=j}if(g>i){j=i;i=g;g=j}this.helper.css({left:b,top:g,width:h-b,height:i-g});this.selectees.each(function(){var a=e.data(this,"selectable-item");if(!(!a||a.element==f.element[0])){var k=false;if(d.tolerance=="touch")k=!(a.left>h||a.right<b||a.top>i||a.bottom<g);else if(d.tolerance=="fit")k=a.left>b&&a.right<h&&a.top>g&&a.bottom<i;if(k){if(a.selected){a.$element.removeClass("ui-selected");a.selected=false}if(a.unselecting){a.$element.removeClass("ui-unselecting");
-a.unselecting=false}if(!a.selecting){a.$element.addClass("ui-selecting");a.selecting=true;f._trigger("selecting",c,{selecting:a.element})}}else{if(a.selecting)if(c.metaKey&&a.startselected){a.$element.removeClass("ui-selecting");a.selecting=false;a.$element.addClass("ui-selected");a.selected=true}else{a.$element.removeClass("ui-selecting");a.selecting=false;if(a.startselected){a.$element.addClass("ui-unselecting");a.unselecting=true}f._trigger("unselecting",c,{unselecting:a.element})}if(a.selected)if(!c.metaKey&&
-!a.startselected){a.$element.removeClass("ui-selected");a.selected=false;a.$element.addClass("ui-unselecting");a.unselecting=true;f._trigger("unselecting",c,{unselecting:a.element})}}}});return false}},_mouseStop:function(c){var f=this;this.dragged=false;e(".ui-unselecting",this.element[0]).each(function(){var d=e.data(this,"selectable-item");d.$element.removeClass("ui-unselecting");d.unselecting=false;d.startselected=false;f._trigger("unselected",c,{unselected:d.element})});e(".ui-selecting",this.element[0]).each(function(){var d=
-e.data(this,"selectable-item");d.$element.removeClass("ui-selecting").addClass("ui-selected");d.selecting=false;d.selected=true;d.startselected=true;f._trigger("selected",c,{selected:d.element})});this._trigger("stop",c);this.helper.remove();return false}});e.extend(e.ui.selectable,{version:"1.8.7"})})(jQuery);
-;/*
- * jQuery UI Sortable 1.8.7
- *
- * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
- * Dual licensed under the MIT or GPL Version 2 licenses.
- * http://jquery.org/license
- *
- * http://docs.jquery.com/UI/Sortables
- *
- * Depends:
- *	jquery.ui.core.js
- *	jquery.ui.mouse.js
- *	jquery.ui.widget.js
- */
-(function(d){d.widget("ui.sortable",d.ui.mouse,{widgetEventPrefix:"sort",options:{appendTo:"parent",axis:false,connectWith:false,containment:false,cursor:"auto",cursorAt:false,dropOnEmpty:true,forcePlaceholderSize:false,forceHelperSize:false,grid:false,handle:false,helper:"original",items:"> *",opacity:false,placeholder:false,revert:false,scroll:true,scrollSensitivity:20,scrollSpeed:20,scope:"default",tolerance:"intersect",zIndex:1E3},_create:function(){this.containerCache={};this.element.addClass("ui-sortable");
-this.refresh();this.floating=this.items.length?/left|right/.test(this.items[0].item.css("float")):false;this.offset=this.element.offset();this._mouseInit()},destroy:function(){this.element.removeClass("ui-sortable ui-sortable-disabled").removeData("sortable").unbind(".sortable");this._mouseDestroy();for(var a=this.items.length-1;a>=0;a--)this.items[a].item.removeData("sortable-item");return this},_setOption:function(a,b){if(a==="disabled"){this.options[a]=b;this.widget()[b?"addClass":"removeClass"]("ui-sortable-disabled")}else d.Widget.prototype._setOption.apply(this,
-arguments)},_mouseCapture:function(a,b){if(this.reverting)return false;if(this.options.disabled||this.options.type=="static")return false;this._refreshItems(a);var c=null,e=this;d(a.target).parents().each(function(){if(d.data(this,"sortable-item")==e){c=d(this);return false}});if(d.data(a.target,"sortable-item")==e)c=d(a.target);if(!c)return false;if(this.options.handle&&!b){var f=false;d(this.options.handle,c).find("*").andSelf().each(function(){if(this==a.target)f=true});if(!f)return false}this.currentItem=
-c;this._removeCurrentsFromItems();return true},_mouseStart:function(a,b,c){b=this.options;var e=this;this.currentContainer=this;this.refreshPositions();this.helper=this._createHelper(a);this._cacheHelperProportions();this._cacheMargins();this.scrollParent=this.helper.scrollParent();this.offset=this.currentItem.offset();this.offset={top:this.offset.top-this.margins.top,left:this.offset.left-this.margins.left};this.helper.css("position","absolute");this.cssPosition=this.helper.css("position");d.extend(this.offset,
-{click:{left:a.pageX-this.offset.left,top:a.pageY-this.offset.top},parent:this._getParentOffset(),relative:this._getRelativeOffset()});this.originalPosition=this._generatePosition(a);this.originalPageX=a.pageX;this.originalPageY=a.pageY;b.cursorAt&&this._adjustOffsetFromHelper(b.cursorAt);this.domPosition={prev:this.currentItem.prev()[0],parent:this.currentItem.parent()[0]};this.helper[0]!=this.currentItem[0]&&this.currentItem.hide();this._createPlaceholder();b.containment&&this._setContainment();
-if(b.cursor){if(d("body").css("cursor"))this._storedCursor=d("body").css("cursor");d("body").css("cursor",b.cursor)}if(b.opacity){if(this.helper.css("opacity"))this._storedOpacity=this.helper.css("opacity");this.helper.css("opacity",b.opacity)}if(b.zIndex){if(this.helper.css("zIndex"))this._storedZIndex=this.helper.css("zIndex");this.helper.css("zIndex",b.zIndex)}if(this.scrollParent[0]!=document&&this.scrollParent[0].tagName!="HTML")this.overflowOffset=this.scrollParent.offset();this._trigger("start",
-a,this._uiHash());this._preserveHelperProportions||this._cacheHelperProportions();if(!c)for(c=this.containers.length-1;c>=0;c--)this.containers[c]._trigger("activate",a,e._uiHash(this));if(d.ui.ddmanager)d.ui.ddmanager.current=this;d.ui.ddmanager&&!b.dropBehaviour&&d.ui.ddmanager.prepareOffsets(this,a);this.dragging=true;this.helper.addClass("ui-sortable-helper");this._mouseDrag(a);return true},_mouseDrag:function(a){this.position=this._generatePosition(a);this.positionAbs=this._convertPositionTo("absolute");
-if(!this.lastPositionAbs)this.lastPositionAbs=this.positionAbs;if(this.options.scroll){var b=this.options,c=false;if(this.scrollParent[0]!=document&&this.scrollParent[0].tagName!="HTML"){if(this.overflowOffset.top+this.scrollParent[0].offsetHeight-a.pageY<b.scrollSensitivity)this.scrollParent[0].scrollTop=c=this.scrollParent[0].scrollTop+b.scrollSpeed;else if(a.pageY-this.overflowOffset.top<b.scrollSensitivity)this.scrollParent[0].scrollTop=c=this.scrollParent[0].scrollTop-b.scrollSpeed;if(this.overflowOffset.left+
-this.scrollParent[0].offsetWidth-a.pageX<b.scrollSensitivity)this.scrollParent[0].scrollLeft=c=this.scrollParent[0].scrollLeft+b.scrollSpeed;else if(a.pageX-this.overflowOffset.left<b.scrollSensitivity)this.scrollParent[0].scrollLeft=c=this.scrollParent[0].scrollLeft-b.scrollSpeed}else{if(a.pageY-d(document).scrollTop()<b.scrollSensitivity)c=d(document).scrollTop(d(document).scrollTop()-b.scrollSpeed);else if(d(window).height()-(a.pageY-d(document).scrollTop())<b.scrollSensitivity)c=d(document).scrollTop(d(document).scrollTop()+
-b.scrollSpeed);if(a.pageX-d(document).scrollLeft()<b.scrollSensitivity)c=d(document).scrollLeft(d(document).scrollLeft()-b.scrollSpeed);else if(d(window).width()-(a.pageX-d(document).scrollLeft())<b.scrollSensitivity)c=d(document).scrollLeft(d(document).scrollLeft()+b.scrollSpeed)}c!==false&&d.ui.ddmanager&&!b.dropBehaviour&&d.ui.ddmanager.prepareOffsets(this,a)}this.positionAbs=this._convertPositionTo("absolute");if(!this.options.axis||this.options.axis!="y")this.helper[0].style.left=this.position.left+
-"px";if(!this.options.axis||this.options.axis!="x")this.helper[0].style.top=this.position.top+"px";for(b=this.items.length-1;b>=0;b--){c=this.items[b];var e=c.item[0],f=this._intersectsWithPointer(c);if(f)if(e!=this.currentItem[0]&&this.placeholder[f==1?"next":"prev"]()[0]!=e&&!d.ui.contains(this.placeholder[0],e)&&(this.options.type=="semi-dynamic"?!d.ui.contains(this.element[0],e):true)){this.direction=f==1?"down":"up";if(this.options.tolerance=="pointer"||this._intersectsWithSides(c))this._rearrange(a,
-c);else break;this._trigger("change",a,this._uiHash());break}}this._contactContainers(a);d.ui.ddmanager&&d.ui.ddmanager.drag(this,a);this._trigger("sort",a,this._uiHash());this.lastPositionAbs=this.positionAbs;return false},_mouseStop:function(a,b){if(a){d.ui.ddmanager&&!this.options.dropBehaviour&&d.ui.ddmanager.drop(this,a);if(this.options.revert){var c=this;b=c.placeholder.offset();c.reverting=true;d(this.helper).animate({left:b.left-this.offset.parent.left-c.margins.left+(this.offsetParent[0]==
-document.body?0:this.offsetParent[0].scrollLeft),top:b.top-this.offset.parent.top-c.margins.top+(this.offsetParent[0]==document.body?0:this.offsetParent[0].scrollTop)},parseInt(this.options.revert,10)||500,function(){c._clear(a)})}else this._clear(a,b);return false}},cancel:function(){var a=this;if(this.dragging){this._mouseUp();this.options.helper=="original"?this.currentItem.css(this._storedCSS).removeClass("ui-sortable-helper"):this.currentItem.show();for(var b=this.containers.length-1;b>=0;b--){this.containers[b]._trigger("deactivate",
-null,a._uiHash(this));if(this.containers[b].containerCache.over){this.containers[b]._trigger("out",null,a._uiHash(this));this.containers[b].containerCache.over=0}}}this.placeholder[0].parentNode&&this.placeholder[0].parentNode.removeChild(this.placeholder[0]);this.options.helper!="original"&&this.helper&&this.helper[0].parentNode&&this.helper.remove();d.extend(this,{helper:null,dragging:false,reverting:false,_noFinalSort:null});this.domPosition.prev?d(this.domPosition.prev).after(this.currentItem):
-d(this.domPosition.parent).prepend(this.currentItem);return this},serialize:function(a){var b=this._getItemsAsjQuery(a&&a.connected),c=[];a=a||{};d(b).each(function(){var e=(d(a.item||this).attr(a.attribute||"id")||"").match(a.expression||/(.+)[-=_](.+)/);if(e)c.push((a.key||e[1]+"[]")+"="+(a.key&&a.expression?e[1]:e[2]))});!c.length&&a.key&&c.push(a.key+"=");return c.join("&")},toArray:function(a){var b=this._getItemsAsjQuery(a&&a.connected),c=[];a=a||{};b.each(function(){c.push(d(a.item||this).attr(a.attribute||
-"id")||"")});return c},_intersectsWith:function(a){var b=this.positionAbs.left,c=b+this.helperProportions.width,e=this.positionAbs.top,f=e+this.helperProportions.height,g=a.left,h=g+a.width,i=a.top,k=i+a.height,j=this.offset.click.top,l=this.offset.click.left;j=e+j>i&&e+j<k&&b+l>g&&b+l<h;return this.options.tolerance=="pointer"||this.options.forcePointerForContainers||this.options.tolerance!="pointer"&&this.helperProportions[this.floating?"width":"height"]>a[this.floating?"width":"height"]?j:g<b+
-this.helperProportions.width/2&&c-this.helperProportions.width/2<h&&i<e+this.helperProportions.height/2&&f-this.helperProportions.height/2<k},_intersectsWithPointer:function(a){var b=d.ui.isOverAxis(this.positionAbs.top+this.offset.click.top,a.top,a.height);a=d.ui.isOverAxis(this.positionAbs.left+this.offset.click.left,a.left,a.width);b=b&&a;a=this._getDragVerticalDirection();var c=this._getDragHorizontalDirection();if(!b)return false;return this.floating?c&&c=="right"||a=="down"?2:1:a&&(a=="down"?
-2:1)},_intersectsWithSides:function(a){var b=d.ui.isOverAxis(this.positionAbs.top+this.offset.click.top,a.top+a.height/2,a.height);a=d.ui.isOverAxis(this.positionAbs.left+this.offset.click.left,a.left+a.width/2,a.width);var c=this._getDragVerticalDirection(),e=this._getDragHorizontalDirection();return this.floating&&e?e=="right"&&a||e=="left"&&!a:c&&(c=="down"&&b||c=="up"&&!b)},_getDragVerticalDirection:function(){var a=this.positionAbs.top-this.lastPositionAbs.top;return a!=0&&(a>0?"down":"up")},
-_getDragHorizontalDirection:function(){var a=this.positionAbs.left-this.lastPositionAbs.left;return a!=0&&(a>0?"right":"left")},refresh:function(a){this._refreshItems(a);this.refreshPositions();return this},_connectWith:function(){var a=this.options;return a.connectWith.constructor==String?[a.connectWith]:a.connectWith},_getItemsAsjQuery:function(a){var b=[],c=[],e=this._connectWith();if(e&&a)for(a=e.length-1;a>=0;a--)for(var f=d(e[a]),g=f.length-1;g>=0;g--){var h=d.data(f[g],"sortable");if(h&&h!=
-this&&!h.options.disabled)c.push([d.isFunction(h.options.items)?h.options.items.call(h.element):d(h.options.items,h.element).not(".ui-sortable-helper").not(".ui-sortable-placeholder"),h])}c.push([d.isFunction(this.options.items)?this.options.items.call(this.element,null,{options:this.options,item:this.currentItem}):d(this.options.items,this.element).not(".ui-sortable-helper").not(".ui-sortable-placeholder"),this]);for(a=c.length-1;a>=0;a--)c[a][0].each(function(){b.push(this)});return d(b)},_removeCurrentsFromItems:function(){for(var a=
-this.currentItem.find(":data(sortable-item)"),b=0;b<this.items.length;b++)for(var c=0;c<a.length;c++)a[c]==this.items[b].item[0]&&this.items.splice(b,1)},_refreshItems:function(a){this.items=[];this.containers=[this];var b=this.items,c=[[d.isFunction(this.options.items)?this.options.items.call(this.element[0],a,{item:this.currentItem}):d(this.options.items,this.element),this]],e=this._connectWith();if(e)for(var f=e.length-1;f>=0;f--)for(var g=d(e[f]),h=g.length-1;h>=0;h--){var i=d.data(g[h],"sortable");
-if(i&&i!=this&&!i.options.disabled){c.push([d.isFunction(i.options.items)?i.options.items.call(i.element[0],a,{item:this.currentItem}):d(i.options.items,i.element),i]);this.containers.push(i)}}for(f=c.length-1;f>=0;f--){a=c[f][1];e=c[f][0];h=0;for(g=e.length;h<g;h++){i=d(e[h]);i.data("sortable-item",a);b.push({item:i,instance:a,width:0,height:0,left:0,top:0})}}},refreshPositions:function(a){if(this.offsetParent&&this.helper)this.offset.parent=this._getParentOffset();for(var b=this.items.length-1;b>=
-0;b--){var c=this.items[b],e=this.options.toleranceElement?d(this.options.toleranceElement,c.item):c.item;if(!a){c.width=e.outerWidth();c.height=e.outerHeight()}e=e.offset();c.left=e.left;c.top=e.top}if(this.options.custom&&this.options.custom.refreshContainers)this.options.custom.refreshContainers.call(this);else for(b=this.containers.length-1;b>=0;b--){e=this.containers[b].element.offset();this.containers[b].containerCache.left=e.left;this.containers[b].containerCache.top=e.top;this.containers[b].containerCache.width=
-this.containers[b].element.outerWidth();this.containers[b].containerCache.height=this.containers[b].element.outerHeight()}return this},_createPlaceholder:function(a){var b=a||this,c=b.options;if(!c.placeholder||c.placeholder.constructor==String){var e=c.placeholder;c.placeholder={element:function(){var f=d(document.createElement(b.currentItem[0].nodeName)).addClass(e||b.currentItem[0].className+" ui-sortable-placeholder").removeClass("ui-sortable-helper")[0];if(!e)f.style.visibility="hidden";return f},
-update:function(f,g){if(!(e&&!c.forcePlaceholderSize)){g.height()||g.height(b.currentItem.innerHeight()-parseInt(b.currentItem.css("paddingTop")||0,10)-parseInt(b.currentItem.css("paddingBottom")||0,10));g.width()||g.width(b.currentItem.innerWidth()-parseInt(b.currentItem.css("paddingLeft")||0,10)-parseInt(b.currentItem.css("paddingRight")||0,10))}}}}b.placeholder=d(c.placeholder.element.call(b.element,b.currentItem));b.currentItem.after(b.placeholder);c.placeholder.update(b,b.placeholder)},_contactContainers:function(a){for(var b=
-null,c=null,e=this.containers.length-1;e>=0;e--)if(!d.ui.contains(this.currentItem[0],this.containers[e].element[0]))if(this._intersectsWith(this.containers[e].containerCache)){if(!(b&&d.ui.contains(this.containers[e].element[0],b.element[0]))){b=this.containers[e];c=e}}else if(this.containers[e].containerCache.over){this.containers[e]._trigger("out",a,this._uiHash(this));this.containers[e].containerCache.over=0}if(b)if(this.containers.length===1){this.containers[c]._trigger("over",a,this._uiHash(this));
-this.containers[c].containerCache.over=1}else if(this.currentContainer!=this.containers[c]){b=1E4;e=null;for(var f=this.positionAbs[this.containers[c].floating?"left":"top"],g=this.items.length-1;g>=0;g--)if(d.ui.contains(this.containers[c].element[0],this.items[g].item[0])){var h=this.items[g][this.containers[c].floating?"left":"top"];if(Math.abs(h-f)<b){b=Math.abs(h-f);e=this.items[g]}}if(e||this.options.dropOnEmpty){this.currentContainer=this.containers[c];e?this._rearrange(a,e,null,true):this._rearrange(a,
-null,this.containers[c].element,true);this._trigger("change",a,this._uiHash());this.containers[c]._trigger("change",a,this._uiHash(this));this.options.placeholder.update(this.currentContainer,this.placeholder);this.containers[c]._trigger("over",a,this._uiHash(this));this.containers[c].containerCache.over=1}}},_createHelper:function(a){var b=this.options;a=d.isFunction(b.helper)?d(b.helper.apply(this.element[0],[a,this.currentItem])):b.helper=="clone"?this.currentItem.clone():this.currentItem;a.parents("body").length||
-d(b.appendTo!="parent"?b.appendTo:this.currentItem[0].parentNode)[0].appendChild(a[0]);if(a[0]==this.currentItem[0])this._storedCSS={width:this.currentItem[0].style.width,height:this.currentItem[0].style.height,position:this.currentItem.css("position"),top:this.currentItem.css("top"),left:this.currentItem.css("left")};if(a[0].style.width==""||b.forceHelperSize)a.width(this.currentItem.width());if(a[0].style.height==""||b.forceHelperSize)a.height(this.currentItem.height());return a},_adjustOffsetFromHelper:function(a){if(typeof a==
-"string")a=a.split(" ");if(d.isArray(a))a={left:+a[0],top:+a[1]||0};if("left"in a)this.offset.click.left=a.left+this.margins.left;if("right"in a)this.offset.click.left=this.helperProportions.width-a.right+this.margins.left;if("top"in a)this.offset.click.top=a.top+this.margins.top;if("bottom"in a)this.offset.click.top=this.helperProportions.height-a.bottom+this.margins.top},_getParentOffset:function(){this.offsetParent=this.helper.offsetParent();var a=this.offsetParent.offset();if(this.cssPosition==
-"absolute"&&this.scrollParent[0]!=document&&d.ui.contains(this.scrollParent[0],this.offsetParent[0])){a.left+=this.scrollParent.scrollLeft();a.top+=this.scrollParent.scrollTop()}if(this.offsetParent[0]==document.body||this.offsetParent[0].tagName&&this.offsetParent[0].tagName.toLowerCase()=="html"&&d.browser.msie)a={top:0,left:0};return{top:a.top+(parseInt(this.offsetParent.css("borderTopWidth"),10)||0),left:a.left+(parseInt(this.offsetParent.css("borderLeftWidth"),10)||0)}},_getRelativeOffset:function(){if(this.cssPosition==
-"relative"){var a=this.currentItem.position();return{top:a.top-(parseInt(this.helper.css("top"),10)||0)+this.scrollParent.scrollTop(),left:a.left-(parseInt(this.helper.css("left"),10)||0)+this.scrollParent.scrollLeft()}}else return{top:0,left:0}},_cacheMargins:function(){this.margins={left:parseInt(this.currentItem.css("marginLeft"),10)||0,top:parseInt(this.currentItem.css("marginTop"),10)||0}},_cacheHelperProportions:function(){this.helperProportions={width:this.helper.outerWidth(),height:this.helper.outerHeight()}},
-_setContainment:function(){var a=this.options;if(a.containment=="parent")a.containment=this.helper[0].parentNode;if(a.containment=="document"||a.containment=="window")this.containment=[0-this.offset.relative.left-this.offset.parent.left,0-this.offset.relative.top-this.offset.parent.top,d(a.containment=="document"?document:window).width()-this.helperProportions.width-this.margins.left,(d(a.containment=="document"?document:window).height()||document.body.parentNode.scrollHeight)-this.helperProportions.height-
-this.margins.top];if(!/^(document|window|parent)$/.test(a.containment)){var b=d(a.containment)[0];a=d(a.containment).offset();var c=d(b).css("overflow")!="hidden";this.containment=[a.left+(parseInt(d(b).css("borderLeftWidth"),10)||0)+(parseInt(d(b).css("paddingLeft"),10)||0)-this.margins.left,a.top+(parseInt(d(b).css("borderTopWidth"),10)||0)+(parseInt(d(b).css("paddingTop"),10)||0)-this.margins.top,a.left+(c?Math.max(b.scrollWidth,b.offsetWidth):b.offsetWidth)-(parseInt(d(b).css("borderLeftWidth"),
-10)||0)-(parseInt(d(b).css("paddingRight"),10)||0)-this.helperProportions.width-this.margins.left,a.top+(c?Math.max(b.scrollHeight,b.offsetHeight):b.offsetHeight)-(parseInt(d(b).css("borderTopWidth"),10)||0)-(parseInt(d(b).css("paddingBottom"),10)||0)-this.helperProportions.height-this.margins.top]}},_convertPositionTo:function(a,b){if(!b)b=this.position;a=a=="absolute"?1:-1;var c=this.cssPosition=="absolute"&&!(this.scrollParent[0]!=document&&d.ui.contains(this.scrollParent[0],this.offsetParent[0]))?
-this.offsetParent:this.scrollParent,e=/(html|body)/i.test(c[0].tagName);return{top:b.top+this.offset.relative.top*a+this.offset.parent.top*a-(d.browser.safari&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollTop():e?0:c.scrollTop())*a),left:b.left+this.offset.relative.left*a+this.offset.parent.left*a-(d.browser.safari&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollLeft():e?0:c.scrollLeft())*a)}},_generatePosition:function(a){var b=
-this.options,c=this.cssPosition=="absolute"&&!(this.scrollParent[0]!=document&&d.ui.contains(this.scrollParent[0],this.offsetParent[0]))?this.offsetParent:this.scrollParent,e=/(html|body)/i.test(c[0].tagName);if(this.cssPosition=="relative"&&!(this.scrollParent[0]!=document&&this.scrollParent[0]!=this.offsetParent[0]))this.offset.relative=this._getRelativeOffset();var f=a.pageX,g=a.pageY;if(this.originalPosition){if(this.containment){if(a.pageX-this.offset.click.left<this.containment[0])f=this.containment[0]+
-this.offset.click.left;if(a.pageY-this.offset.click.top<this.containment[1])g=this.containment[1]+this.offset.click.top;if(a.pageX-this.offset.click.left>this.containment[2])f=this.containment[2]+this.offset.click.left;if(a.pageY-this.offset.click.top>this.containment[3])g=this.containment[3]+this.offset.click.top}if(b.grid){g=this.originalPageY+Math.round((g-this.originalPageY)/b.grid[1])*b.grid[1];g=this.containment?!(g-this.offset.click.top<this.containment[1]||g-this.offset.click.top>this.containment[3])?
-g:!(g-this.offset.click.top<this.containment[1])?g-b.grid[1]:g+b.grid[1]:g;f=this.originalPageX+Math.round((f-this.originalPageX)/b.grid[0])*b.grid[0];f=this.containment?!(f-this.offset.click.left<this.containment[0]||f-this.offset.click.left>this.containment[2])?f:!(f-this.offset.click.left<this.containment[0])?f-b.grid[0]:f+b.grid[0]:f}}return{top:g-this.offset.click.top-this.offset.relative.top-this.offset.parent.top+(d.browser.safari&&this.cssPosition=="fixed"?0:this.cssPosition=="fixed"?-this.scrollParent.scrollTop():
-e?0:c.scrollTop()),left:f-this.offset.click.left-this.offset.relative.left-this.offset.parent.left+(d.browser.safari&&this.cssPosition=="fixed"?0:this.cssPosition=="fixed"?-this.scrollParent.scrollLeft():e?0:c.scrollLeft())}},_rearrange:function(a,b,c,e){c?c[0].appendChild(this.placeholder[0]):b.item[0].parentNode.insertBefore(this.placeholder[0],this.direction=="down"?b.item[0]:b.item[0].nextSibling);this.counter=this.counter?++this.counter:1;var f=this,g=this.counter;window.setTimeout(function(){g==
-f.counter&&f.refreshPositions(!e)},0)},_clear:function(a,b){this.reverting=false;var c=[];!this._noFinalSort&&this.currentItem[0].parentNode&&this.placeholder.before(this.currentItem);this._noFinalSort=null;if(this.helper[0]==this.currentItem[0]){for(var e in this._storedCSS)if(this._storedCSS[e]=="auto"||this._storedCSS[e]=="static")this._storedCSS[e]="";this.currentItem.css(this._storedCSS).removeClass("ui-sortable-helper")}else this.currentItem.show();this.fromOutside&&!b&&c.push(function(f){this._trigger("receive",
-f,this._uiHash(this.fromOutside))});if((this.fromOutside||this.domPosition.prev!=this.currentItem.prev().not(".ui-sortable-helper")[0]||this.domPosition.parent!=this.currentItem.parent()[0])&&!b)c.push(function(f){this._trigger("update",f,this._uiHash())});if(!d.ui.contains(this.element[0],this.currentItem[0])){b||c.push(function(f){this._trigger("remove",f,this._uiHash())});for(e=this.containers.length-1;e>=0;e--)if(d.ui.contains(this.containers[e].element[0],this.currentItem[0])&&!b){c.push(function(f){return function(g){f._trigger("receive",
-g,this._uiHash(this))}}.call(this,this.containers[e]));c.push(function(f){return function(g){f._trigger("update",g,this._uiHash(this))}}.call(this,this.containers[e]))}}for(e=this.containers.length-1;e>=0;e--){b||c.push(function(f){return function(g){f._trigger("deactivate",g,this._uiHash(this))}}.call(this,this.containers[e]));if(this.containers[e].containerCache.over){c.push(function(f){return function(g){f._trigger("out",g,this._uiHash(this))}}.call(this,this.containers[e]));this.containers[e].containerCache.over=
-0}}this._storedCursor&&d("body").css("cursor",this._storedCursor);this._storedOpacity&&this.helper.css("opacity",this._storedOpacity);if(this._storedZIndex)this.helper.css("zIndex",this._storedZIndex=="auto"?"":this._storedZIndex);this.dragging=false;if(this.cancelHelperRemoval){if(!b){this._trigger("beforeStop",a,this._uiHash());for(e=0;e<c.length;e++)c[e].call(this,a);this._trigger("stop",a,this._uiHash())}return false}b||this._trigger("beforeStop",a,this._uiHash());this.placeholder[0].parentNode.removeChild(this.placeholder[0]);
-this.helper[0]!=this.currentItem[0]&&this.helper.remove();this.helper=null;if(!b){for(e=0;e<c.length;e++)c[e].call(this,a);this._trigger("stop",a,this._uiHash())}this.fromOutside=false;return true},_trigger:function(){d.Widget.prototype._trigger.apply(this,arguments)===false&&this.cancel()},_uiHash:function(a){var b=a||this;return{helper:b.helper,placeholder:b.placeholder||d([]),position:b.position,originalPosition:b.originalPosition,offset:b.positionAbs,item:b.currentItem,sender:a?a.element:null}}});
-d.extend(d.ui.sortable,{version:"1.8.7"})})(jQuery);
-;/*
- * jQuery UI Accordion 1.8.7
- *
- * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
- * Dual licensed under the MIT or GPL Version 2 licenses.
- * http://jquery.org/license
- *
- * http://docs.jquery.com/UI/Accordion
- *
- * Depends:
- *	jquery.ui.core.js
- *	jquery.ui.widget.js
- */
-(function(c){c.widget("ui.accordion",{options:{active:0,animated:"slide",autoHeight:true,clearStyle:false,collapsible:false,event:"click",fillSpace:false,header:"> li > :first-child,> :not(li):even",icons:{header:"ui-icon-triangle-1-e",headerSelected:"ui-icon-triangle-1-s"},navigation:false,navigationFilter:function(){return this.href.toLowerCase()===location.href.toLowerCase()}},_create:function(){var a=this,b=a.options;a.running=0;a.element.addClass("ui-accordion ui-widget ui-helper-reset").children("li").addClass("ui-accordion-li-fix");
-a.headers=a.element.find(b.header).addClass("ui-accordion-header ui-helper-reset ui-state-default ui-corner-all").bind("mouseenter.accordion",function(){b.disabled||c(this).addClass("ui-state-hover")}).bind("mouseleave.accordion",function(){b.disabled||c(this).removeClass("ui-state-hover")}).bind("focus.accordion",function(){b.disabled||c(this).addClass("ui-state-focus")}).bind("blur.accordion",function(){b.disabled||c(this).removeClass("ui-state-focus")});a.headers.next().addClass("ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom");
-if(b.navigation){var d=a.element.find("a").filter(b.navigationFilter).eq(0);if(d.length){var f=d.closest(".ui-accordion-header");a.active=f.length?f:d.closest(".ui-accordion-content").prev()}}a.active=a._findActive(a.active||b.active).addClass("ui-state-default ui-state-active").toggleClass("ui-corner-all").toggleClass("ui-corner-top");a.active.next().addClass("ui-accordion-content-active");a._createIcons();a.resize();a.element.attr("role","tablist");a.headers.attr("role","tab").bind("keydown.accordion",
-function(g){return a._keydown(g)}).next().attr("role","tabpanel");a.headers.not(a.active||"").attr({"aria-expanded":"false",tabIndex:-1}).next().hide();a.active.length?a.active.attr({"aria-expanded":"true",tabIndex:0}):a.headers.eq(0).attr("tabIndex",0);c.browser.safari||a.headers.find("a").attr("tabIndex",-1);b.event&&a.headers.bind(b.event.split(" ").join(".accordion ")+".accordion",function(g){a._clickHandler.call(a,g,this);g.preventDefault()})},_createIcons:function(){var a=this.options;if(a.icons){c("<span></span>").addClass("ui-icon "+
-a.icons.header).prependTo(this.headers);this.active.children(".ui-icon").toggleClass(a.icons.header).toggleClass(a.icons.headerSelected);this.element.addClass("ui-accordion-icons")}},_destroyIcons:function(){this.headers.children(".ui-icon").remove();this.element.removeClass("ui-accordion-icons")},destroy:function(){var a=this.options;this.element.removeClass("ui-accordion ui-widget ui-helper-reset").removeAttr("role");this.headers.unbind(".accordion").removeClass("ui-accordion-header ui-accordion-disabled ui-helper-reset ui-state-default ui-corner-all ui-state-active ui-state-disabled ui-corner-top").removeAttr("role").removeAttr("aria-expanded").removeAttr("tabIndex");
-this.headers.find("a").removeAttr("tabIndex");this._destroyIcons();var b=this.headers.next().css("display","").removeAttr("role").removeClass("ui-helper-reset ui-widget-content ui-corner-bottom ui-accordion-content ui-accordion-content-active ui-accordion-disabled ui-state-disabled");if(a.autoHeight||a.fillHeight)b.css("height","");return c.Widget.prototype.destroy.call(this)},_setOption:function(a,b){c.Widget.prototype._setOption.apply(this,arguments);a=="active"&&this.activate(b);if(a=="icons"){this._destroyIcons();
-b&&this._createIcons()}if(a=="disabled")this.headers.add(this.headers.next())[b?"addClass":"removeClass"]("ui-accordion-disabled ui-state-disabled")},_keydown:function(a){if(!(this.options.disabled||a.altKey||a.ctrlKey)){var b=c.ui.keyCode,d=this.headers.length,f=this.headers.index(a.target),g=false;switch(a.keyCode){case b.RIGHT:case b.DOWN:g=this.headers[(f+1)%d];break;case b.LEFT:case b.UP:g=this.headers[(f-1+d)%d];break;case b.SPACE:case b.ENTER:this._clickHandler({target:a.target},a.target);
-a.preventDefault()}if(g){c(a.target).attr("tabIndex",-1);c(g).attr("tabIndex",0);g.focus();return false}return true}},resize:function(){var a=this.options,b;if(a.fillSpace){if(c.browser.msie){var d=this.element.parent().css("overflow");this.element.parent().css("overflow","hidden")}b=this.element.parent().height();c.browser.msie&&this.element.parent().css("overflow",d);this.headers.each(function(){b-=c(this).outerHeight(true)});this.headers.next().each(function(){c(this).height(Math.max(0,b-c(this).innerHeight()+
-c(this).height()))}).css("overflow","auto")}else if(a.autoHeight){b=0;this.headers.next().each(function(){b=Math.max(b,c(this).height("").height())}).height(b)}return this},activate:function(a){this.options.active=a;a=this._findActive(a)[0];this._clickHandler({target:a},a);return this},_findActive:function(a){return a?typeof a==="number"?this.headers.filter(":eq("+a+")"):this.headers.not(this.headers.not(a)):a===false?c([]):this.headers.filter(":eq(0)")},_clickHandler:function(a,b){var d=this.options;
-if(!d.disabled)if(a.target){a=c(a.currentTarget||b);b=a[0]===this.active[0];d.active=d.collapsible&&b?false:this.headers.index(a);if(!(this.running||!d.collapsible&&b)){this.active.removeClass("ui-state-active ui-corner-top").addClass("ui-state-default ui-corner-all").children(".ui-icon").removeClass(d.icons.headerSelected).addClass(d.icons.header);if(!b){a.removeClass("ui-state-default ui-corner-all").addClass("ui-state-active ui-corner-top").children(".ui-icon").removeClass(d.icons.header).addClass(d.icons.headerSelected);
-a.next().addClass("ui-accordion-content-active")}h=a.next();f=this.active.next();g={options:d,newHeader:b&&d.collapsible?c([]):a,oldHeader:this.active,newContent:b&&d.collapsible?c([]):h,oldContent:f};d=this.headers.index(this.active[0])>this.headers.index(a[0]);this.active=b?c([]):a;this._toggle(h,f,g,b,d)}}else if(d.collapsible){this.active.removeClass("ui-state-active ui-corner-top").addClass("ui-state-default ui-corner-all").children(".ui-icon").removeClass(d.icons.headerSelected).addClass(d.icons.header);
-this.active.next().addClass("ui-accordion-content-active");var f=this.active.next(),g={options:d,newHeader:c([]),oldHeader:d.active,newContent:c([]),oldContent:f},h=this.active=c([]);this._toggle(h,f,g)}},_toggle:function(a,b,d,f,g){var h=this,e=h.options;h.toShow=a;h.toHide=b;h.data=d;var j=function(){if(h)return h._completed.apply(h,arguments)};h._trigger("changestart",null,h.data);h.running=b.size()===0?a.size():b.size();if(e.animated){d={};d=e.collapsible&&f?{toShow:c([]),toHide:b,complete:j,
-down:g,autoHeight:e.autoHeight||e.fillSpace}:{toShow:a,toHide:b,complete:j,down:g,autoHeight:e.autoHeight||e.fillSpace};if(!e.proxied)e.proxied=e.animated;if(!e.proxiedDuration)e.proxiedDuration=e.duration;e.animated=c.isFunction(e.proxied)?e.proxied(d):e.proxied;e.duration=c.isFunction(e.proxiedDuration)?e.proxiedDuration(d):e.proxiedDuration;f=c.ui.accordion.animations;var i=e.duration,k=e.animated;if(k&&!f[k]&&!c.easing[k])k="slide";f[k]||(f[k]=function(l){this.slide(l,{easing:k,duration:i||700})});
-f[k](d)}else{if(e.collapsible&&f)a.toggle();else{b.hide();a.show()}j(true)}b.prev().attr({"aria-expanded":"false",tabIndex:-1}).blur();a.prev().attr({"aria-expanded":"true",tabIndex:0}).focus()},_completed:function(a){this.running=a?0:--this.running;if(!this.running){this.options.clearStyle&&this.toShow.add(this.toHide).css({height:"",overflow:""});this.toHide.removeClass("ui-accordion-content-active");this._trigger("change",null,this.data)}}});c.extend(c.ui.accordion,{version:"1.8.7",animations:{slide:function(a,
-b){a=c.extend({easing:"swing",duration:300},a,b);if(a.toHide.size())if(a.toShow.size()){var d=a.toShow.css("overflow"),f=0,g={},h={},e;b=a.toShow;e=b[0].style.width;b.width(parseInt(b.parent().width(),10)-parseInt(b.css("paddingLeft"),10)-parseInt(b.css("paddingRight"),10)-(parseInt(b.css("borderLeftWidth"),10)||0)-(parseInt(b.css("borderRightWidth"),10)||0));c.each(["height","paddingTop","paddingBottom"],function(j,i){h[i]="hide";j=(""+c.css(a.toShow[0],i)).match(/^([\d+-.]+)(.*)$/);g[i]={value:j[1],
-unit:j[2]||"px"}});a.toShow.css({height:0,overflow:"hidden"}).show();a.toHide.filter(":hidden").each(a.complete).end().filter(":visible").animate(h,{step:function(j,i){if(i.prop=="height")f=i.end-i.start===0?0:(i.now-i.start)/(i.end-i.start);a.toShow[0].style[i.prop]=f*g[i.prop].value+g[i.prop].unit},duration:a.duration,easing:a.easing,complete:function(){a.autoHeight||a.toShow.css("height","");a.toShow.css({width:e,overflow:d});a.complete()}})}else a.toHide.animate({height:"hide",paddingTop:"hide",
-paddingBottom:"hide"},a);else a.toShow.animate({height:"show",paddingTop:"show",paddingBottom:"show"},a)},bounceslide:function(a){this.slide(a,{easing:a.down?"easeOutBounce":"swing",duration:a.down?1E3:200})}}})})(jQuery);
-;/*
- * jQuery UI Autocomplete 1.8.7
- *
- * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
- * Dual licensed under the MIT or GPL Version 2 licenses.
- * http://jquery.org/license
- *
- * http://docs.jquery.com/UI/Autocomplete
- *
- * Depends:
- *	jquery.ui.core.js
- *	jquery.ui.widget.js
- *	jquery.ui.position.js
- */
-(function(d){d.widget("ui.autocomplete",{options:{appendTo:"body",delay:300,minLength:1,position:{my:"left top",at:"left bottom",collision:"none"},source:null},_create:function(){var a=this,b=this.element[0].ownerDocument,f;this.element.addClass("ui-autocomplete-input").attr("autocomplete","off").attr({role:"textbox","aria-autocomplete":"list","aria-haspopup":"true"}).bind("keydown.autocomplete",function(c){if(!(a.options.disabled||a.element.attr("readonly"))){f=false;var e=d.ui.keyCode;switch(c.keyCode){case e.PAGE_UP:a._move("previousPage",
-c);break;case e.PAGE_DOWN:a._move("nextPage",c);break;case e.UP:a._move("previous",c);c.preventDefault();break;case e.DOWN:a._move("next",c);c.preventDefault();break;case e.ENTER:case e.NUMPAD_ENTER:if(a.menu.active){f=true;c.preventDefault()}case e.TAB:if(!a.menu.active)return;a.menu.select(c);break;case e.ESCAPE:a.element.val(a.term);a.close(c);break;default:clearTimeout(a.searching);a.searching=setTimeout(function(){if(a.term!=a.element.val()){a.selectedItem=null;a.search(null,c)}},a.options.delay);
-break}}}).bind("keypress.autocomplete",function(c){if(f){f=false;c.preventDefault()}}).bind("focus.autocomplete",function(){if(!a.options.disabled){a.selectedItem=null;a.previous=a.element.val()}}).bind("blur.autocomplete",function(c){if(!a.options.disabled){clearTimeout(a.searching);a.closing=setTimeout(function(){a.close(c);a._change(c)},150)}});this._initSource();this.response=function(){return a._response.apply(a,arguments)};this.menu=d("<ul></ul>").addClass("ui-autocomplete").appendTo(d(this.options.appendTo||
-"body",b)[0]).mousedown(function(c){var e=a.menu.element[0];d(c.target).closest(".ui-menu-item").length||setTimeout(function(){d(document).one("mousedown",function(g){g.target!==a.element[0]&&g.target!==e&&!d.ui.contains(e,g.target)&&a.close()})},1);setTimeout(function(){clearTimeout(a.closing)},13)}).menu({focus:function(c,e){e=e.item.data("item.autocomplete");false!==a._trigger("focus",c,{item:e})&&/^key/.test(c.originalEvent.type)&&a.element.val(e.value)},selected:function(c,e){var g=e.item.data("item.autocomplete"),
-h=a.previous;if(a.element[0]!==b.activeElement){a.element.focus();a.previous=h;setTimeout(function(){a.previous=h;a.selectedItem=g},1)}false!==a._trigger("select",c,{item:g})&&a.element.val(g.value);a.term=a.element.val();a.close(c);a.selectedItem=g},blur:function(){a.menu.element.is(":visible")&&a.element.val()!==a.term&&a.element.val(a.term)}}).zIndex(this.element.zIndex()+1).css({top:0,left:0}).hide().data("menu");d.fn.bgiframe&&this.menu.element.bgiframe()},destroy:function(){this.element.removeClass("ui-autocomplete-input").removeAttr("autocomplete").removeAttr("role").removeAttr("aria-autocomplete").removeAttr("aria-haspopup");
-this.menu.element.remove();d.Widget.prototype.destroy.call(this)},_setOption:function(a,b){d.Widget.prototype._setOption.apply(this,arguments);a==="source"&&this._initSource();if(a==="appendTo")this.menu.element.appendTo(d(b||"body",this.element[0].ownerDocument)[0])},_initSource:function(){var a=this,b,f;if(d.isArray(this.options.source)){b=this.options.source;this.source=function(c,e){e(d.ui.autocomplete.filter(b,c.term))}}else if(typeof this.options.source==="string"){f=this.options.source;this.source=
-function(c,e){a.xhr&&a.xhr.abort();a.xhr=d.ajax({url:f,data:c,dataType:"json",success:function(g,h,i){i===a.xhr&&e(g);a.xhr=null},error:function(g){g===a.xhr&&e([]);a.xhr=null}})}}else this.source=this.options.source},search:function(a,b){a=a!=null?a:this.element.val();this.term=this.element.val();if(a.length<this.options.minLength)return this.close(b);clearTimeout(this.closing);if(this._trigger("search",b)!==false)return this._search(a)},_search:function(a){this.element.addClass("ui-autocomplete-loading");
-this.source({term:a},this.response)},_response:function(a){if(a&&a.length){a=this._normalize(a);this._suggest(a);this._trigger("open")}else this.close();this.element.removeClass("ui-autocomplete-loading")},close:function(a){clearTimeout(this.closing);if(this.menu.element.is(":visible")){this.menu.element.hide();this.menu.deactivate();this._trigger("close",a)}},_change:function(a){this.previous!==this.element.val()&&this._trigger("change",a,{item:this.selectedItem})},_normalize:function(a){if(a.length&&
-a[0].label&&a[0].value)return a;return d.map(a,function(b){if(typeof b==="string")return{label:b,value:b};return d.extend({label:b.label||b.value,value:b.value||b.label},b)})},_suggest:function(a){var b=this.menu.element.empty().zIndex(this.element.zIndex()+1);this._renderMenu(b,a);this.menu.deactivate();this.menu.refresh();b.show();this._resizeMenu();b.position(d.extend({of:this.element},this.options.position))},_resizeMenu:function(){var a=this.menu.element;a.outerWidth(Math.max(a.width("").outerWidth(),
-this.element.outerWidth()))},_renderMenu:function(a,b){var f=this;d.each(b,function(c,e){f._renderItem(a,e)})},_renderItem:function(a,b){return d("<li></li>").data("item.autocomplete",b).append(d("<a></a>").text(b.label)).appendTo(a)},_move:function(a,b){if(this.menu.element.is(":visible"))if(this.menu.first()&&/^previous/.test(a)||this.menu.last()&&/^next/.test(a)){this.element.val(this.term);this.menu.deactivate()}else this.menu[a](b);else this.search(null,b)},widget:function(){return this.menu.element}});
-d.extend(d.ui.autocomplete,{escapeRegex:function(a){return a.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&")},filter:function(a,b){var f=new RegExp(d.ui.autocomplete.escapeRegex(b),"i");return d.grep(a,function(c){return f.test(c.label||c.value||c)})}})})(jQuery);
-(function(d){d.widget("ui.menu",{_create:function(){var a=this;this.element.addClass("ui-menu ui-widget ui-widget-content ui-corner-all").attr({role:"listbox","aria-activedescendant":"ui-active-menuitem"}).click(function(b){if(d(b.target).closest(".ui-menu-item a").length){b.preventDefault();a.select(b)}});this.refresh()},refresh:function(){var a=this;this.element.children("li:not(.ui-menu-item):has(a)").addClass("ui-menu-item").attr("role","menuitem").children("a").addClass("ui-corner-all").attr("tabindex",
--1).mouseenter(function(b){a.activate(b,d(this).parent())}).mouseleave(function(){a.deactivate()})},activate:function(a,b){this.deactivate();if(this.hasScroll()){var f=b.offset().top-this.element.offset().top,c=this.element.attr("scrollTop"),e=this.element.height();if(f<0)this.element.attr("scrollTop",c+f);else f>=e&&this.element.attr("scrollTop",c+f-e+b.height())}this.active=b.eq(0).children("a").addClass("ui-state-hover").attr("id","ui-active-menuitem").end();this._trigger("focus",a,{item:b})},
-deactivate:function(){if(this.active){this.active.children("a").removeClass("ui-state-hover").removeAttr("id");this._trigger("blur");this.active=null}},next:function(a){this.move("next",".ui-menu-item:first",a)},previous:function(a){this.move("prev",".ui-menu-item:last",a)},first:function(){return this.active&&!this.active.prevAll(".ui-menu-item").length},last:function(){return this.active&&!this.active.nextAll(".ui-menu-item").length},move:function(a,b,f){if(this.active){a=this.active[a+"All"](".ui-menu-item").eq(0);
-a.length?this.activate(f,a):this.activate(f,this.element.children(b))}else this.activate(f,this.element.children(b))},nextPage:function(a){if(this.hasScroll())if(!this.active||this.last())this.activate(a,this.element.children(".ui-menu-item:first"));else{var b=this.active.offset().top,f=this.element.height(),c=this.element.children(".ui-menu-item").filter(function(){var e=d(this).offset().top-b-f+d(this).height();return e<10&&e>-10});c.length||(c=this.element.children(".ui-menu-item:last"));this.activate(a,
-c)}else this.activate(a,this.element.children(".ui-menu-item").filter(!this.active||this.last()?":first":":last"))},previousPage:function(a){if(this.hasScroll())if(!this.active||this.first())this.activate(a,this.element.children(".ui-menu-item:last"));else{var b=this.active.offset().top,f=this.element.height();result=this.element.children(".ui-menu-item").filter(function(){var c=d(this).offset().top-b+f-d(this).height();return c<10&&c>-10});result.length||(result=this.element.children(".ui-menu-item:first"));
-this.activate(a,result)}else this.activate(a,this.element.children(".ui-menu-item").filter(!this.active||this.first()?":last":":first"))},hasScroll:function(){return this.element.height()<this.element.attr("scrollHeight")},select:function(a){this._trigger("selected",a,{item:this.active})}})})(jQuery);
-;/*
- * jQuery UI Button 1.8.7
- *
- * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
- * Dual licensed under the MIT or GPL Version 2 licenses.
- * http://jquery.org/license
- *
- * http://docs.jquery.com/UI/Button
- *
- * Depends:
- *	jquery.ui.core.js
- *	jquery.ui.widget.js
- */
-(function(a){var g,i=function(b){a(":ui-button",b.target.form).each(function(){var c=a(this).data("button");setTimeout(function(){c.refresh()},1)})},h=function(b){var c=b.name,d=b.form,e=a([]);if(c)e=d?a(d).find("[name='"+c+"']"):a("[name='"+c+"']",b.ownerDocument).filter(function(){return!this.form});return e};a.widget("ui.button",{options:{disabled:null,text:true,label:null,icons:{primary:null,secondary:null}},_create:function(){this.element.closest("form").unbind("reset.button").bind("reset.button",
-i);if(typeof this.options.disabled!=="boolean")this.options.disabled=this.element.attr("disabled");this._determineButtonType();this.hasTitle=!!this.buttonElement.attr("title");var b=this,c=this.options,d=this.type==="checkbox"||this.type==="radio",e="ui-state-hover"+(!d?" ui-state-active":"");if(c.label===null)c.label=this.buttonElement.html();if(this.element.is(":disabled"))c.disabled=true;this.buttonElement.addClass("ui-button ui-widget ui-state-default ui-corner-all").attr("role","button").bind("mouseenter.button",
-function(){if(!c.disabled){a(this).addClass("ui-state-hover");this===g&&a(this).addClass("ui-state-active")}}).bind("mouseleave.button",function(){c.disabled||a(this).removeClass(e)}).bind("focus.button",function(){a(this).addClass("ui-state-focus")}).bind("blur.button",function(){a(this).removeClass("ui-state-focus")});d&&this.element.bind("change.button",function(){b.refresh()});if(this.type==="checkbox")this.buttonElement.bind("click.button",function(){if(c.disabled)return false;a(this).toggleClass("ui-state-active");
-b.buttonElement.attr("aria-pressed",b.element[0].checked)});else if(this.type==="radio")this.buttonElement.bind("click.button",function(){if(c.disabled)return false;a(this).addClass("ui-state-active");b.buttonElement.attr("aria-pressed",true);var f=b.element[0];h(f).not(f).map(function(){return a(this).button("widget")[0]}).removeClass("ui-state-active").attr("aria-pressed",false)});else{this.buttonElement.bind("mousedown.button",function(){if(c.disabled)return false;a(this).addClass("ui-state-active");
-g=this;a(document).one("mouseup",function(){g=null})}).bind("mouseup.button",function(){if(c.disabled)return false;a(this).removeClass("ui-state-active")}).bind("keydown.button",function(f){if(c.disabled)return false;if(f.keyCode==a.ui.keyCode.SPACE||f.keyCode==a.ui.keyCode.ENTER)a(this).addClass("ui-state-active")}).bind("keyup.button",function(){a(this).removeClass("ui-state-active")});this.buttonElement.is("a")&&this.buttonElement.keyup(function(f){f.keyCode===a.ui.keyCode.SPACE&&a(this).click()})}this._setOption("disabled",
-c.disabled)},_determineButtonType:function(){this.type=this.element.is(":checkbox")?"checkbox":this.element.is(":radio")?"radio":this.element.is("input")?"input":"button";if(this.type==="checkbox"||this.type==="radio"){this.buttonElement=this.element.parents().last().find("label[for="+this.element.attr("id")+"]");this.element.addClass("ui-helper-hidden-accessible");var b=this.element.is(":checked");b&&this.buttonElement.addClass("ui-state-active");this.buttonElement.attr("aria-pressed",b)}else this.buttonElement=
-this.element},widget:function(){return this.buttonElement},destroy:function(){this.element.removeClass("ui-helper-hidden-accessible");this.buttonElement.removeClass("ui-button ui-widget ui-state-default ui-corner-all ui-state-hover ui-state-active  ui-button-icons-only ui-button-icon-only ui-button-text-icons ui-button-text-icon-primary ui-button-text-icon-secondary ui-button-text-only").removeAttr("role").removeAttr("aria-pressed").html(this.buttonElement.find(".ui-button-text").html());this.hasTitle||
-this.buttonElement.removeAttr("title");a.Widget.prototype.destroy.call(this)},_setOption:function(b,c){a.Widget.prototype._setOption.apply(this,arguments);if(b==="disabled")c?this.element.attr("disabled",true):this.element.removeAttr("disabled");this._resetButton()},refresh:function(){var b=this.element.is(":disabled");b!==this.options.disabled&&this._setOption("disabled",b);if(this.type==="radio")h(this.element[0]).each(function(){a(this).is(":checked")?a(this).button("widget").addClass("ui-state-active").attr("aria-pressed",
-true):a(this).button("widget").removeClass("ui-state-active").attr("aria-pressed",false)});else if(this.type==="checkbox")this.element.is(":checked")?this.buttonElement.addClass("ui-state-active").attr("aria-pressed",true):this.buttonElement.removeClass("ui-state-active").attr("aria-pressed",false)},_resetButton:function(){if(this.type==="input")this.options.label&&this.element.val(this.options.label);else{var b=this.buttonElement.removeClass("ui-button-icons-only ui-button-icon-only ui-button-text-icons ui-button-text-icon-primary ui-button-text-icon-secondary ui-button-text-only"),
-c=a("<span></span>").addClass("ui-button-text").html(this.options.label).appendTo(b.empty()).text(),d=this.options.icons,e=d.primary&&d.secondary;if(d.primary||d.secondary){b.addClass("ui-button-text-icon"+(e?"s":d.primary?"-primary":"-secondary"));d.primary&&b.prepend("<span class='ui-button-icon-primary ui-icon "+d.primary+"'></span>");d.secondary&&b.append("<span class='ui-button-icon-secondary ui-icon "+d.secondary+"'></span>");if(!this.options.text){b.addClass(e?"ui-button-icons-only":"ui-button-icon-only").removeClass("ui-button-text-icons ui-button-text-icon-primary ui-button-text-icon-secondary");
-this.hasTitle||b.attr("title",c)}}else b.addClass("ui-button-text-only")}}});a.widget("ui.buttonset",{options:{items:":button, :submit, :reset, :checkbox, :radio, a, :data(button)"},_create:function(){this.element.addClass("ui-buttonset")},_init:function(){this.refresh()},_setOption:function(b,c){b==="disabled"&&this.buttons.button("option",b,c);a.Widget.prototype._setOption.apply(this,arguments)},refresh:function(){this.buttons=this.element.find(this.options.items).filter(":ui-button").button("refresh").end().not(":ui-button").button().end().map(function(){return a(this).button("widget")[0]}).removeClass("ui-corner-all ui-corner-left ui-corner-right").filter(":first").addClass("ui-corner-left").end().filter(":last").addClass("ui-corner-right").end().end()},
-destroy:function(){this.element.removeClass("ui-buttonset");this.buttons.map(function(){return a(this).button("widget")[0]}).removeClass("ui-corner-left ui-corner-right").end().button("destroy");a.Widget.prototype.destroy.call(this)}})})(jQuery);
-;/*
- * jQuery UI Dialog 1.8.7
- *
- * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
- * Dual licensed under the MIT or GPL Version 2 licenses.
- * http://jquery.org/license
- *
- * http://docs.jquery.com/UI/Dialog
- *
- * Depends:
- *	jquery.ui.core.js
- *	jquery.ui.widget.js
- *  jquery.ui.button.js
- *	jquery.ui.draggable.js
- *	jquery.ui.mouse.js
- *	jquery.ui.position.js
- *	jquery.ui.resizable.js
- */
-(function(c,j){var k={buttons:true,height:true,maxHeight:true,maxWidth:true,minHeight:true,minWidth:true,width:true},l={maxHeight:true,maxWidth:true,minHeight:true,minWidth:true};c.widget("ui.dialog",{options:{autoOpen:true,buttons:{},closeOnEscape:true,closeText:"close",dialogClass:"",draggable:true,hide:null,height:"auto",maxHeight:false,maxWidth:false,minHeight:150,minWidth:150,modal:false,position:{my:"center",at:"center",collision:"fit",using:function(a){var b=c(this).css(a).offset().top;b<0&&
-c(this).css("top",a.top-b)}},resizable:true,show:null,stack:true,title:"",width:300,zIndex:1E3},_create:function(){this.originalTitle=this.element.attr("title");if(typeof this.originalTitle!=="string")this.originalTitle="";this.options.title=this.options.title||this.originalTitle;var a=this,b=a.options,d=b.title||"&#160;",e=c.ui.dialog.getTitleId(a.element),g=(a.uiDialog=c("<div></div>")).appendTo(document.body).hide().addClass("ui-dialog ui-widget ui-widget-content ui-corner-all "+b.dialogClass).css({zIndex:b.zIndex}).attr("tabIndex",
--1).css("outline",0).keydown(function(i){if(b.closeOnEscape&&i.keyCode&&i.keyCode===c.ui.keyCode.ESCAPE){a.close(i);i.preventDefault()}}).attr({role:"dialog","aria-labelledby":e}).mousedown(function(i){a.moveToTop(false,i)});a.element.show().removeAttr("title").addClass("ui-dialog-content ui-widget-content").appendTo(g);var f=(a.uiDialogTitlebar=c("<div></div>")).addClass("ui-dialog-titlebar ui-widget-header ui-corner-all ui-helper-clearfix").prependTo(g),h=c('<a href="#"></a>').addClass("ui-dialog-titlebar-close ui-corner-all").attr("role",
-"button").hover(function(){h.addClass("ui-state-hover")},function(){h.removeClass("ui-state-hover")}).focus(function(){h.addClass("ui-state-focus")}).blur(function(){h.removeClass("ui-state-focus")}).click(function(i){a.close(i);return false}).appendTo(f);(a.uiDialogTitlebarCloseText=c("<span></span>")).addClass("ui-icon ui-icon-closethick").text(b.closeText).appendTo(h);c("<span></span>").addClass("ui-dialog-title").attr("id",e).html(d).prependTo(f);if(c.isFunction(b.beforeclose)&&!c.isFunction(b.beforeClose))b.beforeClose=
-b.beforeclose;f.find("*").add(f).disableSelection();b.draggable&&c.fn.draggable&&a._makeDraggable();b.resizable&&c.fn.resizable&&a._makeResizable();a._createButtons(b.buttons);a._isOpen=false;c.fn.bgiframe&&g.bgiframe()},_init:function(){this.options.autoOpen&&this.open()},destroy:function(){var a=this;a.overlay&&a.overlay.destroy();a.uiDialog.hide();a.element.unbind(".dialog").removeData("dialog").removeClass("ui-dialog-content ui-widget-content").hide().appendTo("body");a.uiDialog.remove();a.originalTitle&&
-a.element.attr("title",a.originalTitle);return a},widget:function(){return this.uiDialog},close:function(a){var b=this,d,e;if(false!==b._trigger("beforeClose",a)){b.overlay&&b.overlay.destroy();b.uiDialog.unbind("keypress.ui-dialog");b._isOpen=false;if(b.options.hide)b.uiDialog.hide(b.options.hide,function(){b._trigger("close",a)});else{b.uiDialog.hide();b._trigger("close",a)}c.ui.dialog.overlay.resize();if(b.options.modal){d=0;c(".ui-dialog").each(function(){if(this!==b.uiDialog[0]){e=c(this).css("z-index");
-isNaN(e)||(d=Math.max(d,e))}});c.ui.dialog.maxZ=d}return b}},isOpen:function(){return this._isOpen},moveToTop:function(a,b){var d=this,e=d.options;if(e.modal&&!a||!e.stack&&!e.modal)return d._trigger("focus",b);if(e.zIndex>c.ui.dialog.maxZ)c.ui.dialog.maxZ=e.zIndex;if(d.overlay){c.ui.dialog.maxZ+=1;d.overlay.$el.css("z-index",c.ui.dialog.overlay.maxZ=c.ui.dialog.maxZ)}a={scrollTop:d.element.attr("scrollTop"),scrollLeft:d.element.attr("scrollLeft")};c.ui.dialog.maxZ+=1;d.uiDialog.css("z-index",c.ui.dialog.maxZ);
-d.element.attr(a);d._trigger("focus",b);return d},open:function(){if(!this._isOpen){var a=this,b=a.options,d=a.uiDialog;a.overlay=b.modal?new c.ui.dialog.overlay(a):null;a._size();a._position(b.position);d.show(b.show);a.moveToTop(true);b.modal&&d.bind("keypress.ui-dialog",function(e){if(e.keyCode===c.ui.keyCode.TAB){var g=c(":tabbable",this),f=g.filter(":first");g=g.filter(":last");if(e.target===g[0]&&!e.shiftKey){f.focus(1);return false}else if(e.target===f[0]&&e.shiftKey){g.focus(1);return false}}});
-c(a.element.find(":tabbable").get().concat(d.find(".ui-dialog-buttonpane :tabbable").get().concat(d.get()))).eq(0).focus();a._isOpen=true;a._trigger("open");return a}},_createButtons:function(a){var b=this,d=false,e=c("<div></div>").addClass("ui-dialog-buttonpane ui-widget-content ui-helper-clearfix"),g=c("<div></div>").addClass("ui-dialog-buttonset").appendTo(e);b.uiDialog.find(".ui-dialog-buttonpane").remove();typeof a==="object"&&a!==null&&c.each(a,function(){return!(d=true)});if(d){c.each(a,function(f,
-h){h=c.isFunction(h)?{click:h,text:f}:h;f=c('<button type="button"></button>').attr(h,true).unbind("click").click(function(){h.click.apply(b.element[0],arguments)}).appendTo(g);c.fn.button&&f.button()});e.appendTo(b.uiDialog)}},_makeDraggable:function(){function a(f){return{position:f.position,offset:f.offset}}var b=this,d=b.options,e=c(document),g;b.uiDialog.draggable({cancel:".ui-dialog-content, .ui-dialog-titlebar-close",handle:".ui-dialog-titlebar",containment:"document",start:function(f,h){g=
-d.height==="auto"?"auto":c(this).height();c(this).height(c(this).height()).addClass("ui-dialog-dragging");b._trigger("dragStart",f,a(h))},drag:function(f,h){b._trigger("drag",f,a(h))},stop:function(f,h){d.position=[h.position.left-e.scrollLeft(),h.position.top-e.scrollTop()];c(this).removeClass("ui-dialog-dragging").height(g);b._trigger("dragStop",f,a(h));c.ui.dialog.overlay.resize()}})},_makeResizable:function(a){function b(f){return{originalPosition:f.originalPosition,originalSize:f.originalSize,
-position:f.position,size:f.size}}a=a===j?this.options.resizable:a;var d=this,e=d.options,g=d.uiDialog.css("position");a=typeof a==="string"?a:"n,e,s,w,se,sw,ne,nw";d.uiDialog.resizable({cancel:".ui-dialog-content",containment:"document",alsoResize:d.element,maxWidth:e.maxWidth,maxHeight:e.maxHeight,minWidth:e.minWidth,minHeight:d._minHeight(),handles:a,start:function(f,h){c(this).addClass("ui-dialog-resizing");d._trigger("resizeStart",f,b(h))},resize:function(f,h){d._trigger("resize",f,b(h))},stop:function(f,
-h){c(this).removeClass("ui-dialog-resizing");e.height=c(this).height();e.width=c(this).width();d._trigger("resizeStop",f,b(h));c.ui.dialog.overlay.resize()}}).css("position",g).find(".ui-resizable-se").addClass("ui-icon ui-icon-grip-diagonal-se")},_minHeight:function(){var a=this.options;return a.height==="auto"?a.minHeight:Math.min(a.minHeight,a.height)},_position:function(a){var b=[],d=[0,0],e;if(a){if(typeof a==="string"||typeof a==="object"&&"0"in a){b=a.split?a.split(" "):[a[0],a[1]];if(b.length===
-1)b[1]=b[0];c.each(["left","top"],function(g,f){if(+b[g]===b[g]){d[g]=b[g];b[g]=f}});a={my:b.join(" "),at:b.join(" "),offset:d.join(" ")}}a=c.extend({},c.ui.dialog.prototype.options.position,a)}else a=c.ui.dialog.prototype.options.position;(e=this.uiDialog.is(":visible"))||this.uiDialog.show();this.uiDialog.css({top:0,left:0}).position(c.extend({of:window},a));e||this.uiDialog.hide()},_setOptions:function(a){var b=this,d={},e=false;c.each(a,function(g,f){b._setOption(g,f);if(g in k)e=true;if(g in
-l)d[g]=f});e&&this._size();this.uiDialog.is(":data(resizable)")&&this.uiDialog.resizable("option",d)},_setOption:function(a,b){var d=this,e=d.uiDialog;switch(a){case "beforeclose":a="beforeClose";break;case "buttons":d._createButtons(b);break;case "closeText":d.uiDialogTitlebarCloseText.text(""+b);break;case "dialogClass":e.removeClass(d.options.dialogClass).addClass("ui-dialog ui-widget ui-widget-content ui-corner-all "+b);break;case "disabled":b?e.addClass("ui-dialog-disabled"):e.removeClass("ui-dialog-disabled");
-break;case "draggable":var g=e.is(":data(draggable)");g&&!b&&e.draggable("destroy");!g&&b&&d._makeDraggable();break;case "position":d._position(b);break;case "resizable":(g=e.is(":data(resizable)"))&&!b&&e.resizable("destroy");g&&typeof b==="string"&&e.resizable("option","handles",b);!g&&b!==false&&d._makeResizable(b);break;case "title":c(".ui-dialog-title",d.uiDialogTitlebar).html(""+(b||"&#160;"));break}c.Widget.prototype._setOption.apply(d,arguments)},_size:function(){var a=this.options,b,d,e=
-this.uiDialog.is(":visible");this.element.show().css({width:"auto",minHeight:0,height:0});if(a.minWidth>a.width)a.width=a.minWidth;b=this.uiDialog.css({height:"auto",width:a.width}).height();d=Math.max(0,a.minHeight-b);if(a.height==="auto")if(c.support.minHeight)this.element.css({minHeight:d,height:"auto"});else{this.uiDialog.show();a=this.element.css("height","auto").height();e||this.uiDialog.hide();this.element.height(Math.max(a,d))}else this.element.height(Math.max(a.height-b,0));this.uiDialog.is(":data(resizable)")&&
-this.uiDialog.resizable("option","minHeight",this._minHeight())}});c.extend(c.ui.dialog,{version:"1.8.7",uuid:0,maxZ:0,getTitleId:function(a){a=a.attr("id");if(!a){this.uuid+=1;a=this.uuid}return"ui-dialog-title-"+a},overlay:function(a){this.$el=c.ui.dialog.overlay.create(a)}});c.extend(c.ui.dialog.overlay,{instances:[],oldInstances:[],maxZ:0,events:c.map("focus,mousedown,mouseup,keydown,keypress,click".split(","),function(a){return a+".dialog-overlay"}).join(" "),create:function(a){if(this.instances.length===
-0){setTimeout(function(){c.ui.dialog.overlay.instances.length&&c(document).bind(c.ui.dialog.overlay.events,function(d){if(c(d.target).zIndex()<c.ui.dialog.overlay.maxZ)return false})},1);c(document).bind("keydown.dialog-overlay",function(d){if(a.options.closeOnEscape&&d.keyCode&&d.keyCode===c.ui.keyCode.ESCAPE){a.close(d);d.preventDefault()}});c(window).bind("resize.dialog-overlay",c.ui.dialog.overlay.resize)}var b=(this.oldInstances.pop()||c("<div></div>").addClass("ui-widget-overlay")).appendTo(document.body).css({width:this.width(),
-height:this.height()});c.fn.bgiframe&&b.bgiframe();this.instances.push(b);return b},destroy:function(a){var b=c.inArray(a,this.instances);b!=-1&&this.oldInstances.push(this.instances.splice(b,1)[0]);this.instances.length===0&&c([document,window]).unbind(".dialog-overlay");a.remove();var d=0;c.each(this.instances,function(){d=Math.max(d,this.css("z-index"))});this.maxZ=d},height:function(){var a,b;if(c.browser.msie&&c.browser.version<7){a=Math.max(document.documentElement.scrollHeight,document.body.scrollHeight);
-b=Math.max(document.documentElement.offsetHeight,document.body.offsetHeight);return a<b?c(window).height()+"px":a+"px"}else return c(document).height()+"px"},width:function(){var a,b;if(c.browser.msie&&c.browser.version<7){a=Math.max(document.documentElement.scrollWidth,document.body.scrollWidth);b=Math.max(document.documentElement.offsetWidth,document.body.offsetWidth);return a<b?c(window).width()+"px":a+"px"}else return c(document).width()+"px"},resize:function(){var a=c([]);c.each(c.ui.dialog.overlay.instances,
-function(){a=a.add(this)});a.css({width:0,height:0}).css({width:c.ui.dialog.overlay.width(),height:c.ui.dialog.overlay.height()})}});c.extend(c.ui.dialog.overlay.prototype,{destroy:function(){c.ui.dialog.overlay.destroy(this.$el)}})})(jQuery);
-;/*
- * jQuery UI Slider 1.8.7
- *
- * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
- * Dual licensed under the MIT or GPL Version 2 licenses.
- * http://jquery.org/license
- *
- * http://docs.jquery.com/UI/Slider
- *
- * Depends:
- *	jquery.ui.core.js
- *	jquery.ui.mouse.js
- *	jquery.ui.widget.js
- */
-(function(d){d.widget("ui.slider",d.ui.mouse,{widgetEventPrefix:"slide",options:{animate:false,distance:0,max:100,min:0,orientation:"horizontal",range:false,step:1,value:0,values:null},_create:function(){var b=this,a=this.options;this._mouseSliding=this._keySliding=false;this._animateOff=true;this._handleIndex=null;this._detectOrientation();this._mouseInit();this.element.addClass("ui-slider ui-slider-"+this.orientation+" ui-widget ui-widget-content ui-corner-all");a.disabled&&this.element.addClass("ui-slider-disabled ui-disabled");
-this.range=d([]);if(a.range){if(a.range===true){this.range=d("<div></div>");if(!a.values)a.values=[this._valueMin(),this._valueMin()];if(a.values.length&&a.values.length!==2)a.values=[a.values[0],a.values[0]]}else this.range=d("<div></div>");this.range.appendTo(this.element).addClass("ui-slider-range");if(a.range==="min"||a.range==="max")this.range.addClass("ui-slider-range-"+a.range);this.range.addClass("ui-widget-header")}d(".ui-slider-handle",this.element).length===0&&d("<a href='#'></a>").appendTo(this.element).addClass("ui-slider-handle");
-if(a.values&&a.values.length)for(;d(".ui-slider-handle",this.element).length<a.values.length;)d("<a href='#'></a>").appendTo(this.element).addClass("ui-slider-handle");this.handles=d(".ui-slider-handle",this.element).addClass("ui-state-default ui-corner-all");this.handle=this.handles.eq(0);this.handles.add(this.range).filter("a").click(function(c){c.preventDefault()}).hover(function(){a.disabled||d(this).addClass("ui-state-hover")},function(){d(this).removeClass("ui-state-hover")}).focus(function(){if(a.disabled)d(this).blur();
-else{d(".ui-slider .ui-state-focus").removeClass("ui-state-focus");d(this).addClass("ui-state-focus")}}).blur(function(){d(this).removeClass("ui-state-focus")});this.handles.each(function(c){d(this).data("index.ui-slider-handle",c)});this.handles.keydown(function(c){var e=true,f=d(this).data("index.ui-slider-handle"),h,g,i;if(!b.options.disabled){switch(c.keyCode){case d.ui.keyCode.HOME:case d.ui.keyCode.END:case d.ui.keyCode.PAGE_UP:case d.ui.keyCode.PAGE_DOWN:case d.ui.keyCode.UP:case d.ui.keyCode.RIGHT:case d.ui.keyCode.DOWN:case d.ui.keyCode.LEFT:e=
-false;if(!b._keySliding){b._keySliding=true;d(this).addClass("ui-state-active");h=b._start(c,f);if(h===false)return}break}i=b.options.step;h=b.options.values&&b.options.values.length?(g=b.values(f)):(g=b.value());switch(c.keyCode){case d.ui.keyCode.HOME:g=b._valueMin();break;case d.ui.keyCode.END:g=b._valueMax();break;case d.ui.keyCode.PAGE_UP:g=b._trimAlignValue(h+(b._valueMax()-b._valueMin())/5);break;case d.ui.keyCode.PAGE_DOWN:g=b._trimAlignValue(h-(b._valueMax()-b._valueMin())/5);break;case d.ui.keyCode.UP:case d.ui.keyCode.RIGHT:if(h===
-b._valueMax())return;g=b._trimAlignValue(h+i);break;case d.ui.keyCode.DOWN:case d.ui.keyCode.LEFT:if(h===b._valueMin())return;g=b._trimAlignValue(h-i);break}b._slide(c,f,g);return e}}).keyup(function(c){var e=d(this).data("index.ui-slider-handle");if(b._keySliding){b._keySliding=false;b._stop(c,e);b._change(c,e);d(this).removeClass("ui-state-active")}});this._refreshValue();this._animateOff=false},destroy:function(){this.handles.remove();this.range.remove();this.element.removeClass("ui-slider ui-slider-horizontal ui-slider-vertical ui-slider-disabled ui-widget ui-widget-content ui-corner-all").removeData("slider").unbind(".slider");
-this._mouseDestroy();return this},_mouseCapture:function(b){var a=this.options,c,e,f,h,g;if(a.disabled)return false;this.elementSize={width:this.element.outerWidth(),height:this.element.outerHeight()};this.elementOffset=this.element.offset();c=this._normValueFromMouse({x:b.pageX,y:b.pageY});e=this._valueMax()-this._valueMin()+1;h=this;this.handles.each(function(i){var j=Math.abs(c-h.values(i));if(e>j){e=j;f=d(this);g=i}});if(a.range===true&&this.values(1)===a.min){g+=1;f=d(this.handles[g])}if(this._start(b,
-g)===false)return false;this._mouseSliding=true;h._handleIndex=g;f.addClass("ui-state-active").focus();a=f.offset();this._clickOffset=!d(b.target).parents().andSelf().is(".ui-slider-handle")?{left:0,top:0}:{left:b.pageX-a.left-f.width()/2,top:b.pageY-a.top-f.height()/2-(parseInt(f.css("borderTopWidth"),10)||0)-(parseInt(f.css("borderBottomWidth"),10)||0)+(parseInt(f.css("marginTop"),10)||0)};this.handles.hasClass("ui-state-hover")||this._slide(b,g,c);return this._animateOff=true},_mouseStart:function(){return true},
-_mouseDrag:function(b){var a=this._normValueFromMouse({x:b.pageX,y:b.pageY});this._slide(b,this._handleIndex,a);return false},_mouseStop:function(b){this.handles.removeClass("ui-state-active");this._mouseSliding=false;this._stop(b,this._handleIndex);this._change(b,this._handleIndex);this._clickOffset=this._handleIndex=null;return this._animateOff=false},_detectOrientation:function(){this.orientation=this.options.orientation==="vertical"?"vertical":"horizontal"},_normValueFromMouse:function(b){var a;
-if(this.orientation==="horizontal"){a=this.elementSize.width;b=b.x-this.elementOffset.left-(this._clickOffset?this._clickOffset.left:0)}else{a=this.elementSize.height;b=b.y-this.elementOffset.top-(this._clickOffset?this._clickOffset.top:0)}a=b/a;if(a>1)a=1;if(a<0)a=0;if(this.orientation==="vertical")a=1-a;b=this._valueMax()-this._valueMin();return this._trimAlignValue(this._valueMin()+a*b)},_start:function(b,a){var c={handle:this.handles[a],value:this.value()};if(this.options.values&&this.options.values.length){c.value=
-this.values(a);c.values=this.values()}return this._trigger("start",b,c)},_slide:function(b,a,c){var e;if(this.options.values&&this.options.values.length){e=this.values(a?0:1);if(this.options.values.length===2&&this.options.range===true&&(a===0&&c>e||a===1&&c<e))c=e;if(c!==this.values(a)){e=this.values();e[a]=c;b=this._trigger("slide",b,{handle:this.handles[a],value:c,values:e});this.values(a?0:1);b!==false&&this.values(a,c,true)}}else if(c!==this.value()){b=this._trigger("slide",b,{handle:this.handles[a],
-value:c});b!==false&&this.value(c)}},_stop:function(b,a){var c={handle:this.handles[a],value:this.value()};if(this.options.values&&this.options.values.length){c.value=this.values(a);c.values=this.values()}this._trigger("stop",b,c)},_change:function(b,a){if(!this._keySliding&&!this._mouseSliding){var c={handle:this.handles[a],value:this.value()};if(this.options.values&&this.options.values.length){c.value=this.values(a);c.values=this.values()}this._trigger("change",b,c)}},value:function(b){if(arguments.length){this.options.value=
-this._trimAlignValue(b);this._refreshValue();this._change(null,0)}return this._value()},values:function(b,a){var c,e,f;if(arguments.length>1){this.options.values[b]=this._trimAlignValue(a);this._refreshValue();this._change(null,b)}if(arguments.length)if(d.isArray(arguments[0])){c=this.options.values;e=arguments[0];for(f=0;f<c.length;f+=1){c[f]=this._trimAlignValue(e[f]);this._change(null,f)}this._refreshValue()}else return this.options.values&&this.options.values.length?this._values(b):this.value();
-else return this._values()},_setOption:function(b,a){var c,e=0;if(d.isArray(this.options.values))e=this.options.values.length;d.Widget.prototype._setOption.apply(this,arguments);switch(b){case "disabled":if(a){this.handles.filter(".ui-state-focus").blur();this.handles.removeClass("ui-state-hover");this.handles.attr("disabled","disabled");this.element.addClass("ui-disabled")}else{this.handles.removeAttr("disabled");this.element.removeClass("ui-disabled")}break;case "orientation":this._detectOrientation();
-this.element.removeClass("ui-slider-horizontal ui-slider-vertical").addClass("ui-slider-"+this.orientation);this._refreshValue();break;case "value":this._animateOff=true;this._refreshValue();this._change(null,0);this._animateOff=false;break;case "values":this._animateOff=true;this._refreshValue();for(c=0;c<e;c+=1)this._change(null,c);this._animateOff=false;break}},_value:function(){var b=this.options.value;return b=this._trimAlignValue(b)},_values:function(b){var a,c;if(arguments.length){a=this.options.values[b];
-return a=this._trimAlignValue(a)}else{a=this.options.values.slice();for(c=0;c<a.length;c+=1)a[c]=this._trimAlignValue(a[c]);return a}},_trimAlignValue:function(b){if(b<=this._valueMin())return this._valueMin();if(b>=this._valueMax())return this._valueMax();var a=this.options.step>0?this.options.step:1,c=(b-this._valueMin())%a;alignValue=b-c;if(Math.abs(c)*2>=a)alignValue+=c>0?a:-a;return parseFloat(alignValue.toFixed(5))},_valueMin:function(){return this.options.min},_valueMax:function(){return this.options.max},
-_refreshValue:function(){var b=this.options.range,a=this.options,c=this,e=!this._animateOff?a.animate:false,f,h={},g,i,j,l;if(this.options.values&&this.options.values.length)this.handles.each(function(k){f=(c.values(k)-c._valueMin())/(c._valueMax()-c._valueMin())*100;h[c.orientation==="horizontal"?"left":"bottom"]=f+"%";d(this).stop(1,1)[e?"animate":"css"](h,a.animate);if(c.options.range===true)if(c.orientation==="horizontal"){if(k===0)c.range.stop(1,1)[e?"animate":"css"]({left:f+"%"},a.animate);
-if(k===1)c.range[e?"animate":"css"]({width:f-g+"%"},{queue:false,duration:a.animate})}else{if(k===0)c.range.stop(1,1)[e?"animate":"css"]({bottom:f+"%"},a.animate);if(k===1)c.range[e?"animate":"css"]({height:f-g+"%"},{queue:false,duration:a.animate})}g=f});else{i=this.value();j=this._valueMin();l=this._valueMax();f=l!==j?(i-j)/(l-j)*100:0;h[c.orientation==="horizontal"?"left":"bottom"]=f+"%";this.handle.stop(1,1)[e?"animate":"css"](h,a.animate);if(b==="min"&&this.orientation==="horizontal")this.range.stop(1,
-1)[e?"animate":"css"]({width:f+"%"},a.animate);if(b==="max"&&this.orientation==="horizontal")this.range[e?"animate":"css"]({width:100-f+"%"},{queue:false,duration:a.animate});if(b==="min"&&this.orientation==="vertical")this.range.stop(1,1)[e?"animate":"css"]({height:f+"%"},a.animate);if(b==="max"&&this.orientation==="vertical")this.range[e?"animate":"css"]({height:100-f+"%"},{queue:false,duration:a.animate})}}});d.extend(d.ui.slider,{version:"1.8.7"})})(jQuery);
-;/*
- * jQuery UI Tabs 1.8.7
- *
- * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
- * Dual licensed under the MIT or GPL Version 2 licenses.
- * http://jquery.org/license
- *
- * http://docs.jquery.com/UI/Tabs
- *
- * Depends:
- *	jquery.ui.core.js
- *	jquery.ui.widget.js
- */
-(function(d,p){function u(){return++v}function w(){return++x}var v=0,x=0;d.widget("ui.tabs",{options:{add:null,ajaxOptions:null,cache:false,cookie:null,collapsible:false,disable:null,disabled:[],enable:null,event:"click",fx:null,idPrefix:"ui-tabs-",load:null,panelTemplate:"<div></div>",remove:null,select:null,show:null,spinner:"<em>Loading&#8230;</em>",tabTemplate:"<li><a href='#{href}'><span>#{label}</span></a></li>"},_create:function(){this._tabify(true)},_setOption:function(b,e){if(b=="selected")this.options.collapsible&&
-e==this.options.selected||this.select(e);else{this.options[b]=e;this._tabify()}},_tabId:function(b){return b.title&&b.title.replace(/\s/g,"_").replace(/[^\w\u00c0-\uFFFF-]/g,"")||this.options.idPrefix+u()},_sanitizeSelector:function(b){return b.replace(/:/g,"\\:")},_cookie:function(){var b=this.cookie||(this.cookie=this.options.cookie.name||"ui-tabs-"+w());return d.cookie.apply(null,[b].concat(d.makeArray(arguments)))},_ui:function(b,e){return{tab:b,panel:e,index:this.anchors.index(b)}},_cleanup:function(){this.lis.filter(".ui-state-processing").removeClass("ui-state-processing").find("span:data(label.tabs)").each(function(){var b=
-d(this);b.html(b.data("label.tabs")).removeData("label.tabs")})},_tabify:function(b){function e(g,f){g.css("display","");!d.support.opacity&&f.opacity&&g[0].style.removeAttribute("filter")}var a=this,c=this.options,h=/^#.+/;this.list=this.element.find("ol,ul").eq(0);this.lis=d(" > li:has(a[href])",this.list);this.anchors=this.lis.map(function(){return d("a",this)[0]});this.panels=d([]);this.anchors.each(function(g,f){var i=d(f).attr("href"),l=i.split("#")[0],q;if(l&&(l===location.toString().split("#")[0]||
-(q=d("base")[0])&&l===q.href)){i=f.hash;f.href=i}if(h.test(i))a.panels=a.panels.add(a.element.find(a._sanitizeSelector(i)));else if(i&&i!=="#"){d.data(f,"href.tabs",i);d.data(f,"load.tabs",i.replace(/#.*$/,""));i=a._tabId(f);f.href="#"+i;f=a.element.find("#"+i);if(!f.length){f=d(c.panelTemplate).attr("id",i).addClass("ui-tabs-panel ui-widget-content ui-corner-bottom").insertAfter(a.panels[g-1]||a.list);f.data("destroy.tabs",true)}a.panels=a.panels.add(f)}else c.disabled.push(g)});if(b){this.element.addClass("ui-tabs ui-widget ui-widget-content ui-corner-all");
-this.list.addClass("ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all");this.lis.addClass("ui-state-default ui-corner-top");this.panels.addClass("ui-tabs-panel ui-widget-content ui-corner-bottom");if(c.selected===p){location.hash&&this.anchors.each(function(g,f){if(f.hash==location.hash){c.selected=g;return false}});if(typeof c.selected!=="number"&&c.cookie)c.selected=parseInt(a._cookie(),10);if(typeof c.selected!=="number"&&this.lis.filter(".ui-tabs-selected").length)c.selected=
-this.lis.index(this.lis.filter(".ui-tabs-selected"));c.selected=c.selected||(this.lis.length?0:-1)}else if(c.selected===null)c.selected=-1;c.selected=c.selected>=0&&this.anchors[c.selected]||c.selected<0?c.selected:0;c.disabled=d.unique(c.disabled.concat(d.map(this.lis.filter(".ui-state-disabled"),function(g){return a.lis.index(g)}))).sort();d.inArray(c.selected,c.disabled)!=-1&&c.disabled.splice(d.inArray(c.selected,c.disabled),1);this.panels.addClass("ui-tabs-hide");this.lis.removeClass("ui-tabs-selected ui-state-active");
-if(c.selected>=0&&this.anchors.length){a.element.find(a._sanitizeSelector(a.anchors[c.selected].hash)).removeClass("ui-tabs-hide");this.lis.eq(c.selected).addClass("ui-tabs-selected ui-state-active");a.element.queue("tabs",function(){a._trigger("show",null,a._ui(a.anchors[c.selected],a.element.find(a._sanitizeSelector(a.anchors[c.selected].hash))))});this.load(c.selected)}d(window).bind("unload",function(){a.lis.add(a.anchors).unbind(".tabs");a.lis=a.anchors=a.panels=null})}else c.selected=this.lis.index(this.lis.filter(".ui-tabs-selected"));
-this.element[c.collapsible?"addClass":"removeClass"]("ui-tabs-collapsible");c.cookie&&this._cookie(c.selected,c.cookie);b=0;for(var j;j=this.lis[b];b++)d(j)[d.inArray(b,c.disabled)!=-1&&!d(j).hasClass("ui-tabs-selected")?"addClass":"removeClass"]("ui-state-disabled");c.cache===false&&this.anchors.removeData("cache.tabs");this.lis.add(this.anchors).unbind(".tabs");if(c.event!=="mouseover"){var k=function(g,f){f.is(":not(.ui-state-disabled)")&&f.addClass("ui-state-"+g)},n=function(g,f){f.removeClass("ui-state-"+
-g)};this.lis.bind("mouseover.tabs",function(){k("hover",d(this))});this.lis.bind("mouseout.tabs",function(){n("hover",d(this))});this.anchors.bind("focus.tabs",function(){k("focus",d(this).closest("li"))});this.anchors.bind("blur.tabs",function(){n("focus",d(this).closest("li"))})}var m,o;if(c.fx)if(d.isArray(c.fx)){m=c.fx[0];o=c.fx[1]}else m=o=c.fx;var r=o?function(g,f){d(g).closest("li").addClass("ui-tabs-selected ui-state-active");f.hide().removeClass("ui-tabs-hide").animate(o,o.duration||"normal",
-function(){e(f,o);a._trigger("show",null,a._ui(g,f[0]))})}:function(g,f){d(g).closest("li").addClass("ui-tabs-selected ui-state-active");f.removeClass("ui-tabs-hide");a._trigger("show",null,a._ui(g,f[0]))},s=m?function(g,f){f.animate(m,m.duration||"normal",function(){a.lis.removeClass("ui-tabs-selected ui-state-active");f.addClass("ui-tabs-hide");e(f,m);a.element.dequeue("tabs")})}:function(g,f){a.lis.removeClass("ui-tabs-selected ui-state-active");f.addClass("ui-tabs-hide");a.element.dequeue("tabs")};
-this.anchors.bind(c.event+".tabs",function(){var g=this,f=d(g).closest("li"),i=a.panels.filter(":not(.ui-tabs-hide)"),l=a.element.find(a._sanitizeSelector(g.hash));if(f.hasClass("ui-tabs-selected")&&!c.collapsible||f.hasClass("ui-state-disabled")||f.hasClass("ui-state-processing")||a.panels.filter(":animated").length||a._trigger("select",null,a._ui(this,l[0]))===false){this.blur();return false}c.selected=a.anchors.index(this);a.abort();if(c.collapsible)if(f.hasClass("ui-tabs-selected")){c.selected=
--1;c.cookie&&a._cookie(c.selected,c.cookie);a.element.queue("tabs",function(){s(g,i)}).dequeue("tabs");this.blur();return false}else if(!i.length){c.cookie&&a._cookie(c.selected,c.cookie);a.element.queue("tabs",function(){r(g,l)});a.load(a.anchors.index(this));this.blur();return false}c.cookie&&a._cookie(c.selected,c.cookie);if(l.length){i.length&&a.element.queue("tabs",function(){s(g,i)});a.element.queue("tabs",function(){r(g,l)});a.load(a.anchors.index(this))}else throw"jQuery UI Tabs: Mismatching fragment identifier.";
-d.browser.msie&&this.blur()});this.anchors.bind("click.tabs",function(){return false})},_getIndex:function(b){if(typeof b=="string")b=this.anchors.index(this.anchors.filter("[href$="+b+"]"));return b},destroy:function(){var b=this.options;this.abort();this.element.unbind(".tabs").removeClass("ui-tabs ui-widget ui-widget-content ui-corner-all ui-tabs-collapsible").removeData("tabs");this.list.removeClass("ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all");this.anchors.each(function(){var e=
-d.data(this,"href.tabs");if(e)this.href=e;var a=d(this).unbind(".tabs");d.each(["href","load","cache"],function(c,h){a.removeData(h+".tabs")})});this.lis.unbind(".tabs").add(this.panels).each(function(){d.data(this,"destroy.tabs")?d(this).remove():d(this).removeClass("ui-state-default ui-corner-top ui-tabs-selected ui-state-active ui-state-hover ui-state-focus ui-state-disabled ui-tabs-panel ui-widget-content ui-corner-bottom ui-tabs-hide")});b.cookie&&this._cookie(null,b.cookie);return this},add:function(b,
-e,a){if(a===p)a=this.anchors.length;var c=this,h=this.options;e=d(h.tabTemplate.replace(/#\{href\}/g,b).replace(/#\{label\}/g,e));b=!b.indexOf("#")?b.replace("#",""):this._tabId(d("a",e)[0]);e.addClass("ui-state-default ui-corner-top").data("destroy.tabs",true);var j=c.element.find("#"+b);j.length||(j=d(h.panelTemplate).attr("id",b).data("destroy.tabs",true));j.addClass("ui-tabs-panel ui-widget-content ui-corner-bottom ui-tabs-hide");if(a>=this.lis.length){e.appendTo(this.list);j.appendTo(this.list[0].parentNode)}else{e.insertBefore(this.lis[a]);
-j.insertBefore(this.panels[a])}h.disabled=d.map(h.disabled,function(k){return k>=a?++k:k});this._tabify();if(this.anchors.length==1){h.selected=0;e.addClass("ui-tabs-selected ui-state-active");j.removeClass("ui-tabs-hide");this.element.queue("tabs",function(){c._trigger("show",null,c._ui(c.anchors[0],c.panels[0]))});this.load(0)}this._trigger("add",null,this._ui(this.anchors[a],this.panels[a]));return this},remove:function(b){b=this._getIndex(b);var e=this.options,a=this.lis.eq(b).remove(),c=this.panels.eq(b).remove();
-if(a.hasClass("ui-tabs-selected")&&this.anchors.length>1)this.select(b+(b+1<this.anchors.length?1:-1));e.disabled=d.map(d.grep(e.disabled,function(h){return h!=b}),function(h){return h>=b?--h:h});this._tabify();this._trigger("remove",null,this._ui(a.find("a")[0],c[0]));return this},enable:function(b){b=this._getIndex(b);var e=this.options;if(d.inArray(b,e.disabled)!=-1){this.lis.eq(b).removeClass("ui-state-disabled");e.disabled=d.grep(e.disabled,function(a){return a!=b});this._trigger("enable",null,
-this._ui(this.anchors[b],this.panels[b]));return this}},disable:function(b){b=this._getIndex(b);var e=this.options;if(b!=e.selected){this.lis.eq(b).addClass("ui-state-disabled");e.disabled.push(b);e.disabled.sort();this._trigger("disable",null,this._ui(this.anchors[b],this.panels[b]))}return this},select:function(b){b=this._getIndex(b);if(b==-1)if(this.options.collapsible&&this.options.selected!=-1)b=this.options.selected;else return this;this.anchors.eq(b).trigger(this.options.event+".tabs");return this},
-load:function(b){b=this._getIndex(b);var e=this,a=this.options,c=this.anchors.eq(b)[0],h=d.data(c,"load.tabs");this.abort();if(!h||this.element.queue("tabs").length!==0&&d.data(c,"cache.tabs"))this.element.dequeue("tabs");else{this.lis.eq(b).addClass("ui-state-processing");if(a.spinner){var j=d("span",c);j.data("label.tabs",j.html()).html(a.spinner)}this.xhr=d.ajax(d.extend({},a.ajaxOptions,{url:h,success:function(k,n){e.element.find(e._sanitizeSelector(c.hash)).html(k);e._cleanup();a.cache&&d.data(c,
-"cache.tabs",true);e._trigger("load",null,e._ui(e.anchors[b],e.panels[b]));try{a.ajaxOptions.success(k,n)}catch(m){}},error:function(k,n){e._cleanup();e._trigger("load",null,e._ui(e.anchors[b],e.panels[b]));try{a.ajaxOptions.error(k,n,b,c)}catch(m){}}}));e.element.dequeue("tabs");return this}},abort:function(){this.element.queue([]);this.panels.stop(false,true);this.element.queue("tabs",this.element.queue("tabs").splice(-2,2));if(this.xhr){this.xhr.abort();delete this.xhr}this._cleanup();return this},
-url:function(b,e){this.anchors.eq(b).removeData("cache.tabs").data("load.tabs",e);return this},length:function(){return this.anchors.length}});d.extend(d.ui.tabs,{version:"1.8.7"});d.extend(d.ui.tabs.prototype,{rotation:null,rotate:function(b,e){var a=this,c=this.options,h=a._rotate||(a._rotate=function(j){clearTimeout(a.rotation);a.rotation=setTimeout(function(){var k=c.selected;a.select(++k<a.anchors.length?k:0)},b);j&&j.stopPropagation()});e=a._unrotate||(a._unrotate=!e?function(j){j.clientX&&
-a.rotate(null)}:function(){t=c.selected;h()});if(b){this.element.bind("tabsshow",h);this.anchors.bind(c.event+".tabs",e);h()}else{clearTimeout(a.rotation);this.element.unbind("tabsshow",h);this.anchors.unbind(c.event+".tabs",e);delete this._rotate;delete this._unrotate}return this}})})(jQuery);
-;/*
- * jQuery UI Datepicker 1.8.7
- *
- * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
- * Dual licensed under the MIT or GPL Version 2 licenses.
- * http://jquery.org/license
- *
- * http://docs.jquery.com/UI/Datepicker
- *
- * Depends:
- *	jquery.ui.core.js
- */
-(function(d,G){function K(){this.debug=false;this._curInst=null;this._keyEvent=false;this._disabledInputs=[];this._inDialog=this._datepickerShowing=false;this._mainDivId="ui-datepicker-div";this._inlineClass="ui-datepicker-inline";this._appendClass="ui-datepicker-append";this._triggerClass="ui-datepicker-trigger";this._dialogClass="ui-datepicker-dialog";this._disableClass="ui-datepicker-disabled";this._unselectableClass="ui-datepicker-unselectable";this._currentClass="ui-datepicker-current-day";this._dayOverClass=
-"ui-datepicker-days-cell-over";this.regional=[];this.regional[""]={closeText:"Done",prevText:"Prev",nextText:"Next",currentText:"Today",monthNames:["January","February","March","April","May","June","July","August","September","October","November","December"],monthNamesShort:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],dayNames:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],dayNamesShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],dayNamesMin:["Su",
-"Mo","Tu","We","Th","Fr","Sa"],weekHeader:"Wk",dateFormat:"mm/dd/yy",firstDay:0,isRTL:false,showMonthAfterYear:false,yearSuffix:""};this._defaults={showOn:"focus",showAnim:"fadeIn",showOptions:{},defaultDate:null,appendText:"",buttonText:"...",buttonImage:"",buttonImageOnly:false,hideIfNoPrevNext:false,navigationAsDateFormat:false,gotoCurrent:false,changeMonth:false,changeYear:false,yearRange:"c-10:c+10",showOtherMonths:false,selectOtherMonths:false,showWeek:false,calculateWeek:this.iso8601Week,shortYearCutoff:"+10",
-minDate:null,maxDate:null,duration:"fast",beforeShowDay:null,beforeShow:null,onSelect:null,onChangeMonthYear:null,onClose:null,numberOfMonths:1,showCurrentAtPos:0,stepMonths:1,stepBigMonths:12,altField:"",altFormat:"",constrainInput:true,showButtonPanel:false,autoSize:false};d.extend(this._defaults,this.regional[""]);this.dpDiv=d('<div id="'+this._mainDivId+'" class="ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all"></div>')}function E(a,b){d.extend(a,b);for(var c in b)if(b[c]==
-null||b[c]==G)a[c]=b[c];return a}d.extend(d.ui,{datepicker:{version:"1.8.7"}});var y=(new Date).getTime();d.extend(K.prototype,{markerClassName:"hasDatepicker",log:function(){this.debug&&console.log.apply("",arguments)},_widgetDatepicker:function(){return this.dpDiv},setDefaults:function(a){E(this._defaults,a||{});return this},_attachDatepicker:function(a,b){var c=null;for(var e in this._defaults){var f=a.getAttribute("date:"+e);if(f){c=c||{};try{c[e]=eval(f)}catch(h){c[e]=f}}}e=a.nodeName.toLowerCase();
-f=e=="div"||e=="span";if(!a.id){this.uuid+=1;a.id="dp"+this.uuid}var i=this._newInst(d(a),f);i.settings=d.extend({},b||{},c||{});if(e=="input")this._connectDatepicker(a,i);else f&&this._inlineDatepicker(a,i)},_newInst:function(a,b){return{id:a[0].id.replace(/([^A-Za-z0-9_-])/g,"\\\\$1"),input:a,selectedDay:0,selectedMonth:0,selectedYear:0,drawMonth:0,drawYear:0,inline:b,dpDiv:!b?this.dpDiv:d('<div class="'+this._inlineClass+' ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all"></div>')}},
-_connectDatepicker:function(a,b){var c=d(a);b.append=d([]);b.trigger=d([]);if(!c.hasClass(this.markerClassName)){this._attachments(c,b);c.addClass(this.markerClassName).keydown(this._doKeyDown).keypress(this._doKeyPress).keyup(this._doKeyUp).bind("setData.datepicker",function(e,f,h){b.settings[f]=h}).bind("getData.datepicker",function(e,f){return this._get(b,f)});this._autoSize(b);d.data(a,"datepicker",b)}},_attachments:function(a,b){var c=this._get(b,"appendText"),e=this._get(b,"isRTL");b.append&&
-b.append.remove();if(c){b.append=d('<span class="'+this._appendClass+'">'+c+"</span>");a[e?"before":"after"](b.append)}a.unbind("focus",this._showDatepicker);b.trigger&&b.trigger.remove();c=this._get(b,"showOn");if(c=="focus"||c=="both")a.focus(this._showDatepicker);if(c=="button"||c=="both"){c=this._get(b,"buttonText");var f=this._get(b,"buttonImage");b.trigger=d(this._get(b,"buttonImageOnly")?d("<img/>").addClass(this._triggerClass).attr({src:f,alt:c,title:c}):d('<button type="button"></button>').addClass(this._triggerClass).html(f==
-""?c:d("<img/>").attr({src:f,alt:c,title:c})));a[e?"before":"after"](b.trigger);b.trigger.click(function(){d.datepicker._datepickerShowing&&d.datepicker._lastInput==a[0]?d.datepicker._hideDatepicker():d.datepicker._showDatepicker(a[0]);return false})}},_autoSize:function(a){if(this._get(a,"autoSize")&&!a.inline){var b=new Date(2009,11,20),c=this._get(a,"dateFormat");if(c.match(/[DM]/)){var e=function(f){for(var h=0,i=0,g=0;g<f.length;g++)if(f[g].length>h){h=f[g].length;i=g}return i};b.setMonth(e(this._get(a,
-c.match(/MM/)?"monthNames":"monthNamesShort")));b.setDate(e(this._get(a,c.match(/DD/)?"dayNames":"dayNamesShort"))+20-b.getDay())}a.input.attr("size",this._formatDate(a,b).length)}},_inlineDatepicker:function(a,b){var c=d(a);if(!c.hasClass(this.markerClassName)){c.addClass(this.markerClassName).append(b.dpDiv).bind("setData.datepicker",function(e,f,h){b.settings[f]=h}).bind("getData.datepicker",function(e,f){return this._get(b,f)});d.data(a,"datepicker",b);this._setDate(b,this._getDefaultDate(b),
-true);this._updateDatepicker(b);this._updateAlternate(b);b.dpDiv.show()}},_dialogDatepicker:function(a,b,c,e,f){a=this._dialogInst;if(!a){this.uuid+=1;this._dialogInput=d('<input type="text" id="'+("dp"+this.uuid)+'" style="position: absolute; top: -100px; width: 0px; z-index: -10;"/>');this._dialogInput.keydown(this._doKeyDown);d("body").append(this._dialogInput);a=this._dialogInst=this._newInst(this._dialogInput,false);a.settings={};d.data(this._dialogInput[0],"datepicker",a)}E(a.settings,e||{});
-b=b&&b.constructor==Date?this._formatDate(a,b):b;this._dialogInput.val(b);this._pos=f?f.length?f:[f.pageX,f.pageY]:null;if(!this._pos)this._pos=[document.documentElement.clientWidth/2-100+(document.documentElement.scrollLeft||document.body.scrollLeft),document.documentElement.clientHeight/2-150+(document.documentElement.scrollTop||document.body.scrollTop)];this._dialogInput.css("left",this._pos[0]+20+"px").css("top",this._pos[1]+"px");a.settings.onSelect=c;this._inDialog=true;this.dpDiv.addClass(this._dialogClass);
-this._showDatepicker(this._dialogInput[0]);d.blockUI&&d.blockUI(this.dpDiv);d.data(this._dialogInput[0],"datepicker",a);return this},_destroyDatepicker:function(a){var b=d(a),c=d.data(a,"datepicker");if(b.hasClass(this.markerClassName)){var e=a.nodeName.toLowerCase();d.removeData(a,"datepicker");if(e=="input"){c.append.remove();c.trigger.remove();b.removeClass(this.markerClassName).unbind("focus",this._showDatepicker).unbind("keydown",this._doKeyDown).unbind("keypress",this._doKeyPress).unbind("keyup",
-this._doKeyUp)}else if(e=="div"||e=="span")b.removeClass(this.markerClassName).empty()}},_enableDatepicker:function(a){var b=d(a),c=d.data(a,"datepicker");if(b.hasClass(this.markerClassName)){var e=a.nodeName.toLowerCase();if(e=="input"){a.disabled=false;c.trigger.filter("button").each(function(){this.disabled=false}).end().filter("img").css({opacity:"1.0",cursor:""})}else if(e=="div"||e=="span")b.children("."+this._inlineClass).children().removeClass("ui-state-disabled");this._disabledInputs=d.map(this._disabledInputs,
-function(f){return f==a?null:f})}},_disableDatepicker:function(a){var b=d(a),c=d.data(a,"datepicker");if(b.hasClass(this.markerClassName)){var e=a.nodeName.toLowerCase();if(e=="input"){a.disabled=true;c.trigger.filter("button").each(function(){this.disabled=true}).end().filter("img").css({opacity:"0.5",cursor:"default"})}else if(e=="div"||e=="span")b.children("."+this._inlineClass).children().addClass("ui-state-disabled");this._disabledInputs=d.map(this._disabledInputs,function(f){return f==a?null:
-f});this._disabledInputs[this._disabledInputs.length]=a}},_isDisabledDatepicker:function(a){if(!a)return false;for(var b=0;b<this._disabledInputs.length;b++)if(this._disabledInputs[b]==a)return true;return false},_getInst:function(a){try{return d.data(a,"datepicker")}catch(b){throw"Missing instance data for this datepicker";}},_optionDatepicker:function(a,b,c){var e=this._getInst(a);if(arguments.length==2&&typeof b=="string")return b=="defaults"?d.extend({},d.datepicker._defaults):e?b=="all"?d.extend({},
-e.settings):this._get(e,b):null;var f=b||{};if(typeof b=="string"){f={};f[b]=c}if(e){this._curInst==e&&this._hideDatepicker();var h=this._getDateDatepicker(a,true);E(e.settings,f);this._attachments(d(a),e);this._autoSize(e);this._setDateDatepicker(a,h);this._updateDatepicker(e)}},_changeDatepicker:function(a,b,c){this._optionDatepicker(a,b,c)},_refreshDatepicker:function(a){(a=this._getInst(a))&&this._updateDatepicker(a)},_setDateDatepicker:function(a,b){if(a=this._getInst(a)){this._setDate(a,b);
-this._updateDatepicker(a);this._updateAlternate(a)}},_getDateDatepicker:function(a,b){(a=this._getInst(a))&&!a.inline&&this._setDateFromField(a,b);return a?this._getDate(a):null},_doKeyDown:function(a){var b=d.datepicker._getInst(a.target),c=true,e=b.dpDiv.is(".ui-datepicker-rtl");b._keyEvent=true;if(d.datepicker._datepickerShowing)switch(a.keyCode){case 9:d.datepicker._hideDatepicker();c=false;break;case 13:c=d("td."+d.datepicker._dayOverClass+":not(."+d.datepicker._currentClass+")",b.dpDiv);c[0]?
-d.datepicker._selectDay(a.target,b.selectedMonth,b.selectedYear,c[0]):d.datepicker._hideDatepicker();return false;case 27:d.datepicker._hideDatepicker();break;case 33:d.datepicker._adjustDate(a.target,a.ctrlKey?-d.datepicker._get(b,"stepBigMonths"):-d.datepicker._get(b,"stepMonths"),"M");break;case 34:d.datepicker._adjustDate(a.target,a.ctrlKey?+d.datepicker._get(b,"stepBigMonths"):+d.datepicker._get(b,"stepMonths"),"M");break;case 35:if(a.ctrlKey||a.metaKey)d.datepicker._clearDate(a.target);c=a.ctrlKey||
-a.metaKey;break;case 36:if(a.ctrlKey||a.metaKey)d.datepicker._gotoToday(a.target);c=a.ctrlKey||a.metaKey;break;case 37:if(a.ctrlKey||a.metaKey)d.datepicker._adjustDate(a.target,e?+1:-1,"D");c=a.ctrlKey||a.metaKey;if(a.originalEvent.altKey)d.datepicker._adjustDate(a.target,a.ctrlKey?-d.datepicker._get(b,"stepBigMonths"):-d.datepicker._get(b,"stepMonths"),"M");break;case 38:if(a.ctrlKey||a.metaKey)d.datepicker._adjustDate(a.target,-7,"D");c=a.ctrlKey||a.metaKey;break;case 39:if(a.ctrlKey||a.metaKey)d.datepicker._adjustDate(a.target,
-e?-1:+1,"D");c=a.ctrlKey||a.metaKey;if(a.originalEvent.altKey)d.datepicker._adjustDate(a.target,a.ctrlKey?+d.datepicker._get(b,"stepBigMonths"):+d.datepicker._get(b,"stepMonths"),"M");break;case 40:if(a.ctrlKey||a.metaKey)d.datepicker._adjustDate(a.target,+7,"D");c=a.ctrlKey||a.metaKey;break;default:c=false}else if(a.keyCode==36&&a.ctrlKey)d.datepicker._showDatepicker(this);else c=false;if(c){a.preventDefault();a.stopPropagation()}},_doKeyPress:function(a){var b=d.datepicker._getInst(a.target);if(d.datepicker._get(b,
-"constrainInput")){b=d.datepicker._possibleChars(d.datepicker._get(b,"dateFormat"));var c=String.fromCharCode(a.charCode==G?a.keyCode:a.charCode);return a.ctrlKey||a.metaKey||c<" "||!b||b.indexOf(c)>-1}},_doKeyUp:function(a){a=d.datepicker._getInst(a.target);if(a.input.val()!=a.lastVal)try{if(d.datepicker.parseDate(d.datepicker._get(a,"dateFormat"),a.input?a.input.val():null,d.datepicker._getFormatConfig(a))){d.datepicker._setDateFromField(a);d.datepicker._updateAlternate(a);d.datepicker._updateDatepicker(a)}}catch(b){d.datepicker.log(b)}return true},
-_showDatepicker:function(a){a=a.target||a;if(a.nodeName.toLowerCase()!="input")a=d("input",a.parentNode)[0];if(!(d.datepicker._isDisabledDatepicker(a)||d.datepicker._lastInput==a)){var b=d.datepicker._getInst(a);d.datepicker._curInst&&d.datepicker._curInst!=b&&d.datepicker._curInst.dpDiv.stop(true,true);var c=d.datepicker._get(b,"beforeShow");E(b.settings,c?c.apply(a,[a,b]):{});b.lastVal=null;d.datepicker._lastInput=a;d.datepicker._setDateFromField(b);if(d.datepicker._inDialog)a.value="";if(!d.datepicker._pos){d.datepicker._pos=
-d.datepicker._findPos(a);d.datepicker._pos[1]+=a.offsetHeight}var e=false;d(a).parents().each(function(){e|=d(this).css("position")=="fixed";return!e});if(e&&d.browser.opera){d.datepicker._pos[0]-=document.documentElement.scrollLeft;d.datepicker._pos[1]-=document.documentElement.scrollTop}c={left:d.datepicker._pos[0],top:d.datepicker._pos[1]};d.datepicker._pos=null;b.dpDiv.empty();b.dpDiv.css({position:"absolute",display:"block",top:"-1000px"});d.datepicker._updateDatepicker(b);c=d.datepicker._checkOffset(b,
-c,e);b.dpDiv.css({position:d.datepicker._inDialog&&d.blockUI?"static":e?"fixed":"absolute",display:"none",left:c.left+"px",top:c.top+"px"});if(!b.inline){c=d.datepicker._get(b,"showAnim");var f=d.datepicker._get(b,"duration"),h=function(){d.datepicker._datepickerShowing=true;var i=b.dpDiv.find("iframe.ui-datepicker-cover");if(i.length){var g=d.datepicker._getBorders(b.dpDiv);i.css({left:-g[0],top:-g[1],width:b.dpDiv.outerWidth(),height:b.dpDiv.outerHeight()})}};b.dpDiv.zIndex(d(a).zIndex()+1);d.effects&&
-d.effects[c]?b.dpDiv.show(c,d.datepicker._get(b,"showOptions"),f,h):b.dpDiv[c||"show"](c?f:null,h);if(!c||!f)h();b.input.is(":visible")&&!b.input.is(":disabled")&&b.input.focus();d.datepicker._curInst=b}}},_updateDatepicker:function(a){var b=this,c=d.datepicker._getBorders(a.dpDiv);a.dpDiv.empty().append(this._generateHTML(a));var e=a.dpDiv.find("iframe.ui-datepicker-cover");e.length&&e.css({left:-c[0],top:-c[1],width:a.dpDiv.outerWidth(),height:a.dpDiv.outerHeight()});a.dpDiv.find("button, .ui-datepicker-prev, .ui-datepicker-next, .ui-datepicker-calendar td a").bind("mouseout",
-function(){d(this).removeClass("ui-state-hover");this.className.indexOf("ui-datepicker-prev")!=-1&&d(this).removeClass("ui-datepicker-prev-hover");this.className.indexOf("ui-datepicker-next")!=-1&&d(this).removeClass("ui-datepicker-next-hover")}).bind("mouseover",function(){if(!b._isDisabledDatepicker(a.inline?a.dpDiv.parent()[0]:a.input[0])){d(this).parents(".ui-datepicker-calendar").find("a").removeClass("ui-state-hover");d(this).addClass("ui-state-hover");this.className.indexOf("ui-datepicker-prev")!=
--1&&d(this).addClass("ui-datepicker-prev-hover");this.className.indexOf("ui-datepicker-next")!=-1&&d(this).addClass("ui-datepicker-next-hover")}}).end().find("."+this._dayOverClass+" a").trigger("mouseover").end();c=this._getNumberOfMonths(a);e=c[1];e>1?a.dpDiv.addClass("ui-datepicker-multi-"+e).css("width",17*e+"em"):a.dpDiv.removeClass("ui-datepicker-multi-2 ui-datepicker-multi-3 ui-datepicker-multi-4").width("");a.dpDiv[(c[0]!=1||c[1]!=1?"add":"remove")+"Class"]("ui-datepicker-multi");a.dpDiv[(this._get(a,
-"isRTL")?"add":"remove")+"Class"]("ui-datepicker-rtl");a==d.datepicker._curInst&&d.datepicker._datepickerShowing&&a.input&&a.input.is(":visible")&&!a.input.is(":disabled")&&a.input.focus();if(a.yearshtml){var f=a.yearshtml;setTimeout(function(){f===a.yearshtml&&a.dpDiv.find("select.ui-datepicker-year:first").replaceWith(a.yearshtml);f=a.yearshtml=null},0)}},_getBorders:function(a){var b=function(c){return{thin:1,medium:2,thick:3}[c]||c};return[parseFloat(b(a.css("border-left-width"))),parseFloat(b(a.css("border-top-width")))]},
-_checkOffset:function(a,b,c){var e=a.dpDiv.outerWidth(),f=a.dpDiv.outerHeight(),h=a.input?a.input.outerWidth():0,i=a.input?a.input.outerHeight():0,g=document.documentElement.clientWidth+d(document).scrollLeft(),j=document.documentElement.clientHeight+d(document).scrollTop();b.left-=this._get(a,"isRTL")?e-h:0;b.left-=c&&b.left==a.input.offset().left?d(document).scrollLeft():0;b.top-=c&&b.top==a.input.offset().top+i?d(document).scrollTop():0;b.left-=Math.min(b.left,b.left+e>g&&g>e?Math.abs(b.left+e-
-g):0);b.top-=Math.min(b.top,b.top+f>j&&j>f?Math.abs(f+i):0);return b},_findPos:function(a){for(var b=this._get(this._getInst(a),"isRTL");a&&(a.type=="hidden"||a.nodeType!=1);)a=a[b?"previousSibling":"nextSibling"];a=d(a).offset();return[a.left,a.top]},_hideDatepicker:function(a){var b=this._curInst;if(!(!b||a&&b!=d.data(a,"datepicker")))if(this._datepickerShowing){a=this._get(b,"showAnim");var c=this._get(b,"duration"),e=function(){d.datepicker._tidyDialog(b);this._curInst=null};d.effects&&d.effects[a]?
-b.dpDiv.hide(a,d.datepicker._get(b,"showOptions"),c,e):b.dpDiv[a=="slideDown"?"slideUp":a=="fadeIn"?"fadeOut":"hide"](a?c:null,e);a||e();if(a=this._get(b,"onClose"))a.apply(b.input?b.input[0]:null,[b.input?b.input.val():"",b]);this._datepickerShowing=false;this._lastInput=null;if(this._inDialog){this._dialogInput.css({position:"absolute",left:"0",top:"-100px"});if(d.blockUI){d.unblockUI();d("body").append(this.dpDiv)}}this._inDialog=false}},_tidyDialog:function(a){a.dpDiv.removeClass(this._dialogClass).unbind(".ui-datepicker-calendar")},
-_checkExternalClick:function(a){if(d.datepicker._curInst){a=d(a.target);a[0].id!=d.datepicker._mainDivId&&a.parents("#"+d.datepicker._mainDivId).length==0&&!a.hasClass(d.datepicker.markerClassName)&&!a.hasClass(d.datepicker._triggerClass)&&d.datepicker._datepickerShowing&&!(d.datepicker._inDialog&&d.blockUI)&&d.datepicker._hideDatepicker()}},_adjustDate:function(a,b,c){a=d(a);var e=this._getInst(a[0]);if(!this._isDisabledDatepicker(a[0])){this._adjustInstDate(e,b+(c=="M"?this._get(e,"showCurrentAtPos"):
-0),c);this._updateDatepicker(e)}},_gotoToday:function(a){a=d(a);var b=this._getInst(a[0]);if(this._get(b,"gotoCurrent")&&b.currentDay){b.selectedDay=b.currentDay;b.drawMonth=b.selectedMonth=b.currentMonth;b.drawYear=b.selectedYear=b.currentYear}else{var c=new Date;b.selectedDay=c.getDate();b.drawMonth=b.selectedMonth=c.getMonth();b.drawYear=b.selectedYear=c.getFullYear()}this._notifyChange(b);this._adjustDate(a)},_selectMonthYear:function(a,b,c){a=d(a);var e=this._getInst(a[0]);e._selectingMonthYear=
-false;e["selected"+(c=="M"?"Month":"Year")]=e["draw"+(c=="M"?"Month":"Year")]=parseInt(b.options[b.selectedIndex].value,10);this._notifyChange(e);this._adjustDate(a)},_clickMonthYear:function(a){var b=this._getInst(d(a)[0]);b.input&&b._selectingMonthYear&&setTimeout(function(){b.input.focus()},0);b._selectingMonthYear=!b._selectingMonthYear},_selectDay:function(a,b,c,e){var f=d(a);if(!(d(e).hasClass(this._unselectableClass)||this._isDisabledDatepicker(f[0]))){f=this._getInst(f[0]);f.selectedDay=f.currentDay=
-d("a",e).html();f.selectedMonth=f.currentMonth=b;f.selectedYear=f.currentYear=c;this._selectDate(a,this._formatDate(f,f.currentDay,f.currentMonth,f.currentYear))}},_clearDate:function(a){a=d(a);this._getInst(a[0]);this._selectDate(a,"")},_selectDate:function(a,b){a=this._getInst(d(a)[0]);b=b!=null?b:this._formatDate(a);a.input&&a.input.val(b);this._updateAlternate(a);var c=this._get(a,"onSelect");if(c)c.apply(a.input?a.input[0]:null,[b,a]);else a.input&&a.input.trigger("change");if(a.inline)this._updateDatepicker(a);
-else{this._hideDatepicker();this._lastInput=a.input[0];typeof a.input[0]!="object"&&a.input.focus();this._lastInput=null}},_updateAlternate:function(a){var b=this._get(a,"altField");if(b){var c=this._get(a,"altFormat")||this._get(a,"dateFormat"),e=this._getDate(a),f=this.formatDate(c,e,this._getFormatConfig(a));d(b).each(function(){d(this).val(f)})}},noWeekends:function(a){a=a.getDay();return[a>0&&a<6,""]},iso8601Week:function(a){a=new Date(a.getTime());a.setDate(a.getDate()+4-(a.getDay()||7));var b=
-a.getTime();a.setMonth(0);a.setDate(1);return Math.floor(Math.round((b-a)/864E5)/7)+1},parseDate:function(a,b,c){if(a==null||b==null)throw"Invalid arguments";b=typeof b=="object"?b.toString():b+"";if(b=="")return null;for(var e=(c?c.shortYearCutoff:null)||this._defaults.shortYearCutoff,f=(c?c.dayNamesShort:null)||this._defaults.dayNamesShort,h=(c?c.dayNames:null)||this._defaults.dayNames,i=(c?c.monthNamesShort:null)||this._defaults.monthNamesShort,g=(c?c.monthNames:null)||this._defaults.monthNames,
-j=c=-1,l=-1,u=-1,k=false,o=function(p){(p=z+1<a.length&&a.charAt(z+1)==p)&&z++;return p},m=function(p){var v=o(p);p=new RegExp("^\\d{1,"+(p=="@"?14:p=="!"?20:p=="y"&&v?4:p=="o"?3:2)+"}");p=b.substring(s).match(p);if(!p)throw"Missing number at position "+s;s+=p[0].length;return parseInt(p[0],10)},n=function(p,v,H){p=o(p)?H:v;for(v=0;v<p.length;v++)if(b.substr(s,p[v].length).toLowerCase()==p[v].toLowerCase()){s+=p[v].length;return v+1}throw"Unknown name at position "+s;},r=function(){if(b.charAt(s)!=
-a.charAt(z))throw"Unexpected literal at position "+s;s++},s=0,z=0;z<a.length;z++)if(k)if(a.charAt(z)=="'"&&!o("'"))k=false;else r();else switch(a.charAt(z)){case "d":l=m("d");break;case "D":n("D",f,h);break;case "o":u=m("o");break;case "m":j=m("m");break;case "M":j=n("M",i,g);break;case "y":c=m("y");break;case "@":var w=new Date(m("@"));c=w.getFullYear();j=w.getMonth()+1;l=w.getDate();break;case "!":w=new Date((m("!")-this._ticksTo1970)/1E4);c=w.getFullYear();j=w.getMonth()+1;l=w.getDate();break;
-case "'":if(o("'"))r();else k=true;break;default:r()}if(c==-1)c=(new Date).getFullYear();else if(c<100)c+=(new Date).getFullYear()-(new Date).getFullYear()%100+(c<=e?0:-100);if(u>-1){j=1;l=u;do{e=this._getDaysInMonth(c,j-1);if(l<=e)break;j++;l-=e}while(1)}w=this._daylightSavingAdjust(new Date(c,j-1,l));if(w.getFullYear()!=c||w.getMonth()+1!=j||w.getDate()!=l)throw"Invalid date";return w},ATOM:"yy-mm-dd",COOKIE:"D, dd M yy",ISO_8601:"yy-mm-dd",RFC_822:"D, d M y",RFC_850:"DD, dd-M-y",RFC_1036:"D, d M y",
-RFC_1123:"D, d M yy",RFC_2822:"D, d M yy",RSS:"D, d M y",TICKS:"!",TIMESTAMP:"@",W3C:"yy-mm-dd",_ticksTo1970:(718685+Math.floor(492.5)-Math.floor(19.7)+Math.floor(4.925))*24*60*60*1E7,formatDate:function(a,b,c){if(!b)return"";var e=(c?c.dayNamesShort:null)||this._defaults.dayNamesShort,f=(c?c.dayNames:null)||this._defaults.dayNames,h=(c?c.monthNamesShort:null)||this._defaults.monthNamesShort;c=(c?c.monthNames:null)||this._defaults.monthNames;var i=function(o){(o=k+1<a.length&&a.charAt(k+1)==o)&&k++;
-return o},g=function(o,m,n){m=""+m;if(i(o))for(;m.length<n;)m="0"+m;return m},j=function(o,m,n,r){return i(o)?r[m]:n[m]},l="",u=false;if(b)for(var k=0;k<a.length;k++)if(u)if(a.charAt(k)=="'"&&!i("'"))u=false;else l+=a.charAt(k);else switch(a.charAt(k)){case "d":l+=g("d",b.getDate(),2);break;case "D":l+=j("D",b.getDay(),e,f);break;case "o":l+=g("o",(b.getTime()-(new Date(b.getFullYear(),0,0)).getTime())/864E5,3);break;case "m":l+=g("m",b.getMonth()+1,2);break;case "M":l+=j("M",b.getMonth(),h,c);break;
-case "y":l+=i("y")?b.getFullYear():(b.getYear()%100<10?"0":"")+b.getYear()%100;break;case "@":l+=b.getTime();break;case "!":l+=b.getTime()*1E4+this._ticksTo1970;break;case "'":if(i("'"))l+="'";else u=true;break;default:l+=a.charAt(k)}return l},_possibleChars:function(a){for(var b="",c=false,e=function(h){(h=f+1<a.length&&a.charAt(f+1)==h)&&f++;return h},f=0;f<a.length;f++)if(c)if(a.charAt(f)=="'"&&!e("'"))c=false;else b+=a.charAt(f);else switch(a.charAt(f)){case "d":case "m":case "y":case "@":b+=
-"0123456789";break;case "D":case "M":return null;case "'":if(e("'"))b+="'";else c=true;break;default:b+=a.charAt(f)}return b},_get:function(a,b){return a.settings[b]!==G?a.settings[b]:this._defaults[b]},_setDateFromField:function(a,b){if(a.input.val()!=a.lastVal){var c=this._get(a,"dateFormat"),e=a.lastVal=a.input?a.input.val():null,f,h;f=h=this._getDefaultDate(a);var i=this._getFormatConfig(a);try{f=this.parseDate(c,e,i)||h}catch(g){this.log(g);e=b?"":e}a.selectedDay=f.getDate();a.drawMonth=a.selectedMonth=
-f.getMonth();a.drawYear=a.selectedYear=f.getFullYear();a.currentDay=e?f.getDate():0;a.currentMonth=e?f.getMonth():0;a.currentYear=e?f.getFullYear():0;this._adjustInstDate(a)}},_getDefaultDate:function(a){return this._restrictMinMax(a,this._determineDate(a,this._get(a,"defaultDate"),new Date))},_determineDate:function(a,b,c){var e=function(h){var i=new Date;i.setDate(i.getDate()+h);return i},f=function(h){try{return d.datepicker.parseDate(d.datepicker._get(a,"dateFormat"),h,d.datepicker._getFormatConfig(a))}catch(i){}var g=
-(h.toLowerCase().match(/^c/)?d.datepicker._getDate(a):null)||new Date,j=g.getFullYear(),l=g.getMonth();g=g.getDate();for(var u=/([+-]?[0-9]+)\s*(d|D|w|W|m|M|y|Y)?/g,k=u.exec(h);k;){switch(k[2]||"d"){case "d":case "D":g+=parseInt(k[1],10);break;case "w":case "W":g+=parseInt(k[1],10)*7;break;case "m":case "M":l+=parseInt(k[1],10);g=Math.min(g,d.datepicker._getDaysInMonth(j,l));break;case "y":case "Y":j+=parseInt(k[1],10);g=Math.min(g,d.datepicker._getDaysInMonth(j,l));break}k=u.exec(h)}return new Date(j,
-l,g)};if(b=(b=b==null||b===""?c:typeof b=="string"?f(b):typeof b=="number"?isNaN(b)?c:e(b):new Date(b.getTime()))&&b.toString()=="Invalid Date"?c:b){b.setHours(0);b.setMinutes(0);b.setSeconds(0);b.setMilliseconds(0)}return this._daylightSavingAdjust(b)},_daylightSavingAdjust:function(a){if(!a)return null;a.setHours(a.getHours()>12?a.getHours()+2:0);return a},_setDate:function(a,b,c){var e=!b,f=a.selectedMonth,h=a.selectedYear;b=this._restrictMinMax(a,this._determineDate(a,b,new Date));a.selectedDay=
-a.currentDay=b.getDate();a.drawMonth=a.selectedMonth=a.currentMonth=b.getMonth();a.drawYear=a.selectedYear=a.currentYear=b.getFullYear();if((f!=a.selectedMonth||h!=a.selectedYear)&&!c)this._notifyChange(a);this._adjustInstDate(a);if(a.input)a.input.val(e?"":this._formatDate(a))},_getDate:function(a){return!a.currentYear||a.input&&a.input.val()==""?null:this._daylightSavingAdjust(new Date(a.currentYear,a.currentMonth,a.currentDay))},_generateHTML:function(a){var b=new Date;b=this._daylightSavingAdjust(new Date(b.getFullYear(),
-b.getMonth(),b.getDate()));var c=this._get(a,"isRTL"),e=this._get(a,"showButtonPanel"),f=this._get(a,"hideIfNoPrevNext"),h=this._get(a,"navigationAsDateFormat"),i=this._getNumberOfMonths(a),g=this._get(a,"showCurrentAtPos"),j=this._get(a,"stepMonths"),l=i[0]!=1||i[1]!=1,u=this._daylightSavingAdjust(!a.currentDay?new Date(9999,9,9):new Date(a.currentYear,a.currentMonth,a.currentDay)),k=this._getMinMaxDate(a,"min"),o=this._getMinMaxDate(a,"max");g=a.drawMonth-g;var m=a.drawYear;if(g<0){g+=12;m--}if(o){var n=
-this._daylightSavingAdjust(new Date(o.getFullYear(),o.getMonth()-i[0]*i[1]+1,o.getDate()));for(n=k&&n<k?k:n;this._daylightSavingAdjust(new Date(m,g,1))>n;){g--;if(g<0){g=11;m--}}}a.drawMonth=g;a.drawYear=m;n=this._get(a,"prevText");n=!h?n:this.formatDate(n,this._daylightSavingAdjust(new Date(m,g-j,1)),this._getFormatConfig(a));n=this._canAdjustMonth(a,-1,m,g)?'<a class="ui-datepicker-prev ui-corner-all" onclick="DP_jQuery_'+y+".datepicker._adjustDate('#"+a.id+"', -"+j+", 'M');\" title=\""+n+'"><span class="ui-icon ui-icon-circle-triangle-'+
-(c?"e":"w")+'">'+n+"</span></a>":f?"":'<a class="ui-datepicker-prev ui-corner-all ui-state-disabled" title="'+n+'"><span class="ui-icon ui-icon-circle-triangle-'+(c?"e":"w")+'">'+n+"</span></a>";var r=this._get(a,"nextText");r=!h?r:this.formatDate(r,this._daylightSavingAdjust(new Date(m,g+j,1)),this._getFormatConfig(a));f=this._canAdjustMonth(a,+1,m,g)?'<a class="ui-datepicker-next ui-corner-all" onclick="DP_jQuery_'+y+".datepicker._adjustDate('#"+a.id+"', +"+j+", 'M');\" title=\""+r+'"><span class="ui-icon ui-icon-circle-triangle-'+
-(c?"w":"e")+'">'+r+"</span></a>":f?"":'<a class="ui-datepicker-next ui-corner-all ui-state-disabled" title="'+r+'"><span class="ui-icon ui-icon-circle-triangle-'+(c?"w":"e")+'">'+r+"</span></a>";j=this._get(a,"currentText");r=this._get(a,"gotoCurrent")&&a.currentDay?u:b;j=!h?j:this.formatDate(j,r,this._getFormatConfig(a));h=!a.inline?'<button type="button" class="ui-datepicker-close ui-state-default ui-priority-primary ui-corner-all" onclick="DP_jQuery_'+y+'.datepicker._hideDatepicker();">'+this._get(a,
-"closeText")+"</button>":"";e=e?'<div class="ui-datepicker-buttonpane ui-widget-content">'+(c?h:"")+(this._isInRange(a,r)?'<button type="button" class="ui-datepicker-current ui-state-default ui-priority-secondary ui-corner-all" onclick="DP_jQuery_'+y+".datepicker._gotoToday('#"+a.id+"');\">"+j+"</button>":"")+(c?"":h)+"</div>":"";h=parseInt(this._get(a,"firstDay"),10);h=isNaN(h)?0:h;j=this._get(a,"showWeek");r=this._get(a,"dayNames");this._get(a,"dayNamesShort");var s=this._get(a,"dayNamesMin"),z=
-this._get(a,"monthNames"),w=this._get(a,"monthNamesShort"),p=this._get(a,"beforeShowDay"),v=this._get(a,"showOtherMonths"),H=this._get(a,"selectOtherMonths");this._get(a,"calculateWeek");for(var L=this._getDefaultDate(a),I="",C=0;C<i[0];C++){for(var M="",D=0;D<i[1];D++){var N=this._daylightSavingAdjust(new Date(m,g,a.selectedDay)),t=" ui-corner-all",x="";if(l){x+='<div class="ui-datepicker-group';if(i[1]>1)switch(D){case 0:x+=" ui-datepicker-group-first";t=" ui-corner-"+(c?"right":"left");break;case i[1]-
-1:x+=" ui-datepicker-group-last";t=" ui-corner-"+(c?"left":"right");break;default:x+=" ui-datepicker-group-middle";t="";break}x+='">'}x+='<div class="ui-datepicker-header ui-widget-header ui-helper-clearfix'+t+'">'+(/all|left/.test(t)&&C==0?c?f:n:"")+(/all|right/.test(t)&&C==0?c?n:f:"")+this._generateMonthYearHeader(a,g,m,k,o,C>0||D>0,z,w)+'</div><table class="ui-datepicker-calendar"><thead><tr>';var A=j?'<th class="ui-datepicker-week-col">'+this._get(a,"weekHeader")+"</th>":"";for(t=0;t<7;t++){var q=
-(t+h)%7;A+="<th"+((t+h+6)%7>=5?' class="ui-datepicker-week-end"':"")+'><span title="'+r[q]+'">'+s[q]+"</span></th>"}x+=A+"</tr></thead><tbody>";A=this._getDaysInMonth(m,g);if(m==a.selectedYear&&g==a.selectedMonth)a.selectedDay=Math.min(a.selectedDay,A);t=(this._getFirstDayOfMonth(m,g)-h+7)%7;A=l?6:Math.ceil((t+A)/7);q=this._daylightSavingAdjust(new Date(m,g,1-t));for(var O=0;O<A;O++){x+="<tr>";var P=!j?"":'<td class="ui-datepicker-week-col">'+this._get(a,"calculateWeek")(q)+"</td>";for(t=0;t<7;t++){var F=
-p?p.apply(a.input?a.input[0]:null,[q]):[true,""],B=q.getMonth()!=g,J=B&&!H||!F[0]||k&&q<k||o&&q>o;P+='<td class="'+((t+h+6)%7>=5?" ui-datepicker-week-end":"")+(B?" ui-datepicker-other-month":"")+(q.getTime()==N.getTime()&&g==a.selectedMonth&&a._keyEvent||L.getTime()==q.getTime()&&L.getTime()==N.getTime()?" "+this._dayOverClass:"")+(J?" "+this._unselectableClass+" ui-state-disabled":"")+(B&&!v?"":" "+F[1]+(q.getTime()==u.getTime()?" "+this._currentClass:"")+(q.getTime()==b.getTime()?" ui-datepicker-today":
-""))+'"'+((!B||v)&&F[2]?' title="'+F[2]+'"':"")+(J?"":' onclick="DP_jQuery_'+y+".datepicker._selectDay('#"+a.id+"',"+q.getMonth()+","+q.getFullYear()+', this);return false;"')+">"+(B&&!v?"&#xa0;":J?'<span class="ui-state-default">'+q.getDate()+"</span>":'<a class="ui-state-default'+(q.getTime()==b.getTime()?" ui-state-highlight":"")+(q.getTime()==u.getTime()?" ui-state-active":"")+(B?" ui-priority-secondary":"")+'" href="#">'+q.getDate()+"</a>")+"</td>";q.setDate(q.getDate()+1);q=this._daylightSavingAdjust(q)}x+=
-P+"</tr>"}g++;if(g>11){g=0;m++}x+="</tbody></table>"+(l?"</div>"+(i[0]>0&&D==i[1]-1?'<div class="ui-datepicker-row-break"></div>':""):"");M+=x}I+=M}I+=e+(d.browser.msie&&parseInt(d.browser.version,10)<7&&!a.inline?'<iframe src="javascript:false;" class="ui-datepicker-cover" frameborder="0"></iframe>':"");a._keyEvent=false;return I},_generateMonthYearHeader:function(a,b,c,e,f,h,i,g){var j=this._get(a,"changeMonth"),l=this._get(a,"changeYear"),u=this._get(a,"showMonthAfterYear"),k='<div class="ui-datepicker-title">',
-o="";if(h||!j)o+='<span class="ui-datepicker-month">'+i[b]+"</span>";else{i=e&&e.getFullYear()==c;var m=f&&f.getFullYear()==c;o+='<select class="ui-datepicker-month" onchange="DP_jQuery_'+y+".datepicker._selectMonthYear('#"+a.id+"', this, 'M');\" onclick=\"DP_jQuery_"+y+".datepicker._clickMonthYear('#"+a.id+"');\">";for(var n=0;n<12;n++)if((!i||n>=e.getMonth())&&(!m||n<=f.getMonth()))o+='<option value="'+n+'"'+(n==b?' selected="selected"':"")+">"+g[n]+"</option>";o+="</select>"}u||(k+=o+(h||!(j&&
-l)?"&#xa0;":""));a.yearshtml="";if(h||!l)k+='<span class="ui-datepicker-year">'+c+"</span>";else{g=this._get(a,"yearRange").split(":");var r=(new Date).getFullYear();i=function(s){s=s.match(/c[+-].*/)?c+parseInt(s.substring(1),10):s.match(/[+-].*/)?r+parseInt(s,10):parseInt(s,10);return isNaN(s)?r:s};b=i(g[0]);g=Math.max(b,i(g[1]||""));b=e?Math.max(b,e.getFullYear()):b;g=f?Math.min(g,f.getFullYear()):g;for(a.yearshtml+='<select class="ui-datepicker-year" onchange="DP_jQuery_'+y+".datepicker._selectMonthYear('#"+
-a.id+"', this, 'Y');\" onclick=\"DP_jQuery_"+y+".datepicker._clickMonthYear('#"+a.id+"');\">";b<=g;b++)a.yearshtml+='<option value="'+b+'"'+(b==c?' selected="selected"':"")+">"+b+"</option>";a.yearshtml+="</select>";if(d.browser.mozilla)k+='<select class="ui-datepicker-year"><option value="'+c+'" selected="selected">'+c+"</option></select>";else{k+=a.yearshtml;a.yearshtml=null}}k+=this._get(a,"yearSuffix");if(u)k+=(h||!(j&&l)?"&#xa0;":"")+o;k+="</div>";return k},_adjustInstDate:function(a,b,c){var e=
-a.drawYear+(c=="Y"?b:0),f=a.drawMonth+(c=="M"?b:0);b=Math.min(a.selectedDay,this._getDaysInMonth(e,f))+(c=="D"?b:0);e=this._restrictMinMax(a,this._daylightSavingAdjust(new Date(e,f,b)));a.selectedDay=e.getDate();a.drawMonth=a.selectedMonth=e.getMonth();a.drawYear=a.selectedYear=e.getFullYear();if(c=="M"||c=="Y")this._notifyChange(a)},_restrictMinMax:function(a,b){var c=this._getMinMaxDate(a,"min");a=this._getMinMaxDate(a,"max");b=c&&b<c?c:b;return b=a&&b>a?a:b},_notifyChange:function(a){var b=this._get(a,
-"onChangeMonthYear");if(b)b.apply(a.input?a.input[0]:null,[a.selectedYear,a.selectedMonth+1,a])},_getNumberOfMonths:function(a){a=this._get(a,"numberOfMonths");return a==null?[1,1]:typeof a=="number"?[1,a]:a},_getMinMaxDate:function(a,b){return this._determineDate(a,this._get(a,b+"Date"),null)},_getDaysInMonth:function(a,b){return 32-(new Date(a,b,32)).getDate()},_getFirstDayOfMonth:function(a,b){return(new Date(a,b,1)).getDay()},_canAdjustMonth:function(a,b,c,e){var f=this._getNumberOfMonths(a);
-c=this._daylightSavingAdjust(new Date(c,e+(b<0?b:f[0]*f[1]),1));b<0&&c.setDate(this._getDaysInMonth(c.getFullYear(),c.getMonth()));return this._isInRange(a,c)},_isInRange:function(a,b){var c=this._getMinMaxDate(a,"min");a=this._getMinMaxDate(a,"max");return(!c||b.getTime()>=c.getTime())&&(!a||b.getTime()<=a.getTime())},_getFormatConfig:function(a){var b=this._get(a,"shortYearCutoff");b=typeof b!="string"?b:(new Date).getFullYear()%100+parseInt(b,10);return{shortYearCutoff:b,dayNamesShort:this._get(a,
-"dayNamesShort"),dayNames:this._get(a,"dayNames"),monthNamesShort:this._get(a,"monthNamesShort"),monthNames:this._get(a,"monthNames")}},_formatDate:function(a,b,c,e){if(!b){a.currentDay=a.selectedDay;a.currentMonth=a.selectedMonth;a.currentYear=a.selectedYear}b=b?typeof b=="object"?b:this._daylightSavingAdjust(new Date(e,c,b)):this._daylightSavingAdjust(new Date(a.currentYear,a.currentMonth,a.currentDay));return this.formatDate(this._get(a,"dateFormat"),b,this._getFormatConfig(a))}});d.fn.datepicker=
-function(a){if(!d.datepicker.initialized){d(document).mousedown(d.datepicker._checkExternalClick).find("body").append(d.datepicker.dpDiv);d.datepicker.initialized=true}var b=Array.prototype.slice.call(arguments,1);if(typeof a=="string"&&(a=="isDisabled"||a=="getDate"||a=="widget"))return d.datepicker["_"+a+"Datepicker"].apply(d.datepicker,[this[0]].concat(b));if(a=="option"&&arguments.length==2&&typeof arguments[1]=="string")return d.datepicker["_"+a+"Datepicker"].apply(d.datepicker,[this[0]].concat(b));
-return this.each(function(){typeof a=="string"?d.datepicker["_"+a+"Datepicker"].apply(d.datepicker,[this].concat(b)):d.datepicker._attachDatepicker(this,a)})};d.datepicker=new K;d.datepicker.initialized=false;d.datepicker.uuid=(new Date).getTime();d.datepicker.version="1.8.7";window["DP_jQuery_"+y]=d})(jQuery);
-;/*
- * jQuery UI Progressbar 1.8.7
- *
- * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
- * Dual licensed under the MIT or GPL Version 2 licenses.
- * http://jquery.org/license
- *
- * http://docs.jquery.com/UI/Progressbar
- *
- * Depends:
- *   jquery.ui.core.js
- *   jquery.ui.widget.js
- */
-(function(b,d){b.widget("ui.progressbar",{options:{value:0,max:100},min:0,_create:function(){this.element.addClass("ui-progressbar ui-widget ui-widget-content ui-corner-all").attr({role:"progressbar","aria-valuemin":this.min,"aria-valuemax":this.options.max,"aria-valuenow":this._value()});this.valueDiv=b("<div class='ui-progressbar-value ui-widget-header ui-corner-left'></div>").appendTo(this.element);this.oldValue=this._value();this._refreshValue()},destroy:function(){this.element.removeClass("ui-progressbar ui-widget ui-widget-content ui-corner-all").removeAttr("role").removeAttr("aria-valuemin").removeAttr("aria-valuemax").removeAttr("aria-valuenow");
-this.valueDiv.remove();b.Widget.prototype.destroy.apply(this,arguments)},value:function(a){if(a===d)return this._value();this._setOption("value",a);return this},_setOption:function(a,c){if(a==="value"){this.options.value=c;this._refreshValue();this._value()===this.options.max&&this._trigger("complete")}b.Widget.prototype._setOption.apply(this,arguments)},_value:function(){var a=this.options.value;if(typeof a!=="number")a=0;return Math.min(this.options.max,Math.max(this.min,a))},_percentage:function(){return 100*
-this._value()/this.options.max},_refreshValue:function(){var a=this.value(),c=this._percentage();if(this.oldValue!==a){this.oldValue=a;this._trigger("change")}this.valueDiv.toggleClass("ui-corner-right",a===this.options.max).width(c.toFixed(0)+"%");this.element.attr("aria-valuenow",a)}});b.extend(b.ui.progressbar,{version:"1.8.7"})})(jQuery);
-;
\ No newline at end of file
diff --git a/wp-content/themes/constructor/admin/js/jquery.layout.js b/wp-content/themes/constructor/admin/js/jquery.layout.js
deleted file mode 100644
index 0b850f28922406516a08d033c856bc3069b29287..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/admin/js/jquery.layout.js
+++ /dev/null
@@ -1,2507 +0,0 @@
-/*
- * jquery.layout 1.2.0
- *
- * Copyright (c) 2008 
- *   Fabrizio Balliano (http://www.fabrizioballiano.net)
- *   Kevin Dalman (http://allpro.net)
- *
- * Dual licensed under the GPL (http://www.gnu.org/licenses/gpl.html)
- * and MIT (http://www.opensource.org/licenses/mit-license.php) licenses.
- *
- * $Date: 2008-12-27 02:17:22 +0100 (sab, 27 dic 2008) $
- * $Rev: 203 $
- * 
- * NOTE: For best code readability, view this with a fixed-space font and tabs equal to 4-chars
- */
-(function($) {
-
-$.fn.layout = function (opts) {
-
-/*
- * ###########################
- *   WIDGET CONFIG & OPTIONS
- * ###########################
- */
-
-	// DEFAULTS for options
-	var 
-		prefix = "ui-layout-" // prefix for ALL selectors and classNames
-	,	defaults = { //	misc default values
-			paneClass:				prefix+"pane"		// ui-layout-pane
-		,	resizerClass:			prefix+"resizer"	// ui-layout-resizer
-		,	togglerClass:			prefix+"toggler"	// ui-layout-toggler
-		,	togglerInnerClass:		prefix+""			// ui-layout-open / ui-layout-closed
-		,	buttonClass:			prefix+"button"		// ui-layout-button
-		,	contentSelector:		"."+prefix+"content"// ui-layout-content
-		,	contentIgnoreSelector:	"."+prefix+"ignore"	// ui-layout-mask 
-		}
-	;
-
-	// DEFAULT PANEL OPTIONS - CHANGE IF DESIRED
-	var options = {
-		name:						""			// FUTURE REFERENCE - not used right now
-	,	scrollToBookmarkOnLoad:		true		// after creating a layout, scroll to bookmark in URL (.../page.htm#myBookmark)
-	,	defaults: { // default options for 'all panes' - will be overridden by 'per-pane settings'
-			applyDefaultStyles: 	false		// apply basic styles directly to resizers & buttons? If not, then stylesheet must handle it
-		,	closable:				true		// pane can open & close
-		,	resizable:				true		// when open, pane can be resized 
-		,	slidable:				true		// when closed, pane can 'slide' open over other panes - closes on mouse-out
-		//,	paneSelector:			[ ]			// MUST be pane-specific!
-		,	contentSelector:		defaults.contentSelector	// INNER div/element to auto-size so only it scrolls, not the entire pane!
-		,	contentIgnoreSelector:	defaults.contentIgnoreSelector	// elem(s) to 'ignore' when measuring 'content'
-		,	paneClass:				defaults.paneClass		// border-Pane - default: 'ui-layout-pane'
-		,	resizerClass:			defaults.resizerClass	// Resizer Bar		- default: 'ui-layout-resizer'
-		,	togglerClass:			defaults.togglerClass	// Toggler Button	- default: 'ui-layout-toggler'
-		,	buttonClass:			defaults.buttonClass	// CUSTOM Buttons	- default: 'ui-layout-button-toggle/-open/-close/-pin'
-		,	resizerDragOpacity:		1			// option for ui.draggable
-		//,	resizerCursor:			""			// MUST be pane-specific - cursor when over resizer-bar
-		,	maskIframesOnResize:	true		// true = all iframes OR = iframe-selector(s) - adds masking-div during resizing/dragging
-		//,	size:					100			// inital size of pane - defaults are set 'per pane'
-		,	minSize:				0			// when manually resizing a pane
-		,	maxSize:				0			// ditto, 0 = no limit
-		,	spacing_open:			6			// space between pane and adjacent panes - when pane is 'open'
-		,	spacing_closed:			6			// ditto - when pane is 'closed'
-		,	togglerLength_open:		50			// Length = WIDTH of toggler button on north/south edges - HEIGHT on east/west edges
-		,	togglerLength_closed: 	50			// 100% OR -1 means 'full height/width of resizer bar' - 0 means 'hidden'
-		,	togglerAlign_open:		"center"	// top/left, bottom/right, center, OR...
-		,	togglerAlign_closed:	"center"	// 1 => nn = offset from top/left, -1 => -nn == offset from bottom/right
-		,	togglerTip_open:		"Close"		// Toggler tool-tip (title)
-		,	togglerTip_closed:		"Open"		// ditto
-		,	resizerTip:				"Resize"	// Resizer tool-tip (title)
-		,	sliderTip:				"Slide Open" // resizer-bar triggers 'sliding' when pane is closed
-		,	sliderCursor:			"pointer"	// cursor when resizer-bar will trigger 'sliding'
-		,	slideTrigger_open:		"click"		// click, dblclick, mouseover
-		,	slideTrigger_close:		"mouseout"	// click, mouseout
-		,	hideTogglerOnSlide:		false		// when pane is slid-open, should the toggler show?
-		,	togglerContent_open:	""			// text or HTML to put INSIDE the toggler
-		,	togglerContent_closed:	""			// ditto
-		,	showOverflowOnHover:	false		// will bind allowOverflow() utility to pane.onMouseOver
-		,	enableCursorHotkey:		true		// enabled 'cursor' hotkeys
-		//,	customHotkey:			""			// MUST be pane-specific - EITHER a charCode OR a character
-		,	customHotkeyModifier:	"SHIFT"		// either 'SHIFT', 'CTRL' or 'CTRL+SHIFT' - NOT 'ALT'
-		//	NOTE: fxSss_open & fxSss_close options (eg: fxName_open) are auto-generated if not passed
-		,	fxName:					"slide" 	// ('none' or blank), slide, drop, scale
-		,	fxSpeed:				null		// slow, normal, fast, 200, nnn - if passed, will OVERRIDE fxSettings.duration
-		,	fxSettings:				{}			// can be passed, eg: { easing: "easeOutBounce", duration: 1500 }
-		,	initClosed:				false		// true = init pane as 'closed'
-		,	initHidden: 			false 		// true = init pane as 'hidden' - no resizer or spacing
-		
-		/*	callback options do not have to be set - listed here for reference only
-		,	onshow_start:			""			// CALLBACK when pane STARTS to Show	- BEFORE onopen/onhide_start
-		,	onshow_end:				""			// CALLBACK when pane ENDS being Shown	- AFTER  onopen/onhide_end
-		,	onhide_start:			""			// CALLBACK when pane STARTS to Close	- BEFORE onclose_start
-		,	onhide_end:				""			// CALLBACK when pane ENDS being Closed	- AFTER  onclose_end
-		,	onopen_start:			""			// CALLBACK when pane STARTS to Open
-		,	onopen_end:				""			// CALLBACK when pane ENDS being Opened
-		,	onclose_start:			""			// CALLBACK when pane STARTS to Close
-		,	onclose_end:			""			// CALLBACK when pane ENDS being Closed
-		,	onresize_start:			""			// CALLBACK when pane STARTS to be ***MANUALLY*** Resized
-		,	onresize_end:			""			// CALLBACK when pane ENDS being Resized ***FOR ANY REASON***
-		*/
-		}
-	,	north: {
-			paneSelector:			"."+prefix+"north" // default = .ui-layout-north
-		,	size:					"auto"
-		,	resizerCursor:			"n-resize"
-		}
-	,	south: {
-			paneSelector:			"."+prefix+"south" // default = .ui-layout-south
-		,	size:					"auto"
-		,	resizerCursor:			"s-resize"
-		}
-	,	east: {
-			paneSelector:			"."+prefix+"east" // default = .ui-layout-east
-		,	size:					200
-		,	resizerCursor:			"e-resize"
-		}
-	,	west: {
-			paneSelector:			"."+prefix+"west" // default = .ui-layout-west
-		,	size:					200
-		,	resizerCursor:			"w-resize"
-		}
-	,	center: {
-			paneSelector:			"."+prefix+"center" // default = .ui-layout-center
-		}
-
-	};
-
-
-	var effects = { // LIST *PREDEFINED EFFECTS* HERE, even if effect has no settings
-		slide:	{
-			all:	{ duration:  "fast"	} // eg: duration: 1000, easing: "easeOutBounce"
-		,	north:	{ direction: "up"	}
-		,	south:	{ direction: "down"	}
-		,	east:	{ direction: "right"}
-		,	west:	{ direction: "left"	}
-		}
-	,	drop:	{
-			all:	{ duration:  "slow"	} // eg: duration: 1000, easing: "easeOutQuint"
-		,	north:	{ direction: "up"	}
-		,	south:	{ direction: "down"	}
-		,	east:	{ direction: "right"}
-		,	west:	{ direction: "left"	}
-		}
-	,	scale:	{
-			all:	{ duration:  "fast"	}
-		}
-	};
-
-
-	// STATIC, INTERNAL CONFIG - DO NOT CHANGE THIS!
-	var config = {
-		allPanes:		"north,south,east,west,center"
-	,	borderPanes:	"north,south,east,west"
-	,	zIndex: { // set z-index values here
-			resizer_normal:	1		// normal z-index for resizer-bars
-		,	pane_normal:	2		// normal z-index for panes
-		,	mask:			4		// overlay div used to mask pane(s) during resizing
-		,	sliding:		100		// applied to both the pane and its resizer when a pane is 'slid open'
-		,	resizing:		10000	// applied to the CLONED resizer-bar when being 'dragged'
-		,	animation:		10000	// applied to the pane when being animated - not applied to the resizer
-		}
-	,	resizers: {
-			cssReq: {
-				position: 	"absolute"
-			,	padding: 	0
-			,	margin: 	0
-			,	fontSize:	"1px"
-			,	textAlign:	"left" // to counter-act "center" alignment!
-			,	overflow: 	"hidden" // keep toggler button from overflowing
-			,	zIndex: 	1
-			}
-		,	cssDef: { // DEFAULT CSS - applied if: options.PANE.applyDefaultStyles=true
-				background: "#DDD"
-			,	border:		"none"
-			}
-		}
-	,	togglers: {
-			cssReq: {
-				position: 	"absolute"
-			,	display: 	"block"
-			,	padding: 	0
-			,	margin: 	0
-			,	overflow:	"hidden"
-			,	textAlign:	"center"
-			,	fontSize:	"1px"
-			,	cursor: 	"pointer"
-			,	zIndex: 	1
-			}
-		,	cssDef: { // DEFAULT CSS - applied if: options.PANE.applyDefaultStyles=true
-				background: "#AAA"
-			}
-		}
-	,	content: {
-			cssReq: {
-				overflow:	"auto"
-			}
-		,	cssDef: {}
-		}
-	,	defaults: { // defaults for ALL panes - overridden by 'per-pane settings' below
-			cssReq: {
-				position: 	"absolute"
-			,	margin:		0
-			,	zIndex: 	2
-			}
-		,	cssDef: {
-				padding:	"10px"
-			,	background:	"#FFF"
-			,	border:		"1px solid #BBB"
-			,	overflow:	"auto"
-			}
-		}
-	,	north: {
-			edge:			"top"
-		,	sizeType:		"height"
-		,	dir:			"horz"
-		,	cssReq: {
-				top: 		0
-			,	bottom: 	"auto"
-			,	left: 		0
-			,	right: 		0
-			,	width: 		"auto"
-			//	height: 	DYNAMIC
-			}
-		}
-	,	south: {
-			edge:			"bottom"
-		,	sizeType:		"height"
-		,	dir:			"horz"
-		,	cssReq: {
-				top: 		"auto"
-			,	bottom: 	0
-			,	left: 		0
-			,	right: 		0
-			,	width: 		"auto"
-			//	height: 	DYNAMIC
-			}
-		}
-	,	east: {
-			edge:			"right"
-		,	sizeType:		"width"
-		,	dir:			"vert"
-		,	cssReq: {
-				left: 		"auto"
-			,	right: 		0
-			,	top: 		"auto" // DYNAMIC
-			,	bottom: 	"auto" // DYNAMIC
-			,	height: 	"auto"
-			//	width: 		DYNAMIC
-			}
-		}
-	,	west: {
-			edge:			"left"
-		,	sizeType:		"width"
-		,	dir:			"vert"
-		,	cssReq: {
-				left: 		0
-			,	right: 		"auto"
-			,	top: 		"auto" // DYNAMIC
-			,	bottom: 	"auto" // DYNAMIC
-			,	height: 	"auto"
-			//	width: 		DYNAMIC
-			}
-		}
-	,	center: {
-			dir:			"center"
-		,	cssReq: {
-				left: 		"auto" // DYNAMIC
-			,	right: 		"auto" // DYNAMIC
-			,	top: 		"auto" // DYNAMIC
-			,	bottom: 	"auto" // DYNAMIC
-			,	height: 	"auto"
-			,	width: 		"auto"
-			}
-		}
-	};
-
-
-	// DYNAMIC DATA
-	var state = {
-		// generate random 'ID#' to identify layout - used to create global namespace for timers
-		id:			Math.floor(Math.random() * 10000)
-	,	container:	{}
-	,	north:		{}
-	,	south:		{}
-	,	east:		{}
-	,	west:		{}
-	,	center:		{}
-	};
-
-
-	var 
-		altEdge = {
-			top:	"bottom"
-		,	bottom: "top"
-		,	left:	"right"
-		,	right:	"left"
-		}
-	,	altSide = {
-			north:	"south"
-		,	south:	"north"
-		,	east: 	"west"
-		,	west: 	"east"
-		}
-	;
-
-
-/*
- * ###########################
- *  INTERNAL HELPER FUNCTIONS
- * ###########################
- */
-
-	/**
-	 * isStr
-	 *
-	 * Returns true if passed param is EITHER a simple string OR a 'string object' - otherwise returns false
-	 */
-	var isStr = function (o) {
-		if (typeof o == "string")
-			return true;
-		else if (typeof o == "object") {
-			try {
-				var match = o.constructor.toString().match(/string/i); 
-				return (match !== null);
-			} catch (e) {} 
-		}
-		return false;
-	};
-
-	/**
-	 * str
-	 *
-	 * Returns a simple string if the passed param is EITHER a simple string OR a 'string object',
-	 *  else returns the original object
-	 */
-	var str = function (o) {
-		if (typeof o == "string" || isStr(o)) return $.trim(o); // trim converts 'String object' to a simple string
-		else return o;
-	};
-
-	/**
-	 * min / max
-	 *
-	 * Alias for Math.min/.max to simplify coding
-	 */
-	var min = function (x,y) { return Math.min(x,y); };
-	var max = function (x,y) { return Math.max(x,y); };
-
-	/**
-	 * transformData
-	 *
-	 * Processes the options passed in and transforms them into the format used by layout()
-	 * Missing keys are added, and converts the data if passed in 'flat-format' (no sub-keys)
-	 * In flat-format, pane-specific-settings are prefixed like: north__optName  (2-underscores)
-	 * To update effects, options MUST use nested-keys format, with an effects key
-	 *
-	 * @callers  initOptions()
-	 * @params  JSON  d  Data/options passed by user - may be a single level or nested levels
-	 * @returns JSON  Creates a data struture that perfectly matches 'options', ready to be imported
-	 */
-	var transformData = function (d) {
-		var json = { defaults:{fxSettings:{}}, north:{fxSettings:{}}, south:{fxSettings:{}}, east:{fxSettings:{}}, west:{fxSettings:{}}, center:{fxSettings:{}} };
-		d = d || {};
-		if (d.effects || d.defaults || d.north || d.south || d.west || d.east || d.center)
-			json = $.extend( json, d ); // already in json format - add to base keys
-		else
-			// convert 'flat' to 'nest-keys' format - also handles 'empty' user-options
-			$.each( d, function (key,val) {
-				a = key.split("__");
-				json[ a[1] ? a[0] : "defaults" ][ a[1] ? a[1] : a[0] ] = val;
-			});
-		return json;
-	};
-
-	/**
-	 * setFlowCallback
-	 *
-	 * Set an INTERNAL callback to avoid simultaneous animation
-	 * Runs only if needed and only if all callbacks are not 'already set'!
-	 *
-	 * @param String   action  Either 'open' or 'close'
-	 * @pane  String   pane    A valid border-pane name, eg 'west'
-	 * @pane  Boolean  param   Extra param for callback (optional)
-	 */
-	var setFlowCallback = function (action, pane, param) {
-		var
-			cb = action +","+ pane +","+ (param ? 1 : 0)
-		,	cP, cbPane
-		;
-		$.each(c.borderPanes.split(","), function (i,p) {
-			if (c[p].isMoving) {
-				bindCallback(p); // TRY to bind a callback
-				return false; // BREAK
-			}
-		});
-
-		function bindCallback (p, test) {
-			cP = c[p];
-			if (!cP.doCallback) {
-				cP.doCallback = true;
-				cP.callback = cb;
-			}
-			else { // try to 'chain' this callback
-				cpPane = cP.callback.split(",")[1]; // 2nd param is 'pane'
-				if (cpPane != p && cpPane != pane) // callback target NOT 'itself' and NOT 'this pane'
-					bindCallback (cpPane, true); // RECURSE
-			}
-		}
-	};
-
-	/**
-	 * execFlowCallback
-	 *
-	 * RUN the INTERNAL callback for this pane - if one exists
-	 *
-	 * @param String   action  Either 'open' or 'close'
-	 * @pane  String   pane    A valid border-pane name, eg 'west'
-	 * @pane  Boolean  param   Extra param for callback (optional)
-	 */
-	var execFlowCallback = function (pane) {
-		var cP = c[pane];
-
-		// RESET flow-control flaGs
-		c.isLayoutBusy = false;
-		delete cP.isMoving;
-		if (!cP.doCallback || !cP.callback) return;
-
-		cP.doCallback = false; // RESET logic flag
-
-		// EXECUTE the callback
-		var
-			cb = cP.callback.split(",")
-		,	param = (cb[2] > 0 ? true : false)
-		;
-		if (cb[0] == "open")
-			open( cb[1], param  );
-		else if (cb[0] == "close")
-			close( cb[1], param );
-
-		if (!cP.doCallback) cP.callback = null; // RESET - unless callback above enabled it again!
-	};
-
-	/**
-	 * execUserCallback
-	 *
-	 * Executes a Callback function after a trigger event, like resize, open or close
-	 *
-	 * @param String  pane   This is passed only so we can pass the 'pane object' to the callback
-	 * @param String  v_fn  Accepts a function name, OR a comma-delimited array: [0]=function name, [1]=argument
-	 */
-	var execUserCallback = function (pane, v_fn) {
-		if (!v_fn) return;
-		var fn;
-		try {
-			if (typeof v_fn == "function")
-				fn = v_fn;	
-			else if (typeof v_fn != "string")
-				return;
-			else if (v_fn.indexOf(",") > 0) {
-				// function name cannot contain a comma, so must be a function name AND a 'name' parameter
-				var
-					args = v_fn.split(",")
-				,	fn = eval(args[0])
-				;
-				if (typeof fn=="function" && args.length > 1)
-					return fn(args[1]); // pass the argument parsed from 'list'
-			}
-			else // just the name of an external function?
-				fn = eval(v_fn);
-
-			if (typeof fn=="function")
-				// pass data: pane-name, pane-element, pane-state, pane-options, and layout-name
-				return fn( pane, $Ps[pane], $.extend({},state[pane]), $.extend({},options[pane]), options.name );
-		}
-		catch (ex) {}
-	};
-
-	/**
-	 * cssNum
-	 *
-	 * Returns the 'current CSS value' for an element - returns 0 if property does not exist
-	 *
-	 * @callers  Called by many methods
-	 * @param jQuery  $Elem  Must pass a jQuery object - first element is processed
-	 * @param String  property  The name of the CSS property, eg: top, width, etc.
-	 * @returns Variant  Usually is used to get an integer value for position (top, left) or size (height, width)
-	 */
-	var cssNum = function ($E, prop) {
-		var
-			val = 0
-		,	hidden = false
-		,	visibility = ""
-		;
-		if (!$.browser.msie) { // IE CAN read dimensions of 'hidden' elements - FF CANNOT
-			if ($.curCSS($E[0], "display", true) == "none") {
-				hidden = true;
-				visibility = $.curCSS($E[0], "visibility", true); // SAVE current setting
-				$E.css({ display: "block", visibility: "hidden" }); // show element 'invisibly' so we can measure it
-			}
-		}
-
-		val = parseInt($.curCSS($E[0], prop, true), 10) || 0;
-
-		if (hidden) { // WAS hidden, so put back the way it was
-			$E.css({ display: "none" });
-			if (visibility && visibility != "hidden")
-				$E.css({ visibility: visibility }); // reset 'visibility'
-		}
-
-		return val;
-	};
-
-	/**
-	 * cssW / cssH / cssSize
-	 *
-	 * Contains logic to check boxModel & browser, and return the correct width/height for the current browser/doctype
-	 *
-	 * @callers  initPanes(), sizeMidPanes(), initHandles(), sizeHandles()
-	 * @param Variant  elem  Can accept a 'pane' (east, west, etc) OR a DOM object OR a jQuery object
-	 * @param Integer  outerWidth/outerHeight  (optional) Can pass a width, allowing calculations BEFORE element is resized
-	 * @returns Integer  Returns the innerHeight of the elem by subtracting padding and borders
-	 *
-	 * @TODO  May need to add additional logic to handle more browser/doctype variations?
-	 */
-	var cssW = function (e, outerWidth) {
-		var $E;
-		if (isStr(e)) {
-			e = str(e);
-			$E = $Ps[e];
-		}
-		else
-			$E = $(e);
-
-		// a 'calculated' outerHeight can be passed so borders and/or padding are removed if needed
-		if (outerWidth <= 0)
-			return 0;
-		else if (!(outerWidth>0))
-			outerWidth = isStr(e) ? getPaneSize(e) : $E.outerWidth();
-
-		if (!$.boxModel)
-			return outerWidth;
-
-		else // strip border and padding size from outerWidth to get CSS Width
-			return outerWidth
-				- cssNum($E, "paddingLeft")		
-				- cssNum($E, "paddingRight")
-				- ($.curCSS($E[0], "borderLeftStyle", true) == "none" ? 0 : cssNum($E, "borderLeftWidth"))
-				- ($.curCSS($E[0], "borderRightStyle", true) == "none" ? 0 : cssNum($E, "borderRightWidth"))
-			;
-	};
-	var cssH = function (e, outerHeight) {
-		var $E;
-		if (isStr(e)) {
-			e = str(e);
-			$E = $Ps[e];
-		}
-		else
-			$E = $(e);
-
-		// a 'calculated' outerHeight can be passed so borders and/or padding are removed if needed
-		if (outerHeight <= 0)
-			return 0;
-		else if (!(outerHeight>0))
-			outerHeight = (isStr(e)) ? getPaneSize(e) : $E.outerHeight();
-
-		if (!$.boxModel)
-			return outerHeight;
-
-		else // strip border and padding size from outerHeight to get CSS Height
-			return outerHeight
-				- cssNum($E, "paddingTop")
-				- cssNum($E, "paddingBottom")
-				- ($.curCSS($E[0], "borderTopStyle", true) == "none" ? 0 : cssNum($E, "borderTopWidth"))
-				- ($.curCSS($E[0], "borderBottomStyle", true) == "none" ? 0 : cssNum($E, "borderBottomWidth"))
-			;
-	};
-	var cssSize = function (pane, outerSize) {
-		if (c[pane].dir=="horz") // pane = north or south
-			return cssH(pane, outerSize);
-		else // pane = east or west
-			return cssW(pane, outerSize);
-	};
-
-	/**
-	 * getPaneSize
-	 *
-	 * Calculates the current 'size' (width or height) of a border-pane - optionally with 'pane spacing' added
-	 *
-	 * @returns Integer  Returns EITHER Width for east/west panes OR Height for north/south panes - adjusted for boxModel & browser
-	 */
-	var getPaneSize = function (pane, inclSpace) {
-		var 
-			$P	= $Ps[pane]
-		,	o	= options[pane]
-		,	s	= state[pane]
-		,	oSp	= (inclSpace ? o.spacing_open : 0)
-		,	cSp	= (inclSpace ? o.spacing_closed : 0)
-		;
-		if (!$P || s.isHidden)
-			return 0;
-		else if (s.isClosed || (s.isSliding && inclSpace))
-			return cSp;
-		else if (c[pane].dir == "horz")
-			return $P.outerHeight() + oSp;
-		else // dir == "vert"
-			return $P.outerWidth() + oSp;
-	};
-
-	var setPaneMinMaxSizes = function (pane) {
-		var 
-			d				= cDims
-		,	edge			= c[pane].edge
-		,	dir				= c[pane].dir
-		,	o				= options[pane]
-		,	s				= state[pane]
-		,	$P				= $Ps[pane]
-		,	$altPane		= $Ps[ altSide[pane] ]
-		,	paneSpacing		= o.spacing_open
-		,	altPaneSpacing	= options[ altSide[pane] ].spacing_open
-		,	altPaneSize		= (!$altPane ? 0 : (dir=="horz" ? $altPane.outerHeight() : $altPane.outerWidth()))
-		,	containerSize	= (dir=="horz" ? d.innerHeight : d.innerWidth)
-		//	limitSize prevents this pane from 'overlapping' opposite pane - even if opposite pane is currently closed
-		,	limitSize		= containerSize - paneSpacing - altPaneSize - altPaneSpacing
-		,	minSize			= s.minSize || 0
-		,	maxSize			= Math.min(s.maxSize || 9999, limitSize)
-		,	minPos, maxPos	// used to set resizing limits
-		;
-		switch (pane) {
-			case "north":	minPos = d.offsetTop + minSize;
-							maxPos = d.offsetTop + maxSize;
-							break;
-			case "west":	minPos = d.offsetLeft + minSize;
-							maxPos = d.offsetLeft + maxSize;
-							break;
-			case "south":	minPos = d.offsetTop + d.innerHeight - maxSize;
-							maxPos = d.offsetTop + d.innerHeight - minSize;
-							break;
-			case "east":	minPos = d.offsetLeft + d.innerWidth - maxSize;
-							maxPos = d.offsetLeft + d.innerWidth - minSize;
-							break;
-		}
-		// save data to pane-state
-		$.extend(s, { minSize: minSize, maxSize: maxSize, minPosition: minPos, maxPosition: maxPos });
-	};
-
-	/**
-	 * getPaneDims
-	 *
-	 * Returns data for setting the size/position of center pane. Date is also used to set Height for east/west panes
-	 *
-	 * @returns JSON  Returns a hash of all dimensions: top, bottom, left, right, (outer) width and (outer) height
-	 */
-	var getPaneDims = function () {
-		var d = {
-			top:	getPaneSize("north", true) // true = include 'spacing' value for p
-		,	bottom:	getPaneSize("south", true)
-		,	left:	getPaneSize("west", true)
-		,	right:	getPaneSize("east", true)
-		,	width:	0
-		,	height:	0
-		};
-
-		with (d) {
-			width 	= cDims.innerWidth - left - right;
-			height 	= cDims.innerHeight - bottom - top;
-			// now add the 'container border/padding' to get final positions - relative to the container
-			top		+= cDims.top;
-			bottom	+= cDims.bottom;
-			left	+= cDims.left;
-			right	+= cDims.right;
-		}
-
-		return d;
-	};
-
-
-	/**
-	 * getElemDims
-	 *
-	 * Returns data for setting size of an element (container or a pane).
-	 *
-	 * @callers  create(), onWindowResize() for container, plus others for pane
-	 * @returns JSON  Returns a hash of all dimensions: top, bottom, left, right, outerWidth, innerHeight, etc
-	 */
-	var getElemDims = function ($E) {
-		var
-			d = {} // dimensions hash
-		,	e, b, p // edge, border, padding
-		;
-
-		$.each("Left,Right,Top,Bottom".split(","), function () {
-			e = str(this);
-			b = d["border" +e] = cssNum($E, "border"+e+"Width");
-			p = d["padding"+e] = cssNum($E, "padding"+e);
-			d["offset" +e] = b + p; // total offset of content from outer edge
-			// if BOX MODEL, then 'position' = PADDING (ignore borderWidth)
-			if ($E == $Container)
-				d[e.toLowerCase()] = ($.boxModel ? p : 0); 
-		});
-
-		d.innerWidth  = d.outerWidth  = $E.outerWidth();
-		d.innerHeight = d.outerHeight = $E.outerHeight();
-		if ($.boxModel) {
-			d.innerWidth  -= (d.offsetLeft + d.offsetRight);
-			d.innerHeight -= (d.offsetTop  + d.offsetBottom);
-		}
-
-		return d;
-	};
-
-
-	var setTimer = function (pane, action, fn, ms) {
-		var
-			Layout = window.layout = window.layout || {}
-		,	Timers = Layout.timers = Layout.timers || {}
-		,	name = "layout_"+ state.id +"_"+ pane +"_"+ action // UNIQUE NAME for every layout-pane-action
-		;
-		if (Timers[name]) return; // timer already set!
-		else Timers[name] = setTimeout(fn, ms);
-	};
-
-	var clearTimer = function (pane, action) {
-		var
-			Layout = window.layout = window.layout || {}
-		,	Timers = Layout.timers = Layout.timers || {}
-		,	name = "layout_"+ state.id +"_"+ pane +"_"+ action // UNIQUE NAME for every layout-pane-action
-		;
-		if (Timers[name]) {
-			clearTimeout( Timers[name] );
-			delete Timers[name];
-			return true;
-		}
-		else
-			return false;
-	};
-
-
-/*
- * ###########################
- *   INITIALIZATION METHODS
- * ###########################
- */
-
-	/**
-	 * create
-	 *
-	 * Initialize the layout - called automatically whenever an instance of layout is created
-	 *
-	 * @callers  NEVER explicity called
-	 * @returns  An object pointer to the instance created
-	 */
-	var create = function () {
-		// initialize config/options
-		initOptions();
-
-		// initialize all objects
-		initContainer();	// set CSS as needed and init state.container dimensions
-		initPanes();		// size & position all panes
-		initHandles();		// create and position all resize bars & togglers buttons
-		initResizable();	// activate resizing on all panes where resizable=true
-		sizeContent("all");	// AFTER panes & handles have been initialized, size 'content' divs
-
-		if (options.scrollToBookmarkOnLoad)
-			with (self.location) if (hash) replace( hash ); // scrollTo Bookmark
-
-		// bind hotkey function - keyDown - if required
-		initHotkeys();
-
-		// bind resizeAll() for 'this layout instance' to window.resize event
-		$(window).resize(function () {
-			var timerID = "timerLayout_"+state.id;
-			if (window[timerID]) clearTimeout(window[timerID]);
-			window[timerID] = null;
-			if (true || $.browser.msie) // use a delay for IE because the resize event fires repeatly
-				window[timerID] = setTimeout(resizeAll, 100);
-			else // most other browsers have a built-in delay before firing the resize event
-				resizeAll(); // resize all layout elements NOW!
-		});
-	};
-
-	/**
-	 * initContainer
-	 *
-	 * Validate and initialize container CSS and events
-	 *
-	 * @callers  create()
-	 */
-	var initContainer = function () {
-		try { // format html/body if this is a full page layout
-			if ($Container[0].tagName == "BODY") {
-				$("html").css({
-					height:		"100%"
-				,	overflow:	"hidden"
-				});
-				$("body").css({
-					position:	"relative"
-				,	height:		"100%"
-				,	overflow:	"hidden"
-				,	margin:		0
-				,	padding:	0		// TODO: test whether body-padding could be handled?
-				,	border:		"none"	// a body-border creates problems because it cannot be measured!
-				});
-			}
-			else { // set required CSS - overflow and position
-				var
-					CSS	= { overflow: "hidden" } // make sure container will not 'scroll'
-				,	p	= $Container.css("position")
-				,	h	= $Container.css("height")
-				;
-				// if this is a NESTED layout, then outer-pane ALREADY has position and height
-				if (!$Container.hasClass("ui-layout-pane")) {
-					if (!p || "fixed,absolute,relative".indexOf(p) < 0)
-						CSS.position = "relative"; // container MUST have a 'position'
-					if (!h || h=="auto")
-						CSS.height = "100%"; // container MUST have a 'height'
-				}
-				$Container.css( CSS );
-			}
-		} catch (ex) {}
-
-		// get layout-container dimensions (updated when necessary)
-		cDims = state.container = getElemDims( $Container ); // update data-pointer too
-	};
-
-	/**
-	 * initHotkeys
-	 *
-	 * Bind layout hotkeys - if options enabled
-	 *
-	 * @callers  create()
-	 */
-	var initHotkeys = function () {
-		// bind keyDown to capture hotkeys, if option enabled for ANY pane
-		$.each(c.borderPanes.split(","), function (i,pane) {
-			var o = options[pane];
-			if (o.enableCursorHotkey || o.customHotkey) {
-				$(document).keydown( keyDown ); // only need to bind this ONCE
-				return false; // BREAK - binding was done
-			}
-		});
-	};
-
-	/**
-	 * initOptions
-	 *
-	 * Build final CONFIG and OPTIONS data
-	 *
-	 * @callers  create()
-	 */
-	var initOptions = function () {
-		// simplify logic by making sure passed 'opts' var has basic keys
-		opts = transformData( opts );
-
-		// update default effects, if case user passed key
-		if (opts.effects) {
-			$.extend( effects, opts.effects );
-			delete opts.effects;
-		}
-
-		// see if any 'global options' were specified
-		$.each("name,scrollToBookmarkOnLoad".split(","), function (idx,key) {
-			if (opts[key] !== undefined)
-				options[key] = opts[key];
-			else if (opts.defaults[key] !== undefined) {
-				options[key] = opts.defaults[key];
-				delete opts.defaults[key];
-			}
-		});
-
-		// remove any 'defaults' that MUST be set 'per-pane'
-		$.each("paneSelector,resizerCursor,customHotkey".split(","),
-			function (idx,key) { delete opts.defaults[key]; } // is OK if key does not exist
-		);
-
-		// now update options.defaults
-		$.extend( options.defaults, opts.defaults );
-		// make sure required sub-keys exist
-		//if (typeof options.defaults.fxSettings != "object") options.defaults.fxSettings = {};
-
-		// merge all config & options for the 'center' pane
-		c.center = $.extend( true, {}, c.defaults, c.center );
-		$.extend( options.center, opts.center );
-		// Most 'default options' do not apply to 'center', so add only those that DO
-		var o_Center = $.extend( true, {}, options.defaults, opts.defaults, options.center ); // TEMP data
-		$.each("paneClass,contentSelector,contentIgnoreSelector,applyDefaultStyles,showOverflowOnHover".split(","),
-			function (idx,key) { options.center[key] = o_Center[key]; }
-		);
-
-		var defs = options.defaults;
-
-		// create a COMPLETE set of options for EACH border-pane
-		$.each(c.borderPanes.split(","), function(i,pane) {
-			// apply 'pane-defaults' to CONFIG.PANE
-			c[pane] = $.extend( true, {}, c.defaults, c[pane] );
-			// apply 'pane-defaults' +  user-options to OPTIONS.PANE
-			o = options[pane] = $.extend( true, {}, options.defaults, options[pane], opts.defaults, opts[pane] );
-
-			// make sure we have base-classes
-			if (!o.paneClass)		o.paneClass		= defaults.paneClass;
-			if (!o.resizerClass)	o.resizerClass	= defaults.resizerClass;
-			if (!o.togglerClass)	o.togglerClass	= defaults.togglerClass;
-
-			// create FINAL fx options for each pane, ie: options.PANE.fxName/fxSpeed/fxSettings[_open|_close]
-			$.each(["_open","_close",""], function (i,n) { 
-				var
-					sName		= "fxName"+n
-				,	sSpeed		= "fxSpeed"+n
-				,	sSettings	= "fxSettings"+n
-				;
-				// recalculate fxName according to specificity rules
-				o[sName] =
-					opts[pane][sName]		// opts.west.fxName_open
-				||	opts[pane].fxName		// opts.west.fxName
-				||	opts.defaults[sName]	// opts.defaults.fxName_open
-				||	opts.defaults.fxName	// opts.defaults.fxName
-				||	o[sName]				// options.west.fxName_open
-				||	o.fxName				// options.west.fxName
-				||	defs[sName]				// options.defaults.fxName_open
-				||	defs.fxName				// options.defaults.fxName
-				||	"none"
-				;
-				// validate fxName to be sure is a valid effect
-				var fxName = o[sName];
-				if (fxName == "none" || !$.effects || !$.effects[fxName] || (!effects[fxName] && !o[sSettings] && !o.fxSettings))
-					fxName = o[sName] = "none"; // effect not loaded, OR undefined FX AND fxSettings not passed
-				// set vars for effects subkeys to simplify logic
-				var
-					fx = effects[fxName]	|| {} // effects.slide
-				,	fx_all	= fx.all		|| {} // effects.slide.all
-				,	fx_pane	= fx[pane]		|| {} // effects.slide.west
-				;
-				// RECREATE the fxSettings[_open|_close] keys using specificity rules
-				o[sSettings] = $.extend(
-					{}
-				,	fx_all						// effects.slide.all
-				,	fx_pane						// effects.slide.west
-				,	defs.fxSettings || {}		// options.defaults.fxSettings
-				,	defs[sSettings] || {}		// options.defaults.fxSettings_open
-				,	o.fxSettings				// options.west.fxSettings
-				,	o[sSettings]				// options.west.fxSettings_open
-				,	opts.defaults.fxSettings	// opts.defaults.fxSettings
-				,	opts.defaults[sSettings] || {} // opts.defaults.fxSettings_open
-				,	opts[pane].fxSettings		// opts.west.fxSettings
-				,	opts[pane][sSettings] || {}	// opts.west.fxSettings_open
-				);
-				// recalculate fxSpeed according to specificity rules
-				o[sSpeed] =
-					opts[pane][sSpeed]		// opts.west.fxSpeed_open
-				||	opts[pane].fxSpeed		// opts.west.fxSpeed (pane-default)
-				||	opts.defaults[sSpeed]	// opts.defaults.fxSpeed_open
-				||	opts.defaults.fxSpeed	// opts.defaults.fxSpeed
-				||	o[sSpeed]				// options.west.fxSpeed_open
-				||	o[sSettings].duration	// options.west.fxSettings_open.duration
-				||	o.fxSpeed				// options.west.fxSpeed
-				||	o.fxSettings.duration	// options.west.fxSettings.duration
-				||	defs.fxSpeed			// options.defaults.fxSpeed
-				||	defs.fxSettings.duration// options.defaults.fxSettings.duration
-				||	fx_pane.duration		// effects.slide.west.duration
-				||	fx_all.duration			// effects.slide.all.duration
-				||	"normal"				// DEFAULT
-				;
-				// DEBUG: if (pane=="east") debugData( $.extend({}, {speed: o[sSpeed], fxSettings_duration: o[sSettings].duration}, o[sSettings]), pane+"."+sName+" = "+fxName );
-			});
-		});
-	};
-
-	/**
-	 * initPanes
-	 *
-	 * Initialize module objects, styling, size and position for all panes
-	 *
-	 * @callers  create()
-	 */
-	var initPanes = function () {
-		// NOTE: do north & south FIRST so we can measure their height - do center LAST
-		$.each(c.allPanes.split(","), function() {
-			var 
-				pane	= str(this)
-			,	o		= options[pane]
-			,	s		= state[pane]
-			,	fx		= s.fx
-			,	dir		= c[pane].dir
-			//	if o.size is not > 0, then we will use MEASURE the pane and use that as it's 'size'
-			,	size	= o.size=="auto" || isNaN(o.size) ? 0 : o.size
-			,	minSize	= o.minSize || 1
-			,	maxSize	= o.maxSize || 9999
-			,	spacing	= o.spacing_open || 0
-			,	sel		= o.paneSelector
-			,	isIE6	= ($.browser.msie && $.browser.version < 7)
-			,	CSS		= {}
-			,	$P, $C
-			;
-			$Cs[pane] = false; // init
-
-			if (sel.substr(0,1)==="#") // ID selector
-				// NOTE: elements selected 'by ID' DO NOT have to be 'children'
-				$P = $Ps[pane] = $Container.find(sel+":first");
-			else { // class or other selector
-				$P = $Ps[pane] = $Container.children(sel+":first");
-				// look for the pane nested inside a 'form' element
-				if (!$P.length) $P = $Ps[pane] = $Container.children("form:first").children(sel+":first");
-			}
-
-			if (!$P.length) {
-				$Ps[pane] = false; // logic
-				return true; // SKIP to next
-			}
-
-			// add basic classes & attributes
-			$P
-				.attr("pane", pane) // add pane-identifier
-				.addClass( o.paneClass +" "+ o.paneClass+"-"+pane ) // default = "ui-layout-pane ui-layout-pane-west" - may be a dupe of 'paneSelector'
-			;
-
-			// init pane-logic vars, etc.
-			if (pane != "center") {
-				s.isClosed  = false; // true = pane is closed
-				s.isSliding = false; // true = pane is currently open by 'sliding' over adjacent panes
-				s.isResizing= false; // true = pane is in process of being resized
-				s.isHidden	= false; // true = pane is hidden - no spacing, resizer or toggler is visible!
-				s.noRoom	= false; // true = pane 'automatically' hidden due to insufficient room - will unhide automatically
-				// create special keys for internal use
-				c[pane].pins = [];   // used to track and sync 'pin-buttons' for border-panes
-			}
-
-			CSS = $.extend({ visibility: "visible", display: "block" }, c.defaults.cssReq, c[pane].cssReq );
-			if (o.applyDefaultStyles) $.extend( CSS, c.defaults.cssDef, c[pane].cssDef ); // cosmetic defaults
-			$P.css(CSS); // add base-css BEFORE 'measuring' to calc size & position
-			CSS = {};	// reset var
-
-			// set css-position to account for container borders & padding
-			switch (pane) {
-				case "north": 	CSS.top 	= cDims.top;
-								CSS.left 	= cDims.left;
-								CSS.right	= cDims.right;
-								break;
-				case "south": 	CSS.bottom	= cDims.bottom;
-								CSS.left 	= cDims.left;
-								CSS.right 	= cDims.right;
-								break;
-				case "west": 	CSS.left 	= cDims.left; // top, bottom & height set by sizeMidPanes()
-								break;
-				case "east": 	CSS.right 	= cDims.right; // ditto
-								break;
-				case "center":	// top, left, width & height set by sizeMidPanes()
-			}
-
-			if (dir == "horz") { // north or south pane
-				if (size === 0 || size == "auto") {
-					$P.css({ height: "auto" });
-					size = $P.outerHeight();
-				}
-				size = max(size, minSize);
-				size = min(size, maxSize);
-				size = min(size, cDims.innerHeight - spacing);
-				CSS.height = max(1, cssH(pane, size));
-				s.size = size; // update state
-				// make sure minSize is sufficient to avoid errors
-				s.maxSize = maxSize; // init value
-				s.minSize = max(minSize, size - CSS.height + 1); // = pane.outerHeight when css.height = 1px
-				// handle IE6
-				//if (isIE6) CSS.width = cssW($P, cDims.innerWidth);
-				$P.css(CSS); // apply size & position
-			}
-			else if (dir == "vert") { // east or west pane
-				if (size === 0 || size == "auto") {
-					$P.css({ width: "auto", float: "left" }); // float = FORCE pane to auto-size
-					size = $P.outerWidth();
-					$P.css({ float: "none" }); // RESET
-				}
-				size = max(size, minSize);
-				size = min(size, maxSize);
-				size = min(size, cDims.innerWidth - spacing);
-				CSS.width = max(1, cssW(pane, size));
-				s.size = size; // update state
-				s.maxSize = maxSize; // init value
-				// make sure minSize is sufficient to avoid errors
-				s.minSize = max(minSize, size - CSS.width + 1); // = pane.outerWidth when css.width = 1px
-				$P.css(CSS); // apply size - top, bottom & height set by sizeMidPanes
-				sizeMidPanes(pane, null, true); // true = onInit
-			}
-			else if (pane == "center") {
-				$P.css(CSS); // top, left, width & height set by sizeMidPanes...
-				sizeMidPanes("center", null, true); // true = onInit
-			}
-
-			// close or hide the pane if specified in settings
-			if (o.initClosed && o.closable) {
-				$P.hide().addClass("closed");
-				s.isClosed = true;
-			}
-			else if (o.initHidden || o.initClosed) {
-				hide(pane, true); // will be completely invisible - no resizer or spacing
-				s.isHidden = true;
-			}
-			else
-				$P.addClass("open");
-
-			// check option for auto-handling of pop-ups & drop-downs
-			if (o.showOverflowOnHover)
-				$P.hover( allowOverflow, resetOverflow );
-
-			/*
-			 *	see if this pane has a 'content element' that we need to auto-size
-			 */
-			if (o.contentSelector) {
-				$C = $Cs[pane] = $P.children(o.contentSelector+":first"); // match 1-element only
-				if (!$C.length) {
-					$Cs[pane] = false;
-					return true; // SKIP to next
-				}
-				$C.css( c.content.cssReq );
-				if (o.applyDefaultStyles) $C.css( c.content.cssDef ); // cosmetic defaults
-				// NO PANE-SCROLLING when there is a content-div
-				$P.css({ overflow: "hidden" });
-			}
-		});
-	};
-
-	/**
-	 * initHandles
-	 *
-	 * Initialize module objects, styling, size and position for all resize bars and toggler buttons
-	 *
-	 * @callers  create()
-	 */
-	var initHandles = function () {
-		// create toggler DIVs for each pane, and set object pointers for them, eg: $R.north = north toggler DIV
-		$.each(c.borderPanes.split(","), function() {
-			var 
-				pane	= str(this)
-			,	o		= options[pane]
-			,	s		= state[pane]
-			,	rClass	= o.resizerClass
-			,	tClass	= o.togglerClass
-			,	$P		= $Ps[pane]
-			;
-			$Rs[pane] = false; // INIT
-			$Ts[pane] = false;
-
-			if (!$P || (!o.closable && !o.resizable)) return; // pane does not exist - skip
-
-			var 
-				edge	= c[pane].edge
-			,	isOpen	= $P.is(":visible")
-			,	spacing	= (isOpen ? o.spacing_open : o.spacing_closed)
-			,	_pane	= "-"+ pane // used for classNames
-			,	_state	= (isOpen ? "-open" : "-closed") // used for classNames
-			,	$R, $T
-			;
-			// INIT RESIZER BAR
-			$R = $Rs[pane] = $("<span></span>");
-	
-			if (isOpen && o.resizable)
-				; // this is handled by initResizable
-			else if (!isOpen && o.slidable)
-				$R.attr("title", o.sliderTip).css("cursor", o.sliderCursor);
-	
-			$R
-				// if paneSelector is an ID, then create a matching ID for the resizer, eg: "#paneLeft" => "paneLeft-resizer"
-				.attr("id", (o.paneSelector.substr(0,1)=="#" ? o.paneSelector.substr(1) + "-resizer" : ""))
-				.attr("resizer", pane) // so we can read this from the resizer
-				.css(c.resizers.cssReq) // add base/required styles
-				// POSITION of resizer bar - allow for container border & padding
-				.css(edge, cDims[edge] + getPaneSize(pane))
-				// ADD CLASSNAMES - eg: class="resizer resizer-west resizer-open"
-				.addClass( rClass +" "+ rClass+_pane +" "+ rClass+_state +" "+ rClass+_pane+_state )
-				.appendTo($Container) // append DIV to container
-			;
-			 // ADD VISUAL STYLES
-			if (o.applyDefaultStyles)
-				$R.css(c.resizers.cssDef);
-
-			if (o.closable) {
-				// INIT COLLAPSER BUTTON
-				$T = $Ts[pane] = $("<div></div>");
-				$T
-					// if paneSelector is an ID, then create a matching ID for the resizer, eg: "#paneLeft" => "paneLeft-toggler"
-					.attr("id", (o.paneSelector.substr(0,1)=="#" ? o.paneSelector.substr(1) + "-toggler" : ""))
-					.css(c.togglers.cssReq) // add base/required styles
-					.attr("title", (isOpen ? o.togglerTip_open : o.togglerTip_closed))
-					.click(function(evt){ toggle(pane); evt.stopPropagation(); })
-					.mouseover(function(evt){ evt.stopPropagation(); }) // prevent resizer event
-					// ADD CLASSNAMES - eg: class="toggler toggler-west toggler-west-open"
-					.addClass( tClass +" "+ tClass+_pane +" "+ tClass+_state +" "+ tClass+_pane+_state )
-					.appendTo($R) // append SPAN to resizer DIV
-				;
-
-				// ADD INNER-SPANS TO TOGGLER
-				if (o.togglerContent_open) // ui-layout-open
-					$("<span>"+ o.togglerContent_open +"</span>")
-						.addClass("content content-open")
-						.css("display", s.isClosed ? "none" : "block")
-						.appendTo( $T )
-					;
-				if (o.togglerContent_closed) // ui-layout-closed
-					$("<span>"+ o.togglerContent_closed +"</span>")
-						.addClass("content content-closed")
-						.css("display", s.isClosed ? "block" : "none")
-						.appendTo( $T )
-					;
-
-				 // ADD BASIC VISUAL STYLES
-				if (o.applyDefaultStyles)
-					$T.css(c.togglers.cssDef);
-
-				if (!isOpen) bindStartSlidingEvent(pane, true); // will enable if state.PANE.isSliding = true
-			}
-
-		});
-
-		// SET ALL HANDLE SIZES & LENGTHS
-		sizeHandles("all", true); // true = onInit
-	};
-
-	/**
-	 * initResizable
-	 *
-	 * Add resize-bars to all panes that specify it in options
-	 *
-	 * @dependancies  $.fn.resizable - will abort if not found
-	 * @callers  create()
-	 */
-	var initResizable = function () {
-		var
-			draggingAvailable = (typeof $.fn.draggable == "function")
-		,	minPosition, maxPosition, edge // set in start()
-		;
-
-		$.each(c.borderPanes.split(","), function() {
-			var 
-				pane	= str(this)
-			,	o		= options[pane]
-			,	s		= state[pane]
-			;
-			if (!draggingAvailable || !$Ps[pane] || !o.resizable) {
-				o.resizable = false;
-				return true; // skip to next
-			}
-
-			var 
-				rClass				= o.resizerClass
-			//	'drag' classes are applied to the ORIGINAL resizer-bar while dragging is in process
-			,	dragClass			= rClass+"-drag"			// resizer-drag
-			,	dragPaneClass		= rClass+"-"+pane+"-drag"	// resizer-north-drag
-			//	'dragging' class is applied to the CLONED resizer-bar while it is being dragged
-			,	draggingClass		= rClass+"-dragging"		// resizer-dragging
-			,	draggingPaneClass	= rClass+"-"+pane+"-dragging" // resizer-north-dragging
-			,	draggingClassSet	= false 					// logic var
-			,	$P 					= $Ps[pane]
-			,	$R					= $Rs[pane]
-			;
-
-			if (!s.isClosed)
-				$R
-					.attr("title", o.resizerTip)
-					.css("cursor", o.resizerCursor) // n-resize, s-resize, etc
-				;
-
-			$R.draggable({
-				containment:	$Container[0] // limit resizing to layout container
-			,	axis:			(c[pane].dir=="horz" ? "y" : "x") // limit resizing to horz or vert axis
-			,	delay:			200
-			,	distance:		1
-			//	basic format for helper - style it using class: .ui-draggable-dragging
-			,	helper:			"clone"
-			,	opacity:		o.resizerDragOpacity
-			//,	iframeFix:		o.draggableIframeFix // TODO: consider using when bug is fixed
-			,	zIndex:			c.zIndex.resizing
-
-			,	start: function (e, ui) {
-					// onresize_start callback - will CANCEL hide if returns false
-					// TODO: CONFIRM that dragging can be cancelled like this???
-					if (false === execUserCallback(pane, o.onresize_start)) return false;
-
-					s.isResizing = true; // prevent pane from closing while resizing
-					clearTimer(pane, "closeSlider"); // just in case already triggered
-
-					$R.addClass( dragClass +" "+ dragPaneClass ); // add drag classes
-					draggingClassSet = false; // reset logic var - see drag()
-
-					// SET RESIZING LIMITS - used in drag()
-					var resizerWidth = (pane=="east" || pane=="south" ? o.spacing_open : 0);
-					setPaneMinMaxSizes(pane); // update pane-state
-					s.minPosition -= resizerWidth;
-					s.maxPosition -= resizerWidth;
-					edge = (c[pane].dir=="horz" ? "top" : "left");
-
-					// MASK PANES WITH IFRAMES OR OTHER TROUBLESOME ELEMENTS
-					$(o.maskIframesOnResize === true ? "iframe" : o.maskIframesOnResize).each(function() {					
-						$('<div class="ui-layout-mask"/>')
-							.css({
-								background:	"#fff"
-							,	opacity:	"0.001"
-							,	zIndex:		9
-							,	position:	"absolute"
-							,	width:		this.offsetWidth+"px"
-							,	height:		this.offsetHeight+"px"
-							})
-							.css($(this).offset()) // top & left
-							.appendTo(this.parentNode) // put div INSIDE pane to avoid zIndex issues
-						;
-					});
-				}
-
-			,	drag: function (e, ui) {
-					if (!draggingClassSet) { // can only add classes after clone has been added to the DOM
-						$(".ui-draggable-dragging")
-							.addClass( draggingClass +" "+ draggingPaneClass ) // add dragging classes
-							.children().css("visibility","hidden") // hide toggler inside dragged resizer-bar
-						;
-						draggingClassSet = true;
-						// draggable bug!? RE-SET zIndex to prevent E/W resize-bar showing through N/S pane!
-						if (s.isSliding) $Ps[pane].css("zIndex", c.zIndex.sliding);
-					}
-					// CONTAIN RESIZER-BAR TO RESIZING LIMITS
-					if		(ui.position[edge] < s.minPosition) ui.position[edge] = s.minPosition;
-					else if (ui.position[edge] > s.maxPosition) ui.position[edge] = s.maxPosition;
-				}
-
-			,	stop: function (e, ui) {
-					var 
-						dragPos	= ui.position
-					,	resizerPos
-					,	newSize
-					;
-					$R.removeClass( dragClass +" "+ dragPaneClass ); // remove drag classes
-	
-					switch (pane) {
-						case "north":	resizerPos = dragPos.top; break;
-						case "west":	resizerPos = dragPos.left; break;
-						case "south":	resizerPos = cDims.outerHeight - dragPos.top - $R.outerHeight(); break;
-						case "east":	resizerPos = cDims.outerWidth - dragPos.left - $R.outerWidth(); break;
-					}
-					// remove container margin from resizer position to get the pane size
-					newSize = resizerPos - cDims[ c[pane].edge ];
-
-					sizePane(pane, newSize);
-
-					// UN-MASK PANES MASKED IN drag.start
-					$("div.ui-layout-mask").remove(); // Remove iframe masks	
-
-					s.isResizing = false;
-				}
-
-			});
-		});
-	};
-
-
-
-/*
- * ###########################
- *       ACTION METHODS
- * ###########################
- */
-
-	/**
-	 * hide / show
-	 *
-	 * Completely 'hides' a pane, including its spacing - as if it does not exist
-	 * The pane is not actually 'removed' from the source, so can use 'show' to un-hide it
-	 *
-	 * @param String  pane   The pane being hidden, ie: north, south, east, or west
-	 */
-	var hide = function (pane, onInit) {
-		var
-			o	= options[pane]
-		,	s	= state[pane]
-		,	$P	= $Ps[pane]
-		,	$R	= $Rs[pane]
-		;
-		if (!$P || s.isHidden) return; // pane does not exist OR is already hidden
-
-		// onhide_start callback - will CANCEL hide if returns false
-		if (false === execUserCallback(pane, o.onhide_start)) return;
-
-		s.isSliding = false; // just in case
-
-		// now hide the elements
-		if ($R) $R.hide(); // hide resizer-bar
-		if (onInit || s.isClosed) {
-			s.isClosed = true; // to trigger open-animation on show()
-			s.isHidden  = true;
-			$P.hide(); // no animation when loading page
-			sizeMidPanes(c[pane].dir == "horz" ? "all" : "center");
-			execUserCallback(pane, o.onhide_end || o.onhide);
-		}
-		else {
-			s.isHiding = true; // used by onclose
-			close(pane, false); // adjust all panes to fit
-			//s.isHidden  = true; - will be set by close - if not cancelled
-		}
-	};
-
-	var show = function (pane, openPane) {
-		var
-			o	= options[pane]
-		,	s	= state[pane]
-		,	$P	= $Ps[pane]
-		,	$R	= $Rs[pane]
-		;
-		if (!$P || !s.isHidden) return; // pane does not exist OR is not hidden
-
-		// onhide_start callback - will CANCEL hide if returns false
-		if (false === execUserCallback(pane, o.onshow_start)) return;
-
-		s.isSliding = false; // just in case
-		s.isShowing = true; // used by onopen/onclose
-		//s.isHidden  = false; - will be set by open/close - if not cancelled
-
-		// now show the elements
-		if ($R && o.spacing_open > 0) $R.show();
-		if (openPane === false)
-			close(pane, true); // true = force
-		else
-			open(pane); // adjust all panes to fit
-	};
-
-
-	/**
-	 * toggle
-	 *
-	 * Toggles a pane open/closed by calling either open or close
-	 *
-	 * @param String  pane   The pane being toggled, ie: north, south, east, or west
-	 */
-	var toggle = function (pane) {
-		var s = state[pane];
-		if (s.isHidden)
-			show(pane); // will call 'open' after unhiding it
-		else if (s.isClosed)
-			open(pane);
-		else
-			close(pane);
-	};
-
-	/**
-	 * close
-	 *
-	 * Close the specified pane (animation optional), and resize all other panes as needed
-	 *
-	 * @param String  pane   The pane being closed, ie: north, south, east, or west
-	 */
-	var close = function (pane, force, noAnimation) {
-		var 
-			$P		= $Ps[pane]
-		,	$R		= $Rs[pane]
-		,	$T		= $Ts[pane]
-		,	o		= options[pane]
-		,	s		= state[pane]
-		,	doFX	= !noAnimation && !s.isClosed && (o.fxName_close != "none")
-		,	edge	= c[pane].edge
-		,	rClass	= o.resizerClass
-		,	tClass	= o.togglerClass
-		,	_pane	= "-"+ pane // used for classNames
-		,	_open	= "-open"
-		,	_sliding= "-sliding"
-		,	_closed	= "-closed"
-		// 	transfer logic vars to temp vars
-		,	isShowing = s.isShowing
-		,	isHiding = s.isHiding
-		;
-		// now clear the logic vars
-		delete s.isShowing;
-		delete s.isHiding;
-
-		if (!$P || (!o.resizable && !o.closable)) return; // invalid request
-		else if (!force && s.isClosed && !isShowing) return; // already closed
-
-		if (c.isLayoutBusy) { // layout is 'busy' - probably with an animation
-			setFlowCallback("close", pane, force); // set a callback for this action, if possible
-			return; // ABORT 
-		}
-
-		// onclose_start callback - will CANCEL hide if returns false
-		// SKIP if just 'showing' a hidden pane as 'closed'
-		if (!isShowing && false === execUserCallback(pane, o.onclose_start)) return;
-
-		// SET flow-control flags
-		c[pane].isMoving = true;
-		c.isLayoutBusy = true;
-
-		s.isClosed = true;
-		// update isHidden BEFORE sizing panes
-		if (isHiding) s.isHidden = true;
-		else if (isShowing) s.isHidden = false;
-
-		// sync any 'pin buttons'
-		syncPinBtns(pane, false);
-
-		// resize panes adjacent to this one
-		if (!s.isSliding) sizeMidPanes(c[pane].dir == "horz" ? "all" : "center");
-
-		// if this pane has a resizer bar, move it now
-		if ($R) {
-			$R
-				.css(edge, cDims[edge]) // move the resizer bar
-				.removeClass( rClass+_open +" "+ rClass+_pane+_open )
-				.removeClass( rClass+_sliding +" "+ rClass+_pane+_sliding )
-				.addClass( rClass+_closed +" "+ rClass+_pane+_closed )
-			;
-			// DISABLE 'resizing' when closed - do this BEFORE bindStartSlidingEvent
-			if (o.resizable)
-				$R
-					.draggable("disable")
-					.css("cursor", "default")
-					.attr("title","")
-				;
-			// if pane has a toggler button, adjust that too
-			if ($T) {
-				$T
-					.removeClass( tClass+_open +" "+ tClass+_pane+_open )
-					.addClass( tClass+_closed +" "+ tClass+_pane+_closed )
-					.attr("title", o.togglerTip_closed) // may be blank
-				;
-			}
-			sizeHandles(); // resize 'length' and position togglers for adjacent panes
-		}
-
-		// ANIMATE 'CLOSE' - if no animation, then was ALREADY shown above
-		if (doFX) {
-			lockPaneForFX(pane, true); // need to set left/top so animation will work
-			$P.hide( o.fxName_close, o.fxSettings_close, o.fxSpeed_close, function () {
-				lockPaneForFX(pane, false); // undo
-				if (!s.isClosed) return; // pane was opened before animation finished!
-				close_2();
-			});
-		}
-		else {
-			$P.hide(); // just hide pane NOW
-			close_2();
-		}
-
-		// SUBROUTINE
-		function close_2 () {
-			bindStartSlidingEvent(pane, true); // will enable if state.PANE.isSliding = true
-
-			// onclose callback - UNLESS just 'showing' a hidden pane as 'closed'
-			if (!isShowing)	execUserCallback(pane, o.onclose_end || o.onclose);
-			// onhide OR onshow callback
-			if (isShowing)	execUserCallback(pane, o.onshow_end || o.onshow);
-			if (isHiding)	execUserCallback(pane, o.onhide_end || o.onhide);
-
-			// internal flow-control callback
-			execFlowCallback(pane);
-		}
-	};
-
-	/**
-	 * open
-	 *
-	 * Open the specified pane (animation optional), and resize all other panes as needed
-	 *
-	 * @param String  pane   The pane being opened, ie: north, south, east, or west
-	 */
-	var open = function (pane, slide, noAnimation) {
-		var 
-			$P		= $Ps[pane]
-		,	$R		= $Rs[pane]
-		,	$T		= $Ts[pane]
-		,	o		= options[pane]
-		,	s		= state[pane]
-		,	doFX	= !noAnimation && s.isClosed && (o.fxName_open != "none")
-		,	edge	= c[pane].edge
-		,	rClass	= o.resizerClass
-		,	tClass	= o.togglerClass
-		,	_pane	= "-"+ pane // used for classNames
-		,	_open	= "-open"
-		,	_closed	= "-closed"
-		,	_sliding= "-sliding"
-		// 	transfer logic var to temp var
-		,	isShowing = s.isShowing
-		;
-		// now clear the logic var
-		delete s.isShowing;
-
-		if (!$P || (!o.resizable && !o.closable)) return; // invalid request
-		else if (!s.isClosed && !s.isSliding) return; // already open
-
-		// pane can ALSO be unhidden by just calling show(), so handle this scenario
-		if (s.isHidden && !isShowing) {
-			show(pane, true);
-			return;
-		}
-
-		if (c.isLayoutBusy) { // layout is 'busy' - probably with an animation
-			setFlowCallback("open", pane, slide); // set a callback for this action, if possible
-			return; // ABORT
-		}
-
-		// onopen_start callback - will CANCEL hide if returns false
-		if (false === execUserCallback(pane, o.onopen_start)) return;
-
-		// SET flow-control flags
-		c[pane].isMoving = true;
-		c.isLayoutBusy = true;
-
-		// 'PIN PANE' - stop sliding
-		if (s.isSliding && !slide) // !slide = 'open pane normally' - NOT sliding
-			bindStopSlidingEvents(pane, false); // will set isSliding=false
-
-		s.isClosed = false;
-		// update isHidden BEFORE sizing panes
-		if (isShowing) s.isHidden = false;
-
-		// Container size may have changed - shrink the pane if now 'too big'
-		setPaneMinMaxSizes(pane); // update pane-state
-		if (s.size > s.maxSize) // pane is too big! resize it before opening
-			$P.css( c[pane].sizeType, max(1, cssSize(pane, s.maxSize)) );
-
-		bindStartSlidingEvent(pane, false); // remove trigger event from resizer-bar
-
-		if (doFX) { // ANIMATE
-			lockPaneForFX(pane, true); // need to set left/top so animation will work
-			$P.show( o.fxName_open, o.fxSettings_open, o.fxSpeed_open, function() {
-				lockPaneForFX(pane, false); // undo
-				if (s.isClosed) return; // pane was closed before animation finished!
-				open_2(); // continue
-			});
-		}
-		else {// no animation
-			$P.show();	// just show pane and...
-			open_2();	// continue
-		}
-
-		// SUBROUTINE
-		function open_2 () {
-			// NOTE: if isSliding, then other panes are NOT 'resized'
-			if (!s.isSliding) // resize all panes adjacent to this one
-				sizeMidPanes(c[pane].dir=="vert" ? "center" : "all");
-
-			// if this pane has a toggler, move it now
-			if ($R) {
-				$R
-					.css(edge, cDims[edge] + getPaneSize(pane)) // move the toggler
-					.removeClass( rClass+_closed +" "+ rClass+_pane+_closed )
-					.addClass( rClass+_open +" "+ rClass+_pane+_open )
-					.addClass( !s.isSliding ? "" : rClass+_sliding +" "+ rClass+_pane+_sliding )
-				;
-				if (o.resizable)
-					$R
-						.draggable("enable")
-						.css("cursor", o.resizerCursor)
-						.attr("title", o.resizerTip)
-					;
-				else
-					$R.css("cursor", "default"); // n-resize, s-resize, etc
-				// if pane also has a toggler button, adjust that too
-				if ($T) {
-					$T
-						.removeClass( tClass+_closed +" "+ tClass+_pane+_closed )
-						.addClass( tClass+_open +" "+ tClass+_pane+_open )
-						.attr("title", o.togglerTip_open) // may be blank
-					;
-				}
-				sizeHandles("all"); // resize resizer & toggler sizes for all panes
-			}
-
-			// resize content every time pane opens - to be sure
-			sizeContent(pane);
-
-			// sync any 'pin buttons'
-			syncPinBtns(pane, !s.isSliding);
-
-			// onopen callback
-			execUserCallback(pane, o.onopen_end || o.onopen);
-
-			// onshow callback
-			if (isShowing) execUserCallback(pane, o.onshow_end || o.onshow);
-
-			// internal flow-control callback
-			execFlowCallback(pane);
-		}
-	};
-	
-
-	/**
-	 * lockPaneForFX
-	 *
-	 * Must set left/top on East/South panes so animation will work properly
-	 *
-	 * @param String  pane  The pane to lock, 'east' or 'south' - any other is ignored!
-	 * @param Boolean  doLock  true = set left/top, false = remove
-	 */
-	var lockPaneForFX = function (pane, doLock) {
-		var $P = $Ps[pane];
-		if (doLock) {
-			$P.css({ zIndex: c.zIndex.animation }); // overlay all elements during animation
-			if (pane=="south")
-				$P.css({ top: cDims.top + cDims.innerHeight - $P.outerHeight() });
-			else if (pane=="east")
-				$P.css({ left: cDims.left + cDims.innerWidth - $P.outerWidth() });
-		}
-		else {
-			if (!state[pane].isSliding) $P.css({ zIndex: c.zIndex.pane_normal });
-			if (pane=="south")
-				$P.css({ top: "auto" });
-			else if (pane=="east")
-				$P.css({ left: "auto" });
-		}
-	};
-
-
-	/**
-	 * bindStartSlidingEvent
-	 *
-	 * Toggle sliding functionality of a specific pane on/off by adding removing 'slide open' trigger
-	 *
-	 * @callers  open(), close()
-	 * @param String  pane  The pane to enable/disable, 'north', 'south', etc.
-	 * @param Boolean  enable  Enable or Disable sliding?
-	 */
-	var bindStartSlidingEvent = function (pane, enable) {
-		var 
-			o		= options[pane]
-		,	$R		= $Rs[pane]
-		,	trigger	= o.slideTrigger_open
-		;
-		if (!$R || !o.slidable) return;
-		// make sure we have a valid event
-		if (trigger != "click" && trigger != "dblclick" && trigger != "mouseover") trigger = "click";
-		$R
-			// add or remove trigger event
-			[enable ? "bind" : "unbind"](trigger, slideOpen)
-			// set the appropriate cursor & title/tip
-			.css("cursor", (enable ? o.sliderCursor: "default"))
-			.attr("title", (enable ? o.sliderTip : ""))
-		;
-	};
-
-	/**
-	 * bindStopSlidingEvents
-	 *
-	 * Add or remove 'mouseout' events to 'slide close' when pane is 'sliding' open or closed
-	 * Also increases zIndex when pane is sliding open
-	 * See bindStartSlidingEvent for code to control 'slide open'
-	 *
-	 * @callers  slideOpen(), slideClosed()
-	 * @param String  pane  The pane to process, 'north', 'south', etc.
-	 * @param Boolean  isOpen  Is pane open or closed?
-	 */
-	var bindStopSlidingEvents = function (pane, enable) {
-		var 
-			o		= options[pane]
-		,	s		= state[pane]
-		,	trigger	= o.slideTrigger_close
-		,	action	= (enable ? "bind" : "unbind") // can't make 'unbind' work! - see disabled code below
-		,	$P		= $Ps[pane]
-		,	$R		= $Rs[pane]
-		;
-
-		s.isSliding = enable; // logic
-		clearTimer(pane, "closeSlider"); // just in case
-
-		// raise z-index when sliding
-		$P.css({ zIndex: (enable ? c.zIndex.sliding : c.zIndex.pane_normal) });
-		$R.css({ zIndex: (enable ? c.zIndex.sliding : c.zIndex.resizer_normal) });
-
-		// make sure we have a valid event
-		if (trigger != "click" && trigger != "mouseout") trigger = "mouseout";
-
-		// when trigger is 'mouseout', must cancel timer when mouse moves between 'pane' and 'resizer'
-		if (enable) { // BIND trigger events
-			$P.bind(trigger, slideClosed );
-			$R.bind(trigger, slideClosed );
-			if (trigger = "mouseout") {
-				$P.bind("mouseover", cancelMouseOut );
-				$R.bind("mouseover", cancelMouseOut );
-			}
-		}
-		else { // UNBIND trigger events
-			// TODO: why does unbind of a 'single function' not work reliably?
-			//$P[action](trigger, slideClosed );
-			$P.unbind(trigger);
-			$R.unbind(trigger);
-			if (trigger = "mouseout") {
-				//$P[action]("mouseover", cancelMouseOut );
-				$P.unbind("mouseover");
-				$R.unbind("mouseover");
-				clearTimer(pane, "closeSlider");
-			}
-		}
-
-		// SUBROUTINE for mouseout timer clearing
-		function cancelMouseOut (evt) {
-			clearTimer(pane, "closeSlider");
-			evt.stopPropagation();
-		}
-	};
-
-	var slideOpen = function () {
-		var pane = $(this).attr("resizer"); // attr added by initHandles
-		if (state[pane].isClosed) { // skip if already open!
-			bindStopSlidingEvents(pane, true); // pane is opening, so BIND trigger events to close it
-			open(pane, true); // true = slide - ie, called from here!
-		}
-	};
-
-	var slideClosed = function () {
-		var
-			$E = $(this)
-		,	pane = $E.attr("pane") || $E.attr("resizer")
-		,	o = options[pane]
-		,	s = state[pane]
-		;
-		if (s.isClosed || s.isResizing)
-			return; // skip if already closed OR in process of resizing
-		else if (o.slideTrigger_close == "click")
-			close_NOW(); // close immediately onClick
-		else // trigger = mouseout - use a delay
-			setTimer(pane, "closeSlider", close_NOW, 300); // .3 sec delay
-
-		// SUBROUTINE for timed close
-		function close_NOW () {
-			bindStopSlidingEvents(pane, false); // pane is being closed, so UNBIND trigger events
-			if (!s.isClosed) close(pane); // skip if already closed!
-		}
-	};
-
-
-	/**
-	 * sizePane
-	 *
-	 * @callers  initResizable.stop()
-	 * @param String  pane   The pane being resized - usually west or east, but potentially north or south
-	 * @param Integer  newSize  The new size for this pane - will be validated
-	 */
-	var sizePane = function (pane, size) {
-		// TODO: accept "auto" as size, and size-to-fit pane content
-		var 
-			edge	= c[pane].edge
-		,	dir		= c[pane].dir
-		,	o		= options[pane]
-		,	s		= state[pane]
-		,	$P		= $Ps[pane]
-		,	$R		= $Rs[pane]
-		;
-		// calculate 'current' min/max sizes
-		setPaneMinMaxSizes(pane); // update pane-state
-		// compare/update calculated min/max to user-options
-		s.minSize = max(s.minSize, o.minSize);
-		if (o.maxSize > 0) s.maxSize = min(s.maxSize, o.maxSize);
-		// validate passed size
-		size = max(size, s.minSize);
-		size = min(size, s.maxSize);
-		s.size = size; // update state
-
-		// move the resizer bar and resize the pane
-		$R.css( edge, size + cDims[edge] );
-		$P.css( c[pane].sizeType, max(1, cssSize(pane, size)) );
-
-		// resize all the adjacent panes, and adjust their toggler buttons
-		if (!s.isSliding) sizeMidPanes(dir=="horz" ? "all" : "center");
-		sizeHandles();
-		sizeContent(pane);
-		execUserCallback(pane, o.onresize_end || o.onresize);
-	};
-
-	/**
-	 * sizeMidPanes
-	 *
-	 * @callers  create(), open(), close(), onWindowResize()
-	 */
-	var sizeMidPanes = function (panes, overrideDims, onInit) {
-		if (!panes || panes == "all") panes = "east,west,center";
-
-		var d = getPaneDims();
-		if (overrideDims) $.extend( d, overrideDims );
-
-		$.each(panes.split(","), function() {
-			if (!$Ps[this]) return; // NO PANE - skip
-			var 
-				pane	= str(this)
-			,	o		= options[pane]
-			,	s		= state[pane]
-			,	$P		= $Ps[pane]
-			,	$R		= $Rs[pane]
-			,	hasRoom	= true
-			,	CSS		= {}
-			;
-
-			if (pane == "center") {
-				d = getPaneDims(); // REFRESH Dims because may have just 'unhidden' East or West pane after a 'resize'
-				CSS = $.extend( {}, d ); // COPY ALL of the paneDims
-				CSS.width  = max(1, cssW(pane, CSS.width));
-				CSS.height = max(1, cssH(pane, CSS.height));
-				hasRoom = (CSS.width > 1 && CSS.height > 1);
-				/*
-				 * Extra CSS for IE6 or IE7 in Quirks-mode - add 'width' to NORTH/SOUTH panes
-				 * Normally these panes have only 'left' & 'right' positions so pane auto-sizes
-				 */
-				if ($.browser.msie && (!$.boxModel || $.browser.version < 7)) {
-					if ($Ps.north) $Ps.north.css({ width: cssW($Ps.north, cDims.innerWidth) });
-					if ($Ps.south) $Ps.south.css({ width: cssW($Ps.south, cDims.innerWidth) });
-				}
-			}
-			else { // for east and west, set only the height
-				CSS.top = d.top;
-				CSS.bottom = d.bottom;
-				CSS.height = max(1, cssH(pane, d.height));
-				hasRoom = (CSS.height > 1);
-			}
-
-			if (hasRoom) {
-				$P.css(CSS);
-				if (s.noRoom) {
-					s.noRoom = false;
-					if (s.isHidden) return;
-					else show(pane, !s.isClosed);
-					/* OLD CODE - keep until sure line above works right!
-					if (!s.isClosed) $P.show(); // in case was previously hidden due to NOT hasRoom
-					if ($R) $R.show();
-					*/
-				}
-				if (!onInit) {
-					sizeContent(pane);
-					execUserCallback(pane, o.onresize_end || o.onresize);
-				}
-			}
-			else if (!s.noRoom) { // no room for pane, so just hide it (if not already)
-				s.noRoom = true; // update state
-				if (s.isHidden) return;
-				if (onInit) { // skip onhide callback and other logic onLoad
-					$P.hide();
-					if ($R) $R.hide();
-				}
-				else hide(pane);
-			}
-		});
-	};
-
-
-	var sizeContent = function (panes) {
-		if (!panes || panes == "all") panes = c.allPanes;
-
-		$.each(panes.split(","), function() {
-			if (!$Cs[this]) return; // NO CONTENT - skip
-			var 
-				pane	= str(this)
-			,	ignore	= options[pane].contentIgnoreSelector
-			,	$P		= $Ps[pane]
-			,	$C		= $Cs[pane]
-			,	e_C		= $C[0]		// DOM element
-			,	height	= cssH($P);	// init to pane.innerHeight
-			;
-			$P.children().each(function() {
-				if (this == e_C) return; // Content elem - skip
-				var $E = $(this);
-				if (!ignore || !$E.is(ignore))
-					height -= $E.outerHeight();
-			});
-			if (height > 0)
-				height = cssH($C, height);
-			if (height < 1)
-				$C.hide(); // no room for content!
-			else
-				$C.css({ height: height }).show();
-		});
-	};
-
-
-	/**
-	 * sizeHandles
-	 *
-	 * Called every time a pane is opened, closed, or resized to slide the togglers to 'center' and adjust their length if necessary
-	 *
-	 * @callers  initHandles(), open(), close(), resizeAll()
-	 */
-	var sizeHandles = function (panes, onInit) {
-		if (!panes || panes == "all") panes = c.borderPanes;
-
-		$.each(panes.split(","), function() {
-			var 
-				pane	= str(this)
-			,	o		= options[pane]
-			,	s		= state[pane]
-			,	$P		= $Ps[pane]
-			,	$R		= $Rs[pane]
-			,	$T		= $Ts[pane]
-			;
-			if (!$P || !$R || (!o.resizable && !o.closable)) return; // skip
-
-			var 
-				dir			= c[pane].dir
-			,	_state		= (s.isClosed ? "_closed" : "_open")
-			,	spacing		= o["spacing"+ _state]
-			,	togAlign	= o["togglerAlign"+ _state]
-			,	togLen		= o["togglerLength"+ _state]
-			,	paneLen
-			,	offset
-			,	CSS = {}
-			;
-			if (spacing == 0) {
-				$R.hide();
-				return;
-			}
-			else if (!s.noRoom && !s.isHidden) // skip if resizer was hidden for any reason
-				$R.show(); // in case was previously hidden
-
-			// Resizer Bar is ALWAYS same width/height of pane it is attached to
-			if (dir == "horz") { // north/south
-				paneLen = $P.outerWidth();
-				$R.css({
-					width:	max(1, cssW($R, paneLen)) // account for borders & padding
-				,	height:	max(1, cssH($R, spacing)) // ditto
-				,	left:	cssNum($P, "left")
-				});
-			}
-			else { // east/west
-				paneLen = $P.outerHeight();
-				$R.css({
-					height:	max(1, cssH($R, paneLen)) // account for borders & padding
-				,	width:	max(1, cssW($R, spacing)) // ditto
-				,	top:	cDims.top + getPaneSize("north", true)
-				//,	top:	cssNum($Ps["center"], "top")
-				});
-				
-			}
-
-			if ($T) {
-				if (togLen == 0 || (s.isSliding && o.hideTogglerOnSlide)) {
-					$T.hide(); // always HIDE the toggler when 'sliding'
-					return;
-				}
-				else
-					$T.show(); // in case was previously hidden
-
-				if (!(togLen > 0) || togLen == "100%" || togLen > paneLen) {
-					togLen = paneLen;
-					offset = 0;
-				}
-				else { // calculate 'offset' based on options.PANE.togglerAlign_open/closed
-					if (typeof togAlign == "string") {
-						switch (togAlign) {
-							case "top":
-							case "left":	offset = 0;
-											break;
-							case "bottom":
-							case "right":	offset = paneLen - togLen;
-											break;
-							case "middle":
-							case "center":
-							default:		offset = Math.floor((paneLen - togLen) / 2); // 'default' catches typos
-						}
-					}
-					else { // togAlign = number
-						var x = parseInt(togAlign); //
-						if (togAlign >= 0) offset = x;
-						else offset = paneLen - togLen + x; // NOTE: x is negative!
-					}
-				}
-
-				var
-					$TC_o = (o.togglerContent_open   ? $T.children(".content-open") : false)
-				,	$TC_c = (o.togglerContent_closed ? $T.children(".content-closed")   : false)
-				,	$TC   = (s.isClosed ? $TC_c : $TC_o)
-				;
-				if ($TC_o) $TC_o.css("display", s.isClosed ? "none" : "block");
-				if ($TC_c) $TC_c.css("display", s.isClosed ? "block" : "none");
-
-				if (dir == "horz") { // north/south
-					var width = cssW($T, togLen);
-					$T.css({
-						width:	max(0, width)  // account for borders & padding
-					,	height:	max(1, cssH($T, spacing)) // ditto
-					,	left:	offset // TODO: VERIFY that toggler  positions correctly for ALL values
-					});
-					if ($TC) // CENTER the toggler content SPAN
-						$TC.css("marginLeft", Math.floor((width-$TC.outerWidth())/2)); // could be negative
-				}
-				else { // east/west
-					var height = cssH($T, togLen);
-					$T.css({
-						height:	max(0, height)  // account for borders & padding
-					,	width:	max(1, cssW($T, spacing)) // ditto
-					,	top:	offset // POSITION the toggler
-					});
-					if ($TC) // CENTER the toggler content SPAN
-						$TC.css("marginTop", Math.floor((height-$TC.outerHeight())/2)); // could be negative
-				}
-
-
-			}
-
-			// DONE measuring and sizing this resizer/toggler, so can be 'hidden' now
-			if (onInit && o.initHidden) {
-				$R.hide();
-				if ($T) $T.hide();
-			}
-		});
-	};
-
-
-	/**
-	 * resizeAll
-	 *
-	 * @callers  window.onresize(), callbacks or custom code
-	 */
-	var resizeAll = function () {
-		var
-			oldW	= cDims.innerWidth
-		,	oldH	= cDims.innerHeight
-		;
-		cDims = state.container = getElemDims($Container); // UPDATE container dimensions
-
-		var
-			checkH	= (cDims.innerHeight < oldH)
-		,	checkW	= (cDims.innerWidth < oldW)
-		,	s, dir
-		;
-
-		if (checkH || checkW)
-			// NOTE special order for sizing: S-N-E-W
-			$.each(["south","north","east","west"], function(i,pane) {
-				s = state[pane];
-				dir = c[pane].dir;
-				if (!s.isClosed && ((checkH && dir=="horz") || (checkW && dir=="vert"))) {
-					setPaneMinMaxSizes(pane); // update pane-state
-					// shrink pane if 'too big' to fit
-					if (s.size > s.maxSize)
-						sizePane(pane, s.maxSize);
-				}
-			});
-
-		sizeMidPanes("all");
-		sizeHandles("all"); // reposition the toggler elements
-	};
-
-
-	/**
-	 * keyDown
-	 *
-	 * Capture keys when enableCursorHotkey - toggle pane if hotkey pressed
-	 *
-	 * @callers  document.keydown()
-	 */
-	function keyDown (evt) {
-		if (!evt) return true;
-		var code = evt.keyCode;
-		if (code < 33) return true; // ignore special keys: ENTER, TAB, etc
-
-		var
-			PANE = {
-				38: "north" // Up Cursor
-			,	40: "south" // Down Cursor
-			,	37: "west"  // Left Cursor
-			,	39: "east"  // Right Cursor
-			}
-		,	isCursorKey = (code >= 37 && code <= 40)
-		,	ALT = evt.altKey // no worky!
-		,	SHIFT = evt.shiftKey
-		,	CTRL = evt.ctrlKey
-		,	pane = false
-		,	s, o, k, m, el
-		;
-
-		if (!CTRL && !SHIFT)
-			return true; // no modifier key - abort
-		else if (isCursorKey && options[PANE[code]].enableCursorHotkey) // valid cursor-hotkey
-			pane = PANE[code];
-		else // check to see if this matches a custom-hotkey
-			$.each(c.borderPanes.split(","), function(i,p) { // loop each pane to check its hotkey
-				o = options[p];
-				k = o.customHotkey;
-				m = o.customHotkeyModifier; // if missing or invalid, treated as "CTRL+SHIFT"
-				if ((SHIFT && m=="SHIFT") || (CTRL && m=="CTRL") || (CTRL && SHIFT)) { // Modifier matches
-					if (k && code == (isNaN(k) || k <= 9 ? k.toUpperCase().charCodeAt(0) : k)) { // Key matches
-						pane = p;
-						return false; // BREAK
-					}
-				}
-			});
-
-		if (!pane) return true; // no hotkey - abort
-
-		// validate pane
-		o = options[pane]; // get pane options
-		s = state[pane]; // get pane options
-		if (!o.enableCursorHotkey || s.isHidden || !$Ps[pane]) return true;
-
-		// see if user is in a 'form field' because may be 'selecting text'!
-		el = evt.target || evt.srcElement;
-		if (el && SHIFT && isCursorKey && (el.tagName=="TEXTAREA" || (el.tagName=="INPUT" && (code==37 || code==39))))
-			return true; // allow text-selection
-
-		// SYNTAX NOTES
-		// use "returnValue=false" to abort keystroke but NOT abort function - can run another command afterwards
-		// use "return false" to abort keystroke AND abort function
-		toggle(pane);
-		evt.stopPropagation();
-		evt.returnValue = false; // CANCEL key
-		return false;
-	};
-
-
-/*
- * ###########################
- *     UTILITY METHODS
- *   called externally only
- * ###########################
- */
-
-	function allowOverflow (elem) {
-		if (this && this.tagName) elem = this; // BOUND to element
-		var $P;
-		if (typeof elem=="string")
-			$P = $Ps[elem];
-		else {
-			if ($(elem).attr("pane")) $P = $(elem);
-			else $P = $(elem).parents("div[pane]:first");
-		}
-		if (!$P.length) return; // INVALID
-
-		var
-			pane	= $P.attr("pane")
-		,	s		= state[pane]
-		;
-
-		// if pane is already raised, then reset it before doing it again!
-		// this would happen if allowOverflow is attached to BOTH the pane and an element 
-		if (s.cssSaved)
-			resetOverflow(pane); // reset previous CSS before continuing
-
-		// if pane is raised by sliding or resizing, or it's closed, then abort
-		if (s.isSliding || s.isResizing || s.isClosed) {
-			s.cssSaved = false;
-			return;
-		}
-
-		var
-			newCSS	= { zIndex: (c.zIndex.pane_normal + 1) }
-		,	curCSS	= {}
-		,	of		= $P.css("overflow")
-		,	ofX		= $P.css("overflowX")
-		,	ofY		= $P.css("overflowY")
-		;
-		// determine which, if any, overflow settings need to be changed
-		if (of != "visible") {
-			curCSS.overflow = of;
-			newCSS.overflow = "visible";
-		}
-		if (ofX && ofX != "visible" && ofX != "auto") {
-			curCSS.overflowX = ofX;
-			newCSS.overflowX = "visible";
-		}
-		if (ofY && ofY != "visible" && ofY != "auto") {
-			curCSS.overflowY = ofX;
-			newCSS.overflowY = "visible";
-		}
-
-		// save the current overflow settings - even if blank!
-		s.cssSaved = curCSS;
-
-		// apply new CSS to raise zIndex and, if necessary, make overflow 'visible'
-		$P.css( newCSS );
-
-		// make sure the zIndex of all other panes is normal
-		$.each(c.allPanes.split(","), function(i, p) {
-			if (p != pane) resetOverflow(p);
-		});
-
-	};
-
-	function resetOverflow (elem) {
-		if (this && this.tagName) elem = this; // BOUND to element
-		var $P;
-		if (typeof elem=="string")
-			$P = $Ps[elem];
-		else {
-			if ($(elem).hasClass("ui-layout-pane")) $P = $(elem);
-			else $P = $(elem).parents("div[pane]:first");
-		}
-		if (!$P.length) return; // INVALID
-
-		var
-			pane	= $P.attr("pane")
-		,	s		= state[pane]
-		,	CSS		= s.cssSaved || {}
-		;
-		// reset the zIndex
-		if (!s.isSliding && !s.isResizing)
-			$P.css("zIndex", c.zIndex.pane_normal);
-
-		// reset Overflow - if necessary
-		$P.css( CSS );
-
-		// clear var
-		s.cssSaved = false;
-	};
-
-
-	/**
-	* getBtn
-	*
-	* Helper function to validate params received by addButton utilities
-	*
-	* @param String   selector 	jQuery selector for button, eg: ".ui-layout-north .toggle-button"
-	* @param String   pane 		Name of the pane the button is for: 'north', 'south', etc.
-	* @returns  If both params valid, the element matching 'selector' in a jQuery wrapper - otherwise 'false'
-	*/
-	function getBtn(selector, pane, action) {
-		var
-			$E = $(selector)
-		,	err = "Error Adding Button \n\nInvalid "
-		;
-		if (!$E.length) // element not found
-			alert(err+"selector: "+ selector);
-		else if (c.borderPanes.indexOf(pane) == -1) // invalid 'pane' sepecified
-			alert(err+"pane: "+ pane);
-		else { // VALID
-			var btn = options[pane].buttonClass +"-"+ action;
-			$E.addClass( btn +" "+ btn +"-"+ pane );
-			return $E;
-		}
-		return false;  // INVALID
-	};
-
-
-	/**
-	* addToggleBtn
-	*
-	* Add a custom Toggler button for a pane
-	*
-	* @param String   selector 	jQuery selector for button, eg: ".ui-layout-north .toggle-button"
-	* @param String   pane 		Name of the pane the button is for: 'north', 'south', etc.
-	*/
-	function addToggleBtn (selector, pane) {
-		var $E = getBtn(selector, pane, "toggle");
-		if ($E)
-			$E
-				.attr("title", state[pane].isClosed ? "Open" : "Close")
-				.click(function (evt) {
-					toggle(pane);
-					evt.stopPropagation();
-				})
-			;
-	};
-
-	/**
-	* addOpenBtn
-	*
-	* Add a custom Open button for a pane
-	*
-	* @param String   selector 	jQuery selector for button, eg: ".ui-layout-north .open-button"
-	* @param String   pane 		Name of the pane the button is for: 'north', 'south', etc.
-	*/
-	function addOpenBtn (selector, pane) {
-		var $E = getBtn(selector, pane, "open");
-		if ($E)
-			$E
-				.attr("title", "Open")
-				.click(function (evt) {
-					open(pane);
-					evt.stopPropagation();
-				})
-			;
-	};
-
-	/**
-	* addCloseBtn
-	*
-	* Add a custom Close button for a pane
-	*
-	* @param String   selector 	jQuery selector for button, eg: ".ui-layout-north .close-button"
-	* @param String   pane 		Name of the pane the button is for: 'north', 'south', etc.
-	*/
-	function addCloseBtn (selector, pane) {
-		var $E = getBtn(selector, pane, "close");
-		if ($E)
-			$E
-				.attr("title", "Close")
-				.click(function (evt) {
-					close(pane);
-					evt.stopPropagation();
-				})
-			;
-	};
-
-	/**
-	* addPinBtn
-	*
-	* Add a custom Pin button for a pane
-	*
-	* Four classes are added to the element, based on the paneClass for the associated pane...
-	* Assuming the default paneClass and the pin is 'up', these classes are added for a west-pane pin:
-	*  - ui-layout-pane-pin
-	*  - ui-layout-pane-west-pin
-	*  - ui-layout-pane-pin-up
-	*  - ui-layout-pane-west-pin-up
-	*
-	* @param String   selector 	jQuery selector for button, eg: ".ui-layout-north .ui-layout-pin"
-	* @param String   pane 		Name of the pane the pin is for: 'north', 'south', etc.
-	*/
-	function addPinBtn (selector, pane) {
-		var $E = getBtn(selector, pane, "pin");
-		if ($E) {
-			var s = state[pane];
-			$E.click(function (evt) {
-				setPinState($(this), pane, (s.isSliding || s.isClosed));
-				if (s.isSliding || s.isClosed) open( pane ); // change from sliding to open
-				else close( pane ); // slide-closed
-				evt.stopPropagation();
-			});
-			// add up/down pin attributes and classes
-			setPinState ($E, pane, (!s.isClosed && !s.isSliding));
-			// add this pin to the pane data so we can 'sync it' automatically
-			// PANE.pins key is an array so we can store multiple pins for each pane
-			c[pane].pins.push( selector ); // just save the selector string
-		}
-	};
-
-	/**
-	* syncPinBtns
-	*
-	* INTERNAL function to sync 'pin buttons' when pane is opened or closed
-	* Unpinned means the pane is 'sliding' - ie, over-top of the adjacent panes
-	*
-	* @callers  open(), close()
-	* @params  pane   These are the params returned to callbacks by layout()
-	* @params  doPin  True means set the pin 'down', False means 'up'
-	*/
-	function syncPinBtns (pane, doPin) {
-		$.each(c[pane].pins, function (i, selector) {
-			setPinState($(selector), pane, doPin);
-		});
-	};
-
-	/**
-	* setPinState
-	*
-	* Change the class of the pin button to make it look 'up' or 'down'
-	*
-	* @callers  addPinBtn(), syncPinBtns()
-	* @param Element  $Pin		The pin-span element in a jQuery wrapper
-	* @param Boolean  doPin		True = set the pin 'down', False = set it 'up'
-	* @param String   pinClass	The root classname for pins - will add '-up' or '-down' suffix
-	*/
-	function setPinState ($Pin, pane, doPin) {
-		var updown = $Pin.attr("pin");
-		if (updown && doPin == (updown=="down")) return; // already in correct state
-		var
-			root	= options[pane].buttonClass
-		,	class1	= root +"-pin"
-		,	class2	= class1 +"-"+ pane
-		,	UP1		= class1 + "-up"
-		,	UP2		= class2 + "-up"
-		,	DN1		= class1 + "-down"
-		,	DN2		= class2 + "-down"
-		;
-		$Pin
-			.attr("pin", doPin ? "down" : "up") // logic
-			.attr("title", doPin ? "Un-Pin" : "Pin")
-			.removeClass( doPin ? UP1 : DN1 ) 
-			.removeClass( doPin ? UP2 : DN2 ) 
-			.addClass( doPin ? DN1 : UP1 ) 
-			.addClass( doPin ? DN2 : UP2 ) 
-		;
-	};
-
-
-/*
- * ###########################
- * CREATE/RETURN BORDER-LAYOUT
- * ###########################
- */
-
-	// init global vars
-	var 
-		$Container = $(this).css({ overflow: "hidden" }) // Container elem
-	,	$Ps		= {} // Panes x4	- set in initPanes()
-	,	$Cs		= {} // Content x4	- set in initPanes()
-	,	$Rs		= {} // Resizers x4	- set in initHandles()
-	,	$Ts		= {} // Togglers x4	- set in initHandles()
-	//	object aliases
-	,	c		= config // alias for config hash
-	,	cDims	= state.container // alias for easy access to 'container dimensions'
-	;
-
-	// create the border layout NOW
-	create();
-
-	// return object pointers to expose data & option Properties, and primary action Methods
-	return {
-		options:		options			// property - options hash
-	,	state:			state			// property - dimensions hash
-	,	panes:			$Ps				// property - object pointers for ALL panes: panes.north, panes.center
-	,	toggle:			toggle			// method - pass a 'pane' ("north", "west", etc)
-	,	open:			open			// method - ditto
-	,	close:			close			// method - ditto
-	,	hide:			hide			// method - ditto
-	,	show:			show			// method - ditto
-	,	resizeContent:	sizeContent		// method - ditto
-	,	sizePane:		sizePane		// method - pass a 'pane' AND a 'size' in pixels
-	,	resizeAll:		resizeAll		// method - no parameters
-	,	addToggleBtn:	addToggleBtn	// utility - pass element selector and 'pane'
-	,	addOpenBtn:		addOpenBtn		// utility - ditto
-	,	addCloseBtn:	addCloseBtn		// utility - ditto
-	,	addPinBtn:		addPinBtn		// utility - ditto
-	,	allowOverflow:	allowOverflow	// utility - pass calling element
-	,	resetOverflow:	resetOverflow	// utility - ditto
-	,	cssWidth:		cssW
-	,	cssHeight:		cssH
-	};
-
-}
-})( jQuery );
\ No newline at end of file
diff --git a/wp-content/themes/constructor/admin/js/messages.js b/wp-content/themes/constructor/admin/js/messages.js
deleted file mode 100644
index dcd3f4519de697b05b8ade2218ef010d2f77d3d3..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/admin/js/messages.js
+++ /dev/null
@@ -1,58 +0,0 @@
-var Messages = {
-    
-    _typeNotice:'<div id="message" class="updated fade below-h2 ui-state-highlight">'+
-                    '<p><span class="ui-icon ui-icon-info alignleft"/><span class="ui-icon ui-icon-close message-close"/></p>'+
-                '</div>',
-			    
-    _typeWarning:'<div id="message" class="updated fade below-h2 ui-state-highlight">'+
-                    '<p><span class="ui-icon ui-icon-alert alignleft"/><span class="ui-icon ui-icon-close message-close"/></p>'+
-                '</div>',
-			    
-    _typeError:'<div id="message" class="error fade below-h2 ui-state-error">'+
-                    '<p><span class="ui-icon ui-icon-alert alignleft"/><span class="ui-icon ui-icon-close message-close"/></p>'+
-                '</div>',
-			    
-    addMessage:function(type, text, callback) {
-
-        jQuery('#message').detach();
-
-        console.log(text);
-
-        var el = jQuery(Messages['_type'+type]);
-            el.find('p').append(text);
-            el.css({display:'none'});
-            el.find('.ui-icon-close').click(function(){
-                jQuery(this).parent().parent().fadeOut();
-            }).hover(function(){
-                jQuery(this).addClass('ui-icon-closethick');
-            },function(){
-                jQuery(this).removeClass('ui-icon-closethick');
-            });
-            el.insertAfter('.wrap h2:first');
-            el.fadeIn(2000, callback);
-    },
-    addError:function(message, callback) {
-        Messages.addMessage('Error', message, callback);
-    },
-    addErrors:function(messages, callback) {
-        jQuery.each(messages, function(message) {
-            Messages.addError(message, callback);
-        });
-    },
-    addNotice:function(message, callback) {
-        Messages.addMessage('Notice', message, callback);
-    },
-    addNotices:function(messages, callback) {
-        jQuery.each(messages, function(message) {
-            Messages.addError(message, callback);
-        });
-    },
-    addWarning:function(message, callback) {
-        Messages.addMessage('Warning', message, callback);
-    },
-    addWarnings:function(messages, callback) {
-        jQuery.each(messages, function(message) {
-            Messages.addError(message, callback);
-        });
-    }
-}
\ No newline at end of file
diff --git a/wp-content/themes/constructor/admin/js/settings.js b/wp-content/themes/constructor/admin/js/settings.js
deleted file mode 100644
index 3136012663add89d2e0ece4124f8a6c18b4873fe..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/admin/js/settings.js
+++ /dev/null
@@ -1,184 +0,0 @@
-(function($){
-   
-$(document).ready(function(){
-	// Select based on images
-    $('.constructor .select a').click(function(){
-        $(this).parent().find('a').removeClass('selected');
-        $(this).addClass('selected');
-        var id = $(this).parent().attr('id');
-        $('#constructor-' + id).val($(this).attr('name'));
-        return false;
-    });
-	// Checkbox based on images
-    $('.constructor .checkbox a').click(function(){
-        $(this).toggleClass('checked');
-        var id = '#'+ $(this).parent().attr('name') +'-'+ $(this).attr('name');
-
-        if ($(this).hasClass('checked')) {
-            $(id).val(1);
-        } else {
-            $(id).val(0);
-        }
-
-        return false;
-    });
-
-    // Checkbox for fieldsets
-	$('.constructor fieldset > legend > input:checkbox').bind('check-fieldset', function(){
-		var $this = $(this);
-		if ($this.is(':checked')) {
-			$this.parents('fieldset').find(':input').not(this).removeAttr('disabled');
-            $this.parents('fieldset').removeClass('disabled');
-		} else {
-			$this.parents('fieldset').find(':input').not(this).attr('disabled','disabled');
-            $this.parents('fieldset').addClass('disabled');
-		}
-	}).click(function(){
-		$(this).trigger('check-fieldset');
-	}).trigger('check-fieldset');
-	
-    // Admin Tabs
-    $('#tabs').tabs({ fxFade: true, fxSpeed: 'fast' });
-    
-    // Clear input fields values
-    $('.clear-link').click(function(){
-       $(this).parent().find('input').val('');
-       return false;
-    });
-
-    // Donate close button
-    $('.donate .message-close').hover(function(){
-        $(this).find('.ui-icon')
-            //.removeClass('ui-icon-close')
-            .addClass('ui-icon-closethick')
-            ;
-    },function(){
-        $(this).find('.ui-icon')
-            .removeClass('ui-icon-closethick')
-            //.addClass('ui-icon-close')
-            ;
-    })
-    .click(function(){
-        // @todo: not sure to correct way
-        $.post($(this).attr("href"), {
-            action: "constructor_admin_donate"
-          }
-        );
-        $(this).parent('#message').remove();
-        return false;
-    });
-    
-    // Save button
-    $('#save-link').click(function(){
-        // @todo hardcode object
-        var data = {
-            'action': "constructor_admin_save",
-            'theme':$('#save-theme-name').val(),
-            'theme-uri':$('#save-theme-uri').val(),
-            'description':$('#save-description').val(),
-            'version':$('#save-version').val(),
-            'author':$('#save-author').val(),
-            'author-uri':$('#save-author-uri').val()
-        };
-
-        $.ajax({
-			type: "POST",
-			url: $(this).attr("href"),
-			data: data,
-			dataType: "json",
-			success: function(response) {
-                if (response.status == 'ok') {
-                    Messages.addNotice(response.message, null);
-                } else {
-                    Messages.addWarning(response.message, null);
-                }
-            }
-		});
-
-        return false;
-    });
-
-    // Clean button
-    $('#clean-link').click(function(){
-
-        if (confirm('Are you sure you want to remove all changes?')) {
-            var data = {
-                'action': "constructor_admin_clean"
-            };
-            $.ajax({
-                type: "POST",
-                url: $(this).attr("href"),
-                data: data,
-                dataType: "json",
-                success: function(response) {
-                    if (response.status == 'ok') {
-                        Messages.addNotice(response.message, null);
-                    } else {
-                        Messages.addWarning(response.message, null);
-                    }
-                }
-            });
-        }
-        return false;
-    });
-    
-    var dialogs = {};
-    
-    // Help dialog
-    $('.help-button').click(function(){
-        var id = $(this).attr('name');
-        if (dialogs[id] == undefined) {
-            dialogs[id] = $(this).parents('.ui-tabs-panel').find('.constructor-admin-help');
-            dialogs[id].dialog({
-                autoOpen: false,
-                width:820/*,
-        		modal: true*/
-        	});
-        }
-        dialogs[id].dialog('open');
-    	return false;
-    });
-    
-    // Accordion
-    $('.constructor-accordion').accordion({
-		autoHeight: false,
-		navigation: true
-	});
-
-});
-})(jQuery);
-
-/**
- * Get Id element by name
- * @param {String} name
- */
-function name2id(name) {
-    name = name.replace(/\]\[/,'-');
-    name = name.replace(/\[/,'-');
-    name = name.replace(/\]/,'');
-    return name;  
-}
-
-// Init Color Picker
-function initColorPicker(el) {
-    jQuery('#'+el).ColorPicker({
-        color:jQuery('#constructor-'+el).val(),
-        onChange: function (hsb, hex, rgb) {
-            jQuery('#constructor-'+el).val('#' + hex);
-            jQuery('#'+el+' div').css('backgroundColor', '#' + hex);
-        }
-    })
-    .bind('keyup', function(){
-        jQuery(this).ColorPickerSetColor(this.value);
-    });
-}
-
-if (Array.prototype.indexOf == undefined) {
-    Array.prototype.indexOf = function(obj) {
-      for (var i = 0; i < this.length; i++) {
-        if (this[i] == obj)
-          return i;
-      }
-      return -1;
-    }
-}
\ No newline at end of file
diff --git a/wp-content/themes/constructor/admin/settings/clean.php b/wp-content/themes/constructor/admin/settings/clean.php
deleted file mode 100644
index 5201fb01f987d90da9ee6f67ea329aaa01a69cd4..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/admin/settings/clean.php
+++ /dev/null
@@ -1,6 +0,0 @@
-<?php __('Clean', 'constructor'); // required for correct translation ?>
-
-<b><?php _e('Clean all changes', 'constructor') ?></b>
-<p>
-    <a href="<?php echo site_url() ?>/wp-admin/admin-ajax.php" id="clean-link" class="button-secondary"><?php _e('Clean Theme', 'constructor'); ?></a>
-</p>
\ No newline at end of file
diff --git a/wp-content/themes/constructor/admin/settings/colors.php b/wp-content/themes/constructor/admin/settings/colors.php
deleted file mode 100644
index dd204ac62a3fe8d7b4131b6866beb179927c066a..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/admin/settings/colors.php
+++ /dev/null
@@ -1,120 +0,0 @@
-<?php __('Colors', 'constructor'); // required for correct translation ?>
-<script type="text/javascript">
-(function($){
-$(document).ready(function(){
-    initColorPicker('color_header1');
-    initColorPicker('color_header2');
-    initColorPicker('color_header3');
-
-    initColorPicker('color_bg');
-    initColorPicker('color_bg2');
-
-    initColorPicker('color_form');
-
-    initColorPicker('color_opacity');
-
-    initColorPicker('color_title');
-    initColorPicker('color_title2');
-
-    initColorPicker('color_text');
-    initColorPicker('color_text2');
-
-    initColorPicker('color_border');
-    initColorPicker('color_border2');
-});
-})(jQuery);
-</script>
-
-<input type="hidden" id="constructor-opacity" name="constructor[opacity]" value="<?php echo $constructor['opacity']?>"/>
-
-<input type="hidden" id="constructor-color_title" name="constructor[color][title]" value="<?php echo $constructor['color']['title']?>"/>
-<input type="hidden" id="constructor-color_title2" name="constructor[color][title2]" value="<?php echo $constructor['color']['title2']?>"/>
-
-<input type="hidden" id="constructor-color_bg" name="constructor[color][bg]" value="<?php echo $constructor['color']['bg']?>"/>
-<input type="hidden" id="constructor-color_bg2" name="constructor[color][bg2]" value="<?php echo $constructor['color']['bg2']?>"/>
-<input type="hidden" id="constructor-color_form" name="constructor[color][form]" value="<?php echo $constructor['color']['form']?>"/>
-
-<input type="hidden" id="constructor-color_opacity" name="constructor[color][opacity]" value="<?php echo $constructor['color']['opacity']?>"/>
-
-<input type="hidden" id="constructor-color_text" name="constructor[color][text]" value="<?php echo $constructor['color']['text']?>"/>
-<input type="hidden" id="constructor-color_text2" name="constructor[color][text2]" value="<?php echo $constructor['color']['text2']?>"/>
-
-<input type="hidden" id="constructor-color_border" name="constructor[color][border]" value="<?php echo $constructor['color']['border']?>"/>
-<input type="hidden" id="constructor-color_border2" name="constructor[color][border2]" value="<?php echo $constructor['color']['border2']?>"/>
-
-
-<input type="hidden" id="constructor-color_header1" name="constructor[color][header1]" value="<?php echo $constructor['color']['header1']?>"/>
-<input type="hidden" id="constructor-color_header2" name="constructor[color][header2]" value="<?php echo $constructor['color']['header2']?>"/>
-<input type="hidden" id="constructor-color_header3" name="constructor[color][header3]" value="<?php echo $constructor['color']['header3']?>"/>
-
-<table class="form-table">
-<tr>
-    <th scope="row" valign="top"><?php _e('Opacity', 'constructor'); ?></th>
-    <td class="select" id="opacity" >
-        <a href="#" title="<?php echo esc_attr(__('None', 'constructor')); ?>" name="none" <?php if($constructor['opacity'] == 'none') echo 'class="selected"'; ?>>
-            <div class="none"><?php echo esc_attr(__('None', 'constructor')); ?></div>
-        </a>
-        <a href="#" title="<?php echo esc_attr(__('Color', 'constructor')); ?>" name="color" <?php if($constructor['opacity'] == 'color') echo 'class="selected"'; ?>>
-            <div style="background-color: <?php echo $constructor['color']['opacity'] ?>"><?php echo esc_attr(__('Color', 'constructor')); ?></div>
-        </a>
-		<br class="clear"/>
-        <a href="#" title="<?php echo esc_attr(__('Dark Low', 'constructor')); ?>" name="darklow" <?php if($constructor['opacity'] == 'darklow') echo 'class="selected"'; ?>>
-            <div class="darklow"><?php echo esc_attr(__('Dark Low', 'constructor')); ?></div>
-        </a>
-        <a href="#" title="<?php echo esc_attr(__('Dark', 'constructor')); ?>" name="dark" <?php if($constructor['opacity'] == 'dark') echo 'class="selected"'; ?>>
-            <div class="dark"><?php echo esc_attr(__('Dark', 'constructor')); ?></div>
-        </a>
-        <a href="#" title="<?php echo esc_attr(__('Dark High', 'constructor')); ?>" name="darkhigh" <?php if($constructor['opacity'] == 'darkhigh') echo 'class="selected"'; ?>>
-            <div class="darkhigh"><?php echo esc_attr(__('Dark High', 'constructor')); ?></div>
-        </a>
-		<br class="clear"/>
-        <a href="#" title="<?php echo esc_attr(__('Light Low', 'constructor')); ?>" name="lightlow" <?php if($constructor['opacity'] == 'lightlow') echo 'class="selected"'; ?>>
-            <div class="lightlow"><?php echo esc_attr(__('Light Low', 'constructor')); ?></div>
-        </a>
-        <a href="#" title="<?php echo esc_attr(__('Light', 'constructor')); ?>" name="light" <?php if($constructor['opacity'] == 'light') echo 'class="selected"'; ?>>
-            <div class="light"><?php echo esc_attr(__('Light', 'constructor')); ?></div>
-        </a>
-        <a href="#" title="<?php echo esc_attr(__('Light High', 'constructor')); ?>" name="lighthigh" <?php if($constructor['opacity'] == 'lighthigh') echo 'class="selected"'; ?>>
-            <div class="lighthigh"><?php echo esc_attr(__('Light High', 'constructor')); ?></div>
-        </a>
-    </td>
-</tr>
-<tr>
-    <th scope="row" valign="top"><?php _e('Elements Colors', 'constructor'); ?></th>
-    <td class="color-selector">
-        <div id="color_header1" class="color"><div style="background-color: <?php echo $constructor['color']['header1'] ?>"></div></div>
-        - <?php echo esc_attr(__('tags', 'constructor')); ?> H1, H2, HR, A:hover
-        <br class="clear"/>
-        <div id="color_header2" class="color"><div style="background-color: <?php echo $constructor['color']['header2'] ?>"></div></div>
-        - <?php echo esc_attr(__('tags', 'constructor')); ?> H3, H4
-        <br class="clear"/>
-        <div id="color_header3" class="color"><div style="background-color: <?php echo $constructor['color']['header3'] ?>"></div></div>
-        - <?php echo esc_attr(__('tags', 'constructor')); ?> H5, H6, TH
-        <br class="clear"/>
-        <div id="color_text" class="color"><div style="background-color: <?php echo $constructor['color']['text'] ?>"></div></div>
-        - <?php echo esc_attr(__('text', 'constructor')); ?>
-        <br class="clear"/>
-        <div id="color_text2" class="color"><div style="background-color: <?php echo $constructor['color']['text2'] ?>"></div></div>
-        - <?php echo esc_attr(__('text alternative', 'constructor')); ?>
-        <br class="clear"/>
-        <div id="color_bg" class="color"><div style="background-color: <?php echo $constructor['color']['bg'] ?>"></div></div>
-        - <?php echo esc_attr(__('background', 'constructor')); ?>
-        <br class="clear"/>
-        <div id="color_bg2" class="color"><div style="background-color: <?php echo $constructor['color']['bg2'] ?>"></div></div>
-        - <?php echo esc_attr(__('background alternative', 'constructor')); ?>
-        <br class="clear"/>
-        <div id="color_form" class="color"><div style="background-color: <?php echo $constructor['color']['form'] ?>"></div></div>
-        - <?php echo esc_attr(__('background for forms', 'constructor')); ?>
-        <br class="clear"/>
-        <div id="color_border" class="color"><div style="background-color: <?php echo $constructor['color']['border'] ?>"></div></div>
-        - <?php echo esc_attr(__('border', 'constructor')); ?>
-        <br class="clear"/>
-        <div id="color_border2" class="color"><div style="background-color: <?php echo $constructor['color']['border2'] ?>"></div></div>
-        - <?php echo esc_attr(__('border alternative', 'constructor')); ?>
-        <br class="clear"/>
-        <div id="color_opacity" class="color"><div style="background-color: <?php echo $constructor['color']['opacity'] ?>"></div></div>
-        - <?php echo esc_attr(__('opacity style color', 'constructor')); ?>
-        <br class="clear"/>
-    </td>
-</tr>
-</table>
\ No newline at end of file
diff --git a/wp-content/themes/constructor/admin/settings/comments.php b/wp-content/themes/constructor/admin/settings/comments.php
deleted file mode 100644
index 026ee063127de94a5a1fb615f1f399f35da05958..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/admin/settings/comments.php
+++ /dev/null
@@ -1,42 +0,0 @@
-<?php __('Comments', 'constructor'); // required for correct translation ?>
-<script type="text/javascript">
-/* <![CDATA[ */
-(function($){
-$(document).ready(function(){
-    $("#constructor-avatar-size-slider").slider({
-        range: "min",
-        value: <?php echo (int)($constructor['comments']['avatar']['size'])?>,
-        min: 16,
-        max: 128,
-        step:8,
-        slide: function(event, ui) {
-            $("#constructor-comments-avatar-size").val(ui.value);
-        }
-    });
-});
-})(jQuery);
-/* ]]> */
-</script>
-<input type="hidden" id="constructor-comments-avatar-pos" name="constructor[comments][avatar][pos]" value="<?php echo $constructor['comments']['avatar']['pos']?>"/>
-<table class="form-table">
-
-<tr>
-    <th class="slider">
-    	<?php _e('Avatar size', 'constructor')?>: 
-	    <input type="text" id="constructor-comments-avatar-size" name="constructor[comments][avatar][size]" value="<?php echo $constructor['comments']['avatar']['size']?>" />px
-	</th>
-    <td class="slider">
-    	<br/>
-        <div id="constructor-avatar-size-slider"  style="width:200px;"></div>
-    </td>
-</tr>
-
-<tr>
-	<td class="position select" id="comments-avatar-pos">
-		<p><?php _e('Thumbnail position', 'constructor'); ?></p>
-        <a href="#" title="<?php _e('Left', 'constructor'); ?>" name="left" <?php if($constructor['comments']['avatar']['pos'] == 'left') echo 'class="selected"'; ?>> </a>
-        <a href="#" title="<?php _e('Right', 'constructor'); ?>" name="right" <?php if($constructor['comments']['avatar']['pos'] == 'right') echo 'class="selected"'; ?>> </a>
-        <br class="clear"/>
-    </td>
-</tr>
-</table>
\ No newline at end of file
diff --git a/wp-content/themes/constructor/admin/settings/content.php b/wp-content/themes/constructor/admin/settings/content.php
deleted file mode 100644
index 5f8e05e178c49fcc620dd9d960c4c087aee33664..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/admin/settings/content.php
+++ /dev/null
@@ -1,115 +0,0 @@
-<?php __('Content', 'constructor'); // requeried for correct translation ?>
-
-<table class="form-table">
-<tr>
-    <th rowspan="5" scope="row" valign="top"><?php _e('Meta information', 'constructor'); ?></th>
-    <td>
-        <input type="checkbox" id="constructor-content-date" name="constructor[content][date]" value="1" <?php if (isset($constructor['content']['date']) && $constructor['content']['date'] == 1) echo 'checked="checked"'; ?> />
-        <label for="constructor-content-date"><?php _e('Show post date', 'constructor'); ?></label>
-    </td>
-    <td rowspan="5" valign="top" class="updated quick-links" width="320px">
-    <h3><?php _e('Help', 'constructor'); ?></h3>
-        <?php _e('Use this options to control what meta information is shown', 'constructor'); ?>
-
-    </td>
-</tr>
-<tr>
-    <td>
-        <input type="checkbox" id="constructor-content-links-author" name="constructor[content][links][author]" value="1" <?php if (isset($constructor['content']['links']['author']) && $constructor['content']['links']['author'] == 1) echo 'checked="checked"'; ?> />
-        <label for="constructor-content-links-author"><?php _e('Link to author page', 'constructor'); ?></label>
-    </td>
-</tr>
-<tr>
-    <td>
-        <input type="checkbox" id="constructor-content-links-category" name="constructor[content][links][category]" value="1" <?php if (isset($constructor['content']['links']['category']) && $constructor['content']['links']['category'] == 1) echo 'checked="checked"'; ?> />
-        <label for="constructor-content-links-category"><?php _e('List of categories', 'constructor'); ?></label>
-    </td>
-</tr>
-<tr>
-    <td>
-        <input type="checkbox" id="constructor-content-links-tags" name="constructor[content][links][tags]" value="1" <?php if (isset($constructor['content']['links']['tags']) && $constructor['content']['links']['tags'] == 1) echo 'checked="checked"'; ?> />
-        <label for="constructor-content-links-tags"><?php _e('List of tags', 'constructor'); ?></label>
-    </td>
-</tr>
-<tr>
-    <td>
-        <input type="checkbox" id="constructor-content-links-comments" name="constructor[content][links][comments]" value="1" <?php if (isset($constructor['content']['links']['comments']) && $constructor['content']['links']['comments'] == 1) echo 'checked="checked"'; ?> />
-        <label for="constructor-content-links-comments"><?php _e('Link to comments', 'constructor'); ?></label>
-    </td>
-</tr>
-
-<tr>
-    <th scope="row" valign="top">
-        <?php _e('Sharing Icons', 'constructor'); ?><br/>
-    </th>
-    <td name="constructor-content-social" class="checkbox social">
-        <?php
-            function constructor_content_social($name, $key) {
-                global $constructor;
-                ?>
-                    <input type="hidden" id="constructor-content-social-<?php echo $key; ?>" name="constructor[content][social][<?php echo $key; ?>]" value="<?php echo $constructor['content']['social'][$key] ?>"/>
-                    <a href="#" name="<?php echo $key; ?>" class="<?php echo $key; ?> <?php echo ($constructor['content']['social'][$key]?'checked':'') ?>" title="<?php echo $name; ?>"><?php echo $name; ?></a>
-
-                <?php
-            }
-        ?>
-        <?php constructor_content_social(__('Twitter', 'constructor'), 'twitter'); ?>
-        <?php constructor_content_social(__('Facebook', 'constructor'), 'facebook'); ?>
-        <?php constructor_content_social(__('Del.icio.us', 'constructor'), 'delicious'); ?>
-        <?php constructor_content_social(__('Reddit', 'constructor'), 'reddit'); ?>
-        <?php constructor_content_social(__('Google', 'constructor'), 'google'); ?>
-        <?php constructor_content_social(__('Digg', 'constructor'), 'digg'); ?>
-        <?php constructor_content_social(__('Mixx', 'constructor'), 'mixx'); ?>
-        <?php constructor_content_social(__('StumbleUpon', 'constructor'), 'stumbleupon'); ?>
-        <?php constructor_content_social(__('VKontakte', 'constructor'), 'vkontakte'); ?>
-        <?php constructor_content_social(__('Memori', 'constructor'), 'memori'); ?>
-
-    </td>
-    <td valign="top" class="updated quick-links">
-    <?php _e('Select which service you would like to use for sharing', 'constructor')?>
-    </td>
-</tr>
-
-<tr>
-    <th scope="row" valign="top">
-        <?php _e('Content widgets place', 'constructor'); ?><br/>
-        <small><em><?php _e('can configured with <a href="widgets.php">widgets</a>, use "After N Post" sidebar', 'constructor'); ?></em></small>
-    </th>
-    <td>
-		<fieldset>
-			<legend>
-				<input type="checkbox" id="constructor-content-widget-flag" name="constructor[content][widget][flag]" value="1" <?php if ($constructor['content']['widget']['flag']) echo 'checked="checked"'; ?> />
-                <label for="constructor-content-widget-flag"><?php _e('Show widgets place', 'constructor'); ?></label>
-			</legend>
-			<dl>
-				<dt><?php _e('Position', 'constructor'); ?></dt>
-				<dd><select name="constructor[content][widget][after]" id="constructor-content-widget-after">
-		                <option value="1" <?php if ($constructor['content']['widget']['after'] == 1) echo 'selected="selected"'; ?>><?php printf(__('after %d post', 'constructor'),1); ?></option>
-		                <option value="2" <?php if ($constructor['content']['widget']['after'] == 2) echo 'selected="selected"'; ?>><?php printf(__('after %d post', 'constructor'),2); ?></option>
-		                <option value="3" <?php if ($constructor['content']['widget']['after'] == 3) echo 'selected="selected"'; ?>><?php printf(__('after %d post', 'constructor'),3); ?></option>
-		                <option value="4" <?php if ($constructor['content']['widget']['after'] == 4) echo 'selected="selected"'; ?>><?php printf(__('after %d post', 'constructor'),4); ?></option>
-		                <option value="5" <?php if ($constructor['content']['widget']['after'] == 5) echo 'selected="selected"'; ?>><?php printf(__('after %d post', 'constructor'),5); ?></option>
-		                <option value="6" <?php if ($constructor['content']['widget']['after'] == 6) echo 'selected="selected"'; ?>><?php printf(__('after %d post', 'constructor'),6); ?></option>
-		                <option value="7" <?php if ($constructor['content']['widget']['after'] == 7) echo 'selected="selected"'; ?>><?php printf(__('after %d post', 'constructor'),7); ?></option>
-		                <option value="8" <?php if ($constructor['content']['widget']['after'] == 8) echo 'selected="selected"'; ?>><?php printf(__('after %d post', 'constructor'),8); ?></option>
-		                <option value="9" <?php if ($constructor['content']['widget']['after'] == 9) echo 'selected="selected"'; ?>><?php printf(__('after %d post', 'constructor'),9); ?></option>
-		                <option value="10" <?php if ($constructor['content']['widget']['after'] == 10) echo 'selected="selected"'; ?>><?php printf(__('after %d post', 'constructor'),10); ?></option>
-		                       
-		            </select></dd>			
-			</dl>
-		</fieldset>
-    </td>
-    <td valign="top" class="updated quick-links">
-    <?php _e('You can use short code [widgets] in your post, and can configured with <a href="widgets.php">widgets</a> (use "In Posts" sidebar)', 'constructor')?>
-    <br />
-    <br />
-    <?php _e('Available <a href="http://code.google.com/p/wp-constructor/wiki/ConstructorShortcodes" title="Constructor Short Codes">short codes</a>:', 'constructor')?>
-    <ul>
-        <li>[attachments <em>type=image</em> <em>preview=1</em>]</li>
-        <li>[subpages]</li>
-        <li>[widgets]</li>
-    </ul>
-
-    </td>
-</tr>
-</table>
\ No newline at end of file
diff --git a/wp-content/themes/constructor/admin/settings/css.php b/wp-content/themes/constructor/admin/settings/css.php
deleted file mode 100644
index 8082ea036593b8d4e632a50dc38429a2961c3232..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/admin/settings/css.php
+++ /dev/null
@@ -1,71 +0,0 @@
-<?php __('CSS', 'constructor'); // required for correct translation
-
-$css_file = $theme_path .'/style.css';
-
-?>
-<table class="form-table">
-<?php if (!is_writable($css_file)) : ?>
-    <tr>
-        <th scope="row" valign="top" class="th-full updated"><?php printf(__('<font color="red"><b>Warning!</b></font>: File "%s" is not writable.', 'constructor'), $css_file); ?></th>
-    </tr>
-    <tr>
-        <td class="td-full"><textarea name="null[css]" class="big" readonly="readonly"><?php echo $this->readFile($css_file)?></textarea></td>
-    </tr>
-<?php else: ?>
-    <tr>
-        <td class="td-full" valign="top"><textarea name="constructor[css]" class="big"><?php echo  $this->readFile($css_file)?></textarea></td>
-        <td valign="top" class="updated quick-links" width="320px">
-        <h3><?php _e('Help', 'constructor'); ?></h3>
-        <?php printf(__('CSS is Cascading Style Sheets - read manual for beginners <a href="%1$s">%1$s</a>', 'constructor'), 'http://www.w3schools.com/css/'); ?>
-        <h4><?php _e('CSS rules', 'constructor'); ?></h4>
-        <dl>
-            <dt>color</dt>
-            <dd>red, green, blue, #ff0000, #00ff00, #0000ff, etc.</dd>
-            <dt>font-size</dt>
-            <dd>14px, 1.2em, etc.</dd>
-            <dt>font-weight</dt>
-            <dd>normal, bold, 400, 700, etc.</dd>
-            <dt>text-decoration</dt>
-            <dd>none, capitalize, uppercase, lowercase, underline, etc.</dd>
-            <dt>text-align</dt>
-            <dd>left, center, right</dd>
-            <dt>border</dt>
-            <dd>0, solid 1px red, dotted 2px green, etc.</dd>
-        </dl>
-        <h4><?php _e('CSS example', 'constructor'); ?></h4>
-        <?php _e('Title', 'constructor');?>
-<pre>#name a{
-    color:red !important;;
-}
-#description{
-    color:green !important;;
-}
-</pre>
-        <?php _e('Header menu', 'constructor');?>
-<pre>#menu li a, #menu li span{
-    font-size:1.2em;
-}</pre>
-        <?php _e('Sidebar', 'constructor');?>
-<pre>aside {
-    font-size:1.4em;
-}</pre>
-        <?php _e('Content', 'constructor');?>
-<pre>.hentry header { /* post title */
-    border:0;
-}
-.hentry .entry { /* content */
-    font-size:1.6em
-}
-.hentry footer { /* footer links */
-    color:#ccc /* it's gray color */
-}
-</pre>
-        <?php _e('Template', 'constructor');?>
-<pre>.tile > div { /* fixed Tile layout width */
-    width:340px !important;
-}
-</pre>
-        </td>
-    </tr>
-<?php endif; ?>
-</table>
\ No newline at end of file
diff --git a/wp-content/themes/constructor/admin/settings/design.php b/wp-content/themes/constructor/admin/settings/design.php
deleted file mode 100644
index becc5d67374b72d9ca07df26466f302e591739df..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/admin/settings/design.php
+++ /dev/null
@@ -1,95 +0,0 @@
-<?php __('Design', 'constructor'); // required for correct translation
-?>
-<script type="text/javascript">
-/* <![CDATA[ */
-(function($){
-$(document).ready(function(){
-    $("#constructor-design-box-radius-slider").slider({
-        range: "min",
-        value: <?php echo (int)($constructor['design']['box']['radius'])?>,
-        min: 0,
-        max: 16,
-        step:1,
-        slide: function(event, ui) {
-            $("#constructor-design-box-radius").val(ui.value);
-        }
-    });
-    $("#constructor-design-shadow-x-slider").slider({
-        range: "min",
-        value: <?php echo (int)($constructor['design']['shadow']['x'])?>,
-        min: 0,
-        max: 16,
-        step:1,
-        slide: function(event, ui) {
-            $("#constructor-design-shadow-x").val(ui.value);
-        }
-    });
-    $("#constructor-design-shadow-y-slider").slider({
-        range: "min",
-        value: <?php echo (int)($constructor['design']['shadow']['y'])?>,
-        min: 0,
-        max: 16,
-        step:1,
-        slide: function(event, ui) {
-            $("#constructor-design-shadow-y").val(ui.value);
-        }
-    });
-    $("#constructor-design-shadow-blur-slider").slider({
-        range: "min",
-        value: <?php echo (int)($constructor['design']['shadow']['blur'])?>,
-        min: 0,
-        max: 16,
-        step:1,
-        slide: function(event, ui) {
-            $("#constructor-design-shadow-blur").val(ui.value);
-        }
-    });
-});
-})(jQuery);
-/* ]]> */
-</script>
-<table class="form-table">
-<tr>
-    <th scope="row" valign="top"><?php _e('Borders', 'constructor'); ?></th>
-    <td>
-		<fieldset>
-			<legend>
-		        <input type="checkbox" id="constructor-design-box-flag" name="constructor[design][box][flag]" value="1" <?php if ($constructor['design']['box']['flag']) echo 'checked="checked"'; ?> />
-                <label for="constructor-design-box-flag"><?php _e('Enable', 'constructor'); ?></label>
-			</legend>
-			<dl>
-				<dt class="slider"><?php _e('Border radius', 'constructor')?>: 
-	               <input type="text" id="constructor-design-box-radius" name="constructor[design][box][radius]" value="<?php echo $constructor['design']['box']['radius']?>" />px</dt>
-				<dd class="slider"><div id="constructor-design-box-radius-slider"  style="width:200px;"></div></dd>
-			</dl>
-		</fieldset>
-    </td>
-    <td rowspan="2" valign="top" class="updated quick-links" width="320px">
-        <h3><?php _e('Help', 'constructor'); ?></h3>
-        <?php _e('Features for modern browsers (not IE of course)', 'constructor'); ?>
-    </td>
-</tr>
-<tr>
-    <th scope="row" valign="top"><?php _e('Shadow', 'constructor'); ?></th>
-    <td>
-    
-		<fieldset>
-			<legend>		        
-                <input type="checkbox" id="constructor-design-shadow-flag" name="constructor[design][shadow][flag]" value="1" <?php if ($constructor['design']['shadow']['flag']) echo 'checked="checked"'; ?>/>
-                <label for="constructor-design-shadow-flag"><?php _e('Enable', 'constructor')?></label>
-			</legend>
-			<dl>
-				<dt class="slider"><?php _e('Horizontal offset', 'constructor')?>: 
-	               <input type="text" id="constructor-design-shadow-x" name="constructor[design][shadow][x]" value="<?php echo $constructor['design']['shadow']['x']?>" />px</dt>
-				<dd class="slider"><div id="constructor-design-shadow-x-slider"  style="width:200px;"></div></dd>
-				<dt class="slider"><?php _e('Vertical offset', 'constructor')?>: 
-	               <input type="text" id="constructor-design-shadow-y" name="constructor[design][shadow][y]" value="<?php echo $constructor['design']['shadow']['y']?>" />px</dt>
-				<dd class="slider"><div id="constructor-design-shadow-y-slider"  style="width:200px;"></div></dd>
-				<dt class="slider"><?php _e('Blur', 'constructor')?>: 
-	               <input type="text" id="constructor-design-shadow-blur" name="constructor[design][shadow][blur]" value="<?php echo $constructor['design']['shadow']['blur']?>" />px</dt>
-				<dd class="slider"><div id="constructor-design-shadow-blur-slider"  style="width:200px;"></div></dd>
-			</dl>
-		</fieldset>
-    </td>
-</tr>
-</table>
\ No newline at end of file
diff --git a/wp-content/themes/constructor/admin/settings/fonts.php b/wp-content/themes/constructor/admin/settings/fonts.php
deleted file mode 100644
index fafd3dafe1700bd3c29375a0a535239056da3af5..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/admin/settings/fonts.php
+++ /dev/null
@@ -1,127 +0,0 @@
-<?php __('Fonts', 'constructor'); // required for correct translation ?>
-<script type="text/javascript">
-/* <![CDATA[ */
-(function($){
-$(document).ready(function(){
-    $(".constructor-font-family").change(function(){
-		var font = $(this).find("option:selected").html();
-        var name = $(this).parent('td').attr('title');
-
-        $('#font-'+name).css({'font-family':font});
-
-        if ($(this).find("option:selected").is('.webfonts')) {
-            loadFont(font);
-        }
-	});
-    $(".constructor-font-size").change(function(){
-		var size = $(this).find("option:selected").html();
-        var name = $(this).parent('td').attr('title');
-
-        $('#font-'+name).css({'font-size':size});
-	});
-    $(".constructor-font-weight").change(function(){
-		var weight = $(this).find("option:selected").html();
-        var name = $(this).parent('td').attr('title');
-
-        $('#font-'+name).css({'font-weight':weight});
-	});
-    $(".constructor-font-transform").change(function(){
-		var transform = $(this).find("option:selected").html();
-        var name = $(this).parent('td').attr('title');
-
-        $('#font-'+name).css({'text-transform':transform});
-	});
-
-
-});
-
-})(jQuery);
-var loaded = new Array();
-function loadFont(font) {
-    if (loaded.indexOf(font) >= 0) return true;
-    loaded.push(font);
-    font = font.replace(/\"/gi, '');
-    font = font.replace(/ /gi, '+');
-
-    jQuery('head').append("<link href='http://fonts.googleapis.com/css?family="+font+"' rel='stylesheet' type='text/css'>");
-}
-/* ]]> */
-</script>
-<table class="form-table">
-    <tr>
-        <td colspan="2" class="font-example">
-            <h1 id="font-title" style='
-                    color:<?php echo $constructor['fonts']['title']['color']?>;
-                    font-family:<?php echo $constructor['fonts']['title']['family']?>;
-                    font-weight:<?php echo $constructor['fonts']['title']['weight']?>;
-                    font-size:<?php echo $constructor['fonts']['title']['size']?>px;
-                    text-transform:<?php echo $constructor['fonts']['title']['transform']?>;
-                    '>
-                <?php echo bloginfo('name');?>
-            </h1>
-            <h2 id="font-description" style='
-                    color:<?php echo $constructor['fonts']['description']['color']?>;
-                    font-family:<?php echo $constructor['fonts']['description']['family']?>;
-                    font-weight:<?php echo $constructor['fonts']['description']['weight']?>;
-                    font-size:<?php echo $constructor['fonts']['description']['size']?>px;
-                    text-transform:<?php echo $constructor['fonts']['description']['transform']?>;
-                    '>
-                <?php echo bloginfo('description'); ?>
-            </h2>
-            <h3 id="font-header" style='font-family:<?php echo $constructor['fonts']['header']['family']?>;'>
-                <?php _e('The quick brown fox jumps over the lazy dog', 'constructor');?>
-            </h3>
-            <p id="font-content" style='font-family:<?php echo $constructor['fonts']['content']['family']?>;'>
-                <?php _e('Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. 0123456789', 'constructor');?>
-            </p>
-        </td>
-        <td rowspan="5" valign="top" class="updated quick-links" width="320px">
-            <h3><?php _e('Google Web Fonts', 'constructor') ?></h3>
-            <p><a href="http://www.google.com/webfonts"><?php _e('Google Web Fonts lets you browse all the fonts available via the Google Web Fonts API. All fonts in the directory are available for use on your website under an open source license and are served by Google servers.', 'constructor') ?></a></p>
-            <h3><?php _e('Font Weight', 'constructor') ?></h3>
-            <p><?php _e('Defines from thin to thick characters. 400 is the same as "normal", and 700 is the same as "bold"', 'constructor') ?>
-            </p>
-
-            <h3><?php _e('Text Decoration', 'constructor') ?></h3>
-            <ul>
-              <li><strong>none</strong> - <?php _e('No capitalization. The text renders as it is. This is default', 'constructor') ?></li>
-              <li><strong>capitalize</strong> - <?php _e('Transforms the first character of each word to uppercase', 'constructor') ?></li>
-              <li><strong>uppercase</strong> - <?php _e('Transforms all characters to uppercase', 'constructor') ?></li>
-              <li><strong>lowercase</strong> - <?php _e('Transforms all characters to lowercase', 'constructor') ?></li>
-            </ul>
-		</td>
-    </tr>
-    <tr>
-        <th scope="row" valign="top" class="th-full"><?php _e('Title', 'constructor'); ?></th>
-		<td valign="top" class="color-selector" title="title">
-		    <?php $this->getFontColor('title') ?>
-		    <?php $this->getFontFamily('title') ?>
-		    <?php $this->getFontSize('title') ?><br/>
-		    <?php _e('Font Weight', 'constructor') ?>: <?php $this->getFontWeight('title') ?>
-		    <?php _e('Text Decoration', 'constructor') ?>: <?php $this->getFontTransform('title') ?>
-		</td>
-
-	</tr>
-    <tr>
-        <th scope="row" valign="top" class="th-full"><?php _e('Description', 'constructor'); ?></th>
-		<td valign="top" class="color-selector" title="description">
-		    <?php $this->getFontColor('description') ?>
-		    <?php $this->getFontFamily('description') ?>
-		    <?php $this->getFontSize('description') ?><br/>
-		    <?php _e('Font Weight', 'constructor') ?>: <?php $this->getFontWeight('description') ?>
-		    <?php _e('Text Decoration', 'constructor') ?>: <?php $this->getFontTransform('description') ?>
-		</td>
-	</tr>
-    <tr>
-        <th scope="row" valign="top" class="th-full"><?php _e('Headers', 'constructor'); ?></th>
-        <td valign="top" title="header">
-            <?php $this->getFontFamily('header') ?>
-        </td>
-    </tr>
-    <tr>
-        <th scope="row" valign="top" class="th-full"><?php _e('Content', 'constructor'); ?></th>
-        <td valign="top" title="content">
-            <?php $this->getFontFamily('content') ?>
-        </td>
-    </tr>
-</table>
\ No newline at end of file
diff --git a/wp-content/themes/constructor/admin/settings/footer.php b/wp-content/themes/constructor/admin/settings/footer.php
deleted file mode 100644
index d8feb2eb9e5f1d67d63386f7543503c6375ce969..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/admin/settings/footer.php
+++ /dev/null
@@ -1,17 +0,0 @@
-<?php __('Footer', 'constructor'); // required for correct translation ?>
-<table class="form-table">
-    <tr>
-        <th scope="row" valign="top"  class="th-full"><?php _e('Footer Text', 'constructor'); ?></th>
-        <td valign="top" rowspan="2" class="updated quick-links" width="240px">
-            <h3><?php _e('Help', 'constructor'); ?></h3>
-            <?php _e('Enter the text you want to appear in the Footer (or just enter a space if you don\'t want any Footer text)', 'constructor');?>
-            <h4>Google Analytics</h4>
-            <?php _e('And you can put your Google Analytics code here', 'constructor');?>
-        </td>
-    </tr>
-    <tr>
-        <td class="td-full" valign="top">
-            <textarea name="constructor[footer][text]" class="big" rows="25" ><?php echo stripslashes($constructor['footer']['text']) ?></textarea>
-        </td>
-    </tr>
-</table>
diff --git a/wp-content/themes/constructor/admin/settings/header.php b/wp-content/themes/constructor/admin/settings/header.php
deleted file mode 100644
index 880ed1836f06f2f694e6b5da3b5ffab4f7b51048..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/admin/settings/header.php
+++ /dev/null
@@ -1,140 +0,0 @@
-<?php __('Header', 'constructor'); // required for correct translation ?>
-
-<input type="hidden" id="constructor-title-pos" name="constructor[title][pos]" value="<?php echo $constructor['title']['pos']?>"/>
-<input type="hidden" id="constructor-menu-pos" name="constructor[menu][pos]" value="<?php echo $constructor['menu']['pos']?>"/>
-<table class="form-table">
-<tr>
-    <th scope="row" valign="top"><?php _e('Title position', 'constructor'); ?></th>
-    <td class="position select" id="title-pos">
-        
-        <a href="#" title="<?php _e('Top Left', 'constructor'); ?>" name="left top" <?php if($constructor['title']['pos'] == 'left top') echo 'class="selected"'; ?>> </a>
-        <a href="#" title="<?php _e('Top Center', 'constructor'); ?>" name="center top" <?php if($constructor['title']['pos'] == 'center top') echo 'class="selected"'; ?>> </a>
-        <a href="#" title="<?php _e('Top Right', 'constructor'); ?>" name="right top" <?php if($constructor['title']['pos'] == 'right top') echo 'class="selected"'; ?>> </a>
-
-        <br class="clear"/>
-        
-        <span name="center left"> </span>
-        <span name="center center"> </span>
-        <span name="center right"> </span>
-        
-        <br class="clear"/>
-
-        <a href="#" title="<?php _e('Bottom Left', 'constructor'); ?>" name="left bottom" <?php if($constructor['title']['pos'] == 'left bottom') echo 'class="selected"'; ?>> </a>
-        <a href="#" title="<?php _e('Bottom Center', 'constructor'); ?>" name="center bottom" <?php if($constructor['title']['pos'] == 'center bottom') echo 'class="selected"'; ?>> </a>
-        <a href="#" title="<?php _e('Bottom Right', 'constructor'); ?>" name="right bottom" <?php if($constructor['title']['pos'] == 'right bottom') echo 'class="selected"'; ?>> </a>
-
-    </td>
-</tr>
-<tr>
-    <th scope="row" valign="top"><?php _e('Hidden title', 'constructor'); ?></th>
-    <td>
-		<input type="checkbox" id="constructor-title-hidden" name="constructor[title][hidden]" value="1" <?php if ($constructor['title']['hidden']) echo 'checked="checked"'; ?> />
-        <label for="constructor-title-hidden"><?php _e('hide title by CSS', 'constructor'); ?></label>
-    </td>
-</tr>
-<tr>
-    <th scope="row" valign="top">
-        <?php _e('Header menu', 'constructor'); ?><br/>
-        <small><em><?php _e('menu can configured with <a href="widgets.php">widgets</a>, use "header" sidebar', 'constructor'); ?></em></small>
-    </th>
-    <td>
-		<fieldset>
-			<legend>
-				<input type="checkbox" id="constructor-menu-flag" name="constructor[menu][flag]" value="1" <?php if ($constructor['menu']['flag']) echo 'checked="checked"'; ?> />
-                <label for="constructor-menu-flag"><?php _e('Show top menu', 'constructor'); ?></label>
-			</legend>
-			<dl>
-			    <dt><?php _e('Position', 'constructor'); ?></dt>
-			    <dd class="position select" id="menu-pos">
-                    <a href="#" title="<?php _e('Top Left', 'constructor'); ?>" name="left top" <?php if ($constructor['menu']['pos'] == 'left top') echo 'class="selected"'; ?>> </a>
-                    <span name="center top"> </span>
-                    <a href="#" title="<?php _e('Top Right', 'constructor'); ?>" name="right top" <?php if ($constructor['menu']['pos'] == 'right top') echo 'class="selected"'; ?>> </a>
-
-                    <br class="clear"/>
-            
-                    <a href="#" title="<?php _e('Center Left', 'constructor'); ?>" name="left center" <?php if ($constructor['menu']['pos'] == 'left center') echo 'class="selected"'; ?>> </a>
-                    <span name="center center"> </span>
-                    <a href="#" title="<?php _e('Center Right', 'constructor'); ?>" name="right center" <?php if ($constructor['menu']['pos'] == 'right center') echo 'class="selected"'; ?>> </a>
-            
-                    <br class="clear"/>
-            
-                    <a href="#" title="<?php _e('Bottom Left', 'constructor'); ?>" name="left bottom" <?php if ($constructor['menu']['pos'] == 'left bottom') echo 'class="selected"'; ?>> </a>        
-                    <span name="center bottom"> </span>
-                    <a href="#" title="<?php _e('Bottom Right', 'constructor'); ?>" name="right bottom" <?php if ($constructor['menu']['pos'] == 'right bottom') echo 'class="selected"'; ?>> </a>
-                    
-                    <br class="clear"/>
-			    </dd>
-			    <dt><?php _e('Width', 'constructor'); ?></dt>
-			    <dd>
-			         <input type="checkbox" id="constructor-menu-width" name="constructor[menu][width]" value="100%" <?php if ($constructor['menu']['width'] == '100%') echo 'checked="checked"'; ?>/>
-                     <label for="constructor-menu-width"><?php _e('stretch across the width', 'constructor'); ?></label>
-                </dd>
-                <?php if (function_exists('wp_nav_menu')) : ?>
-                <dt><?php _e('Header Menu', 'constructor'); ?></dt>
-                <dd><?php _e('You can use <a href="nav-menus.php">navigation menu</a> with name "Header Menu"', 'constructor');?></dd>
-                <?php endif; ?>
-				<dt><?php _e('Pages', 'constructor'); ?></dt>
-				<dd><select name="constructor[menu][pages][depth]" id="constructor-menu-pages">
-		                <option value="0" <?php if ($constructor['menu']['pages']['depth'] == 0) echo 'selected="selected"'; ?>><?php _e('Disable pages', 'constructor'); ?></option>
-		                <option value="1" <?php if ($constructor['menu']['pages']['depth'] == 1) echo 'selected="selected"'; ?>><?php _e('Show first-level pages', 'constructor'); ?></option>
-		                <option value="2" <?php if ($constructor['menu']['pages']['depth'] == 2) echo 'selected="selected"'; ?>><?php _e('Show pages in drop-down menu', 'constructor'); ?></option>
-		                <option value="3" <?php if ($constructor['menu']['pages']['depth'] == 3) echo 'selected="selected"'; ?>><?php _e('Show pages in drop-down menu (2-levels)', 'constructor'); ?></option>  
-		                <option value="4" <?php if ($constructor['menu']['pages']['depth'] == 4) echo 'selected="selected"'; ?>><?php _e('Show pages in drop-down menu (3-levels)', 'constructor'); ?></option>         
-		            </select>
-					<br/>
-                    <label for="constructor-menu-pages-exclude"><?php _e('Exclude:', 'constructor'); ?></label>
-                    <input type="text" name="constructor[menu][pages][exclude]" id="constructor-menu-pages-exclude" value="<?php echo $constructor['menu']['pages']['exclude']; ?>"/>
-                    <span><?php _e('(IDs, coma separated)', 'constructor'); ?></span>
-                    </dd>
-                <dt><?php _e('Categories', 'constructor'); ?></dt>
-				<dd>
-					<input type="checkbox" id="constructor-menu-categories-group" name="constructor[menu][categories][group]" value="1" <?php if ($constructor['menu']['categories']['group']) echo 'checked="checked"'; ?>/>
-                    <label for="constructor-menu-categories-group"><?php _e('Group categories in one menu item', 'constructor'); ?></label>
-					<br/>
-			        <select name="constructor[menu][categories][depth]" id="constructor-menu-categories">
-		                <option value="0" <?php if ($constructor['menu']['categories']['depth'] == 0) echo 'selected="selected"'; ?>><?php _e('Disable categories', 'constructor'); ?></option>
-		                <option value="1" <?php if ($constructor['menu']['categories']['depth'] == 1) echo 'selected="selected"'; ?>><?php _e('Show first-level categories', 'constructor'); ?></option>
-		                <option value="2" <?php if ($constructor['menu']['categories']['depth'] == 2) echo 'selected="selected"'; ?>><?php _e('Show categories in drop-down menu', 'constructor'); ?></option>
-		                <option value="3" <?php if ($constructor['menu']['categories']['depth'] == 3) echo 'selected="selected"'; ?>><?php _e('Show categories in drop-down menu (2-levels)', 'constructor'); ?></option>
-		                <option value="4" <?php if ($constructor['menu']['categories']['depth'] == 4) echo 'selected="selected"'; ?>><?php _e('Show categories in drop-down menu (3-levels)', 'constructor'); ?></option>
-		            </select>
-					<br/>
-                    <label for="constructor-menu-categories-exclude"><?php _e('Exclude:', 'constructor'); ?></label>
-                    <input type="text" name="constructor[menu][categories][exclude]" id="constructor-menu-categories-exclude" value="<?php echo $constructor['menu']['categories']['exclude']; ?>"/>
-                    <span><?php _e('(IDs, coma separated)', 'constructor'); ?></span>
-					<br/>
-                    <label for="constructor-menu-categories-title"><?php _e('Custom title:', 'constructor'); ?></label>
-                    <input type="text" name="constructor[menu][categories][title]" id="constructor-menu-categories-title" value="<?php echo $constructor['menu']['categories']['title']; ?>"/>
-					<br/>
-			    </dd>
-                <dt><?php _e('Links', 'constructor'); ?></dt>
-				<dd>
-					<input type="checkbox" id="constructor-menu-home" name="constructor[menu][home]" value="1" <?php if ($constructor['menu']['home']) echo 'checked="checked"'; ?>/>
-			        <label for="constructor-menu-home"><?php _e('Show link to home page', 'constructor'); ?></label>
-			        <br/>
-			        <input type="checkbox" id="constructor-menu-rss" name="constructor[menu][rss]" value="1" <?php if ($constructor['menu']['rss']) echo 'checked="checked"'; ?>/>
-                    <label for="constructor-menu-rss"><?php _e('Show link to RSS feed', 'constructor'); ?></label>
-				</dd>
-				<dt><?php _e('Tools', 'constructor'); ?></dt>
-				<dd>
-				   <input type="checkbox" id="constructor-menu-search" name="constructor[menu][search]" value="1" <?php if ($constructor['menu']['search']) echo 'checked="checked"'; ?>/>
-                   <label for="constructor-menu-search"><?php _e('Show search form', 'constructor'); ?></label>
-			   </dd>
-			</dl>
-		</fieldset>
-        <?php
-        /*
-        // TODO: Requeried cookie support in constructor.js
-        <br/>
-        <input type="checkbox" id="constructor-menu-size" name="constructor[menu][size]" value="1" <?php if ($constructor['menu']['size']) echo 'checked="checked"'; ?>/>
-        <label for="constructor-menu-size"><?php _e('Show font resizer', 'constructor'); ?></label>
-        */ 
-        /*
-        // TODO: Theme switcher
-        <br/>
-        <input type="checkbox" id="constructor-menu-theme" name="constructor[menu][theme]" value="1" <?php if ($constructor['menu']['theme']) echo 'checked="checked"'; ?>/>
-        <label for="constructor-menu-theme"><?php _e('Theme switcher', 'constructor'); ?></label>
-        */ ?>
-    </td>
-</tr>
-</table>
\ No newline at end of file
diff --git a/wp-content/themes/constructor/admin/settings/help.php b/wp-content/themes/constructor/admin/settings/help.php
deleted file mode 100644
index a329df1b07c18478917fe1c1d717a0e710542e12..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/admin/settings/help.php
+++ /dev/null
@@ -1,70 +0,0 @@
-<?php __('Help', 'constructor'); // required for correct translation ?>
-
-<table class="form-table">
-<tr>
-	<td valign="top">
-		<h3><?php _e('Constructor Wordpress Theme', 'constructor'); ?></h3>
-		<ul>
-		    <li><?php _e('Project Homepage', 'constructor'); ?>: <a href="http://code.google.com/p/wp-constructor/">Wp-Constructor</a></li>
-		    <li><?php _e('Author Homepage', 'constructor'); ?>: <a href="http://anton.shevchuk.name">Anton Shevchuk</a></li>
-		</ul>
-
-        <h3><?php _e('Update Theme', 'constructor'); ?></h3>
-        <p><?php _e('Before update &laquo;Constructor theme&raquo; you should be save all your changes and download your theme to computer,
-         because wordpress cleans theme folder before install new version', 'constructor'); ?></p>
-
-		<h3><?php _e('Related Links', 'constructor'); ?></h3>
-		<ul>  
-		    <li><a href="http://wordpress.org/tags/constructor">Forum Topics on Wordpress.org</a></li>
-		    <li><a href="http://code.google.com/p/wp-constructor/wiki/ConstructorFaq">Constructor F.A.Q</a></li>
-		    <li><a href="http://code.google.com/p/wp-constructor/wiki/ConstructorFaq">Create Custom Layout</a></li>		    
-		    <li><a href="http://code.google.com/p/wp-constructor/wiki/ConstructorThemes">Available Themes</a></li>
-		    <li><a href="http://code.google.com/p/wp-constructor/wiki/ConstructorTodo">ToDo List</a></li>
-		    <li><a href="http://code.google.com/p/wp-constructor/issues/list">Issues</a></li> 
-		</ul>
-	</td>
-	<td valign="top" class="updated quick-links" width="320px">
-        <h3><?php _e('Donate', 'constructor'); ?><img class="donate-progress" src="http://wp-constructor.googlecode.com/svn/wiki/images/donate.png" alt="Donate Progress"/></h3>
-
-        <?php _e('You can send your Name and Url for promote on <a href="http://donate.hohli.com/">Donate page</a>', 'constructor');?>
-        
-        <h4>PayPal</h4>
-        <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=oksanaromaniuk@gmail.com&lc=US&item_name=Wordpress%20Constructor%20Theme&currency_code=USD"><img src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" alt="Donate via PayPal"/></a>
-        
-        <h4>WebMoney</h4>
-        <ul>
-			<li>WMZ: <tt>Z454864056905</tt></li>
-			<li>WMR: <tt>R258034622442</tt></li>
-		</ul>
-		
-		<h4>Yandex.Money</h4>
-        <ul>
-			<li><a href="https://money.yandex.ru/donate.xml?to=41001362542875" rel="nofollow">41001362542875</a> </li>
-		</ul>
-		
-		
-		<h3><?php _e('Author works', 'constructor'); ?></h3>
-
-		<h4>Wordpress</h4>
-		<ul>
-		    <li><a href="http://wordpress.org/extend/themes/black-urban">Black Urban Theme</a></li>
-		    <li><a href="http://wordpress.org/extend/plugins/a-slideshow/">(a) Slideshow Plugin</a></li>
-		    <li><a href="http://wordpress.org/extend/plugins/a-qr-code-gcapi/">(a) QR Code Google Plugin</a></li>
-		</ul>
-		
-		<h4>CheatSheets</h4>
-		<ul>
-		    <li><a href="http://anton.shevchuk.name/wp-content/uploads/2008/09/wordpress_-_template_designer_cheatsheet_en.pdf">Wordpress Template Designer CheatSheet (PDF)</a></li>
-		    <li><a href="http://anton.shevchuk.name/wp-content/uploads/2008/07/seo-cheatsheet.pdf">SEO CheatSheet (PDF)</a></li>
-		</ul>
-		
-		<h4>jQuery</h4>
-		<ul>
-		    <li><a href="http://slideshow.hohli.com/">(a) Slideshow jQuery Plugin</a></li>
-		    <li><a href="http://sexy.hohli.com/">(a) Sexy images jQuery Plugin</a></li>
-		    <li><a href="http://iphone.hohli.com/">iPhone jQuery UI</a></li>
-		    <li><a href="http://jquery.hohli.com/">jQuery-PHP library</a></li>
-		</ul>
-    </td>
-</tr>
-</table>
diff --git a/wp-content/themes/constructor/admin/settings/images.php b/wp-content/themes/constructor/admin/settings/images.php
deleted file mode 100644
index 0307cd5cb620f38e53a9b9b085fb61311effe47f..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/admin/settings/images.php
+++ /dev/null
@@ -1,203 +0,0 @@
-<?php __('Images', 'constructor'); // required for correct translation ?>
-<div class="constructor-admin-help" title="<?php _e('Help', 'constructor'); ?>" name="Images">
-    <div id="constructor-layers">
-        <ol>
-            <li><?php _e('Body Image', 'constructor'); ?></li>
-            <li><?php _e('Background Image', 'constructor'); ?></li>
-            <li><?php _e('Header Wrapper Image', 'constructor'); ?></li>
-            <li><?php _e('Content Wrapper Image', 'constructor'); ?></li>
-            <li><?php _e('Footer Wrapper Image', 'constructor'); ?></li>
-            <li><?php _e('Header Image', 'constructor'); ?></li>
-            <li><?php _e('Content Image', 'constructor'); ?></li>
-            <li><?php _e('Footer Image', 'constructor'); ?></li>
-            <li><?php _e('Sidebar Image', 'constructor'); ?></li>
-        </ol>
-    </div>
-</div>
-
-<table class="form-table">
-<?php
-    $upload = true;
-    if (!is_writable(CONSTRUCTOR_DIRECTORY.'/images/')) : $upload = false;
-?>
-
-    <tr>
-        <th scope="row" colspan="2" valign="top" class="th-full updated"><?php printf(__('<font color="red"><b>Warning!</b></font>: Directory "%s" is not writable.', 'constructor'), CONSTRUCTOR_DIRECTORY.'/images/'); ?></th>
-    </tr>
-<?php
-    endif;
-?>
-    <tr>
-        <td>
-        
-<div class="constructor-accordion">
-    <h3><a href="#"><?php _e('Body Image', 'constructor'); ?></a></h3>
-    <div>
-        <table class="form-table">
-            <?php constructor_admin_image_src('body', $upload) ?>
-            <?php constructor_admin_image_fixed('body') ?>
-    		<?php constructor_admin_image('body') ?>
-		</table>
-    </div>
-    <h3><a href="#"><?php _e('Background Image', 'constructor'); ?></a></h3>
-    <div>
-        <table class="form-table">
-            <?php constructor_admin_image_src('wrap', $upload) ?>
-            <?php constructor_admin_image_fixed('wrap') ?>
-    		<?php constructor_admin_image('wrap') ?>
-		</table>
-    </div>
-    <h3><a href="#"><?php _e('Header Wrapper Image', 'constructor'); ?></a></h3>
-    <div>
-        <table class="form-table">
-            <?php constructor_admin_image_src('wrapheader', $upload) ?>
-    		<?php constructor_admin_image('wrapheader') ?>
-		</table>
-    </div>
-    <h3><a href="#"><?php _e('Header Image', 'constructor'); ?></a></h3>
-    <div>
-        <table class="form-table">
-            <?php constructor_admin_image_src('header', $upload) ?>
-    		<?php constructor_admin_image('header') ?>
-		</table>
-    </div>
-    <h3><a href="#"><?php _e('Content Wrapper Image', 'constructor'); ?></a></h3>
-    <div>
-        <table class="form-table">
-            <?php constructor_admin_image_src('wrapcontent', $upload) ?>
-    		<?php constructor_admin_image('wrapcontent') ?>
-		</table>
-    </div>
-    <h3><a href="#"><?php _e('Content Image', 'constructor'); ?></a></h3>
-    <div>
-        <table class="form-table">
-            <?php constructor_admin_image_src('wrapper', $upload) ?>
-    		<?php constructor_admin_image('wrapper') ?>
-		</table>
-    </div>
-    <h3><a href="#"><?php _e('Sidebar Image', 'constructor'); ?></a></h3>
-    <div>
-        <table class="form-table">
-            <?php constructor_admin_image_src('sidebar', $upload) ?>
-    		<?php constructor_admin_image('sidebar') ?>
-		</table>
-    </div>
-    <h3><a href="#"><?php _e('Extrabar Image', 'constructor'); ?></a></h3>
-    <div>
-        <table class="form-table">
-            <?php constructor_admin_image_src('extrabar', $upload) ?>
-    		<?php constructor_admin_image('extrabar') ?>
-		</table>
-    </div>
-    <h3><a href="#"><?php _e('Footer Wrapper Image', 'constructor'); ?></a></h3>
-    <div>
-        <table class="form-table">
-            <?php constructor_admin_image_src('wrapfooter', $upload) ?>
-    		<?php constructor_admin_image('wrapfooter') ?>
-		</table>
-    </div>
-    <h3><a href="#"><?php _e('Footer Image', 'constructor'); ?></a></h3>
-    <div>
-        <table class="form-table">
-            <?php constructor_admin_image_src('footer', $upload) ?>
-    		<?php constructor_admin_image('footer') ?>
-		</table>
-    </div>
-</div>
-        
-        </td>
-        <td valign="top" class="updated quick-links" width="320px">
-            <h3><?php _e('Help', 'constructor'); ?></h3>
-            <a href="#" class="help-button" title="<?php _e('Help', 'constructor'); ?>"><?php _e('See helpful illustration!', 'constructor'); ?></a></td>
-    </tr>
-</table>
-
-<?php 
-
-/**
- * Return string for build options
- *
- * @param  string $key
- * @return string
- */
-function constructor_admin_image_src($key, $upload) 
-{
-    global $constructor, $theme_uri;
-    ?>
-    <tr>
-    <td colspan="2">
-        <input type="text" name="constructor[images][<?php echo $key?>][src]" value="<?php echo $constructor['images'][$key]['src']?>"/>
-        <?php if ($upload) : ?><input type="file" name="constructor[images][<?php echo $key?>][src]"/><?php endif; ?>
-        <?php if ($constructor['images'][$key]['src']) : ?>
-            (<a class="thickbox" href="<?php echo $theme_uri .'/'.$constructor['images'][$key]['src']; ?>" title="<?php _e('Preview image', 'constructor'); ?>"><?php _e('preview', 'constructor'); ?></a>,
-             <a href="#" class="clear-link" title="<?php _e('Remove image (only from theme)', 'constructor'); ?>"><?php _e('clear', 'constructor'); ?></a>)
-        <?php endif; ?>
-    </td>
-    </tr>
-    <?php
-}
-
-/**
- * Return string for build options
- *
- * @param  string $key
- * @return string
- */
-function constructor_admin_image_fixed($key) 
-{
-    global $constructor;
-    ?>
-    <tr>
-    <td colspan="2">
-        <input type="checkbox" id="constructor-images-<?php echo $key?>-fixed" name="constructor[images][<?php echo $key?>][fixed]" value="1" <?php if($constructor['images'][$key]['fixed']) : ?>checked="checked" <?php endif; ?>/>
-    	<label for="constructor-images-<?php echo $key?>-fixed"><?php _e('Fixed position', 'constructor')?></label>
-	</td>
-	</tr>
-    <?php
-}
-
-/**
- * Return string for build options
- *
- * @param  string $key
- * @return string
- */
-function constructor_admin_image($key) 
-{
-    global $constructor;
-    ?>
-    <tr>
-    <td class="position select" id="images-<?php echo $key?>-pos" width="330px">
-    
-        <input type="hidden" id="constructor-images-<?php echo $key?>-repeat" name="constructor[images][<?php echo $key?>][repeat]" value="<?php echo $constructor['images'][$key]['repeat']?>"/>
-        <input type="hidden" id="constructor-images-<?php echo $key?>-pos" name="constructor[images][<?php echo $key?>][pos]" value="<?php echo $constructor['images'][$key]['pos']?>"/>
-        
-        <p><?php _e('Image Position', 'constructor'); ?></p>
-        <a href="#" title="<?php _e('Top Left', 'constructor'); ?>" name="left top" <?php if($constructor['images'][$key]['pos'] == 'left top') echo 'class="selected"'; ?>> </a>
-        <a href="#" title="<?php _e('Top Center', 'constructor'); ?>" name="center top" <?php if($constructor['images'][$key]['pos'] == 'center top') echo 'class="selected"'; ?>> </a>
-        <a href="#" title="<?php _e('Top Right', 'constructor'); ?>" name="right top" <?php if($constructor['images'][$key]['pos'] == 'right top') echo 'class="selected"'; ?>> </a>
-
-        <br class="clear"/>
-
-        <a href="#" title="<?php _e('Center Left', 'constructor'); ?>" name="left center" <?php if($constructor['images'][$key]['pos'] == 'left center') echo 'class="selected"'; ?>> </a>
-        <a href="#" title="<?php _e('Center Center', 'constructor'); ?>" name="center center" <?php if($constructor['images'][$key]['pos'] == 'center center') echo 'class="selected"'; ?>> </a>
-        <a href="#" title="<?php _e('Center Right', 'constructor'); ?>" name="right center" <?php if($constructor['images'][$key]['pos'] == 'right center') echo 'class="selected"'; ?>> </a>
-
-        <br class="clear"/>
-
-        <a href="#" title="<?php _e('Bottom Left', 'constructor'); ?>" name="left bottom" <?php if($constructor['images'][$key]['pos'] == 'left bottom') echo 'class="selected"'; ?>> </a>
-        <a href="#" title="<?php _e('Bottom Center', 'constructor'); ?>" name="center bottom" <?php if($constructor['images'][$key]['pos'] == 'center bottom') echo 'class="selected"'; ?>> </a>
-        <a href="#" title="<?php _e('Bottom Right', 'constructor'); ?>" name="right bottom" <?php if($constructor['images'][$key]['pos'] == 'right bottom') echo 'class="selected"'; ?>> </a>
-     </td>
-    <td class="repeat select" id="images-<?php echo $key?>-repeat">
-        <p><?php _e('Image Repeat', 'constructor'); ?></p>
-        <a href="#" title="<?php _e('No Repeat', 'constructor'); ?>" name="no-repeat" class="norepeat <?php if($constructor['images'][$key]['repeat'] == 'no-repeat') echo 'selected'; ?>"> </a>
-        <a href="#" title="<?php _e('Repeat Horizontal', 'constructor'); ?>" name="repeat-x" class="repeatx <?php if($constructor['images'][$key]['repeat'] == 'repeat-x') echo 'selected'; ?>"> </a>
-        <br class="clear"/>
-        <a href="#" title="<?php _e('Repeat Vertical', 'constructor'); ?>" name="repeat-y" class="repeaty <?php if($constructor['images'][$key]['repeat'] == 'repeat-y') echo 'selected'; ?>"> </a>
-        <a href="#" title="<?php _e('Tile', 'constructor'); ?>" name="repeat" class="repeat <?php if ($constructor['images'][$key]['repeat'] == 'repeat') echo 'selected'; ?>"> </a>
-    </td>
-	</tr>
-    <?php
-}
-?>
\ No newline at end of file
diff --git a/wp-content/themes/constructor/admin/settings/layout.php b/wp-content/themes/constructor/admin/settings/layout.php
deleted file mode 100644
index 16a0808a7aa0910cc00a012b1d54b671c4818dc6..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/admin/settings/layout.php
+++ /dev/null
@@ -1,361 +0,0 @@
-<?php __('Layout', 'constructor'); // required for correct translation ?>
-<script type="text/javascript">
-/* <![CDATA[ */
-(function($){
-    $(document).ready(function (){
-
-        var width    = $('#constructor-layout-width').val();
-        var sidebar  = $('#constructor-layout-sidebar').val();
-        var extrabar = $('#constructor-layout-extra').val();
-        var header   = $('#constructor-layout-header').val();
-
-        $('#layouts a').click(function(){
-            var layout = $(this).attr('name');
-            $('#layouts a').removeClass('selected');
-            $(this).addClass('selected');
-
-            $('#constructor-sidebar').val(layout);
-
-            $('.layout-main-content').hide();
-            $('#layout-'+layout).show(100, function(){
-                createLayout(layout, width, sidebar, extrabar, header);
-            });
-            return false;
-        });
-
-        $("#tabs").bind("tabsselect", function(event, ui) {
-            if (ui.tab.name == "layout") {
-                $('#layouts a[name=<?php echo $constructor['sidebar']?>]').click();
-            }
-        });
-    });
-
-    /*
-    content - real 640-1280; view 320-640
-    sidebar - real 120-400; view 60-200
-    extrabar - real 120-400; view 60-200
-    header - real 40-320; view 20-160
-    */
-    function createLayout(name       /*layout name (none|left|right|two|two-left|two-right)*/
-                        , container  /*content size in px*/
-                        , sidebar    /*sidebar size in px*/
-                        , extrabar   /*extrabar size in px*/
-                        , header     /*header height in px*/
-                        ) {
-       var margin = (1280 /*max content*/ - container /*need content*/ + 82)/4;
-       var east = 120 /*default*/;
-       var west = 120 /*default*/;
-       var north = header / 2;
-       var mainContentFlag = true;
-
-       switch (name) {
-           case 'none':
-                break;
-           case 'left':
-                west = sidebar/2;
-                break;
-           case 'right':
-                east = sidebar/2;
-                break;
-           case 'two':
-                west = extrabar/2;
-                east = sidebar/2;
-                break;
-           case 'two-left':
-                west = sidebar/2;
-                east = (container - sidebar - extrabar) / 2;
-                break;
-           case 'two-right':
-                west = (container - sidebar - extrabar) / 2;
-                east = extrabar/2;
-                break;
-       }
-       var mainContent =  jQuery("#layout-"+name).layout({
-                           center__paneSelector: ".layout-content"
-                           , east__paneSelector: ".margin-east"
-                           , west__paneSelector: ".margin-west"
-                           , closable:  false // pane can open & close
-                           , resizable:  true // when open, pane can be resized
-                           , slidable:  false
-                           , resizeWhileDragging: true
-                           , west__resizable: true // Set to TRUE to activate dynamic margin
-                           , east__resizable: true // Set to TRUE to activate dynamic margin
-                           , east__resizerClass: 'resizer-east'
-                           , west__resizerClass: 'resizer-west'
-                           , east__size:  margin
-                           , west__size:  margin
-                           , east__minSize:  20
-                           , west__minSize:  20
-                           , east__maxSize:  196
-                           , west__maxSize:  196
-                           , west__onresize: function (pane, $Pane, paneState){
-                                if (mainContentFlag) {
-                                    mainContentFlag = false;
-                                    mainContent.sizePane('east', paneState.size);
-                                } else {
-                                    mainContentFlag = true;
-                                }
-                                updateView(name);Content.resizeAll();
-                           }
-                           , east__onresize: function (pane, $Pane, paneState){
-                                if (mainContentFlag) {
-                                    mainContentFlag = false;
-                                    mainContent.sizePane('west', paneState.size);
-                                } else {
-                                    mainContentFlag = true;
-                                }
-                                updateView(name);Content.resizeAll();
-                           }
-                       });
-
-       var Content = jQuery("#layout-"+name+" .layout-content").layout({
-                               closable: false
-                               , resizable: true
-                               , slidable: false
-                               , north__resizable:true
-                               , south__resizable:false
-                               , resizeWhileDragging:true
-                               , north__resizerClass:'graver'
-                               , east__resizerClass:'graver'
-                               , west__resizerClass:'graver'
-                               , north__minSize:20
-                               , east__minSize:60
-                               , west__minSize:60
-                               , north__size:north
-                               , east__size:east
-                               , west__size:west
-                               , north__onresize: function (pane, $Pane, paneState){
-                                    updateView(name);
-                               }
-                               , west__onresize: function (pane, $Pane, paneState){
-                                    updateView(name);
-                               }
-                               , east__onresize: function (pane, $Pane, paneState){
-                                    updateView(name);
-                               }
-                            });
-        updateView(name);
-    }
-
-    function updateView(name) {
-
-        var $layout = $("#layout-"+name);
-        var marginwidth = $layout.find(".margin-east").width();
-        var content = $layout.width() - (marginwidth*2 + 12);
-
-        $("#layout-"+name+" .layout-content").css({left:marginwidth+6});
-
-
-        var west = $("#layout-"+name+" .west").width() || 0;
-        var east = $("#layout-"+name+" .east").width() || 0;
-        var north = $("#layout-"+name+" .north").height() || 0;
-        var center = content - east - west;
-
-        $("#layout-"+name+" .north .layout-size").html(north*2);
-        $("#layout-"+name+" .center .layout-size").html(center*2);
-        $("#layout-"+name+" .east .layout-size").html(east*2);
-        $("#layout-"+name+" .west .layout-size").html(west*2);
-        $("#layout-"+name+" .ui-layout-south .layout-size").html(content*2);
-
-
-       switch (name) {
-           case 'none':
-           case 'right':
-           case 'two':
-                sidebar = east*2;
-                extrabar = west*2;
-                break;
-           case 'left':
-                sidebar = west*2;
-                extrabar = east*2;
-                break;
-           case 'two-left':
-                sidebar = west*2;
-                extrabar = center*2;
-                break;
-           case 'two-right':
-                sidebar = center*2;
-                extrabar = east*2;
-                break;
-       }
-
-        $('#constructor-layout-width').val((center+east+west)*2);
-        $('#constructor-layout-sidebar').val(sidebar||120);
-        $('#constructor-layout-extra').val(extrabar||120);
-        $('#constructor-layout-header').val(north*2);
-    }
-})(jQuery);
-/* ]]> */
-</script>
-<input type="hidden" id="constructor-sidebar" name="constructor[sidebar]" value="<?php echo $constructor['sidebar']?>"/>
-<table class="form-table">
-<tr>
-	<tr>
-        <td id="layouts" colspan="2" class="select">
-            <a href="#none" class="el0" name="none" <?php if($constructor['sidebar'] == 'none') echo 'class="selected"'; ?>><?php echo __('None', 'constructor'); ?></a>
-            <a href="#left" class="el1" name="left" <?php if($constructor['sidebar'] == 'left') echo 'class="selected"'; ?>><?php echo __('Left', 'constructor'); ?></a>
-            <a href="#right" class="el2" name="right" <?php if($constructor['sidebar'] == 'right') echo 'class="selected"'; ?>><?php echo __('Right', 'constructor'); ?></a>
-            <a href="#two" class="el3" name="two" <?php if($constructor['sidebar'] == 'two') echo 'class="selected"'; ?>><?php echo __('Two', 'constructor'); ?></a>
-            <a href="#two-left" class="el4" name="two-left" <?php if($constructor['sidebar'] == 'two-left') echo 'class="selected"'; ?>><?php echo __('Two Left', 'constructor'); ?></a>
-            <a href="#two-right" class="el5" name="two-right" <?php if($constructor['sidebar'] == 'two-right') echo 'class="selected"'; ?>><?php echo __('Two Right', 'constructor'); ?></a>
-        </td>
-	</tr>
-    <tr>
-        <td>
-            <div class="layout-preview">
-            <div id="layout-none" class="layout-main-content">
-                <div class="layout-content">
-                    <div class="ui-layout-center center content">
-                        <div class="layout-info">Content <span>(<span class="layout-size">480</span>px)</span></div>
-                    </div>
-                    <div class="ui-layout-south south">
-                        <div class="layout-info">Footer <span>(<span class="layout-size">960</span>px)</span></div>
-                    </div>
-                    <div class="ui-layout-north north">
-                        <div class="layout-info">Header <span>(<span class="layout-size">40</span>px)</span></div>
-                    </div>
-                </div>
-                <div class="margin-west">
-                    <div class="layout-info">Margin</div>
-                </div>
-                <div class="margin-east">
-                    <div class="layout-info">Margin</div>
-                </div>
-            </div>
-            <div id="layout-two" class="layout-main-content">
-                <div class="layout-content">
-                    <div class="ui-layout-west west extrabar">
-                        <div class="layout-info">Extrabar <span>(<span class="layout-size">240</span>px)</span></div>
-                    </div>
-                    <div class="ui-layout-center center content">
-                        <div class="layout-info">Content <span>(<span class="layout-size">480</span>px)</span></div>
-                    </div>
-                    <div class="ui-layout-east east sidebar">
-                        <div class="layout-info">Sidebar <span>(<span class="layout-size">240</span>px)</span></div>
-                    </div>
-                    <div class="ui-layout-south south">
-                        <div class="layout-info">Footer <span>(<span class="layout-size">960</span>px)</span></div>
-                    </div>
-                    <div class="ui-layout-north north">
-                        <div class="layout-info">Header <span>(<span class="layout-size">40</span>px)</span></div>
-                    </div>
-                </div>
-                <div class="margin-west">
-                    <div class="layout-info">Margin</div>
-                </div>
-                <div class="margin-east">
-                    <div class="layout-info">Margin</div>
-                </div>
-            </div>
-            <div id="layout-left" class="layout-main-content">
-                <div class="layout-content">
-                    <div class="ui-layout-west west sidebar">
-                        <div class="layout-info">Sidebar <span>(<span class="layout-size">240</span>px)</span></div>
-                    </div>
-                    <div class="ui-layout-center center content">
-                        <div class="layout-info">Content <span>(<span class="layout-size">480</span>px)</span></div>
-                    </div>
-                    <div class="ui-layout-south south">
-                        <div class="layout-info">Footer <span>(<span class="layout-size">960</span>px)</span></div>
-                    </div>
-                    <div class="ui-layout-north north">
-                        <div class="layout-info">Header <span>(<span class="layout-size">40</span>px)</span></div>
-                    </div>
-                </div>
-                <div class="margin-west">
-                    <div class="layout-info">Margin</div>
-                </div>
-                <div class="margin-east">
-                    <div class="layout-info">Margin</div>
-                </div>
-            </div>
-            <div id="layout-right" class="layout-main-content">
-                <div class="layout-content">
-                    <div class="ui-layout-east east sidebar">
-                        <div class="layout-info">Sidebar <span>(<span class="layout-size">240</span>px)</span></div>
-                    </div>
-                    <div class="ui-layout-center center content">
-                        <div class="layout-info">Content <span>(<span class="layout-size">480</span>px)</span></div>
-                    </div>
-                    <div class="ui-layout-south south">
-                        <div class="layout-info">Footer <span>(<span class="layout-size">960</span>px)</span></div>
-                    </div>
-                    <div class="ui-layout-north north">
-                        <div class="layout-info">Header <span>(<span class="layout-size">40</span>px)</span></div>
-                    </div>
-                </div>
-                <div class="margin-west">
-                    <div class="layout-info">Margin</div>
-                </div>
-                <div class="margin-east">
-                    <div class="layout-info">Margin</div>
-                </div>
-            </div>
-
-            <div id="layout-two-left" class="layout-main-content">
-                <div class="layout-content">
-                    <div class="ui-layout-west west sidebar">
-                        <div class="layout-info">Sidebar <span>(<span class="layout-size">240</span>px)</span></div>
-                    </div>
-                    <div class="ui-layout-center center extrabar">
-                        <div class="layout-info">Extrabar <span>(<span class="layout-size">240</span>px)</span></div>
-                    </div>
-                    <div class="ui-layout-east east content">
-                        <div class="layout-info">Content <span>(<span class="layout-size">480</span>px)</span></div>
-                    </div>
-                    <div class="ui-layout-south south">
-                        <div class="layout-info">Footer <span>(<span class="layout-size">960</span>px)</span></div>
-                    </div>
-                    <div class="ui-layout-north north">
-                        <div class="layout-info">Header <span>(<span class="layout-size">40</span>px)</span></div>
-                    </div>
-                </div>
-                <div class="margin-west">
-                    <div class="layout-info">Margin</div>
-                </div>
-                <div class="margin-east">
-                    <div class="layout-info">Margin</div>
-                </div>
-            </div>
-            <div id="layout-two-right" class="layout-main-content">
-                <div class="layout-content">
-                    <div class="ui-layout-center center sidebar">
-                        <div class="layout-info">Sidebar <span>(<span class="layout-size">240</span>px)</span></div>
-                    </div>
-                    <div class="ui-layout-west west content">
-                        <div class="layout-info">Content <span>(<span class="layout-size">480</span>px)</span></div>
-                    </div>
-                    <div class="ui-layout-east east extrabar">
-                        <div class="layout-info">Extrabar <span>(<span class="layout-size">240</span>px)</span></div>
-                    </div>
-                    <div class="ui-layout-south south">
-                        <div class="layout-info">Footer <span>(<span class="layout-size">960</span>px)</span></div>
-                    </div>
-                    <div class="ui-layout-north north">
-                        <div class="layout-info">Header <span>(<span class="layout-size">40</span>px)</span></div>
-                    </div>
-                </div>
-                <div class="margin-west">
-                    <div class="layout-info">Margin</div>
-                </div>
-                <div class="margin-east">
-                    <div class="layout-info">Margin</div>
-                </div>
-            </div>
-            </div>
-        </td>
-        <td id="layout-results" width="200px" valign="top">
-            <fieldset>
-                <legend>Size</legend>
-                <?php _e('Width', 'constructor')?>: <input type="text" id="constructor-layout-width" class="tiny" name="constructor[layout][width]" value="<?php echo $constructor['layout']['width']?>" />px
-                <br/>
-                <?php _e('Sidebar Width', 'constructor'); ?>:<input type="text" id="constructor-layout-sidebar" class="tiny" name="constructor[layout][sidebar]" value="<?php echo $constructor['layout']['sidebar']?>" />px
-                <br/>
-                <?php _e('Extrabar Width', 'constructor'); ?>:<input type="text" id="constructor-layout-extra" class="tiny" name="constructor[layout][extra]" value="<?php echo $constructor['layout']['extra']?>" />px
-                <br/>
-                <?php _e('Header Height', 'constructor')?>: <input type="text" id="constructor-layout-header" class="tiny" name="constructor[layout][header]" value="<?php echo $constructor['layout']['header']?>" />px
-
-            </fieldset>
-        </td>
-	</tr>
-</table>
\ No newline at end of file
diff --git a/wp-content/themes/constructor/admin/settings/save.php b/wp-content/themes/constructor/admin/settings/save.php
deleted file mode 100644
index 328a430d550de1801e8f9971e79b810500bdf2ec..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/admin/settings/save.php
+++ /dev/null
@@ -1,50 +0,0 @@
-<?php __('Save As', 'constructor'); // required for correct translation
-
-$theme_data = get_theme_data($theme_path.'/style.css');
-
-$author = strip_tags($theme_data['Author']);
-$author_uri = '';
-$matches = array();
-if (preg_match('/href=\"([^"]*)\"/', $theme_data['Author'],$matches)) {
-    $author_uri = $matches[1];
-}
-?>
-
-<b><?php _e('Save Current Theme As ...', 'constructor') ?></b>
-<table class="form-table">
-    <?php
-    $save = true;
-    if (!is_writable(CONSTRUCTOR_DIRECTORY.'/themes/')) : $save = false;
-    ?>
-    <tr>
-        <th scope="row" valign="top" colspan="2" class="th-full updated"><?php printf(__('<font color="red"><b>Warning!</b></font>: Directory "%s" is not writable.', 'constructor'), CONSTRUCTOR_DIRECTORY.'/themes/'); ?></th>
-    </tr>
-    <?php endif; ?>
-    <tr>
-        <th scope="row"><?php _e('Theme Name', 'constructor') ?>:</th>
-        <td><input name="save[theme-name]" id="save-theme-name" value="<?php echo $theme_data['Title'];?>"/></td>
-    </tr>
-    <tr>
-        <th scope="row"><?php _e('Theme URI', 'constructor') ?>:</th>
-        <td><input name="save[theme-uri]" id="save-theme-uri" value="<?php echo $theme_data['URI'];?>"/></td>
-    </tr>
-    <tr>
-        <th scope="row"><?php _e('Description', 'constructor') ?>:</th>
-        <td><textarea name="save[description]" id="save-description" rows="5" cols="64"><?php echo $theme_data['Description'];?></textarea></td>
-    </tr>
-    <tr>
-        <th scope="row"><?php _e('Version', 'constructor') ?>:</th>
-        <td><input name="save[version]" id="save-version" value="<?php echo $theme_data['Version'];?>"/></td>
-    </tr>
-    <tr>
-        <th scope="row"><?php _e('Author', 'constructor') ?>:</th>
-        <td><input name="save[author]" id="save-author" value="<?php echo $author;?>"/></td>
-    </tr>
-    <tr>
-        <th scope="row"><?php _e('Author URI', 'constructor') ?>:</th>
-        <td><input name="save[author-uri]" id="save-author-uri" value="<?php echo $author_uri;?>"/></td>
-    </tr>
-</table>
-<p>
-    <a href="<?php echo site_url() ?>/wp-admin/admin-ajax.php" id="save-link" class="button-secondary"><?php _e('Save Theme', 'constructor'); ?></a>
-</p>
\ No newline at end of file
diff --git a/wp-content/themes/constructor/admin/settings/slideshow.php b/wp-content/themes/constructor/admin/settings/slideshow.php
deleted file mode 100644
index 1f82ac8197fd7e304142d9edd18ed6c57d2a166a..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/admin/settings/slideshow.php
+++ /dev/null
@@ -1,128 +0,0 @@
-<?php
-    __('Slideshow', 'constructor'); // required for correct translation
-    global $nggdb;
-?>
-<script type="text/javascript">
-/* <![CDATA[ */
-(function($){
-$(document).ready(function(){
-    $("#constructor-slideshow-height-slider").slider({
-        range: "min",
-        value: <?php echo (int)(isset($constructor['slideshow']['height'])?$constructor['slideshow']['height']:200); ?>,
-        min: 60,
-        max: 600,
-        slide: function(event, ui) {
-            $("#constructor-slideshow-height").val(ui.value);
-        }
-    });
-});
-})(jQuery);
-/* ]]> */
-</script>
-<input type="hidden" id="constructor-slideshow" name="constructor[slideshow][id]" value="<?php echo $constructor['slideshow']['id']?>"/>
-<input type="hidden" id="constructor-slideshow-layout" name="constructor[slideshow][layout]" value="<?php echo $constructor['slideshow']['layout']?>"/>
-
-<fieldset>
-    <legend>
-        <input type="checkbox" id="constructor-slideshow-flag" name="constructor[slideshow][flag]" value="1" <?php if ($constructor['slideshow']['flag']) echo 'checked="checked"'; ?>/>
-        <label for="constructor-slideshow-flag"><?php _e('Enable', 'constructor'); ?></label>
-    </legend>
-			
-<table class="form-table">
-    <tr>
-        <th colspan="2">
-			<?php _e('By default use images from posts with thumbnails', 'constructor');?>
-        </th>
-    </tr>
-    <tr>
-        <th scope="row" valign="top" rowspan="2"><?php _e('Options', 'constructor'); ?></th>
-        <td>
-            <?php _e('By default slideshow is showing on homepage only', 'constructor'); ?>
-            <br/>
-            <input type="checkbox" id="constructor-slideshow-onpage" name="constructor[slideshow][onpage]" value="1" <?php if ($constructor['slideshow']['onpage']) echo 'checked="checked"'; ?> />
-            <label for="constructor-slideshow-onpage"><?php _e('Show on page', 'constructor')?></label>
-            <br/>
-            <input type="checkbox" id="constructor-slideshow-onsingle" name="constructor[slideshow][onsingle]" value="1" <?php if ($constructor['slideshow']['onsingle']) echo 'checked="checked"'; ?> />
-            <label for="constructor-slideshow-onsingle"><?php _e('Show on single post', 'constructor')?></label>
-            <br/>
-            <input type="checkbox" id="constructor-slideshow-onarchive" name="constructor[slideshow][onarchive]" value="1" <?php if ($constructor['slideshow']['onarchive']) echo 'checked="checked"'; ?> />
-            <label for="constructor-slideshow-onarchive"><?php _e('Show on archive', 'constructor')?></label>
-        </td>
-    </tr>
-    <tr>
-        <td>
-            <p>
-                <label for="constructor-slideshow-height"><?php _e('Height', 'constructor'); ?>:</label>
-                <input type="text" id="constructor-slideshow-height" name="constructor[slideshow][height]" value="<?php echo (isset($constructor['slideshow']['height'])?$constructor['slideshow']['height']:200)?>" style="border:0; color:#21759B; font-weight:bold; width:36px" /> px
-            </p>
-
-            <div id="constructor-slideshow-height-slider"  style="width:200px;"></div>
-        </td>
-    </tr>
-    <tr>
-        <th scope="row" valign="top">
-        	<?php _e('Advanced options', 'constructor'); ?> 
-            <br/><em><small><?php _e('only for default slideshow', 'constructor'); ?></small></em>
-		</th>
-        <td>
-            <input type="text" id="constructor-slideshow-showposts" class="small-text" name="constructor[slideshow][showposts]" value="<?php echo (isset($constructor['slideshow']['showposts'])?$constructor['slideshow']['showposts']:10); ?>" />
-            <label for="constructor-slideshow-showposts"><?php _e('Number of slides', 'constructor')?></label>
-            <br/>
-            
-            <input type="checkbox" id="constructor-slideshow-advanced-play" name="constructor[slideshow][advanced][play]" value="1" <?php if (isset($constructor['slideshow']['advanced']['play']) && $constructor['slideshow']['advanced']['play']) echo 'checked="checked"'; ?> />
-            <label for="constructor-slideshow-advanced-play"><?php _e('Autoplay', 'constructor')?></label>
-            <br/>
-            <input type="text" id="constructor-slideshow-advanced-effectTime" name="constructor[slideshow][advanced][effectTime]" value="<?php echo (isset($constructor['slideshow']['advanced']['effectTime'])?$constructor['slideshow']['advanced']['effectTime']:'300'); ?>" />
-            <label for="constructor-slideshow-advanced-effectTime"><?php _e('Effect time (ms)', 'constructor')?></label>
-            <br/>
-            <input type="text" id="constructor-slideshow-advanced-timeout" name="constructor[slideshow][advanced][timeout]" value="<?php echo (isset($constructor['slideshow']['advanced']['timeout'])?$constructor['slideshow']['advanced']['timeout']:'3000'); ?>" />
-            <label for="constructor-slideshow-advanced-timeout"><?php _e('Timeout between slides (ms)', 'constructor')?></label>
-            <br/>
-        </td>
-    </tr>
-    <tr>
-        <th scope="row" valign="top"><?php _e('Position', 'constructor'); ?></th>
-        <td class="select" id="slideshow-layout">
-            <a href="#" title="<?php echo esc_attr(__('In Content', 'constructor')); ?>" name="in" <?php if($constructor['slideshow']['layout'] == 'in') echo 'class="selected"'; ?>>
-                <img src="<?php echo CONSTRUCTOR_DIRECTORY_URI ?>/admin/images/slideshow-in.png" alt="<?php echo esc_attr(__('In Content', 'constructor')); ?>" />
-            </a>
-
-            <a href="#" title="<?php echo esc_attr(__('Over Content', 'constructor')); ?>" name="over" <?php if($constructor['slideshow']['layout'] == 'over') echo 'class="selected"'; ?>>
-                <img src="<?php echo CONSTRUCTOR_DIRECTORY_URI ?>/admin/images/slideshow-over.png" alt="<?php echo esc_attr(__('Over Content', 'constructor')); ?>" />
-            </a>
-        </td>
-    </tr>
-    <?php
-    if ($nggdb) :
-        $gallerylist = $nggdb->find_all_galleries();
-    ?>
-    <tr>
-        <th scope="row" valign="top" >
-        	<?php _e('Slideshow', 'constructor'); ?> 
-			<br/><em><small><?php _e('use <a href="http://wordpress.org/extend/plugins/nextgen-gallery/" title="wordpress.org">NextGEN-Gallery</a>', 'constructor');?><br/>
-			<?php _e('required <a href="http://www.longtailvideo.com/players/jw-image-rotator/" title="www.longtailvideo.com">imagerotator.swf</a>', 'constructor');?></small></em>
-		</th>
-        <td class="select" id="slideshow">
-            <a href="#" title="<?php _e('Default', 'constructor'); ?>" name="0" <?php if($constructor['slideshow']['id'] == 0) echo 'class="selected"'; ?>>
-                <img src="<?php echo CONSTRUCTOR_DIRECTORY_URI ?>/admin/images/default.png" title="<?php _e('Default', 'constructor'); ?>" alt="<?php _e('Default', 'constructor'); ?>"/>
-            </a>
-            <?php foreach ($gallerylist as $gallery) :?>
-                <?php $img = nggdb::find_image($gallery->previewpic); ?>
-                <a href="#" title="<?php echo $gallery->title ?>" name="<?php echo $gallery->gid ?>" <?php if ($constructor['slideshow']['id'] == $gallery->gid) echo 'class="selected"'; ?>>
-                <img src="<?php echo $img->thumbURL ?>" title="<?php echo $gallery->title ?>" alt="<?php echo $gallery->title ?>"/>
-                </a>
-            <?php endforeach;?>
-        </td>
-    </tr>
-    <?php
-    else :
-    ?>
-    <tr>
-        <th scope="row" valign="top" colspan="2" class="th-full"><?php _e('You can use <a href="http://wordpress.org/extend/plugins/nextgen-gallery/">NextGEN-Gallery</a> plugin for build custom slideshow', 'constructor'); ?></th>
-    </tr>
-    <?php
-    endif;
-    ?>
-</table>
-
-</fieldset>
\ No newline at end of file
diff --git a/wp-content/themes/constructor/admin/settings/templates.php b/wp-content/themes/constructor/admin/settings/templates.php
deleted file mode 100644
index 0d4f4c4cdb1f5ae71263074cd495a1660b61eb46..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/admin/settings/templates.php
+++ /dev/null
@@ -1,88 +0,0 @@
-<?php __('Templates', 'constructor'); // required for correct translation
-$layouts = list_files(CONSTRUCTOR_DIRECTORY.'/layouts/', 1);
-$layouts = array_diff($layouts, array( '.','..','.svn','.htaccess','readme.txt'));
-
-function is_php($file) {
-    $info = pathinfo($file);
-    return ($info['extension'] == 'php');
-}
-$layouts = array_filter($layouts, 'is_php');
-?>
-
-<table class="form-table">
-    <tr>
-        <td>
-            
-        <div class="constructor-accordion">
-            <h3><a href="#"><?php _e('Homepage', 'constructor')?></a></h3>
-            <div class="select" id="layout-home"><?php constructor_admin_layout($layouts, 'home'); ?></div>
-            <h3><a href="#"><?php _e('Post', 'constructor')?></a></h3>
-            <div class="select" id="layout-single"><?php constructor_admin_layout($layouts, 'single'); ?></div>
-            <h3><a href="#"><?php _e('Page', 'constructor')?></a></h3>
-            <div class="select" id="layout-page"><?php constructor_admin_layout($layouts, 'page'); ?></div>
-            <h3><a href="#"><?php _e('Search', 'constructor')?></a></h3>
-            <div class="select" id="layout-search"><?php constructor_admin_layout($layouts, 'search'); ?></div>        
-            <h3><a href="#"><?php _e('Date', 'constructor')?></a></h3>
-            <div class="select" id="layout-date"><?php constructor_admin_layout($layouts, 'date'); ?></div>
-            <h3><a href="#"><?php _e('Category', 'constructor')?></a></h3>
-            <div class="select" id="layout-category"><?php constructor_admin_layout($layouts, 'category'); ?></div>
-            <h3><a href="#"><?php _e('Tag', 'constructor')?></a></h3>
-            <div class="select" id="layout-tag"><?php constructor_admin_layout($layouts, 'tag'); ?></div>
-        </div>
-
-        </td>
-        <td valign="top" class="updated quick-links" width="240px">
-            <h3><?php _e('Help', 'constructor'); ?></h3>
-            <a href="http://code.google.com/p/wp-constructor/wiki/ConstructorLayouts" title="Create custom layout">Create custom layout</a>
-            <br/>
-            <strong><?php _e('Tile Template', 'constructor')?></strong>
-            <?php _e('Optimized for container with width equals to 1024px', 'constructor')?>
-            <br/>
-            <dl>
-                <dt><?php _e('Homepage', 'constructor')?></dt>
-                <dd>http://domain.com</dd>
-                <dt><?php _e('Post', 'constructor')?></dt>
-                <dd>http://domain.com/?p=123<br/> http://domain.com/the_post_title/</dd>
-                <dt><?php _e('Page', 'constructor')?></dt>
-                <dd>http://domain.com/?page_id=123<br/> http://domain.com/the_page_title/</dd>
-                <dt><?php _e('Search', 'constructor')?></dt>
-                <dd>http://domain.com/?s=search%20string</dd>                
-                <dt><?php _e('Date', 'constructor')?></dt>
-                <dd>http://domain.com/?m=2010<br/> http://domain.com/2010/05</dd>
-                <dt><?php _e('Category', 'constructor')?></dt>
-                <dd>http://domain.com/?cat=12<br/> http://domain.com/category/name</dd>
-                <dt><?php _e('Tag', 'constructor')?></dt>
-                <dd>http://domain.com/?tag=name<br/> http://domain.com/tag/name</dd>
-            </dl>
-            
-            
-        </td>
-    </tr>
-</table>
-    
-<?php       
-/**
- * Return string for build options
- *
- * @param  array  $layouts
- * @param  string $key
- * @return string
- */
-function constructor_admin_layout($layouts, $key) 
-{
-    global $constructor;
-    ?>    
-    <input type="hidden" id="constructor-layout-<?php echo $key ?>" name="constructor[layout][<?php echo $key ?>]" value="<?php echo $constructor['layout'][$key]?>"/>
-    <?php
-    foreach ($layouts as $layout) {
-        $info = pathinfo($layout);
-        $name = substr($info['basename'], 0, -4);
-        $title = ucfirst(strtolower($name));
-        ?>
-        <a href="#" title="<?php echo esc_attr(__($title, 'constructor')); ?>" name="<?php echo $name; ?>" <?php if($constructor['layout'][$key] == $name) echo 'class="selected"'; ?>>
-            <img src="<?php echo CONSTRUCTOR_DIRECTORY_URI ?>/admin/images/layout-<?php echo $name; ?>.png" alt="<?php echo esc_attr(__($title, 'constructor')); ?>" />
-        </a>
-        <?php
-    }
-}
-?>
\ No newline at end of file
diff --git a/wp-content/themes/constructor/admin/settings/themes.php b/wp-content/themes/constructor/admin/settings/themes.php
deleted file mode 100644
index 1bf890134917f196dfb1c5b9e24a854d2c70b486..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/admin/settings/themes.php
+++ /dev/null
@@ -1,112 +0,0 @@
-<?php __('Themes', 'constructor'); // required for correct translation ?>
-<script type="text/javascript">
-    (function($){
-        $(document).ready(function()
-        {
-            $("#constr-themes div").hover(function(){
-                $(this).toggleClass('hover');
-            }, function(){
-                $(this).toggleClass('hover');
-            });
-
-            $("#constr-themes div:not(.selected)").click(function()
-            {
-                if (confirm('All data was reloaded from theme config. Continue?..')) {
-                    $('#constructor-theme').val($(this).attr('title'));
-                    $('#constructor-theme-reload').val(1);
-                    $("#constructor-form").submit();
-                }
-            });
-        });
-    })(jQuery);
-</script>
-
-<input type="hidden" id="constructor-theme" name="constructor[theme]" value="<?php echo $admin['theme']?>"/>
-<input type="hidden" id="constructor-theme-reload" name="constructor[theme-reload]" value="0"/>
-<?php
-// load custom themes
-if (is_dir(CONSTRUCTOR_CUSTOM_THEMES)) {
-    constructor_themes_list(CONSTRUCTOR_CUSTOM_THEMES, CONSTRUCTOR_CUSTOM_THEMES_URI);
-}
-?>
-<hr class="clear"/>
-<?php
-// load default themes
-constructor_themes_list(CONSTRUCTOR_DEFAULT_THEMES, CONSTRUCTOR_DEFAULT_THEMES_URI);
-?>
-<br class="clear"/>
-<?php
-
-function constructor_list_dirs($folder = '') {
-	if ( empty($folder) )
-		return false;
-
-	$dirs = array();
-	if ( $dir = @opendir( $folder ) ) {
-		while (($file = readdir( $dir ) ) !== false ) {
-			if ( in_array($file, array('.', '..') ) )
-				continue;
-			if ( is_dir( $folder . '/' . $file ) ) {
-                $dirs[] = $file;
-			}
-		}
-	}
-	@closedir( $dir );
-	return $dirs;
-}
-
-
-function constructor_themes_list($path, $uri)
-{
-    global $admin;
-    $themes = constructor_list_dirs($path);
-    $themes = array_diff($themes, array(
-                                       '.', '..', '.svn', '.htaccess', 'readme.txt'
-                                  ));
-    foreach ($themes as $theme) :
-        // don't show files and hidden directories
-        if (!is_dir($path . '/' . $theme) or
-            substr($theme, 0, 1) == '.') {
-            continue;
-        }
-
-        $img = null;
-        if (file_exists($path .'/'. $theme . '/style.css')) {
-            $data = get_theme_data($path .'/'. $theme . '/style.css');
-
-            if (file_exists($path .'/'. $theme . '/screenshot.png')) {
-                $img = $uri .'/'. $theme . '/screenshot.png';
-            }
-            if (empty($data['URI'])) {
-                $data['URI'] = '#';
-            }
-        } else {
-            $data = array(
-                'Title' => $theme,
-                'Description' => __('File "style.css" is not exists', 'constructor'),
-                'Author' => __('Anonymous', 'constructor'),
-                'Version' => '0.0',
-                'URI' => '#'
-            );
-
-        }
-        ?>
-
-    <div <?php if ($admin['theme'] == $theme) echo 'class="selected"'; ?> title="<?php echo $theme ?>">
-        <span>
-            <?php if ($img): ?>
-            <img src="<?php echo $img;?>"/>
-            <?php endif; ?>
-        </span>
-        <strong><a href="<?php echo $data['URI']?>" title="<?php echo $data['Title'] ?>"><?php echo
-        $data['Title'] ?></a></strong> <em>@<?php echo
-    $data['Author'] ?></em>- <?php _e('version', 'constructor'); ?> <?php echo $data['Version'] ?>
-
-        <p><?php echo $data['Description'] ?></p>
-
-    </div>
-    <?php
-    endforeach;
-}
-
-?>
\ No newline at end of file
diff --git a/wp-content/themes/constructor/archive.php b/wp-content/themes/constructor/archive.php
deleted file mode 100644
index c12086f576faa04abce7d2ea0ed47a5c6f222b9c..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/archive.php
+++ /dev/null
@@ -1,15 +0,0 @@
-<?php
-/**
- * @package WordPress
- * @subpackage constructor
- */
-
-// load header.php
-get_header();
-
-// load one of layout pages (layouts/*.php) based on settings
-get_constructor_layout('archive');
-
-// load footer.php
-get_footer();
-?>
\ No newline at end of file
diff --git a/wp-content/themes/constructor/author.php b/wp-content/themes/constructor/author.php
deleted file mode 100644
index 98378728a3921c9bad87f9aea8d7c72f81e13b6b..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/author.php
+++ /dev/null
@@ -1,95 +0,0 @@
-<?php
-/**
- * @package WordPress
- * @subpackage constructor
- */
-// load header.php
-get_header();
-
-if (isset($_GET['author_name'])) :
-    $authordata = get_userdatabylogin($_GET['author_name']); // NOTE: 2.0 bug requires get_userdatabylogin(get_the_author_login());
-else :
-    $authordata = get_userdata(intval($author));
-endif;
-
-$author = get_the_author();
-?>
-<div id="content" class="box shadow opacity <?php the_constructor_layout_class() ?>">
-    <div id="container" >
-        <article <?php echo 'class="author hentry ' . join(' ', get_post_class($class, null)) . '"'; ?>>
-            <h1 class="opacity box">
-                <a href="#" rel="bookmark" title="<?php echo $author ?>"><?php echo $author; ?></a>
-                <a class="feed-icon right" href="<?php echo get_author_feed_link(get_the_author_meta('ID')) ?>" title="<?php _e("Author RSS Feed", 'constructor') ?>"><?php _e("RSS Feed", 'constructor') ?></a>
-            </h1>
-            <div class="entry opacity box">
-                <div class="wp-caption alignleft persona" style="width: 128px">
-                    <?php echo get_avatar(get_the_author_meta('email'), 120)?>
-                    <p class="wp-caption-text"><?php printf(__('%1$s %2$s', 'constructor'), get_the_author_meta('first_name'), get_the_author_meta('last_name'))?></p>
-                </div>
-                <dl class="left">
-                    <?php if ($first = get_the_author_meta('first_name')
-                              or $last = get_the_author_meta('last_name')) : ?>
-                        <dt><?php _e('Full Name', 'constructor') ?></dt>
-                        <dd><?php printf(__('%1$s %2$s', 'constructor'), $first, $last)?></dd>
-                    <?php endif; ?>
-
-                    <?php if ($nickname = get_the_author_meta('nickname')) : ?>
-                        <dt><?php _e('Nickname', 'constructor') ?></dt>
-                        <dd><?php echo $nickname ?></dd>
-                    <?php endif; ?>
-
-                    <?php if ($url = get_the_author_meta('url')) : ?>
-                        <dt><?php _e('Website', 'constructor') ?></dt>
-                        <dd><a href="<?php echo $url ?>" title="<?php _e("Visit author website", 'constructor') ?>" rel="external"><?php echo $url ?></a></dd>
-                    <?php endif; ?>
-
-                    <?php if ($icq = get_the_author_meta('icq')) : ?>
-                        <dt><?php _e('ICQ', 'constructor') ?></dt>
-                        <dd><?php echo $icq ?></dd>
-                    <?php endif; ?>
-
-                    <?php if ($aim = get_the_author_meta('aim')) : ?>
-                        <dt><?php _e('AIM', 'constructor') ?></dt>
-                        <dd><?php echo $aim ?></dd>
-                    <?php endif; ?>
-
-                    <?php if ($yim = get_the_author_meta('yim')) : ?>
-                        <dt><?php _e('Yahoo IM', 'constructor') ?></dt>
-                        <dd><?php echo $yim ?></dd>
-                    <?php endif; ?>
-
-                    <?php if ($msn = get_the_author_meta('msn')) : ?>
-                        <dt><?php _e('MSN', 'constructor') ?></dt>
-                        <dd><?php echo $msn ?></dd>
-                    <?php endif; ?>
-
-                    <?php if ($description = get_the_author_meta('description')) : ?>
-                        <dt><?php _e('About Me', 'constructor') ?></dt>
-                        <dd><?php echo $description ?></dd>
-                    <?php endif; ?>
-                </dl>
-            </div>
-        </article>
-        <?php if (have_posts()) : ?>
-        <article <?php post_class(); ?>>
-            <h2 class="opacity box"><a href="#" rel="bookmark" title="<?php echo $author ?>"><?php printf(__('Latest posts by %s', 'constructor'), get_the_author_meta('nickname')); ?></a></h2>
-            <p class="entry">
-                    <ul>
-                    <?php while (have_posts()) : the_post(); ?>
-                       <li>
-                          <a href="<?php the_permalink() ?>" rel="bookmark" title="<?php printf(__('Permanent Link to %s', 'constructor'), the_title_attribute('echo=0')); ?>"><?php the_title(); ?></a> | <?php the_date() ?>
-                       </li>
-                    <?php endwhile; ?>
-                    </ul>
-            </p>
-        </article>
-        <?php else: ?>
-        <article class="hentry">
-            <h2 class="opacity box"><a href="#"><?php _e('No posts by this author.', 'constructor'); ?></a></h2>
-        </article>
-        <?php endif; ?>
-        <?php get_constructor_navigation(); ?>
-    </div><!-- id='container' -->
-    <?php get_constructor_sidebar(); ?>
-</div><!-- id='content' -->
-<?php get_footer(); ?>
\ No newline at end of file
diff --git a/wp-content/themes/constructor/category.php b/wp-content/themes/constructor/category.php
deleted file mode 100644
index bd0071dda76a938eb3253112bb68f587768bdd07..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/category.php
+++ /dev/null
@@ -1,15 +0,0 @@
-<?php
-/**
- * @package WordPress
- * @subpackage constructor
- */
-
-// load header.php
-get_header();
-
-// load one of layout pages (layouts/*.php) based on settings
-get_constructor_layout('category');
-
-// load footer.php
-get_footer();
-?>
\ No newline at end of file
diff --git a/wp-content/themes/constructor/changelog.txt b/wp-content/themes/constructor/changelog.txt
deleted file mode 100644
index 9026476e1ea85721fff5d57862b8523929ecd99a..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/changelog.txt
+++ /dev/null
@@ -1,273 +0,0 @@
-= Versions history =
-This is local copy of file https://code.google.com/p/wp-constructor/wiki/ConstructorHistory
-
-== 1.6.6 ==
-  * Fixed "blank page" for empty search results
-
-== 1.6.4 ==
-  * Hotfix in default layout
-
-== 1.6.3 ==
-  * Added Brazilian Portugese language
-  * Fixed "line end" for all style.css
-
-== 1.6.2 ==
-  * Updated Google Web Fonts
-  * Small changes in column layout
-  * Added new subtheme - "Old Newspaper" (included to default)
-  * Updated translation catalog
-  * Updated Russian translation
-  * Fixed mistake in Italian (issue #166)
-
-== 1.6.1 ==
-  * Fixed security issue with WP version
-  * New template for layout - "Three columns"
-  * Small changes in "Tile" template
-  * Replace HTML5 javascript
-
-== 1.6.0 ==
-  * Implemented HTML5 tags: article, header, footer, section, aside
-  * Cleaned some tags and styles
-  * Removed scandir.php
-  * Added support Google Calendar Events Widget
-
-== 1.5.11 ==
-  * Change logic of the_constructor_layout_class() and get_constructor_sidebar()
-  * Moved function scandir to separated file (be ready for WP 3.2)
-
-== 1.5.10 ==
-  * Return PHP4 compatability
-  * Small changes in simple layout:
-    *  added social buttons
-    *  removed border around post title
-  * Fixed  issue #153
-
-== 1.5.9 ==
-
-  * Small fixes in subthemes
-  * Removed compatibility stuff
-  * Replaced file_get/put_functions with WP functions
-
-== 1.5.8 ==
-
-  * Remove compatibility stuff
-  * Replace file_get/put_content with WP_Filesystem
-
-== 1.5.8 ==
-  * Added more Google face fonts
-  * Fixed "tags" option for content
-  * Improved options for social bookmarks
-  * Added this file to repository
-  * Minor changes in readme.txt
-  * Avoid validator warnings
-
-== 1.5.7 ==
-  * Added more options for post metainformation
-  * "Social" integration
-  * Change transparent properties (now is image for all browsers)
-  * Fixed navigation for single post (small mistake)
-
-== 1.5.6 ==
-  * Hot fix for CSS file
-
-== 1.5.5 ==
-  * Many small fixes (repository requriements)
-  * Fix for wordpress 3.1
-
-= 1.5.0 =
-  * Create notice for search field in menu
-  * Change save process, now constructor use folder blogs.dir for save custom themes and cache.
-  * Change donation address
-
-==== Theme Changes ====
-For update themes you should be change path to images in theme `config.php` - remove `themes/%theme_name%/` from image path:
-{{{
-// before
-"images"   => array(
-    "header"   => array('src'=>'themes/default/header.jpg', 'pos'=>'right top', 'repeat'=>'no-repeat'),
-),
-
-// after
-"images"   => array(
-    "header"   => array('src'=>'header.jpg', 'pos'=>'right top', 'repeat'=>'no-repeat'),
-),
-
-}}}
-
-
-== 1.4.4 ==
-  * Added Hungarian, Catalon, Dutch languages
-  * Copy sp_SP as es_ES language
-
-== 1.4.3 ==
-  * Rebuild jQuery UI
-
-== 1.4.2 ==
-  * Added jQuery Layout plugin
-  * Added new layout "Thumb"
-  * Added CSS for editor
-  * Added HU translation
-  * More fonts from Google Font Directory, and small changes in UI on "Fonts" tab
-  * Rename tabs: - "Layout" -> "Templates" - "Sidebar" -> "Layout"
-  * Create new color for form elements
-  * Update layout's thumbnails
-  * Small navigation refactoring
-  * Fixed Javascript issue on admin panel
-  * Fixed small CSS issues
-
-= 1.4.0 =
-  * Changed "Layout" interface (thx to Platforma theme for good idea)
-  * Small navigation refactoring
-
-= 1.3.0 =
-  * Added Hungarian translation
-  * Rebuild sidebar layout creation system (more flexible for advanced users)
-  * Refactoring of CSS generator
-  * Small fix in nix gray theme
-
-
-== 1.2.4 ==
-  * Small refactoring in library
-  * Hotfix for comments
-
-== 1.2.2 ==
-  * Hotfix for default slideshow
-
-= 1.2.0 =
-
-  * Wordpress 3.0 is required
-  * Removed some old functions
-  * Updated to HTML5
-
-= 1.1.0 =
-
-  * Critical fix for MU sites
-  * Added support of Google Font Face API
-  * Added shortcodes subpages/attachments/widgets
-  * Return the_date function in templates
-  * Updated navigation menu (WP 3.0 feature)
-
-
-== 1.0.3 ==
-  * Added printable version
-
-= 1.0.0 =
-  * Updated all subthemes
-  * Updated translation for EN, RU, UA
-
-== 0.9.9 ==
-  * Removed deprecated functional (support only Wordpress 2.9+)
-
-== 0.9.8 ==
-  * Added options for page and post layouts
-  * Added RTL CSS file
-
-== 0.9.5 ==
-  * Added Wordpress 3.0 navigation menu support
-  * Added new top menu feature - stretch across the width of site
-  * Updated List layout
-  * CSS classes for more flexible layout development
-  * Refactored of CSS (rename some classes in header; remove old code)
-  * Fixed issue with drop-down menu in IE8 (and IE7 w/out transparency feature now :( )
-  * SEO optimization
-  * Added new navigation.php file - for easy integration plugins like wp-pagenavi
-  * Added new sidebar-extra.php - for changes w/out widgets
-
-= 0.9.0 =
-  * Improved options of top menu
-
-== 0.7.4 ==
-  * hotfix for comments
-
-== 0.7.2 ==
-  * Added hide title option
-
-= 0.7.0 =
-  * big refactoring
-  * ...
-
-== 0.6.7 ==
-  * update Russian translation
-  * fixed small issues
-
-== 0.6.6 ==
-  * added Catalan translation
-  * update Author page
-  * issue #19
-
-== 0.6.4 ==
-  * updated languages
-  * issue #16
-  * issue #17
-
-== 0.6.3 ==
-  * added 'header'  widget sidebar
-  * small fixes in default theme
-  * small fixes in main style.css
-
-== 0.6.2 ==
-
-  * added French localization
-  * added more options for images (repeat option available for all images)
-  * auto-generated thumbnails is back
-  * added options for "List" layout
-  * added global WP date format settings
-  * small bug fixes in layout
-  * small UI changes
-
-==== Theme Changes ====
-  * changes in images section, now available more options
-  `"images"   => array( // background images
-        "body" => array('src'=>'', 'pos'=>'left top', 'repeat'=>'repeat', 'fixed'=>false), <br/>
-        "wrap" => array('src'=>'', 'pos'=>'center top', 'repeat'=>'no-repeat', 'fixed'=>false), <br/>
-        "wrapper"  => array('src'=>'', 'pos'=>'left top', 'repeat'=>'no-repeat'), <br/>
-        "sidebar"  => array('src'=>'', 'pos'=>'right bottom', 'repeat'=>'no-repeat'), <br/>
-        "footer"   => array('src'=>'', 'pos'=>'right bottom', 'repeat'=>'no-repeat'), <br/>
-    )`
-  * changes in content section
-  `"content"   => array(    // content
-       "author" => 0,       // - link to author page <br/>
-       'thumb' =>  array ('auto'   => false), // - autogenerate thumbnails <br/>
-       'list'  =>  array (                    // list layout <br/>
-              'filter' => false,  // - strip HTML tags <br/>
-              'thumb'  => array ( 'pos' => 'left', 'noimage' => false, ), // - thumbnail position and "No Image" option <br/>
-                         )),`
-
-== 0.6.1 ==
-
-  * added categories to head menu (optional)
-  * added search form to head menu (optional)
-  * remove Example theme from release (moved to Downloads Page)
-  * small fixes in slideshow and drop-down menu
-
-
-==== Theme Changes ====
-  * changes in menu section, option `type` is depricated
-  `"menu"     => array(             // menu with links <br/>
-        "flag" => 1,         // - enable/disable <br/>
-        "home" => true,     // - link to home page <br/>
-        "rss"  => true,     // - link to RSS <br/>
-        "search" => true,    // - search form <br/>
-        "pages"      => array('depth'=>0), <br/>
-        "categories" => array('depth'=>3, 'group'=>1) <br/>
-   ),`
-
-= 0.6.0 =
-
-  * remove automatic generated thumbnails - now use `thumb` and `thumb-list` custom fields - it's more fast and flexible
-  * remove superfish jQuery plugin - write custom code
-  * added autogenerated classes for body ([http://wpengineer.com/wordpress-28-body_class-automatic_feed_links/ docs])
-  * added support `category_name` custom field for pages
-  * added `fixed` options for `body` and `background` images
-  * added `header` height option
-  * added four opacity types
-  * IE6 isn't support now, please update your browser to modern
-
-==== Theme Changes ====
-  * add header height option:
-  `"layout" => array("header" => 140, ...)`
-  * add fixed option:
-  `"images" => array(
-                    "body" => array(..., 'fixed'=>false), <br/>
-                    "wrap" => array(..., 'fixed'=>false),
- ...)`
\ No newline at end of file
diff --git a/wp-content/themes/constructor/comments.php b/wp-content/themes/constructor/comments.php
deleted file mode 100644
index 1860e65e9be773521dabadeda8185fe5f606be74..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/comments.php
+++ /dev/null
@@ -1,46 +0,0 @@
-<?php
-/**
- * @package WordPress
- * @subpackage Constructor
- */
-?>
-
-<?php if ( post_password_required() ) : ?>
-    <section id="comments">
-        <p class="nopassword"><?php _e('This post is password protected. Enter the password to view comments.', 'constructor'); ?></p>
-    </section>
-    <?php return; ?>
-<?php endif; ?>
-
-
-<section id="comments">
-<?php if ( have_comments() ) : ?>
-	<h3><?php comments_number(__('No Responses', 'constructor'), __('One Response', 'constructor'), __('% Responses', 'constructor'));?> <?php printf(__('to &#8220;%s&#8221;', 'constructor'), the_title('', '', false)); ?></h3>
-
-	<ol class="commentlist">
-	    <?php wp_list_comments('avatar_size='.get_constructor_avatar_size());?>
-	</ol>
-    <?php if (get_comment_pages_count() > 1 && get_option('page_comments')) : // are there comments to navigate through ?>
-	<nav class="navigation">
-		<div class="alignleft"><?php previous_comments_link() ?></div>
-		<div class="alignright"><?php next_comments_link() ?></div>
-	</nav>
-    <?php endif; ?>
-<?php else: ?>
-    <?php if (!comments_open() && !is_page()) : ?>
-        <p class="nocomments"><?php _e('Comments are closed.', 'constructor'); ?></p>
-    <?php endif; ?>
-<?php endif; ?>
-    <?php
-        // This is stupid fields customization
-        // I can't do it with CSS
-        function constructor_comment_fields ($fields) {
-            foreach ($fields as $name => $field) {
-                $fields[$name] = preg_replace('/(<label(?:.*?)>(?:.*?)<\/label>)\s*(<span class="required">\*<\/span>)?\s*(<input(?:.*?)\/>)/', '\3\1\2',$field);
-            }
-            return $fields;
-        }
-        add_filter('comment_form_default_fields', 'constructor_comment_fields');
-    ?>
-<?php comment_form(); ?>
-</section>
\ No newline at end of file
diff --git a/wp-content/themes/constructor/css-editor.php b/wp-content/themes/constructor/css-editor.php
deleted file mode 100644
index aab74426d7b277acf8e2f5989fee6f1c61cc7ba9..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/css-editor.php
+++ /dev/null
@@ -1,297 +0,0 @@
-<?php
-/**
- * CSS Generator for WYSIWYG editor, please never change this is file, if your not sure what are you doing!
- *
- * @package WordPress
- * @subpackage Constructor
- */
-session_start();
-header('Content-type: text/css');
-
-// debug
-//error_reporting(E_ALL);
-
-// config is null
-$constructor = null;
-
-// load custom theme (using theme switcher)
-if (isset($_GET['theme'])) {
-    $theme = $_GET['theme'];
-    $theme = preg_replace('/[^a-z0-9\-\_]+/i', '', $theme);
-    if (file_exists(dirname(__FILE__) . '/themes/'.$theme.'/config.php')) {
-       $constructor = include dirname(__FILE__) . '/themes/'.$theme.'/config.php';
-    }
-}
-
-if (!$constructor) {
-    $constructor = include dirname(__FILE__) . '/themes/default/config.php';
-}
-
-if (isset($_SESSION['constructor_width'])) {
-    $constructor['layout']['width'] = $_SESSION['constructor_width'];
-}
-if (isset($_SESSION['constructor_color'])) {
-    $constructor['color'] = $_SESSION['constructor_color'];
-}
-if (isset($_SESSION['constructor_fonts'])) {
-    $constructor['fonts'] = $_SESSION['constructor_fonts'];
-}
-
-
-$color1   = $constructor['color']['header1'];
-$color2   = $constructor['color']['header2'];
-$color3   = $constructor['color']['header3'];
-
-$color_bg      = $constructor['color']['bg'];
-$color_bg2     = $constructor['color']['bg2'];
-$color_form    = $constructor['color']['form'];
-$color_text    = $constructor['color']['text'];
-$color_text2   = $constructor['color']['text2'];
-$color_border  = $constructor['color']['border'];
-$color_border2 = $constructor['color']['border2'];
-$color_opacity = isset($constructor['color']['opacity'])?$constructor['color']['opacity']:'#ffffff';
-
-/*Fonts*/
-
-// detect font-face
-$font_face = require dirname(__FILE__) .'/admin/font-face.php';
-$include_fonts = array();
-if (array_search($constructor['fonts']['title']['family'], $font_face) !== false) {
-    $font = preg_split('/[,]+/', $constructor['fonts']['title']['family']);
-    $font = urlencode(trim($font[0],'"'));
-    array_push($include_fonts, $font);
-}
-if (array_search($constructor['fonts']['description']['family'], $font_face) !== false) {
-    $font = preg_split('/[,]+/', $constructor['fonts']['description']['family']);
-    $font = urlencode(trim($font[0],'"'));
-    if (array_search($font, $include_fonts) === false) {
-        array_push($include_fonts, $font);
-    }
-}
-if (array_search($constructor['fonts']['header']['family'], $font_face) !== false) {
-    $font = preg_split('/[,]+/', $constructor['fonts']['header']['family']);
-    $font = urlencode(trim($font[0],'"'));
-    if (array_search($font, $include_fonts) === false) {
-        array_push($include_fonts, $font);
-    }
-}
-if (array_search($constructor['fonts']['content']['family'], $font_face) !== false) {
-    $font = preg_split('/[,]+/', $constructor['fonts']['content']['family']);
-    $font = urlencode(trim($font[0],'"'));
-    if (array_search($font, $include_fonts) === false) {
-        array_push($include_fonts, $font);
-    }
-}
-if (!empty($include_fonts)) {
-    $font_face = '@import url(http://fonts.googleapis.com/css?family='.join('|',$include_fonts).');'."\n";
-} else {
-    $font_face = '';
-}
-
-$title_font = <<<CSS
-    font-family:{$constructor['fonts']['title']['family']};
-    font-size:{$constructor['fonts']['title']['size']}px;
-    line-height:{$constructor['fonts']['title']['size']}px;
-    font-weight:{$constructor['fonts']['title']['weight']};
-    color:{$constructor['fonts']['title']['color']};
-    text-transform:{$constructor['fonts']['title']['transform']};
-CSS;
-
-$description_font = <<<CSS
-    font-family:{$constructor['fonts']['description']['family']};
-    font-size:{$constructor['fonts']['description']['size']}px;
-    line-height:{$constructor['fonts']['description']['size']}px;
-    font-weight:{$constructor['fonts']['description']['weight']};
-    color:{$constructor['fonts']['description']['color']};
-    text-transform:{$constructor['fonts']['description']['transform']};
-CSS;
-
-$body_font = <<<CSS
-    font-family:{$constructor['fonts']['content']['family']};
-CSS;
-
-$header_font = <<<CSS
-    font-family:{$constructor['fonts']['header']['family']};
-CSS;
-
-$content_font = <<<CSS
-    font-family:{$constructor['fonts']['content']['family']};
-CSS;
-
-/*/Fonts*/
-/* Output CSS */
-echo <<<CSS
-{$font_face}
-/*MCE*/
-html .mceContentBody {
-	max-width:{$constructor['layout']['width']}px;
-}
-body, .mceWPmore {
-    background-color:{$color_bg};
-}
-/*Content*/
-* {
-	font-family:{$constructor['fonts']['content']['family']};
-	color:{$color_text};
-    background-color:{$color_bg};
-	line-height: 1.5;
-}
-p,dl,td,th,ul,ol,blockquote {
-	font-size: 16px;
-}
-body, input, textarea {
-	font-size: 12px;
-	line-height: 18px;
-}
-hr {
-	background-color: {$color1};
-	border:0;
-	height: 1px;
-	margin-bottom: 1em;
-	clear:both;
-}
-
-
-h1,h2,h3,h4,h5,h6 {{$header_font}}
-
-h1,
-h2 { color:{$color1} }
-h3,
-h4 { color:{$color2} }
-h5,
-h6 { color:{$color3} }
-
-pre { font-family:{$constructor['fonts']['content']['family']}; }
-
-/*Form*/
-input, select, textarea {
-    font-size:1.4em;
-    padding: 4px;
-    border: {$color_border} 1px solid;
-    color:{$color_text};
-    background-color:{$color_form}
-}
-input:active, select:active, textarea:active {
-    border-color:{$color3};
-    background-color:{$color_bg2}
-}
-
-input:focus, select:focus, textarea:focus {
-    border-color:{$color3};
-    background-color:{$color_bg2}
-}
-fieldset{
-    border-color: {$color_border} 1px solid;
-    padding: 8px
-}
-textarea {width: 98%}
-
-
-/*/Form*/
-/*Table*/
-table {
-    border-collapse:collapse
-}
-
-table caption {
-    color:{$color2};
-}
-th {
-    font-size:1.2em;
-    padding:4px 6px;
-    color:{$color_text};
-    background-color:{$color3};
-    border:{$color_border} 1px solid
-}
-td {
-    padding:4px;
-    border:{$color_border} 1px solid
-}
-/*/Table*/
-/*Images*/
-.wp-caption {
-    text-align: center;
-    padding-top: 4px;
-    margin: 10px;
-    color:{$color_text};
-    border: 1px solid {$color_border};
-    background-color: {$color_bg2};
-}
-.wp-caption a {
-    border: 0 none !important;
-}
-.wp-caption img {
-    margin: 0 !important;
-    padding: 0 !important;
-    border: 0 none !important;
-}
-.wp-caption p.wp-caption-text {
-    font-size: 1em;
-    line-height: 17px;
-    padding: 4px 0;
-    text-indent:0;
-    margin: 0
-    color:{$color_text};
-}
-.gallery-caption {
-   color:{$color_text};
-}
-.wp-smiley {
-	margin:0;
-}
-/*/Images*/
-/*Post*/
-p {
-    text-indent:12px;
-    margin-bottom:4px
-}
-h1, h2, h3, h4, h5, h6,
-ul, ol {
-    margin-left:12px;
-}
-ol, ul {
-    padding-left:20px
-}
-li ol, li ul {
-    padding-left:6px
-}
-ul {
-    list-style:circle
-}
-ol {
-    list-style: decimal
-}
-li {
-    padding:2px;
-}
-
-a {
-    outline:none;
-    text-decoration:none;
-    color:{$color_text};
-    border-bottom:1px dotted {$color_text}
-}
-a:hover {
-    color:{$color1};
-    border-bottom:1px solid {$color1}
-}
-
-h2 a{
-   color: {$color_bg};
-}
-h2 a:hover{
-   color: {$color_bg2};
-}
-img {
-    border:1px solid {$color_border};
-    padding:4px;
-}
-img.alignleft {
-    margin: 0 4px 4px 0
-}
-img.alignright {
-    margin: 0 4px 0 4px
-}
-/*/Post*/
-CSS;
-?>
diff --git a/wp-content/themes/constructor/css.php b/wp-content/themes/constructor/css.php
deleted file mode 100644
index 266ff34379e14b2bd3dd5cccc1ef61c3b953d72b..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/css.php
+++ /dev/null
@@ -1,880 +0,0 @@
-<?php
-/**
- * CSS Generator, please never change this is file, if your not sure what are you doing!
- *
- * base 64 used for encode transparent images, don't worry about it
- * 
- * @package WordPress
- * @subpackage Constructor
- */
-header('Content-type: text/css');
-
-// debug
-//error_reporting(E_ALL);
-
-
-// load custom theme (using theme switcher)
-//if (isset($_GET['theme'])) {
-//    $theme = $_GET['theme'];
-//    $theme = preg_replace('/[^a-z0-9\-\_]+/i', '', $theme);
-//    if (file_exists(dirname(__FILE__) . '/themes/'.$theme.'/config.php')) {
-//       $options = include_once dirname(__FILE__) . '/themes/'.$theme.'/config.php';
-//       $options['theme'] = $theme;
-//    }
-//} else {
-global $image_uri, $options;
-
-include_once dirname(__FILE__) .'/libs/Constructor/Admin.php';
-$Constructor = new Constructor_Admin();
-
-$options = $Constructor->_options;
-$theme = $Constructor->_theme;
-
-$image_uri = $Constructor->getThemeUri();
-$theme_uri = CONSTRUCTOR_DIRECTORY_URI;
-//}
-
-$width    = isset($options['layout']['width'])?$options['layout']['width']:1024;
-$sidebar  = isset($options['layout']['sidebar'])?$options['layout']['sidebar']:240;
-$extra    = isset($options['layout']['extra'])?$options['layout']['extra']:240;
-
-$color1   = $options['color']['header1'];
-$color2   = $options['color']['header2'];
-$color3   = $options['color']['header3'];
-
-$color_bg      = $options['color']['bg'];
-$color_bg2     = $options['color']['bg2'];
-$color_form    = $options['color']['form'];
-$color_text    = $options['color']['text'];
-$color_text2   = $options['color']['text2'];
-$color_border  = $options['color']['border'];
-$color_border2 = $options['color']['border2'];
-$color_opacity = isset($options['color']['opacity'])?$options['color']['opacity']:'#ffffff';
-
-/*Fonts*/
-
-// detect font-face
-$font_face = require dirname(__FILE__) .'/admin/font-face.php';
-$include_fonts = array();
-if (array_search($options['fonts']['title']['family'], $font_face) !== false) {
-    $font = preg_split('/[,]+/', $options['fonts']['title']['family']);
-    $font = urlencode(trim($font[0],'"'));
-    array_push($include_fonts, $font);
-}
-if (array_search($options['fonts']['description']['family'], $font_face) !== false) {
-    $font = preg_split('/[,]+/', $options['fonts']['description']['family']);
-    $font = urlencode(trim($font[0],'"'));
-    if (array_search($font, $include_fonts) === false) {
-        array_push($include_fonts, $font);
-    }
-}
-if (array_search($options['fonts']['header']['family'], $font_face) !== false) {
-    $font = preg_split('/[,]+/', $options['fonts']['header']['family']);
-    $font = urlencode(trim($font[0],'"'));
-    if (array_search($font, $include_fonts) === false) {
-        array_push($include_fonts, $font);
-    }
-}
-if (array_search($options['fonts']['content']['family'], $font_face) !== false) {
-    $font = preg_split('/[,]+/', $options['fonts']['content']['family']);
-    $font = urlencode(trim($font[0],'"'));
-    if (array_search($font, $include_fonts) === false) {
-        array_push($include_fonts, $font);
-    }
-}
-if (!empty($include_fonts)) {
-    $font_face = '@import url(http://fonts.googleapis.com/css?family='.join('|',$include_fonts).');'."\n";
-} else {
-    $font_face = '';
-}
-
-$title_font = <<<CSS
-    font-family:{$options['fonts']['title']['family']};
-    font-size:{$options['fonts']['title']['size']}px;
-    line-height:{$options['fonts']['title']['size']}px;
-    font-weight:{$options['fonts']['title']['weight']};
-    color:{$options['fonts']['title']['color']};
-    text-transform:{$options['fonts']['title']['transform']};
-CSS;
-
-$description_font = <<<CSS
-    font-family:{$options['fonts']['description']['family']};
-    font-size:{$options['fonts']['description']['size']}px;
-    line-height:{$options['fonts']['description']['size']}px;
-    font-weight:{$options['fonts']['description']['weight']};
-    color:{$options['fonts']['description']['color']};
-    text-transform:{$options['fonts']['description']['transform']};
-CSS;
-
-$body_font = <<<CSS
-    font-family:{$options['fonts']['content']['family']};
-CSS;
-
-$header_font = <<<CSS
-    font-family:{$options['fonts']['header']['family']};
-CSS;
-
-$content_font = <<<CSS
-    font-family:{$options['fonts']['content']['family']};
-CSS;
-
-/*/Fonts*/
-
-/* Opacity */
-// switch statement for $options['opacity']
-switch ($options['opacity']) {
-    case 'none':
-        $opacity = '';
-        break;
-    case 'color':
-        $opacity = <<<CSS
-.opacity {
-    background-color:{$color_opacity}
-}
-CSS;
-        break;
-    case 'darklow':
-        $opacity = <<<CSS
-.opacity {
-    background:url('$theme_uri/images/opacity_black_30.png');
-}
-CSS;
-        break;
-    case 'dark':
-        $opacity = <<<CSS
-.opacity {
-    background:url('$theme_uri/images/opacity_black_50.png');
-}
-CSS;
-        break;
-    case 'darkhigh':
-        $opacity = <<<CSS
-.opacity {
-    background:url('$theme_uri/images/opacity_black_80.png');
-}
-CSS;
-        break;
-    case 'lightlow':
-        $opacity = <<<CSS
-.opacity {
-    background:url('$theme_uri/images/opacity_white_30.png');
-}
-CSS;
-        break;
-    case 'lighthigh':
-        $opacity = <<<CSS
-.opacity {
-    background:url('$theme_uri/images/opacity_white_80.png');
-}
-CSS;
-        break;
-    case 'light':
-    default:
-        $opacity = <<<CSS
-.opacity {
-    background:url('$theme_uri/images/opacity_white_50.png');
-}
-CSS;
-        break;
-}
-/* Box */
-if ($options['design']['box']['flag']) {
-    $radius = $options['design']['box']['radius'];
-    
-    $box = <<<CSS
-.box {
-    border-color:{$color_border};
-    border-style:solid;
-    border-width:1px;
-    border-radius: {$radius}px;
-    -moz-border-radius: {$radius}px;
-    -khtml-border-radius: {$radius}px;
-    -webkit-border-radius: {$radius}px
-}
-CSS;
-    // switch statement for $options['menu']['pos']
-    switch ($options['menu']['pos']) {
-        case 'left top':
-        case 'right top':
-            $box .= <<<CSS
-#menu {
-    -moz-border-radius: 0 0 {$radius}px {$radius}px;
-    -webkit-border-bottom-left-radius: {$radius}px;
-    -webkit-border-bottom-right-radius: {$radius}px;
-    -khtml-border-bottom-left-radius: {$radius}px;
-    -khtml-border-bottom-right-radius: {$radius}px;
-    border-bottom-left-radius: {$radius}px;
-    border-bottom-right-radius: {$radius}px;
-    border-color:{$color_border};
-    border-style:solid;
-    border-width:1px;
-    border-top:0;
-}
-CSS;
-            break;
-        default: 
-           $box .= <<<CSS
-#menu {
-    -moz-border-radius: {$radius}px;
-    -webkit-border-radius: {$radius}px;
-    -khtml-border-radius: {$radius}px;
-    border-radius: {$radius}px;
-    border:{$color_border} solid 1px;
-}
-CSS;
-            break;
-    }
-
-    
-} else {
-    $box = '';
-}
-// switch statement for $options['title']['pos']
-
-list($title_halign, $title_valign) = preg_split('/ /', $options['title']['pos']);
-$title_align = '';
-
-switch ($title_halign) {
-    case 'left':
-        $title_align .= 'text-align:left;';
-        break;
-    case 'center':
-        $title_align .= 'text-align:center;';
-        break;
-    case 'right':
-        $title_align .= 'text-align:right;';
-        break;
-}
-
-switch ($title_valign) {
-    case 'bottom':
-        $title_align .= 'bottom:0;';
-        break;
-    case 'top':
-    default:
-        $title_align .= 'top:0;';
-        break;
-}
-
-// switch statement for $options['menu']['pos']
-$menu_center = round(($options['layout']['header'] - 40) / 2);
-
-$menu = "";
-switch ($options['menu']['pos']) {
-    case 'right top':
-        $menu .="right:0;top:0;";
-        break;
-    case 'left center':
-        $menu .="left:0;top:{$menu_center}px;";
-        break;
-    case 'right center':
-        $menu .="right:0;top:{$menu_center}px;";
-        break;
-    case 'left bottom':
-        $menu .="left:0;bottom:0;margin-bottom: 6px;";
-        break;
-    case 'right bottom':
-        $menu .="right:0;bottom:0;margin-bottom: 6px;";
-        break;
-    case 'left top':
-    default:
-        $menu .="left:0;top:0;";
-        break;
-}
-
-// switch statement for $options['menu']['width']
-switch ($options['menu']['width']) {
-    case '100%':
-        $menu .= "width:{$width}px;";
-        break;
-    default:
-        break;
-}
-
-/* Shadow */
-if ($options['design']['shadow']['flag']) {
-    $x_offset = $options['design']['shadow']['x'];
-    $y_offset = $options['design']['shadow']['y'];
-    $blur     = $options['design']['shadow']['blur'];
-    
-    $shadow = <<<CSS
-.shadow {
-    box-shadow: {$x_offset}px {$y_offset}px {$blur}px {$color_border};
-    -moz-box-shadow: {$x_offset}px {$y_offset}px {$blur}px {$color_border};
-    -webkit-box-shadow: {$x_offset}px {$y_offset}px {$blur}px {$color_border}
-}
-CSS;
-} else {
-    $shadow = '';
-}
-
-/* Layout */
-$layout = "";
-$layout_fluid = "";
-
-if ($options['layout']['fluid']['flag']) {
-    $layout_fluid = <<<CSS
-    width:{$options['layout']['fluid']['width']}%;
-    min-width:{$options['layout']['fluid']['min-width']}px;
-    max-width:{$options['layout']['fluid']['max-width']}px;
-CSS;
-} else {
-    $layout_fluid = <<<CSS
-    width:{$width}px;
-CSS;
-}
-
-
-// width changes
-$sidebar2 = $sidebar - 4; // 2px - it's borders width
-$extra2   = $extra   - 4;
-
-// sidebar layouts CSS
-{
-$width2 = $width - ($sidebar + 1); // 1 is border width
-
-$layout .= <<<CSS
-.layout-left #container {
-    width:{$width2}px;
-    margin-left:{$sidebar}px;
-    border-left:1px dotted {$color_border};
-}
-.layout-left #sidebar {
-    margin-left:-{$width}px !important;
-}
-
-CSS;
-
-$width2 = $width - ($sidebar + $extra + 2); // 2 is borders width
-
-$layout .= <<<CSS
-.layout-two #container {
-    width:{$width2}px;
-    margin-left:{$extra}px;
-    border-left:1px dotted {$color_border};
-
-    margin-right:{$sidebar}px;
-    border-right:1px dotted {$color_border};
-}
-.layout-two #sidebar {
-    margin-left:-{$sidebar}px;
-}
-.layout-two #extra {
-    margin-left:-{$width}px;
-}
-
-CSS;
-     
-$margin = $sidebar + $extra + 2;
-$width2 = $width - $margin;
-
-$layout .= <<<CSS
-.layout-two-right #container {
-    width:{$width2}px;
-
-    margin-right:{$margin}px;
-    border-right:1px dotted {$color_border};
-}
-.layout-two-right #sidebar {
-    margin-left:-{$margin}px;
-    border-right:1px dotted {$color_border};
-}
-.layout-two-right #extra {
-    margin-left:-{$extra}px;
-}
-
-CSS;
-
-$margin2 = $width - $sidebar;
-
-$layout .= <<<CSS
-.layout-two-left #container {
-    width:{$width2}px;
-    margin-left:{$margin}px;
-    border-left:1px dotted {$color_border};
-}
-.layout-two-left #sidebar {
-    margin-left:-{$width}px;
-    border-right:1px dotted {$color_border};
-}
-.layout-two-left #extra {
-    margin-left:-{$margin2}px;
-}
-
-CSS;
-
-$width2  = $width - $sidebar;
-$layout .= <<<CSS
-.layout-right #container {
-    width:{$width2}px;
-    margin-right:{$sidebar}px;
-    border-right:1px dotted {$color_border};
-}
-.layout-right #sidebar {
-    margin-left:-{$sidebar}px;
-}
-CSS;
-}
-
-{
-$layout .= <<<CSS
-.layout-none #container {
-    border:0;
-    margin:0;
-    width:{$width}px !important
-}
-CSS;
-}
-
-function constructor_css_bg($section) {
-    global $options, $image_uri;
-    $css = "";
-    if (isset($options['images'][$section]['src']) && !empty($options['images'][$section]['src'])) {
-        $css = "background-image: url('{$image_uri}/{$options['images'][$section]['src']}');\n"
-             . "background-repeat: {$options['images'][$section]['repeat']};\n"
-             . "background-position: {$options['images'][$section]['pos']};\n";
-        if (isset($options['images'][$section]['fixed']) && $options['images'][$section]['fixed']) {
-            $css .= "background-attachment:fixed;\n";
-        }
-    }
-    
-    return $css;
-}
-
-/* Background images */
-$body_bg = constructor_css_bg('body');
-$wrap_bg = constructor_css_bg('wrap');
-$wrapper_bg = constructor_css_bg('wrapper');
-$header_bg = constructor_css_bg('header');
-$sidebar_bg = constructor_css_bg('sidebar');
-$extrabar_bg = constructor_css_bg('extrabar');
-$footer_bg = constructor_css_bg('footer');
-
-/* Wrappers */
-$wrapheader_bg = constructor_css_bg('wrapheader');
-$wrapcontent_bg = constructor_css_bg('wrapcontent');
-$wrapfooter_bg = constructor_css_bg('wrapfooter');
-
-/* Comments */
-switch ($options['comments']['avatar']['pos']) {
-    case 'left':
-        $avatar_pos = "float: left;\n    margin: 0 10px 10px 0;";
-        $avatar_author = "float: right !important;\n    margin: 0 0 10px 10px !important;";
-        break;
-    case 'right':
-    default:
-        $avatar_pos = "float: right;\n    margin: 0 0 10px 10px;";
-        $avatar_author = "float: left !important;\n    margin: 0 10px 10px 0 !important;";
-        break;
-}
-
-/* Header */
-if ($options['title']['hidden']) {
-    $title = <<<CSS
-#name a, #description {
-    font-size:0px;
-    text-indent:-9000px;
-}
-#name a {
-    display:block;
-    height:100%;
-}
-CSS;
-} else {
-    $title = '';
-}
-
-
-/* Output CSS */
-echo <<<CSS
-{$font_face}
-body {
-    background-color:{$color_bg};
-{$content_font}
-{$body_bg}
-}
-
-body,
-a { color:{$color_text} }
-
-hr { background-color: {$color1} }
-
-h1,h2,h3,h4,h5,h6 {{$header_font}}
-
-h1,
-h2 { color:{$color1} }
-h3,
-h4 { color:{$color2} }
-h5,
-h6 { color:{$color3} }
-
-pre {{$content_font}}
-
-a:hover { color:{$color1} }
-table {
-    border-color:{$color_border};
-}
-table caption {
-    color:{$color1};
-}
-th {
-    color:{$color1};
-}
-tr td {
-    border-top-color:{$color_border};
-}
-tr.odd td {
-	background: {$color_bg2};
-}
-
-
-/*Colors*/
-/* text colors */
-.color0 { color:{$color_opacity} }
-
-.color1 { color:{$color1} }
-.color2 { color:{$color2} }
-.color3 { color:{$color3} }
-
-.color4 { color:{$color_text} }
-.color5 { color:{$color_text2} }
-
-.color6 { color:{$color_bg}  }
-.color7 { color:{$color_bg2} }
-
-.color8 { color:{$color_border}  }
-.color9 { color:{$color_border2} }
-
-/* borders colors */
-.bcolor0 { border-color:{$color_opacity} }
-
-.bcolor1 { border-color:{$color1} }
-.bcolor2 { border-color:{$color2} }
-.bcolor3 { border-color:{$color3} }
-
-.bcolor4 { border-color:{$color_text} }
-.bcolor5 { border-color:{$color_text2} }
-
-.bcolor6 { border-color:{$color_bg}  }
-.bcolor7 { border-color:{$color_bg2} }
-
-.bcolor8 { border-color:{$color_border}  }
-.bcolor9 { border-color:{$color_border2} }
-
-/* background colors */
-.bgcolor0 { background-color:{$color_opacity} }
-
-.bgcolor1 { background-color:{$color1} }
-.bgcolor2 { background-color:{$color2} }
-.bgcolor3 { background-color:{$color3} }
-
-.bgcolor4 { background-color:{$color_text} }
-.bgcolor5 { background-color:{$color_text2} }
-
-.bgcolor6 { background-color:{$color_bg}  }
-.bgcolor7 { background-color:{$color_bg2} }
-
-.bgcolor8 { background-color:{$color_border}  }
-.bgcolor9 { background-color:{$color_border2} }
-/*/Colors*/
-
-/*Form*/
-input, select, textarea {
-    color:{$color_text};
-    border-color: {$color_border};
-    background-color:{$color_form}
-}
-
-input:active, select:active, textarea:active {
-    border-color:{$color3};
-    background-color:{$color_bg2}
-}
-
-input:focus, select:focus, textarea:focus {
-    border-color:{$color3};
-    background-color:{$color_bg2}
-}
-
-fieldset{
-    border-color: {$color_border}
-}
-/*/Form*/
-/*CSS3*/
-::selection {
-    background: {$color1};
-    color:{$color_bg}
-}
-::-moz-selection {
-    background: {$color1};
-    color:{$color_bg}
-}
-{$opacity}
-{$shadow}
-{$box}
-/*/CSS3*/
-/*Layout*/
-#body {
-    {$wrap_bg}
-}
-#wrapheader {
-    {$wrapheader_bg}
-}
-    #header {
-        {$header_bg}
-    }
-
-#wrapcontent {
-    {$wrapcontent_bg}
-}
-    #content {
-        {$wrapper_bg}
-    }
-
-#header,#content,#footer{
-    {$layout_fluid}
-}
-
-{$layout}
-
-#sidebar{
-    width:{$sidebar2}px;
-    {$sidebar_bg}
-}
-#extra {
-    width:{$extra2}px;
-    {$extrabar_bg}
-}
-
-#wrapfooter{
-    {$wrapfooter_bg}
-}
-    #footer{
-        width:{$width}px;
-        {$footer_bg}
-    }
-/*/Layout*/
-/*Header*/
-#header {
-	height: {$options['layout']['header']}px;
-	text-align: {$options['title']['pos']}
-}
-#header #name a {
-{$title_font}
-}
-#header #description {
-{$description_font}
-}
-{$title}
-#header #title {
-    {$title_align}
-}
-
-#menu { {$menu} }
-    #menu ul ul { border: 1px solid {$color_border};}
-    #menu li li { background-color:{$color_bg}  }
-    #menu li:hover { background-color:{$color_bg2} }
-    
-    #menu .current_page_item a,
-    #menu .current-cat a{
-        color:{$color1}
-    }
-    #menu .current_page_item li a,
-    #menu .current-cat li a {
-        color: {$color_text}
-    }
-#menusearchform .s {
-   background-color:{$color_bg2}
-}
-#menusearchform .default {
-   color:{$color_text2};
-   background-color:{$color_bg}
-}
-/*/Header*/
-/*Slideshow*/
-.wp-sl img{
-    border-color: {$color_border};
-}
-#content .wp-sl {
-    border-width:0 0 1px 0;
-    border-style:solid;
-    border-color:{$color_border};
-}
-/*/Slideshow*/
-/*Images*/
-.wp-caption {
-   color:{$color_text};
-   border-color: {$color_border};
-   /*background-color: {$color_border};*/
-}
-.wp-caption-text {
-   color:{$color_text};
-}
-.gallery .gallery-caption {
-   color:{$color_text2};
-}
-.gallery img {
-   border-color: {$color_border};
-}
-/*/Images*/
-/*Calendar*/
-#wp-calendar th {
-    border-bottom:1px solid {$color_border2}
-}
-#wp-calendar tbody {
-   color:{$color_text2};
-   border-bottom:1px solid {$color_border2}
-}
-#wp-calendar tbody a {
-   color:{$color_text};
-}
-#wp-calendar tbody a:hover {
-   background-color: {$color_bg};
-}
-#wp-calendar #today {    
-   color:{$color1};
-   background-color: {$color_bg2};
-}
-/*/Calendar*/
-/*Post*/
-.hentry .entry .crop,
-.hentry .entry img {
-    border-color:{$color_border}
-}
-.simple .title {
-   border-color:{$color_border};
-}
-.list .title {
-   border-color:{$color_border};
-   background-color: {$color3};
-}
-.list .title h2 a{
-   color: {$color_bg};
-}
-.list .title h2 a:hover{
-   color: {$color_bg2};
-}
-.list .title .date{
-   color: {$color_bg2};
-}
-
-.tiles .announce{
-    background-color: {$color_bg};
-}
-.tiles.next a:hover{
-    background-color: {$color_bg};
-}
-/*/Post*/
-/*Author*/
-.author dt, .author dd {
-    border-color:{$color_bg2}
-}
-/*/Author*/
-/*Archive*/
-.archive table td{
-    color:{$color_text2}
-}
-.archive table a{
-    padding:4px;
-    color:{$color_text}
-}
-.archive table a:hover{
-    background-color: {$color2};
-}
-/*/Archive*/
-/*Sidebar*/    
-aside .current_page_item a,
-aside .current-cat a{
-    font-weight:900;
-    border-color:{$color_text}
-}
-aside .current_page_item li a,
-aside .current-cat li a{
-    font-weight:500;
-    border-color:{$color_border}
-}
-/*/Sidebar*/
-/*Widgets*/
-.widget_rss li .rsswidget {
-    color:{$color1}
-}
-/*/Widgets*/
-/*Content Widgets*/
-#content-widget {
-    background-color: {$color_bg2};
-}
-/*/Content Widgets*/
-/*Comments*/
-.thread-even, .even {
-    background-color: {$color_bg};
-    border: 1px solid {$color_border}
-}
-.alt {
-    background-color: {$color_bg};
-}
-.thread-odd, .odd {
-    background-color: {$color_bg2};
-    border: 1px solid {$color_border2}
-}
-/*
-.depth-2, .depth-4 {
-    border-left:3px dotted {$color_border}
-}
-*/
-.commentlist li .avatar {
-    {$avatar_pos};
-    border-color: {$color_border2};
-}
-.comment-meta a{
-    color:{$color_text2}
-}
-.bypostauthor .avatar{
-    {$avatar_author}
-}
-/*/Comments*/
-/*Footer*/
-#footer .copy{
-    color:{$color_text2}
-}
-/*/Footer*/
-/*Buttons*/
-.button, .button:visited {
-    background-color: {$color1};
-    color: {$color_bg};
-}
-.button:hover { 
-    background-color: {$color2};
-    color: {$color_bg2};
-}
-/*/Buttons*/
-/*Plugins:wp-pagenavi*/
-.wp-pagenavi a, .wp-pagenavi span {
-    border:1px solid {$color_border} !important;
-}
-.wp-pagenavi a:hover, .wp-pagenavi span.current {
-    border-color:{$color_border2} !important;
-}
-/*/Plugins:wp-pagenavi*/
-/*Widgets:Google Calendar Events*/
-.gce-widget-grid .gce-calendar,
-.gce-widget-grid .gce-calendar th,
-.gce-widget-grid .gce-calendar td {
-    border: 1px solid {$color_border} !important;
-}
-.gce-widget-grid .gce-calendar .gce-today {
-    background-color: {$color_bg2} !important;
-}
-.gce-widget-grid .gce-calendar .gce-has-events {
-    color:{$color1} !important;
-}
-.gce-event-info {
-    color:{$color_text} !important;
-    border: 1px solid {$color_border} !important;
-    background-color: {$color_bg} !important;
-}
-.gce-event-info .gce-tooltip-event {
-    color:{$color1} !important;
-    background-color: {$color_bg} !important;
-}
-/*/Widgets:Google Calendar Events*/
-CSS;
-?>
\ No newline at end of file
diff --git a/wp-content/themes/constructor/date.php b/wp-content/themes/constructor/date.php
deleted file mode 100644
index 643dde8aa78e19e5a70a00d9aef099facc72a8e2..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/date.php
+++ /dev/null
@@ -1,15 +0,0 @@
-<?php
-/**
- * @package WordPress
- * @subpackage constructor
- */
-
-// load header.php
-get_header();
-
-// load one of layout pages (layouts/*.php) based on settings
-get_constructor_layout('date');
-
-// load footer.php
-get_footer();
-?>
\ No newline at end of file
diff --git a/wp-content/themes/constructor/footer.php b/wp-content/themes/constructor/footer.php
deleted file mode 100644
index 238f179ae5e8a604ac676fafd484cb181b4a75e5..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/footer.php
+++ /dev/null
@@ -1,45 +0,0 @@
-<?php
-/**
- * @package WordPress
- * @subpackage Constructor
- */
-?>
-    </div><!-- id='wrapcontent' -->
-    <div id="wrapfooter" class="wrapper">
-    	<footer id="footer">
-    		<?php
-            // check active
-            if (is_active_sidebar('footer')
-                or is_active_sidebar('footer-posts')
-                or is_active_sidebar('footer-pages')
-                or is_active_sidebar('footer-categories')) {
-
-                echo "<ul>";
-
-                // switch statement for widget place
-                switch (true) {
-                    case (is_archive() && dynamic_sidebar('footer-categories')):
-                        break;
-                    case (is_page() && dynamic_sidebar('footer-pages')):
-                        break;
-                    case (is_single() && dynamic_sidebar('footer-posts')):
-                        break;
-                    case (dynamic_sidebar('footer')):
-                        break;
-                    default:
-                        // nothing
-                        break;
-                }
-
-                echo "</ul>";
-            }
-    	    ?>
-        	<p class="clear copy">
-            	<?php get_constructor_footer();?>
-        	</p>
-    	</footer>
-	</div>
-</div>
-<?php wp_footer(); ?>
-</body>
-</html>
\ No newline at end of file
diff --git a/wp-content/themes/constructor/functions.php b/wp-content/themes/constructor/functions.php
deleted file mode 100644
index 0807adc8c0b842039683ed35e8da6e2cb63a8d08..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/functions.php
+++ /dev/null
@@ -1,381 +0,0 @@
-<?php
-/**
- * @package WordPress
- * @subpackage Constructor
- * 
- * Don't work preview on admin page?
- * Read issue 11006 for more details
- * 
- * @see      http://core.trac.wordpress.org/ticket/11006
- * 
- * @author   Anton Shevchuk <AntonShevchuk@gmail.com>
- * @link     http://anton.shevchuk.name
- */
-// need for defence
-define('CONSTRUCTOR', true);
-
-// debug only current theme
-define('CONSTRUCTOR_DEBUG', false);
-
-define('CONSTRUCTOR_DIRECTORY',     get_template_directory());
-define('CONSTRUCTOR_DIRECTORY_URI', get_template_directory_uri());
-
-define('CONSTRUCTOR_DEFAULT_THEMES', CONSTRUCTOR_DIRECTORY.'/themes');
-define('CONSTRUCTOR_DEFAULT_THEMES_URI', CONSTRUCTOR_DIRECTORY_URI.'/themes');
-
-$wp_upload = wp_upload_dir();
-
-define('CONSTRUCTOR_CUSTOM_CONTENT',  $wp_upload['basedir'].'/constructor');
-define('CONSTRUCTOR_CUSTOM_CACHE',    CONSTRUCTOR_CUSTOM_CONTENT.'/cache');
-define('CONSTRUCTOR_CUSTOM_IMAGES',   CONSTRUCTOR_CUSTOM_CONTENT.'/images');
-define('CONSTRUCTOR_CUSTOM_THEMES',   CONSTRUCTOR_CUSTOM_CONTENT.'/themes');
-
-define('CONSTRUCTOR_CUSTOM_CONTENT_URI', $wp_upload['baseurl'].'/constructor');
-define('CONSTRUCTOR_CUSTOM_CACHE_URI',   CONSTRUCTOR_CUSTOM_CONTENT_URI.'/cache');
-define('CONSTRUCTOR_CUSTOM_IMAGES_URI',  CONSTRUCTOR_CUSTOM_CONTENT_URI.'/images');
-define('CONSTRUCTOR_CUSTOM_THEMES_URI',  CONSTRUCTOR_CUSTOM_CONTENT_URI.'/themes');
-
-load_theme_textdomain('constructor', CONSTRUCTOR_DIRECTORY.'/lang');
-
-// support features
-if (function_exists('add_theme_support')) { // Added in 2.9
-	// This theme uses post thumbnails
-	add_theme_support('post-thumbnails' );
-	set_post_thumbnail_size(64, 64, true); // Normal post thumbnail
-	add_image_size('list-post-thumbnail', 128, 128, true );
-	add_image_size('tile-post-thumbnail', 320, 320, true );
-	    
-	// This theme uses wp_nav_menu()
-	add_theme_support('menus');
-
-	// Add default posts and comments RSS feed links to head
-	add_theme_support('automatic-feed-links');    	
-}
-
-// sidebar registration
-if (function_exists('register_sidebar')) {
-
-    register_sidebar(array(
-        'id'=>'header',
-        'name'=>'Top Menu',
-        'before_widget' => '<li id="%1$s" class="widget %2$s">',
-        'after_widget' => '</li>',
-        'before_title' => '<span>',
-        'after_title' => '</span>',
-    ));
-    
-    register_sidebar(array(
-        'id'=>'content',
-        'name'=>'After N Post',
-        'before_widget' => '<div id="%1$s" class="widget %2$s">',
-        'after_widget' => '</div>',
-        'before_title' => '<h3 class="widgettitle">',
-        'after_title' => '</h3>',
-    ));
-    
-    register_sidebar(array(
-        'id'=>'incontent',
-        'name'=>'In Posts',
-        'before_widget' => '<div id="%1$s" class="widget %2$s">',
-        'after_widget' => '</div>',
-        'before_title' => '<h3 class="widgettitle">',
-        'after_title' => '</h3>',
-    ));
-    
-    // options for all follows sidebars
-    $widget_options = array(
-        'before_widget' => '<li id="%1$s" class="widget %2$s">',
-        'after_widget' => '</li>',
-        'before_title' => '<h3 class="widgettitle">',
-        'after_title' => '</h3>',
-    );
-    
-    register_sidebar(array_merge($widget_options, array('id'=>'sidebar','name'=>'Sidebar')));
-    register_sidebar(array_merge($widget_options, array('id'=>'sidebar-categories', 'name'=>'Sidebar for Categories')));
-    register_sidebar(array_merge($widget_options, array('id'=>'sidebar-posts', 'name'=>'Sidebar for Posts')));
-    register_sidebar(array_merge($widget_options, array('id'=>'sidebar-pages', 'name'=>'Sidebar for Pages')));
-    
-    register_sidebar(array_merge($widget_options, array('id'=>'extra','name'=>'Extrabar')));
-    register_sidebar(array_merge($widget_options, array('id'=>'extra-categories','name'=>'Extrabar for Categories')));
-    register_sidebar(array_merge($widget_options, array('id'=>'extra-posts','name'=>'Extrabar for Posts')));
-    register_sidebar(array_merge($widget_options, array('id'=>'extra-pages','name'=>'Extrabar for Pages')));
-    
-    register_sidebar(array_merge($widget_options, array('id'=>'footer', 'name'=>'Footer'))); 
-    register_sidebar(array_merge($widget_options, array('id'=>'footer-categories', 'name'=>'Footer for Categories'))); 
-    register_sidebar(array_merge($widget_options, array('id'=>'footer-posts', 'name'=>'Footer for Posts'))); 
-    register_sidebar(array_merge($widget_options, array('id'=>'footer-pages', 'name'=>'Footer for Pages'))); 
-}
-
-// navigation menu
-if (function_exists('register_nav_menu')) {
-    register_nav_menu('header', __('Header Menu','constructor'));
-}
-
-if (!is_admin()) {    
-    
-    /**
-     * Parse request
-     *
-     * @param unknown_type $wp
-     */
-    function constructor_parse_request($wp) {
-        // only process requests with "my-plugin=ajax-handler"
-        if (array_key_exists('theme-constructor', $wp->query_vars)){
-            switch ($wp->query_vars['theme-constructor']) {
-                case 'css':
-                    require_once 'css.php';
-                    break;
-                case 'slideshow':
-                    require_once 'slideshow.php';
-                    break;
-            }
-            // die after return data
-            die();
-        } elseif (array_key_exists('preview', $wp->query_vars)) {
-            global $postfix;
-            
-        }
-    }
-    add_action('wp', 'constructor_parse_request');
-    
-    /**
-     * register query vars
-     *
-     * @param array $vars
-     * @return array
-     */
-    function constructor_query_vars($vars) {
-        $vars[] = 'theme-constructor';
-        return $vars;
-    }
-    add_filter('query_vars', 'constructor_query_vars');
-    
-    /**
-     * Preview filter
-     *
-     * @param string $content
-     * @return string
-     */
-    function constructor_preview($content) {
-        $link = add_query_arg(array('preview' => 1, 'template' => get_template()), '?theme-constructor=css');
-        
-        $content = str_replace('?theme-constructor=css', $link, $content);
-        return $content;
-    }
-    
-    add_filter('preview_theme_ob_filter', 'constructor_preview');
-    
-    require_once CONSTRUCTOR_DIRECTORY .'/libs/Constructor/Main.php';
-    require_once CONSTRUCTOR_DIRECTORY .'/libs/Constructor/Shortcodes.php';
-    
-    $main = new Constructor_Main();
-    $main -> init();
-
-    /**
-     * It's really bad practices, don't use globals
-     * You should be create setter for this is function
-     */
-    if (!isset($content_width)) {
-        $content_width = $main->getContentWidth() - 24;
-    }
-
-    /* Alias section for fast theme development */
-    
-    /**
-     * get_constructor_option
-     *
-     * @param  string $section
-     * @param  string $key1
-     * @param  string $key2
-     * @return mixed
-     */
-    function get_constructor_option($section, $key1, $key2 = null)
-    {
-        global $main;
-        return $main->getOption($section, $key1, $key2);
-    }
-    /**
-     * get_constructor_slideshow
-     *
-     * @access  public
-     * @param   boolean  $in In or Out of content container
-     * @return  rettype  return
-     */
-    function get_constructor_slideshow($in = false)
-    {
-        global $main;
-        $main->getSlideshow($in);
-    }
-    
-    /**
-     * get_constructor_layout
-     *
-     * return layout by admin options for $where
-     * 
-     * @param  string $where
-     * @return string
-     */
-    function get_constructor_layout($where = 'index')
-    {
-        global $main;
-        $main->getLayout($where);
-    }
-
-    /**
-     * get_constructor_class
-     *
-     * return default layout class
-     *
-     * @param  string $rewrite
-     * @return string
-     */
-    function the_constructor_layout_class($rewrite = null)
-    {
-        global $main;
-        echo $main->getLayoutClass($rewrite);
-    }
-    
-    /**
-     * get top menu
-     *
-     * @param  string $before
-     * @param  string $after
-     * @return string
-     */
-    function get_constructor_menu($before = '', $after = '')
-    {
-        global $main;
-        $main->getMenu($before, $after);
-    }
-        
-    /**
-     * get content widget
-     * 
-     * @param integer $i post counter
-     * @return void
-     */
-    function get_constructor_content_widget($i)
-    {
-        global $main;
-        $main->getContentWidget($i);
-    }
-
-    /**
-     * get author name
-     *
-     * @param  string $before
-     * @param  string $after
-     * @return string
-     */
-    function get_constructor_author($before = '', $after = '')
-    {
-        global $main;
-        echo $main->getAuthor($before, $after);
-    }
-    
-    /**
-     * get avatar size
-     *
-     * @param integer $size
-     * @return string
-     */
-    function get_constructor_avatar_size($size = 32)
-    {
-        global $main;
-        return $main->getAvatarSize($size);
-    }
-    
-    /**
-     * get no image
-     *
-     * @param integer $width
-     * @param integer $height
-     * @param string $align
-     * @return string
-     */
-    function get_constructor_noimage($width = 320, $height = 320, $align = 'none')
-    {
-        return '<img class="thumb align'.$align.'" src="' .CONSTRUCTOR_DIRECTORY_URI. '/images/noimage.png" width="'.$width.'px" height="'.$height.'px" alt="' .__('No Image', 'constructor'). '"/>';
-    }
-    
-    /**
-     * get sidebar
-     *
-     * @access  public
-     * @return  string
-     */
-    function get_constructor_sidebar()
-    {
-        global $main;
-        $main->getSidebar();
-    }
-    
-    /**
-     * get navigation
-     *
-     * @access  public
-     * @return  string
-     */
-    function get_constructor_navigation()
-    {
-        global $main;
-        $main->getNavigation();
-    }
-
-    /**
-     * get social bar
-     *
-     * @access  public
-     * @return  string
-     */
-    function get_constructor_social()
-    {
-        global $main;
-        $main->getSocial();
-    }
-    
-    /**
-     * get footer
-     *
-     * @access public
-     * @return string
-     */
-    function get_constructor_footer()
-    {
-        global $main;
-        $main->getFooter();
-    }
-
-    /**
-     * get constructor category classname
-     * 
-     * @return string
-     */
-    function get_constructor_category_class()
-    {
-        global $main;
-        return $main->getCategoryClass();
-    }
-
-    /**
-     * get constructor category
-     * 
-     * @return string
-     */
-    function get_constructor_category()
-    {
-        global $main;
-        return $main->getCategory();
-    }
-
-    /**
-     * load empty search template
-     */
-    function get_constructor_nothing()
-    {
-        include_once 'nothing.php';
-    }
-    
-} else {
-    require_once 'admin/admin.php';
-}
\ No newline at end of file
diff --git a/wp-content/themes/constructor/header.php b/wp-content/themes/constructor/header.php
deleted file mode 100644
index 11a5e345af01bf3a0c8c3c1db89bba9bfb1a7828..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/header.php
+++ /dev/null
@@ -1,41 +0,0 @@
-<?php
-/**
- * @package WordPress
- * @subpackage Constructor
- */
-?>
-<!DOCTYPE html>
-<html <?php language_attributes(); ?>>
-<head>
-    <meta charset="<?php bloginfo( 'charset' ); ?>" />
-    <title><?php wp_title('&raquo;', true, 'right'); ?> <?php bloginfo('name'); ?></title>
-    <!--[if lt IE 9]>
-    <script type="text/javascript" src="<?php echo CONSTRUCTOR_DIRECTORY_URI; ?>/js/html5.js"></script>
-    <![endif]-->
-    <link rel="profile" href="http://gmpg.org/xfn/11" />
-    <link rel="stylesheet" type="text/css" media="screen" href="<?php bloginfo('stylesheet_url'); ?>"/>
-    <link rel="stylesheet" type="text/css" media="print" href="<?php echo CONSTRUCTOR_DIRECTORY_URI; ?>/print.css" />
-	<link rel="stylesheet" type="text/css" media="only screen and (max-device-width: 480px)" href="<?php echo CONSTRUCTOR_DIRECTORY_URI; ?>/style-480.css" />
-    <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
-    <?php wp_get_archives('type=monthly&format=link'); ?>
-    <?php wp_head(); ?>
-</head>
-<body <?php body_class(); ?>>
-	
-<div id="body">
-   <div id="wrapheader" class="wrapper">
-       <header id="header">
-            <?php get_constructor_menu() ?>
-            <div id="title">
-				<?php if (is_home() || is_front_page()) { ?>
-					<h1 id="name"><a href="<?php echo home_url(); ?>/" title="<?php bloginfo('name'); echo " &raquo; "; bloginfo('description');?>"><?php bloginfo('name'); ?></a></h1>
-				<?php } else { ?>	
-					<div id="name"><a href="<?php echo home_url(); ?>/" title="<?php bloginfo('name'); echo " &raquo; "; bloginfo('description');?>"><?php bloginfo('name'); ?></a></div>
-				<?php } ?>
-                <div id="description"><?php bloginfo('description');?></div>
-            </div>
-       </header>
-   </div>
-   
-   <div id="wrapcontent" class="wrapper">
-       <?php get_constructor_slideshow() ?>
\ No newline at end of file
diff --git a/wp-content/themes/constructor/home.php b/wp-content/themes/constructor/home.php
deleted file mode 100644
index d1fad0ed86528598a52a841db2e9b7e514d2798d..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/home.php
+++ /dev/null
@@ -1,15 +0,0 @@
-<?php
-/**
- * @package WordPress
- * @subpackage constructor
- */
-
-// load header.php
-get_header();
-
-// load one of layout pages (layouts/*.php) based on settings
-get_constructor_layout('home');
-
-// load footer.php
-get_footer();
-?>
\ No newline at end of file
diff --git a/wp-content/themes/constructor/images/alert-overlay.png b/wp-content/themes/constructor/images/alert-overlay.png
deleted file mode 100644
index 222cdc9131383dbb710de07fbb1833879ad9bebf..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/images/alert-overlay.png and /dev/null differ
diff --git a/wp-content/themes/constructor/images/arrows.png b/wp-content/themes/constructor/images/arrows.png
deleted file mode 100644
index 8a8dfb16d12770c3cb171f7cc9c71fbc9546d5c9..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/images/arrows.png and /dev/null differ
diff --git a/wp-content/themes/constructor/images/feed-icon-16x16.png b/wp-content/themes/constructor/images/feed-icon-16x16.png
deleted file mode 100644
index 1679ab05b016ab3eb7556d6eaa869795bf457aa0..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/images/feed-icon-16x16.png and /dev/null differ
diff --git a/wp-content/themes/constructor/images/lens.png b/wp-content/themes/constructor/images/lens.png
deleted file mode 100644
index ee2a1c84f47f3e2699dfe13eaf310999603cd5d2..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/images/lens.png and /dev/null differ
diff --git a/wp-content/themes/constructor/images/noimage.png b/wp-content/themes/constructor/images/noimage.png
deleted file mode 100644
index cccc7637ce2bbdf6ed4212d4a84e7b170651eb57..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/images/noimage.png and /dev/null differ
diff --git a/wp-content/themes/constructor/images/opacity_black_30.png b/wp-content/themes/constructor/images/opacity_black_30.png
deleted file mode 100644
index 227de4b4c753d52581f7e5cefbd347ef406984eb..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/images/opacity_black_30.png and /dev/null differ
diff --git a/wp-content/themes/constructor/images/opacity_black_50.png b/wp-content/themes/constructor/images/opacity_black_50.png
deleted file mode 100644
index aa8a4eee2857b443872f8faa025cb33d1b797fde..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/images/opacity_black_50.png and /dev/null differ
diff --git a/wp-content/themes/constructor/images/opacity_black_80.png b/wp-content/themes/constructor/images/opacity_black_80.png
deleted file mode 100644
index be8f50ac26abe616f396e145485f8705c5d16bb3..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/images/opacity_black_80.png and /dev/null differ
diff --git a/wp-content/themes/constructor/images/opacity_white_30.png b/wp-content/themes/constructor/images/opacity_white_30.png
deleted file mode 100644
index 7548373079fbaa6f8cc790b7169c8f57246d14fc..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/images/opacity_white_30.png and /dev/null differ
diff --git a/wp-content/themes/constructor/images/opacity_white_50.png b/wp-content/themes/constructor/images/opacity_white_50.png
deleted file mode 100644
index 8f6b507b66d574c964568dc7eb7844f2867129c1..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/images/opacity_white_50.png and /dev/null differ
diff --git a/wp-content/themes/constructor/images/opacity_white_80.png b/wp-content/themes/constructor/images/opacity_white_80.png
deleted file mode 100644
index d037598e3213ce0b838e87ec3c2a0798995785e2..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/images/opacity_white_80.png and /dev/null differ
diff --git a/wp-content/themes/constructor/images/social.png b/wp-content/themes/constructor/images/social.png
deleted file mode 100644
index 3734e819128deb3b2599ca9feda77ccd4910d06e..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/images/social.png and /dev/null differ
diff --git a/wp-content/themes/constructor/index.php b/wp-content/themes/constructor/index.php
deleted file mode 100644
index f9498fb992d1b0a82f3a486ba565beb5fda2c474..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/index.php
+++ /dev/null
@@ -1,17 +0,0 @@
-<?php
-/**
- * @package WordPress
- * @subpackage constructor
- */
-// Stupid Parser This is Theme support the Gravatar Service
-// get_avatar();
-
-// load header.php
-get_header();
-
-// load one of layout pages (layouts/*.php) based on settings
-get_constructor_layout('index');
-
-// load footer.php
-get_footer();
-?>
\ No newline at end of file
diff --git a/wp-content/themes/constructor/js/html5.js b/wp-content/themes/constructor/js/html5.js
deleted file mode 100644
index b87a4e57a484234b2e06f5af65fd00b153f1c647..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/js/html5.js
+++ /dev/null
@@ -1,4 +0,0 @@
-// html5shiv @rem remysharp.com/html5-enabling-script
-// iepp v1.6.2 @jon_neal iecss.com/print-protector
-// Dual licensed under the MIT or GPL Version 2 licenses
-/*@cc_on(function(a,b){function r(a){var b=-1;while(++b<f)a.createElement(e[b])}if(!(!window.attachEvent||!b.createStyleSheet||!function(){var a=document.createElement("div");a.innerHTML="<elem></elem>";return a.childNodes.length!==1}())){a.iepp=a.iepp||{};var c=a.iepp,d=c.html5elements||"abbr|article|aside|audio|canvas|datalist|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video",e=d.split("|"),f=e.length,g=new RegExp("(^|\\s)("+d+")","gi"),h=new RegExp("<(/*)("+d+")","gi"),i=/^\s*[\{\}]\s*$/,j=new RegExp("(^|[^\\n]*?\\s)("+d+")([^\\n]*)({[\\n\\w\\W]*?})","gi"),k=b.createDocumentFragment(),l=b.documentElement,m=l.firstChild,n=b.createElement("body"),o=b.createElement("style"),p=/print|all/,q;c.getCSS=function(a,b){if(a+""===undefined)return"";var d=-1,e=a.length,f,g=[];while(++d<e){f=a[d];if(f.disabled)continue;b=f.media||b,p.test(b)&&g.push(c.getCSS(f.imports,b),f.cssText),b="all"}return g.join("")},c.parseCSS=function(a){var b=[],c;while((c=j.exec(a))!=null)b.push(((i.exec(c[1])?"\n":c[1])+c[2]+c[3]).replace(g,"$1.iepp_$2")+c[4]);return b.join("\n")},c.writeHTML=function(){var a=-1;q=q||b.body;while(++a<f){var c=b.getElementsByTagName(e[a]),d=c.length,g=-1;while(++g<d)c[g].className.indexOf("iepp_")<0&&(c[g].className+=" iepp_"+e[a])}k.appendChild(q),l.appendChild(n),n.className=q.className,n.id=q.id,n.innerHTML=q.innerHTML.replace(h,"<$1font")},c._beforePrint=function(){o.styleSheet.cssText=c.parseCSS(c.getCSS(b.styleSheets,"all")),c.writeHTML()},c.restoreHTML=function(){n.innerHTML="",l.removeChild(n),l.appendChild(q)},c._afterPrint=function(){c.restoreHTML(),o.styleSheet.cssText=""},r(b),r(k);if(c.disablePP)return;m.insertBefore(o,m.firstChild),o.media="print",o.className="iepp-printshim",a.attachEvent("onbeforeprint",c._beforePrint),a.attachEvent("onafterprint",c._afterPrint)}})(this,document);@*/
diff --git a/wp-content/themes/constructor/js/jquery.wp-slideshow.js b/wp-content/themes/constructor/js/jquery.wp-slideshow.js
deleted file mode 100644
index 80323badbc068709b3211d6ad9d36ce3dddf929d..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/js/jquery.wp-slideshow.js
+++ /dev/null
@@ -1,205 +0,0 @@
-/**
- * @package WordPress
- * @subpackage Constructor
- * 
- * @author   Anton Shevchuk <AntonShevchuk@gmail.com>
- * @link     http://anton.shevchuk.name
- * 
- * @version 0.5.1
- */
-(function($){
-    /**
-     * Create a new instance of slideshow.
-     *
-     * @classDescription	This class creates a new slideshow and manipulate it
-     *
-     * @return {Object}	Returns a new slideshow object.
-     * @constructor
-     */
-    $.fn.wpslideshow = function(options) {
-        var defaults = {
-            url:false,
-            thumb:false,
-            thumbPath:'/wp-content/themes/constructor/timthumb.php?src=',
-            effect:'slide', // can be 'slide'
-            effectTime:300,
-            timeout:3000,
-            play:true
-
-        };
-        var options  = $.extend({}, defaults, options);
-
-        var slideshow = this;
-
-        /**
-         * external functions - append to $
-         *
-         * @param title string
-         * @param url string
-         * @param img string
-         * @param text string
-         */
-        slideshow.addSlide = function(title, url, img, text){
-            slideshow.each(function () { this.addSlide(title, url, img, text); });
-        };
-
-        /**
-         * external functions - append to $
-         */
-        slideshow.nextSlide = function(){
-            slideshow.each(function () { this.nextSlide(); });
-        };
-		/*
-		 * Construct
-		 */
-		return this.each(function(){
-            var _self = this;
-            var $this = $(this);
-            var counter = 0;
-            this.playId = null;
-
-            $this.addClass('opacity');
-            $this.append('<span class="prev medium button">&laquo;</span>');
-            $this.append('<span class="next medium button">&raquo;</span>');
-            $this.append('<div class="slides"></div>');
-
-            $slides = $this.find('.slides');
-
-            $this.find('> span.prev').click(function(){
-                _self.prevSlide();
-            });
-            $this.find('> span.next').click(function(){
-                _self.nextSlide();
-            });
-
-            /**
-             * add slide to stack
-             *
-             * @param title string
-             * @param url string
-             * @param img string
-             * @param text string
-             */
-            this.addSlide = function(title, url, img, text){
-//                if (text.length > options.limit) {
-//                    text = text.substring(0, options.limit);
-//                    text += '...';
-//                }
-                var domain = document.domain;
-                    domain = domain.replace(/\./i,"\.");  // for strong check domain name
-
-                var relocal = new RegExp("^((https?:\/\/"+domain+")|(?!http:\/\/))", "i");
-
-                if (options.thumb && relocal.test(img))
-                    img = options.thumbPath + escape(img) + '&h=' + $this.height() + '&w=' + Math.round($this.width()/2) + '&zc=1&q=95';
-
-
-                $slides.append('<div><a href="'+url+'" title="'+title+'" class="title opacity shadow">'+title+'</a><p class="box shadow opacity">'+text+'</p></div>');
-
-                var div = $slides.find('> div:last');
-
-                div.css('background','url('+ img +') no-repeat');
-                div.click(function(){
-                    _self.stop();
-                });
-
-                if (counter!=0) {
-                    div.hide();
-                }
-                counter++;
-            };
-
-            this.nextSlide = function(){
-
-                if ($slides.find('> div').length == 1) return;
-
-                var current = $slides.find('> div:visible');
-                var next    = $slides.find('> div:visible').next('div');
-
-                if (next.length == 0) {
-                    next = $slides.find('> div:first');
-                }
-
-                current.css({});
-                next.css({left:$this.width()}).show();
-
-				current.stop(true, true);
-				next.stop(true, true);
-
-                current.animate({left:-$this.width()}, options.effectTime, function(){ $(this).hide()});
-                next.animate({left:0}, options.effectTime);
-
-                _self.stop();
-
-                if (options.play) {
-                    _self.play();
-                }
-            };
-
-            this.prevSlide = function(){
-
-                if ($slides.find('> div').length == 1) return;
-
-                var current = $slides.find('> div:visible');
-                var prev    = $slides.find('> div:visible').prev('div');
-
-                if (prev.length == 0) {
-                    prev = $slides.find('> div:last');
-                }
-
-                current.css({});
-                prev.css({left:-$this.width()}).show();
-
-				current.stop(true, true);
-				prev.stop(true, true);
-
-                current.animate({left:$this.width()}, options.effectTime, function(){ $(this).hide(); });
-                prev.animate({left:0}, options.effectTime);
-
-                _self.stop();
-
-                if (options.play) {
-                    _self.play();
-                }
-            };
-
-            this.play = function(){
-                _self.playId = setTimeout(function(){
-                    _self.nextSlide();
-                }, options.timeout);
-            };
-
-            this.stop = function(){
-                if (_self.playId)
-                    clearTimeout(_self.playId);
-            };
-
-            this.load = function(){
-    			$.ajax({
-    				type: "GET",
-    				url: options.url,
-    				dataType: "xml",
-    				success: function(data){
-    					if ($('post', data).length == 0) {
-    						$('#slideshow').hide();
-    					}
-    					$('post', data).each(function(){
-    						var $xml = $(this);
-    						_self.addSlide($xml.find('title').text(),
-        								   $xml.find('permalink').text(),
-        								   $xml.find('image').text(),
-        							       $xml.find('content').text());
-    					});
-    				}
-    			});
-            };
-
-            this.load();
-
-            if (options.play) {
-                this.play();
-            }
-            return _self;
-        });
-    }
-})(jQuery);
\ No newline at end of file
diff --git a/wp-content/themes/constructor/js/ready.js b/wp-content/themes/constructor/js/ready.js
deleted file mode 100644
index c928d9aeff4333117d36c26df9884ca468b1c246..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/js/ready.js
+++ /dev/null
@@ -1,81 +0,0 @@
-/**
- * @package WordPress
- * @subpackage Constructor
- * 
- * @author   Anton Shevchuk <AntonShevchuk@gmail.com>
- * @link     http://anton.shevchuk.name
- */
-(function($){
-    $(document).ready(function(){
-
-        // Header Drop-Down Menu
-        if ($("#menu ul ul").length > 0) {
-
-			$("#menu li:has(ul)").addClass('indicator');
-
-			$("#menu li:has(ul)").hover(function(){
-				$(this)
-					.addClass('hover')
-					.children('ul')
-						.stop(true,true)
-						.show()
-					;
-				$(this).find('div.menu-header-menu-container')
-					   .children('ul')
-                           .stop(true,true)
-                           .show()
-					;
-			}, function(){
-				$(this)
-					.removeClass('hover')
-					.children('ul')
-					.hide()
-					;
-				$(this).find('div.menu-header-menu-container')
-					   .children('ul').hide()
-					;
-			});
-        }
-
-        // Header Search Form
-        var $menuSearch = $('#menusearchform .s');
-        $menuSearch.mouseenter(function(){
-            if (!$menuSearch.data('expand')) {
-                $menuSearch.data('expand', true);
-                $menuSearch.stop(true,true).animate({width:'+=32px',left:'-=16px'});
-            }
-        }).mouseleave(function(){
-            if ($menuSearch.data('expand')) {
-                $menuSearch.data('expand', false);
-                $menuSearch.stop(true,true).animate({width:'-=32px',left:'+=16px'});
-            }
-        });
-
-        // Header Slideshow
-		if ($('.wp-sl').length > 0) {
-			var sl = $('.wp-sl').wpslideshow({
-			    url:wpSl.slideshow,
-				thumb: wpSl.thumb,
-				thumbPath: wpSl.thumbPath,
-				limit: 480,
-				effectTime: 1000,
-				timeout: 10000,
-				play: true
-			});
-		}
-
-        // Tiles - small tile layout
-        $('.tiles').hover(function(){
-           $(this).find('.thumbnail').hide();
-           $(this).find('.announce').fadeIn();
-        }, function(){
-           var $self = $(this);
-           $self.find('.announce').fadeOut(function(){
-               $self.find('.thumbnail').show();
-           });
-        });
-
-		// No underline for a with img
-		$('a:has(img)').css({border:0});
-    });
-})(jQuery);
\ No newline at end of file
diff --git a/wp-content/themes/constructor/lang/ca.mo b/wp-content/themes/constructor/lang/ca.mo
deleted file mode 100644
index bbb79930517f23667b897da153f1ecd061fe305b..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/lang/ca.mo and /dev/null differ
diff --git a/wp-content/themes/constructor/lang/ca.po b/wp-content/themes/constructor/lang/ca.po
deleted file mode 100644
index 940aed36ca34cb51d91cf8a7b344ca5201334d66..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/lang/ca.po
+++ /dev/null
@@ -1,947 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: Constructor Theme\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-11-12 18:04+0200\n"
-"PO-Revision-Date: \n"
-"Last-Translator: Manfred Burkardt <manfred@mabuweb.com>\n"
-"Language-Team: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Poedit-Language: Catalan\n"
-"X-Poedit-Country: Spain\n"
-"X-Poedit-KeywordsList: __;_e;_c\n"
-"X-Poedit-Basepath: .\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11) ? 0 : ((n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20)) ? 1 : 2);\n"
-"X-Poedit-SourceCharset: utf-8\n"
-"X-Poedit-SearchPath-0: W:/www/wordpress/wp-content/themes/constructor\n"
-
-#: W:/www/wordpress/wp-content/themes/constructor/sidebar.php:18
-#: W:/www/wordpress/wp-content/themes/constructor/single.php:25
-#: W:/www/wordpress/wp-content/themes/constructor/template-monocolumn.php:24
-#: W:/www/wordpress/wp-content/themes/constructor/page.php:24
-msgid "Pages"
-msgstr "Pàgines"
-
-#: W:/www/wordpress/wp-content/themes/constructor/sidebar.php:20
-msgid "Categories"
-msgstr "Categories"
-
-#: W:/www/wordpress/wp-content/themes/constructor/sidebar.php:22
-#: W:/www/wordpress/wp-content/themes/constructor/single.php:30
-#: W:/www/wordpress/wp-content/themes/constructor/template-monocolumn.php:32
-#: W:/www/wordpress/wp-content/themes/constructor/page.php:32
-msgid "Tags"
-msgstr "Tags"
-
-#: W:/www/wordpress/wp-content/themes/constructor/sidebar.php:27
-msgid "Meta"
-msgstr "Meta"
-
-#: W:/www/wordpress/wp-content/themes/constructor/single.php:21
-#: W:/www/wordpress/wp-content/themes/constructor/template-authors.php:17
-#: W:/www/wordpress/wp-content/themes/constructor/layout-tile.php:17
-#: W:/www/wordpress/wp-content/themes/constructor/template-monocolumn.php:19
-#: W:/www/wordpress/wp-content/themes/constructor/page.php:20
-#: W:/www/wordpress/wp-content/themes/constructor/template-archive.php:49
-#: W:/www/wordpress/wp-content/themes/constructor/layout-list.php:18
-#, php-format
-msgid "Permanent Link to %s"
-msgstr "Enllaç permanent a %s"
-
-#: W:/www/wordpress/wp-content/themes/constructor/single.php:24
-#: W:/www/wordpress/wp-content/themes/constructor/template-authors.php:21
-#: W:/www/wordpress/wp-content/themes/constructor/slideshow.php:18
-#: W:/www/wordpress/wp-content/themes/constructor/template-monocolumn.php:23
-#: W:/www/wordpress/wp-content/themes/constructor/page.php:23
-#: W:/www/wordpress/wp-content/themes/constructor/template-archive.php:52
-#: W:/www/wordpress/wp-content/themes/constructor/layout-list.php:25
-msgid "Read the rest of this entry &raquo;"
-msgstr "Llegiu la resta &raquo;"
-
-#: W:/www/wordpress/wp-content/themes/constructor/single.php:29
-#: W:/www/wordpress/wp-content/themes/constructor/layout-tile.php:25
-#: W:/www/wordpress/wp-content/themes/constructor/template-monocolumn.php:31
-#: W:/www/wordpress/wp-content/themes/constructor/page.php:31
-#: W:/www/wordpress/wp-content/themes/constructor/layout-list.php:19
-msgid "F jS, Y"
-msgstr "F jS, Y"
-
-#: W:/www/wordpress/wp-content/themes/constructor/single.php:31
-#: W:/www/wordpress/wp-content/themes/constructor/template-authors.php:31
-#: W:/www/wordpress/wp-content/themes/constructor/template-monocolumn.php:33
-#: W:/www/wordpress/wp-content/themes/constructor/page.php:33
-#: W:/www/wordpress/wp-content/themes/constructor/template-archive.php:86
-msgid "Edit"
-msgstr "Editar"
-
-#: W:/www/wordpress/wp-content/themes/constructor/single.php:32
-#: W:/www/wordpress/wp-content/themes/constructor/template-monocolumn.php:34
-#: W:/www/wordpress/wp-content/themes/constructor/page.php:34
-msgid "No Comments &#187;"
-msgstr "Cap comentari &#187;"
-
-#: W:/www/wordpress/wp-content/themes/constructor/single.php:32
-#: W:/www/wordpress/wp-content/themes/constructor/template-monocolumn.php:34
-#: W:/www/wordpress/wp-content/themes/constructor/page.php:34
-msgid "1 Comment &#187;"
-msgstr "1 Commentari &#187;"
-
-#: W:/www/wordpress/wp-content/themes/constructor/single.php:32
-#: W:/www/wordpress/wp-content/themes/constructor/template-monocolumn.php:34
-#: W:/www/wordpress/wp-content/themes/constructor/page.php:34
-msgid "% Comments &#187;"
-msgstr "% Commentaris &#187;"
-
-#: W:/www/wordpress/wp-content/themes/constructor/single.php:32
-#: W:/www/wordpress/wp-content/themes/constructor/template-monocolumn.php:34
-#: W:/www/wordpress/wp-content/themes/constructor/page.php:34
-msgid "Comments Closed"
-msgstr "Comentaris tancats"
-
-#: W:/www/wordpress/wp-content/themes/constructor/template-authors.php:29
-#: W:/www/wordpress/wp-content/themes/constructor/template-monocolumn.php:29
-#: W:/www/wordpress/wp-content/themes/constructor/page.php:29
-#: W:/www/wordpress/wp-content/themes/constructor/template-archive.php:84
-msgid "Back to Parent Page"
-msgstr "Tornar a pàgina mare"
-
-#: W:/www/wordpress/wp-content/themes/constructor/layout-tile.php:32
-#: W:/www/wordpress/wp-content/themes/constructor/layout-list.php:37
-msgid "&laquo; Older Entries"
-msgstr "&laquo; Entrades més velles"
-
-#: W:/www/wordpress/wp-content/themes/constructor/layout-tile.php:33
-#: W:/www/wordpress/wp-content/themes/constructor/layout-list.php:38
-msgid "Newer Entries &raquo;"
-msgstr "Entrades més noves &raquo;"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:12
-msgid "This post is password protected. Enter the password to view comments."
-msgstr "L'apunt està protegit amb contrasenya"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:21
-msgid "No Responses"
-msgstr "Cap resposta"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:21
-msgid "One Response"
-msgstr "Una resposta"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:21
-msgid "% Responses"
-msgstr "% Respostes"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:21
-#, php-format
-msgid "to &#8220;%s&#8221;"
-msgstr "a &#8220;%s&#8221;"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:39
-msgid "Comments are closed."
-msgstr "Comentaris estan tancats."
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:49
-msgid "Leave a Reply"
-msgstr "Diexa una resposta"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:49
-#, php-format
-msgid "Leave a Reply for %s"
-msgstr "Deixa una resposta per a %s"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:56
-#, php-format
-msgid "You must be <a href=\"%s\">logged in</a> to post a comment."
-msgstr "Heu de <a href=\"%s\">obrir una sessió</a> per enviar un comentari."
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:63
-#, php-format
-msgid "Logged in as <a href=\"%1$s\">%2$s</a>."
-msgstr "Sessió oberta com <a href=\"%1$s\">%2$s</a>."
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:63
-msgid "Log out of this account"
-msgstr "Tanca la sessió."
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:63
-msgid "Log out &raquo;"
-msgstr "Tancar sessió &raquo;"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:68
-msgid "Name"
-msgstr "Nom"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:68
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:71
-msgid "(required)"
-msgstr "(obligatori)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:71
-msgid "Mail (will not be published)"
-msgstr "Correu (no serà publicat)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:74
-msgid "Website"
-msgstr "Web"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:78
-#, php-format
-msgid "<strong>XHTML:</strong> You can use these tags: <code>%s</code>"
-msgstr "<strong>XHTML:</strong> Podeu utilitzar aquests tags: <code>%s</code>"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:82
-msgid "Submit Comment"
-msgstr "Enviar comentari"
-
-#: W:/www/wordpress/wp-content/themes/constructor/template-archive.php:30
-#, php-format
-msgid "%b"
-msgstr "%b"
-
-#: W:/www/wordpress/wp-content/themes/constructor/template-archive.php:31
-msgid "%B"
-msgstr "%B"
-
-#: W:/www/wordpress/wp-content/themes/constructor/404.php:13
-msgid "Error 404 - Not Found"
-msgstr "Error 404 - No trobat"
-
-#: W:/www/wordpress/wp-content/themes/constructor/404.php:16
-msgid "Sorry, but you are looking for something that isn&#8217;t here."
-msgstr "Disculpeu, esteu buscant alguna cosa que no és aquí"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:207
-msgid "Home"
-msgstr "Inici"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:234
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:22
-msgid "RSS Feed"
-msgstr "RSS Feed"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:298
-#: W:/www/wordpress/wp-content/themes/constructor/themes/example/config.php:24
-#, php-format
-msgid "%1$s is proudly powered by %2$s"
-msgstr "%1$s is proudly powered by %2$s"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:299
-#: W:/www/wordpress/wp-content/themes/constructor/themes/example/config.php:25
-msgid "Constructor Theme"
-msgstr "Constructor Theme"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:300
-#, php-format
-msgid "%1$s and %2$s."
-msgstr "%1$s and %2$s."
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:300
-msgid "Entries (RSS)"
-msgstr "Entrades (RSS)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:300
-msgid "Comments (RSS)"
-msgstr "Commentaris (RSS)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:304
-#, php-format
-msgid "%d queries. %s seconds."
-msgstr "%d consultes. %s segons."
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:318
-msgid "No Image"
-msgstr "Cap imatge"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:22
-msgid "Author RSS Feed"
-msgstr "Autor RSS Feed"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:28
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:32
-#, php-format
-msgid "%1$s %2$s"
-msgstr "%1$s %2$s"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:31
-msgid "Full Name"
-msgstr "Nom complert"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:35
-msgid "Nickname"
-msgstr "Nickname"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:41
-msgid "Visit author website"
-msgstr "Visiteu el web de l'autor"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:45
-msgid "ICQ"
-msgstr "ICQ"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:50
-msgid "AIM"
-msgstr "AIM"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:55
-msgid "Yahoo IM"
-msgstr "IM"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:60
-msgid "MSN"
-msgstr "MSN"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:65
-msgid "About Me"
-msgstr "Sobre mi"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:70
-#, php-format
-msgid "Last posts by %s"
-msgstr "Ultims apunts de %s"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:81
-msgid "No posts by this author."
-msgstr "Cap apunt d'aquest autor"
-
-#: W:/www/wordpress/wp-content/themes/constructor/template-sitemap.php:32
-msgid "Archives"
-msgstr "Arxius"
-
-#: W:/www/wordpress/wp-content/themes/constructor/widgets/many-in-one.php:23
-msgid "Global categories"
-msgstr "Categories globals"
-
-#: W:/www/wordpress/wp-content/themes/constructor/widgets/many-in-one.php:24
-msgid "Many In One"
-msgstr "Molts és un"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings.php:63
-#, php-format
-msgid "System can't create \"%s\" directory"
-msgstr "Sistema no pot crear el driectori \"%s\""
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings.php:78
-#, php-format
-msgid "File \"%s\" is not a image (jpeg, png, gif)"
-msgstr "El fitxer \"%s\" no és una imatge (jpeg, png, gif)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings.php:139
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings.php:177
-msgid "Customize Theme"
-msgstr "Cutomitzar Theme"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings.php:139
-msgid "Customize"
-msgstr "Customitzar"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings.php:178
-msgid "Options saved."
-msgstr "Opcions guardats"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings.php:182
-msgid "Errors"
-msgstr "Errors"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings.php:209
-msgid "Save Changes"
-msgstr "Guardar canvis"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:1
-msgid "Fonts"
-msgstr "Fonts"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:6
-msgid "Header Font"
-msgstr "Header Font"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:13
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:25
-msgid "The quick brown fox jumps over the lazy dog"
-msgstr "The quick brown fox jumps over the lazy dog"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:18
-msgid "Body Font"
-msgstr "Body Font"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:1
-msgid "Colors"
-msgstr "Colors"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:62
-msgid "Opacity"
-msgstr "Opacitat"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:64
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:65
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:17
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:18
-msgid "None"
-msgstr "Cap"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:67
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:68
-msgid "Color"
-msgstr "Color"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:71
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:72
-msgid "Dark Low"
-msgstr "Fosc Baix"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:74
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:75
-msgid "Dark"
-msgstr "Fosc"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:77
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:78
-msgid "Dark High"
-msgstr "Fosc Alt"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:81
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:82
-msgid "Light Low"
-msgstr "Clar Baix"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:84
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:85
-msgid "Light"
-msgstr "Clar"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:87
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:88
-msgid "Light High"
-msgstr "Clar Alt"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:93
-msgid "Shadow"
-msgstr "ombra"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:96
-msgid "Only for Safari and Chrome"
-msgstr "Només per Safari i Chrome"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:100
-msgid "Elements Colors"
-msgstr "Colors d'elements"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:103
-msgid "background"
-msgstr "fons"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:106
-msgid "background alternative"
-msgstr "fons alternatiu"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:109
-msgid "opacity style color"
-msgstr "opacitat estil color"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:112
-msgid "text"
-msgstr "text"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:115
-msgid "text alternative"
-msgstr "text alternatiu"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:118
-msgid "border"
-msgstr "marc"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:121
-msgid "border alternative"
-msgstr "marc alternatiu"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:124
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:127
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:130
-msgid "tags"
-msgstr "tags"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:1
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:5
-msgid "Sidebar"
-msgstr "Barra lateral"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:7
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:8
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:7
-msgid "Left"
-msgstr "Esquerra"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:10
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:11
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:9
-msgid "Right"
-msgstr "Dreta"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:14
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:15
-msgid "Two"
-msgstr "Dos"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:21
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:22
-msgid "Two Right"
-msgstr "Dos Dreta"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:24
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:25
-msgid "Two Left"
-msgstr "Dos Esquerra"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/css.php:1
-msgid "CSS"
-msgstr "CSS"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/css.php:5
-#, php-format
-msgid "<font color=\"red\"><b>Warning!</b></font>: File \"%s\" is not writable."
-msgstr "<font color=\"red\"><b>Warning!</b></font>: Fitxer \"%s\" no es pot escriure."
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:2
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:67
-msgid "Slideshow"
-msgstr "Passe diapositives"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:26
-msgid "Enable slideshow"
-msgstr "Activar passe diapositives"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:28
-msgid "by default use images from posts on current page"
-msgstr "per defecte utilitza imatges d'apunts en la pàgina actual"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:32
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:61
-msgid "Options"
-msgstr "Opcions"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:35
-msgid "Show on page"
-msgstr "Mostrar en la pàgina"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:38
-msgid "Show on single post"
-msgstr "Mostrar en un sol apunt"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:43
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:44
-msgid "In Content"
-msgstr "En contingut"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:47
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:48
-msgid "Over Content"
-msgstr "Sobre el contingut"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:55
-msgid "Height"
-msgstr "Alçada"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:67
-msgid "use <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\">NextGEN-Gallery</a>"
-msgstr "utilitzeu <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\">NextGEN-Gallery</a>"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:69
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:70
-msgid "Disable"
-msgstr "Desactivar"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:84
-msgid "You can use <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\">NextGEN-Gallery</a> plugin for build custom slideshow"
-msgstr "Podeu utilitzar <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\">NextGEN-Gallery</a> plugin per crear un passe de diapositives"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:1
-msgid "Layout"
-msgstr "Layout"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:64
-msgid "Header Height"
-msgstr "Alçada capçalera"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:73
-msgid "Container Width"
-msgstr "Amplada Contenidor"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:82
-msgid "Sidebar Width"
-msgstr "Amplada barra lateral"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:91
-msgid "Extra Bar Width"
-msgstr "Amplada barra extra"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:98
-msgid "Homepage"
-msgstr "Pàgina d'inici"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:100
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:101
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:114
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:115
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:128
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:129
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:142
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:143
-msgid "Default"
-msgstr "Predeterminat"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:103
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:104
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:117
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:118
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:131
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:132
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:145
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:146
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:49
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:50
-msgid "Tile"
-msgstr "Rajola"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:106
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:107
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:120
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:121
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:134
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:135
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:148
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:149
-msgid "List"
-msgstr "Llista"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:112
-msgid "Archive"
-msgstr "Arxiu"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:126
-msgid "Search"
-msgstr "Cerca"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:140
-msgid "Index"
-msgstr "Index"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/export.php:1
-msgid "Export"
-msgstr "Exportar"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/export.php:2
-msgid "Export Current Theme"
-msgstr "Exportar theme actual"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/export.php:3
-msgid "Use this is options for export your changes"
-msgstr "Utilitzeu aquesta opció per exportar els canvis"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/export.php:3
-msgid "save changes before export"
-msgstr "guardar canvis avans d'exportar"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/export.php:6
-msgid "click here and save file"
-msgstr "pitgeu aqui i guardeu el fitxer"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/export.php:12
-#, php-format
-msgid "For import theme - use your FTP access and create new folder in folder <code>%s/themes</code> and upload <code>config.php</code>"
-msgstr "For import theme - use your FTP access and create new folder in folder <code>%s/themes</code> and upload <code>config.php</code>"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/export.php:17
-msgid "Create <code>style.css</code> with follow text (change text in UPPERCASE)"
-msgstr "Create <code>style.css</code> with follow text (change text in UPPERCASE)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/export.php:31
-msgid "Create <code>screenshot.png</code> with screen of your theme and resolution 300x225 and upload too (isn't requried)"
-msgstr "Create <code>screenshot.png</code> with screen of your theme and resolution 300x225 and upload too (isn't requried)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:1
-msgid "Content"
-msgstr "Contingut"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:4
-msgid "Posts"
-msgstr "Apunts"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:7
-msgid "Show author link"
-msgstr "Mostrar enllaç autor"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/footer.php:1
-msgid "Footer"
-msgstr "Peu"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/footer.php:4
-msgid "Footer Text"
-msgstr "Text peu"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:1
-msgid "Images"
-msgstr "Imatges"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:14
-#, php-format
-msgid "<font color=\"red\"><b>Warning!</b></font>: Directory \"%s\" is not writable."
-msgstr "<font color=\"red\"><b>Warning!</b></font>: Directori \"%s\" no té dret d'esctitura."
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:18
-msgid "Body Image"
-msgstr "Imatge cos"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:23
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:81
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:119
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:129
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:160
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:191
-msgid "preview"
-msgstr "vista previa"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:30
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:88
-msgid "Fixed position"
-msgstr "Posició Fixe"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:35
-msgid "Image Repeat"
-msgstr "Repetició imatge"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:36
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:37
-msgid "No Repeat"
-msgstr "Sense repetició"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:40
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:41
-msgid "Repeat Horizontal"
-msgstr "Repetició horitzontal"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:44
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:45
-msgid "Repeat Vertical"
-msgstr "Repetició vertical"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:56
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:93
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:135
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:166
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:197
-msgid "Image Position"
-msgstr "Posició imatge"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:57
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:94
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:136
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:167
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:198
-msgid "Top Left"
-msgstr "Superior esquerra"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:58
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:95
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:137
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:168
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:199
-msgid "Top Center"
-msgstr "Superior Centre"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:59
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:96
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:138
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:169
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:200
-msgid "Top Right"
-msgstr "Superior Dreta"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:63
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:100
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:142
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:173
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:204
-msgid "Center Left"
-msgstr "Centre Esquerra"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:64
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:101
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:143
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:174
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:205
-msgid "Center Center"
-msgstr "Centre Centre"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:65
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:102
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:144
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:175
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:206
-msgid "Center Right"
-msgstr "Centre Dreta"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:69
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:106
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:148
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:179
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:210
-msgid "Bottom Left"
-msgstr "Inferior Esquerra"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:70
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:107
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:149
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:180
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:211
-msgid "Bottom Center"
-msgstr "Inferior Centre"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:71
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:108
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:150
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:181
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:212
-msgid "Bottom Right"
-msgstr "Inferior Dreta"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:76
-msgid "Background Image"
-msgstr "Imatge de fons"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:114
-msgid "Content Image"
-msgstr "Imatge contingut"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:114
-msgid "repeat by Y and w/out opacity"
-msgstr "repeat by Y and w/out opacity"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:124
-msgid "Sidebar Image"
-msgstr "Imatge barra lateral"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:155
-msgid "Extrabar Image"
-msgstr "Imatge barra extra"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:186
-msgid "Footer Image"
-msgstr "Imatge Peu"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:1
-msgid "Header"
-msgstr "Capçalera"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:5
-msgid "Title position"
-msgstr "Posició títol"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:8
-msgid "Center"
-msgstr "Centre"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:14
-msgid "Title colors"
-msgstr "Colors títol"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:17
-msgid "title"
-msgstr "títol"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:20
-msgid "description"
-msgstr "descripció"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:25
-msgid "Header menu"
-msgstr "Menú capçalera"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:28
-msgid "Show top menu"
-msgstr "Mostrar menú capçalera"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:32
-msgid "Disable pages"
-msgstr "Desactivar pàgines"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:33
-msgid "Show first-level pages"
-msgstr "Mostrar pàgines de primer nivell"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:34
-msgid "Show pages in drop-down menu"
-msgstr "Mostrar pàgines en menú drop-down"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:35
-msgid "Show pages in drop-down menu (2-levels)"
-msgstr "Mostrar pàgines en menú drop-down (2-nivells)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:40
-msgid "Disable categories"
-msgstr "Desactivar categories"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:41
-msgid "Show first-level categories"
-msgstr "Mostrar categories de primer nivell"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:42
-msgid "Show categories in drop-down menu"
-msgstr "Mostrar categories en menú drop-down"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:43
-msgid "Show categories in drop-down menu (2-levels)"
-msgstr "Mostrar categories en menú drop-down (2-nivells)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:46
-msgid "Group categories in one menu item"
-msgstr "Agrupar categories en una entrada de menú"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:50
-msgid "Show link to home page"
-msgstr "Mostrar enllaç a pàgina d'inici"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:53
-msgid "Show link to RSS feed"
-msgstr "Mostrar enllaç a pàgina d'inici"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:56
-msgid "Show search form"
-msgstr "Mostrar formulari de cerca"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/help.php:1
-msgid "Help"
-msgstr "Ajuda"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/help.php:4
-msgid "Constructor Wordpress Theme"
-msgstr "Constructor Wordpress Theme"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/help.php:6
-msgid "Project Homepage"
-msgstr "Pàgina d'inici projecte"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/help.php:7
-msgid "Author Homepage"
-msgstr "Pàgina d'inici Autor"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/help.php:10
-msgid "Related Links"
-msgstr "Enllaços relacionats"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/themes.php:1
-msgid "Themes"
-msgstr "Temes"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/themes.php:42
-msgid "File \"style.css\" is not exists"
-msgstr "Fitxer \"style.css\" no existeix"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/themes.php:43
-msgid "Anonymous"
-msgstr "Anònim"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/themes.php:55
-msgid "version"
-msgstr "versió"
-
diff --git a/wp-content/themes/constructor/lang/ca_ES.mo b/wp-content/themes/constructor/lang/ca_ES.mo
deleted file mode 100644
index 80c73971eb66e5241832d5a865d3e4a545ed779d..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/lang/ca_ES.mo and /dev/null differ
diff --git a/wp-content/themes/constructor/lang/ca_ES.po b/wp-content/themes/constructor/lang/ca_ES.po
deleted file mode 100644
index 81def8f7922022d53c884d7b04b68236504ebc64..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/lang/ca_ES.po
+++ /dev/null
@@ -1,1155 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: Constructor Theme\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-06-18 11:25+0200\n"
-"PO-Revision-Date: \n"
-"Last-Translator: OASI <sistemes@oasi.org>\n"
-"Language-Team: Mi PC <sergio.ambort@gmail.com>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Poedit-KeywordsList: __;_e;_c\n"
-"X-Poedit-Basepath: .\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11) ? 0 : ((n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20)) ? 1 : 2);\n"
-"X-Poedit-SourceCharset: utf-8\n"
-"X-Poedit-Language: Spanish\n"
-"X-Poedit-Country: ARGENTINA\n"
-"X-Poedit-SearchPath-0: W:/www/wordpress/wp-content/themes/constructor\n"
-
-#: W:/www/wordpress/wp-content/themes/constructor/sidebar.php:28
-#: W:/www/wordpress/wp-content/themes/constructor/template-monocolumn.php:24
-msgid "Pages"
-msgstr "Pàgines"
-
-#: W:/www/wordpress/wp-content/themes/constructor/sidebar.php:30
-msgid "Categories"
-msgstr "Categories"
-
-#: W:/www/wordpress/wp-content/themes/constructor/sidebar.php:32
-#: W:/www/wordpress/wp-content/themes/constructor/template-monocolumn.php:32
-msgid "Tags"
-msgstr "Etiquetes"
-
-#: W:/www/wordpress/wp-content/themes/constructor/sidebar.php:37
-msgid "Meta"
-msgstr "Meta"
-
-#: W:/www/wordpress/wp-content/themes/constructor/navigation.php:13
-msgid "<span>&raquo;</span> Older Entries"
-msgstr "<span>&raquo;Entrades Anteriors</span>"
-
-#: W:/www/wordpress/wp-content/themes/constructor/navigation.php:14
-msgid "Newer Entries <span>&raquo;</span>"
-msgstr "Entrades Posteriors <span>&raquo;</span>"
-
-#: W:/www/wordpress/wp-content/themes/constructor/template-authors.php:17
-#: W:/www/wordpress/wp-content/themes/constructor/template-monocolumn.php:19
-#: W:/www/wordpress/wp-content/themes/constructor/template-archive.php:49
-#, php-format
-msgid "Permanent Link to %s"
-msgstr "Enllaç Permanent a %s"
-
-#: W:/www/wordpress/wp-content/themes/constructor/template-authors.php:20
-#: W:/www/wordpress/wp-content/themes/constructor/template-monocolumn.php:23
-#: W:/www/wordpress/wp-content/themes/constructor/template-archive.php:52
-msgid "Read the rest of this entry &raquo;"
-msgstr "Llegir la resta d'aquesta entrada &raquo;"
-
-#: W:/www/wordpress/wp-content/themes/constructor/template-authors.php:28
-#: W:/www/wordpress/wp-content/themes/constructor/template-monocolumn.php:29
-#: W:/www/wordpress/wp-content/themes/constructor/template-archive.php:87
-msgid "Back to Parent Page"
-msgstr "Tornar a la pàgina principal"
-
-#: W:/www/wordpress/wp-content/themes/constructor/template-authors.php:30
-#: W:/www/wordpress/wp-content/themes/constructor/template-monocolumn.php:33
-#: W:/www/wordpress/wp-content/themes/constructor/template-archive.php:89
-msgid "Edit"
-msgstr "Edita"
-
-#: W:/www/wordpress/wp-content/themes/constructor/slideshow.php:44
-msgid "Read more &raquo;"
-msgstr "Llegir més &raquo;"
-
-#: W:/www/wordpress/wp-content/themes/constructor/template-monocolumn.php:34
-msgid "No Comments &#187;"
-msgstr "No hi ha comentaris &#187;"
-
-#: W:/www/wordpress/wp-content/themes/constructor/template-monocolumn.php:34
-msgid "1 Comment &#187;"
-msgstr "1 Comentari &#187;"
-
-#: W:/www/wordpress/wp-content/themes/constructor/template-monocolumn.php:34
-msgid "% Comments &#187;"
-msgstr "Comentaris% &#187;"
-
-#: W:/www/wordpress/wp-content/themes/constructor/template-monocolumn.php:34
-msgid "Comments Closed"
-msgstr "Els comentaris estan tancats"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:13
-msgid "This post is password protected. Enter the password to view comments."
-msgstr "Aquest article està protegit  per contrasenya. Introduïu la contrasenya per veure els comentaris."
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:22
-msgid "No Responses"
-msgstr "No hi ha respostes"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:22
-msgid "One Response"
-msgstr "Una resposta"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:22
-msgid "% Responses"
-msgstr "Respostes%"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:22
-#, php-format
-msgid "to &#8220;%s&#8221;"
-msgstr "a &#8220;%s&#8221;"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:36
-msgid "Comments are closed."
-msgstr "Els comentaris estan tancats."
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:47
-msgid "Leave a Reply"
-msgstr "Deixa una resposta"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:47
-#, php-format
-msgid "Leave a Reply for %s"
-msgstr "Deixa una resposta per%s"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:53
-#, php-format
-msgid "You must be <a href=\"%s\">logged in</a> to post a comment."
-msgstr "Vostè ha  d'estar <a href=\"%s\">conectat</a> per publicar un comentari."
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:59
-#, php-format
-msgid "Logged in as <a href=\"%1$s\">%2$s</a>."
-msgstr "Connectat com <a href=\"%1$s\">%2$s</a>."
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:59
-msgid "Log out of this account"
-msgstr "Surt d'aquest compte"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:59
-msgid "Log out &raquo;"
-msgstr "Sortir &raquo;"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:62
-msgid "Name"
-msgstr "Nom"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:62
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:64
-msgid "(required)"
-msgstr "(Requerit)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:64
-msgid "Mail (will not be published)"
-msgstr "Mail (no sera publicat)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:66
-msgid "Website"
-msgstr "Lloc Web"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:69
-#, php-format
-msgid "<strong>XHTML:</strong> You can use these tags: <code>%s</code>"
-msgstr "<strong>XHTML: Pots</strong> utilitzar aquestes etiquetes: <code>%s</code>"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:71
-msgid "Submit Comment"
-msgstr "Enviar comentari"
-
-#: W:/www/wordpress/wp-content/themes/constructor/template-archive.php:30
-#, php-format
-msgid "%b"
-msgstr "%b"
-
-#: W:/www/wordpress/wp-content/themes/constructor/template-archive.php:31
-msgid "%B"
-msgstr "% B"
-
-#: W:/www/wordpress/wp-content/themes/constructor/404.php:13
-msgid "Error 404 - Not Found"
-msgstr "Error 404 - No s'ha trobat"
-
-#: W:/www/wordpress/wp-content/themes/constructor/404.php:16
-msgid "Sorry, but you are looking for something that isn&#8217;t here."
-msgstr "Ho sentim, però vostè  està  buscant  una cosa que no és aquí."
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:236
-msgid "No Image"
-msgstr "No hi ha imatges"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:328
-msgid "Themes"
-msgstr "Temes"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:329
-msgid "Layout"
-msgstr "Disposició"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:330
-msgid "Sidebar"
-msgstr "Barra lateral"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:331
-msgid "Header"
-msgstr "Capçalera"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:332
-msgid "Content"
-msgstr "Contingut"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:333
-msgid "Comments"
-msgstr "Comentaris"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:334
-msgid "Footer"
-msgstr "Peu de pàgina"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:335
-msgid "Fonts"
-msgstr "Fonts"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:336
-msgid "Colors"
-msgstr "Colors"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:337
-msgid "Design"
-msgstr "Diseny"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:338
-msgid "CSS"
-msgstr "CSS"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:339
-msgid "Images"
-msgstr "Imatges"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:340
-msgid "Slideshow"
-msgstr "Presentació de diapositives"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:341
-msgid "Save"
-msgstr "Guardar"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:342
-msgid "Help"
-msgstr "Ajuda"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:24
-msgid "Author RSS Feed"
-msgstr "Feed RSS d'Autor"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:24
-msgid "RSS Feed"
-msgstr "RSS Feed"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:30
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:34
-#, php-format
-msgid "%1$s %2$s"
-msgstr "%1$s %2$s"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:33
-msgid "Full Name"
-msgstr "Nom complet"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:37
-msgid "Nickname"
-msgstr "Sobrenom"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:43
-msgid "Visit author website"
-msgstr "Visita la web de l'autor"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:47
-msgid "ICQ"
-msgstr "ICQ"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:52
-msgid "AIM"
-msgstr "AIM"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:57
-msgid "Yahoo IM"
-msgstr "Yahoo IM"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:62
-msgid "MSN"
-msgstr "MSN"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:67
-msgid "About Me"
-msgstr "Quant a mi"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:75
-#, php-format
-msgid "Latest posts by %s"
-msgstr "Últims missatges de %s"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:86
-msgid "No posts by this author."
-msgstr "No hi ha missatges d'aquest autor."
-
-#: W:/www/wordpress/wp-content/themes/constructor/template-sitemap.php:32
-msgid "Archives"
-msgstr "Arxiu"
-
-#: W:/www/wordpress/wp-content/themes/constructor/themes/example/config.php:24
-#, php-format
-msgid "%1$s is proudly powered by %2$s"
-msgstr "%1$s es orgullosament promogut per %2$s"
-
-#: W:/www/wordpress/wp-content/themes/constructor/themes/example/config.php:25
-msgid "Constructor Theme"
-msgstr "Constructor Tema"
-
-#: W:/www/wordpress/wp-content/themes/constructor/layouts/single.php:6
-#: W:/www/wordpress/wp-content/themes/constructor/layouts/page.php:6
-msgid "Single"
-msgstr "Individual"
-
-#: W:/www/wordpress/wp-content/themes/constructor/layouts/list.php:6
-msgid "List"
-msgstr "Llista"
-
-#: W:/www/wordpress/wp-content/themes/constructor/layouts/tile.php:6
-msgid "Tile"
-msgstr "Rajola"
-
-#: W:/www/wordpress/wp-content/themes/constructor/layouts/default.php:6
-msgid "Default"
-msgstr "Defecte"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:18
-msgid "Title"
-msgstr "Títol"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:23
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:33
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:52
-msgid "Font Weight"
-msgstr "Pes de la Font"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:24
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:37
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:53
-msgid "Text Decoration"
-msgstr "Decoració del Text"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:29
-msgid "Font Family Example"
-msgstr "Exemple de font de Família"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:31
-msgid "The quick brown fox jumps over the lazy dog"
-msgstr "La ràpida guineu marró salta sobre el gos mandrós"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:34
-msgid "Defines from thin to thick characters. 400 is the same as \"normal\", and 700 is the same as \"normal\""
-msgstr "Defineix els personatges de fi gruix. 400 es el mateix que \"normal\", i 700 es el mateix que \"normal\""
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:39
-msgid "No capitalization. The text renders as it is. This is default"
-msgstr "Sense capitalització. El text fa tal com es. Aquesta és l'opció predeterminada"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:40
-msgid "Transforms the first character of each word to uppercase"
-msgstr "Transforma el primer caràcter de cada paraula  en  majúscules"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:41
-msgid "Transforms all characters to uppercase"
-msgstr "Transforma tots els caràcters a majúscules"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:42
-msgid "Transforms all characters to lowercase"
-msgstr "Transforma tots els caràcters a minúscules"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:47
-msgid "Description"
-msgstr "Descripció"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:57
-msgid "Headers"
-msgstr "Capçaleres"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:48
-msgid "Opacity"
-msgstr "Opacitat"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:50
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:51
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:86
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:87
-msgid "None"
-msgstr "Cap"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:53
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:54
-msgid "Color"
-msgstr "Color"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:57
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:58
-msgid "Dark Low"
-msgstr "Fosc baix"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:60
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:61
-msgid "Dark"
-msgstr "Fosc"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:63
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:64
-msgid "Dark High"
-msgstr "Fosc alt"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:67
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:68
-msgid "Light Low"
-msgstr "Amb poca llum"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:70
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:71
-msgid "Light"
-msgstr "Llum"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:73
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:74
-msgid "Light High"
-msgstr "Llum alta"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:79
-msgid "Elements Colors"
-msgstr "Elements de Colors"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:82
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:85
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:88
-msgid "tags"
-msgstr "etiquetes"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:91
-msgid "text"
-msgstr "text"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:94
-msgid "text alternative"
-msgstr "texto alternatiu"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:97
-msgid "background"
-msgstr "fons"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:100
-msgid "background alternative"
-msgstr "fondo alternatiu"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:103
-msgid "border"
-msgstr "frontera"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:106
-msgid "border alternative"
-msgstr "Fontera alternativa"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:109
-msgid "opacity style color"
-msgstr "opacitat del estil de color"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:47
-msgid "Width"
-msgstr "Ample"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:50
-msgid "Container Width"
-msgstr "Ample de contenidors"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:59
-msgid "Sidebar Width"
-msgstr "Ample de la barra lateral"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:68
-msgid "Extra Bar Width"
-msgstr "Extra ample de la barra"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:76
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:77
-msgid "Left"
-msgstr "Esquerra"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:79
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:80
-msgid "Right"
-msgstr "Dreta"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:83
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:84
-msgid "Two"
-msgstr "Dos"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:90
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:91
-msgid "Two Right"
-msgstr "Dos a la Dreta"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:93
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:94
-msgid "Two Left"
-msgstr "Dos a l'esquerra"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/css.php:7
-#, php-format
-msgid "<font color=\"red\"><b>Warning!</b></font>: File \"%s\" is not writable."
-msgstr "<b><font color=\"red\">Advertencia:</font></b> L'arxiu\"%s\" no es editable."
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/css.php:17
-#, php-format
-msgid "CSS is Cascading Style Sheets - read manual for beginners <a href=\"%1$s\">%1$s</a>"
-msgstr "CSS es Cascading Style Sheets - llegeix el manual per a principiants <a href=\"%1$s\">%1$s</a>"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/css.php:18
-msgid "CSS rules"
-msgstr "Regles CSS"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/css.php:33
-msgid "CSS example"
-msgstr "CSS exemple"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/css.php:42
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:65
-msgid "Header menu"
-msgstr "Capçalera del menú"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:28
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/design.php:58
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/design.php:79
-msgid "Enable"
-msgstr "Permetre"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:34
-msgid "By default use images from posts with thumbnails"
-msgstr "Mitjançant imatges per defecte l'ús dels missatges amb imatges en miniatura"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:38
-msgid "Options"
-msgstr "Opcions"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:41
-msgid "Show on page"
-msgstr "Mostrar a la pàgina"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:44
-msgid "Show on single post"
-msgstr "Mostrar l'únic missatge"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:47
-msgid "Show on archive"
-msgstr "Mostrar a l'arxiu"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:53
-msgid "Height"
-msgstr "Alçada"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:62
-msgid "Advanced options"
-msgstr "Opcions avançades"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:63
-msgid "only for default slideshow"
-msgstr "només per a  presentació  de diapositives per defecte"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:67
-msgid "Number of slides"
-msgstr "Nombre de diapositives"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:71
-msgid "Autoplay"
-msgstr "Reproducció automàtica"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:74
-msgid "Effect time (ms)"
-msgstr "El temps de l'efecte (ms)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:77
-msgid "Timeout between slides (ms)"
-msgstr "Temps d'espera entre diapositives (ms)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:82
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:39
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:75
-msgid "Position"
-msgstr "Posició"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:84
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:85
-msgid "In Content"
-msgstr "En Contingut"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:88
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:89
-msgid "Over Content"
-msgstr "Més de Contingut"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:100
-msgid "use <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\" title=\"wordpress.org\">NextGEN-Gallery</a>"
-msgstr "utilitza <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\" title=\"wordpress.org\">NextGEN-Gallery</a>"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:101
-msgid "required <a href=\"http://www.longtailvideo.com/players/jw-image-rotator/\" title=\"www.longtailvideo.com\">imagerotator.swf</a>"
-msgstr "requereix <a href=\"http://www.longtailvideo.com/players/jw-image-rotator/\" title=\"www.longtailvideo.com\">imagerotator.swf</a>"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:119
-msgid "You can use <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\">NextGEN-Gallery</a> plugin for build custom slideshow"
-msgstr "Pot utilitzar el plugin <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\">NextGEN-Gallery</a> per crear persentacions personalitzades"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:17
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:39
-msgid "Homepage"
-msgstr "Pàgina principal"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:19
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:41
-msgid "Post"
-msgstr "Missatge"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:21
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:43
-msgid "Page"
-msgstr "Pàgina"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:23
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:45
-msgid "Search"
-msgstr "Búsqueda"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:25
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:47
-msgid "Date"
-msgstr "Data"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:27
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:49
-msgid "Category"
-msgstr "Categoria"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:29
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:51
-msgid "Tag"
-msgstr "Etiqueta"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:6
-msgid "Posts"
-msgstr "Missatges"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:9
-msgid "Show author link"
-msgstr "Mostrar enllaç de l'autor"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:13
-msgid "You can use short code [widgets] in your post, and can configured with <a href=\"widgets.php\">widgets</a> (use \"In Posts\" sidebar)"
-msgstr "Vostè pot utilitzar el codi curt [reproductors] en el seu missatge, i se'l pot configurar amb <a href=\"widgets.php\">widgets</a> (use \"In Posts\" sidebar)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:16
-msgid "Available <a href=\"http://code.google.com/p/wp-constructor/wiki/ConstructorShortcodes\" title=\"Constructor Short Codes\">short codes</a>:"
-msgstr "Disponible <a href=\"http://code.google.com/p/wp-constructor/wiki/ConstructorShortcodes\" title=\"Constructor Short Codes\">short codes</a>:"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:29
-msgid "Content widgets place"
-msgstr "Reproductors de continguts de lloc"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:30
-msgid "can configured with <a href=\"widgets.php\">widgets</a>, use \"After N Post\" sidebar"
-msgstr "pot configurar amb <a href=\"widgets.php\">widgets</a> , use \"After N Post\" sidebar"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:36
-msgid "Show widgets place"
-msgstr "Mostrar widgets lloc"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:41
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:42
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:43
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:44
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:45
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:46
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:47
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:48
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:49
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:50
-#, php-format
-msgid "after %d post"
-msgstr "després de% d missatge"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/comments.php:25
-msgid "Avatar size"
-msgstr "Mida de l'avatar"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/comments.php:36
-msgid "Thumbnail position"
-msgstr "Miniatura de la posició"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/footer.php:4
-msgid "Footer Text"
-msgstr "Peu de pàgina del text"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/footer.php:7
-msgid "Enter the text you want to appear in the Footer (or just enter a space if you don’t want any Footer text)"
-msgstr "Introdueix el text que vol que aparegui al peu de pàgina (o simplement entra en un espai si no vol  cap text de peu de pàgina)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/footer.php:9
-msgid "And you can put your Google Analytics code here"
-msgstr "I vostè pot posar el seu codi de Google Analytics aquí"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:5
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:34
-msgid "Body Image"
-msgstr "Imatge Corporal"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:6
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:42
-msgid "Background Image"
-msgstr "Imatge de fons"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:7
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:50
-msgid "Header Wrapper Image"
-msgstr "Imatge de capçalera Wrapper"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:8
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:64
-msgid "Content Wrapper Image"
-msgstr "Contingut de la imatge Wrapper"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:9
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:92
-msgid "Footer Wrapper Image"
-msgstr "Peu de pàgina Wrapper"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:10
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:57
-msgid "Header Image"
-msgstr "Imatge de capçalera"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:11
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:71
-msgid "Content Image"
-msgstr "Contingut de la Imatge"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:12
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:99
-msgid "Footer Image"
-msgstr "Peu d'imatge"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:13
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:78
-msgid "Sidebar Image"
-msgstr "Barra lateral de l'imatge"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:25
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/save.php:20
-#, php-format
-msgid "<font color=\"red\"><b>Warning!</b></font>: Directory \"%s\" is not writable."
-msgstr "<b><font color=\"red\">Advertencia:</font></b> El directori \"%s\" no es editable."
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:85
-msgid "Extrabar Image"
-msgstr "Extrabases imatge"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:111
-msgid "See helpful illustration!"
-msgstr "Vegeu l' il.lustració útil!"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:132
-msgid "Preview image"
-msgstr "Vista prèvia d'imatge"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:132
-msgid "preview"
-msgstr "vista prèvia"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:133
-msgid "Remove image (only from theme)"
-msgstr "Eliminar imatge (només de tema)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:133
-msgid "clear"
-msgstr "netejar"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:153
-msgid "Fixed position"
-msgstr "Posició fixa"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:175
-msgid "Image Position"
-msgstr "Posició de l'imatge"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:176
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:27
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:77
-msgid "Top Left"
-msgstr "A dalt a l'esquerra"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:177
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:28
-msgid "Top Center"
-msgstr "Part superior central"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:178
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:29
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:79
-msgid "Top Right"
-msgstr "A dalt a la dreta"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:182
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:83
-msgid "Center Left"
-msgstr "Centre Esquerra"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:183
-msgid "Center Center"
-msgstr "Centre de"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:184
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:85
-msgid "Center Right"
-msgstr "Centre dret"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:188
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:39
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:89
-msgid "Bottom Left"
-msgstr "A baix a l'esquerra"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:189
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:40
-msgid "Bottom Center"
-msgstr "A baix al centre"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:190
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:41
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:91
-msgid "Bottom Right"
-msgstr "A baix a la dreta"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:193
-msgid "Image Repeat"
-msgstr "Repetir imatge"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:194
-msgid "No Repeat"
-msgstr "No repetir"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:195
-msgid "Repeat Horizontal"
-msgstr "Repetiu horitzontal"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:197
-msgid "Repeat Vertical"
-msgstr "Repetiu vertical"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:24
-msgid "Title position"
-msgstr "Posició del títol"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:47
-msgid "Hidden title"
-msgstr "Títol ocult"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:50
-msgid "hide title by CSS"
-msgstr "amagar títol per CSS"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:55
-msgid "Header height"
-msgstr "Alçada de la capçalera"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:66
-msgid "menu can configured with <a href=\"widgets.php\">widgets</a>, use \"header\" sidebar"
-msgstr "el menú es pot configurar amb <a href=\"widgets.php\">widgets</a> , utilice \"header\" sidebar"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:72
-msgid "Show top menu"
-msgstr "Mostrar els menús"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:98
-msgid "stretch across the width"
-msgstr "s'estenen a l'ample"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:101
-msgid "Header Menu"
-msgstr "Capçalera  del menú"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:102
-msgid "You can use <a href=\"nav-menus.php\">navigation menu</a> with name \"Header Menu\""
-msgstr "Vostè pot utilizar <a href=\"nav-menus.php\">el menú de navegació </a> amb el nom \"Header Menu\""
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:106
-msgid "Disable pages"
-msgstr "Desactivar pàgines"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:107
-msgid "Show first-level pages"
-msgstr "Mostrar pàgines de primer nivell"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:108
-msgid "Show pages in drop-down menu"
-msgstr "Mostrar les pàgines del menú desplegable"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:109
-msgid "Show pages in drop-down menu (2-levels)"
-msgstr "Mostrar les pàgines del menú desplegable (2 nivells)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:110
-msgid "Show pages in drop-down menu (3-levels)"
-msgstr "Mostrar les pàgines del menú desplegable (3 nivells)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:113
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:130
-msgid "Exclude:"
-msgstr "Excloure:"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:115
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:132
-msgid "(IDs, coma separated)"
-msgstr "(ID, coma separada)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:120
-msgid "Group categories in one menu item"
-msgstr "Categories de grup en un element de menú"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:123
-msgid "Disable categories"
-msgstr "Desactivar les categories"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:124
-msgid "Show first-level categories"
-msgstr "Mostrar categories de primer nivell"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:125
-msgid "Show categories in drop-down menu"
-msgstr "Mostra categories al menú desplegable"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:126
-msgid "Show categories in drop-down menu (2-levels)"
-msgstr "Mostra categories  al menú desplegable (2 nivells)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:127
-msgid "Show categories in drop-down menu (3-levels)"
-msgstr "Mostra categories  al menú desplegable (3 nivells)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:134
-msgid "Custom title:"
-msgstr "Personalizar el títol:"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:138
-msgid "Links"
-msgstr "Enllaços"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:141
-msgid "Show link to home page"
-msgstr "Mostra enllaç a la teva pàgina d'inici"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:144
-msgid "Show link to RSS feed"
-msgstr "Mostra enllaç al feed RSS"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:146
-msgid "Tools"
-msgstr "Eines"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:149
-msgid "Show search form"
-msgstr "Mostra el formulari de cerca"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/help.php:6
-msgid "Constructor Wordpress Theme"
-msgstr "Constructor Tema de Wordpress"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/help.php:8
-msgid "Project Homepage"
-msgstr "Pàgina web del projecte"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/help.php:9
-msgid "Author Homepage"
-msgstr "Autor Pàgina d'inici"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/help.php:12
-msgid "Related Links"
-msgstr "Enllaços relacionats"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/help.php:23
-msgid "Donate"
-msgstr "Dona"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/help.php:41
-msgid "Author works"
-msgstr "Autor d'obres"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/save.php:1
-msgid "Save As"
-msgstr "Desar com"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/save.php:13
-msgid "Save Current Theme As ..."
-msgstr "Desar tema actual com ..."
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/save.php:24
-msgid "Theme Name"
-msgstr "Nom del tema"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/save.php:28
-msgid "Theme URI"
-msgstr "Tema URI"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/save.php:36
-msgid "Version"
-msgstr "Versió"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/save.php:40
-msgid "Author"
-msgstr "Autor"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/save.php:44
-msgid "Author URI"
-msgstr "Autor URI"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/save.php:49
-msgid "Save Theme"
-msgstr "Desar tema"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/themes.php:51
-msgid "File \"style.css\" is not exists"
-msgstr "Arxiu \"style.css\" no existeix"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/themes.php:52
-msgid "Anonymous"
-msgstr "Anònim"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/themes.php:66
-msgid "version"
-msgstr "versió"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/design.php:53
-msgid "Borders"
-msgstr "Fronteres"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/design.php:61
-msgid "Border radius"
-msgstr "Radi de la frontera"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/design.php:69
-msgid "Features for modern browsers (not IE of course)"
-msgstr "Característiques dels navegadors moderns(no l'IE, és clar)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/design.php:73
-msgid "Shadow"
-msgstr "Ombra"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/design.php:82
-msgid "Horizontal offset"
-msgstr "Desplaçament horitzontal"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/design.php:85
-msgid "Vertical offset"
-msgstr "Desplaçament vertical"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/design.php:88
-msgid "Blur"
-msgstr "Difuminar"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/ajax/save.php:33
-#: W:/www/wordpress/wp-content/themes/constructor/admin/ajax/save.php:36
-#, php-format
-msgid "Directory \"%s\" is not writable."
-msgstr "El directori \"%s\" no es editable."
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/ajax/save.php:54
-#: W:/www/wordpress/wp-content/themes/constructor/admin/ajax/save.php:68
-#: W:/www/wordpress/wp-content/themes/constructor/admin/ajax/save.php:72
-#, php-format
-msgid "Can't copy file \"%s\"."
-msgstr "No es pot copiar l'arxiu \"%s\"."
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/ajax/save.php:107
-#: W:/www/wordpress/wp-content/themes/constructor/admin/ajax/save.php:111
-#, php-format
-msgid "Can't save file \"%s\"."
-msgstr "No es pot guardar l'arxiu \"%s\"."
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/ajax/save.php:114
-msgid "Theme was saved, please reload page for view changes"
-msgstr "El tema s'ha guardat, si us plau, torneu a carregar la pàgina per veure els canvis"
-
-#: W:/www/wordpress/wp-content/themes/constructor/libs/Constructor/Main.php:207
-msgid "Home"
-msgstr "Inici"
-
-#: W:/www/wordpress/wp-content/themes/constructor/libs/Constructor/Main.php:373
-#, php-format
-msgid "%1$s and %2$s."
-msgstr "%1$s i %2$s."
-
-#: W:/www/wordpress/wp-content/themes/constructor/libs/Constructor/Main.php:373
-msgid "Entries (RSS)"
-msgstr "Entrades (RSS)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/libs/Constructor/Main.php:373
-msgid "Comments (RSS)"
-msgstr "Comentaris (RSS)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/libs/Constructor/Main.php:377
-#, php-format
-msgid "%d queries. %s seconds."
-msgstr "%d consultes.  %s segons."
-
-#: W:/www/wordpress/wp-content/themes/constructor/libs/Constructor/Admin.php:137
-#, php-format
-msgid "System can't create \"%s\" directory"
-msgstr "El sistema no pot crear el directori \"%s\""
-
-#: W:/www/wordpress/wp-content/themes/constructor/libs/Constructor/Admin.php:152
-#, php-format
-msgid "File \"%s\" is not a image (jpeg, png, gif, tiff)"
-msgstr "L'arxiu \"%s\" no és una imatge (jpeg, png, gif, tiff)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/libs/Constructor/Admin.php:159
-#, php-format
-msgid "File \"%s\" can't be move to \"images\" folder"
-msgstr "L'arxiu \"%s\" no es pot moure al directori  \"images\""
-
-#: W:/www/wordpress/wp-content/themes/constructor/libs/Constructor/Admin.php:244
-#: W:/www/wordpress/wp-content/themes/constructor/libs/Constructor/Admin.php:395
-msgid "Customize Theme"
-msgstr "Personalitzar el tema"
-
-#: W:/www/wordpress/wp-content/themes/constructor/libs/Constructor/Admin.php:245
-msgid "Customize"
-msgstr "Personalitzar"
-
-#: W:/www/wordpress/wp-content/themes/constructor/libs/Constructor/Admin.php:398
-msgid "If you like this theme and find it useful, help keep this theme free and actively developed by clicking the donate button (via PayPal or CC)"
-msgstr "Si t'agrada aquest tema i el trobes útil, ajuda a mantenir aquest tema lliure i desenvolupat activament fent clic al botó de donar (a través de PayPal o CC)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/libs/Constructor/Admin.php:402
-msgid "Options saved."
-msgstr "Opcions de desament."
-
-#: W:/www/wordpress/wp-content/themes/constructor/libs/Constructor/Admin.php:406
-msgid "Some images can't be upload. Please check permissions"
-msgstr "Algunes de les imatges no es poden carregar. Si us plau, comproveu els permisos"
-
-#: W:/www/wordpress/wp-content/themes/constructor/libs/Constructor/Admin.php:427
-msgid "Save Changes"
-msgstr "Desa els canvis"
-
diff --git a/wp-content/themes/constructor/lang/constructor.pot b/wp-content/themes/constructor/lang/constructor.pot
deleted file mode 100644
index 4e300d77f4fb2ecd70d70465d48ad00c2d1353e2..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/lang/constructor.pot
+++ /dev/null
@@ -1,1277 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: Constructor Theme\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-01-27 17:32+0200\n"
-"PO-Revision-Date: \n"
-"Last-Translator: Anton Shevchuk <Anton.Shevchuk@gmail.com>\n"
-"Language-Team: Anton Shevchuk <AntonShevchuk@gmail.com>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Poedit-Language: Russian\n"
-"X-Poedit-Country: RUSSIAN FEDERATION\n"
-"X-Poedit-KeywordsList: __;_e;_c\n"
-"X-Poedit-Basepath: .\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11) ? 0 : ((n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20)) ? 1 : 2);\n"
-"X-Poedit-SourceCharset: utf-8\n"
-"X-Poedit-SearchPath-0: W:/www/wordpress3/wp-content/themes/constructor\n"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/nothing.php:8
-msgid "Nothing Found"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/nothing.php:9
-msgid "Sorry, but nothing matched your search criteria. Please try again with some different keywords."
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/sidebar.php:28
-#: W:/www/wordpress3/wp-content/themes/constructor/template-monocolumn.php:22
-msgid "Pages"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/sidebar.php:30
-msgid "Categories"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/sidebar.php:32
-#: W:/www/wordpress3/wp-content/themes/constructor/template-monocolumn.php:29
-msgid "Tags"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/sidebar.php:37
-msgid "Meta"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/navigation.php:16
-msgid "<span>&laquo;</span> Older Entries"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/navigation.php:17
-msgid "Newer Entries <span>&raquo;</span>"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/template-authors.php:16
-#: W:/www/wordpress3/wp-content/themes/constructor/template-monocolumn.php:18
-#, php-format
-msgid "Permanent Link to %s"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/template-authors.php:19
-#: W:/www/wordpress3/wp-content/themes/constructor/template-monocolumn.php:21
-msgid "Read the rest of this entry &raquo;"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/template-authors.php:26
-#: W:/www/wordpress3/wp-content/themes/constructor/template-monocolumn.php:26
-msgid "Back to Parent Page"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/template-authors.php:28
-#: W:/www/wordpress3/wp-content/themes/constructor/template-monocolumn.php:30
-msgid "Edit"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/slideshow.php:50
-msgid "Read more &raquo;"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/template-monocolumn.php:31
-msgid "No Comments &#187;"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/template-monocolumn.php:31
-msgid "1 Comment &#187;"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/template-monocolumn.php:31
-msgid "% Comments &#187;"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/template-monocolumn.php:31
-msgid "Comments Closed"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/comments.php:10
-msgid "This post is password protected. Enter the password to view comments."
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/comments.php:18
-msgid "No Responses"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/comments.php:18
-msgid "One Response"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/comments.php:18
-msgid "% Responses"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/comments.php:18
-#, php-format
-msgid "to &#8220;%s&#8221;"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/comments.php:31
-msgid "Comments are closed."
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/social.php:14
-msgid "Twitter"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/social.php:17
-msgid "Facebook"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/social.php:20
-msgid "Del.icio.us"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/social.php:23
-msgid "Reddit"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/social.php:26
-msgid "VKontakte"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/social.php:29
-msgid "Digg"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/social.php:32
-msgid "Mixx"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/social.php:35
-msgid "StumbleUpon"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/social.php:38
-msgid "Google"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/social.php:41
-msgid "Memori"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/template-archive.php:30
-#, php-format
-msgid "%b"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/template-archive.php:31
-msgid "%B"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/404.php:11
-msgid "Error 404 - Not Found"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/404.php:12
-msgid "Sorry, but you are looking for something that isn&#8217;t here."
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/functions.php:111
-msgid "Header Menu"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/functions.php:298
-msgid "No Image"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:22
-msgid "Author RSS Feed"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:22
-msgid "RSS Feed"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:27
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:33
-#, php-format
-msgid "%1$s %2$s"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:32
-msgid "Full Name"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:37
-msgid "Nickname"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:42
-msgid "Website"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:43
-msgid "Visit author website"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:47
-msgid "ICQ"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:52
-msgid "AIM"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:57
-msgid "Yahoo IM"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:62
-msgid "MSN"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:67
-msgid "About Me"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:75
-#, php-format
-msgid "Latest posts by %s"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:88
-msgid "No posts by this author."
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/template-sitemap.php:31
-msgid "Archives"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/themes/example/config.php:49
-#, php-format
-msgid "%1$s is proudly powered by %2$s"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/themes/example/config.php:50
-msgid "Constructor Theme"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/layouts/simple.php:6
-msgid "Simple"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/layouts/single.php:6
-msgid "Single"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/layouts/single.php:28
-#: W:/www/wordpress3/wp-content/themes/constructor/layouts/column.php:51
-msgid "Posted in"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/layouts/list.php:6
-msgid "List"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/layouts/column.php:6
-msgid "Column"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/layouts/tiles.php:6
-#: W:/www/wordpress3/wp-content/themes/constructor/layouts/tile.php:6
-msgid "Tile"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/layouts/default.php:6
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:106
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:107
-msgid "Default"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:16
-msgid "Themes"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:17
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/layout.php:1
-msgid "Layout"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:18
-msgid "Templates"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:19
-msgid "Header"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:20
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:122
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/css.php:52
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:1
-msgid "Content"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:21
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/comments.php:1
-msgid "Comments"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:22
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/footer.php:1
-msgid "Footer"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:23
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:1
-msgid "Fonts"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:24
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:1
-msgid "Colors"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:25
-msgid "Design"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:26
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/css.php:1
-msgid "CSS"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:27
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:1
-msgid "Images"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:28
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:2
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:101
-msgid "Slideshow"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:29
-msgid "Save"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:30
-msgid "Clean"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:31
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/css.php:18
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:11
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/footer.php:6
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:2
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:110
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:111
-msgid "Help"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:72
-msgid "The quick brown fox jumps over the lazy dog"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:75
-msgid "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. 0123456789"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:79
-msgid "Google Web Fonts"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:80
-msgid "Google Web Fonts lets you browse all the fonts available via the Google Web Fonts API. All fonts in the directory are available for use on your website under an open source license and are served by Google servers."
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:81
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:100
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:111
-msgid "Font Weight"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:82
-msgid "Defines from thin to thick characters. 400 is the same as \"normal\", and 700 is the same as \"bold\""
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:85
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:101
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:112
-msgid "Text Decoration"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:87
-msgid "No capitalization. The text renders as it is. This is default"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:88
-msgid "Transforms the first character of each word to uppercase"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:89
-msgid "Transforms all characters to uppercase"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:90
-msgid "Transforms all characters to lowercase"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:95
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/css.php:36
-msgid "Title"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:106
-msgid "Description"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:116
-msgid "Headers"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:52
-msgid "Opacity"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:54
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:55
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/layout.php:195
-msgid "None"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:57
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:58
-msgid "Color"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:61
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:62
-msgid "Dark Low"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:64
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:65
-msgid "Dark"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:67
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:68
-msgid "Dark High"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:71
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:72
-msgid "Light Low"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:74
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:75
-msgid "Light"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:77
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:78
-msgid "Light High"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:83
-msgid "Elements Colors"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:86
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:89
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:92
-msgid "tags"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:95
-msgid "text"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:98
-msgid "text alternative"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:101
-msgid "background"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:104
-msgid "background alternative"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:107
-msgid "background for forms"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:110
-msgid "border"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:113
-msgid "border alternative"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:116
-msgid "opacity style color"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/css.php:9
-#, php-format
-msgid "<font color=\"red\"><b>Warning!</b></font>: File \"%s\" is not writable."
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/css.php:19
-#, php-format
-msgid "CSS is Cascading Style Sheets - read manual for beginners <a href=\"%1$s\">%1$s</a>"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/css.php:20
-msgid "CSS rules"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/css.php:35
-msgid "CSS example"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/css.php:44
-msgid "Header menu"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/css.php:48
-msgid "Sidebar"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/css.php:63
-msgid "Template"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:28
-msgid "Enable"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:34
-msgid "By default use images from posts with thumbnails"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:38
-msgid "Options"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:40
-msgid "By default slideshow is showing on homepage only"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:43
-msgid "Show on page"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:46
-msgid "Show on single post"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:49
-msgid "Show on archive"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:55
-msgid "Height"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:64
-msgid "Advanced options"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:65
-msgid "only for default slideshow"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:69
-msgid "Number of slides"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:73
-msgid "Autoplay"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:76
-msgid "Effect time (ms)"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:79
-msgid "Timeout between slides (ms)"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:84
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:85
-msgid "Position"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:86
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:87
-msgid "In Content"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:90
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:91
-msgid "Over Content"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:102
-msgid "use <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\" title=\"wordpress.org\">NextGEN-Gallery</a>"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:103
-msgid "required <a href=\"http://www.longtailvideo.com/players/jw-image-rotator/\" title=\"www.longtailvideo.com\">imagerotator.swf</a>"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:121
-msgid "You can use <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\">NextGEN-Gallery</a> plugin for build custom slideshow"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/layout.php:196
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/comments.php:37
-msgid "Left"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/layout.php:197
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/comments.php:38
-msgid "Right"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/layout.php:198
-msgid "Two"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/layout.php:199
-msgid "Two Left"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/layout.php:200
-msgid "Two Right"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/layout.php:350
-msgid "Width"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/layout.php:352
-msgid "Sidebar Width"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/layout.php:354
-msgid "Extrabar Width"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/layout.php:356
-msgid "Header Height"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:5
-msgid "Meta information"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:8
-msgid "Show post date"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:12
-msgid "Use this options to control what meta information is shown"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:19
-msgid "Link to author page"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:25
-msgid "List of categories"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:31
-msgid "List of tags"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:37
-msgid "Link to comments"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:43
-msgid "Sharing Icons"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:69
-msgid "Select which service you would like to use for sharing"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:75
-msgid "Content widgets place"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:76
-msgid "can configured with <a href=\"widgets.php\">widgets</a>, use \"After N Post\" sidebar"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:82
-msgid "Show widgets place"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:87
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:88
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:89
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:90
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:91
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:92
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:93
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:94
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:95
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:96
-#, php-format
-msgid "after %d post"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:103
-msgid "You can use short code [widgets] in your post, and can configured with <a href=\"widgets.php\">widgets</a> (use \"In Posts\" sidebar)"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:106
-msgid "Available <a href=\"http://code.google.com/p/wp-constructor/wiki/ConstructorShortcodes\" title=\"Constructor Short Codes\">short codes</a>:"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/comments.php:25
-msgid "Avatar size"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/comments.php:36
-msgid "Thumbnail position"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/footer.php:4
-msgid "Footer Text"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/footer.php:7
-msgid "Enter the text you want to appear in the Footer (or just enter a space if you don't want any Footer text)"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/footer.php:9
-msgid "And you can put your Google Analytics code here"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:5
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:34
-msgid "Body Image"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:6
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:42
-msgid "Background Image"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:7
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:50
-msgid "Header Wrapper Image"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:8
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:64
-msgid "Content Wrapper Image"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:9
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:92
-msgid "Footer Wrapper Image"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:10
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:57
-msgid "Header Image"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:11
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:71
-msgid "Content Image"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:12
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:99
-msgid "Footer Image"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:13
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:78
-msgid "Sidebar Image"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:25
-#, php-format
-msgid "<font color=\"red\"><b>Warning!</b></font>: Directory \"%s\" is not writable."
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:85
-msgid "Extrabar Image"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:111
-msgid "See helpful illustration!"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:132
-msgid "Preview image"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:132
-msgid "preview"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:133
-msgid "Remove image (only from theme)"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:133
-msgid "clear"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:153
-msgid "Fixed position"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:175
-msgid "Image Position"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:176
-msgid "Top Left"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:177
-msgid "Top Center"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:178
-msgid "Top Right"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:182
-msgid "Center Left"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:183
-msgid "Center Center"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:184
-msgid "Center Right"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:188
-msgid "Bottom Left"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:189
-msgid "Bottom Center"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:190
-msgid "Bottom Right"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:193
-msgid "Image Repeat"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:194
-msgid "No Repeat"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:195
-msgid "Repeat Horizontal"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:197
-msgid "Repeat Vertical"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:7
-msgid "Title position"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:29
-msgid "Hidden title"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:32
-msgid "hide title by CSS"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:38
-msgid "menu can configured with <a href=\"widgets.php\">widgets</a>, use \"header\" sidebar"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:44
-msgid "Show top menu"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:70
-msgid "stretch across the width"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:74
-msgid "You can use <a href=\"nav-menus.php\">navigation menu</a> with name \"Header Menu\""
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:78
-msgid "Disable pages"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:79
-msgid "Show first-level pages"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:80
-msgid "Show pages in drop-down menu"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:81
-msgid "Show pages in drop-down menu (2-levels)"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:82
-msgid "Show pages in drop-down menu (3-levels)"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:85
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:102
-msgid "Exclude:"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:87
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:104
-msgid "(IDs, coma separated)"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:92
-msgid "Group categories in one menu item"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:95
-msgid "Disable categories"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:96
-msgid "Show first-level categories"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:97
-msgid "Show categories in drop-down menu"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:98
-msgid "Show categories in drop-down menu (2-levels)"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:99
-msgid "Show categories in drop-down menu (3-levels)"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:106
-msgid "Custom title:"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:110
-msgid "Links"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:113
-msgid "Show link to home page"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:116
-msgid "Show link to RSS feed"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:118
-msgid "Tools"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:121
-msgid "Show search form"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/help.php:6
-msgid "Constructor Wordpress Theme"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/help.php:8
-msgid "Project Homepage"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/help.php:9
-msgid "Author Homepage"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/help.php:12
-msgid "Update Theme"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/help.php:13
-msgid ""
-"Before update &laquo;Constructor theme&raquo; you should be save all your changes and download your theme to computer,\n"
-"         because wordpress cleans theme folder before install new version"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/help.php:16
-msgid "Related Links"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/help.php:27
-msgid "Donate"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/help.php:29
-msgid "You can send your Name and Url for promote on <a href=\"http://donate.hohli.com/\">Donate page</a>"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/help.php:46
-msgid "Author works"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/clean.php:3
-msgid "Clean all changes"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/clean.php:5
-msgid "Clean Theme"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/save.php:1
-msgid "Save As"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/save.php:13
-msgid "Save Current Theme As ..."
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/save.php:24
-msgid "Theme Name"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/save.php:28
-msgid "Theme URI"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/save.php:36
-msgid "Version"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/save.php:40
-msgid "Author"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/save.php:44
-msgid "Author URI"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/save.php:49
-msgid "Save Theme"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/themes.php:86
-msgid "File \"style.css\" is not exists"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/themes.php:87
-msgid "Anonymous"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/themes.php:103
-msgid "version"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:17
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:42
-msgid "Homepage"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:19
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:44
-msgid "Post"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:21
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:46
-msgid "Page"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:23
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:48
-msgid "Search"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:25
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:50
-msgid "Date"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:27
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:52
-msgid "Category"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:29
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:54
-msgid "Tag"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:38
-msgid "Tile Template"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:39
-msgid "Optimized for container with width equals to 1024px"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/design.php:53
-msgid "Borders"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/design.php:61
-msgid "Border radius"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/design.php:69
-msgid "Features for modern browsers (not IE of course)"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/design.php:73
-msgid "Shadow"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/design.php:82
-msgid "Horizontal offset"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/design.php:85
-msgid "Vertical offset"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/design.php:88
-msgid "Blur"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Main.php:256
-msgid "Home"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Main.php:295
-msgid "Search..."
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Main.php:461
-#, php-format
-msgid "%1$s and %2$s."
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Main.php:461
-msgid "Entries (RSS)"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Main.php:461
-msgid "Comments (RSS)"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Main.php:465
-#, php-format
-msgid "%d queries. %s seconds."
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:53
-msgid "Please check permissions for next directories:"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:171
-#, php-format
-msgid "File \"%s\" is not a image (jpeg, png, gif, tiff)"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:178
-#, php-format
-msgid "File \"%s\" can't be move to \"/constructor/current/\" folder"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:326
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:330
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Ajax.php:48
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Ajax.php:51
-#, php-format
-msgid "Directory \"%s\" is not writable."
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:344
-#, php-format
-msgid "Can't copy file \"%s\" to \"%s\"."
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:365
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Ajax.php:63
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Ajax.php:85
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Ajax.php:89
-#, php-format
-msgid "Can't copy file \"%s\"."
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:398
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:403
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Ajax.php:128
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Ajax.php:133
-#, php-format
-msgid "Can't save file \"%s\"."
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:521
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:530
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:713
-msgid "Customize Theme"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:522
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:531
-msgid "Customize"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:553
-msgid "Standart Fonts"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:561
-msgid "Google Fonts"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:716
-msgid "If you like this theme and find it useful, help keep this theme free and actively developed by clicking the donate button (via PayPal or CC)"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:720
-msgid "Options saved."
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:729
-msgid "Some images can't be upload. Please check permissions"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:752
-msgid "Save Changes"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Ajax.php:136
-msgid "Theme was saved, please reload page for view changes"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Ajax.php:163
-msgid "Theme was cleaned"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Ajax.php:165
-#, php-format
-msgid "System can&#39;t remove folder &quot;%s&quot;"
-msgstr ""
-
diff --git a/wp-content/themes/constructor/lang/cs_CZ.mo b/wp-content/themes/constructor/lang/cs_CZ.mo
deleted file mode 100644
index 452b32dfcabcb72db6f87984e521dd5beeb22288..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/lang/cs_CZ.mo and /dev/null differ
diff --git a/wp-content/themes/constructor/lang/cs_CZ.po b/wp-content/themes/constructor/lang/cs_CZ.po
deleted file mode 100644
index 0794780160e64584f99aa37ef39c14dbaccdc673..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/lang/cs_CZ.po
+++ /dev/null
@@ -1,1409 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: Constructor v0.6.9\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: \n"
-"PO-Revision-Date: 2010-01-10 13:47+0000\n"
-"Last-Translator: Jirka Pech <jiri.pech@energyexpert.cz>\n"
-"Language-Team: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Poedit-Language: Czech\n"
-"X-Poedit-Country: CZECH REPUBLIC\n"
-"X-Poedit-SourceCharset: utf-8\n"
-"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
-"X-Poedit-Basepath: ../\n"
-"X-Poedit-Bookmarks: \n"
-"X-Poedit-SearchPath-0: .\n"
-"X-Textdomain-Support: yes"
-
-#: 404.php:13
-#@ constructor
-msgid "Error 404 - Not Found"
-msgstr "Chyba 404 - Nenazeleno"
-
-#: 404.php:16
-#@ constructor
-msgid "Sorry, but you are looking for something that isn&#8217;t here."
-msgstr "Omlouváme se, ale obsah, který hledáte, bohužel není momentálně dostupný."
-
-#: admin/ajax/save.php:29
-#: admin/ajax/save.php:32
-#, php-format
-#@ constructor
-msgid "Directory \"%s\" is not writable."
-msgstr "Do adresáře \"%s\" nelze zapisovat."
-
-#: admin/ajax/save.php:49
-#: admin/ajax/save.php:61
-#: admin/ajax/save.php:65
-#, php-format
-#@ constructor
-msgid "Can't copy file \"%s\"."
-msgstr "Soubor \"%s\" nelze zkopírovat."
-
-#: admin/ajax/save.php:97
-#: admin/ajax/save.php:101
-#, php-format
-#@ constructor
-msgid "Can't save file \"%s\"."
-msgstr "Nelze uložit soubor \"%s\"."
-
-#: admin/ajax/save.php:104
-#@ constructor
-msgid "Theme was saved, please reload page for view changes"
-msgstr "Téma bylo uloženo, obnovte stránku pro zobrazení změn"
-
-#: admin/settings/colors.php:1
-#@ constructor
-msgid "Colors"
-msgstr "Barvy"
-
-#: admin/settings/colors.php:62
-#@ constructor
-msgid "Opacity"
-msgstr "Neprůhlednost"
-
-#: admin/settings/colors.php:64
-#: admin/settings/colors.php:65
-#: admin/settings/sidebar.php:86
-#: admin/settings/sidebar.php:87
-#@ constructor
-msgid "None"
-msgstr "Žádný"
-
-#: admin/settings/colors.php:67
-#: admin/settings/colors.php:68
-#@ constructor
-msgid "Color"
-msgstr "Barva"
-
-#: admin/settings/colors.php:71
-#: admin/settings/colors.php:72
-#@ constructor
-msgid "Dark Low"
-msgstr "Dark Low"
-
-#: admin/settings/colors.php:74
-#: admin/settings/colors.php:75
-#@ constructor
-msgid "Dark"
-msgstr "Tmavý"
-
-#: admin/settings/colors.php:77
-#: admin/settings/colors.php:78
-#@ constructor
-msgid "Dark High"
-msgstr "Dark High"
-
-#: admin/settings/colors.php:81
-#: admin/settings/colors.php:82
-#@ constructor
-msgid "Light Low"
-msgstr "Light Low"
-
-#: admin/settings/colors.php:84
-#: admin/settings/colors.php:85
-#@ constructor
-msgid "Light"
-msgstr "Světlý"
-
-#: admin/settings/colors.php:87
-#: admin/settings/colors.php:88
-#@ constructor
-msgid "Light High"
-msgstr "Light High"
-
-#: admin/settings/colors.php:93
-#@ constructor
-msgid "Shadow"
-msgstr "Stín"
-
-#: admin/settings/colors.php:96
-#@ constructor
-msgid "Only for Safari and Chrome"
-msgstr "Pouze pro Safari a Chrome"
-
-#: admin/settings/colors.php:100
-#@ constructor
-msgid "Elements Colors"
-msgstr "Barvy elementů"
-
-#: admin/settings/colors.php:103
-#@ constructor
-msgid "background"
-msgstr "pozadí"
-
-#: admin/settings/colors.php:106
-#@ constructor
-msgid "background alternative"
-msgstr "alternativní pozadí"
-
-#: admin/settings/colors.php:109
-#@ constructor
-msgid "opacity style color"
-msgstr "styl barvy neprůhlednosti"
-
-#: admin/settings/colors.php:112
-#@ constructor
-msgid "text"
-msgstr "text"
-
-#: admin/settings/colors.php:115
-#@ constructor
-msgid "text alternative"
-msgstr "alternativní text"
-
-#: admin/settings/colors.php:118
-#@ constructor
-msgid "border"
-msgstr "ohraničení"
-
-#: admin/settings/colors.php:121
-#@ constructor
-msgid "border alternative"
-msgstr "alternativní ohraničení"
-
-#: admin/settings/colors.php:124
-#: admin/settings/colors.php:127
-#: admin/settings/colors.php:130
-#@ constructor
-msgid "tags"
-msgstr "nálepky"
-
-#: admin/settings/content.php:1
-#@ constructor
-msgid "Content"
-msgstr "Obsah"
-
-#: admin/settings/content.php:6
-#@ constructor
-msgid "Posts"
-msgstr "Příspěvky"
-
-#: admin/settings/content.php:9
-#@ constructor
-msgid "Show author link"
-msgstr "Zobrazit odkaz autora"
-
-#: admin/settings/content.php:13
-#@ constructor
-msgid "Thumbnails"
-msgstr "Miniatury"
-
-#: admin/settings/content.php:16
-#@ constructor
-msgid "Autogenerate thumbnails"
-msgstr "Autogenerace náhledů"
-
-#: admin/settings/content.php:24
-#: admin/settings/images.php:20
-#: admin/settings/save.php:20
-#, php-format
-#@ constructor
-msgid "<font color=\"red\"><b>Warning!</b></font>: Directory \"%s\" is not writable."
-msgstr "<font color=\"red\"><b>Varování!</b></font>: Do adresáře \"%s\" nelze zapisovat."
-
-#: admin/settings/content.php:28
-#@ constructor
-msgid "\"List\" layout options"
-msgstr "\"Seznam\" možnosti rozvržení"
-
-#: admin/settings/content.php:31
-#@ constructor
-msgid "Strip HTML tags from announce (leave only <code>&lt;p&gt;&lt;br&gt;&lt;a&gt;&lt;hr&gt;&lt;i&gt;&lt;em&gt;&lt;b&gt;&lt;strong&gt;&lt;ul&gt;&lt;ol&gt;&lt;li&gt;</code>)"
-msgstr "Odstranit HTML tagy z oznámení (nechat pouze <code>&lt;p&gt;&lt;br&gt;&lt;a&gt;&lt;hr&gt;&lt;i&gt;&lt;em&gt;&lt;b&gt;&lt;strong&gt;&lt;ul&gt;&lt;ol&gt;&lt;li&gt;</code>)"
-
-#: admin/settings/content.php:37
-#@ constructor
-msgid "Show \"No Image\" picture"
-msgstr "Zobrazit obrázek \"No Image\""
-
-#: admin/settings/content.php:42
-#@ constructor
-msgid "Thumbnail position"
-msgstr "Pozice náhledu"
-
-#: admin/settings/content.php:43
-#: admin/settings/header.php:25
-#: admin/settings/sidebar.php:76
-#: admin/settings/sidebar.php:77
-#@ constructor
-msgid "Left"
-msgstr "Vlevo"
-
-#: admin/settings/content.php:44
-#: admin/settings/header.php:27
-#: admin/settings/sidebar.php:79
-#: admin/settings/sidebar.php:80
-#@ constructor
-msgid "Right"
-msgstr "Vpravo"
-
-#: admin/settings/css.php:1
-#@ constructor
-msgid "CSS"
-msgstr "CSS"
-
-#: admin/settings/css.php:5
-#, php-format
-#@ constructor
-msgid "<font color=\"red\"><b>Warning!</b></font>: File \"%s\" is not writable."
-msgstr "<font color=\"red\"><b>Varování!</b></font>: Do souboru \"%s\" nelze zapsat."
-
-#: admin/settings/export.php:1
-#@ constructor
-msgid "Export"
-msgstr "Export"
-
-#: admin/settings/export.php:3
-#@ constructor
-msgid "Export Current Theme"
-msgstr "Exportovat aktuální téma"
-
-#: admin/settings/export.php:4
-#@ constructor
-msgid "Use this is options for export your changes"
-msgstr "Použití těchto možností pro export změn"
-
-#: admin/settings/export.php:4
-#@ constructor
-msgid "save changes before export"
-msgstr "uložit změny před exportem"
-
-#: admin/settings/export.php:7
-#@ constructor
-msgid "click here and save file"
-msgstr "klikněte zde a uložte soubor"
-
-#: admin/settings/export.php:13
-#, php-format
-#@ constructor
-msgid "For import theme - use your FTP access and create new folder in folder <code>%s/themes</code> and upload <code>config.php</code>"
-msgstr "Pro import tématu - použijte FTP přístup a vytvořte novou složku ve <code>%s/themes</code> a nahrajte <code>config.php</code>"
-
-#: admin/settings/export.php:18
-#@ constructor
-msgid "Create <code>style.css</code> with follow text (change text in UPPERCASE)"
-msgstr "Vytvořit <code>style.css</code> s následým textem (změňte text VELKÝMI PÍSMENY)"
-
-#: admin/settings/export.php:32
-#@ constructor
-msgid "Create <code>screenshot.png</code> with screen of your theme and resolution 300x225 and upload too (isn't requried)"
-msgstr "Vytvořit <code>screenshot.png</code> s obrazovkou vašeho tématu v rozlišení 300x225 a nahrát (není vyžadováno)"
-
-#: admin/settings/fonts.php:1
-#@ constructor
-msgid "Fonts"
-msgstr "Fonty"
-
-#: admin/settings/fonts.php:18
-#@ constructor
-msgid "Header Font"
-msgstr "Font nadpisu"
-
-#: admin/settings/fonts.php:24
-#: admin/settings/fonts.php:40
-#@ constructor
-msgid "The quick brown fox jumps over the lazy dog"
-msgstr "Příliš žluťoučký kůň úpěl ďábelské ódy"
-
-#: admin/settings/fonts.php:34
-#@ constructor
-msgid "Body Font"
-msgstr "Font těla"
-
-#: admin/settings/footer.php:1
-#@ constructor
-msgid "Footer"
-msgstr "Zápatí"
-
-#: admin/settings/footer.php:4
-#@ constructor
-msgid "Footer Text"
-msgstr "Text zápatí"
-
-#: admin/settings/header.php:1
-#@ constructor
-msgid "Header"
-msgstr "Hlavička"
-
-#: admin/settings/header.php:23
-#@ constructor
-msgid "Title position"
-msgstr "Pozice názvu"
-
-#: admin/settings/header.php:26
-#@ constructor
-msgid "Center"
-msgstr "Střed"
-
-#: admin/settings/header.php:32
-#@ constructor
-msgid "Title colors"
-msgstr "Barvy názvu"
-
-#: admin/settings/header.php:35
-#@ constructor
-msgid "title"
-msgstr "název"
-
-#: admin/settings/header.php:38
-#@ constructor
-msgid "description"
-msgstr "popis"
-
-#: admin/settings/header.php:44
-#@ constructor
-msgid "Header height"
-msgstr "Výška hlavičky"
-
-#: admin/settings/header.php:54
-#@ constructor
-msgid "Header menu"
-msgstr "Menu hlavičky"
-
-#: admin/settings/header.php:55
-#@ constructor
-msgid "menu can configured with <a href=\"widgets.php\">widgets</a>, use \"header\" sidebar"
-msgstr "menu má konfiguraci s <a href=\"widgets.php\">widgety</a>, použijte \"header\" sidebar"
-
-#: admin/settings/header.php:61
-#@ constructor
-msgid "Show top menu"
-msgstr "Zobrazit horní menu"
-
-#: admin/settings/header.php:64
-#: functions.php:313
-#: page.php:24
-#: sidebar.php:18
-#: single.php:25
-#: template-monocolumn.php:24
-#: template-parent.php:24
-#: template-sitemap.php:22
-#: widgets/many-in-one.php:50
-#@ constructor
-msgid "Pages"
-msgstr "Stránky"
-
-#: admin/settings/header.php:66
-#@ constructor
-msgid "Disable pages"
-msgstr "Zakázat stránky"
-
-#: admin/settings/header.php:67
-#@ constructor
-msgid "Show first-level pages"
-msgstr "Zobrazit stránky první úrovně"
-
-#: admin/settings/header.php:68
-#@ constructor
-msgid "Show pages in drop-down menu"
-msgstr "Zobrazit stránky ve vysouvacím menu"
-
-#: admin/settings/header.php:69
-#@ constructor
-msgid "Show pages in drop-down menu (2-levels)"
-msgstr "Zobrazit stránky ve vysouvacím menu (2 úrovně)"
-
-#: admin/settings/header.php:71
-#: functions.php:265
-#: sidebar.php:20
-#: template-sitemap.php:27
-#: widgets/many-in-one.php:55
-#@ constructor
-msgid "Categories"
-msgstr "Kategorie"
-
-#: admin/settings/header.php:74
-#@ constructor
-msgid "Group categories in one menu item"
-msgstr "Sdružit kategorie v jedné položce menu"
-
-#: admin/settings/header.php:77
-#@ constructor
-msgid "Disable categories"
-msgstr "Zakázat kategorie"
-
-#: admin/settings/header.php:78
-#@ constructor
-msgid "Show first-level categories"
-msgstr "Zobrazit kategorie první úrovně"
-
-#: admin/settings/header.php:79
-#@ constructor
-msgid "Show categories in drop-down menu"
-msgstr "Zobrazit kategorie ve vysouvacím menu"
-
-#: admin/settings/header.php:80
-#@ constructor
-msgid "Show categories in drop-down menu (2-levels)"
-msgstr "Zobrazit kategorie ve vysouvacím menu (2 úrovně)"
-
-#: admin/settings/header.php:83
-#@ constructor
-msgid "Links"
-msgstr "Odkazy"
-
-#: admin/settings/header.php:86
-#@ constructor
-msgid "Show link to home page"
-msgstr "Ukázat odkaz na úvodní stránku"
-
-#: admin/settings/header.php:89
-#@ constructor
-msgid "Show link to RSS feed"
-msgstr "Ukázat odkaz na RSS feed"
-
-#: admin/settings/header.php:91
-#@ constructor
-msgid "Tools"
-msgstr "Nástroje"
-
-#: admin/settings/header.php:94
-#@ constructor
-msgid "Show search form"
-msgstr "Zobrazit vyhledávací formulář"
-
-#: admin/settings/help.php:1
-#@ constructor
-msgid "Help"
-msgstr "Nápověda"
-
-#: admin/settings/help.php:6
-#@ constructor
-msgid "Constructor Wordpress Theme"
-msgstr "Wordpress téma Constructor"
-
-#: admin/settings/help.php:8
-#@ constructor
-msgid "Project Homepage"
-msgstr "Domovská stránka projektu"
-
-#: admin/settings/help.php:9
-#@ constructor
-msgid "Author Homepage"
-msgstr "Domovská stránka autora"
-
-#: admin/settings/help.php:12
-#@ constructor
-msgid "Tile layout"
-msgstr "Umístění názvu"
-
-#: admin/settings/help.php:14
-#@ constructor
-msgid "For \"tile\" layout using images from custom fields with key <code>thumb</code> (or use autogenerate option on content tab)"
-msgstr "Pro umístění \"názvu\" s obrázky z vlastních polí s klíčem <code>thumb</code> (nebo použijte možnosti autogenerace na kartě obsahu)"
-
-#: admin/settings/help.php:17
-#@ constructor
-msgid "List layout"
-msgstr "Umístění seznamu"
-
-#: admin/settings/help.php:19
-#@ constructor
-msgid "For \"list\" layout using images from custom fields with key <code>thumb-list</code> (or use autogenerate option on content tab)"
-msgstr "Pro umístění \"seznamu\" s obrázky z vlastních polí s klíčem <code>thumb-list</code> (nebo použijte možnosti autogenerace na kartě obsahu)"
-
-#: admin/settings/help.php:22
-#: admin/settings/slideshow.php:2
-#: admin/settings/slideshow.php:88
-#@ constructor
-msgid "Slideshow"
-msgstr "Slideshow"
-
-#: admin/settings/help.php:24
-#@ constructor
-msgid "For slideshow using images from custom fields with key <code>thumb-slideshow</code> (by default, your can change it on slideshow tab)"
-msgstr "Pro umístění slideshow s obrázky z vlastních polí s klíčem <code>thumb-slideshow</code> (standardně lze změnit na záložce slideshow)"
-
-#: admin/settings/help.php:28
-#@ constructor
-msgid "Related Links"
-msgstr "Související odkazy"
-
-#: admin/settings/help.php:38
-#@ constructor
-msgid "Donate"
-msgstr "Dotovat"
-
-#: admin/settings/help.php:55
-#@ constructor
-msgid "Author works"
-msgstr "Práce autora"
-
-#: admin/settings/images.php:1
-#@ constructor
-msgid "Images"
-msgstr "Obrázky"
-
-#: admin/settings/images.php:24
-#@ constructor
-msgid "Body Image"
-msgstr "Obrázek těla"
-
-#: admin/settings/images.php:29
-#: admin/settings/images.php:75
-#: admin/settings/images.php:122
-#: admin/settings/images.php:162
-#: admin/settings/images.php:202
-#: admin/settings/images.php:242
-#@ constructor
-msgid "Preview image"
-msgstr "Nahlédnout obrázek"
-
-#: admin/settings/images.php:29
-#: admin/settings/images.php:75
-#: admin/settings/images.php:122
-#: admin/settings/images.php:162
-#: admin/settings/images.php:202
-#: admin/settings/images.php:242
-#@ constructor
-msgid "preview"
-msgstr "náhled"
-
-#: admin/settings/images.php:30
-#: admin/settings/images.php:76
-#: admin/settings/images.php:123
-#: admin/settings/images.php:163
-#: admin/settings/images.php:203
-#: admin/settings/images.php:243
-#@ constructor
-msgid "Remove image (only from theme)"
-msgstr "Odstranit obrázek (pouze z tématu)"
-
-#: admin/settings/images.php:30
-#: admin/settings/images.php:76
-#: admin/settings/images.php:123
-#: admin/settings/images.php:163
-#: admin/settings/images.php:203
-#: admin/settings/images.php:243
-#@ constructor
-msgid "clear"
-msgstr "smazat"
-
-#: admin/settings/images.php:37
-#: admin/settings/images.php:83
-#@ constructor
-msgid "Fixed position"
-msgstr "Pevná pozice"
-
-#: admin/settings/images.php:42
-#: admin/settings/images.php:88
-#: admin/settings/images.php:129
-#: admin/settings/images.php:169
-#: admin/settings/images.php:209
-#: admin/settings/images.php:249
-#@ constructor
-msgid "Image Position"
-msgstr "Pozice obrázku"
-
-#: admin/settings/images.php:43
-#: admin/settings/images.php:89
-#: admin/settings/images.php:130
-#: admin/settings/images.php:170
-#: admin/settings/images.php:210
-#: admin/settings/images.php:250
-#@ constructor
-msgid "Top Left"
-msgstr "Vlevo nahoře"
-
-#: admin/settings/images.php:44
-#: admin/settings/images.php:90
-#: admin/settings/images.php:131
-#: admin/settings/images.php:171
-#: admin/settings/images.php:211
-#: admin/settings/images.php:251
-#@ constructor
-msgid "Top Center"
-msgstr "Ve středu nahoře"
-
-#: admin/settings/images.php:45
-#: admin/settings/images.php:91
-#: admin/settings/images.php:132
-#: admin/settings/images.php:172
-#: admin/settings/images.php:212
-#: admin/settings/images.php:252
-#@ constructor
-msgid "Top Right"
-msgstr "Vpravo nahoře"
-
-#: admin/settings/images.php:49
-#: admin/settings/images.php:95
-#: admin/settings/images.php:136
-#: admin/settings/images.php:176
-#: admin/settings/images.php:216
-#: admin/settings/images.php:256
-#@ constructor
-msgid "Center Left"
-msgstr "Ve středu vlevo"
-
-#: admin/settings/images.php:50
-#: admin/settings/images.php:96
-#: admin/settings/images.php:137
-#: admin/settings/images.php:177
-#: admin/settings/images.php:217
-#: admin/settings/images.php:257
-#@ constructor
-msgid "Center Center"
-msgstr "Střed Střed"
-
-#: admin/settings/images.php:51
-#: admin/settings/images.php:97
-#: admin/settings/images.php:138
-#: admin/settings/images.php:178
-#: admin/settings/images.php:218
-#: admin/settings/images.php:258
-#@ constructor
-msgid "Center Right"
-msgstr "Ve středu vpravo"
-
-#: admin/settings/images.php:55
-#: admin/settings/images.php:101
-#: admin/settings/images.php:142
-#: admin/settings/images.php:182
-#: admin/settings/images.php:222
-#: admin/settings/images.php:262
-#@ constructor
-msgid "Bottom Left"
-msgstr "Vespod vlevo"
-
-#: admin/settings/images.php:56
-#: admin/settings/images.php:102
-#: admin/settings/images.php:143
-#: admin/settings/images.php:183
-#: admin/settings/images.php:223
-#: admin/settings/images.php:263
-#@ constructor
-msgid "Bottom Center"
-msgstr "Vespod na středu"
-
-#: admin/settings/images.php:57
-#: admin/settings/images.php:103
-#: admin/settings/images.php:144
-#: admin/settings/images.php:184
-#: admin/settings/images.php:224
-#: admin/settings/images.php:264
-#@ constructor
-msgid "Bottom Right"
-msgstr "Vespod vpravo"
-
-#: admin/settings/images.php:60
-#: admin/settings/images.php:106
-#: admin/settings/images.php:148
-#: admin/settings/images.php:188
-#: admin/settings/images.php:228
-#: admin/settings/images.php:267
-#@ constructor
-msgid "Image Repeat"
-msgstr "Opakování obrázku"
-
-#: admin/settings/images.php:61
-#: admin/settings/images.php:107
-#: admin/settings/images.php:149
-#: admin/settings/images.php:189
-#: admin/settings/images.php:229
-#: admin/settings/images.php:268
-#@ constructor
-msgid "No Repeat"
-msgstr "Žádné opakování"
-
-#: admin/settings/images.php:62
-#: admin/settings/images.php:108
-#: admin/settings/images.php:150
-#: admin/settings/images.php:190
-#: admin/settings/images.php:230
-#: admin/settings/images.php:269
-#@ constructor
-msgid "Repeat Horizontal"
-msgstr "Opakovat horizontálně"
-
-#: admin/settings/images.php:64
-#: admin/settings/images.php:110
-#: admin/settings/images.php:152
-#: admin/settings/images.php:192
-#: admin/settings/images.php:232
-#: admin/settings/images.php:271
-#@ constructor
-msgid "Repeat Vertical"
-msgstr "Opakovat vertikálně"
-
-#: admin/settings/images.php:65
-#: admin/settings/images.php:111
-#: admin/settings/images.php:153
-#: admin/settings/images.php:193
-#: admin/settings/images.php:233
-#: admin/settings/images.php:272
-#: admin/settings/layout.php:15
-#: admin/settings/layout.php:16
-#: admin/settings/layout.php:29
-#: admin/settings/layout.php:30
-#: admin/settings/layout.php:43
-#: admin/settings/layout.php:44
-#: admin/settings/layout.php:57
-#: admin/settings/layout.php:58
-#@ constructor
-msgid "Tile"
-msgstr "Název"
-
-#: admin/settings/images.php:70
-#@ constructor
-msgid "Background Image"
-msgstr "Obrázek na pozadí"
-
-#: admin/settings/images.php:117
-#@ constructor
-msgid "Content Image"
-msgstr "Obrázek obsahu"
-
-#: admin/settings/images.php:157
-#@ constructor
-msgid "Sidebar Image"
-msgstr "Obrázek postranního panelu"
-
-#: admin/settings/images.php:197
-#@ constructor
-msgid "Extrabar Image"
-msgstr "Obrázek extra panelu"
-
-#: admin/settings/images.php:237
-#@ constructor
-msgid "Footer Image"
-msgstr "Obrázek patičky"
-
-#: admin/settings/layout.php:1
-#@ constructor
-msgid "Layout"
-msgstr "Rozložení"
-
-#: admin/settings/layout.php:10
-#@ constructor
-msgid "Homepage"
-msgstr "Domovská stránka"
-
-#: admin/settings/layout.php:12
-#: admin/settings/layout.php:13
-#: admin/settings/layout.php:26
-#: admin/settings/layout.php:27
-#: admin/settings/layout.php:40
-#: admin/settings/layout.php:41
-#: admin/settings/layout.php:54
-#: admin/settings/layout.php:55
-#: admin/settings/slideshow.php:92
-#: admin/settings/slideshow.php:93
-#@ constructor
-msgid "Default"
-msgstr "Výchozí"
-
-#: admin/settings/layout.php:18
-#: admin/settings/layout.php:19
-#: admin/settings/layout.php:32
-#: admin/settings/layout.php:33
-#: admin/settings/layout.php:46
-#: admin/settings/layout.php:47
-#: admin/settings/layout.php:60
-#: admin/settings/layout.php:61
-#@ constructor
-msgid "List"
-msgstr "Seznam"
-
-#: admin/settings/layout.php:24
-#@ constructor
-msgid "Archive"
-msgstr "Archiv"
-
-#: admin/settings/layout.php:38
-#@ constructor
-msgid "Search"
-msgstr "Hledat"
-
-#: admin/settings/layout.php:52
-#@ constructor
-msgid "Index"
-msgstr "Index"
-
-#: admin/settings/save.php:1
-#@ constructor
-msgid "Save As"
-msgstr "Uložit jako"
-
-#: admin/settings/save.php:13
-#@ constructor
-msgid "Save Current Theme As ..."
-msgstr "Uložit aktuální téma jako ..."
-
-#: admin/settings/save.php:24
-#@ constructor
-msgid "Theme Name"
-msgstr "Název tématu"
-
-#: admin/settings/save.php:28
-#@ constructor
-msgid "Theme URI"
-msgstr "URI tématu"
-
-#: admin/settings/save.php:32
-#@ constructor
-msgid "Description"
-msgstr "Popis"
-
-#: admin/settings/save.php:36
-#@ constructor
-msgid "Version"
-msgstr "Verze"
-
-#: admin/settings/save.php:40
-#@ constructor
-msgid "Author"
-msgstr "Autor"
-
-#: admin/settings/save.php:44
-#@ constructor
-msgid "Author URI"
-msgstr "URI autora"
-
-#: admin/settings/save.php:49
-#@ constructor
-msgid "Save Theme"
-msgstr "Uložit téma"
-
-#: admin/settings/sidebar.php:1
-#: admin/settings/sidebar.php:74
-#@ constructor
-msgid "Sidebar"
-msgstr "Postranní panel"
-
-#: admin/settings/sidebar.php:47
-#@ constructor
-msgid "Width"
-msgstr "Šířka"
-
-#: admin/settings/sidebar.php:50
-#@ constructor
-msgid "Container Width"
-msgstr "Šířka kontejneru"
-
-#: admin/settings/sidebar.php:59
-#@ constructor
-msgid "Sidebar Width"
-msgstr "Šířka postranního panelu"
-
-#: admin/settings/sidebar.php:68
-#@ constructor
-msgid "Extra Bar Width"
-msgstr "Šířka extra panelu"
-
-#: admin/settings/sidebar.php:83
-#: admin/settings/sidebar.php:84
-#@ constructor
-msgid "Two"
-msgstr "Dva"
-
-#: admin/settings/sidebar.php:90
-#: admin/settings/sidebar.php:91
-#@ constructor
-msgid "Two Right"
-msgstr "Dva vpravo"
-
-#: admin/settings/sidebar.php:93
-#: admin/settings/sidebar.php:94
-#@ constructor
-msgid "Two Left"
-msgstr "Dva vlevo"
-
-#: admin/settings/slideshow.php:28
-#@ constructor
-msgid "Enable slideshow"
-msgstr "Povolit slideshow"
-
-#: admin/settings/slideshow.php:34
-#@ constructor
-msgid "By default use images from posts with custom field <code>thumb-slideshow</code>"
-msgstr "Jako výchozí používat obrázky z příspěvků s uživatelským polem <code>thumb-slideshow</code>"
-
-#: admin/settings/slideshow.php:38
-#@ constructor
-msgid "Options"
-msgstr "Možnosti"
-
-#: admin/settings/slideshow.php:41
-#@ constructor
-msgid "Show on page"
-msgstr "Zobrazit na stránce"
-
-#: admin/settings/slideshow.php:44
-#@ constructor
-msgid "Show on single post"
-msgstr "Zobrazit u příspěvku"
-
-#: admin/settings/slideshow.php:50
-#@ constructor
-msgid "Height"
-msgstr "Výška"
-
-#: admin/settings/slideshow.php:59
-#@ constructor
-msgid "Advanced options"
-msgstr "Pokročilé volby"
-
-#: admin/settings/slideshow.php:60
-#@ constructor
-msgid "only for default slideshow"
-msgstr "pouze pro výchozí slideshow"
-
-#: admin/settings/slideshow.php:64
-#@ constructor
-msgid "Number of slides"
-msgstr "Počet snímků"
-
-#: admin/settings/slideshow.php:67
-#@ constructor
-msgid "Key of custom field"
-msgstr "Klíč uživatelského pole"
-
-#: admin/settings/slideshow.php:71
-#@ constructor
-msgid "Position"
-msgstr "Umístění"
-
-#: admin/settings/slideshow.php:73
-#: admin/settings/slideshow.php:74
-#@ constructor
-msgid "In Content"
-msgstr "V obsahu"
-
-#: admin/settings/slideshow.php:77
-#: admin/settings/slideshow.php:78
-#@ constructor
-msgid "Over Content"
-msgstr "Přes obsah"
-
-#: admin/settings/slideshow.php:89
-#@ constructor
-msgid "use <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\">NextGEN-Gallery</a>"
-msgstr "použít <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\">NextGEN-Gallery</a>"
-
-#: admin/settings/slideshow.php:107
-#@ constructor
-msgid "You can use <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\">NextGEN-Gallery</a> plugin for build custom slideshow"
-msgstr "Můžete použít <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\">NextGEN-Gallery</a> plugin pro vybudování slideshow"
-
-#: admin/settings/themes.php:1
-#@ constructor
-msgid "Themes"
-msgstr "Témata"
-
-#: admin/settings/themes.php:42
-#@ constructor
-msgid "File \"style.css\" is not exists"
-msgstr "Soubor \"style.css\" neexistuje"
-
-#: admin/settings/themes.php:43
-#@ constructor
-msgid "Anonymous"
-msgstr "Anonym"
-
-#: admin/settings/themes.php:55
-#@ constructor
-msgid "version"
-msgstr "verze"
-
-#: admin/settings.php:71
-#, php-format
-#@ constructor
-msgid "System can't create \"%s\" directory"
-msgstr "Systém nemůže vytvořit adresář \"%s\""
-
-#: admin/settings.php:86
-#, php-format
-#@ constructor
-msgid "File \"%s\" is not a image (jpeg, png, gif)"
-msgstr "Soubor \"%s\" není obrázek (jpeg, png, gif)"
-
-#: admin/settings.php:175
-#: admin/settings.php:230
-#@ constructor
-msgid "Customize Theme"
-msgstr "Přizpůsobit téma"
-
-#: admin/settings.php:175
-#@ constructor
-msgid "Customize"
-msgstr "Přizpůsobit"
-
-#: admin/settings.php:233
-msgid "If you like this theme and find it useful, help keep this theme free and actively developed by clicking the donate button (via PayPal or CC)"
-msgstr ""
-
-#: admin/settings.php:237
-msgid "Options saved."
-msgstr ""
-
-#: admin/settings.php:242
-#@ constructor
-msgid "Errors"
-msgstr "Chyby"
-
-#: admin/settings.php:269
-#@ constructor
-msgid "Save Changes"
-msgstr "Uložit změny"
-
-#: author.php:22
-#@ constructor
-msgid "Author RSS Feed"
-msgstr "RSS kanál autora"
-
-#: author.php:22
-#: functions.php:283
-#@ constructor
-msgid "RSS Feed"
-msgstr "RSS kanál"
-
-#: author.php:28
-#: author.php:32
-#, php-format
-#@ constructor
-msgid "%1$s %2$s"
-msgstr "%1$s %2$s"
-
-#: author.php:31
-#@ constructor
-msgid "Full Name"
-msgstr "Celé jméno"
-
-#: author.php:35
-#@ constructor
-msgid "Nickname"
-msgstr "Přezdívka"
-
-#: author.php:40
-#: comments.php:74
-#@ constructor
-msgid "Website"
-msgstr "Webová stránka"
-
-#: author.php:41
-#@ constructor
-msgid "Visit author website"
-msgstr "Navštivte internetové stránky autora"
-
-#: author.php:45
-#@ constructor
-msgid "ICQ"
-msgstr "ICQ"
-
-#: author.php:50
-#@ constructor
-msgid "AIM"
-msgstr "AIM"
-
-#: author.php:55
-#@ constructor
-msgid "Yahoo IM"
-msgstr "Yahoo IM"
-
-#: author.php:60
-#@ constructor
-msgid "MSN"
-msgstr "MSN"
-
-#: author.php:65
-#@ constructor
-msgid "About Me"
-msgstr "O mé osobě"
-
-#: author.php:74
-#, php-format
-#@ constructor
-msgid "Last posts by %s"
-msgstr "Poslední příspěvky %s"
-
-#: author.php:83
-#: layout-default.php:17
-#: layout-list.php:18
-#: layout-tile.php:17
-#: page.php:20
-#: single.php:21
-#: template-archive.php:49
-#: template-authors.php:17
-#: template-monocolumn.php:19
-#: template-parent.php:17
-#: template-sitemap.php:17
-#, php-format
-#@ constructor
-msgid "Permanent Link to %s"
-msgstr "Trvalý odkaz na %s"
-
-#: author.php:87
-#@ constructor
-msgid "No posts by this author."
-msgstr "Žádné příspěvky od tohoto autora."
-
-#: author.php:96
-#: layout-default.php:36
-#: layout-list.php:33
-#: layout-tile.php:31
-#@ constructor
-msgid "Newer Entries &raquo;"
-msgstr "Novější příspěvky &raquo;"
-
-#: author.php:97
-#: layout-default.php:35
-#: layout-list.php:32
-#: layout-tile.php:30
-#@ constructor
-msgid "&laquo; Older Entries"
-msgstr "&laquo; Starší příspěvky"
-
-#: comments.php:12
-#@ constructor
-msgid "This post is password protected. Enter the password to view comments."
-msgstr "Tento příspěvek je chráněný heslem. Zadejte heslo pro zobrazení komentářů."
-
-#: comments.php:21
-#@ constructor
-msgid "No Responses"
-msgstr "Žádné reakce"
-
-#: comments.php:21
-#@ constructor
-msgid "One Response"
-msgstr "Jedna reakce"
-
-#: comments.php:21
-#@ constructor
-msgid "% Responses"
-msgstr "Reakce (%)"
-
-#: comments.php:21
-#, php-format
-#@ constructor
-msgid "to &#8220;%s&#8221;"
-msgstr "do &#8220;%s&#8221;"
-
-#: comments.php:39
-#@ constructor
-msgid "Comments are closed."
-msgstr "Komentáře jsou uzavřeny."
-
-#: comments.php:49
-#@ constructor
-msgid "Leave a Reply"
-msgstr "Reagovat"
-
-#: comments.php:49
-#, php-format
-#@ constructor
-msgid "Leave a Reply for %s"
-msgstr "Reagovat na %s"
-
-#: comments.php:56
-#, php-format
-#@ constructor
-msgid "You must be <a href=\"%s\">logged in</a> to post a comment."
-msgstr "Pro uložení komentáře se musíte <a href=\"%s\">přihlásit</a>."
-
-#: comments.php:63
-#, php-format
-#@ constructor
-msgid "Logged in as <a href=\"%1$s\">%2$s</a>."
-msgstr "Přihlášen <a href=\"%1$s\">%2$s</a>."
-
-#: comments.php:63
-#@ constructor
-msgid "Log out of this account"
-msgstr "Odhlásit se z tohoto účtu"
-
-#: comments.php:63
-#@ constructor
-msgid "Log out &raquo;"
-msgstr "Odhlásit &raquo;"
-
-#: comments.php:68
-#@ constructor
-msgid "Name"
-msgstr "Jméno"
-
-#: comments.php:68
-#: comments.php:71
-#@ constructor
-msgid "(required)"
-msgstr "(povinné)"
-
-#: comments.php:71
-#@ constructor
-msgid "Mail (will not be published)"
-msgstr "E-mail (nebude zveřejněn)"
-
-#: comments.php:78
-#, php-format
-#@ constructor
-msgid "<strong>XHTML:</strong> You can use these tags: <code>%s</code>"
-msgstr "<strong>XHTML:</strong> Můžete použít tyto značky: <code>%s</code>"
-
-#: comments.php:82
-#@ constructor
-msgid "Submit Comment"
-msgstr "Odeslat komentář"
-
-#: functions.php:251
-#@ constructor
-msgid "Home"
-msgstr "Domů"
-
-#: functions.php:349
-#: functions.php:351
-#: functions.php:360
-#: page.php:23
-#: single.php:24
-#: slideshow.php:26
-#: template-archive.php:52
-#: template-authors.php:21
-#: template-monocolumn.php:23
-#: template-parent.php:20
-#: template-sitemap.php:21
-#@ constructor
-msgid "Read the rest of this entry &raquo;"
-msgstr "Číst dále &raquo;"
-
-#: functions.php:377
-#, php-format
-#@ constructor
-msgid "%1$s is proudly powered by %2$s"
-msgstr "%1$s je provozován na %2$s"
-
-#: functions.php:378
-#@ constructor
-msgid "Constructor Theme"
-msgstr "Constructor Theme"
-
-#: functions.php:379
-#, php-format
-#@ constructor
-msgid "%1$s and %2$s."
-msgstr "%1$s a %2$s."
-
-#: functions.php:379
-#@ constructor
-msgid "Entries (RSS)"
-msgstr "Příspěvky (RSS)"
-
-#: functions.php:379
-#@ constructor
-msgid "Comments (RSS)"
-msgstr "Komentáře (RSS)"
-
-#: functions.php:383
-#, php-format
-#@ constructor
-msgid "%d queries. %s seconds."
-msgstr "%d dotazů. %s sekund."
-
-#: functions.php:410
-#: functions.php:421
-#@ constructor
-msgid "No Image"
-msgstr "Žádný obrázek"
-
-#: layout-default.php:26
-#: page.php:32
-#: sidebar.php:22
-#: single.php:31
-#: template-monocolumn.php:32
-#: template-parent.php:32
-#@ constructor
-msgid "Tags"
-msgstr "Nálepky"
-
-#: layout-default.php:27
-#: page.php:33
-#: single.php:32
-#: template-archive.php:86
-#: template-authors.php:31
-#: template-monocolumn.php:33
-#: template-parent.php:33
-#: template-sitemap.php:55
-#@ constructor
-msgid "Edit"
-msgstr "Upravit"
-
-#: layout-default.php:28
-#: page.php:34
-#: single.php:33
-#: template-monocolumn.php:34
-#: template-parent.php:34
-#@ constructor
-msgid "No Comments &#187;"
-msgstr "Žádné reakce &#187;"
-
-#: layout-default.php:28
-#: page.php:34
-#: single.php:33
-#: template-monocolumn.php:34
-#: template-parent.php:34
-#@ constructor
-msgid "1 Comment &#187;"
-msgstr "Jedna reakce &#187;"
-
-#: layout-default.php:28
-#: page.php:34
-#: single.php:33
-#: template-monocolumn.php:34
-#: template-parent.php:34
-#@ constructor
-msgid "% Comments &#187;"
-msgstr "Reakce (%) &#187;"
-
-#: layout-default.php:28
-#: page.php:34
-#: single.php:33
-#: template-monocolumn.php:34
-#: template-parent.php:34
-#@ constructor
-msgid "Comments Closed"
-msgstr "Komentáře uzavřeny"
-
-#: page.php:29
-#: template-archive.php:84
-#: template-authors.php:29
-#: template-monocolumn.php:29
-#: template-parent.php:29
-#: template-sitemap.php:53
-#@ constructor
-msgid "Back to Parent Page"
-msgstr "Zpět na nadřízenou stránku"
-
-#: sidebar.php:27
-#@ constructor
-msgid "Meta"
-msgstr "Meta"
-
-#: template-archive.php:30
-#, php-format
-#@ constructor
-msgid "%b"
-msgstr "%b"
-
-#: template-archive.php:31
-#, php-format
-#@ constructor
-msgid "%B"
-msgstr "%B"
-
-#: template-sitemap.php:32
-#@ constructor
-msgid "Archives"
-msgstr "Archiv"
-
-#: widgets/many-in-one.php:23
-msgid "Global categories"
-msgstr ""
-
-#: widgets/many-in-one.php:24
-#@ constructor
-msgid "Many In One"
-msgstr "Mnoho v jednom"
-
diff --git a/wp-content/themes/constructor/lang/da_DK.mo b/wp-content/themes/constructor/lang/da_DK.mo
deleted file mode 100644
index 631cbc66ab51a3238ed326011b636dad550b9f95..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/lang/da_DK.mo and /dev/null differ
diff --git a/wp-content/themes/constructor/lang/da_DK.po b/wp-content/themes/constructor/lang/da_DK.po
deleted file mode 100644
index 584b246d6097dff588e32dab948c0c6cad5075d9..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/lang/da_DK.po
+++ /dev/null
@@ -1,832 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: Constructor 0.5.1\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-08-08 12:53+0100\n"
-"PO-Revision-Date: \n"
-"Last-Translator: Team Blogos <wordpress@blogos.dk>\n"
-"Language-Team: Team Blogos <wordpress@blogos.dk>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2;plural=n != 1;\n"
-"X-Poedit-Language: Danish\n"
-"X-Poedit-Country: DENMARK\n"
-"X-Poedit-SourceCharset: utf-8\n"
-"X-Poedit-KeywordsList: __;_c;_e;__ngettext:1,2;__ngettext_noop:1,2;_n:1,2;_nc:1,2;_n_noop:1,2\n"
-"X-Poedit-Basepath: d:\\wordpress\\themes\\translated\\constructor\n"
-"X-Poedit-SearchPath-0: d:\\wordpress\\themes\\translated\\constructor\n"
-
-#: d:\wordpress\themes\translated\constructor/404.php:13
-msgid "Error 404 - Not Found"
-msgstr "Fejl 404 - Ikke fundet"
-
-#: d:\wordpress\themes\translated\constructor/404.php:16
-msgid "Sorry, but you are looking for something that isn&#8217;t here."
-msgstr "Beklager, men du leder efter noget, der ikke findes her."
-
-#: d:\wordpress\themes\translated\constructor/author.php:22
-msgid "Author RSS Feed"
-msgstr "Forfatterens RSS-feed"
-
-#: d:\wordpress\themes\translated\constructor/author.php:22
-#: d:\wordpress\themes\translated\constructor/functions.php:219
-msgid "RSS Feed"
-msgstr "RSS-feed"
-
-#: d:\wordpress\themes\translated\constructor/author.php:28
-#: d:\wordpress\themes\translated\constructor/author.php:32
-#, php-format
-msgid "%1$s %2$s"
-msgstr "%1$s %2$s"
-
-#: d:\wordpress\themes\translated\constructor/author.php:31
-msgid "Full Name"
-msgstr "Fulde navn"
-
-#: d:\wordpress\themes\translated\constructor/author.php:35
-msgid "Nickname"
-msgstr "Kaldenavn"
-
-#: d:\wordpress\themes\translated\constructor/author.php:40
-#: d:\wordpress\themes\translated\constructor/comments.php:74
-msgid "Website"
-msgstr "Hjemmeside"
-
-#: d:\wordpress\themes\translated\constructor/author.php:41
-msgid "Visit author website"
-msgstr "Besøg forfatterens website"
-
-#: d:\wordpress\themes\translated\constructor/author.php:45
-msgid "ICQ"
-msgstr "ICQ"
-
-#: d:\wordpress\themes\translated\constructor/author.php:50
-msgid "AIM"
-msgstr "AIM"
-
-#: d:\wordpress\themes\translated\constructor/author.php:55
-msgid "Yahoo IM"
-msgstr "Yahoo IM"
-
-#: d:\wordpress\themes\translated\constructor/author.php:60
-msgid "MSN"
-msgstr "MSN"
-
-#: d:\wordpress\themes\translated\constructor/author.php:65
-msgid "About Me"
-msgstr "Om mig"
-
-#: d:\wordpress\themes\translated\constructor/author.php:70
-#, php-format
-msgid "Last posts by %s"
-msgstr "Nyeste indlæg af %s"
-
-#: d:\wordpress\themes\translated\constructor/author.php:77
-#: d:\wordpress\themes\translated\constructor/layout-default.php:17
-#: d:\wordpress\themes\translated\constructor/layout-list.php:18
-#: d:\wordpress\themes\translated\constructor/layout-tile.php:17
-#: d:\wordpress\themes\translated\constructor/page.php:20
-#, php-format
-msgid "Permanent Link to %s"
-msgstr "Permanent link til %s"
-
-#: d:\wordpress\themes\translated\constructor/author.php:78
-#: d:\wordpress\themes\translated\constructor/layout-default.php:24
-#: d:\wordpress\themes\translated\constructor/layout-list.php:19
-#: d:\wordpress\themes\translated\constructor/layout-tile.php:23
-#: d:\wordpress\themes\translated\constructor/page.php:31
-msgid "F jS, Y"
-msgstr "j. F Y"
-
-#: d:\wordpress\themes\translated\constructor/author.php:81
-msgid "No posts by this author."
-msgstr "Ingen indlæg af denne forfatter."
-
-#: d:\wordpress\themes\translated\constructor/author.php:90
-#: d:\wordpress\themes\translated\constructor/layout-default.php:36
-#: d:\wordpress\themes\translated\constructor/layout-list.php:38
-#: d:\wordpress\themes\translated\constructor/layout-tile.php:31
-msgid "Newer Entries &raquo;"
-msgstr "Nyere indlæg &raquo;"
-
-#: d:\wordpress\themes\translated\constructor/author.php:91
-#: d:\wordpress\themes\translated\constructor/layout-default.php:35
-#: d:\wordpress\themes\translated\constructor/layout-list.php:37
-#: d:\wordpress\themes\translated\constructor/layout-tile.php:30
-msgid "&laquo; Older Entries"
-msgstr "&laquo; Ældre indlæg"
-
-#: d:\wordpress\themes\translated\constructor/comments.php:12
-msgid "This post is password protected. Enter the password to view comments."
-msgstr "Dette indlæg er kodeordsbeskyttet. Indtast kodeordet for at se kommentarer."
-
-#: d:\wordpress\themes\translated\constructor/comments.php:21
-msgid "No Responses"
-msgstr "Ingen reaktioner"
-
-#: d:\wordpress\themes\translated\constructor/comments.php:21
-msgid "One Response"
-msgstr "&Eacute;n reaktion"
-
-#: d:\wordpress\themes\translated\constructor/comments.php:21
-msgid "% Responses"
-msgstr "% reaktioner"
-
-#: d:\wordpress\themes\translated\constructor/comments.php:21
-#, php-format
-msgid "to &#8220;%s&#8221;"
-msgstr "til &#8220;%s&#8221;"
-
-#: d:\wordpress\themes\translated\constructor/comments.php:39
-msgid "Comments are closed."
-msgstr "Der er lukket for kommentarer."
-
-#: d:\wordpress\themes\translated\constructor/comments.php:49
-msgid "Leave a Reply"
-msgstr "Læg et svar"
-
-#: d:\wordpress\themes\translated\constructor/comments.php:49
-#, php-format
-msgid "Leave a Reply for %s"
-msgstr "Læg et svar til %s"
-
-#: d:\wordpress\themes\translated\constructor/comments.php:56
-#, php-format
-msgid "You must be <a href=\"%s\">logged in</a> to post a comment."
-msgstr "Du skal være <a href=\"%s\">logget ind</a> for at indsende en kommentar."
-
-#: d:\wordpress\themes\translated\constructor/comments.php:63
-#, php-format
-msgid "Logged in as <a href=\"%1$s\">%2$s</a>."
-msgstr "Logget ind som <a href=\"%1$s\">%2$s</a>."
-
-#: d:\wordpress\themes\translated\constructor/comments.php:63
-msgid "Log out of this account"
-msgstr "Log ud af denne konto"
-
-#: d:\wordpress\themes\translated\constructor/comments.php:63
-msgid "Log out &raquo;"
-msgstr "Log ud &raquo;"
-
-#: d:\wordpress\themes\translated\constructor/comments.php:68
-msgid "Name"
-msgstr "Navn"
-
-#: d:\wordpress\themes\translated\constructor/comments.php:68
-#: d:\wordpress\themes\translated\constructor/comments.php:71
-msgid "(required)"
-msgstr "(skal udfyldes)"
-
-#: d:\wordpress\themes\translated\constructor/comments.php:71
-msgid "Mail (will not be published)"
-msgstr "E-mail (vil ikke blive offentliggjort)"
-
-#: d:\wordpress\themes\translated\constructor/comments.php:78
-#, php-format
-msgid "<strong>XHTML:</strong> You can use these tags: <code>%s</code>"
-msgstr "<strong>XHTML:</strong> Du må bruge disse tags: <code>%s</code>"
-
-#: d:\wordpress\themes\translated\constructor/comments.php:82
-msgid "Submit Comment"
-msgstr "Indsend kommentar"
-
-#: d:\wordpress\themes\translated\constructor/functions.php:217
-msgid "Home"
-msgstr "Forside"
-
-#: d:\wordpress\themes\translated\constructor/functions.php:248
-#: d:\wordpress\themes\translated\constructor/page.php:24
-#: d:\wordpress\themes\translated\constructor/sidebar.php:18
-msgid "Pages"
-msgstr "Sider"
-
-#: d:\wordpress\themes\translated\constructor/functions.php:282
-#, php-format
-msgid "%1$s is proudly powered by %2$s"
-msgstr "%1$s kører stolt på %2$s"
-
-#: d:\wordpress\themes\translated\constructor/functions.php:283
-msgid "Constructor Theme"
-msgstr "Temaet Constructor"
-
-#: d:\wordpress\themes\translated\constructor/functions.php:284
-#, php-format
-msgid "%1$s and %2$s."
-msgstr "%1$s og %2$s."
-
-#: d:\wordpress\themes\translated\constructor/functions.php:284
-msgid "Entries (RSS)"
-msgstr "Indlæg (RSS)"
-
-#: d:\wordpress\themes\translated\constructor/functions.php:284
-msgid "Comments (RSS)"
-msgstr "Kommentarer (RSS)"
-
-#: d:\wordpress\themes\translated\constructor/functions.php:288
-#, php-format
-msgid "%d queries. %s seconds."
-msgstr "%d forespørgsler. %s sekunder."
-
-#: d:\wordpress\themes\translated\constructor/functions.php:306
-msgid "No Image"
-msgstr "Intet billede"
-
-#: d:\wordpress\themes\translated\constructor/layout-default.php:20
-#: d:\wordpress\themes\translated\constructor/layout-list.php:25
-#: d:\wordpress\themes\translated\constructor/page.php:23
-msgid "Read the rest of this entry &raquo;"
-msgstr "Læs resten af dette indlæg &raquo;"
-
-#: d:\wordpress\themes\translated\constructor/layout-default.php:26
-#: d:\wordpress\themes\translated\constructor/page.php:32
-#: d:\wordpress\themes\translated\constructor/sidebar.php:22
-msgid "Tags"
-msgstr "Tags"
-
-#: d:\wordpress\themes\translated\constructor/layout-default.php:27
-#: d:\wordpress\themes\translated\constructor/page.php:33
-msgid "Edit"
-msgstr "Redigér"
-
-#: d:\wordpress\themes\translated\constructor/layout-default.php:28
-#: d:\wordpress\themes\translated\constructor/page.php:34
-msgid "No Comments &#187;"
-msgstr "Ingen kommentarer &#187;"
-
-#: d:\wordpress\themes\translated\constructor/layout-default.php:28
-#: d:\wordpress\themes\translated\constructor/page.php:34
-msgid "1 Comment &#187;"
-msgstr "&Eacute;n kommentar &#187;"
-
-#: d:\wordpress\themes\translated\constructor/layout-default.php:28
-#: d:\wordpress\themes\translated\constructor/page.php:34
-msgid "% Comments &#187;"
-msgstr "% kommentarer &#187;"
-
-#: d:\wordpress\themes\translated\constructor/layout-default.php:28
-#: d:\wordpress\themes\translated\constructor/page.php:34
-msgid "Comments Closed"
-msgstr "Der er lukket for kommentarer"
-
-#: d:\wordpress\themes\translated\constructor/page.php:29
-msgid "Back to Parent Page"
-msgstr "Tilbage til forælder-side"
-
-#: d:\wordpress\themes\translated\constructor/sidebar.php:20
-msgid "Categories"
-msgstr "Kategorier"
-
-#: d:\wordpress\themes\translated\constructor/sidebar.php:27
-msgid "Meta"
-msgstr "Meta"
-
-#: d:\wordpress\themes\translated\constructor/template-archive.php:30
-#, php-format
-msgid "%b"
-msgstr "%b"
-
-#: d:\wordpress\themes\translated\constructor/template-archive.php:31
-msgid "%B"
-msgstr "%B"
-
-#: d:\wordpress\themes\translated\constructor/template-sitemap.php:32
-msgid "Archives"
-msgstr "Arkiver"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings.php:64
-#, php-format
-msgid "File \"%s\" is not a image (jpeg, png, gif)"
-msgstr "Filen \"%s\" er ikke et billede (jpeg, png, gif)"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings.php:125
-#: d:\wordpress\themes\translated\constructor/admin/settings.php:162
-msgid "Customize Theme"
-msgstr "Tilpas temaet"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings.php:125
-msgid "Customize"
-msgstr "Tilpas"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings.php:163
-msgid "Options saved."
-msgstr "Indstillingerne gemt"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings.php:167
-msgid "Errors"
-msgstr "Fejl"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings.php:194
-msgid "Save Changes"
-msgstr "Gem ændringer"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/colors.php:1
-msgid "Colors"
-msgstr "Farver"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/colors.php:62
-msgid "Opacity"
-msgstr "Gennemsigtighed"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/colors.php:64
-#: d:\wordpress\themes\translated\constructor/admin/settings/colors.php:65
-msgid "None"
-msgstr "Ingen"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/colors.php:67
-#: d:\wordpress\themes\translated\constructor/admin/settings/colors.php:68
-msgid "Color"
-msgstr "Farve"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/colors.php:70
-#: d:\wordpress\themes\translated\constructor/admin/settings/colors.php:71
-msgid "Dark"
-msgstr "Mørk"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/colors.php:73
-#: d:\wordpress\themes\translated\constructor/admin/settings/colors.php:74
-msgid "Light"
-msgstr "Lys"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/colors.php:79
-msgid "Shadow"
-msgstr "Skygge"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/colors.php:82
-msgid "Only for Safari and Chrome"
-msgstr "Kun vedr. Safari og Chrome"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/colors.php:86
-msgid "Elements Colors"
-msgstr "Element-farver"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/colors.php:89
-msgid "background"
-msgstr "Baggrund"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/colors.php:92
-msgid "background alternative"
-msgstr "Baggrund, alternativ"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/colors.php:95
-msgid "opacity style color"
-msgstr "Farve for uigennemsigtighed-style"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/colors.php:98
-msgid "text"
-msgstr "tekst"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/colors.php:101
-msgid "text alternative"
-msgstr "Tekst, alterantive"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/colors.php:104
-msgid "border"
-msgstr "ramme"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/colors.php:107
-msgid "border alternative"
-msgstr "ramme, alternativ"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/colors.php:110
-#: d:\wordpress\themes\translated\constructor/admin/settings/colors.php:113
-#: d:\wordpress\themes\translated\constructor/admin/settings/colors.php:116
-msgid "tags"
-msgstr "tags"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/content.php:1
-msgid "Content"
-msgstr "Indhold"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/content.php:4
-msgid "Posts"
-msgstr "Indlæg"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/content.php:7
-msgid "Show author link"
-msgstr "Vis forfatterlink."
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/css.php:1
-msgid "CSS"
-msgstr "CSS"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/css.php:5
-#, php-format
-msgid "<font color=\"red\"><b>Warning!</b></font>: File \"%s\" is not writable."
-msgstr "<font color=\"red\"><b>Advarsel!</b></font>: Filen \"%s\" er ikke skrivbar."
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/export.php:1
-msgid "Export"
-msgstr "Eksport"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/export.php:2
-msgid "Export Current Theme"
-msgstr "Eksportér aktuelt tema"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/export.php:3
-msgid "Use this is options for export your changes"
-msgstr "Brug denne funktion, hvis du vil have mulighed for at eksportere dine ændringer"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/export.php:3
-msgid "save changes before export"
-msgstr "gem ændringer før eksport"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/export.php:6
-msgid "click here and save file"
-msgstr "klik her og gem fil"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/export.php:12
-#, php-format
-msgid "For import theme - use your FTP access and create new folder in folder <code>%s/themes</code> and upload <code>config.php</code>"
-msgstr "For import af tema &ndash; brug din FTP-adgang og opret ny mappe i mappen <code>%s/themes</code> og opload <code>config.php</code>"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/fonts.php:1
-msgid "Fonts"
-msgstr "Skrifttyper"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/fonts.php:6
-msgid "Header Font"
-msgstr "Header-skrifttype"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/fonts.php:13
-#: d:\wordpress\themes\translated\constructor/admin/settings/fonts.php:25
-msgid "The quick brown fox jumps over the lazy dog"
-msgstr "Quizdeltagerne spiste jordbær med fløde, mens cirkusklovnen Walther spillede på xylofon"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/fonts.php:18
-msgid "Body Font"
-msgstr "Body-skrifttype"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/footer.php:1
-msgid "Footer"
-msgstr "Footer"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/footer.php:4
-msgid "Footer Text"
-msgstr "Tekst i footer"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/header.php:1
-msgid "Header"
-msgstr "Header"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/header.php:5
-msgid "Title position"
-msgstr "Placering af titel"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/header.php:7
-#: d:\wordpress\themes\translated\constructor/admin/settings/sidebar.php:7
-#: d:\wordpress\themes\translated\constructor/admin/settings/sidebar.php:8
-msgid "Left"
-msgstr "Venstre"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/header.php:8
-msgid "Center"
-msgstr "Centreret"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/header.php:9
-#: d:\wordpress\themes\translated\constructor/admin/settings/sidebar.php:10
-#: d:\wordpress\themes\translated\constructor/admin/settings/sidebar.php:11
-msgid "Right"
-msgstr "Højre"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/header.php:14
-msgid "Title colors"
-msgstr "Titelfarver"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/header.php:17
-msgid "title"
-msgstr "Titel"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/header.php:20
-msgid "description"
-msgstr "Beskrivelse"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/header.php:25
-msgid "Header menu"
-msgstr "Header-menu."
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/header.php:28
-msgid "Don't show menu"
-msgstr "Vis ikke menu"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/header.php:31
-msgid "Show first-level pages"
-msgstr "Vis kun hovedsider"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/header.php:34
-msgid "Show pages in drop-down menu"
-msgstr "Vis sider i dropdown-menuen"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/header.php:37
-msgid "Show pages in drop-down menu (2-levels)"
-msgstr "Vis sider i dropdown-menuen (i 2 niveauer)"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/header.php:40
-msgid "Show link to home page"
-msgstr "Vis link til forside"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/header.php:43
-msgid "Show link to RSS feed"
-msgstr "Vis link til RSS-feed"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/images.php:1
-msgid "Images"
-msgstr "Billeder"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/images.php:14
-#, php-format
-msgid "<font color=\"red\"><b>Warning!</b></font>: Directory \"%s\" is not writable."
-msgstr "<font color=\"red\"><b>Advarsel!</b></font>: Mappen \"%s\" er ikke skrivbar."
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/images.php:18
-msgid "Body Image"
-msgstr "Billede til 'body'"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/images.php:23
-#: d:\wordpress\themes\translated\constructor/admin/settings/images.php:75
-#: d:\wordpress\themes\translated\constructor/admin/settings/images.php:107
-#: d:\wordpress\themes\translated\constructor/admin/settings/images.php:117
-#: d:\wordpress\themes\translated\constructor/admin/settings/images.php:148
-#: d:\wordpress\themes\translated\constructor/admin/settings/images.php:179
-msgid "preview"
-msgstr "Preview"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/images.php:29
-msgid "Image Repeat"
-msgstr "Gentagelse af billeder"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/images.php:30
-#: d:\wordpress\themes\translated\constructor/admin/settings/images.php:31
-msgid "No Repeat"
-msgstr "Ingen gentagelser"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/images.php:34
-#: d:\wordpress\themes\translated\constructor/admin/settings/images.php:35
-msgid "Repeat Horizontal"
-msgstr "Gentag horisontalt"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/images.php:38
-#: d:\wordpress\themes\translated\constructor/admin/settings/images.php:39
-msgid "Repeat Vertical"
-msgstr "Gentag vertikalt"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/images.php:43
-#: d:\wordpress\themes\translated\constructor/admin/settings/images.php:44
-#: d:\wordpress\themes\translated\constructor/admin/settings/layout.php:83
-#: d:\wordpress\themes\translated\constructor/admin/settings/layout.php:84
-#: d:\wordpress\themes\translated\constructor/admin/settings/layout.php:97
-#: d:\wordpress\themes\translated\constructor/admin/settings/layout.php:98
-#: d:\wordpress\themes\translated\constructor/admin/settings/layout.php:111
-#: d:\wordpress\themes\translated\constructor/admin/settings/layout.php:112
-#: d:\wordpress\themes\translated\constructor/admin/settings/layout.php:125
-#: d:\wordpress\themes\translated\constructor/admin/settings/layout.php:126
-msgid "Tile"
-msgstr "Som fliser"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/images.php:50
-#: d:\wordpress\themes\translated\constructor/admin/settings/images.php:81
-#: d:\wordpress\themes\translated\constructor/admin/settings/images.php:123
-#: d:\wordpress\themes\translated\constructor/admin/settings/images.php:154
-#: d:\wordpress\themes\translated\constructor/admin/settings/images.php:185
-msgid "Image Position"
-msgstr "Billedplacering"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/images.php:51
-#: d:\wordpress\themes\translated\constructor/admin/settings/images.php:82
-#: d:\wordpress\themes\translated\constructor/admin/settings/images.php:124
-#: d:\wordpress\themes\translated\constructor/admin/settings/images.php:155
-#: d:\wordpress\themes\translated\constructor/admin/settings/images.php:186
-msgid "Top Left"
-msgstr "Foroven til venstre"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/images.php:52
-#: d:\wordpress\themes\translated\constructor/admin/settings/images.php:83
-#: d:\wordpress\themes\translated\constructor/admin/settings/images.php:125
-#: d:\wordpress\themes\translated\constructor/admin/settings/images.php:156
-#: d:\wordpress\themes\translated\constructor/admin/settings/images.php:187
-msgid "Top Center"
-msgstr "Foroven i midten"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/images.php:53
-#: d:\wordpress\themes\translated\constructor/admin/settings/images.php:84
-#: d:\wordpress\themes\translated\constructor/admin/settings/images.php:126
-#: d:\wordpress\themes\translated\constructor/admin/settings/images.php:157
-#: d:\wordpress\themes\translated\constructor/admin/settings/images.php:188
-msgid "Top Right"
-msgstr "Foroven til højre"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/images.php:57
-#: d:\wordpress\themes\translated\constructor/admin/settings/images.php:88
-#: d:\wordpress\themes\translated\constructor/admin/settings/images.php:130
-#: d:\wordpress\themes\translated\constructor/admin/settings/images.php:161
-#: d:\wordpress\themes\translated\constructor/admin/settings/images.php:192
-msgid "Center Left"
-msgstr "I midten til venstre"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/images.php:58
-#: d:\wordpress\themes\translated\constructor/admin/settings/images.php:89
-#: d:\wordpress\themes\translated\constructor/admin/settings/images.php:131
-#: d:\wordpress\themes\translated\constructor/admin/settings/images.php:162
-#: d:\wordpress\themes\translated\constructor/admin/settings/images.php:193
-msgid "Center Center"
-msgstr "Centreret på begge akser"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/images.php:59
-#: d:\wordpress\themes\translated\constructor/admin/settings/images.php:90
-#: d:\wordpress\themes\translated\constructor/admin/settings/images.php:132
-#: d:\wordpress\themes\translated\constructor/admin/settings/images.php:163
-#: d:\wordpress\themes\translated\constructor/admin/settings/images.php:194
-msgid "Center Right"
-msgstr "I midten til højre"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/images.php:63
-#: d:\wordpress\themes\translated\constructor/admin/settings/images.php:94
-#: d:\wordpress\themes\translated\constructor/admin/settings/images.php:136
-#: d:\wordpress\themes\translated\constructor/admin/settings/images.php:167
-#: d:\wordpress\themes\translated\constructor/admin/settings/images.php:198
-msgid "Bottom Left"
-msgstr "I bunden til venstre"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/images.php:64
-#: d:\wordpress\themes\translated\constructor/admin/settings/images.php:95
-#: d:\wordpress\themes\translated\constructor/admin/settings/images.php:137
-#: d:\wordpress\themes\translated\constructor/admin/settings/images.php:168
-#: d:\wordpress\themes\translated\constructor/admin/settings/images.php:199
-msgid "Bottom Center"
-msgstr "I bunden midtfor"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/images.php:65
-#: d:\wordpress\themes\translated\constructor/admin/settings/images.php:96
-#: d:\wordpress\themes\translated\constructor/admin/settings/images.php:138
-#: d:\wordpress\themes\translated\constructor/admin/settings/images.php:169
-#: d:\wordpress\themes\translated\constructor/admin/settings/images.php:200
-msgid "Bottom Right"
-msgstr "I bunden til højre"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/images.php:70
-msgid "Background Image"
-msgstr "Baggrundsbillede"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/images.php:102
-msgid "Content Image"
-msgstr "Indhold-billede"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/images.php:102
-msgid "repeat by Y and w/out opacity"
-msgstr "Gentag for hver Y og uden uigennemsigtighed"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/images.php:112
-msgid "Sidebar Image"
-msgstr "Billede i sidepanel"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/images.php:143
-msgid "Extrabar Image"
-msgstr "Bilede til Extrabar"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/images.php:174
-msgid "Footer Image"
-msgstr "Footer-billede"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/layout.php:1
-msgid "Layout"
-msgstr "Layout"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/layout.php:50
-#: d:\wordpress\themes\translated\constructor/admin/settings/slideshow.php:32
-msgid "Options"
-msgstr "Indstillinger"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/layout.php:53
-msgid "Container Width"
-msgstr "Container-bredde"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/layout.php:62
-msgid "Sidebar Width"
-msgstr "Bredde på sidepanel"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/layout.php:71
-msgid "Extra Bar Width"
-msgstr "Bredde på Extrabar"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/layout.php:78
-msgid "Homepage"
-msgstr "Forside"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/layout.php:80
-#: d:\wordpress\themes\translated\constructor/admin/settings/layout.php:81
-#: d:\wordpress\themes\translated\constructor/admin/settings/layout.php:94
-#: d:\wordpress\themes\translated\constructor/admin/settings/layout.php:95
-#: d:\wordpress\themes\translated\constructor/admin/settings/layout.php:108
-#: d:\wordpress\themes\translated\constructor/admin/settings/layout.php:109
-#: d:\wordpress\themes\translated\constructor/admin/settings/layout.php:122
-#: d:\wordpress\themes\translated\constructor/admin/settings/layout.php:123
-msgid "Default"
-msgstr "Standard"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/layout.php:86
-#: d:\wordpress\themes\translated\constructor/admin/settings/layout.php:87
-#: d:\wordpress\themes\translated\constructor/admin/settings/layout.php:100
-#: d:\wordpress\themes\translated\constructor/admin/settings/layout.php:101
-#: d:\wordpress\themes\translated\constructor/admin/settings/layout.php:114
-#: d:\wordpress\themes\translated\constructor/admin/settings/layout.php:115
-#: d:\wordpress\themes\translated\constructor/admin/settings/layout.php:128
-#: d:\wordpress\themes\translated\constructor/admin/settings/layout.php:129
-msgid "List"
-msgstr "Liste"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/layout.php:92
-msgid "Archive"
-msgstr "Arkiv"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/layout.php:106
-msgid "Search"
-msgstr "Søg"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/layout.php:120
-msgid "Index"
-msgstr "Index-side"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/sidebar.php:1
-#: d:\wordpress\themes\translated\constructor/admin/settings/sidebar.php:5
-msgid "Sidebar"
-msgstr "Sidepanel"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/sidebar.php:14
-#: d:\wordpress\themes\translated\constructor/admin/settings/sidebar.php:15
-msgid "Two"
-msgstr "To"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/sidebar.php:21
-#: d:\wordpress\themes\translated\constructor/admin/settings/sidebar.php:22
-msgid "Two Right"
-msgstr "To, højre"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/sidebar.php:24
-#: d:\wordpress\themes\translated\constructor/admin/settings/sidebar.php:25
-msgid "Two Left"
-msgstr "To, venstre"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/slideshow.php:2
-#: d:\wordpress\themes\translated\constructor/admin/settings/slideshow.php:67
-msgid "Slideshow"
-msgstr "Diasshow"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/slideshow.php:26
-msgid "Enable slideshow"
-msgstr "Aktivér diasshow"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/slideshow.php:28
-msgid "by default use images from posts on current page"
-msgstr "Brug som standard billeder fra indlæggene på aktuelle side"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/slideshow.php:35
-msgid "Show on page"
-msgstr "Vis på side"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/slideshow.php:38
-msgid "Show on single post"
-msgstr "Vis på enkelt-indlæg."
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/slideshow.php:43
-#: d:\wordpress\themes\translated\constructor/admin/settings/slideshow.php:44
-msgid "In Content"
-msgstr "I indhold"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/slideshow.php:47
-#: d:\wordpress\themes\translated\constructor/admin/settings/slideshow.php:48
-msgid "Over Content"
-msgstr "Over indhold"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/slideshow.php:55
-msgid "Height"
-msgstr "Højde"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/slideshow.php:67
-msgid "use <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\">NextGEN-Gallery</a>"
-msgstr "Brug <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\">NextGEN-Gallery</a>"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/slideshow.php:69
-#: d:\wordpress\themes\translated\constructor/admin/settings/slideshow.php:70
-msgid "Disable"
-msgstr "Deaktivér"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/slideshow.php:84
-msgid "You can use <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\">NextGEN-Gallery</a> plugin for build custom slideshow"
-msgstr "Du kan bruge <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\">NextGEN-Gallery</a>-pluginnet til at lave dine egne diasshows"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/themes.php:1
-msgid "Themes"
-msgstr "Temaer"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/themes.php:42
-msgid "File \"style.css\" is not exists"
-msgstr "Filen \"style.css\" eksisterer ikke"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/themes.php:43
-msgid "Anonymous"
-msgstr "Anonym"
-
-#: d:\wordpress\themes\translated\constructor/admin/settings/themes.php:55
-msgid "version"
-msgstr "Version"
-
diff --git a/wp-content/themes/constructor/lang/de_DE.mo b/wp-content/themes/constructor/lang/de_DE.mo
deleted file mode 100644
index 5f2e040bc06cbb14095c4d07d147029595921ee3..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/lang/de_DE.mo and /dev/null differ
diff --git a/wp-content/themes/constructor/lang/de_DE.po b/wp-content/themes/constructor/lang/de_DE.po
deleted file mode 100644
index 221f41b1c41731319a4867d1625272acc1d1d589..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/lang/de_DE.po
+++ /dev/null
@@ -1,1389 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: Constructor 0.5.1\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-07-14 12:36+0200\n"
-"PO-Revision-Date: \n"
-"Last-Translator: \n"
-"Language-Team: Team Blogos <wordpress@blogos.dk>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2;plural=n != 1;\n"
-"X-Poedit-Language: Danish\n"
-"X-Poedit-Country: DENMARK\n"
-"X-Poedit-SourceCharset: utf-8\n"
-"X-Poedit-KeywordsList: __;_c;_e;__ngettext:1,2;__ngettext_noop:1,2;_n:1,2;_nc:1,2;_n_noop:1,2\n"
-"X-Poedit-Basepath: d:\\wordpress\\themes\\translated\\constructor\n"
-"X-Poedit-SearchPath-0: d:\\wordpress\\themes\\translated\\constructor\n"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/sidebar.php:28
-#: W:/www/wordpress3/wp-content/themes/constructor/template-monocolumn.php:22
-msgid "Pages"
-msgstr "Seiten"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/sidebar.php:30
-msgid "Categories"
-msgstr "Kategorien"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/sidebar.php:32
-#: W:/www/wordpress3/wp-content/themes/constructor/template-monocolumn.php:29
-msgid "Tags"
-msgstr "Tags"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/sidebar.php:37
-msgid "Meta"
-msgstr "Meta"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/navigation.php:16
-msgid "<span>&laquo;</span> Older Entries"
-msgstr "<span>&laquo;</span> Ältere Einträge"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/navigation.php:17
-msgid "Newer Entries <span>&raquo;</span>"
-msgstr "Letzte Beiträge &raquo;"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/template-authors.php:16
-#: W:/www/wordpress3/wp-content/themes/constructor/template-monocolumn.php:18
-#, php-format
-msgid "Permanent Link to %s"
-msgstr "Permalink zu %s"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/template-authors.php:19
-#: W:/www/wordpress3/wp-content/themes/constructor/template-monocolumn.php:21
-msgid "Read the rest of this entry &raquo;"
-msgstr "Den Rest des Beitrags lesen &raquo;"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/template-authors.php:26
-#: W:/www/wordpress3/wp-content/themes/constructor/template-monocolumn.php:26
-msgid "Back to Parent Page"
-msgstr "Eine Ebene zurück"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/template-authors.php:28
-#: W:/www/wordpress3/wp-content/themes/constructor/template-monocolumn.php:30
-msgid "Edit"
-msgstr "Bearbeiten"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/slideshow.php:50
-msgid "Read more &raquo;"
-msgstr "weiter lesen &raquo;"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/template-monocolumn.php:31
-msgid "No Comments &#187;"
-msgstr "Keine Kommentare &#187;"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/template-monocolumn.php:31
-msgid "1 Comment &#187;"
-msgstr "1 Kommentar &#187;"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/template-monocolumn.php:31
-msgid "% Comments &#187;"
-msgstr "% Kommentare &#187;"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/template-monocolumn.php:31
-msgid "Comments Closed"
-msgstr "Kommentarbereich geschlossen"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/comments.php:10
-msgid "This post is password protected. Enter the password to view comments."
-msgstr "Dieser Beitrag ist geschützt. Passwort eingeben, um die Kommentare zu sehen."
-
-#: W:/www/wordpress3/wp-content/themes/constructor/comments.php:18
-msgid "No Responses"
-msgstr "Keine Kommentare"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/comments.php:18
-msgid "One Response"
-msgstr "Ein Kommentar"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/comments.php:18
-msgid "% Responses"
-msgstr "% Kommentare"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/comments.php:18
-#, php-format
-msgid "to &#8220;%s&#8221;"
-msgstr "bis &#8220;%s&#8221;"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/comments.php:31
-msgid "Comments are closed."
-msgstr "Kommentarbereich geschlossen."
-
-#: W:/www/wordpress3/wp-content/themes/constructor/social.php:14
-msgid "Twitter"
-msgstr "Twitter"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/social.php:17
-msgid "Facebook"
-msgstr "Facebook"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/social.php:20
-msgid "Del.icio.us"
-msgstr "Del.icio.us"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/social.php:23
-#, fuzzy
-msgid "Reddit"
-msgstr "Bearbeiten"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/social.php:26
-msgid "VKontakte"
-msgstr "VKontakte"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/social.php:29
-msgid "Digg"
-msgstr "Digg"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/social.php:32
-msgid "Mixx"
-msgstr "Mixx"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/social.php:35
-msgid "StumbleUpon"
-msgstr "StumbleUpon"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/social.php:38
-msgid "Google"
-msgstr "Google"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/social.php:41
-msgid "Memori"
-msgstr "Memori"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/template-archive.php:30
-#, php-format
-msgid "%b"
-msgstr "%b"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/template-archive.php:31
-msgid "%B"
-msgstr "%B"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/404.php:11
-msgid "Error 404 - Not Found"
-msgstr "Fehler 404 - nicht gefunden"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/404.php:12
-msgid "Sorry, but you are looking for something that isn&#8217;t here."
-msgstr "Sorry, das Gesuchte ist nicht zu finden."
-
-#: W:/www/wordpress3/wp-content/themes/constructor/functions.php:111
-msgid "Header Menu"
-msgstr "Header Menü"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/functions.php:298
-msgid "No Image"
-msgstr "Kein Bild"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:22
-msgid "Author RSS Feed"
-msgstr "RSS-Feed des Autors"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:22
-msgid "RSS Feed"
-msgstr "RSS-Feed"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:27
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:33
-#, php-format
-msgid "%1$s %2$s"
-msgstr "%1$s %2$s"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:32
-msgid "Full Name"
-msgstr "Ganzer Name"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:37
-msgid "Nickname"
-msgstr "Alias"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:42
-msgid "Website"
-msgstr "Website"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:43
-msgid "Visit author website"
-msgstr "Zur Website gehen"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:47
-msgid "ICQ"
-msgstr "ICQ"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:52
-msgid "AIM"
-msgstr "AIM"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:57
-msgid "Yahoo IM"
-msgstr "Yahoo IM"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:62
-msgid "MSN"
-msgstr "MSN"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:67
-msgid "About Me"
-msgstr "Über mich"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:75
-#, php-format
-msgid "Latest posts by %s"
-msgstr "Letzte Beiträge von %s"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:88
-msgid "No posts by this author."
-msgstr "Keine Beiträge dieses Autors."
-
-#: W:/www/wordpress3/wp-content/themes/constructor/template-sitemap.php:31
-msgid "Archives"
-msgstr "Archiv"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/themes/example/config.php:49
-#, php-format
-msgid "%1$s is proudly powered by %2$s"
-msgstr "%1$s präsentiert von %2$s"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/themes/example/config.php:50
-msgid "Constructor Theme"
-msgstr "Constructor Theme"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/layouts/simple.php:6
-msgid "Simple"
-msgstr "Beispiel"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/layouts/single.php:6
-#, fuzzy
-msgid "Single"
-msgstr "Kacheln"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/layouts/single.php:28
-#: W:/www/wordpress3/wp-content/themes/constructor/layouts/column.php:51
-#: W:/www/wordpress3/wp-content/themes/constructor/layouts/default.php:25
-msgid "Posted in"
-msgstr "Publiziert in"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/layouts/list.php:6
-msgid "List"
-msgstr "Liste"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/layouts/column.php:6
-msgid "Column"
-msgstr "Spalte"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/layouts/tiles.php:6
-#: W:/www/wordpress3/wp-content/themes/constructor/layouts/tile.php:6
-msgid "Tile"
-msgstr "Kacheln"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/layouts/default.php:6
-msgid "Default"
-msgstr "Standard"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:16
-msgid "Themes"
-msgstr "Themes"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:17
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/layout.php:1
-msgid "Layout"
-msgstr "Layout"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:18
-msgid "Templates"
-msgstr "Templates"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:19
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:1
-msgid "Header"
-msgstr "Kopf"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:20
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:122
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/css.php:52
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:1
-msgid "Content"
-msgstr "Inhalt"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:21
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/comments.php:1
-msgid "Comments"
-msgstr "Kommentare"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:22
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/footer.php:1
-msgid "Footer"
-msgstr "Fuß"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:23
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:1
-msgid "Fonts"
-msgstr "Schriften"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:24
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:1
-msgid "Colors"
-msgstr "Farben"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:25
-msgid "Design"
-msgstr "Design"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:26
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/css.php:1
-msgid "CSS"
-msgstr "CSS"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:27
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:1
-msgid "Images"
-msgstr "Bilder"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:28
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:2
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:101
-msgid "Slideshow"
-msgstr "Diashow"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:29
-msgid "Save"
-msgstr "Speichern"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:30
-msgid "Clean"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:31
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/css.php:18
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:11
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/footer.php:6
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:2
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:110
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:111
-msgid "Help"
-msgstr "Hilfe"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:72
-msgid "The quick brown fox jumps over the lazy dog"
-msgstr "Franz jagt im komplett verwahrlosten Taxi quer durch Bayern"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:75
-msgid "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. 0123456789"
-msgstr "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. 0123456789"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:79
-msgid "Google Web Fonts"
-msgstr "Google Web Fonts"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:80
-msgid "Google Web Fonts lets you browse all the fonts available via the Google Web Fonts API. All fonts in the directory are available for use on your website under an open source license and are served by Google servers."
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:81
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:100
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:111
-msgid "Font Weight"
-msgstr "Schriftgewichtung"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:82
-msgid "Defines from thin to thick characters. 400 is the same as \"normal\", and 700 is the same as \"bold\""
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:85
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:101
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:112
-msgid "Text Decoration"
-msgstr "Textdekoration"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:87
-msgid "No capitalization. The text renders as it is. This is default"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:88
-msgid "Transforms the first character of each word to uppercase"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:89
-msgid "Transforms all characters to uppercase"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:90
-msgid "Transforms all characters to lowercase"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:95
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/css.php:36
-msgid "Title"
-msgstr "Title"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:106
-msgid "Description"
-msgstr "Beschreibung"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:116
-msgid "Headers"
-msgstr "Header"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:52
-msgid "Opacity"
-msgstr "Durchsichtigkeit"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:54
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:55
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/layout.php:195
-msgid "None"
-msgstr "Keine"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:57
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:58
-msgid "Color"
-msgstr "Farbe"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:61
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:62
-#, fuzzy
-msgid "Dark Low"
-msgstr "Dunkel"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:64
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:65
-msgid "Dark"
-msgstr "Dunkel"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:67
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:68
-#, fuzzy
-msgid "Dark High"
-msgstr "Dunkel"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:71
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:72
-#, fuzzy
-msgid "Light Low"
-msgstr "Hell"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:74
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:75
-msgid "Light"
-msgstr "Hell"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:77
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:78
-#, fuzzy
-msgid "Light High"
-msgstr "Hell"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:83
-msgid "Elements Colors"
-msgstr "Elementfarben"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:86
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:89
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:92
-msgid "tags"
-msgstr "Tags"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:95
-msgid "text"
-msgstr "Text"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:98
-msgid "text alternative"
-msgstr "Text, alternativ"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:101
-msgid "background"
-msgstr "Hintergrund"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:104
-msgid "background alternative"
-msgstr "Hintergrund, alternativ"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:107
-msgid "background for forms"
-msgstr "Hintergrund für Formulare"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:110
-msgid "border"
-msgstr "Rand"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:113
-msgid "border alternative"
-msgstr "Rand, alternativ"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:116
-msgid "opacity style color"
-msgstr "Farbe für Durchsichtigkeit"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/css.php:9
-#, php-format
-msgid "<font color=\"red\"><b>Warning!</b></font>: File \"%s\" is not writable."
-msgstr "<font color=\"red\"><b>Warnung!</b></font>: Datei \"%s\" ist schreibgeschützt."
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/css.php:19
-#, php-format
-msgid "CSS is Cascading Style Sheets - read manual for beginners <a href=\"%1$s\">%1$s</a>"
-msgstr "CSS ist geschachtelte Gestaltungsvorlage - Lies Anleitung für Anfänger <a href=\"%1$s\">%1$s</a>"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/css.php:20
-msgid "CSS rules"
-msgstr "CSS Regeln"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/css.php:35
-msgid "CSS example"
-msgstr "CSS Beispiel"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/css.php:44
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:37
-msgid "Header menu"
-msgstr "Menu"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/css.php:48
-msgid "Sidebar"
-msgstr "Sidebar"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/css.php:63
-msgid "Template"
-msgstr "Template"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:28
-msgid "Enable"
-msgstr "Aktivieren"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:34
-#, fuzzy
-msgid "By default use images from posts with thumbnails"
-msgstr "Vorgabe: Bilder der aktuellen Seite verwenden"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:38
-msgid "Options"
-msgstr "Einstellungen"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:40
-msgid "By default slideshow is showing on homepage only"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:43
-msgid "Show on page"
-msgstr "Auf Seite anzeigen"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:46
-msgid "Show on single post"
-msgstr "In Beitrag anzeigen"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:49
-#, fuzzy
-msgid "Show on archive"
-msgstr "Auf Seite anzeigen"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:55
-msgid "Height"
-msgstr "Höhe"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:64
-msgid "Advanced options"
-msgstr "Erweiterte Optionen"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:65
-#, fuzzy
-msgid "only for default slideshow"
-msgstr "Diashow einschalten"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:69
-msgid "Number of slides"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:73
-msgid "Autoplay"
-msgstr "Autoplay"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:76
-msgid "Effect time (ms)"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:79
-msgid "Timeout between slides (ms)"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:84
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:85
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:47
-msgid "Position"
-msgstr "Position"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:86
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:87
-msgid "In Content"
-msgstr "Im Inhalt"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:90
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:91
-msgid "Over Content"
-msgstr "Über dem Inhalt"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:102
-#, fuzzy
-msgid "use <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\" title=\"wordpress.org\">NextGEN-Gallery</a>"
-msgstr "Verwende <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\">NextGEN-Gallery</a>"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:103
-msgid "required <a href=\"http://www.longtailvideo.com/players/jw-image-rotator/\" title=\"www.longtailvideo.com\">imagerotator.swf</a>"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:121
-msgid "You can use <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\">NextGEN-Gallery</a> plugin for build custom slideshow"
-msgstr "Mit dem <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\">NextGEN-Gallery</a>-Plugin können Diashows angepasst werden"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/layout.php:196
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/comments.php:37
-msgid "Left"
-msgstr "Links"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/layout.php:197
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/comments.php:38
-msgid "Right"
-msgstr "Rechts"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/layout.php:198
-msgid "Two"
-msgstr "Zwei"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/layout.php:199
-msgid "Two Left"
-msgstr "Zwei, links"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/layout.php:200
-msgid "Two Right"
-msgstr "Zwei, rechts"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/layout.php:350
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:67
-msgid "Width"
-msgstr "Breite"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/layout.php:352
-msgid "Sidebar Width"
-msgstr "Breite Sidebar"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/layout.php:354
-#, fuzzy
-msgid "Extrabar Width"
-msgstr "Breite Extrabar"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/layout.php:356
-msgid "Header Height"
-msgstr "Höhe des Headers"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:5
-msgid "Meta information"
-msgstr "Meta Informationen"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:8
-msgid "Show post date"
-msgstr "Publikationsdatum anzeigen"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:12
-msgid "Use this options to control what meta information is shown"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:19
-msgid "Link to author page"
-msgstr "Link zur Webseite des Autors"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:25
-msgid "List of categories"
-msgstr "Kategorien"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:31
-msgid "List of tags"
-msgstr "Liste der Tags"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:37
-msgid "Link to comments"
-msgstr "Kommentare"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:43
-msgid "Sharing Icons"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:69
-msgid "Select which service you would like to use for sharing"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:75
-msgid "Content widgets place"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:76
-msgid "can configured with <a href=\"widgets.php\">widgets</a>, use \"After N Post\" sidebar"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:82
-#, fuzzy
-msgid "Show widgets place"
-msgstr "Auf Seite anzeigen"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:87
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:88
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:89
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:90
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:91
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:92
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:93
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:94
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:95
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:96
-#, php-format
-msgid "after %d post"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:103
-msgid "You can use short code [widgets] in your post, and can configured with <a href=\"widgets.php\">widgets</a> (use \"In Posts\" sidebar)"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:106
-msgid "Available <a href=\"http://code.google.com/p/wp-constructor/wiki/ConstructorShortcodes\" title=\"Constructor Short Codes\">short codes</a>:"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/comments.php:25
-msgid "Avatar size"
-msgstr "Avatar Größe"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/comments.php:36
-msgid "Thumbnail position"
-msgstr "Position des Thumbnails"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/footer.php:4
-msgid "Footer Text"
-msgstr "Text für Seitenfuß"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/footer.php:7
-msgid "Enter the text you want to appear in the Footer (or just enter a space if you don't want any Footer text)"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/footer.php:9
-msgid "And you can put your Google Analytics code here"
-msgstr "Und du kannst dein Google Analytics Code hier einfügen:"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:5
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:34
-msgid "Body Image"
-msgstr "Hintergrundbild für Text"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:6
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:42
-msgid "Background Image"
-msgstr "Hintergrundbild"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:7
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:50
-#, fuzzy
-msgid "Header Wrapper Image"
-msgstr "Bild für Sidebar"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:8
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:64
-#, fuzzy
-msgid "Content Wrapper Image"
-msgstr "Inhaltsbild"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:9
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:92
-#, fuzzy
-msgid "Footer Wrapper Image"
-msgstr "Bild für Fußbereich"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:10
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:57
-msgid "Header Image"
-msgstr "Bild für Header"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:11
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:71
-msgid "Content Image"
-msgstr "Inhaltsbild"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:12
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:99
-msgid "Footer Image"
-msgstr "Bild für Fußbereich"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:13
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:78
-msgid "Sidebar Image"
-msgstr "Bild für Sidebar"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:25
-#, php-format
-msgid "<font color=\"red\"><b>Warning!</b></font>: Directory \"%s\" is not writable."
-msgstr "<font color=\"red\"><b>Warnung!</b></font>: Ordner \"%s\" ist schreibgeschützt."
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:85
-msgid "Extrabar Image"
-msgstr "Bild für Extrabar"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:111
-msgid "See helpful illustration!"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:132
-msgid "Preview image"
-msgstr "Bildvorschau"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:132
-msgid "preview"
-msgstr "Vorschau"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:133
-msgid "Remove image (only from theme)"
-msgstr "Bild löschen (nur aus dem Theme)"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:133
-msgid "clear"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:153
-msgid "Fixed position"
-msgstr "Feste position"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:175
-msgid "Image Position"
-msgstr "Bildposition"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:176
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:10
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:49
-msgid "Top Left"
-msgstr "Oben links"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:177
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:11
-msgid "Top Center"
-msgstr "Oben Mitte"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:178
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:12
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:51
-msgid "Top Right"
-msgstr "Oben rechts"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:182
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:55
-msgid "Center Left"
-msgstr "Mitte links"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:183
-msgid "Center Center"
-msgstr "Mitte"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:184
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:57
-msgid "Center Right"
-msgstr "Mitte rechts"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:188
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:22
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:61
-msgid "Bottom Left"
-msgstr "Unten links"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:189
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:23
-msgid "Bottom Center"
-msgstr "Unten Mitte"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:190
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:24
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:63
-msgid "Bottom Right"
-msgstr "Unten rechts"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:193
-msgid "Image Repeat"
-msgstr "Bildwiederholung"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:194
-msgid "No Repeat"
-msgstr "Ohne Wiederholung"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:195
-msgid "Repeat Horizontal"
-msgstr "Horizontal wiederholen"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:197
-msgid "Repeat Vertical"
-msgstr "Vertikal wiederholen"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:7
-msgid "Title position"
-msgstr "Titelposition"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:29
-msgid "Hidden title"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:32
-msgid "hide title by CSS"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:38
-msgid "menu can configured with <a href=\"widgets.php\">widgets</a>, use \"header\" sidebar"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:44
-msgid "Show top menu"
-msgstr "Zeige Top-Navigation"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:70
-msgid "stretch across the width"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:74
-msgid "You can use <a href=\"nav-menus.php\">navigation menu</a> with name \"Header Menu\""
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:78
-msgid "Disable pages"
-msgstr "Seiten deaktivieren"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:79
-msgid "Show first-level pages"
-msgstr "Zeige Hauptseiten"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:80
-msgid "Show pages in drop-down menu"
-msgstr "Zeige Seiten im Drop-Down-Menu"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:81
-msgid "Show pages in drop-down menu (2-levels)"
-msgstr "Zeige Seiten im Drop-Down-Menu (2 Ebenen)"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:82
-msgid "Show pages in drop-down menu (3-levels)"
-msgstr "Zeige Seiten im Drop-Down-Menü (3 Ebenen)"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:85
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:102
-msgid "Exclude:"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:87
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:104
-msgid "(IDs, coma separated)"
-msgstr "(IDs, Koma getrennt)"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:92
-msgid "Group categories in one menu item"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:95
-msgid "Disable categories"
-msgstr "Kategorien deaktivieren"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:96
-#, fuzzy
-msgid "Show first-level categories"
-msgstr "Zeige Hauptseiten"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:97
-msgid "Show categories in drop-down menu"
-msgstr "Zeige Kategorien im Drop-Down-Menü"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:98
-msgid "Show categories in drop-down menu (2-levels)"
-msgstr "Zeige Kategorien im Drop-Down-Menü (2 Ebenen)"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:99
-msgid "Show categories in drop-down menu (3-levels)"
-msgstr "Zeige Kategorien im Drop-Down-Menü (2 Ebenen)"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:106
-msgid "Custom title:"
-msgstr "Manueller Titel:"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:110
-msgid "Links"
-msgstr "Links"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:113
-msgid "Show link to home page"
-msgstr "Zeige Link zur Hauptseite"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:116
-msgid "Show link to RSS feed"
-msgstr "Zeige Link zum RSS-Feed"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:118
-msgid "Tools"
-msgstr "Tools"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:121
-msgid "Show search form"
-msgstr "Zeige Suchformular"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/help.php:6
-msgid "Constructor Wordpress Theme"
-msgstr "Constructor Wordpress Theme"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/help.php:8
-msgid "Project Homepage"
-msgstr "Project Homepage"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/help.php:9
-msgid "Author Homepage"
-msgstr "Homepage des Autors"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/help.php:12
-msgid "Update Theme"
-msgstr "Aktualisiere Theme"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/help.php:13
-msgid ""
-"Before update &laquo;Constructor theme&raquo; you should be save all your changes and download your theme to computer,\n"
-"         because wordpress cleans theme folder before install new version"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/help.php:16
-msgid "Related Links"
-msgstr "Ähnliche Links"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/help.php:27
-msgid "Donate"
-msgstr "Spende"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/help.php:29
-msgid "You can send your Name and Url for promote on <a href=\"http://donate.hohli.com/\">Donate page</a>"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/help.php:46
-msgid "Author works"
-msgstr "Projekte des Autors"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/clean.php:3
-msgid "Clean all changes"
-msgstr "Reset der Einstellungen"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/clean.php:5
-#, fuzzy
-msgid "Clean Theme"
-msgstr "Theme anpassen"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/save.php:1
-msgid "Save As"
-msgstr "Speichern unter"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/save.php:13
-msgid "Save Current Theme As ..."
-msgstr "Aktuelles Theme exportieren"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/save.php:24
-msgid "Theme Name"
-msgstr "Name des Themes"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/save.php:28
-#, fuzzy
-msgid "Theme URI"
-msgstr "Themes"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/save.php:36
-msgid "Version"
-msgstr "Version"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/save.php:40
-msgid "Author"
-msgstr "Autor"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/save.php:44
-msgid "Author URI"
-msgstr "Homeage des Autors"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/save.php:49
-msgid "Save Theme"
-msgstr "Änderungen speichern"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/themes.php:86
-msgid "File \"style.css\" is not exists"
-msgstr "Datei \"style.css\" existiert nicht"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/themes.php:87
-msgid "Anonymous"
-msgstr "Anonym"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/themes.php:103
-msgid "version"
-msgstr "Version"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:17
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:42
-msgid "Homepage"
-msgstr "Startseite"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:19
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:44
-msgid "Post"
-msgstr "Beiträge"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:21
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:46
-msgid "Page"
-msgstr "Seiten"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:23
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:48
-msgid "Search"
-msgstr "Suchen"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:25
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:50
-msgid "Date"
-msgstr "Datum"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:27
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:52
-msgid "Category"
-msgstr "Kategorien"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:29
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:54
-msgid "Tag"
-msgstr "Tags"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:38
-msgid "Tile Template"
-msgstr "Template"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:39
-msgid "Optimized for container with width equals to 1024px"
-msgstr "Optimiert für Container mit einer Breite bis zu 1024px"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/design.php:53
-msgid "Borders"
-msgstr "Ränder"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/design.php:61
-msgid "Border radius"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/design.php:69
-msgid "Features for modern browsers (not IE of course)"
-msgstr "Features für moderne Browser (IE wird nicht unterstützt)"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/design.php:73
-msgid "Shadow"
-msgstr "Schattierung"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/design.php:82
-msgid "Horizontal offset"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/design.php:85
-msgid "Vertical offset"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/design.php:88
-msgid "Blur"
-msgstr "Blur"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Main.php:256
-msgid "Home"
-msgstr "Startseite"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Main.php:295
-msgid "Search..."
-msgstr "Suchen..."
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Main.php:461
-#, php-format
-msgid "%1$s and %2$s."
-msgstr "%1$s und %2$s."
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Main.php:461
-msgid "Entries (RSS)"
-msgstr "Beiträge (RSS)"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Main.php:461
-msgid "Comments (RSS)"
-msgstr "Kommentare (RSS)"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Main.php:465
-#, php-format
-msgid "%d queries. %s seconds."
-msgstr "%d Abfragen. %s Sekunden."
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:53
-msgid "Please check permissions for next directories:"
-msgstr "Bitte überprüfe die Rechte für folgende Verzeichnisse:"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:171
-#, php-format
-msgid "File \"%s\" is not a image (jpeg, png, gif, tiff)"
-msgstr "Datei \"%s\" ist kein Bild (jpeg, png, gif)"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:178
-#, php-format
-msgid "File \"%s\" can't be move to \"/constructor/current/\" folder"
-msgstr "Datei \"%s\" kann nicht ins Ordner \"/constructor/current/\" verschoben werden"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:326
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:330
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Ajax.php:48
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Ajax.php:51
-#, php-format
-msgid "Directory \"%s\" is not writable."
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:344
-#, php-format
-msgid "Can't copy file \"%s\" to \"%s\"."
-msgstr "Datei &laquo;%s&raquo; kann nicht nach &laquo;%s&raquo; kopiert werden."
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:365
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Ajax.php:63
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Ajax.php:85
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Ajax.php:89
-#, php-format
-msgid "Can't copy file \"%s\"."
-msgstr "Datei \"%s\" kann nicht kopiert werden."
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:398
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:403
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Ajax.php:128
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Ajax.php:133
-#, php-format
-msgid "Can't save file \"%s\"."
-msgstr "Datei &laquo;%s&raquo; kann nicht gespeichert werden."
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:521
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:530
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:713
-msgid "Customize Theme"
-msgstr "Theme anpassen"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:522
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:531
-msgid "Customize"
-msgstr "Anpassen"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:553
-msgid "Standart Fonts"
-msgstr "Schritard Schriftarten"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:561
-msgid "Google Fonts"
-msgstr "Google Fonts"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:716
-msgid "If you like this theme and find it useful, help keep this theme free and actively developed by clicking the donate button (via PayPal or CC)"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:720
-msgid "Options saved."
-msgstr "Einstellungen gespeichert"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:729
-msgid "Some images can't be upload. Please check permissions"
-msgstr "Einige Bilder können nicht hochgeladen werden. Bitte prüfe die Rechte"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:752
-msgid "Save Changes"
-msgstr "Änderungen speichern"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Ajax.php:136
-msgid "Theme was saved, please reload page for view changes"
-msgstr "Theme wurde gespeichert, bitte aktualisiere die Webseite um die Änderungen zu sehen"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Ajax.php:163
-msgid "Theme was cleaned"
-msgstr ""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Ajax.php:165
-#, php-format
-msgid "System can&#39;t remove folder &quot;%s&quot;"
-msgstr "System kann das Ordner &quot;%s&quot; nicht löschen"
-
-#~ msgid "F jS, Y"
-#~ msgstr "j. F Y"
-
-#~ msgid "Leave a Reply"
-#~ msgstr "Eine Antwort schreiben"
-
-#~ msgid "Leave a Reply for %s"
-#~ msgstr "Eine Antwort für %s schreiben"
-
-#~ msgid "You must be <a href=\"%s\">logged in</a> to post a comment."
-#~ msgstr "Um einen Kommentar zu schreiben, bitte <a href=\"%s\">Anmelden</a>."
-
-#~ msgid "Logged in as <a href=\"%1$s\">%2$s</a>."
-#~ msgstr "Als <a href=\"%1$s\">%2$s</a> angemeldet."
-
-#~ msgid "Log out of this account"
-#~ msgstr "Abmelden"
-
-#~ msgid "Log out &raquo;"
-#~ msgstr "Abgemeldet &raquo;"
-
-#~ msgid "Name"
-#~ msgstr "Name"
-
-#~ msgid "(required)"
-#~ msgstr "(erforderlich)"
-
-#~ msgid "Mail (will not be published)"
-#~ msgstr "E-Mail (bleibt vertraulich)"
-
-#~ msgid "<strong>XHTML:</strong> You can use these tags: <code>%s</code>"
-#~ msgstr "<strong>XHTML:</strong> Diese Tags sind verfügbar: <code>%s</code>"
-
-#~ msgid "Errors"
-#~ msgstr "Fehler"
-
-#~ msgid "Only for Safari and Chrome"
-#~ msgstr "Nur für Safari und Chrome"
-
-#~ msgid "Show author link"
-#~ msgstr "Link zum Autor anzeigen"
-
-#~ msgid "Export"
-#~ msgstr "Export"
-
-#~ msgid "Use this is options for export your changes"
-#~ msgstr "Änderungen können hier gespeichert werden"
-
-#~ msgid "save changes before export"
-#~ msgstr "vorher sichern"
-
-#~ msgid "click here and save file"
-#~ msgstr "Datei speichern"
-
-#~ msgid ""
-#~ "For import theme - use your FTP access and create new folder in folder "
-#~ "<code>%s/themes</code> and upload <code>config.php</code>"
-#~ msgstr ""
-#~ "Zum Neuimport FTP verwenden und neuen Ordner in <code>%s/themes</code> "
-#~ "erstellen, die Datei <code>config.php</code> dorthin hochladen"
-
-#~ msgid "Body Font"
-#~ msgstr "Text-Schriftart"
-
-#~ msgid "Center"
-#~ msgstr "Mitte"
-
-#~ msgid "Title colors"
-#~ msgstr "Titelfarben"
-
-#~ msgid "title"
-#~ msgstr "Titel"
-
-#~ msgid "Don't show menu"
-#~ msgstr "Menu nicht zeigen"
-
-#~ msgid "repeat by Y and w/out opacity"
-#~ msgstr "In y-Richtung wiederholen, nicht durchscheinend"
-
-#~ msgid "Container Width"
-#~ msgstr "Containerbreite"
-
-#~ msgid "Archive"
-#~ msgstr "Archiv"
-
-#~ msgid "Index"
-#~ msgstr "Index"
diff --git a/wp-content/themes/constructor/lang/el_GR.mo b/wp-content/themes/constructor/lang/el_GR.mo
deleted file mode 100644
index 24eb0abb28b7c695d268a56c67e24966380aa674..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/lang/el_GR.mo and /dev/null differ
diff --git a/wp-content/themes/constructor/lang/el_GR.po b/wp-content/themes/constructor/lang/el_GR.po
deleted file mode 100644
index 71a4bedc3ee6843159a167caf39b2ceaccf4f740..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/lang/el_GR.po
+++ /dev/null
@@ -1,882 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: Reaves\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-06 18:26+0100\n"
-"PO-Revision-Date: \n"
-"Last-Translator: Amaryllis Deliyanni <admin@keymangreek.gr>\n"
-"Language-Team:  <biologie.france@gmail.com>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Poedit-Language: French\n"
-"X-Poedit-Country: FRANCE\n"
-"X-Poedit-KeywordsList: __;_e;_c\n"
-"X-Poedit-Basepath: .\n"
-"X-Poedit-SourceCharset: utf-8\n"
-"X-Poedit-SearchPath-0: ..\n"
-
-# Width
-#: ../404.php:13
-msgid "Error 404 - Not Found"
-msgstr "Σφάλμα 404 - Ἡ σελίδα δὲν βρέθηκε"
-
-#: ../404.php:16
-msgid "Sorry, but you are looking for something that isn&#8217;t here."
-msgstr "Λυπούμεθα, ἀλλὰ ψάχνετε γιὰ κάτι ποὺ δὲν ὑπάρχει ἐδῶ."
-
-#: ../author.php:22
-msgid "Author RSS Feed"
-msgstr "Ροὴ RSS γιὰ συγκεκριμένο συγγραφέα"
-
-#: ../author.php:22
-#: ../functions.php:228
-msgid "RSS Feed"
-msgstr "Ροὴ RSS"
-
-#: ../author.php:28
-#: ../author.php:32
-#, php-format
-msgid "%1$s %2$s"
-msgstr "%1$s %2$s"
-
-#: ../author.php:31
-msgid "Full Name"
-msgstr "Ὀνοματεπώνυμο"
-
-#: ../author.php:35
-msgid "Nickname"
-msgstr "Παρωνύμιο"
-
-#: ../author.php:40
-#: ../comments.php:74
-msgid "Website"
-msgstr "Ἱστοχῶρος"
-
-#: ../author.php:41
-msgid "Visit author website"
-msgstr "Ἱστοχῶρος τοῦ συγγραφέως"
-
-#: ../author.php:45
-msgid "ICQ"
-msgstr "ICQ"
-
-#: ../author.php:50
-msgid "AIM"
-msgstr "AIM"
-
-#: ../author.php:55
-msgid "Yahoo IM"
-msgstr "Yahoo IM"
-
-#: ../author.php:60
-msgid "MSN"
-msgstr "MSN"
-
-#: ../author.php:65
-msgid "About Me"
-msgstr "Περὶ ἑμοῦ"
-
-#: ../author.php:70
-#, php-format
-msgid "Last posts by %s"
-msgstr "Τὰ πιὸ πρόσφατα ἄρθρα τοῦ %s"
-
-#: ../author.php:77
-#: ../layout-default.php:17
-#: ../layout-list.php:18
-#: ../layout-tile.php:17
-#: ../page.php:20
-#, php-format
-msgid "Permanent Link to %s"
-msgstr "Μόνιμος σύνδεσμος πρὸς %s"
-
-#: ../author.php:78
-#: ../layout-default.php:24
-#: ../layout-list.php:19
-#: ../layout-tile.php:25
-#: ../page.php:31
-msgid "F jS, Y"
-msgstr "j F Y"
-
-#: ../author.php:81
-msgid "No posts by this author."
-msgstr "Δὲν ὑπάρχουν ἄρθρα αὐτοῦ τοῦ συγγραφέως."
-
-#: ../author.php:90
-#: ../layout-default.php:36
-#: ../layout-list.php:38
-#: ../layout-tile.php:33
-msgid "Newer Entries &raquo;"
-msgstr "Νεότερες καταχωρίσεις &raquo;"
-
-#: ../author.php:91
-#: ../layout-default.php:35
-#: ../layout-list.php:37
-#: ../layout-tile.php:32
-msgid "&laquo; Older Entries"
-msgstr "&laquo; Παλαιότερες καταχωρίσεις"
-
-#: ../comments.php:12
-msgid "This post is password protected. Enter the password to view comments."
-msgstr "Ἄρθρο προστετευόμενο ἀπὸ συνθηματικὸ κωδικό. Δῶστε τὸν κωδικὸ γιὰ νὰ δεῖτε τὰ σχόλια. "
-
-#: ../comments.php:21
-msgid "No Responses"
-msgstr "Οὐδεμία ἀπάντηση"
-
-#: ../comments.php:21
-msgid "One Response"
-msgstr "Μία ἀπάντηση"
-
-#: ../comments.php:21
-msgid "% Responses"
-msgstr "% ἀπαντήσεις"
-
-#: ../comments.php:21
-#, php-format
-msgid "to &#8220;%s&#8221;"
-msgstr "στὸ &#8220;%s&#8221;"
-
-#: ../comments.php:39
-msgid "Comments are closed."
-msgstr "Τὰ σχόλια ἔχουν κλείσει."
-
-#: ../comments.php:49
-msgid "Leave a Reply"
-msgstr "Ἀφῆστε ἀπάντηση"
-
-#: ../comments.php:49
-#, php-format
-msgid "Leave a Reply for %s"
-msgstr "Ἀφῆστε ἀπάντηση γιὰ τὸ %s"
-
-#: ../comments.php:56
-#, php-format
-msgid "You must be <a href=\"%s\">logged in</a> to post a comment."
-msgstr "Πρέπει νὰ εἶσθε <a href=\"%s\">συνδεδεμένος</a> γιὰ νὰ ἀναρτήσετε σχόλιο."
-
-#: ../comments.php:63
-#, php-format
-msgid "Logged in as <a href=\"%1$s\">%2$s</a>."
-msgstr "Ἔχετε συνδεθεῖ ὡς <a href=\"%1$s\">%2$s</a>."
-
-#: ../comments.php:63
-msgid "Log out of this account"
-msgstr "Ἀποσυνδεθῆτε"
-
-#: ../comments.php:63
-msgid "Log out &raquo;"
-msgstr "Ἀποσυνδεθῆτε &raquo;"
-
-#: ../comments.php:68
-msgid "Name"
-msgstr "Ὄνομα"
-
-#: ../comments.php:68
-#: ../comments.php:71
-msgid "(required)"
-msgstr "(ἀπαιτεῖται)"
-
-#: ../comments.php:71
-msgid "Mail (will not be published)"
-msgstr "Ἠλ. διεύθυνση (δὲν θὰ δημοσιευθεῖ)"
-
-#: ../comments.php:78
-#, php-format
-msgid "<strong>XHTML:</strong> You can use these tags: <code>%s</code>"
-msgstr "<strong>XHTML:</strong> Μπορεῖτε νὰ χρησιμοποιήσετε τὶς ἑξῆς ἐτικέττες: <code>%s</code>"
-
-#: ../comments.php:82
-msgid "Submit Comment"
-msgstr "Ὑποβολή"
-
-#: ../functions.php:226
-msgid "Home"
-msgstr "Ἀρχή"
-
-#: ../functions.php:257
-#: ../page.php:24
-#: ../sidebar.php:18
-msgid "Pages"
-msgstr "Σελίδες"
-
-#: ../functions.php:291
-#, php-format
-msgid "%1$s is proudly powered by %2$s"
-msgstr "Τὸ ἱστολόγιο %1$s λειτουργεῖ μὲ τὴν βοήθεια τοῦ %2$s"
-
-#: ../functions.php:292
-msgid "Constructor Theme"
-msgstr "Θέμα Constructor"
-
-#: ../functions.php:293
-#, php-format
-msgid "%1$s and %2$s."
-msgstr "%1$s καὶ %2$s."
-
-#: ../functions.php:293
-msgid "Entries (RSS)"
-msgstr "Ἄρθρα σὲ ροὴ RSS "
-
-#: ../functions.php:293
-msgid "Comments (RSS)"
-msgstr "Σχόλια σὲ ροή RSS"
-
-#: ../functions.php:297
-#, php-format
-msgid "%d queries. %s seconds."
-msgstr "%d ἐρωτήσεις, %s δευτερόλεπτα"
-
-#: ../functions.php:311
-msgid "No Image"
-msgstr "Δὲν ὑπάρχει εἰκόνα"
-
-#: ../layout-default.php:20
-#: ../layout-list.php:25
-#: ../page.php:23
-msgid "Read the rest of this entry &raquo;"
-msgstr "Ἡ συνέχεια &raquo;"
-
-#: ../layout-default.php:26
-#: ../page.php:32
-#: ../sidebar.php:22
-msgid "Tags"
-msgstr "Ἐτικέττες"
-
-#: ../layout-default.php:27
-#: ../page.php:33
-msgid "Edit"
-msgstr "Ἐπεξεργασία"
-
-#: ../layout-default.php:28
-#: ../page.php:34
-msgid "No Comments &#187;"
-msgstr "Κανένα σχόλιο &#187;"
-
-#: ../layout-default.php:28
-#: ../page.php:34
-msgid "1 Comment &#187;"
-msgstr "1 σχόλιο &#187;"
-
-#: ../layout-default.php:28
-#: ../page.php:34
-msgid "% Comments &#187;"
-msgstr "% σχόλια &#187;"
-
-#: ../layout-default.php:28
-#: ../page.php:34
-msgid "Comments Closed"
-msgstr "Τὰ σχόλια ἔχουν κλείσει"
-
-#: ../page.php:29
-msgid "Back to Parent Page"
-msgstr "Ἐπιστροφὴ στὴν μητρικὴ σελίδα"
-
-#: ../sidebar.php:20
-msgid "Categories"
-msgstr "Κατηγορίες"
-
-#: ../sidebar.php:27
-msgid "Meta"
-msgstr "Μετα"
-
-#: ../template-archive.php:30
-#, php-format
-msgid "%b"
-msgstr "%b"
-
-#: ../template-archive.php:31
-msgid "%B"
-msgstr "%B"
-
-#: ../template-sitemap.php:32
-msgid "Archives"
-msgstr "Ἀρχεῖα"
-
-#: ../admin/settings.php:63
-#, php-format
-msgid "System can't create \"%s\" directory"
-msgstr "Τὸ σύστημα δὲν μπορεῖ νὰ δημιουργήσει τὸν κατάλογο \"%s\" "
-
-#: ../admin/settings.php:78
-#, php-format
-msgid "File \"%s\" is not a image (jpeg, png, gif)"
-msgstr "Τὸ ἀρχεῖο \"%s\" δὲν εἶναι εἰκόνα (jpeg, png, gif)"
-
-#: ../admin/settings.php:139
-#: ../admin/settings.php:176
-msgid "Customize Theme"
-msgstr "Ἐξατομικεῦστε τὸ θέμα"
-
-#: ../admin/settings.php:139
-msgid "Customize"
-msgstr "Ἐξατομικεῦστε"
-
-#: ../admin/settings.php:177
-msgid "Options saved."
-msgstr "Οἱ ρυθμίσεις ἀποθηκεύθηκαν."
-
-#: ../admin/settings.php:181
-msgid "Errors"
-msgstr "Σφάλματα"
-
-#: ../admin/settings.php:208
-msgid "Save Changes"
-msgstr "Ἀποθηκεῦστε τὶς ἀλλαγές"
-
-#: ../admin/settings/colors.php:1
-msgid "Colors"
-msgstr "Χρώματα"
-
-#: ../admin/settings/colors.php:62
-msgid "Opacity"
-msgstr "Ἀδιαφάνεια"
-
-#: ../admin/settings/colors.php:64
-#: ../admin/settings/colors.php:65
-msgid "None"
-msgstr "Ὄχι"
-
-#: ../admin/settings/colors.php:67
-#: ../admin/settings/colors.php:68
-msgid "Color"
-msgstr "Χρῶμα"
-
-#: ../admin/settings/colors.php:71
-#: ../admin/settings/colors.php:72
-msgid "Dark Low"
-msgstr "Λίγο σκοῦρο"
-
-#: ../admin/settings/colors.php:74
-#: ../admin/settings/colors.php:75
-msgid "Dark"
-msgstr "Σκοῦρο"
-
-#: ../admin/settings/colors.php:77
-#: ../admin/settings/colors.php:78
-msgid "Dark High"
-msgstr "Πολὺ σκοῦρο"
-
-#: ../admin/settings/colors.php:81
-#: ../admin/settings/colors.php:82
-msgid "Light Low"
-msgstr "Λίγο φωτεινό"
-
-#: ../admin/settings/colors.php:84
-#: ../admin/settings/colors.php:85
-msgid "Light"
-msgstr "Φωτεινό"
-
-#: ../admin/settings/colors.php:87
-#: ../admin/settings/colors.php:88
-msgid "Light High"
-msgstr "Πολὺ φωτεινό"
-
-#: ../admin/settings/colors.php:93
-msgid "Shadow"
-msgstr "Σκιά"
-
-#: ../admin/settings/colors.php:96
-msgid "Only for Safari and Chrome"
-msgstr "Μόνο γιὰ Safari καὶ Chrome"
-
-#: ../admin/settings/colors.php:100
-msgid "Elements Colors"
-msgstr "Χρῶμα στοιχείων"
-
-#: ../admin/settings/colors.php:103
-msgid "background"
-msgstr "ὑπόβαθρο"
-
-#: ../admin/settings/colors.php:106
-msgid "background alternative"
-msgstr "ἐναλλακτικὸ ὑπόβαθρο"
-
-#: ../admin/settings/colors.php:109
-msgid "opacity style color"
-msgstr "ἀπόχρωση ἀδιαφάνειας"
-
-#: ../admin/settings/colors.php:112
-msgid "text"
-msgstr "κείμενο"
-
-#: ../admin/settings/colors.php:115
-msgid "text alternative"
-msgstr "ἐναλλακτικὸ κείμενο"
-
-#: ../admin/settings/colors.php:118
-msgid "border"
-msgstr "πλαίσιο"
-
-#: ../admin/settings/colors.php:121
-msgid "border alternative"
-msgstr "ἐναλλακτικὸ πλαίσιο"
-
-#: ../admin/settings/colors.php:124
-#: ../admin/settings/colors.php:127
-#: ../admin/settings/colors.php:130
-msgid "tags"
-msgstr "ἐτικέττες"
-
-#: ../admin/settings/content.php:1
-msgid "Content"
-msgstr "Περιεχόμενο"
-
-#: ../admin/settings/content.php:4
-msgid "Posts"
-msgstr "Ἄρθρα"
-
-#: ../admin/settings/content.php:7
-msgid "Show author link"
-msgstr "Προβάλετε τὸν σύνδεσμο τοῦ συγγραφέως"
-
-#: ../admin/settings/css.php:1
-msgid "CSS"
-msgstr "CSS"
-
-#: ../admin/settings/css.php:5
-#, php-format
-msgid "<font color=\"red\"><b>Warning!</b></font>: File \"%s\" is not writable."
-msgstr "<font color=\"red\"><b>Προσοχή!</b></font>: Τὸ ἀρχεῖο \"%s\" δὲν μπορεῖ νὰ ἀλλαχθεῖ."
-
-#: ../admin/settings/export.php:1
-msgid "Export"
-msgstr "Ἐξαγάγετε"
-
-#: ../admin/settings/export.php:2
-msgid "Export Current Theme"
-msgstr "Ἐξαγάγετε τὸ τρέχον θέμα"
-
-#: ../admin/settings/export.php:3
-msgid "Use this is options for export your changes"
-msgstr "Χρησιμοποιῆστε αὐτὴν τὴν ἐπιλογὴ γιὰ νὰ ἐξαγάγετε τὶς ἀλλαγές σας"
-
-#: ../admin/settings/export.php:3
-msgid "save changes before export"
-msgstr "ἀποθηκεῦστε τὶς ἀλλαγὲς πρὶν ἀπὸ τὴν ἐξαγωγή"
-
-#: ../admin/settings/export.php:6
-msgid "click here and save file"
-msgstr "πατῆστε ἐδῶ καὶ ἀποθηκεῦστε τὸ ἀρχεῖο"
-
-#: ../admin/settings/export.php:12
-#, php-format
-msgid "For import theme - use your FTP access and create new folder in folder <code>%s/themes</code> and upload <code>config.php</code>"
-msgstr "Γιὰ νὰ εἰσαγάγετε αὐτὸ τὸ θέμα, χρησιμοποιῆστε τὸ πρόγραμμα μεταφορᾶς μὲ FTP, δημιουργῆστε ἕναν νέο κατάλογο μέσα στὸν κατάλογο <code>%s/themes</code> καὶ ἀνεβάστε τὸ <code>config.php</code>"
-
-#: ../admin/settings/export.php:17
-msgid "Create <code>style.css</code> with follow text (change text in UPPERCASE)"
-msgstr "Δημιουργῆστε τὸ ἀρχεῖο <code>style.css</code> μὲ τὸ ἀκόλουθο κείμενο (οἱ ἀλλαγὲς εἶναι σὲ ΚΕΦΑΛΑΙΑ)"
-
-#: ../admin/settings/export.php:31
-msgid "Create <code>screenshot.png</code> with screen of your theme and resolution 300x225 and upload too (isn't required)"
-msgstr "Δημιουργῆστε τὸ ἀρχεῖο <code>screenshot.png</code> μὲ μιὰ ὀθόνη τοῦ θέματός σας καὶ εὐκρίνεια 300x225 καὶ ἀνεβάστε το (ἡ ἐνέργεια αὐτὴ εἶναι προαιρετική)"
-
-#: ../admin/settings/fonts.php:1
-msgid "Fonts"
-msgstr "Γραμματοσειρές"
-
-#: ../admin/settings/fonts.php:6
-msgid "Header Font"
-msgstr "Γραμματοσειρὰ κεφαλίδας"
-
-#: ../admin/settings/fonts.php:13
-#: ../admin/settings/fonts.php:25
-msgid "The quick brown fox jumps over the lazy dog"
-msgstr "Ἄνδρα μοι ἔνεπε μοῦσα πολύτροπον"
-
-#: ../admin/settings/fonts.php:18
-msgid "Body Font"
-msgstr "Γραμματοσειρὰ κειμένου"
-
-#: ../admin/settings/footer.php:1
-msgid "Footer"
-msgstr "Ὑποσέλιδο"
-
-#: ../admin/settings/footer.php:4
-msgid "Footer Text"
-msgstr "Κείμενο ὑποσελίδου"
-
-#: ../admin/settings/header.php:1
-msgid "Header"
-msgstr "Κεφαλίδα"
-
-#: ../admin/settings/header.php:5
-msgid "Title position"
-msgstr "Θέση τίτλου"
-
-#: ../admin/settings/header.php:7
-#: ../admin/settings/sidebar.php:7
-#: ../admin/settings/sidebar.php:8
-msgid "Left"
-msgstr "Ἀριστερά"
-
-#: ../admin/settings/header.php:8
-msgid "Center"
-msgstr "Κέντρο"
-
-#: ../admin/settings/header.php:9
-#: ../admin/settings/sidebar.php:10
-#: ../admin/settings/sidebar.php:11
-msgid "Right"
-msgstr "Δεξιά"
-
-#: ../admin/settings/header.php:14
-msgid "Title colors"
-msgstr "Χρώματα τίτλου"
-
-#: ../admin/settings/header.php:17
-msgid "title"
-msgstr "τίτλος"
-
-#: ../admin/settings/header.php:20
-msgid "description"
-msgstr "περιγραφή"
-
-#: ../admin/settings/header.php:25
-msgid "Header menu"
-msgstr "Μενοὺ κεφαλίδας"
-
-#: ../admin/settings/header.php:28
-msgid "Don't show menu"
-msgstr "Μήν προβάλετε τὸ μενοὺ"
-
-#: ../admin/settings/header.php:31
-msgid "Show first-level pages"
-msgstr "Προβάλετε μόνον τὶς σελίδες τοῦ πρώτου ἐπιπέδου"
-
-#: ../admin/settings/header.php:34
-msgid "Show pages in drop-down menu"
-msgstr "Προβάλετε τὶς σελίδες σὲ ἀναπτυσσόμενο πλαίσιο (dropdown)"
-
-#: ../admin/settings/header.php:37
-msgid "Show pages in drop-down menu (2-levels)"
-msgstr "Προβάλετε τὶς σελίδες σὲ ἀναπτυσσόμενο πλαίσιο (2 ἐπίπεδα)"
-
-#: ../admin/settings/header.php:40
-msgid "Show link to home page"
-msgstr "Προβάλετε τὸν σύνδεσμο πρὸς τὴν ἀρχικὴ σελίδα"
-
-#: ../admin/settings/header.php:43
-msgid "Show link to RSS feed"
-msgstr "Προβάλετε τὸν σύνδεσμο πρὸς τὴν ροὴ RSS"
-
-#: ../admin/settings/images.php:1
-msgid "Images"
-msgstr "Εἰκόνες"
-
-#: ../admin/settings/images.php:14
-#, php-format
-msgid "<font color=\"red\"><b>Warning!</b></font>: Directory \"%s\" is not writable."
-msgstr "<font color=\"red\"><b>Προσοχή!</b></font>: Ὁ κατάλογος \"%s\" δὲν ἐπιτρέπεται νὰ ἀλλαχθεῖ."
-
-#: ../admin/settings/images.php:18
-msgid "Body Image"
-msgstr "Εἰκόνα σώματος ἄρθρου"
-
-#: ../admin/settings/images.php:23
-#: ../admin/settings/images.php:81
-#: ../admin/settings/images.php:119
-#: ../admin/settings/images.php:129
-#: ../admin/settings/images.php:160
-#: ../admin/settings/images.php:191
-msgid "preview"
-msgstr "προεπισκόπηση"
-
-#: ../admin/settings/images.php:30
-#: ../admin/settings/images.php:88
-msgid "Fixed position"
-msgstr "Σταθερὴ θέση"
-
-#: ../admin/settings/images.php:35
-msgid "Image Repeat"
-msgstr "Ἐπανάληψη εἰκόνας"
-
-#: ../admin/settings/images.php:36
-#: ../admin/settings/images.php:37
-msgid "No Repeat"
-msgstr "Καμμία ἐπανάληψη"
-
-#: ../admin/settings/images.php:40
-#: ../admin/settings/images.php:41
-msgid "Repeat Horizontal"
-msgstr "Ὁριζόντιος ἐπανάληψις"
-
-#: ../admin/settings/images.php:44
-#: ../admin/settings/images.php:45
-msgid "Repeat Vertical"
-msgstr "Κάθετη ἐπανάληψη"
-
-#: ../admin/settings/images.php:49
-#: ../admin/settings/images.php:50
-#: ../admin/settings/layout.php:103
-#: ../admin/settings/layout.php:104
-#: ../admin/settings/layout.php:117
-#: ../admin/settings/layout.php:118
-#: ../admin/settings/layout.php:131
-#: ../admin/settings/layout.php:132
-#: ../admin/settings/layout.php:145
-#: ../admin/settings/layout.php:146
-msgid "Tile"
-msgstr "Χωρισμὸς σελίδας σὲ περιοχὲς"
-
-#: ../admin/settings/images.php:56
-#: ../admin/settings/images.php:93
-#: ../admin/settings/images.php:135
-#: ../admin/settings/images.php:166
-#: ../admin/settings/images.php:197
-msgid "Image Position"
-msgstr "Θέση εἰκόνας"
-
-#: ../admin/settings/images.php:57
-#: ../admin/settings/images.php:94
-#: ../admin/settings/images.php:136
-#: ../admin/settings/images.php:167
-#: ../admin/settings/images.php:198
-msgid "Top Left"
-msgstr "Ἄνω ἀριστερά"
-
-#: ../admin/settings/images.php:58
-#: ../admin/settings/images.php:95
-#: ../admin/settings/images.php:137
-#: ../admin/settings/images.php:168
-#: ../admin/settings/images.php:199
-msgid "Top Center"
-msgstr "Ἄνω κεντρικά"
-
-#: ../admin/settings/images.php:59
-#: ../admin/settings/images.php:96
-#: ../admin/settings/images.php:138
-#: ../admin/settings/images.php:169
-#: ../admin/settings/images.php:200
-msgid "Top Right"
-msgstr "Ἄνω δεξιά"
-
-#: ../admin/settings/images.php:63
-#: ../admin/settings/images.php:100
-#: ../admin/settings/images.php:142
-#: ../admin/settings/images.php:173
-#: ../admin/settings/images.php:204
-msgid "Center Left"
-msgstr "Στὸ μέσον ἀριστερά"
-
-#: ../admin/settings/images.php:64
-#: ../admin/settings/images.php:101
-#: ../admin/settings/images.php:143
-#: ../admin/settings/images.php:174
-#: ../admin/settings/images.php:205
-msgid "Center Center"
-msgstr "Στὸ μέσον στὸ κέντρο"
-
-#: ../admin/settings/images.php:65
-#: ../admin/settings/images.php:102
-#: ../admin/settings/images.php:144
-#: ../admin/settings/images.php:175
-#: ../admin/settings/images.php:206
-msgid "Center Right"
-msgstr "Στὸ μέσον δεξιά"
-
-#: ../admin/settings/images.php:69
-#: ../admin/settings/images.php:106
-#: ../admin/settings/images.php:148
-#: ../admin/settings/images.php:179
-#: ../admin/settings/images.php:210
-msgid "Bottom Left"
-msgstr "Κάτω ἀριστερά"
-
-#: ../admin/settings/images.php:70
-#: ../admin/settings/images.php:107
-#: ../admin/settings/images.php:149
-#: ../admin/settings/images.php:180
-#: ../admin/settings/images.php:211
-msgid "Bottom Center"
-msgstr "Κάτω δεξιά"
-
-#: ../admin/settings/images.php:71
-#: ../admin/settings/images.php:108
-#: ../admin/settings/images.php:150
-#: ../admin/settings/images.php:181
-#: ../admin/settings/images.php:212
-msgid "Bottom Right"
-msgstr "Κάτω δεξιά"
-
-#: ../admin/settings/images.php:76
-msgid "Background Image"
-msgstr "Εἰκόνα ὑποβάθρου"
-
-#: ../admin/settings/images.php:114
-msgid "Content Image"
-msgstr "Περιεχόμενο εἰκόνας"
-
-#: ../admin/settings/images.php:114
-msgid "repeat by Y and w/out opacity"
-msgstr "ἐπαναλάβετε κατὰ Y καὶ χωρὶς ἀδιαφάνεια"
-
-#: ../admin/settings/images.php:124
-msgid "Sidebar Image"
-msgstr "Εἰκόνα πλαϊνῆς στήλης"
-
-#: ../admin/settings/images.php:155
-msgid "Extrabar Image"
-msgstr "Εἰκόνα ἔξτρα στήλης"
-
-#: ../admin/settings/images.php:186
-msgid "Footer Image"
-msgstr "Εἰκόνα ὑποσέλιδου"
-
-#: ../admin/settings/layout.php:1
-msgid "Layout"
-msgstr "Διάταξη"
-
-#: ../admin/settings/layout.php:61
-#: ../admin/settings/slideshow.php:32
-msgid "Options"
-msgstr "Ἐπιλογές"
-
-#: ../admin/settings/layout.php:64
-msgid "Header Height"
-msgstr "Ὕψος κεφαλίδας"
-
-#: ../admin/settings/layout.php:73
-msgid "Container Width"
-msgstr "Πλάτος περιεχούσης τὴν σελίδα περιοχῆς"
-
-#: ../admin/settings/layout.php:82
-msgid "Sidebar Width"
-msgstr "Πλάτος πλαϊνῆς στήλης"
-
-#: ../admin/settings/layout.php:91
-msgid "Extra Bar Width"
-msgstr "Πλάτος τῆς ἔξτρα στήλης"
-
-#: ../admin/settings/layout.php:98
-msgid "Homepage"
-msgstr "Σελίδα ὑποδοχῆς"
-
-#: ../admin/settings/layout.php:100
-#: ../admin/settings/layout.php:101
-#: ../admin/settings/layout.php:114
-#: ../admin/settings/layout.php:115
-#: ../admin/settings/layout.php:128
-#: ../admin/settings/layout.php:129
-#: ../admin/settings/layout.php:142
-#: ../admin/settings/layout.php:143
-msgid "Default"
-msgstr "Κατὰ παραδοχὴν (default)"
-
-#: ../admin/settings/layout.php:106
-#: ../admin/settings/layout.php:107
-#: ../admin/settings/layout.php:120
-#: ../admin/settings/layout.php:121
-#: ../admin/settings/layout.php:134
-#: ../admin/settings/layout.php:135
-#: ../admin/settings/layout.php:148
-#: ../admin/settings/layout.php:149
-msgid "List"
-msgstr "Κατάλογος"
-
-#: ../admin/settings/layout.php:112
-msgid "Archive"
-msgstr "Ἀρχεῖο"
-
-#: ../admin/settings/layout.php:126
-msgid "Search"
-msgstr "Ἀναζήτηση"
-
-#: ../admin/settings/layout.php:140
-msgid "Index"
-msgstr "Περιεχόμενα"
-
-#: ../admin/settings/sidebar.php:1
-#: ../admin/settings/sidebar.php:5
-msgid "Sidebar"
-msgstr "Πλαϊνὴ στήλη"
-
-#: ../admin/settings/sidebar.php:14
-#: ../admin/settings/sidebar.php:15
-msgid "Two"
-msgstr "Δύο"
-
-#: ../admin/settings/sidebar.php:21
-#: ../admin/settings/sidebar.php:22
-msgid "Two Right"
-msgstr "Δύο δεξιά"
-
-#: ../admin/settings/sidebar.php:24
-#: ../admin/settings/sidebar.php:25
-msgid "Two Left"
-msgstr "Δύο ἀριστερά"
-
-#: ../admin/settings/slideshow.php:2
-#: ../admin/settings/slideshow.php:67
-msgid "Slideshow"
-msgstr "Προβολὴ διαφανειῶν"
-
-#: ../admin/settings/slideshow.php:26
-msgid "Enable slideshow"
-msgstr "Ἐνεργοποιῆστε τὴν προβολὴ διαφανειῶν"
-
-#: ../admin/settings/slideshow.php:28
-msgid "by default use images from posts on current page"
-msgstr "κατὰ παραδοχὴν χρησιμοποιεῖτε στὴν τρέχουσα σελίδα τὶς εἰκόνες τῶν ἄρθρων"
-
-#: ../admin/settings/slideshow.php:35
-msgid "Show on page"
-msgstr "Προβάλετε στὴν σελίδα"
-
-#: ../admin/settings/slideshow.php:38
-msgid "Show on single post"
-msgstr "Προβάλετε σὲ ἕνα ἄρθρο"
-
-#: ../admin/settings/slideshow.php:43
-#: ../admin/settings/slideshow.php:44
-msgid "In Content"
-msgstr "Μέσα στὸ περιεχόμενο"
-
-#: ../admin/settings/slideshow.php:47
-#: ../admin/settings/slideshow.php:48
-msgid "Over Content"
-msgstr "Πάνω ἀπὸ τὸ περιεχόμενο"
-
-#: ../admin/settings/slideshow.php:55
-msgid "Height"
-msgstr "Ὕψος"
-
-#: ../admin/settings/slideshow.php:67
-msgid "use <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\">NextGEN-Gallery</a>"
-msgstr "χρησιμοποιῆστε τὴν <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\">NextGEN-Gallery</a>"
-
-#: ../admin/settings/slideshow.php:69
-#: ../admin/settings/slideshow.php:70
-msgid "Disable"
-msgstr "Ἀπενεργοποιῆστε"
-
-#: ../admin/settings/slideshow.php:84
-msgid "You can use <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\">NextGEN-Gallery</a> plugin for build custom slideshow"
-msgstr "Μπορεῖτε νὰ χρησιμοποιήσετε τὴν πρόσθετη ἐφαρμογὴ <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\">NextGEN-Gallery</a> γιὰ νὰ δημιουργήσετε τὶς δικὲς σας προβολὲς διαφανειῶν"
-
-#: ../admin/settings/themes.php:1
-msgid "Themes"
-msgstr "Θέματα"
-
-#: ../admin/settings/themes.php:42
-msgid "File \"style.css\" is not exists"
-msgstr "Τὸ ἀρχεῖο \"style.css\" δὲν ὑπάρχει"
-
-#: ../admin/settings/themes.php:43
-msgid "Anonymous"
-msgstr "Ἀνώνυμος"
-
-#: ../admin/settings/themes.php:55
-msgid "version"
-msgstr "ἔκδοση"
-
-#: ../widgets/many-in-one.php:23
-msgid "Global categories"
-msgstr "Γενικὲς κατηγορίες"
-
-#: ../widgets/many-in-one.php:24
-msgid "Many In One"
-msgstr "Many In One"
-
diff --git a/wp-content/themes/constructor/lang/es_ES.mo b/wp-content/themes/constructor/lang/es_ES.mo
deleted file mode 100644
index 7995b2c41d304f94fcb7a52539169f902500cb83..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/lang/es_ES.mo and /dev/null differ
diff --git a/wp-content/themes/constructor/lang/es_ES.po b/wp-content/themes/constructor/lang/es_ES.po
deleted file mode 100644
index 9b10be6edf1100a0209154a90b913e2834404f7b..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/lang/es_ES.po
+++ /dev/null
@@ -1,1155 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: Constructor Theme\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-06-18 11:25+0200\n"
-"PO-Revision-Date: \n"
-"Last-Translator: sergio ambort <sergio.ambort@gmail.com>\n"
-"Language-Team: Mi PC <sergio.ambort@gmail.com>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Poedit-KeywordsList: __;_e;_c\n"
-"X-Poedit-Basepath: .\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11) ? 0 : ((n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20)) ? 1 : 2);\n"
-"X-Poedit-SourceCharset: utf-8\n"
-"X-Poedit-Language: Spanish\n"
-"X-Poedit-Country: ARGENTINA\n"
-"X-Poedit-SearchPath-0: W:/www/wordpress/wp-content/themes/constructor\n"
-
-#: W:/www/wordpress/wp-content/themes/constructor/sidebar.php:28
-#: W:/www/wordpress/wp-content/themes/constructor/template-monocolumn.php:24
-msgid "Pages"
-msgstr "Páginas"
-
-#: W:/www/wordpress/wp-content/themes/constructor/sidebar.php:30
-msgid "Categories"
-msgstr "Categorías"
-
-#: W:/www/wordpress/wp-content/themes/constructor/sidebar.php:32
-#: W:/www/wordpress/wp-content/themes/constructor/template-monocolumn.php:32
-msgid "Tags"
-msgstr "Etiquetas"
-
-#: W:/www/wordpress/wp-content/themes/constructor/sidebar.php:37
-msgid "Meta"
-msgstr "Meta"
-
-#: W:/www/wordpress/wp-content/themes/constructor/navigation.php:13
-msgid "<span>&raquo;</span> Older Entries"
-msgstr "<span>&raquo;Entradas Anteriores</span>"
-
-#: W:/www/wordpress/wp-content/themes/constructor/navigation.php:14
-msgid "Newer Entries <span>&raquo;</span>"
-msgstr "Entradas Posteriores <span>&raquo;</span>"
-
-#: W:/www/wordpress/wp-content/themes/constructor/template-authors.php:17
-#: W:/www/wordpress/wp-content/themes/constructor/template-monocolumn.php:19
-#: W:/www/wordpress/wp-content/themes/constructor/template-archive.php:49
-#, php-format
-msgid "Permanent Link to %s"
-msgstr "Enlace Permanente a %s"
-
-#: W:/www/wordpress/wp-content/themes/constructor/template-authors.php:20
-#: W:/www/wordpress/wp-content/themes/constructor/template-monocolumn.php:23
-#: W:/www/wordpress/wp-content/themes/constructor/template-archive.php:52
-msgid "Read the rest of this entry &raquo;"
-msgstr "Leer el resto de esta entrada &raquo;"
-
-#: W:/www/wordpress/wp-content/themes/constructor/template-authors.php:28
-#: W:/www/wordpress/wp-content/themes/constructor/template-monocolumn.php:29
-#: W:/www/wordpress/wp-content/themes/constructor/template-archive.php:87
-msgid "Back to Parent Page"
-msgstr "Volver a la página principal"
-
-#: W:/www/wordpress/wp-content/themes/constructor/template-authors.php:30
-#: W:/www/wordpress/wp-content/themes/constructor/template-monocolumn.php:33
-#: W:/www/wordpress/wp-content/themes/constructor/template-archive.php:89
-msgid "Edit"
-msgstr "Editar"
-
-#: W:/www/wordpress/wp-content/themes/constructor/slideshow.php:44
-msgid "Read more &raquo;"
-msgstr "Leer más &raquo;"
-
-#: W:/www/wordpress/wp-content/themes/constructor/template-monocolumn.php:34
-msgid "No Comments &#187;"
-msgstr "No hay comentarios &#187;"
-
-#: W:/www/wordpress/wp-content/themes/constructor/template-monocolumn.php:34
-msgid "1 Comment &#187;"
-msgstr "1 Comentario &#187;"
-
-#: W:/www/wordpress/wp-content/themes/constructor/template-monocolumn.php:34
-msgid "% Comments &#187;"
-msgstr "Comentarios% &#187;"
-
-#: W:/www/wordpress/wp-content/themes/constructor/template-monocolumn.php:34
-msgid "Comments Closed"
-msgstr "Los comentarios están cerrados"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:13
-msgid "This post is password protected. Enter the password to view comments."
-msgstr "Este puesto está protegido con contraseña. Introduzca la contraseña para ver los comentarios."
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:22
-msgid "No Responses"
-msgstr "No hay respuestas"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:22
-msgid "One Response"
-msgstr "Una respuesta"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:22
-msgid "% Responses"
-msgstr "Respuestas%"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:22
-#, php-format
-msgid "to &#8220;%s&#8221;"
-msgstr "a &#8220;%s&#8221;"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:36
-msgid "Comments are closed."
-msgstr "Los comentarios están cerrados."
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:47
-msgid "Leave a Reply"
-msgstr "Deja una respuesta"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:47
-#, php-format
-msgid "Leave a Reply for %s"
-msgstr "Deja una respuesta para %s"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:53
-#, php-format
-msgid "You must be <a href=\"%s\">logged in</a> to post a comment."
-msgstr "Usted debe estar <a href=\"%s\">conectado</a> para publicar un comentario."
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:59
-#, php-format
-msgid "Logged in as <a href=\"%1$s\">%2$s</a>."
-msgstr "Identificados como <a href=\"%1$s\">%2$s</a>."
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:59
-msgid "Log out of this account"
-msgstr "Sal de esta cuenta"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:59
-msgid "Log out &raquo;"
-msgstr "Salir &raquo;"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:62
-msgid "Name"
-msgstr "Nombre"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:62
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:64
-msgid "(required)"
-msgstr "(Requerido)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:64
-msgid "Mail (will not be published)"
-msgstr "Mail (no será publicado)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:66
-msgid "Website"
-msgstr "Sitio web"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:69
-#, php-format
-msgid "<strong>XHTML:</strong> You can use these tags: <code>%s</code>"
-msgstr "<strong>XHTML: Puedes</strong> usar estos tags: <code>%s</code>"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:71
-msgid "Submit Comment"
-msgstr "Enviar comentario"
-
-#: W:/www/wordpress/wp-content/themes/constructor/template-archive.php:30
-#, php-format
-msgid "%b"
-msgstr "%b"
-
-#: W:/www/wordpress/wp-content/themes/constructor/template-archive.php:31
-msgid "%B"
-msgstr "% B"
-
-#: W:/www/wordpress/wp-content/themes/constructor/404.php:13
-msgid "Error 404 - Not Found"
-msgstr "Error 404 - No se ha encontrado"
-
-#: W:/www/wordpress/wp-content/themes/constructor/404.php:16
-msgid "Sorry, but you are looking for something that isn&#8217;t here."
-msgstr "Lo sentimos, pero usted está buscando algo que no está aquí."
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:236
-msgid "No Image"
-msgstr "No Image"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:328
-msgid "Themes"
-msgstr "Temas"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:329
-msgid "Layout"
-msgstr "Disposición"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:330
-msgid "Sidebar"
-msgstr "Barra lateral"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:331
-msgid "Header"
-msgstr "Encabezamiento"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:332
-msgid "Content"
-msgstr "Contenido"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:333
-msgid "Comments"
-msgstr "Comentarios"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:334
-msgid "Footer"
-msgstr "Pie de página"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:335
-msgid "Fonts"
-msgstr "Fuentes"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:336
-msgid "Colors"
-msgstr "Colores"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:337
-msgid "Design"
-msgstr "Diseño"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:338
-msgid "CSS"
-msgstr "CSS"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:339
-msgid "Images"
-msgstr "Imágenes"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:340
-msgid "Slideshow"
-msgstr "Presentación de diapositivas"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:341
-msgid "Save"
-msgstr "Guardar"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:342
-msgid "Help"
-msgstr "Ayuda"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:24
-msgid "Author RSS Feed"
-msgstr "Feed RSS de Autor"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:24
-msgid "RSS Feed"
-msgstr "RSS Feed"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:30
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:34
-#, php-format
-msgid "%1$s %2$s"
-msgstr "%1$s %2$s"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:33
-msgid "Full Name"
-msgstr "Nombre completo"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:37
-msgid "Nickname"
-msgstr "Apodo"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:43
-msgid "Visit author website"
-msgstr "Visita la web del autor"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:47
-msgid "ICQ"
-msgstr "ICQ"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:52
-msgid "AIM"
-msgstr "AIM"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:57
-msgid "Yahoo IM"
-msgstr "Yahoo IM"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:62
-msgid "MSN"
-msgstr "MSN"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:67
-msgid "About Me"
-msgstr "Acerca de mí"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:75
-#, php-format
-msgid "Latest posts by %s"
-msgstr "Últimos mensajes de %s"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:86
-msgid "No posts by this author."
-msgstr "No hay mensajes de este autor."
-
-#: W:/www/wordpress/wp-content/themes/constructor/template-sitemap.php:32
-msgid "Archives"
-msgstr "Archivo"
-
-#: W:/www/wordpress/wp-content/themes/constructor/themes/example/config.php:24
-#, php-format
-msgid "%1$s is proudly powered by %2$s"
-msgstr "%1$s es orgullososamente promovido por %2$s"
-
-#: W:/www/wordpress/wp-content/themes/constructor/themes/example/config.php:25
-msgid "Constructor Theme"
-msgstr "Constructor Tema"
-
-#: W:/www/wordpress/wp-content/themes/constructor/layouts/single.php:6
-#: W:/www/wordpress/wp-content/themes/constructor/layouts/page.php:6
-msgid "Single"
-msgstr "Solo"
-
-#: W:/www/wordpress/wp-content/themes/constructor/layouts/list.php:6
-msgid "List"
-msgstr "Lista"
-
-#: W:/www/wordpress/wp-content/themes/constructor/layouts/tile.php:6
-msgid "Tile"
-msgstr "Azulejo"
-
-#: W:/www/wordpress/wp-content/themes/constructor/layouts/default.php:6
-msgid "Default"
-msgstr "Defecto"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:18
-msgid "Title"
-msgstr "Título"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:23
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:33
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:52
-msgid "Font Weight"
-msgstr "Fuente Peso"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:24
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:37
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:53
-msgid "Text Decoration"
-msgstr "Texto Decoración"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:29
-msgid "Font Family Example"
-msgstr "Ejemplo de fuente Familia"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:31
-msgid "The quick brown fox jumps over the lazy dog"
-msgstr "El veloz murciélago zorro sobre el perro perezoso"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:34
-msgid "Defines from thin to thick characters. 400 is the same as \"normal\", and 700 is the same as \"normal\""
-msgstr "Define de delgado a personajes de espesor. 400 es el mismo que \"normal\", y 700 es lo mismo que \"normal\""
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:39
-msgid "No capitalization. The text renders as it is. This is default"
-msgstr "Sin capitalización. El texto hace tal como es. Esta es la opción predeterminada"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:40
-msgid "Transforms the first character of each word to uppercase"
-msgstr "Transforma el primer carácter de cada palabra en mayúsculas"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:41
-msgid "Transforms all characters to uppercase"
-msgstr "Transforma todos los caracteres a mayúsculas"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:42
-msgid "Transforms all characters to lowercase"
-msgstr "Transforma todos los caracteres en minúsculas"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:47
-msgid "Description"
-msgstr "Descripción"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:57
-msgid "Headers"
-msgstr "Encabezados"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:48
-msgid "Opacity"
-msgstr "Opacidad"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:50
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:51
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:86
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:87
-msgid "None"
-msgstr "Ninguno"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:53
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:54
-msgid "Color"
-msgstr "Color"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:57
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:58
-msgid "Dark Low"
-msgstr "Dark baja"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:60
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:61
-msgid "Dark"
-msgstr "Oscuro"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:63
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:64
-msgid "Dark High"
-msgstr "Dark Alto"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:67
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:68
-msgid "Light Low"
-msgstr "Con poca luz"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:70
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:71
-msgid "Light"
-msgstr "Luz"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:73
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:74
-msgid "Light High"
-msgstr "La luz de alta"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:79
-msgid "Elements Colors"
-msgstr "Elementos de Colores"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:82
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:85
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:88
-msgid "tags"
-msgstr "etiquetas"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:91
-msgid "text"
-msgstr "texto"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:94
-msgid "text alternative"
-msgstr "texto alternativo"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:97
-msgid "background"
-msgstr "fondo"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:100
-msgid "background alternative"
-msgstr "fondo diferente"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:103
-msgid "border"
-msgstr "frontera"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:106
-msgid "border alternative"
-msgstr "alternativa frontera"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:109
-msgid "opacity style color"
-msgstr "opacidad del color estilo"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:47
-msgid "Width"
-msgstr "Ancho"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:50
-msgid "Container Width"
-msgstr "Ancho de contenedores"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:59
-msgid "Sidebar Width"
-msgstr "Ancho de la barra lateral"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:68
-msgid "Extra Bar Width"
-msgstr "Extra ancho de la barra"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:76
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:77
-msgid "Left"
-msgstr "Izquierda"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:79
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:80
-msgid "Right"
-msgstr "Derecho"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:83
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:84
-msgid "Two"
-msgstr "Dos"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:90
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:91
-msgid "Two Right"
-msgstr "Dos Derecho"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:93
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:94
-msgid "Two Left"
-msgstr "Dos a la izquierda"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/css.php:7
-#, php-format
-msgid "<font color=\"red\"><b>Warning!</b></font>: File \"%s\" is not writable."
-msgstr "<b><font color=\"red\">Advertencia:</font></b> El archivo \"%s\" no es escribible."
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/css.php:17
-#, php-format
-msgid "CSS is Cascading Style Sheets - read manual for beginners <a href=\"%1$s\">%1$s</a>"
-msgstr "CSS es Cascading Style Sheets - lea el manual para principiantes <a href=\"%1$s\">%1$s</a>"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/css.php:18
-msgid "CSS rules"
-msgstr "Reglas CSS"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/css.php:33
-msgid "CSS example"
-msgstr "CSS ejemplo"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/css.php:42
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:65
-msgid "Header menu"
-msgstr "Encabezado del menú"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:28
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/design.php:58
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/design.php:79
-msgid "Enable"
-msgstr "Permitir"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:34
-msgid "By default use images from posts with thumbnails"
-msgstr "Mediante imágenes por defecto el uso de los mensajes con imágenes en miniatura"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:38
-msgid "Options"
-msgstr "Opciones"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:41
-msgid "Show on page"
-msgstr "Mostrar en la página"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:44
-msgid "Show on single post"
-msgstr "Mostrar en el único puesto"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:47
-msgid "Show on archive"
-msgstr "Mostrar en el archivo"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:53
-msgid "Height"
-msgstr "Altura"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:62
-msgid "Advanced options"
-msgstr "Opciones avanzadas"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:63
-msgid "only for default slideshow"
-msgstr "sólo para presentación de diapositivas por defecto"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:67
-msgid "Number of slides"
-msgstr "Número de diapositivas"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:71
-msgid "Autoplay"
-msgstr "Reproducción automática"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:74
-msgid "Effect time (ms)"
-msgstr "El tiempo del efecto (ms)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:77
-msgid "Timeout between slides (ms)"
-msgstr "Tiempo de espera entre diapositivas (ms)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:82
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:39
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:75
-msgid "Position"
-msgstr "Posición"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:84
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:85
-msgid "In Content"
-msgstr "En Contenido"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:88
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:89
-msgid "Over Content"
-msgstr "Más de Contenido"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:100
-msgid "use <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\" title=\"wordpress.org\">NextGEN-Gallery</a>"
-msgstr "uso <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\" title=\"wordpress.org\">NextGEN-Gallery</a>"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:101
-msgid "required <a href=\"http://www.longtailvideo.com/players/jw-image-rotator/\" title=\"www.longtailvideo.com\">imagerotator.swf</a>"
-msgstr "requiere <a href=\"http://www.longtailvideo.com/players/jw-image-rotator/\" title=\"www.longtailvideo.com\">imagerotator.swf</a>"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:119
-msgid "You can use <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\">NextGEN-Gallery</a> plugin for build custom slideshow"
-msgstr "Puede utilizar el plugin <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\">NextGEN-Gallery</a> para crear presentaciones personalizadas"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:17
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:39
-msgid "Homepage"
-msgstr "Página principal"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:19
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:41
-msgid "Post"
-msgstr "Puesto"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:21
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:43
-msgid "Page"
-msgstr "Página"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:23
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:45
-msgid "Search"
-msgstr "Búsqueda"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:25
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:47
-msgid "Date"
-msgstr "Fecha"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:27
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:49
-msgid "Category"
-msgstr "Categoría"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:29
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:51
-msgid "Tag"
-msgstr "Día"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:6
-msgid "Posts"
-msgstr "Puestos"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:9
-msgid "Show author link"
-msgstr "Mostrar vínculo autor"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:13
-msgid "You can use short code [widgets] in your post, and can configured with <a href=\"widgets.php\">widgets</a> (use \"In Posts\" sidebar)"
-msgstr "Usted puede utilizar el código corto [reproductores] en su puesto, y se puede configurar con <a href=\"widgets.php\">widgets</a> (use \"In Posts\" sidebar)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:16
-msgid "Available <a href=\"http://code.google.com/p/wp-constructor/wiki/ConstructorShortcodes\" title=\"Constructor Short Codes\">short codes</a>:"
-msgstr "Disponible <a href=\"http://code.google.com/p/wp-constructor/wiki/ConstructorShortcodes\" title=\"Constructor Short Codes\">short codes</a>:"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:29
-msgid "Content widgets place"
-msgstr "Contenido reproductores lugar"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:30
-msgid "can configured with <a href=\"widgets.php\">widgets</a>, use \"After N Post\" sidebar"
-msgstr "puede configurar con <a href=\"widgets.php\">widgets</a> , use \"After N Post\" sidebar"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:36
-msgid "Show widgets place"
-msgstr "Mostrar widgets lugar"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:41
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:42
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:43
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:44
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:45
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:46
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:47
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:48
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:49
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:50
-#, php-format
-msgid "after %d post"
-msgstr "después de% d post"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/comments.php:25
-msgid "Avatar size"
-msgstr "Avatar tamaño"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/comments.php:36
-msgid "Thumbnail position"
-msgstr "Miniatura posición"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/footer.php:4
-msgid "Footer Text"
-msgstr "Pie de página del texto"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/footer.php:7
-msgid "Enter the text you want to appear in the Footer (or just enter a space if you don’t want any Footer text)"
-msgstr "Introduzca el texto que desea que aparezca en el pie de página (o simplemente entrar en un espacio si no quieres que el texto pie de página)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/footer.php:9
-msgid "And you can put your Google Analytics code here"
-msgstr "Y usted puede poner su código de Google Analytics aquí"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:5
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:34
-msgid "Body Image"
-msgstr "Imagen Corporal"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:6
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:42
-msgid "Background Image"
-msgstr "Imagen de fondo"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:7
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:50
-msgid "Header Wrapper Image"
-msgstr "Header Image Wrapper"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:8
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:64
-msgid "Content Wrapper Image"
-msgstr "Contenido de la imagen Wrapper"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:9
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:92
-msgid "Footer Wrapper Image"
-msgstr "Pie de imagen Wrapper"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:10
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:57
-msgid "Header Image"
-msgstr "Header Image"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:11
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:71
-msgid "Content Image"
-msgstr "Contenido de la imagen"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:12
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:99
-msgid "Footer Image"
-msgstr "Pie de imagen"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:13
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:78
-msgid "Sidebar Image"
-msgstr "Barra lateral de la imagen"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:25
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/save.php:20
-#, php-format
-msgid "<font color=\"red\"><b>Warning!</b></font>: Directory \"%s\" is not writable."
-msgstr "<b><font color=\"red\">Advertencia:</font></b> El directorio \"%s\" no es escribible"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:85
-msgid "Extrabar Image"
-msgstr "Extrabar imagen"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:111
-msgid "See helpful illustration!"
-msgstr "Ver ilustración útil!"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:132
-msgid "Preview image"
-msgstr "Vista previa de la imagen"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:132
-msgid "preview"
-msgstr "vista previa"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:133
-msgid "Remove image (only from theme)"
-msgstr "Eliminar imagen (sólo de tema)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:133
-msgid "clear"
-msgstr "claro"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:153
-msgid "Fixed position"
-msgstr "Posición fija"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:175
-msgid "Image Position"
-msgstr "Posición de la imagen"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:176
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:27
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:77
-msgid "Top Left"
-msgstr "Arriba a la izquierda"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:177
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:28
-msgid "Top Center"
-msgstr "Top Center"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:178
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:29
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:79
-msgid "Top Right"
-msgstr "Arriba a la derecha"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:182
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:83
-msgid "Center Left"
-msgstr "Centro Izquierda"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:183
-msgid "Center Center"
-msgstr "Centro de"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:184
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:85
-msgid "Center Right"
-msgstr "Centro de Derecho"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:188
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:39
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:89
-msgid "Bottom Left"
-msgstr "Inferior izquierda"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:189
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:40
-msgid "Bottom Center"
-msgstr "Centro de fondo"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:190
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:41
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:91
-msgid "Bottom Right"
-msgstr "Parte inferior derecha"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:193
-msgid "Image Repeat"
-msgstr "Repetir imagen"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:194
-msgid "No Repeat"
-msgstr "No repetir"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:195
-msgid "Repeat Horizontal"
-msgstr "Repita horizontal"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:197
-msgid "Repeat Vertical"
-msgstr "Repita vertical"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:24
-msgid "Title position"
-msgstr "Título posición"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:47
-msgid "Hidden title"
-msgstr "Ocultos título"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:50
-msgid "hide title by CSS"
-msgstr "ocultar título por CSS"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:55
-msgid "Header height"
-msgstr "Encabezado altura"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:66
-msgid "menu can configured with <a href=\"widgets.php\">widgets</a>, use \"header\" sidebar"
-msgstr "menú se puede configurar con <a href=\"widgets.php\">widgets</a> , utilice \"header\" sidebar"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:72
-msgid "Show top menu"
-msgstr "Mostrar los menús"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:98
-msgid "stretch across the width"
-msgstr "se extienden a lo ancho"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:101
-msgid "Header Menu"
-msgstr "Encabezado del menú"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:102
-msgid "You can use <a href=\"nav-menus.php\">navigation menu</a> with name \"Header Menu\""
-msgstr "Usted puede utilizar <a href=\"nav-menus.php\">el menú de navegación</a> con el nombre \"Header Menu\""
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:106
-msgid "Disable pages"
-msgstr "Deshabilitar páginas"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:107
-msgid "Show first-level pages"
-msgstr "Mostrar páginas de primer nivel"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:108
-msgid "Show pages in drop-down menu"
-msgstr "Mostrar las páginas en el menú desplegable"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:109
-msgid "Show pages in drop-down menu (2-levels)"
-msgstr ""
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:110
-msgid "Show pages in drop-down menu (3-levels)"
-msgstr ""
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:113
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:130
-msgid "Exclude:"
-msgstr "Excluir:"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:115
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:132
-msgid "(IDs, coma separated)"
-msgstr "(Id., coma separada)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:120
-msgid "Group categories in one menu item"
-msgstr ""
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:123
-msgid "Disable categories"
-msgstr "Deshabilitar las categorías"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:124
-msgid "Show first-level categories"
-msgstr "Mostrar categorías de primer nivel"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:125
-msgid "Show categories in drop-down menu"
-msgstr ""
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:126
-msgid "Show categories in drop-down menu (2-levels)"
-msgstr ""
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:127
-msgid "Show categories in drop-down menu (3-levels)"
-msgstr ""
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:134
-msgid "Custom title:"
-msgstr "Personalizar el título:"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:138
-msgid "Links"
-msgstr "Enlaces"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:141
-msgid "Show link to home page"
-msgstr "Mostrar enlace a tu página de inicio"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:144
-msgid "Show link to RSS feed"
-msgstr "Mostrar enlace al feed RSS"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:146
-msgid "Tools"
-msgstr "Instrumentos"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:149
-msgid "Show search form"
-msgstr "Mostrar el formulario de búsqueda"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/help.php:6
-msgid "Constructor Wordpress Theme"
-msgstr "Constructor Tema de Wordpress"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/help.php:8
-msgid "Project Homepage"
-msgstr "Página web del proyecto"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/help.php:9
-msgid "Author Homepage"
-msgstr "Autor Página de inicio"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/help.php:12
-msgid "Related Links"
-msgstr "Enlaces relacionados"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/help.php:23
-msgid "Donate"
-msgstr "Donar"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/help.php:41
-msgid "Author works"
-msgstr "Autor de obras"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/save.php:1
-msgid "Save As"
-msgstr "Guardar como"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/save.php:13
-msgid "Save Current Theme As ..."
-msgstr "Guardar como ... Tema actual"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/save.php:24
-msgid "Theme Name"
-msgstr "Tema Nombre"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/save.php:28
-msgid "Theme URI"
-msgstr "Tema URI"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/save.php:36
-msgid "Version"
-msgstr "Versión"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/save.php:40
-msgid "Author"
-msgstr "Autor"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/save.php:44
-msgid "Author URI"
-msgstr "Autor URI"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/save.php:49
-msgid "Save Theme"
-msgstr "Guardar tema"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/themes.php:51
-msgid "File \"style.css\" is not exists"
-msgstr "Archivo \"style.css\" no es existe"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/themes.php:52
-msgid "Anonymous"
-msgstr "Anónimo"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/themes.php:66
-msgid "version"
-msgstr "versión"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/design.php:53
-msgid "Borders"
-msgstr "Fronteras"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/design.php:61
-msgid "Border radius"
-msgstr "Frontera radio"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/design.php:69
-msgid "Features for modern browsers (not IE of course)"
-msgstr "Características de los navegadores modernos (es decir, por supuesto)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/design.php:73
-msgid "Shadow"
-msgstr "Sombra"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/design.php:82
-msgid "Horizontal offset"
-msgstr "Desplazamiento horizontal"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/design.php:85
-msgid "Vertical offset"
-msgstr "Desplazamiento vertical"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/design.php:88
-msgid "Blur"
-msgstr "Mancha"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/ajax/save.php:33
-#: W:/www/wordpress/wp-content/themes/constructor/admin/ajax/save.php:36
-#, php-format
-msgid "Directory \"%s\" is not writable."
-msgstr "El directorio \"%s\" no es escribible."
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/ajax/save.php:54
-#: W:/www/wordpress/wp-content/themes/constructor/admin/ajax/save.php:68
-#: W:/www/wordpress/wp-content/themes/constructor/admin/ajax/save.php:72
-#, php-format
-msgid "Can't copy file \"%s\"."
-msgstr "No se puede copiar el archivo \"%s\"."
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/ajax/save.php:107
-#: W:/www/wordpress/wp-content/themes/constructor/admin/ajax/save.php:111
-#, php-format
-msgid "Can't save file \"%s\"."
-msgstr "No se puede guardar el archivo \"%s\"."
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/ajax/save.php:114
-msgid "Theme was saved, please reload page for view changes"
-msgstr "Tema se salvó, por favor, vuelva a cargar la página para ver los cambios"
-
-#: W:/www/wordpress/wp-content/themes/constructor/libs/Constructor/Main.php:207
-msgid "Home"
-msgstr "Casa"
-
-#: W:/www/wordpress/wp-content/themes/constructor/libs/Constructor/Main.php:373
-#, php-format
-msgid "%1$s and %2$s."
-msgstr "%1$s and %2$s."
-
-#: W:/www/wordpress/wp-content/themes/constructor/libs/Constructor/Main.php:373
-msgid "Entries (RSS)"
-msgstr "Entradas (RSS)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/libs/Constructor/Main.php:373
-msgid "Comments (RSS)"
-msgstr "Comentarios (RSS)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/libs/Constructor/Main.php:377
-#, php-format
-msgid "%d queries. %s seconds."
-msgstr "%d consultas.  %s segundos."
-
-#: W:/www/wordpress/wp-content/themes/constructor/libs/Constructor/Admin.php:137
-#, php-format
-msgid "System can't create \"%s\" directory"
-msgstr "El sistema no puede crear el directorio \"%s\""
-
-#: W:/www/wordpress/wp-content/themes/constructor/libs/Constructor/Admin.php:152
-#, php-format
-msgid "File \"%s\" is not a image (jpeg, png, gif, tiff)"
-msgstr ""
-
-#: W:/www/wordpress/wp-content/themes/constructor/libs/Constructor/Admin.php:159
-#, php-format
-msgid "File \"%s\" can't be move to \"images\" folder"
-msgstr "El archivo \"%s\" no se puede pasar al directorio  \"images\""
-
-#: W:/www/wordpress/wp-content/themes/constructor/libs/Constructor/Admin.php:244
-#: W:/www/wordpress/wp-content/themes/constructor/libs/Constructor/Admin.php:395
-msgid "Customize Theme"
-msgstr "Personalizar el tema"
-
-#: W:/www/wordpress/wp-content/themes/constructor/libs/Constructor/Admin.php:245
-msgid "Customize"
-msgstr "Personalizar"
-
-#: W:/www/wordpress/wp-content/themes/constructor/libs/Constructor/Admin.php:398
-msgid "If you like this theme and find it useful, help keep this theme free and actively developed by clicking the donate button (via PayPal or CC)"
-msgstr "Si te gusta este tema y ser útil, ayudar a mantener este tema libre y desarrollado activamente haciendo clic en el botón de donar (a través de PayPal o CC)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/libs/Constructor/Admin.php:402
-msgid "Options saved."
-msgstr "Opciones de guardado."
-
-#: W:/www/wordpress/wp-content/themes/constructor/libs/Constructor/Admin.php:406
-msgid "Some images can't be upload. Please check permissions"
-msgstr "Algunas imágenes no se puede cargar. Por favor, compruebe los permisos"
-
-#: W:/www/wordpress/wp-content/themes/constructor/libs/Constructor/Admin.php:427
-msgid "Save Changes"
-msgstr "Guardar cambios"
-
diff --git a/wp-content/themes/constructor/lang/fr_FR.mo b/wp-content/themes/constructor/lang/fr_FR.mo
deleted file mode 100644
index 6b313dfc4e32625ec016f1dfb7694940dae65b3e..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/lang/fr_FR.mo and /dev/null differ
diff --git a/wp-content/themes/constructor/lang/fr_FR.po b/wp-content/themes/constructor/lang/fr_FR.po
deleted file mode 100644
index e0112bf15a9541c1bab40c3795997e73058fdc46..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/lang/fr_FR.po
+++ /dev/null
@@ -1,881 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: Reaves\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-06 18:26+0100\n"
-"PO-Revision-Date: \n"
-"Last-Translator: Anton Shevchuk <Anton.Shevchuk@gmail.com>\n"
-"Language-Team:  <biologie.france@gmail.com>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Poedit-Language: French\n"
-"X-Poedit-Country: FRANCE\n"
-"X-Poedit-KeywordsList: __;_e;_c\n"
-"X-Poedit-Basepath: .\n"
-"X-Poedit-SourceCharset: utf-8\n"
-"X-Poedit-SearchPath-0: ..\n"
-
-#: ../404.php:13
-msgid "Error 404 - Not Found"
-msgstr "Erreur 404 - Non trouvé"
-
-#: ../404.php:16
-msgid "Sorry, but you are looking for something that isn&#8217;t here."
-msgstr "Desolé, mais il n'y a rien ici"
-
-#: ../author.php:22
-msgid "Author RSS Feed"
-msgstr "Flux RSS de l'auteur"
-
-#: ../author.php:22
-#: ../functions.php:228
-msgid "RSS Feed"
-msgstr "Flux RSS"
-
-#: ../author.php:28
-#: ../author.php:32
-#, php-format
-msgid "%1$s %2$s"
-msgstr "%1$s %2$s"
-
-#: ../author.php:31
-msgid "Full Name"
-msgstr "Nom complet"
-
-#: ../author.php:35
-msgid "Nickname"
-msgstr "Surnom"
-
-#: ../author.php:40
-#: ../comments.php:74
-msgid "Website"
-msgstr "Site web"
-
-#: ../author.php:41
-msgid "Visit author website"
-msgstr "Site web de l'auteur"
-
-#: ../author.php:45
-msgid "ICQ"
-msgstr "ICQ"
-
-#: ../author.php:50
-msgid "AIM"
-msgstr "AIM"
-
-#: ../author.php:55
-msgid "Yahoo IM"
-msgstr "Yahoo IM"
-
-#: ../author.php:60
-msgid "MSN"
-msgstr "MSN"
-
-#: ../author.php:65
-msgid "About Me"
-msgstr "A mon propos"
-
-#: ../author.php:70
-#, php-format
-msgid "Last posts by %s"
-msgstr "Dernier article par %s"
-
-#: ../author.php:77
-#: ../layout-default.php:17
-#: ../layout-list.php:18
-#: ../layout-tile.php:17
-#: ../page.php:20
-#, php-format
-msgid "Permanent Link to %s"
-msgstr "Lien permanent vers %s"
-
-#: ../author.php:78
-#: ../layout-default.php:24
-#: ../layout-list.php:19
-#: ../layout-tile.php:25
-#: ../page.php:31
-msgid "F jS, Y"
-msgstr "j F Y"
-
-#: ../author.php:81
-msgid "No posts by this author."
-msgstr "Aucun article de cet auteur"
-
-#: ../author.php:90
-#: ../layout-default.php:36
-#: ../layout-list.php:38
-#: ../layout-tile.php:33
-msgid "Newer Entries &raquo;"
-msgstr "Nouvelles entrées &raquo;"
-
-#: ../author.php:91
-#: ../layout-default.php:35
-#: ../layout-list.php:37
-#: ../layout-tile.php:32
-msgid "&laquo; Older Entries"
-msgstr "&laquo; Anciennes entrées"
-
-#: ../comments.php:12
-msgid "This post is password protected. Enter the password to view comments."
-msgstr "Cet article est protégé par mot de passe. Entrez le mot de passe pour voir les commentaires"
-
-#: ../comments.php:21
-msgid "No Responses"
-msgstr "Aucune réponse"
-
-#: ../comments.php:21
-msgid "One Response"
-msgstr "Une réponse"
-
-#: ../comments.php:21
-msgid "% Responses"
-msgstr "% Réponses"
-
-#: ../comments.php:21
-#, php-format
-msgid "to &#8220;%s&#8221;"
-msgstr "à &#8220;%s&#8221;"
-
-#: ../comments.php:39
-msgid "Comments are closed."
-msgstr "Les commentaires sont fermés."
-
-#: ../comments.php:49
-msgid "Leave a Reply"
-msgstr "Laisser une réponse"
-
-#: ../comments.php:49
-#, php-format
-msgid "Leave a Reply for %s"
-msgstr "Laisser une réponse pour %s"
-
-#: ../comments.php:56
-#, php-format
-msgid "You must be <a href=\"%s\">logged in</a> to post a comment."
-msgstr "Vous devez être <a href=\"%s\">connecté</a> pour poster un commentaire."
-
-#: ../comments.php:63
-#, php-format
-msgid "Logged in as <a href=\"%1$s\">%2$s</a>."
-msgstr "Connecté en tant que <a href=\"%1$s\">%2$s</a>."
-
-#: ../comments.php:63
-msgid "Log out of this account"
-msgstr "Se déconnecter de ce compte"
-
-#: ../comments.php:63
-msgid "Log out &raquo;"
-msgstr "Se déconnecter &raquo;"
-
-#: ../comments.php:68
-msgid "Name"
-msgstr "Nom"
-
-#: ../comments.php:68
-#: ../comments.php:71
-msgid "(required)"
-msgstr "(requis)"
-
-#: ../comments.php:71
-msgid "Mail (will not be published)"
-msgstr "Email (ne sera pas publié)"
-
-#: ../comments.php:78
-#, php-format
-msgid "<strong>XHTML:</strong> You can use these tags: <code>%s</code>"
-msgstr "<strong>XHTML:</strong> Vous pouvez utiliser ces tags: <code>%s</code>"
-
-#: ../comments.php:82
-msgid "Submit Comment"
-msgstr "Envoyer"
-
-#: ../functions.php:226
-msgid "Home"
-msgstr "Accueil"
-
-#: ../functions.php:257
-#: ../page.php:24
-#: ../sidebar.php:18
-msgid "Pages"
-msgstr "Pages"
-
-#: ../functions.php:291
-#, php-format
-msgid "%1$s is proudly powered by %2$s"
-msgstr "%1$s est fièrement propulsé par %2$s, traduit par <a href=http://mu.biologie-france.com/>Autour d'un Café</a>"
-
-#: ../functions.php:292
-msgid "Constructor Theme"
-msgstr "Thème Constructor"
-
-#: ../functions.php:293
-#, php-format
-msgid "%1$s and %2$s."
-msgstr "%1$s et %2$s."
-
-#: ../functions.php:293
-msgid "Entries (RSS)"
-msgstr "Flux RSS des articles"
-
-#: ../functions.php:293
-msgid "Comments (RSS)"
-msgstr "Flux RSS des commentaires"
-
-#: ../functions.php:297
-#, php-format
-msgid "%d queries. %s seconds."
-msgstr "%d requêtes, %s secondes"
-
-#: ../functions.php:311
-msgid "No Image"
-msgstr "Aucune image"
-
-#: ../layout-default.php:20
-#: ../layout-list.php:25
-#: ../page.php:23
-msgid "Read the rest of this entry &raquo;"
-msgstr "Lisez le reste de cet article &raquo;"
-
-#: ../layout-default.php:26
-#: ../page.php:32
-#: ../sidebar.php:22
-msgid "Tags"
-msgstr "Tags"
-
-#: ../layout-default.php:27
-#: ../page.php:33
-msgid "Edit"
-msgstr "Editer"
-
-#: ../layout-default.php:28
-#: ../page.php:34
-msgid "No Comments &#187;"
-msgstr "Aucun commentaire &#187;"
-
-#: ../layout-default.php:28
-#: ../page.php:34
-msgid "1 Comment &#187;"
-msgstr "1 commentaire &#187;"
-
-#: ../layout-default.php:28
-#: ../page.php:34
-msgid "% Comments &#187;"
-msgstr "% commentaires &#187;"
-
-#: ../layout-default.php:28
-#: ../page.php:34
-msgid "Comments Closed"
-msgstr "Commentaires fermés"
-
-#: ../page.php:29
-msgid "Back to Parent Page"
-msgstr "Retour vers la page parente"
-
-#: ../sidebar.php:20
-msgid "Categories"
-msgstr "Catégories"
-
-#: ../sidebar.php:27
-msgid "Meta"
-msgstr "Meta"
-
-#: ../template-archive.php:30
-#, php-format
-msgid "%b"
-msgstr "%b"
-
-#: ../template-archive.php:31
-msgid "%B"
-msgstr "%B"
-
-#: ../template-sitemap.php:32
-msgid "Archives"
-msgstr "Archives"
-
-#: ../admin/settings.php:63
-#, php-format
-msgid "System can't create \"%s\" directory"
-msgstr "Le système ne peut créer le repertoire \"%s\" "
-
-#: ../admin/settings.php:78
-#, php-format
-msgid "File \"%s\" is not a image (jpeg, png, gif)"
-msgstr "Le fichier \"%s\" n'est pas une image (jpeg, png, gif)"
-
-#: ../admin/settings.php:139
-#: ../admin/settings.php:176
-msgid "Customize Theme"
-msgstr "Personnaliser le thème"
-
-#: ../admin/settings.php:139
-msgid "Customize"
-msgstr "Personnaliser"
-
-#: ../admin/settings.php:177
-msgid "Options saved."
-msgstr "Options enregistrées"
-
-#: ../admin/settings.php:181
-msgid "Errors"
-msgstr "Erreurs"
-
-#: ../admin/settings.php:208
-msgid "Save Changes"
-msgstr "Enregistrer les modifications"
-
-#: ../admin/settings/colors.php:1
-msgid "Colors"
-msgstr "Couleurs"
-
-#: ../admin/settings/colors.php:62
-msgid "Opacity"
-msgstr "Opacité"
-
-#: ../admin/settings/colors.php:64
-#: ../admin/settings/colors.php:65
-msgid "None"
-msgstr "Aucun"
-
-#: ../admin/settings/colors.php:67
-#: ../admin/settings/colors.php:68
-msgid "Color"
-msgstr "Couleur"
-
-#: ../admin/settings/colors.php:71
-#: ../admin/settings/colors.php:72
-msgid "Dark Low"
-msgstr "Noir clair"
-
-#: ../admin/settings/colors.php:74
-#: ../admin/settings/colors.php:75
-msgid "Dark"
-msgstr "Sombre"
-
-#: ../admin/settings/colors.php:77
-#: ../admin/settings/colors.php:78
-msgid "Dark High"
-msgstr "Noir foncé"
-
-#: ../admin/settings/colors.php:81
-#: ../admin/settings/colors.php:82
-msgid "Light Low"
-msgstr "Clair obscur"
-
-#: ../admin/settings/colors.php:84
-#: ../admin/settings/colors.php:85
-msgid "Light"
-msgstr "Clair"
-
-#: ../admin/settings/colors.php:87
-#: ../admin/settings/colors.php:88
-msgid "Light High"
-msgstr "Très clair"
-
-#: ../admin/settings/colors.php:93
-msgid "Shadow"
-msgstr "Ombre"
-
-#: ../admin/settings/colors.php:96
-msgid "Only for Safari and Chrome"
-msgstr "Seulement pour Safari et Chrome"
-
-#: ../admin/settings/colors.php:100
-msgid "Elements Colors"
-msgstr "Couleur des éléments"
-
-#: ../admin/settings/colors.php:103
-msgid "background"
-msgstr "fond"
-
-#: ../admin/settings/colors.php:106
-msgid "background alternative"
-msgstr "fond alternatif"
-
-#: ../admin/settings/colors.php:109
-msgid "opacity style color"
-msgstr "couleur de l'opacité"
-
-#: ../admin/settings/colors.php:112
-msgid "text"
-msgstr "texte"
-
-#: ../admin/settings/colors.php:115
-msgid "text alternative"
-msgstr "texte alternatif"
-
-#: ../admin/settings/colors.php:118
-msgid "border"
-msgstr "bordure"
-
-#: ../admin/settings/colors.php:121
-msgid "border alternative"
-msgstr "bordure alternative"
-
-#: ../admin/settings/colors.php:124
-#: ../admin/settings/colors.php:127
-#: ../admin/settings/colors.php:130
-msgid "tags"
-msgstr "tags"
-
-#: ../admin/settings/content.php:1
-msgid "Content"
-msgstr "Contenu"
-
-#: ../admin/settings/content.php:4
-msgid "Posts"
-msgstr "Articles"
-
-#: ../admin/settings/content.php:7
-msgid "Show author link"
-msgstr "Montrer le lien de l'auteur"
-
-#: ../admin/settings/css.php:1
-msgid "CSS"
-msgstr "CSS"
-
-#: ../admin/settings/css.php:5
-#, php-format
-msgid "<font color=\"red\"><b>Warning!</b></font>: File \"%s\" is not writable."
-msgstr "<font color=\"red\"><b>Attention!</b></font>: Le fichier \"%s\" ne peut être modifié."
-
-#: ../admin/settings/export.php:1
-msgid "Export"
-msgstr "Exporter"
-
-#: ../admin/settings/export.php:2
-msgid "Export Current Theme"
-msgstr "Exporter le thème courant"
-
-#: ../admin/settings/export.php:3
-msgid "Use this is options for export your changes"
-msgstr "Utiliser cette option pour exporter vos changements"
-
-#: ../admin/settings/export.php:3
-msgid "save changes before export"
-msgstr "enregistrer les modifications avant l'export"
-
-#: ../admin/settings/export.php:6
-msgid "click here and save file"
-msgstr "cliquez ici et enregistrez le fichier"
-
-#: ../admin/settings/export.php:12
-#, php-format
-msgid "For import theme - use your FTP access and create new folder in folder <code>%s/themes</code> and upload <code>config.php</code>"
-msgstr "Pour importer ce thème, utilisez votre accès FTP, créez un nouveau répertoire dans le repertoire<code>%s/themes</code> et uploadez <code>config.php</code>"
-
-#: ../admin/settings/export.php:17
-msgid "Create <code>style.css</code> with follow text (change text in UPPERCASE)"
-msgstr "Créez le fichier <code>style.css</code> avec le texte suivant (les changements sont en MAJUSCULE)"
-
-#: ../admin/settings/export.php:31
-msgid "Create <code>screenshot.png</code> with screen of your theme and resolution 300x225 and upload too (isn't required)"
-msgstr "Créez le fichier <code>screenshot.png</code> avec un aperçu de votre thème et une résolution de 300x225 et uploadez le (ce n'est pas requis)"
-
-#: ../admin/settings/fonts.php:1
-msgid "Fonts"
-msgstr "Police"
-
-#: ../admin/settings/fonts.php:6
-msgid "Header Font"
-msgstr "Police de l'en-tête"
-
-#: ../admin/settings/fonts.php:13
-#: ../admin/settings/fonts.php:25
-msgid "The quick brown fox jumps over the lazy dog"
-msgstr "Le renard roux rapide saute au dessus du chien paresseux"
-
-#: ../admin/settings/fonts.php:18
-msgid "Body Font"
-msgstr "Police du corps"
-
-#: ../admin/settings/footer.php:1
-msgid "Footer"
-msgstr "Pied de page"
-
-#: ../admin/settings/footer.php:4
-msgid "Footer Text"
-msgstr "Texte du pied de page"
-
-#: ../admin/settings/header.php:1
-msgid "Header"
-msgstr "En-tête"
-
-#: ../admin/settings/header.php:5
-msgid "Title position"
-msgstr "Position du titre"
-
-#: ../admin/settings/header.php:7
-#: ../admin/settings/sidebar.php:7
-#: ../admin/settings/sidebar.php:8
-msgid "Left"
-msgstr "Gauche"
-
-#: ../admin/settings/header.php:8
-msgid "Center"
-msgstr "Centre"
-
-#: ../admin/settings/header.php:9
-#: ../admin/settings/sidebar.php:10
-#: ../admin/settings/sidebar.php:11
-msgid "Right"
-msgstr "Droite"
-
-#: ../admin/settings/header.php:14
-msgid "Title colors"
-msgstr "Couleur du titre"
-
-#: ../admin/settings/header.php:17
-msgid "title"
-msgstr "titre"
-
-#: ../admin/settings/header.php:20
-msgid "description"
-msgstr "description"
-
-#: ../admin/settings/header.php:25
-msgid "Header menu"
-msgstr "Menu d'en-tête"
-
-#: ../admin/settings/header.php:28
-msgid "Don't show menu"
-msgstr "Ne pas montrer le menu"
-
-#: ../admin/settings/header.php:31
-msgid "Show first-level pages"
-msgstr "Montrer les pages du premier niveau"
-
-#: ../admin/settings/header.php:34
-msgid "Show pages in drop-down menu"
-msgstr "Montrer les pages dans un menu déroulant"
-
-#: ../admin/settings/header.php:37
-msgid "Show pages in drop-down menu (2-levels)"
-msgstr "Montrer les pages dans un menu déroulant (2 niveaux)"
-
-#: ../admin/settings/header.php:40
-msgid "Show link to home page"
-msgstr "Montrer le lien vers la page d'accueil"
-
-#: ../admin/settings/header.php:43
-msgid "Show link to RSS feed"
-msgstr "Montrer le lien du flux RSS"
-
-#: ../admin/settings/images.php:1
-msgid "Images"
-msgstr "Images"
-
-#: ../admin/settings/images.php:14
-#, php-format
-msgid "<font color=\"red\"><b>Warning!</b></font>: Directory \"%s\" is not writable."
-msgstr "<font color=\"red\"><b>Attention!</b></font>: Le répertoire \"%s\" n'a pas les droits d'écriture."
-
-#: ../admin/settings/images.php:18
-msgid "Body Image"
-msgstr "Image du Corps"
-
-#: ../admin/settings/images.php:23
-#: ../admin/settings/images.php:81
-#: ../admin/settings/images.php:119
-#: ../admin/settings/images.php:129
-#: ../admin/settings/images.php:160
-#: ../admin/settings/images.php:191
-msgid "preview"
-msgstr "aperçu"
-
-#: ../admin/settings/images.php:30
-#: ../admin/settings/images.php:88
-msgid "Fixed position"
-msgstr "Position fixe"
-
-#: ../admin/settings/images.php:35
-msgid "Image Repeat"
-msgstr "Répéter l'image"
-
-#: ../admin/settings/images.php:36
-#: ../admin/settings/images.php:37
-msgid "No Repeat"
-msgstr "Aucune répétition"
-
-#: ../admin/settings/images.php:40
-#: ../admin/settings/images.php:41
-msgid "Repeat Horizontal"
-msgstr "Répétition horizontale"
-
-#: ../admin/settings/images.php:44
-#: ../admin/settings/images.php:45
-msgid "Repeat Vertical"
-msgstr "Répéter verticalement"
-
-#: ../admin/settings/images.php:49
-#: ../admin/settings/images.php:50
-#: ../admin/settings/layout.php:103
-#: ../admin/settings/layout.php:104
-#: ../admin/settings/layout.php:117
-#: ../admin/settings/layout.php:118
-#: ../admin/settings/layout.php:131
-#: ../admin/settings/layout.php:132
-#: ../admin/settings/layout.php:145
-#: ../admin/settings/layout.php:146
-msgid "Tile"
-msgstr "Pavé"
-
-#: ../admin/settings/images.php:56
-#: ../admin/settings/images.php:93
-#: ../admin/settings/images.php:135
-#: ../admin/settings/images.php:166
-#: ../admin/settings/images.php:197
-msgid "Image Position"
-msgstr "Position de l'image"
-
-#: ../admin/settings/images.php:57
-#: ../admin/settings/images.php:94
-#: ../admin/settings/images.php:136
-#: ../admin/settings/images.php:167
-#: ../admin/settings/images.php:198
-msgid "Top Left"
-msgstr "En haut à gauche"
-
-#: ../admin/settings/images.php:58
-#: ../admin/settings/images.php:95
-#: ../admin/settings/images.php:137
-#: ../admin/settings/images.php:168
-#: ../admin/settings/images.php:199
-msgid "Top Center"
-msgstr "En haut au centre"
-
-#: ../admin/settings/images.php:59
-#: ../admin/settings/images.php:96
-#: ../admin/settings/images.php:138
-#: ../admin/settings/images.php:169
-#: ../admin/settings/images.php:200
-msgid "Top Right"
-msgstr "En haut à droite"
-
-#: ../admin/settings/images.php:63
-#: ../admin/settings/images.php:100
-#: ../admin/settings/images.php:142
-#: ../admin/settings/images.php:173
-#: ../admin/settings/images.php:204
-msgid "Center Left"
-msgstr "Centre - gauche"
-
-#: ../admin/settings/images.php:64
-#: ../admin/settings/images.php:101
-#: ../admin/settings/images.php:143
-#: ../admin/settings/images.php:174
-#: ../admin/settings/images.php:205
-msgid "Center Center"
-msgstr "Centre - centre"
-
-#: ../admin/settings/images.php:65
-#: ../admin/settings/images.php:102
-#: ../admin/settings/images.php:144
-#: ../admin/settings/images.php:175
-#: ../admin/settings/images.php:206
-msgid "Center Right"
-msgstr "Centre - droite"
-
-#: ../admin/settings/images.php:69
-#: ../admin/settings/images.php:106
-#: ../admin/settings/images.php:148
-#: ../admin/settings/images.php:179
-#: ../admin/settings/images.php:210
-msgid "Bottom Left"
-msgstr "En bas à gauche"
-
-#: ../admin/settings/images.php:70
-#: ../admin/settings/images.php:107
-#: ../admin/settings/images.php:149
-#: ../admin/settings/images.php:180
-#: ../admin/settings/images.php:211
-msgid "Bottom Center"
-msgstr "En bas au centre"
-
-#: ../admin/settings/images.php:71
-#: ../admin/settings/images.php:108
-#: ../admin/settings/images.php:150
-#: ../admin/settings/images.php:181
-#: ../admin/settings/images.php:212
-msgid "Bottom Right"
-msgstr "En bas à droite"
-
-#: ../admin/settings/images.php:76
-msgid "Background Image"
-msgstr "Image de fond"
-
-#: ../admin/settings/images.php:114
-msgid "Content Image"
-msgstr "Contenu de l'image"
-
-#: ../admin/settings/images.php:114
-msgid "repeat by Y and w/out opacity"
-msgstr "répéter par Y et sans opacité"
-
-#: ../admin/settings/images.php:124
-msgid "Sidebar Image"
-msgstr "Image de la barre latérale"
-
-#: ../admin/settings/images.php:155
-msgid "Extrabar Image"
-msgstr "Image dans l'extrabarre"
-
-#: ../admin/settings/images.php:186
-msgid "Footer Image"
-msgstr "Image de pied de page"
-
-#: ../admin/settings/layout.php:1
-msgid "Layout"
-msgstr "Mise en forme"
-
-#: ../admin/settings/layout.php:61
-#: ../admin/settings/slideshow.php:32
-msgid "Options"
-msgstr "Options"
-
-#: ../admin/settings/layout.php:64
-msgid "Header Height"
-msgstr "Hauteur de l'en-tête"
-
-#: ../admin/settings/layout.php:73
-msgid "Container Width"
-msgstr "Largeur du contenu"
-
-#: ../admin/settings/layout.php:82
-msgid "Sidebar Width"
-msgstr "Largeur de la barre latérale"
-
-#: ../admin/settings/layout.php:91
-msgid "Extra Bar Width"
-msgstr "Largeur de l'extrabarre"
-
-#: ../admin/settings/layout.php:98
-msgid "Homepage"
-msgstr "Page d'accueil"
-
-#: ../admin/settings/layout.php:100
-#: ../admin/settings/layout.php:101
-#: ../admin/settings/layout.php:114
-#: ../admin/settings/layout.php:115
-#: ../admin/settings/layout.php:128
-#: ../admin/settings/layout.php:129
-#: ../admin/settings/layout.php:142
-#: ../admin/settings/layout.php:143
-msgid "Default"
-msgstr "Défaut"
-
-#: ../admin/settings/layout.php:106
-#: ../admin/settings/layout.php:107
-#: ../admin/settings/layout.php:120
-#: ../admin/settings/layout.php:121
-#: ../admin/settings/layout.php:134
-#: ../admin/settings/layout.php:135
-#: ../admin/settings/layout.php:148
-#: ../admin/settings/layout.php:149
-msgid "List"
-msgstr "Liste"
-
-#: ../admin/settings/layout.php:112
-msgid "Archive"
-msgstr "Archive"
-
-#: ../admin/settings/layout.php:126
-msgid "Search"
-msgstr "Recherche"
-
-#: ../admin/settings/layout.php:140
-msgid "Index"
-msgstr "Index"
-
-#: ../admin/settings/sidebar.php:1
-#: ../admin/settings/sidebar.php:5
-msgid "Sidebar"
-msgstr "Barre latérale"
-
-#: ../admin/settings/sidebar.php:14
-#: ../admin/settings/sidebar.php:15
-msgid "Two"
-msgstr "Deux"
-
-#: ../admin/settings/sidebar.php:21
-#: ../admin/settings/sidebar.php:22
-msgid "Two Right"
-msgstr "Deux à droite"
-
-#: ../admin/settings/sidebar.php:24
-#: ../admin/settings/sidebar.php:25
-msgid "Two Left"
-msgstr "Deux à gauche"
-
-#: ../admin/settings/slideshow.php:2
-#: ../admin/settings/slideshow.php:67
-msgid "Slideshow"
-msgstr "Diaporama"
-
-#: ../admin/settings/slideshow.php:26
-msgid "Enable slideshow"
-msgstr "Activer le diaporama"
-
-#: ../admin/settings/slideshow.php:28
-msgid "by default use images from posts on current page"
-msgstr "par défaut utiliser les images des articles sur cette page"
-
-#: ../admin/settings/slideshow.php:35
-msgid "Show on page"
-msgstr "Montrer sur la page"
-
-#: ../admin/settings/slideshow.php:38
-msgid "Show on single post"
-msgstr "Montrer sur les articles seulement"
-
-#: ../admin/settings/slideshow.php:43
-#: ../admin/settings/slideshow.php:44
-msgid "In Content"
-msgstr "Dans le contenu"
-
-#: ../admin/settings/slideshow.php:47
-#: ../admin/settings/slideshow.php:48
-msgid "Over Content"
-msgstr "Au dessus du contenu"
-
-#: ../admin/settings/slideshow.php:55
-msgid "Height"
-msgstr "Hauteur"
-
-#: ../admin/settings/slideshow.php:67
-msgid "use <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\">NextGEN-Gallery</a>"
-msgstr "utiliser <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\">NextGEN-Gallery</a>"
-
-#: ../admin/settings/slideshow.php:69
-#: ../admin/settings/slideshow.php:70
-msgid "Disable"
-msgstr "Désactiver"
-
-#: ../admin/settings/slideshow.php:84
-msgid "You can use <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\">NextGEN-Gallery</a> plugin for build custom slideshow"
-msgstr "Vous pouvez utiliser le plugin <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\">NextGEN-Gallery</a> pour créer des diaporamas personnalisés"
-
-#: ../admin/settings/themes.php:1
-msgid "Themes"
-msgstr "Thèmes"
-
-#: ../admin/settings/themes.php:42
-msgid "File \"style.css\" is not exists"
-msgstr "Le fichier \"style.css\" n'existe pas"
-
-#: ../admin/settings/themes.php:43
-msgid "Anonymous"
-msgstr "Anonyme"
-
-#: ../admin/settings/themes.php:55
-msgid "version"
-msgstr "version"
-
-#: ../widgets/many-in-one.php:23
-msgid "Global categories"
-msgstr "Catégories globales"
-
-#: ../widgets/many-in-one.php:24
-msgid "Many In One"
-msgstr "Plusieurs en un"
-
diff --git a/wp-content/themes/constructor/lang/hr_HR.mo b/wp-content/themes/constructor/lang/hr_HR.mo
deleted file mode 100644
index 7339079f97891260410a83b58dd267050fe5e22e..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/lang/hr_HR.mo and /dev/null differ
diff --git a/wp-content/themes/constructor/lang/hr_HR.po b/wp-content/themes/constructor/lang/hr_HR.po
deleted file mode 100644
index 1433e72fabbdf0930a96b9625c0937260f443897..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/lang/hr_HR.po
+++ /dev/null
@@ -1,1053 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: Constructor Theme\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-26 09:38+0200\n"
-"PO-Revision-Date: \n"
-"Last-Translator: Anton Shevchuk <Anton.Shevchuk@gmail.com>\n"
-"Language-Team: Anton Shevchuk <AntonShevchuk@gmail.com>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Poedit-Language: Russian\n"
-"X-Poedit-Country: RUSSIAN FEDERATION\n"
-"X-Poedit-KeywordsList: __;_e;_c\n"
-"X-Poedit-Basepath: .\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11) ? 0 : ((n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20)) ? 1 : 2);\n"
-"X-Poedit-SourceCharset: utf-8\n"
-"X-Poedit-SearchPath-0: W:/www/wordpress/wp-content/themes/constructor\n"
-
-#: W:/www/wordpress/wp-content/themes/constructor/sidebar.php:18
-#: W:/www/wordpress/wp-content/themes/constructor/single.php:25
-#: W:/www/wordpress/wp-content/themes/constructor/template-monocolumn.php:24
-#: W:/www/wordpress/wp-content/themes/constructor/page.php:24
-msgid "Pages"
-msgstr "Stranice"
-
-#: W:/www/wordpress/wp-content/themes/constructor/sidebar.php:20
-msgid "Categories"
-msgstr "Kategorije"
-
-#: W:/www/wordpress/wp-content/themes/constructor/sidebar.php:22
-#: W:/www/wordpress/wp-content/themes/constructor/single.php:31
-#: W:/www/wordpress/wp-content/themes/constructor/template-monocolumn.php:32
-#: W:/www/wordpress/wp-content/themes/constructor/page.php:32
-msgid "Tags"
-msgstr "Tagovi"
-
-#: W:/www/wordpress/wp-content/themes/constructor/sidebar.php:27
-msgid "Meta"
-msgstr "Meta"
-
-#: W:/www/wordpress/wp-content/themes/constructor/single.php:21
-#: W:/www/wordpress/wp-content/themes/constructor/template-authors.php:17
-#: W:/www/wordpress/wp-content/themes/constructor/layout-tile.php:17
-#: W:/www/wordpress/wp-content/themes/constructor/template-monocolumn.php:19
-#: W:/www/wordpress/wp-content/themes/constructor/page.php:20
-#: W:/www/wordpress/wp-content/themes/constructor/template-archive.php:49
-#: W:/www/wordpress/wp-content/themes/constructor/layout-list.php:18
-#, php-format
-msgid "Permanent Link to %s"
-msgstr "Idi na %s"
-
-#: W:/www/wordpress/wp-content/themes/constructor/single.php:24
-#: W:/www/wordpress/wp-content/themes/constructor/template-authors.php:21
-#: W:/www/wordpress/wp-content/themes/constructor/slideshow.php:26
-#: W:/www/wordpress/wp-content/themes/constructor/template-monocolumn.php:23
-#: W:/www/wordpress/wp-content/themes/constructor/page.php:23
-#: W:/www/wordpress/wp-content/themes/constructor/template-archive.php:52
-msgid "Read the rest of this entry &raquo;"
-msgstr "   Više..."
-
-#: W:/www/wordpress/wp-content/themes/constructor/single.php:32
-#: W:/www/wordpress/wp-content/themes/constructor/template-authors.php:31
-#: W:/www/wordpress/wp-content/themes/constructor/template-monocolumn.php:33
-#: W:/www/wordpress/wp-content/themes/constructor/page.php:33
-#: W:/www/wordpress/wp-content/themes/constructor/template-archive.php:86
-msgid "Edit"
-msgstr "Uredi"
-
-#: W:/www/wordpress/wp-content/themes/constructor/single.php:33
-#: W:/www/wordpress/wp-content/themes/constructor/template-monocolumn.php:34
-#: W:/www/wordpress/wp-content/themes/constructor/page.php:34
-msgid "No Comments &#187;"
-msgstr "Nema komentara &#187;"
-
-#: W:/www/wordpress/wp-content/themes/constructor/single.php:33
-#: W:/www/wordpress/wp-content/themes/constructor/template-monocolumn.php:34
-#: W:/www/wordpress/wp-content/themes/constructor/page.php:34
-msgid "1 Comment &#187;"
-msgstr "1 komentar &#187;"
-
-#: W:/www/wordpress/wp-content/themes/constructor/single.php:33
-#: W:/www/wordpress/wp-content/themes/constructor/template-monocolumn.php:34
-#: W:/www/wordpress/wp-content/themes/constructor/page.php:34
-msgid "% Comments &#187;"
-msgstr "% komentara &#187;"
-
-#: W:/www/wordpress/wp-content/themes/constructor/single.php:33
-#: W:/www/wordpress/wp-content/themes/constructor/template-monocolumn.php:34
-#: W:/www/wordpress/wp-content/themes/constructor/page.php:34
-msgid "Comments Closed"
-msgstr "Komentiranje nije moguće"
-
-#: W:/www/wordpress/wp-content/themes/constructor/template-authors.php:29
-#: W:/www/wordpress/wp-content/themes/constructor/template-monocolumn.php:29
-#: W:/www/wordpress/wp-content/themes/constructor/page.php:29
-#: W:/www/wordpress/wp-content/themes/constructor/template-archive.php:84
-msgid "Back to Parent Page"
-msgstr "Natrag na početnu"
-
-#: W:/www/wordpress/wp-content/themes/constructor/layout-tile.php:30
-#: W:/www/wordpress/wp-content/themes/constructor/layout-list.php:32
-msgid "&laquo; Older Entries"
-msgstr "&laquo; Stariji postovi"
-
-#: W:/www/wordpress/wp-content/themes/constructor/layout-tile.php:31
-#: W:/www/wordpress/wp-content/themes/constructor/layout-list.php:33
-msgid "Newer Entries &raquo;"
-msgstr "Noviji postovi &raquo;"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:12
-msgid "This post is password protected. Enter the password to view comments."
-msgstr "Ovaj post je zaštićen lozinkom. Unesi lozinku za pregled komentara."
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:21
-msgid "No Responses"
-msgstr "Nema odgovora"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:21
-msgid "One Response"
-msgstr "Jedan odgovor"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:21
-msgid "% Responses"
-msgstr "% odgovora"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:21
-#, php-format
-msgid "to &#8220;%s&#8221;"
-msgstr "na &#8220;%s&#8221;"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:39
-msgid "Comments are closed."
-msgstr "Komentiranje nije moguće."
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:49
-msgid "Leave a Reply"
-msgstr "Unesi komentar"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:49
-#, php-format
-msgid "Leave a Reply for %s"
-msgstr "Unesi komentar za %s"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:56
-#, php-format
-msgid "You must be <a href=\"%s\">logged in</a> to post a comment."
-msgstr "Morate biti <a href=\"%s\">ulogirani</a> za unos komentara."
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:63
-#, php-format
-msgid "Logged in as <a href=\"%1$s\">%2$s</a>."
-msgstr "Ulogiran kao <a href=\"%1$s\">%2$s</a>."
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:63
-msgid "Log out of this account"
-msgstr "Odlogiraj se"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:63
-msgid "Log out &raquo;"
-msgstr "Odlogiraj &raquo;"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:68
-msgid "Name"
-msgstr "Ime"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:68
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:71
-msgid "(required)"
-msgstr "(obvezno)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:71
-msgid "Mail (will not be published)"
-msgstr "Mail (neće biti objavljen)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:74
-msgid "Website"
-msgstr "Website"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:78
-#, php-format
-msgid "<strong>XHTML:</strong> You can use these tags: <code>%s</code>"
-msgstr "<strong>XHTML:</strong> Možete koristiti sljedeće tagove: <code>%s</code>"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:82
-msgid "Submit Comment"
-msgstr "Komentiraj"
-
-#: W:/www/wordpress/wp-content/themes/constructor/template-archive.php:30
-#, php-format
-msgid "%b"
-msgstr "%b"
-
-#: W:/www/wordpress/wp-content/themes/constructor/template-archive.php:31
-msgid "%B"
-msgstr "%B"
-
-#: W:/www/wordpress/wp-content/themes/constructor/404.php:13
-msgid "Error 404 - Not Found"
-msgstr "Greška 404 - Sadržaj nije pronađen."
-
-#: W:/www/wordpress/wp-content/themes/constructor/404.php:16
-msgid "Sorry, but you are looking for something that isn&#8217;t here."
-msgstr "Nažalost, nema rezultata potrage za zadani pojam."
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:246
-msgid "Home"
-msgstr "Početna"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:278
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:22
-msgid "RSS Feed"
-msgstr "RSS Feed"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:372
-#: W:/www/wordpress/wp-content/themes/constructor/themes/example/config.php:29
-#, php-format
-msgid "%1$s is proudly powered by %2$s"
-msgstr "%1$s powered by %2$s"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:373
-#: W:/www/wordpress/wp-content/themes/constructor/themes/example/config.php:30
-msgid "Constructor Theme"
-msgstr "Constructor"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:374
-#, php-format
-msgid "%1$s and %2$s."
-msgstr "%1$s i %2$s."
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:374
-msgid "Entries (RSS)"
-msgstr "Postovi (RSS)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:374
-msgid "Comments (RSS)"
-msgstr "Komentari (RSS)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:378
-#, php-format
-msgid "%d queries. %s seconds."
-msgstr "%d upita. %s sekundi."
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:405
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:416
-msgid "No Image"
-msgstr "Nema slike."
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:22
-msgid "Author RSS Feed"
-msgstr "RSS Feed autora"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:28
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:32
-#, php-format
-msgid "%1$s %2$s"
-msgstr "%1$s %2$s"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:31
-msgid "Full Name"
-msgstr "Ime i prezime"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:35
-msgid "Nickname"
-msgstr "Nick"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:41
-msgid "Visit author website"
-msgstr "Posjeti site autora"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:45
-msgid "ICQ"
-msgstr "ICQ"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:50
-msgid "AIM"
-msgstr "AIM"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:55
-msgid "Yahoo IM"
-msgstr "Yahoo IM"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:60
-msgid "MSN"
-msgstr "MSN"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:65
-msgid "About Me"
-msgstr "O meni"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:70
-#, php-format
-msgid "Last posts by %s"
-msgstr "Posljednji postovi %s"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:81
-msgid "No posts by this author."
-msgstr "Nema postova ovog autora."
-
-#: W:/www/wordpress/wp-content/themes/constructor/template-sitemap.php:32
-msgid "Archives"
-msgstr "Arhiva"
-
-#: W:/www/wordpress/wp-content/themes/constructor/widgets/many-in-one.php:23
-msgid "Global categories"
-msgstr "Globalne kategorije"
-
-#: W:/www/wordpress/wp-content/themes/constructor/widgets/many-in-one.php:24
-msgid "Many In One"
-msgstr "Više u jednom"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings.php:63
-#, php-format
-msgid "System can't create \"%s\" directory"
-msgstr "sistem ne može kreirati  \"%s\" direktorij."
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings.php:78
-#, php-format
-msgid "File \"%s\" is not a image (jpeg, png, gif)"
-msgstr "File \"%s\" nije slikovni format (jpeg, png, gif)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings.php:166
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings.php:204
-msgid "Customize Theme"
-msgstr "Uredi temu"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings.php:166
-msgid "Customize"
-msgstr "Prilagodi"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings.php:205
-msgid "Options saved."
-msgstr "Promjene sačuvane."
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings.php:209
-msgid "Errors"
-msgstr "Greške"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings.php:236
-msgid "Save Changes"
-msgstr "Spremi promjene"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:1
-msgid "Fonts"
-msgstr "Fontovi"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:18
-msgid "Header Font"
-msgstr "Font headera"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:24
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:40
-msgid "The quick brown fox jumps over the lazy dog"
-msgstr "The quick brown fox jumps over the lazy dog"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:34
-msgid "Body Font"
-msgstr "Font teksta"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:1
-msgid "Colors"
-msgstr "Boje"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:62
-msgid "Opacity"
-msgstr "Prozirnost"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:64
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:65
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:86
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:87
-msgid "None"
-msgstr "Nimalo"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:67
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:68
-msgid "Color"
-msgstr "Boja"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:71
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:72
-msgid "Dark Low"
-msgstr "Zatamnjeno"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:74
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:75
-msgid "Dark"
-msgstr "Tamno"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:77
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:78
-msgid "Dark High"
-msgstr "Vrlo tamno"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:81
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:82
-msgid "Light Low"
-msgstr "Posvijetljeno"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:84
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:85
-msgid "Light"
-msgstr "Svijetlo"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:87
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:88
-msgid "Light High"
-msgstr "Vrlo svijetlo"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:93
-msgid "Shadow"
-msgstr "sjena"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:96
-msgid "Only for Safari and Chrome"
-msgstr "Samo za Safari i Chrome"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:100
-msgid "Elements Colors"
-msgstr "Boje elemenata"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:103
-msgid "background"
-msgstr "pozadina"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:106
-msgid "background alternative"
-msgstr "alternativna pozadina"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:109
-msgid "opacity style color"
-msgstr "boja prozirnosti"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:112
-msgid "text"
-msgstr "tekst"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:115
-msgid "text alternative"
-msgstr "alternativni tekst"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:118
-msgid "border"
-msgstr "okvir"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:121
-msgid "border alternative"
-msgstr "okvir alternativni"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:124
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:127
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:130
-msgid "tags"
-msgstr "tagovi"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:1
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:74
-msgid "Sidebar"
-msgstr "Sidebar"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:47
-msgid "Width"
-msgstr "širina"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:50
-msgid "Container Width"
-msgstr "Širina containera"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:59
-msgid "Sidebar Width"
-msgstr "Širina sidebara"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:68
-msgid "Extra Bar Width"
-msgstr "Širina extra bara"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:76
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:77
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:43
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:25
-msgid "Left"
-msgstr "Lijevo"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:79
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:80
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:44
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:27
-msgid "Right"
-msgstr "Desno"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:83
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:84
-msgid "Two"
-msgstr "Dva"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:90
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:91
-msgid "Two Right"
-msgstr "Dva udesno"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:93
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:94
-msgid "Two Left"
-msgstr "Dva ulijevo"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/css.php:1
-msgid "CSS"
-msgstr "CSS"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/css.php:5
-#, php-format
-msgid "<font color=\"red\"><b>Warning!</b></font>: File \"%s\" is not writable."
-msgstr "<font color=\"red\"><b>Pozor!</b></font>: File \"%s\" nije moguće mijenjati."
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:2
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:88
-msgid "Slideshow"
-msgstr "Slideshow"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:28
-msgid "Enable slideshow"
-msgstr "Uključi slideshow"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:34
-msgid "By default use images from posts with custom field <code>thumb-slideshow</code>"
-msgstr "Po defaultu koristi slike iz postova označene custom fieldom <code>thumb-slideshow</code>"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:38
-msgid "Options"
-msgstr "Opcije"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:41
-msgid "Show on page"
-msgstr "Prikaži na stranici"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:44
-msgid "Show on single post"
-msgstr "Prikaži na pojedinačnom postu"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:50
-msgid "Height"
-msgstr "Visina"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:59
-msgid "Advanced options"
-msgstr "Napredne opcije"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:60
-msgid "only for default slideshow"
-msgstr "samo za defaultni slideshow"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:64
-msgid "Number of slides"
-msgstr "Broj slideova"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:67
-msgid "Key of custom field"
-msgstr "Key custom fielda"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:71
-msgid "Position"
-msgstr "Pozicija"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:73
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:74
-msgid "In Content"
-msgstr "U sadržaju"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:77
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:78
-msgid "Over Content"
-msgstr "Iznad sadržaja"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:89
-msgid "use <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\">NextGEN-Gallery</a>"
-msgstr "koristi <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\">NextGEN-Gallery</a>"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:92
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:93
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:12
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:13
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:26
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:27
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:40
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:41
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:54
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:55
-msgid "Default"
-msgstr "Defaultno"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:107
-msgid "You can use <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\">NextGEN-Gallery</a> plugin for build custom slideshow"
-msgstr "Možete koristiti <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\">NextGEN-Gallery</a> plugin kako bi sastavili customizirani slideshow."
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:1
-msgid "Layout"
-msgstr "Layout (raspored)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:10
-msgid "Homepage"
-msgstr "Početna stranica"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:15
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:16
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:29
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:30
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:43
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:44
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:57
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:58
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:64
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:109
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:150
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:189
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:228
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:266
-msgid "Tile"
-msgstr "Polje"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:18
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:19
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:32
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:33
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:46
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:47
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:60
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:61
-msgid "List"
-msgstr "Lista"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:24
-msgid "Archive"
-msgstr "Arhiva"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:38
-msgid "Search"
-msgstr "Traži"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:52
-msgid "Index"
-msgstr "Index"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/export.php:1
-msgid "Export"
-msgstr "Izvezi"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/export.php:2
-msgid "Export Current Theme"
-msgstr "Izvezi trenutnu temu"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/export.php:3
-msgid "Use this is options for export your changes"
-msgstr "Koristi ove opcije za exportiranje svojih promjena"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/export.php:3
-msgid "save changes before export"
-msgstr "sačuvaj promjene prije eksportiranja"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/export.php:6
-msgid "click here and save file"
-msgstr "klikni ovdje i spremi"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/export.php:12
-#, php-format
-msgid "For import theme - use your FTP access and create new folder in folder <code>%s/themes</code> and upload <code>config.php</code>"
-msgstr "Za uvoz teme - koristeći FTP kreirajte novi folder u folderu<code>%s/themes</code> i uploadaj <code>config.php</code>"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/export.php:17
-msgid "Create <code>style.css</code> with follow text (change text in UPPERCASE)"
-msgstr "Kreiraj <code>style.css</code> sa sljedećim tekstom (promijeni tekst napisan velikim slovima)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/export.php:31
-msgid "Create <code>screenshot.png</code> with screen of your theme and resolution 300x225 and upload too (isn't requried)"
-msgstr "Kreiraj <code>screenshot.png</code> sa screeenshotom teme i rezolucije 300x225 i uplodaj (nije obvezno)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:1
-msgid "Content"
-msgstr "sadržaj"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:6
-msgid "Posts"
-msgstr "Postovi"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:9
-msgid "Show author link"
-msgstr "Prikaži autorov link"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:13
-msgid "Thumbnails"
-msgstr "Thumbnailovi"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:16
-msgid "Autogenerate thumbnails"
-msgstr "Automatski generiraj thumbnailove"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:24
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:20
-#, php-format
-msgid "<font color=\"red\"><b>Warning!</b></font>: Directory \"%s\" is not writable."
-msgstr "<font color=\"red\"><b>Pozor!</b></font>: Direktorij \"%s\" nije moguće mijenjati."
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:28
-msgid "\"List\" layout options"
-msgstr "\"List\" opcije rasporeda (layouta)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:31
-msgid "Strip HTML tags from announce (leave only <code>&lt;p&gt;&lt;br&gt;&lt;a&gt;&lt;hr&gt;&lt;i&gt;&lt;em&gt;&lt;b&gt;&lt;strong&gt;&lt;ul&gt;&lt;ol&gt;&lt;li&gt;</code>)"
-msgstr "Skini HTML tagove sa announcea (ostavi samo <code>&lt;p&gt;&lt;br&gt;&lt;a&gt;&lt;hr&gt;&lt;i&gt;&lt;em&gt;&lt;b&gt;&lt;strong&gt;&lt;ul&gt;&lt;ol&gt;&lt;li&gt;</code>)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:37
-msgid "Show \"No Image\" picture"
-msgstr "Prikaži  \"No Image\" sliku"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:42
-msgid "Thumbnail position"
-msgstr "Pozicija thumbnaila"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/footer.php:1
-msgid "Footer"
-msgstr "Footer"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/footer.php:4
-msgid "Footer Text"
-msgstr "Tekst footera"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:1
-msgid "Images"
-msgstr "Slike"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:24
-msgid "Body Image"
-msgstr "Slika središnjice"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:29
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:74
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:120
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:159
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:198
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:237
-msgid "preview"
-msgstr "preview"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:36
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:81
-msgid "Fixed position"
-msgstr "Fiksna pozicija"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:41
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:86
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:126
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:165
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:204
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:243
-msgid "Image Position"
-msgstr "Pozicija slike"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:42
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:87
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:127
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:166
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:205
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:244
-msgid "Top Left"
-msgstr "gore lijevo"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:43
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:88
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:128
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:167
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:206
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:245
-msgid "Top Center"
-msgstr "gore centrirano"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:44
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:89
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:129
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:168
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:207
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:246
-msgid "Top Right"
-msgstr "gore desno"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:48
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:93
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:133
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:172
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:211
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:250
-msgid "Center Left"
-msgstr "centrirano lijevo"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:49
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:94
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:134
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:173
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:212
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:251
-msgid "Center Center"
-msgstr "centrirano u centru"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:50
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:95
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:135
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:174
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:213
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:252
-msgid "Center Right"
-msgstr "centrirano desno"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:54
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:99
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:139
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:178
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:217
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:256
-msgid "Bottom Left"
-msgstr "dolje lijevo"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:55
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:100
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:140
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:179
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:218
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:257
-msgid "Bottom Center"
-msgstr "dolje centrirano"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:56
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:101
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:141
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:180
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:219
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:258
-msgid "Bottom Right"
-msgstr "dolje desno"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:59
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:104
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:145
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:184
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:223
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:261
-msgid "Image Repeat"
-msgstr "ponavljanje slike"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:60
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:105
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:146
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:185
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:224
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:262
-msgid "No Repeat"
-msgstr "nema ponavljanja"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:61
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:106
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:147
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:186
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:225
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:263
-msgid "Repeat Horizontal"
-msgstr "ponavljaj horizontalno"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:63
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:108
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:149
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:188
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:227
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:265
-msgid "Repeat Vertical"
-msgstr "ponavljaj vertikalno"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:69
-msgid "Background Image"
-msgstr "Slika pozadine"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:115
-msgid "Content Image"
-msgstr "slika sadržaja"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:154
-msgid "Sidebar Image"
-msgstr "slika sidebara"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:193
-msgid "Extrabar Image"
-msgstr "slika extrabara"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:232
-msgid "Footer Image"
-msgstr "slika footera"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:1
-msgid "Header"
-msgstr "Header"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:23
-msgid "Title position"
-msgstr "Pozicija naslova"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:26
-msgid "Center"
-msgstr "Centar"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:32
-msgid "Title colors"
-msgstr "boja naslova"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:35
-msgid "title"
-msgstr "naslov"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:38
-msgid "description"
-msgstr "opis"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:44
-msgid "Header height"
-msgstr "visina headera"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:54
-msgid "Header menu"
-msgstr "Header menu"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:55
-msgid "menu can configured with <a href=\"widgets.php\">widgets</a>, use \"header\" sidebar"
-msgstr "menu možete prilagoditi sa <a href=\"widgets.php\">widgets</a>, koristi \"header\" sidebar"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:61
-msgid "Show top menu"
-msgstr "Prikaži gornji izbornik"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:66
-msgid "Disable pages"
-msgstr "Onemogući prikaz stranica"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:67
-msgid "Show first-level pages"
-msgstr "Prikaži stranice prve razine"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:68
-msgid "Show pages in drop-down menu"
-msgstr "Prikaži stranice u drop down izborniku"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:69
-msgid "Show pages in drop-down menu (2-levels)"
-msgstr "Prikaži stranice u drop down izborniku ( 2 razine)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:74
-msgid "Group categories in one menu item"
-msgstr "Grupiraj kategorije u jedan item u izborniku"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:77
-msgid "Disable categories"
-msgstr "Onemogući kategorije"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:78
-msgid "Show first-level categories"
-msgstr "Prikaži kategorije prve razine"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:79
-msgid "Show categories in drop-down menu"
-msgstr "Prikaži kategorije u padajućem izborniku"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:80
-msgid "Show categories in drop-down menu (2-levels)"
-msgstr "Prikaži kategorije u padajućem izborniku ( 2 razine)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:83
-msgid "Links"
-msgstr "Linkovi"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:86
-msgid "Show link to home page"
-msgstr "Prikaži link na naslovnicu"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:89
-msgid "Show link to RSS feed"
-msgstr "Prikaži link na RSS feed"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:91
-msgid "Tools"
-msgstr "Alati"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:94
-msgid "Show search form"
-msgstr "Prikaži tražilicu"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/help.php:1
-msgid "Help"
-msgstr "Pomoć"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/help.php:6
-msgid "Constructor Wordpress Theme"
-msgstr "Constructor"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/help.php:8
-msgid "Project Homepage"
-msgstr "Web projekta"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/help.php:9
-msgid "Author Homepage"
-msgstr "Web autora"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/help.php:12
-msgid "Tile layout"
-msgstr "Tile layout"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/help.php:14
-msgid "For \"tile\" layout using images from custom fields with key <code>thumb</code> (or use autogenerate option on content tab)"
-msgstr "Za \"tile\" layout koristi sllike iz custom fieldsa sa ključem <code>thumb</code> (ili koristi opciju autogeneriranja na content tabu)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/help.php:17
-msgid "List layout"
-msgstr "List layout"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/help.php:19
-msgid "For \"list\" layout using images from custom fields with key <code>thumb-list</code> (or use autogenerate option on content tab)"
-msgstr "Za \"list\" layout koristi sllike iz custom fieldsa sa ključem <code>thumb-list</code> (ili koristi opciju autogeneriranja na content tabu)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/help.php:24
-msgid "For slideshow using images from custom fields with key <code>thumb-slideshow</code> (by default, your can change it on slideshow tab)"
-msgstr "Za slideshow koristi slike iz custom fieldsa sa ključem <code>thumb-slideshow</code> ( po defaultu, možete ovo mijenjati na slideshow tabu)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/help.php:28
-msgid "Related Links"
-msgstr "Povezani linkovi"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/help.php:38
-msgid "Donate"
-msgstr "Doniraj"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/help.php:47
-msgid "Author works"
-msgstr "Djela autora"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/themes.php:1
-msgid "Themes"
-msgstr "Teme"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/themes.php:42
-msgid "File \"style.css\" is not exists"
-msgstr "File \"style.css\" ne postoji"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/themes.php:43
-msgid "Anonymous"
-msgstr "anonimni"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/themes.php:55
-msgid "version"
-msgstr "verzija"
-
diff --git a/wp-content/themes/constructor/lang/hu_HU.mo b/wp-content/themes/constructor/lang/hu_HU.mo
deleted file mode 100644
index 500a6784f20380da83c313ae6edfee684d5ca7f2..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/lang/hu_HU.mo and /dev/null differ
diff --git a/wp-content/themes/constructor/lang/hu_HU.po b/wp-content/themes/constructor/lang/hu_HU.po
deleted file mode 100644
index 79e64112378ca39f0c7d8962084f32ae4d4ed975..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/lang/hu_HU.po
+++ /dev/null
@@ -1,1164 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: Constructor Theme\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-12-16 15:34+0200\n"
-"PO-Revision-Date: \n"
-"Last-Translator: Áprily Péter <info@aprily.com>\n"
-"Language-Team: Anton Shevchuk <AntonShevchuk@gmail.com>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Poedit-Language: Russian\n"
-"X-Poedit-Country: RUSSIAN FEDERATION\n"
-"X-Poedit-KeywordsList: __;_e;_c\n"
-"X-Poedit-Basepath: .\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11) ? 0 : ((n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20)) ? 1 : 2);\n"
-"X-Poedit-SourceCharset: utf-8\n"
-"X-Poedit-SearchPath-0: W:/www/wordpress3/wp-content/themes/constructor\n"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/sidebar.php:28
-#: W:/www/wordpress3/wp-content/themes/constructor/template-monocolumn.php:24
-msgid "Pages"
-msgstr "Oldalak"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/sidebar.php:30
-msgid "Categories"
-msgstr "Kategóriák"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/sidebar.php:32
-#: W:/www/wordpress3/wp-content/themes/constructor/template-monocolumn.php:32
-msgid "Tags"
-msgstr "Címkék"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/sidebar.php:37
-msgid "Meta"
-msgstr "Meta"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/navigation.php:16
-msgid "<span>&laquo;</span> Older Entries"
-msgstr "<span>&laquo;</span> Régebbi Bejegyzések"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/navigation.php:17
-msgid "Newer Entries <span>&raquo;</span>"
-msgstr "Újabb Bejegyzések <span>&raquo;</span>"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/template-authors.php:17
-#: W:/www/wordpress3/wp-content/themes/constructor/template-monocolumn.php:19
-#, php-format
-msgid "Permanent Link to %s"
-msgstr "Állandó Link %s"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/template-authors.php:20
-#: W:/www/wordpress3/wp-content/themes/constructor/template-monocolumn.php:23
-msgid "Read the rest of this entry &raquo;"
-msgstr "Olvassa el a bejegyzés többi részét &raquo;"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/template-authors.php:28
-#: W:/www/wordpress3/wp-content/themes/constructor/template-monocolumn.php:29
-msgid "Back to Parent Page"
-msgstr "Vissza a Szülőoldalra"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/template-authors.php:30
-#: W:/www/wordpress3/wp-content/themes/constructor/template-monocolumn.php:33
-msgid "Edit"
-msgstr "Javítás"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/slideshow.php:50
-msgid "Read more &raquo;"
-msgstr "Olvasson tovább &raquo;"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/template-monocolumn.php:34
-msgid "No Comments &#187;"
-msgstr "Nincs Hozzászólás &#187;"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/template-monocolumn.php:34
-msgid "1 Comment &#187;"
-msgstr "1 Hozzászólás &#187;"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/template-monocolumn.php:34
-msgid "% Comments &#187;"
-msgstr "% Hozzászólás &#187;"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/template-monocolumn.php:34
-msgid "Comments Closed"
-msgstr "Hozzászólások Lezárva"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/comments.php:10
-msgid "This post is password protected. Enter the password to view comments."
-msgstr "Ezt a bejegyzést jeszó védi. A hozzászólások megnézéséhez adja meg a jelszót."
-
-#: W:/www/wordpress3/wp-content/themes/constructor/comments.php:18
-msgid "No Responses"
-msgstr "Nincs Válasz"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/comments.php:18
-msgid "One Response"
-msgstr "Egy Válasz"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/comments.php:18
-msgid "% Responses"
-msgstr "% Válasz"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/comments.php:18
-#, php-format
-msgid "to &#8220;%s&#8221;"
-msgstr "&#8220;%s&#8221;-hez"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/comments.php:31
-msgid "Comments are closed."
-msgstr "Hozzászólások lezárva."
-
-#: W:/www/wordpress3/wp-content/themes/constructor/template-archive.php:30
-#, php-format
-msgid "%b"
-msgstr "%b"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/template-archive.php:31
-msgid "%B"
-msgstr "%B"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/404.php:13
-msgid "Error 404 - Not Found"
-msgstr "Hiba 404 - Nem Találtam"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/404.php:16
-msgid "Sorry, but you are looking for something that isn&#8217;t here."
-msgstr "Sajnálom, olyasmit keres, ami nincs itt."
-
-#: W:/www/wordpress3/wp-content/themes/constructor/functions.php:96
-msgid "Header Menu"
-msgstr "Fejléc Menü"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/functions.php:264
-msgid "No Image"
-msgstr "Nincs kép"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:24
-msgid "Author RSS Feed"
-msgstr "Szerző RSS Feed"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:24
-msgid "RSS Feed"
-msgstr "RSS Feed"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:30
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:36
-#, php-format
-msgid "%1$s %2$s"
-msgstr "%1$s %2$s"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:35
-msgid "Full Name"
-msgstr "Teljes Név"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:40
-msgid "Nickname"
-msgstr "Becenév"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:45
-msgid "Website"
-msgstr "Weboldal"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:46
-msgid "Visit author website"
-msgstr "Szerző weboldalának megnézése"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:50
-msgid "ICQ"
-msgstr "ICQ"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:55
-msgid "AIM"
-msgstr "AIM"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:60
-msgid "Yahoo IM"
-msgstr "Yahoo IM"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:65
-msgid "MSN"
-msgstr "MSN"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:70
-msgid "About Me"
-msgstr "Rólam"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:79
-#, php-format
-msgid "Latest posts by %s"
-msgstr "%s utolsó bejegyzései"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:95
-msgid "No posts by this author."
-msgstr "Ennek a szerzőnek nincs bejegyzése."
-
-#: W:/www/wordpress3/wp-content/themes/constructor/template-sitemap.php:32
-msgid "Archives"
-msgstr "Arhívumok"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/themes/example/config.php:24
-#, php-format
-msgid "%1$s is proudly powered by %2$s"
-msgstr "%1$s is proudly powered by %2$s"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/themes/example/config.php:25
-msgid "Constructor Theme"
-msgstr "Constructor Téma"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/layouts/simple.php:6
-msgid "Simple"
-msgstr "Egyetlen"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/layouts/single.php:6
-#: W:/www/wordpress3/wp-content/themes/constructor/layouts/page.php:6
-#: W:/www/wordpress3/wp-content/themes/constructor/layouts/thumb.php:6
-msgid "Single"
-msgstr "Egyetlen"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/layouts/list.php:6
-msgid "List"
-msgstr "Lista"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/layouts/tiles.php:6
-#: W:/www/wordpress3/wp-content/themes/constructor/layouts/tile.php:6
-msgid "Tile"
-msgstr "Csempe"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/layouts/default.php:6
-msgid "Default"
-msgstr "Alapértelmezés"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:21
-msgid "Themes"
-msgstr "Témák"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:22
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/layout.php:1
-msgid "Layout"
-msgstr "Elhelyezkedés"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:23
-msgid "Templates"
-msgstr "Témák"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:24
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:1
-msgid "Header"
-msgstr "Fejléc"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:25
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:120
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/css.php:50
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:1
-msgid "Content"
-msgstr "Tartalom"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:26
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/comments.php:1
-msgid "Comments"
-msgstr "Hozzászólások"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:27
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/footer.php:1
-msgid "Footer"
-msgstr "Lábléc"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:28
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:1
-msgid "Fonts"
-msgstr "Fontok"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:29
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:1
-msgid "Colors"
-msgstr "Színek"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:30
-msgid "Design"
-msgstr "Külalak"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:31
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/css.php:1
-msgid "CSS"
-msgstr "CSS"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:32
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:1
-msgid "Images"
-msgstr "Képek"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:33
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:2
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:101
-msgid "Slideshow"
-msgstr "Slideshow"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:34
-msgid "Save"
-msgstr "Mentés"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:35
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/css.php:16
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:11
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/footer.php:6
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:2
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:110
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:111
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/help.php:1
-msgid "Help"
-msgstr "Segítség"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:72
-msgid "The quick brown fox jumps over the lazy dog"
-msgstr "The quick brown fox jumps over the lazy dog"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:75
-msgid "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. 0123456789"
-msgstr "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. 0123456789"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:79
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:98
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:109
-msgid "Font Weight"
-msgstr "Font Méret"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:80
-msgid "Defines from thin to thick characters. 400 is the same as \"normal\", and 700 is the same as \"bold\""
-msgstr "Meghatározza a karakterek vastagságát. 400 ugyanaz mint \"normal\", és 700 ugyanaz mint \"bold\""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:83
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:99
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:110
-msgid "Text Decoration"
-msgstr "Szöveg Kihangsúlyozás"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:85
-msgid "No capitalization. The text renders as it is. This is default"
-msgstr "Nincs kiemelés. A szöveg úgy jelenik meg, ahogyan van. Ez az alapértelmezés."
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:86
-msgid "Transforms the first character of each word to uppercase"
-msgstr "Minden szó első betűjét nagybetűre cseréli."
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:87
-msgid "Transforms all characters to uppercase"
-msgstr "Minden karaktert nagybetűre cserél."
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:88
-msgid "Transforms all characters to lowercase"
-msgstr "Minden karaktert kisbetűre cserél."
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:93
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/css.php:34
-msgid "Title"
-msgstr "Cím"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:104
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/save.php:32
-msgid "Description"
-msgstr "Leírás"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:114
-msgid "Headers"
-msgstr "Fejlécek"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:52
-msgid "Opacity"
-msgstr "Átlátszóság"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:54
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:55
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/layout.php:195
-msgid "None"
-msgstr "Semmi"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:57
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:58
-msgid "Color"
-msgstr "Szín"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:61
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:62
-msgid "Dark Low"
-msgstr "Gyenge Sötétítés"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:64
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:65
-msgid "Dark"
-msgstr "Sötétítés"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:67
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:68
-msgid "Dark High"
-msgstr "Erős Sötétítés"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:71
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:72
-msgid "Light Low"
-msgstr "Gyenge Halványítás"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:74
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:75
-msgid "Light"
-msgstr "Halványítás"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:77
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:78
-msgid "Light High"
-msgstr "Erős Halványítás"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:83
-msgid "Elements Colors"
-msgstr "Elemek Színei"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:86
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:89
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:92
-msgid "tags"
-msgstr "címkék"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:95
-msgid "text"
-msgstr "szöveg"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:98
-msgid "text alternative"
-msgstr "alternatív szöveg"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:101
-msgid "background"
-msgstr "háttér"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:104
-msgid "background alternative"
-msgstr "alternatív háttér"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:107
-msgid "background for forms"
-msgstr "sablonok háttere"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:110
-msgid "border"
-msgstr "szegély"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:113
-msgid "border alternative"
-msgstr "alternatív szegély"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:116
-msgid "opacity style color"
-msgstr "átlátszó stílus színe"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/css.php:7
-#, php-format
-msgid "<font color=\"red\"><b>Warning!</b></font>: File \"%s\" is not writable."
-msgstr "<font color=\"red\"><b>Figyelem!</b></font>: File \"%s\" nem írható."
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/css.php:17
-#, php-format
-msgid "CSS is Cascading Style Sheets - read manual for beginners <a href=\"%1$s\">%1$s</a>"
-msgstr "A CSS az Cascading Style Sheets - kezdők olvassák el a kézikönyvet <a href=\"%1$s\">%1$s</a>"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/css.php:18
-msgid "CSS rules"
-msgstr "CSS szabályok"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/css.php:33
-msgid "CSS example"
-msgstr "CSS példa"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/css.php:42
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:37
-msgid "Header menu"
-msgstr "Fejléc menü"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/css.php:46
-msgid "Sidebar"
-msgstr "Oldalsáv"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:28
-msgid "Enable"
-msgstr "Engedélyezés"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:34
-msgid "By default use images from posts with thumbnails"
-msgstr "Alapértelmezésként a bejegyzések képeit thumbnail-el használja"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:38
-msgid "Options"
-msgstr "Paraméterek"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:40
-msgid "By default slideshow is showing on homepage only"
-msgstr "Az alapértelmezett slideshow csak a honlapon látható"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:43
-msgid "Show on page"
-msgstr "Oldalon mutatva"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:46
-msgid "Show on single post"
-msgstr "Magányos bejegyzésen mutatva"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:49
-msgid "Show on archive"
-msgstr "Archívon mutatva"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:55
-msgid "Height"
-msgstr "Magasság"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:64
-msgid "Advanced options"
-msgstr "Összetett paraméterek"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:65
-msgid "only for default slideshow"
-msgstr "csak alapértelmezett slideshownak"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:69
-msgid "Number of slides"
-msgstr "Képek száma"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:73
-msgid "Autoplay"
-msgstr "Automata lejátszás"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:76
-msgid "Effect time (ms)"
-msgstr "A végrehajtás ideje (ms)"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:79
-msgid "Timeout between slides (ms)"
-msgstr "Időköz a képek között (ms)"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:84
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:38
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:47
-msgid "Position"
-msgstr "Pozíció"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:86
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:87
-msgid "In Content"
-msgstr "Tartalomban"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:90
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:91
-msgid "Over Content"
-msgstr "Tartalom felett"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:102
-msgid "use <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\" title=\"wordpress.org\">NextGEN-Gallery</a>"
-msgstr "használja <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\" title=\"wordpress.org\">NextGEN-Gallery</a>"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:103
-msgid "required <a href=\"http://www.longtailvideo.com/players/jw-image-rotator/\" title=\"www.longtailvideo.com\">imagerotator.swf</a>"
-msgstr "szükséges <a href=\"http://www.longtailvideo.com/players/jw-image-rotator/\" title=\"www.longtailvideo.com\">imagerotator.swf</a>"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:121
-msgid "You can use <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\">NextGEN-Gallery</a> plugin for build custom slideshow"
-msgstr "Használhatja <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\">NextGEN-Gallery</a> plugint saját slideshow készítéshez"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/layout.php:196
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/comments.php:37
-msgid "Left"
-msgstr "Bal"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/layout.php:197
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/comments.php:38
-msgid "Right"
-msgstr "Jobb"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/layout.php:198
-msgid "Two"
-msgstr "Kettő"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/layout.php:199
-msgid "Two Left"
-msgstr "Kettő Balra"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/layout.php:200
-msgid "Two Right"
-msgstr "Kettő Jobbra"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/layout.php:350
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:67
-msgid "Width"
-msgstr "Szélesség"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/layout.php:352
-msgid "Sidebar Width"
-msgstr "Oldalsáv Szélessége"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/layout.php:354
-msgid "Extrabar Width"
-msgstr "Extra Sáv Szélessége"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/layout.php:356
-msgid "Header Height"
-msgstr "Fejléc magassága"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:5
-msgid "Posts"
-msgstr "Bejegyzések"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:8
-msgid "Show author link"
-msgstr "Szerzői link mutatása"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:12
-msgid "You can use short code [widgets] in your post, and can configured with <a href=\"widgets.php\">widgets</a> (use \"In Posts\" sidebar)"
-msgstr "Használhatja a short code-okat [widgets] a bejegyzésben és konfigurálhatja <a href=\"widgets.php\">widgetekkel</a> (használja \"In Posts\" sidebar-t)"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:15
-msgid "Available <a href=\"http://code.google.com/p/wp-constructor/wiki/ConstructorShortcodes\" title=\"Constructor Short Codes\">short codes</a>:"
-msgstr "Elérhető <a href=\"http://code.google.com/p/wp-constructor/wiki/ConstructorShortcodes\" title=\"Constructor Short Codes\">short code-ok</a>:"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:28
-msgid "Content widgets place"
-msgstr "Tartalom widgetek helye"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:29
-msgid "can configured with <a href=\"widgets.php\">widgets</a>, use \"After N Post\" sidebar"
-msgstr "konfigurálhatja <a href=\"widgets.php\">widgetekkel</a>, használja \"After N Post\" sidebar-t"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:35
-msgid "Show widgets place"
-msgstr "Widgetek helyének mutatása"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:40
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:41
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:42
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:43
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:44
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:45
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:46
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:47
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:48
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:49
-#, php-format
-msgid "after %d post"
-msgstr "%d bejegyzés után"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/comments.php:25
-msgid "Avatar size"
-msgstr "Avatar méret"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/comments.php:36
-msgid "Thumbnail position"
-msgstr "Thumbnail helye"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/footer.php:4
-msgid "Footer Text"
-msgstr "Lábléc Szöveg"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/footer.php:7
-msgid "Enter the text you want to appear in the Footer (or just enter a space if you don't want any Footer text)"
-msgstr "Adja meg a Láblécben megjelenítendő szöveget (vagy csak egy szóközt, ha nem akar Lábléc szöveget)"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/footer.php:9
-msgid "And you can put your Google Analytics code here"
-msgstr "És ide teheti a Google Analitics kódját"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:5
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:34
-msgid "Body Image"
-msgstr "Főrész Képe"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:6
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:42
-msgid "Background Image"
-msgstr "Háttér Képe"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:7
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:50
-msgid "Header Wrapper Image"
-msgstr "Fejléc Borítás Képe"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:8
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:64
-msgid "Content Wrapper Image"
-msgstr "Tartalom Borítás Képe"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:9
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:92
-msgid "Footer Wrapper Image"
-msgstr "Lábléc Borítás Képe"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:10
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:57
-msgid "Header Image"
-msgstr "Fejléc Képe"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:11
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:71
-msgid "Content Image"
-msgstr "Tartalom Képe"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:12
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:99
-msgid "Footer Image"
-msgstr "Lábléc Képe"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:13
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:78
-msgid "Sidebar Image"
-msgstr "Oldalsáv Képe"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:25
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/save.php:20
-#, php-format
-msgid "<font color=\"red\"><b>Warning!</b></font>: Directory \"%s\" is not writable."
-msgstr "<font color=\"red\"><b>Figyelem!</b></font>: Könyvtár \"%s\" nem írható."
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:85
-msgid "Extrabar Image"
-msgstr "Extrasáv Képe"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:111
-msgid "See helpful illustration!"
-msgstr "Nézze meg a segítő illusztrációt!"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:132
-msgid "Preview image"
-msgstr "Előnézet képe"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:132
-msgid "preview"
-msgstr "előnézet"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:133
-msgid "Remove image (only from theme)"
-msgstr "Kép eltávolítása (csak a témából)"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:133
-msgid "clear"
-msgstr "tiszta"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:153
-msgid "Fixed position"
-msgstr "Rögzített hely"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:175
-msgid "Image Position"
-msgstr "Kép Helye"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:176
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:10
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:49
-msgid "Top Left"
-msgstr "Fenn Balra"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:177
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:11
-msgid "Top Center"
-msgstr "Fenn Középen"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:178
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:12
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:51
-msgid "Top Right"
-msgstr "Fenn Jobbra"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:182
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:55
-msgid "Center Left"
-msgstr "Középen Balra"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:183
-msgid "Center Center"
-msgstr "Középen Középen"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:184
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:57
-msgid "Center Right"
-msgstr "Középen Jobbra"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:188
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:22
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:61
-msgid "Bottom Left"
-msgstr "Lenn Balra"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:189
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:23
-msgid "Bottom Center"
-msgstr "Lenn Középen"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:190
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:24
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:63
-msgid "Bottom Right"
-msgstr "Lenn Jobbra"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:193
-msgid "Image Repeat"
-msgstr "Kép Ismétlés"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:194
-msgid "No Repeat"
-msgstr "Nincs Ismétlés"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:195
-msgid "Repeat Horizontal"
-msgstr "Vízszintes Ismétlés"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:197
-msgid "Repeat Vertical"
-msgstr "Függőleges Ismétlés"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:7
-msgid "Title position"
-msgstr "Cím helye"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:29
-msgid "Hidden title"
-msgstr "Rejtett cím"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:32
-msgid "hide title by CSS"
-msgstr "cím rejtése CSS-el"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:38
-msgid "menu can configured with <a href=\"widgets.php\">widgets</a>, use \"header\" sidebar"
-msgstr "menü beállítható <a href=\"widgets.php\">widgetekkel</a>, használja \"header\" sidebar-t"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:44
-msgid "Show top menu"
-msgstr "Felső menü mutatása"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:70
-msgid "stretch across the width"
-msgstr "teljes szélességre nyújtva"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:74
-msgid "You can use <a href=\"nav-menus.php\">navigation menu</a> with name \"Header Menu\""
-msgstr "Használhatja <a href=\"nav-menus.php\">navigation menüt</a> \"Header Menu\" névvel"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:78
-msgid "Disable pages"
-msgstr "Oldalak tiltása"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:79
-msgid "Show first-level pages"
-msgstr "Egyszintű oldalak mutatása"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:80
-msgid "Show pages in drop-down menu"
-msgstr "Oldalak leomló menüben mutatása"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:81
-msgid "Show pages in drop-down menu (2-levels)"
-msgstr "Oldalak leomló menüben mutatása (2-szinten)"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:82
-msgid "Show pages in drop-down menu (3-levels)"
-msgstr "Oldalak leomló menüben mutatása (3-szinten)"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:85
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:102
-msgid "Exclude:"
-msgstr "Kivéve:"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:87
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:104
-msgid "(IDs, coma separated)"
-msgstr "(ID-k, vesszővel elválasztva)"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:92
-msgid "Group categories in one menu item"
-msgstr "Kategóriák csoportosítva egy menüpontban"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:95
-msgid "Disable categories"
-msgstr "Kategóriák tiltása"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:96
-msgid "Show first-level categories"
-msgstr "Első szintű kategóriák mutatása"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:97
-msgid "Show categories in drop-down menu"
-msgstr "Kategóriák leomló menüben mutatása"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:98
-msgid "Show categories in drop-down menu (2-levels)"
-msgstr "Kategóriák leomló menüben mutatása (2-szinten)"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:99
-msgid "Show categories in drop-down menu (3-levels)"
-msgstr "Kategóriák leomló menüben mutatása (3-szinten)"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:106
-msgid "Custom title:"
-msgstr "Választható cím:"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:110
-msgid "Links"
-msgstr "Linkek"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:113
-msgid "Show link to home page"
-msgstr "Kezdőlapra mutató link"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:116
-msgid "Show link to RSS feed"
-msgstr "RSS feed-re mutató link"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:118
-msgid "Tools"
-msgstr "Eszközök"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:121
-msgid "Show search form"
-msgstr "Keresés mező mutatása"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/help.php:6
-msgid "Constructor Wordpress Theme"
-msgstr "Constructor Wordpress Téma"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/help.php:8
-msgid "Project Homepage"
-msgstr "Projekt Honlap"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/help.php:9
-msgid "Author Homepage"
-msgstr "Szerző Honlap"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/help.php:12
-msgid "Update Theme"
-msgstr "Téma Frissítése"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/help.php:13
-msgid ""
-"Before update &laquo;Constructor theme&raquo; you should be save all your changes and download your theme to computer,\n"
-"         because wordpress cleans theme folder before install new version"
-msgstr ""
-"Mielőtt frissíti a &laquo;Constructor támát&raquo; mentse le az ön változtatásait és töltse le a témát a számítógépére,\n"
-"         mert a wordpress letörli a téma könyvtárát mielőtt az új verziót telepíti"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/help.php:16
-msgid "Related Links"
-msgstr "Kapcsolódó Linkek"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/help.php:27
-msgid "Donate"
-msgstr "Támogatás"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/help.php:29
-msgid "You can send your Name and Url for promote on <a href=\"http://donate.hohli.com/\">Donate page</a>"
-msgstr "Elküldheti nevét és Url-jét a <a href=\"http://donate.hohli.com/\">Donate page</a> támogatása számára"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/help.php:46
-msgid "Author works"
-msgstr "A szerző munkái"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/save.php:1
-msgid "Save As"
-msgstr "Mentés Másként"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/save.php:13
-msgid "Save Current Theme As ..."
-msgstr "Aktuális Téma Mentése Másként ..."
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/save.php:24
-msgid "Theme Name"
-msgstr "Téma Neve"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/save.php:28
-msgid "Theme URI"
-msgstr "Téma URI"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/save.php:36
-msgid "Version"
-msgstr "Verzió"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/save.php:40
-msgid "Author"
-msgstr "Szerző"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/save.php:44
-msgid "Author URI"
-msgstr "Szerző URI"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/save.php:49
-msgid "Save Theme"
-msgstr "Téma Mentése"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/themes.php:51
-msgid "File \"style.css\" is not exists"
-msgstr "File \"style.css\" nem létezik"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/themes.php:52
-msgid "Anonymous"
-msgstr "Névtelen"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/themes.php:66
-msgid "version"
-msgstr "verzió"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:17
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:39
-msgid "Homepage"
-msgstr "Honlap"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:19
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:41
-msgid "Post"
-msgstr "Bejegyzés"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:21
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:43
-msgid "Page"
-msgstr "Oldal"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:23
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:45
-msgid "Search"
-msgstr "Keresés"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:25
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:47
-msgid "Date"
-msgstr "Dátum"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:27
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:49
-msgid "Category"
-msgstr "Kategória"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:29
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:51
-msgid "Tag"
-msgstr "Címke"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/design.php:53
-msgid "Borders"
-msgstr "Keretek"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/design.php:61
-msgid "Border radius"
-msgstr "Keret sugara"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/design.php:69
-msgid "Features for modern browsers (not IE of course)"
-msgstr "Modern böngészők képessége (természetesen nem IE)"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/design.php:73
-msgid "Shadow"
-msgstr "Árnyék"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/design.php:82
-msgid "Horizontal offset"
-msgstr "Vízszintes eltolás"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/design.php:85
-msgid "Vertical offset"
-msgstr "Függőleges eltolás"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/design.php:88
-msgid "Blur"
-msgstr "Homályosság"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/ajax/save.php:33
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/ajax/save.php:36
-#, php-format
-msgid "Directory \"%s\" is not writable."
-msgstr "Könyvtár \"%s\" nem írható."
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/ajax/save.php:54
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/ajax/save.php:68
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/ajax/save.php:72
-#, php-format
-msgid "Can't copy file \"%s\"."
-msgstr "File nem másolható \"%s\"."
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/ajax/save.php:107
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/ajax/save.php:111
-#, php-format
-msgid "Can't save file \"%s\"."
-msgstr "File nem menthető \"%s\"."
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/ajax/save.php:114
-msgid "Theme was saved, please reload page for view changes"
-msgstr "A téma le lett mentve, kérem töltse be újra az oldalt, hogy lássa a változásokat."
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Main.php:214
-msgid "Home"
-msgstr "Kezdőlap"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Main.php:380
-#, php-format
-msgid "%1$s and %2$s."
-msgstr "%1$s és %2$s."
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Main.php:380
-msgid "Entries (RSS)"
-msgstr "Bejegyzések (RSS)"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Main.php:380
-msgid "Comments (RSS)"
-msgstr "Hozzászólások (RSS)"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Main.php:384
-#, php-format
-msgid "%d queries. %s seconds."
-msgstr "%d kérés. %s másodperc."
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:76
-#, php-format
-msgid "System can't create \"%s\" directory"
-msgstr "A rendszer nem tudja létrehozni \"%s\" könyvtárat"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:91
-#, php-format
-msgid "File \"%s\" is not a image (jpeg, png, gif, tiff)"
-msgstr "File \"%s\" nem kép (jpeg, png, gif, tiff)"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:101
-#, php-format
-msgid "File \"%s\" can't be move to \"images\" folder"
-msgstr "File \"%s\" nem áthelyezhető a \"images\" könyvtárba"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:278
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:287
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:461
-msgid "Customize Theme"
-msgstr "Téma Testreszabása"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:279
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:288
-msgid "Customize"
-msgstr "Testreszabás"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:307
-msgid "Standart Fonts"
-msgstr "Standard Fontok"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:315
-msgid "Google Fonts"
-msgstr "Google Fontok"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:464
-msgid "If you like this theme and find it useful, help keep this theme free and actively developed by clicking the donate button (via PayPal or CC)"
-msgstr "Ha tetszik ez a téma és hasznosnak találja, a támogatás gombbal segítsen ingyenesnek tartani és aktívan fejleszteni. (PayPal vagy CC)"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:468
-msgid "Options saved."
-msgstr "Paraméterek mentve."
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:472
-msgid "Some images can't be upload. Please check permissions"
-msgstr "Néhány kép nem feltölthető. Ellenőrizze az engedélyeket."
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:493
-msgid "Save Changes"
-msgstr "Változások Mentése"
-
-#~ msgid "Font Family Example"
-#~ msgstr "Font Család Példa"
-
-#~ msgid "Container Width"
-#~ msgstr "Tartalom Szélessége"
diff --git a/wp-content/themes/constructor/lang/it_IT.mo b/wp-content/themes/constructor/lang/it_IT.mo
deleted file mode 100644
index 1612a65fef588c2e514f4dda0bc32f7fc67a5a43..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/lang/it_IT.mo and /dev/null differ
diff --git a/wp-content/themes/constructor/lang/it_IT.po b/wp-content/themes/constructor/lang/it_IT.po
deleted file mode 100644
index 5608b3fb226d5d4f1115c0835d776b5cf7b1330d..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/lang/it_IT.po
+++ /dev/null
@@ -1,844 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: \n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-06-19 16:40+0200\n"
-"PO-Revision-Date: \n"
-"Last-Translator: Anton Shevchuk <Anton.Shevchuk@gmail.com>\n"
-"Language-Team: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Poedit-Language: Italian\n"
-"X-Poedit-Country: ITALY\n"
-
-#: W:/wordpress/wp-content/themes/constructor/sidebar.php:18
-#: W:/wordpress/wp-content/themes/constructor/single.php:25
-#: W:/wordpress/wp-content/themes/constructor/template-monocolumn.php:24
-#: W:/wordpress/wp-content/themes/constructor/page.php:24
-msgid "Pages"
-msgstr "Pagine"
-
-#: W:/wordpress/wp-content/themes/constructor/sidebar.php:20
-msgid "Categories"
-msgstr "Categorie"
-
-#: W:/wordpress/wp-content/themes/constructor/sidebar.php:22
-#: W:/wordpress/wp-content/themes/constructor/single.php:30
-#: W:/wordpress/wp-content/themes/constructor/template-monocolumn.php:32
-#: W:/wordpress/wp-content/themes/constructor/page.php:32
-msgid "Tags"
-msgstr "Tags"
-
-#: W:/wordpress/wp-content/themes/constructor/sidebar.php:27
-msgid "Meta"
-msgstr "Meta"
-
-#: W:/wordpress/wp-content/themes/constructor/single.php:21
-#: W:/wordpress/wp-content/themes/constructor/template-authors.php:17
-#: W:/wordpress/wp-content/themes/constructor/layout-tile.php:17
-#: W:/wordpress/wp-content/themes/constructor/template-monocolumn.php:19
-#: W:/wordpress/wp-content/themes/constructor/page.php:20
-#: W:/wordpress/wp-content/themes/constructor/template-archive.php:49
-#: W:/wordpress/wp-content/themes/constructor/layout-list.php:18
-#, php-format
-msgid "Permanent Link to %s"
-msgstr "Permanent Link a %s"
-
-#: W:/wordpress/wp-content/themes/constructor/single.php:24
-#: W:/wordpress/wp-content/themes/constructor/template-authors.php:21
-#: W:/wordpress/wp-content/themes/constructor/template-monocolumn.php:23
-#: W:/wordpress/wp-content/themes/constructor/page.php:23
-#: W:/wordpress/wp-content/themes/constructor/template-archive.php:52
-#: W:/wordpress/wp-content/themes/constructor/layout-list.php:25
-msgid "Read the rest of this entry &raquo;"
-msgstr "Leggi il resto &raquo;"
-
-#: W:/wordpress/wp-content/themes/constructor/single.php:29
-#: W:/wordpress/wp-content/themes/constructor/layout-tile.php:23
-#: W:/wordpress/wp-content/themes/constructor/template-monocolumn.php:31
-#: W:/wordpress/wp-content/themes/constructor/page.php:31
-#: W:/wordpress/wp-content/themes/constructor/layout-list.php:19
-msgid "F jS, Y"
-msgstr "F jS, Y"
-
-#: W:/wordpress/wp-content/themes/constructor/single.php:31
-#: W:/wordpress/wp-content/themes/constructor/template-authors.php:31
-#: W:/wordpress/wp-content/themes/constructor/template-monocolumn.php:33
-#: W:/wordpress/wp-content/themes/constructor/page.php:33
-#: W:/wordpress/wp-content/themes/constructor/template-archive.php:86
-msgid "Edit"
-msgstr "Modifica"
-
-#: W:/wordpress/wp-content/themes/constructor/single.php:32
-#: W:/wordpress/wp-content/themes/constructor/template-monocolumn.php:34
-#: W:/wordpress/wp-content/themes/constructor/page.php:34
-msgid "No Comments &#187;"
-msgstr "Nessun commento &#187;"
-
-#: W:/wordpress/wp-content/themes/constructor/single.php:32
-#: W:/wordpress/wp-content/themes/constructor/template-monocolumn.php:34
-#: W:/wordpress/wp-content/themes/constructor/page.php:34
-msgid "1 Comment &#187;"
-msgstr "1 Commento &#187;"
-
-#: W:/wordpress/wp-content/themes/constructor/single.php:32
-#: W:/wordpress/wp-content/themes/constructor/template-monocolumn.php:34
-#: W:/wordpress/wp-content/themes/constructor/page.php:34
-msgid "% Comments &#187;"
-msgstr "% Commenti &#187;"
-
-#: W:/wordpress/wp-content/themes/constructor/single.php:32
-#: W:/wordpress/wp-content/themes/constructor/template-monocolumn.php:34
-#: W:/wordpress/wp-content/themes/constructor/page.php:34
-msgid "Comments Closed"
-msgstr "Commenti Chiusi"
-
-#: W:/wordpress/wp-content/themes/constructor/template-authors.php:29
-#: W:/wordpress/wp-content/themes/constructor/template-monocolumn.php:29
-#: W:/wordpress/wp-content/themes/constructor/page.php:29
-#: W:/wordpress/wp-content/themes/constructor/template-archive.php:84
-msgid "Back to Parent Page"
-msgstr "Torna alla pagina precendente"
-
-#: W:/wordpress/wp-content/themes/constructor/layout-tile.php:30
-#: W:/wordpress/wp-content/themes/constructor/layout-list.php:37
-msgid "&laquo; Older Entries"
-msgstr "&laquo; Pi&ugrave; vecchi"
-
-#: W:/wordpress/wp-content/themes/constructor/layout-tile.php:31
-#: W:/wordpress/wp-content/themes/constructor/layout-list.php:38
-msgid "Newer Entries &raquo;"
-msgstr "Pi&ugrave; nuovi &raquo;"
-
-#: W:/wordpress/wp-content/themes/constructor/comments.php:12
-msgid "This post is password protected. Enter the password to view comments."
-msgstr "Questo articolo &egrave; protetto da password, inserisci la password per visualizzare i commenti."
-
-#: W:/wordpress/wp-content/themes/constructor/comments.php:21
-msgid "No Responses"
-msgstr "Nessuna risposta"
-
-#: W:/wordpress/wp-content/themes/constructor/comments.php:21
-msgid "One Response"
-msgstr "Una risposta"
-
-#: W:/wordpress/wp-content/themes/constructor/comments.php:21
-msgid "% Responses"
-msgstr "% Risposta"
-
-#: W:/wordpress/wp-content/themes/constructor/comments.php:21
-#, fuzzy, php-format
-msgid "to &#8220;%s&#8221;"
-msgstr "to &#8220;%s&#8221;"
-
-#: W:/wordpress/wp-content/themes/constructor/comments.php:39
-msgid "Comments are closed."
-msgstr "Commenti chiusi."
-
-#: W:/wordpress/wp-content/themes/constructor/comments.php:49
-msgid "Leave a Reply"
-msgstr "Rispondi"
-
-#: W:/wordpress/wp-content/themes/constructor/comments.php:49
-#, php-format
-msgid "Leave a Reply for %s"
-msgstr "Rispondi a %s"
-
-#: W:/wordpress/wp-content/themes/constructor/comments.php:56
-#, php-format
-msgid "You must be <a href=\"%s\">logged in</a> to post a comment."
-msgstr "Devi essere <a href=\"%s\">collegaton</a> per inserire un commento."
-
-#: W:/wordpress/wp-content/themes/constructor/comments.php:63
-#, php-format
-msgid "Logged in as <a href=\"%1$s\">%2$s</a>."
-msgstr "Collegato come <a href=\"%1$s\">%2$s</a>."
-
-#: W:/wordpress/wp-content/themes/constructor/comments.php:63
-msgid "Log out of this account"
-msgstr "Esci da questo account"
-
-#: W:/wordpress/wp-content/themes/constructor/comments.php:63
-msgid "Log out &raquo;"
-msgstr "Esci &raquo;"
-
-#: W:/wordpress/wp-content/themes/constructor/comments.php:68
-msgid "Name"
-msgstr "Nome"
-
-#: W:/wordpress/wp-content/themes/constructor/comments.php:68
-#: W:/wordpress/wp-content/themes/constructor/comments.php:71
-msgid "(required)"
-msgstr "Obbligatorio"
-
-#: W:/wordpress/wp-content/themes/constructor/comments.php:71
-msgid "Mail (will not be published)"
-msgstr "Email (non verr&agrave; mostrata)"
-
-#: W:/wordpress/wp-content/themes/constructor/comments.php:74
-msgid "Website"
-msgstr "Indirizo web"
-
-#: W:/wordpress/wp-content/themes/constructor/comments.php:78
-#, php-format
-msgid "<strong>XHTML:</strong> You can use these tags: <code>%s</code>"
-msgstr "<strong>XHTML:</strong> Puoi usare questi tags: <code>%s</code>"
-
-#: W:/wordpress/wp-content/themes/constructor/comments.php:82
-msgid "Submit Comment"
-msgstr "Conferma"
-
-#: W:/wordpress/wp-content/themes/constructor/template-archive.php:30
-#, php-format
-msgid "%b"
-msgstr "%b"
-
-#: W:/wordpress/wp-content/themes/constructor/template-archive.php:31
-msgid "%B"
-msgstr "%B"
-
-#: W:/wordpress/wp-content/themes/constructor/404.php:13
-msgid "Error 404 - Not Found"
-msgstr "Errore 404. Pagina non trovata"
-
-#: W:/wordpress/wp-content/themes/constructor/404.php:16
-msgid "Sorry, but you are looking for something that isn&#8217;t here."
-msgstr "Stai cercando qualcosa che non esiste in questo sito."
-
-#: W:/wordpress/wp-content/themes/constructor/functions.php:190
-msgid "Home"
-msgstr "Home"
-
-#: W:/wordpress/wp-content/themes/constructor/functions.php:192
-#: W:/wordpress/wp-content/themes/constructor/author.php:22
-msgid "RSS Feed"
-msgstr "RSS Feed"
-
-#: W:/wordpress/wp-content/themes/constructor/functions.php:255
-#: W:/wordpress/wp-content/themes/constructor/themes/example/config.php:23
-#, php-format
-msgid "%1$s is proudly powered by %2$s"
-msgstr "%1$s is proudly powered by %2$s"
-
-#: W:/wordpress/wp-content/themes/constructor/functions.php:256
-#: W:/wordpress/wp-content/themes/constructor/themes/example/config.php:24
-msgid "Constructor Theme"
-msgstr "Tema Constructor"
-
-#: W:/wordpress/wp-content/themes/constructor/functions.php:257
-#, php-format
-msgid "%1$s and %2$s."
-msgstr "%1$s e %2$s."
-
-#: W:/wordpress/wp-content/themes/constructor/functions.php:257
-msgid "Entries (RSS)"
-msgstr "Articoli (RSS)"
-
-#: W:/wordpress/wp-content/themes/constructor/functions.php:257
-msgid "Comments (RSS)"
-msgstr "Commenti (RSS)"
-
-#: W:/wordpress/wp-content/themes/constructor/functions.php:261
-#, php-format
-msgid "%d queries. %s seconds."
-msgstr "%d queries. %s seconds."
-
-#: W:/wordpress/wp-content/themes/constructor/functions.php:279
-msgid "No Image"
-msgstr "Nessuna immagine"
-
-#: W:/wordpress/wp-content/themes/constructor/author.php:22
-msgid "Author RSS Feed"
-msgstr "Feed RSS  dell'autore"
-
-#: W:/wordpress/wp-content/themes/constructor/author.php:28
-#: W:/wordpress/wp-content/themes/constructor/author.php:32
-#, php-format
-msgid "%1$s %2$s"
-msgstr "%1$s %2$s"
-
-#: W:/wordpress/wp-content/themes/constructor/author.php:31
-msgid "Full Name"
-msgstr "Nome completo"
-
-#: W:/wordpress/wp-content/themes/constructor/author.php:35
-msgid "Nickname"
-msgstr "Nickname"
-
-#: W:/wordpress/wp-content/themes/constructor/author.php:41
-msgid "Visit author website"
-msgstr "Vistita la pagina dell'autore"
-
-#: W:/wordpress/wp-content/themes/constructor/author.php:45
-msgid "ICQ"
-msgstr "ICQ"
-
-#: W:/wordpress/wp-content/themes/constructor/author.php:50
-msgid "AIM"
-msgstr "AIM"
-
-#: W:/wordpress/wp-content/themes/constructor/author.php:55
-msgid "Yahoo IM"
-msgstr "Yahoo IM"
-
-#: W:/wordpress/wp-content/themes/constructor/author.php:60
-msgid "MSN"
-msgstr "MSN"
-
-#: W:/wordpress/wp-content/themes/constructor/author.php:65
-msgid "About Me"
-msgstr "About Me"
-
-#: W:/wordpress/wp-content/themes/constructor/author.php:70
-#, php-format
-msgid "Last posts by %s"
-msgstr "Ultimi articoli di %s"
-
-#: W:/wordpress/wp-content/themes/constructor/author.php:81
-msgid "No posts by this author."
-msgstr "Nessuna articolo per questo autore"
-
-#: W:/wordpress/wp-content/themes/constructor/template-sitemap.php:32
-msgid "Archives"
-msgstr "Archivi"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings.php:61
-#, php-format
-msgid "File \"%s\" is not a image (jpeg, png, gif)"
-msgstr "Il file \"%s\" Non &egrave; un'immagine (jpeg, png, gif)"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings.php:122
-#: W:/wordpress/wp-content/themes/constructor/admin/settings.php:159
-msgid "Customize Theme"
-msgstr "Personalizza tema"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings.php:122
-msgid "Customize"
-msgstr "personalizza"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings.php:160
-msgid "Options saved."
-msgstr "Opzioni salvate"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings.php:164
-msgid "Errors"
-msgstr "Errori"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings.php:191
-msgid "Save Changes"
-msgstr "Salva"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:1
-msgid "Fonts"
-msgstr "Fonts"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:6
-msgid "Header Font"
-msgstr "Header Font"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:13
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:25
-msgid "The quick brown fox jumps over the lazy dog"
-msgstr "The quick brown fox jumps over the lazy dog"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:18
-msgid "Body Font"
-msgstr "Body Font"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/colors.php:1
-msgid "Colors"
-msgstr "Colori"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/colors.php:62
-msgid "Opacity"
-msgstr "Opacit&agrave;"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/colors.php:64
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/colors.php:65
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:17
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:18
-msgid "None"
-msgstr "Nessuno"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/colors.php:67
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/colors.php:68
-msgid "Color"
-msgstr "Colore"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/colors.php:70
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/colors.php:71
-msgid "Dark"
-msgstr "Scuro"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/colors.php:73
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/colors.php:74
-msgid "Light"
-msgstr "Chiaro"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/colors.php:79
-msgid "Shadow"
-msgstr "Ombra"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/colors.php:82
-msgid "Only for Safari and Chrome"
-msgstr "Solo per Safari e Chrome"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/colors.php:86
-msgid "Elements Colors"
-msgstr "Colori degli Elementi"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/colors.php:89
-msgid "background"
-msgstr "Sfondo"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/colors.php:92
-msgid "background alternative"
-msgstr "Sfondo alternativo"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/colors.php:95
-msgid "opacity style color"
-msgstr "colore dello Stile dell'opacità"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/colors.php:98
-msgid "text"
-msgstr "testo"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/colors.php:101
-msgid "text alternative"
-msgstr "Testo alternativo"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/colors.php:104
-msgid "border"
-msgstr "bordo"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/colors.php:107
-msgid "border alternative"
-msgstr "bordo alternativo"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/colors.php:110
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/colors.php:113
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/colors.php:116
-msgid "tags"
-msgstr "tags"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:1
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:5
-msgid "Sidebar"
-msgstr "Sidebar"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:7
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:8
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/header.php:7
-msgid "Left"
-msgstr "Sinistra"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:10
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:11
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/header.php:9
-msgid "Right"
-msgstr "Destra"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:14
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:15
-msgid "Two"
-msgstr "Due"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:21
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:22
-msgid "Two Right"
-msgstr "Due destra"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:24
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:25
-msgid "Two Left"
-msgstr "Due sinistra"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/css.php:1
-msgid "CSS"
-msgstr "CSS"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/css.php:5
-#, php-format
-msgid "<font color=\"red\"><b>Warning!</b></font>: File \"%s\" is not writable."
-msgstr "<font color=\"red\"><b>Attenzione!</b></font>: il File \"%s\" non &egrave; scrivibile."
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:2
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:67
-msgid "Slideshow"
-msgstr "Slideshow"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:26
-msgid "Enable slideshow"
-msgstr "Abilita lo slideshow"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:28
-msgid "by default use images from posts on current page"
-msgstr "Usa le immagini delle notizie nella pagina corrente "
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:32
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/layout.php:50
-msgid "Options"
-msgstr "Opzioni"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:35
-msgid "Show on page"
-msgstr "Mostra nella pagina"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:38
-msgid "Show on single post"
-msgstr "Mostra nella singola notizia"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:43
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:44
-msgid "In Content"
-msgstr "Nei contenuti"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:47
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:48
-#, fuzzy
-msgid "Over Content"
-msgstr "Over Content"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:55
-msgid "Height"
-msgstr "Altezza"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:67
-msgid "use <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\">NextGEN-Gallery</a>"
-msgstr "usa<a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\">NextGEN-Gallery</a>"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:69
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:70
-msgid "Disable"
-msgstr "Disabilita"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:84
-msgid "You can use <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\">NextGEN-Gallery</a> plugin for build custom slideshow"
-msgstr "Puoi usare il plugin <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\">NextGEN-Gallery</a> per avere slideshow personalizzate"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/layout.php:1
-msgid "Layout"
-msgstr "Layout"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/layout.php:53
-msgid "Container Width"
-msgstr "Dimensione del contenitore"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/layout.php:62
-msgid "Sidebar Width"
-msgstr "Dimensione della Sidebar"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/layout.php:71
-msgid "Extra Bar Width"
-msgstr "Dimensione della barra extra"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/layout.php:78
-msgid "Homepage"
-msgstr "Homepage"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/layout.php:80
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/layout.php:81
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/layout.php:94
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/layout.php:95
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/layout.php:108
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/layout.php:109
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/layout.php:122
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/layout.php:123
-msgid "Default"
-msgstr "Default"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/layout.php:83
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/layout.php:84
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/layout.php:97
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/layout.php:98
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/layout.php:111
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/layout.php:112
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/layout.php:125
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/layout.php:126
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/images.php:43
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/images.php:44
-msgid "Tile"
-msgstr "Tile"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/layout.php:86
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/layout.php:87
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/layout.php:100
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/layout.php:101
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/layout.php:114
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/layout.php:115
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/layout.php:128
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/layout.php:129
-msgid "List"
-msgstr "Lista"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/layout.php:92
-msgid "Archive"
-msgstr "Archivio"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/layout.php:106
-msgid "Search"
-msgstr "Cerca"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/layout.php:120
-msgid "Index"
-msgstr "Indice"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/export.php:1
-msgid "Export"
-msgstr "Esporta"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/export.php:2
-msgid "Export Current Theme"
-msgstr "Esporta il tema corrente"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/export.php:3
-msgid "Use this is options for export your changes"
-msgstr "Usa questa opzione per esportare le tue modifiche"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/export.php:3
-msgid "save changes before export"
-msgstr "Salva le modifica prima di esportare"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/export.php:6
-msgid "click here and save file"
-msgstr "Clicca qui e salva il file"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/export.php:12
-#, php-format
-msgid "For import theme - use your FTP access and create new folder in folder <code>%s/themes</code> and upload <code>config.php</code>"
-msgstr "Per importare il tehema usa il tuo accesso ftp e rea una nuova cartella nella cartelle <code>%s/themes</code> and upload <code>config.php</code>"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/content.php:1
-msgid "Content"
-msgstr "Contenuto"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/content.php:4
-msgid "Posts"
-msgstr "Articoli"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/content.php:7
-msgid "Show author link"
-msgstr "Mostra il link dell'autore"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/footer.php:1
-msgid "Footer"
-msgstr "Pi&egrave; di pagina"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/footer.php:4
-msgid "Footer Text"
-msgstr "Testo Pi&egrave; di pagina"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/images.php:1
-msgid "Images"
-msgstr "Immagini"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/images.php:14
-#, php-format
-msgid "<font color=\"red\"><b>Warning!</b></font>: Directory \"%s\" is not writable."
-msgstr "<font color=\"red\"><b>attenzione!</b></font>: la Directory \"%s\" Nion &egrave; scrivibile."
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/images.php:18
-msgid "Body Image"
-msgstr "Body Image"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/images.php:23
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/images.php:75
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/images.php:107
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/images.php:117
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/images.php:148
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/images.php:179
-msgid "preview"
-msgstr "anteprima"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/images.php:29
-msgid "Image Repeat"
-msgstr "Ripeti l'immagine"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/images.php:30
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/images.php:31
-msgid "No Repeat"
-msgstr "Non ripetere"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/images.php:34
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/images.php:35
-msgid "Repeat Horizontal"
-msgstr "Ripeti orizzontalmente"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/images.php:38
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/images.php:39
-msgid "Repeat Vertical"
-msgstr "Ripeti verticalmente"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/images.php:50
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/images.php:81
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/images.php:123
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/images.php:154
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/images.php:185
-msgid "Image Position"
-msgstr "Posizione dell'immagine"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/images.php:51
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/images.php:82
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/images.php:124
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/images.php:155
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/images.php:186
-msgid "Top Left"
-msgstr "In alto a sinistra"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/images.php:52
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/images.php:83
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/images.php:125
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/images.php:156
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/images.php:187
-msgid "Top Center"
-msgstr "In alto al centro"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/images.php:53
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/images.php:84
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/images.php:126
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/images.php:157
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/images.php:188
-msgid "Top Right"
-msgstr "In alto a destra"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/images.php:57
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/images.php:88
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/images.php:130
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/images.php:161
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/images.php:192
-msgid "Center Left"
-msgstr "Al centro a sinistra"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/images.php:58
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/images.php:89
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/images.php:131
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/images.php:162
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/images.php:193
-msgid "Center Center"
-msgstr "Centrata al centro"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/images.php:59
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/images.php:90
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/images.php:132
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/images.php:163
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/images.php:194
-msgid "Center Right"
-msgstr "Al centro a destra"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/images.php:63
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/images.php:94
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/images.php:136
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/images.php:167
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/images.php:198
-msgid "Bottom Left"
-msgstr "In basso a sinistra"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/images.php:64
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/images.php:95
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/images.php:137
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/images.php:168
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/images.php:199
-msgid "Bottom Center"
-msgstr "Centrata al centro"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/images.php:65
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/images.php:96
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/images.php:138
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/images.php:169
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/images.php:200
-msgid "Bottom Right"
-msgstr "Centrata a destra"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/images.php:70
-msgid "Background Image"
-msgstr "Immangine di sfondo"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/images.php:102
-msgid "Content Image"
-msgstr "Immagine dei contenuti"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/images.php:102
-msgid "repeat by Y and w/out opacity"
-msgstr "Ripeti per Y e senza opacit&agrave;"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/images.php:112
-msgid "Sidebar Image"
-msgstr "Immagine della sidebar"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/images.php:143
-msgid "Extrabar Image"
-msgstr "Immagine della Extrabar "
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/images.php:174
-msgid "Footer Image"
-msgstr "Immagine del pi&egrave; di pagina"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/header.php:1
-msgid "Header"
-msgstr "testata"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/header.php:5
-msgid "Title position"
-msgstr "Posizione del titolo"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/header.php:8
-msgid "Center"
-msgstr "Centro"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/header.php:14
-msgid "Title colors"
-msgstr "Colore del titolo"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/header.php:17
-msgid "title"
-msgstr "Titolo"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/header.php:20
-msgid "description"
-msgstr "descrizione"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/header.php:25
-msgid "Header menu"
-msgstr "menu della testata"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/header.php:28
-msgid "Don't show menu"
-msgstr "Non mostrare il men&ugrave;"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/header.php:31
-msgid "Show first-level pages"
-msgstr "Mostra le pagine di primo livello"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/header.php:34
-msgid "Show pages in drop-down menu"
-msgstr "Mostra le pagine in un menu a cascata"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/header.php:37
-msgid "Show pages in drop-down menu (2-levels)"
-msgstr "Mostra le pagine in un menu a cascata (2 livelli)"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/header.php:40
-msgid "Show link to home page"
-msgstr "Mostra il collegamente alla home page"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/header.php:43
-msgid "Show link to RSS feed"
-msgstr "Mostra il collegamento ai feed RSS"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/themes.php:1
-msgid "Themes"
-msgstr "Temi"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/themes.php:42
-msgid "File \"style.css\" is not exists"
-msgstr "Il file \"style.css\" non esiste"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/themes.php:43
-msgid "Anonymous"
-msgstr "Anonimo"
-
-#: W:/wordpress/wp-content/themes/constructor/admin/settings/themes.php:55
-msgid "version"
-msgstr "versione"
-
diff --git a/wp-content/themes/constructor/lang/ja.mo b/wp-content/themes/constructor/lang/ja.mo
deleted file mode 100644
index 48f7355d0ef6e8380e21e823a7993f60816381ce..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/lang/ja.mo and /dev/null differ
diff --git a/wp-content/themes/constructor/lang/ja.po b/wp-content/themes/constructor/lang/ja.po
deleted file mode 100644
index 01000b9ffe171d827ac61cbb46a7c299554954b4..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/lang/ja.po
+++ /dev/null
@@ -1,1118 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: constructor-ja 20100110\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-12-10 19:00+0200\n"
-"PO-Revision-Date: \n"
-"Last-Translator: Toshi Oshio <toshifme@gmail.com>\n"
-"Language-Team: falcon-space <toshifme@gmail.com>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Poedit-Language: Japanese\n"
-"X-Poedit-Country: JAPAN\n"
-"X-Poedit-SourceCharset: utf-8\n"
-"X-Poedit-KeywordsList: _e;__\n"
-
-#: W:/www/wordpress/wp-content/themes/constructor/sidebar.php:18
-#: W:/www/wordpress/wp-content/themes/constructor/single.php:25
-#: W:/www/wordpress/wp-content/themes/constructor/template-monocolumn.php:24
-#: W:/www/wordpress/wp-content/themes/constructor/page.php:24
-msgid "Pages"
-msgstr "ページ"
-
-#: W:/www/wordpress/wp-content/themes/constructor/sidebar.php:20
-msgid "Categories"
-msgstr "カテゴリー"
-
-#: W:/www/wordpress/wp-content/themes/constructor/sidebar.php:22
-#: W:/www/wordpress/wp-content/themes/constructor/single.php:31
-#: W:/www/wordpress/wp-content/themes/constructor/template-monocolumn.php:32
-#: W:/www/wordpress/wp-content/themes/constructor/page.php:32
-msgid "Tags"
-msgstr "タグ"
-
-#: W:/www/wordpress/wp-content/themes/constructor/sidebar.php:27
-msgid "Meta"
-msgstr "メタ情報"
-
-#: W:/www/wordpress/wp-content/themes/constructor/single.php:21
-#: W:/www/wordpress/wp-content/themes/constructor/template-authors.php:17
-#: W:/www/wordpress/wp-content/themes/constructor/layout-tile.php:17
-#: W:/www/wordpress/wp-content/themes/constructor/template-monocolumn.php:19
-#: W:/www/wordpress/wp-content/themes/constructor/page.php:20
-#: W:/www/wordpress/wp-content/themes/constructor/template-archive.php:49
-#: W:/www/wordpress/wp-content/themes/constructor/layout-list.php:18
-#, php-format
-msgid "Permanent Link to %s"
-msgstr "%s へのパーマリンク"
-
-#: W:/www/wordpress/wp-content/themes/constructor/single.php:24
-#: W:/www/wordpress/wp-content/themes/constructor/template-authors.php:21
-#: W:/www/wordpress/wp-content/themes/constructor/slideshow.php:26
-#: W:/www/wordpress/wp-content/themes/constructor/template-monocolumn.php:23
-#: W:/www/wordpress/wp-content/themes/constructor/page.php:23
-#: W:/www/wordpress/wp-content/themes/constructor/template-archive.php:52
-msgid "Read the rest of this entry &raquo;"
-msgstr "続きを読む  &raquo;"
-
-#: W:/www/wordpress/wp-content/themes/constructor/single.php:32
-#: W:/www/wordpress/wp-content/themes/constructor/template-authors.php:31
-#: W:/www/wordpress/wp-content/themes/constructor/template-monocolumn.php:33
-#: W:/www/wordpress/wp-content/themes/constructor/page.php:33
-#: W:/www/wordpress/wp-content/themes/constructor/template-archive.php:86
-msgid "Edit"
-msgstr "編集"
-
-#: W:/www/wordpress/wp-content/themes/constructor/single.php:33
-#: W:/www/wordpress/wp-content/themes/constructor/template-monocolumn.php:34
-#: W:/www/wordpress/wp-content/themes/constructor/page.php:34
-msgid "No Comments &#187;"
-msgstr "コメントなし &#187;"
-
-#: W:/www/wordpress/wp-content/themes/constructor/single.php:33
-#: W:/www/wordpress/wp-content/themes/constructor/template-monocolumn.php:34
-#: W:/www/wordpress/wp-content/themes/constructor/page.php:34
-msgid "1 Comment &#187;"
-msgstr "1件のコメント &#187;"
-
-#: W:/www/wordpress/wp-content/themes/constructor/single.php:33
-#: W:/www/wordpress/wp-content/themes/constructor/template-monocolumn.php:34
-#: W:/www/wordpress/wp-content/themes/constructor/page.php:34
-msgid "% Comments &#187;"
-msgstr "%件のコメント &#187;"
-
-#: W:/www/wordpress/wp-content/themes/constructor/single.php:33
-#: W:/www/wordpress/wp-content/themes/constructor/template-monocolumn.php:34
-#: W:/www/wordpress/wp-content/themes/constructor/page.php:34
-msgid "Comments Closed"
-msgstr "コメント非対応"
-
-#: W:/www/wordpress/wp-content/themes/constructor/template-authors.php:29
-#: W:/www/wordpress/wp-content/themes/constructor/template-monocolumn.php:29
-#: W:/www/wordpress/wp-content/themes/constructor/page.php:29
-#: W:/www/wordpress/wp-content/themes/constructor/template-archive.php:84
-msgid "Back to Parent Page"
-msgstr "親ページに戻る"
-
-#: W:/www/wordpress/wp-content/themes/constructor/layout-tile.php:30
-#: W:/www/wordpress/wp-content/themes/constructor/layout-list.php:32
-msgid "&laquo; Older Entries"
-msgstr "&laquo; 古いエントリー"
-
-#: W:/www/wordpress/wp-content/themes/constructor/layout-tile.php:31
-#: W:/www/wordpress/wp-content/themes/constructor/layout-list.php:33
-msgid "Newer Entries &raquo;"
-msgstr "新しいエントリー &laquo;"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:12
-msgid "This post is password protected. Enter the password to view comments."
-msgstr "この投稿は、パスワードで保護されています。コメントを見るにはパスワードを入力してください。"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:21
-msgid "No Responses"
-msgstr "レスポンスなし"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:21
-msgid "One Response"
-msgstr "1件のレスポンス"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:21
-msgid "% Responses"
-msgstr "%件のレスポンス"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:21
-#, php-format
-msgid "to &#8220;%s&#8221;"
-msgstr "&#8220;%s&#8221;へ"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:39
-msgid "Comments are closed."
-msgstr "コメントは受け付けていません"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:49
-msgid "Leave a Reply"
-msgstr "コメントをどうぞ"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:49
-#, php-format
-msgid "Leave a Reply for %s"
-msgstr "%sへのコメントをどうぞ"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:56
-#, php-format
-msgid "You must be <a href=\"%s\">logged in</a> to post a comment."
-msgstr "コメントを投稿するには<a href=\"%s\">ログイン</a>している必要があります。"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:63
-#, php-format
-msgid "Logged in as <a href=\"%1$s\">%2$s</a>."
-msgstr "<a href=\"%1$s\">%2$s</a>としてログイン中"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:63
-msgid "Log out of this account"
-msgstr "ログアウトする"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:63
-msgid "Log out &raquo;"
-msgstr "ログアウト &raquo;"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:68
-msgid "Name"
-msgstr "名前"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:68
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:71
-msgid "(required)"
-msgstr "(必須)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:71
-msgid "Mail (will not be published)"
-msgstr "メールアドレス(公開されません)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:74
-msgid "Website"
-msgstr "ウェブサイト"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:78
-#, php-format
-msgid "<strong>XHTML:</strong> You can use these tags: <code>%s</code>"
-msgstr "<strong>XHTML:</strong> これらのタグを使えます。<code>%s</code>"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:82
-msgid "Submit Comment"
-msgstr "コメントを投稿"
-
-#: W:/www/wordpress/wp-content/themes/constructor/template-archive.php:30
-#, php-format
-msgid "%b"
-msgstr "%b"
-
-#: W:/www/wordpress/wp-content/themes/constructor/template-archive.php:31
-msgid "%B"
-msgstr "%B"
-
-#: W:/www/wordpress/wp-content/themes/constructor/404.php:13
-msgid "Error 404 - Not Found"
-msgstr "404エラーです。このページは見つかりませんでした。"
-
-#: W:/www/wordpress/wp-content/themes/constructor/404.php:16
-msgid "Sorry, but you are looking for something that isn&#8217;t here."
-msgstr "申し訳ありません。お探しのものはここでは見つかりませんでした。"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:251
-msgid "Home"
-msgstr "ホーム"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:283
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:22
-msgid "RSS Feed"
-msgstr "RSSフィード"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:377
-#: W:/www/wordpress/wp-content/themes/constructor/themes/example/config.php:29
-#, php-format
-msgid "%1$s is proudly powered by %2$s"
-msgstr "%1$s  powered by %2$s"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:378
-#: W:/www/wordpress/wp-content/themes/constructor/themes/example/config.php:30
-msgid "Constructor Theme"
-msgstr "Constructorテーマ"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:379
-#, php-format
-msgid "%1$s and %2$s."
-msgstr "%1$sと%2$sです。"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:379
-msgid "Entries (RSS)"
-msgstr "エントリー(RSS)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:379
-msgid "Comments (RSS)"
-msgstr "コメント(RSS)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:383
-#, php-format
-msgid "%d queries. %s seconds."
-msgstr "%d件のクエリに対して、%s秒かかりました。"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:410
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:421
-msgid "No Image"
-msgstr "画像なし"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:22
-msgid "Author RSS Feed"
-msgstr "執筆者のRSSフィード"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:28
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:32
-#, php-format
-msgid "%1$s %2$s"
-msgstr "%1$s %2$s"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:31
-msgid "Full Name"
-msgstr "姓名"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:35
-msgid "Nickname"
-msgstr "ニックネーム"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:41
-msgid "Visit author website"
-msgstr "執筆者のウェブサイトを閲覧する"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:45
-msgid "ICQ"
-msgstr "ICQ"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:50
-msgid "AIM"
-msgstr "AIM"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:55
-msgid "Yahoo IM"
-msgstr "Yahoo IM"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:60
-msgid "MSN"
-msgstr "MSN"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:65
-msgid "About Me"
-msgstr "私について"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:74
-#, php-format
-msgid "Last posts by %s"
-msgstr "%sによる最新投稿"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:87
-msgid "No posts by this author."
-msgstr "この執筆者による投稿はありません。"
-
-#: W:/www/wordpress/wp-content/themes/constructor/template-sitemap.php:32
-msgid "Archives"
-msgstr "アーカイブ"
-
-#: W:/www/wordpress/wp-content/themes/constructor/widgets/many-in-one.php:23
-msgid "Global categories"
-msgstr "全体カテゴリー"
-
-#: W:/www/wordpress/wp-content/themes/constructor/widgets/many-in-one.php:24
-msgid "Many In One"
-msgstr "Many In One"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings.php:71
-#, php-format
-msgid "System can't create \"%s\" directory"
-msgstr "\"%s\"というディレクトリを生成出来ませんでした。"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings.php:86
-#, php-format
-msgid "File \"%s\" is not a image (jpeg, png, gif)"
-msgstr "このファイル\"%s\" は画像(jpeg, png, gif)ではありません。"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings.php:175
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings.php:230
-msgid "Customize Theme"
-msgstr "テーマのカスタマイズ"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings.php:175
-msgid "Customize"
-msgstr "カスタマイズ"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings.php:233
-msgid "If you like this theme and find it useful, help keep this theme free and actively developed by clicking the donate button (via PayPal or CC)"
-msgstr "もしこのテーマを気に入って使いやすいと思っていただけましたら、このテーマを無償で継続的に開発できるように、PayPalまたはCC経由での寄付をよろしくお願いいたします。"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings.php:237
-msgid "Options saved."
-msgstr "オプション設定を保存しました。"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings.php:242
-msgid "Errors"
-msgstr "エラー"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings.php:269
-msgid "Save Changes"
-msgstr "変更を保存しました。"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:1
-msgid "Fonts"
-msgstr "フォント"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:18
-msgid "Header Font"
-msgstr "ヘッダーのフォント"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:24
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:40
-msgid "The quick brown fox jumps over the lazy dog"
-msgstr "The quick brown fox jumps over the lazy dog"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:34
-msgid "Body Font"
-msgstr "本文のフォント"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:1
-msgid "Colors"
-msgstr "色"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:62
-msgid "Opacity"
-msgstr "不透明度"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:64
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:65
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:86
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:87
-msgid "None"
-msgstr "なし"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:67
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:68
-msgid "Color"
-msgstr "色"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:71
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:72
-msgid "Dark Low"
-msgstr "ダーク低め"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:74
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:75
-msgid "Dark"
-msgstr "ダーク"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:77
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:78
-msgid "Dark High"
-msgstr "ダーク高め"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:81
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:82
-msgid "Light Low"
-msgstr "ライト低め"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:84
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:85
-msgid "Light"
-msgstr "ライト"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:87
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:88
-msgid "Light High"
-msgstr "ライト高め"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:93
-msgid "Shadow"
-msgstr "影付き"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:96
-msgid "Only for Safari and Chrome"
-msgstr "SafariとChromeのみ"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:100
-msgid "Elements Colors"
-msgstr "各要素の色"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:103
-msgid "background"
-msgstr "背景"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:106
-msgid "background alternative"
-msgstr "背景(代替)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:109
-msgid "opacity style color"
-msgstr "不透明スタイルの色"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:112
-msgid "text"
-msgstr "テキスト"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:115
-msgid "text alternative"
-msgstr "テキスト(代替)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:118
-msgid "border"
-msgstr "ボーダー"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:121
-msgid "border alternative"
-msgstr "ボーダー(代替)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:124
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:127
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:130
-msgid "tags"
-msgstr "タグ"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:1
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:74
-msgid "Sidebar"
-msgstr "サイドバー"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:47
-msgid "Width"
-msgstr "幅"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:50
-msgid "Container Width"
-msgstr "コンテナーの幅"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:59
-msgid "Sidebar Width"
-msgstr "サイドバーの幅"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:68
-msgid "Extra Bar Width"
-msgstr "エキストラバーの幅"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:76
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:77
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:43
-msgid "Left"
-msgstr "左"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:79
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:80
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:44
-msgid "Right"
-msgstr "右"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:83
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:84
-msgid "Two"
-msgstr "2列"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:90
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:91
-msgid "Two Right"
-msgstr "右2列"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:93
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:94
-msgid "Two Left"
-msgstr "左2列"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/css.php:1
-msgid "CSS"
-msgstr "CSS"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/css.php:5
-#, php-format
-msgid "<font color=\"red\"><b>Warning!</b></font>: File \"%s\" is not writable."
-msgstr "<font color=\"red\"><b>警告です</b></font>: このファイル \"%s\" は書き込みできません。"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:2
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:88
-msgid "Slideshow"
-msgstr "スライドショー"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:28
-msgid "Enable slideshow"
-msgstr "スライドショーを使用可にする"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:34
-msgid "By default use images from posts with custom field <code>thumb-slideshow</code>"
-msgstr "デフォルトで"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:38
-msgid "Options"
-msgstr "オプション"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:41
-msgid "Show on page"
-msgstr "ページで表示"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:44
-msgid "Show on single post"
-msgstr "単独投稿ページで表示"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:50
-msgid "Height"
-msgstr "高さ"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:59
-msgid "Advanced options"
-msgstr "高度オプション"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:60
-msgid "only for default slideshow"
-msgstr "デフォルトスライドショーのみ"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:64
-msgid "Number of slides"
-msgstr "スライド数"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:67
-msgid "Key of custom field"
-msgstr "カスタムフィールドのキー"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:71
-msgid "Position"
-msgstr "ポジション"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:73
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:74
-msgid "In Content"
-msgstr "コンテンツ領域の中"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:77
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:78
-msgid "Over Content"
-msgstr "コンテンツ領域の上"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:89
-msgid "use <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\">NextGEN-Gallery</a>"
-msgstr "<a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\">NextGEN-Gallery</a>を使う"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:92
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:93
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:12
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:13
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:26
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:27
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:40
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:41
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:54
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:55
-msgid "Default"
-msgstr "デフォルト"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:107
-msgid "You can use <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\">NextGEN-Gallery</a> plugin for build custom slideshow"
-msgstr "<a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\">NextGEN-Gallery</a>プラグインを使って、自分のスライドショーを作ることができます。"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:1
-msgid "Layout"
-msgstr "レイアウト"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:10
-msgid "Homepage"
-msgstr "ホームページ"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:15
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:16
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:29
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:30
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:43
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:44
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:57
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:58
-msgid "Tile"
-msgstr "タイル"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:18
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:19
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:32
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:33
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:46
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:47
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:60
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:61
-msgid "List"
-msgstr "リスト"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:24
-msgid "Archive"
-msgstr "アーカイブ"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:38
-msgid "Search"
-msgstr "検索"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:52
-msgid "Index"
-msgstr "インデックス"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/export.php:1
-msgid "Export"
-msgstr "エクスポート"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/export.php:3
-msgid "Export Current Theme"
-msgstr "現在のテーマをエクスポートする"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/export.php:4
-msgid "Use this is options for export your changes"
-msgstr "変更内容をエクスポートためのメニューです。"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/export.php:4
-msgid "save changes before export"
-msgstr "エクスポートする前に変更内容を保存してください。"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/export.php:7
-msgid "click here and save file"
-msgstr "ここをクリックしてファイルを保存します。"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/export.php:13
-#, php-format
-msgid "For import theme - use your FTP access and create new folder in folder <code>%s/themes</code> and upload <code>config.php</code>"
-msgstr "テーマをインポートするには、FTPでアクセスし新しいフォルダを<code>%s/themes</code>の中に作成して、<code>config.php</code>をアップロードします。"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/export.php:18
-msgid "Create <code>style.css</code> with follow text (change text in UPPERCASE)"
-msgstr "下記のテキストで、<code>style.css</code>を作成してください。 (大文字表記の部分を変更してください)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/export.php:32
-msgid "Create <code>screenshot.png</code> with screen of your theme and resolution 300x225 and upload too (isn't requried)"
-msgstr "あなたのテーマのスクリーンショットを300x225ピクセルのサイズで <code>screenshot.png</code> を作成し、アップロードしてください。(必須ではありません)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:1
-msgid "Content"
-msgstr "コンテンツ"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:6
-msgid "Posts"
-msgstr "投稿"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:9
-msgid "Show author link"
-msgstr "執筆者へのリンクを表示"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:13
-msgid "Thumbnails"
-msgstr "サムネイル"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:16
-msgid "Autogenerate thumbnails"
-msgstr "自動生成のサムネイル"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:24
-#, php-format
-msgid "<font color=\"red\"><b>Warning!</b></font>: Directory \"%s\" is not writable."
-msgstr "<font color=\"red\"><b>警告です!</b></font>: ディレクトリ \"%s\" は書き込みできません。"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:28
-msgid "\"List\" layout options"
-msgstr "\"リスト\"レイアウトオプション"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:31
-msgid "Strip HTML tags from announce (leave only <code>&lt;p&gt;&lt;br&gt;&lt;a&gt;&lt;hr&gt;&lt;i&gt;&lt;em&gt;&lt;b&gt;&lt;strong&gt;&lt;ul&gt;&lt;ol&gt;&lt;li&gt;</code>)"
-msgstr "本文からHTMLタグを外す (<code>&lt;p&gt;&lt;br&gt;&lt;a&gt;&lt;hr&gt;&lt;i&gt;&lt;em&gt;&lt;b&gt;&lt;strong&gt;&lt;ul&gt;&lt;ol&gt;&lt;li&gt;</code>のみ残します)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:37
-msgid "Show \"No Image\" picture"
-msgstr "\"No Image\" 画像を表示する"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:42
-msgid "Thumbnail position"
-msgstr "サムネイルのポジション"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/footer.php:1
-msgid "Footer"
-msgstr "フッター"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/footer.php:4
-msgid "Footer Text"
-msgstr "フッターテキスト"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:1
-msgid "Images"
-msgstr "画像"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:24
-msgid "Body Image"
-msgstr "本文の画像"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:29
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:75
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:122
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:162
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:202
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:242
-msgid "Preview image"
-msgstr "プレビュー画像"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:29
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:75
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:122
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:162
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:202
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:242
-msgid "preview"
-msgstr "プレビュー"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:30
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:76
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:123
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:163
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:203
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:243
-msgid "Remove image (only from theme)"
-msgstr "画像を削除(テーマからのみ)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:30
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:76
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:123
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:163
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:203
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:243
-msgid "clear"
-msgstr "クリア"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:37
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:83
-msgid "Fixed position"
-msgstr "固定ポジション"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:42
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:88
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:129
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:169
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:209
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:249
-msgid "Image Position"
-msgstr "画像ポジション"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:43
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:89
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:130
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:170
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:210
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:250
-msgid "Top Left"
-msgstr "トップ左"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:44
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:90
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:131
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:171
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:211
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:251
-msgid "Top Center"
-msgstr "トップ中央"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:45
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:91
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:132
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:172
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:212
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:252
-msgid "Top Right"
-msgstr "トップ右"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:49
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:95
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:136
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:176
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:216
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:256
-msgid "Center Left"
-msgstr "中央左"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:50
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:96
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:137
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:177
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:217
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:257
-msgid "Center Center"
-msgstr "中央の中央"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:51
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:97
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:138
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:178
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:218
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:258
-msgid "Center Right"
-msgstr "中央右"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:55
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:101
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:142
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:182
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:222
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:262
-msgid "Bottom Left"
-msgstr "ボトム左"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:56
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:102
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:143
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:183
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:223
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:263
-msgid "Bottom Center"
-msgstr "ボトム中央"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:57
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:103
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:144
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:184
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:224
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:264
-msgid "Bottom Right"
-msgstr "ボトム右"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:60
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:106
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:148
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:188
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:228
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:267
-msgid "Image Repeat"
-msgstr "イメージのリピート"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:61
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:107
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:149
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:189
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:229
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:268
-msgid "No Repeat"
-msgstr "リピートなし"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:62
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:108
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:150
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:190
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:230
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:269
-msgid "Repeat Horizontal"
-msgstr "横方向にリピート"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:64
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:110
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:152
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:192
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:232
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:271
-msgid "Repeat Vertical"
-msgstr "縦方向にリピート"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:70
-msgid "Background Image"
-msgstr "背景画像"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:117
-msgid "Content Image"
-msgstr "本文画像"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:157
-msgid "Sidebar Image"
-msgstr "サイドバー画像"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:197
-msgid "Extrabar Image"
-msgstr "エキストラバー画像"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:237
-msgid "Footer Image"
-msgstr "フッター画像"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:1
-msgid "Header"
-msgstr "ヘッダー"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:23
-msgid "Title position"
-msgstr "タイトルポジション"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:26
-msgid "Center"
-msgstr "中央"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:32
-msgid "Title colors"
-msgstr "タイトル色"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:35
-msgid "title"
-msgstr "タイトル"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:38
-msgid "description"
-msgstr "説明文"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:44
-msgid "Header height"
-msgstr "ヘッダーの高さ"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:54
-msgid "Header menu"
-msgstr "ヘッダーメニュー"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:55
-msgid "menu can configured with <a href=\"widgets.php\">widgets</a>, use \"header\" sidebar"
-msgstr "ヘッダーは<a href=\"widgets.php\">widgets</a>で設定できます\"ヘッダー\" サイドバーを使います。"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:61
-msgid "Show top menu"
-msgstr "トップメニューを表示する"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:66
-msgid "Disable pages"
-msgstr "ページを非表示にする"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:67
-msgid "Show first-level pages"
-msgstr "第一階層のページを表示する"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:68
-msgid "Show pages in drop-down menu"
-msgstr "ドロップダウンメニューでページを表示する"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:69
-msgid "Show pages in drop-down menu (2-levels)"
-msgstr "ドロップダウンメニュー(第二階層まで)でページを表示する"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:74
-msgid "Group categories in one menu item"
-msgstr "1つのメニュー項目にカテゴリーをグループ化する"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:77
-msgid "Disable categories"
-msgstr "カテゴリーを非表示にする"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:78
-msgid "Show first-level categories"
-msgstr "第一階層のカテゴリーを表示する"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:79
-msgid "Show categories in drop-down menu"
-msgstr "ドロップダウンメニューでカテゴリーを表示する"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:80
-msgid "Show categories in drop-down menu (2-levels)"
-msgstr "ドロップダウンメニュー(第二階層まで)でカテゴリーを表示する"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:83
-msgid "Links"
-msgstr "リンク"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:86
-msgid "Show link to home page"
-msgstr "ホームページへのリンクを表示する"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:89
-msgid "Show link to RSS feed"
-msgstr "RSSフィードのリンクを表示する"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:91
-msgid "Tools"
-msgstr "ツール"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:94
-msgid "Show search form"
-msgstr "検索フォームを表示する"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/help.php:1
-msgid "Help"
-msgstr "ヘルプ"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/help.php:6
-msgid "Constructor Wordpress Theme"
-msgstr "Constructor Wordpress テーマ"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/help.php:8
-msgid "Project Homepage"
-msgstr "プロジェクトウェブサイト"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/help.php:9
-msgid "Author Homepage"
-msgstr "作者ウェブサイト"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/help.php:12
-msgid "Tile layout"
-msgstr "タイルレイアウト"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/help.php:14
-msgid "For \"tile\" layout using images from custom fields with key <code>thumb</code> (or use autogenerate option on content tab)"
-msgstr "\"タイル\"レイアウトには、<code>thumb</code>キーが設定されたカスタムフィールドにある画像を使います。(または、コンテンツタブで設定されている自動生成オプションを使います)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/help.php:17
-msgid "List layout"
-msgstr "リストレイアウト"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/help.php:19
-msgid "For \"list\" layout using images from custom fields with key <code>thumb-list</code> (or use autogenerate option on content tab)"
-msgstr "\"リスト\"レイアウトには、<code>thumb-list</code>キーが設定されたカスタムフィールドにある画像を使います。(または、コンテンツタブで設定されている自動生成オプションを使います)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/help.php:24
-msgid "For slideshow using images from custom fields with key <code>thumb-slideshow</code> (by default, your can change it on slideshow tab)"
-msgstr "スライドショーには、<code>thumb-slideshow</code>キーが設定されたカスタムフィールドにある画像を使います。(デフォルトでは、スライドショータブで変更できます)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/help.php:28
-msgid "Related Links"
-msgstr "関連リンク"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/help.php:38
-msgid "Donate"
-msgstr "寄付"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/help.php:65
-msgid "Author works"
-msgstr "作者の作品"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/save.php:1
-msgid "Save As"
-msgstr "別名で保存"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/save.php:13
-msgid "Save Current Theme As ..."
-msgstr "現在のテーマを別名で保存"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/save.php:24
-msgid "Theme Name"
-msgstr "テーマ名"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/save.php:28
-msgid "Theme URI"
-msgstr "テーマURI"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/save.php:32
-msgid "Description"
-msgstr "説明文"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/save.php:36
-msgid "Version"
-msgstr "バージョン"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/save.php:40
-msgid "Author"
-msgstr "作者"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/save.php:44
-msgid "Author URI"
-msgstr "作者URI"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/save.php:49
-msgid "Save Theme"
-msgstr "テーマを保存"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/themes.php:1
-msgid "Themes"
-msgstr "テーマ"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/themes.php:42
-msgid "File \"style.css\" is not exists"
-msgstr "ファイル\"style.css\"がありません。"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/themes.php:43
-msgid "Anonymous"
-msgstr "匿名"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/themes.php:55
-msgid "version"
-msgstr "バージョン"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/ajax/save.php:29
-#: W:/www/wordpress/wp-content/themes/constructor/admin/ajax/save.php:32
-#, php-format
-msgid "Directory \"%s\" is not writable."
-msgstr "ディレクトリ\"%s\"に書き込みできません。"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/ajax/save.php:93
-msgid "Theme was saved, please reload page for view changes"
-msgstr "テーマは保存されました。ページをリロードして、変更をご覧ください。"
-
diff --git a/wp-content/themes/constructor/lang/lt_LT.mo b/wp-content/themes/constructor/lang/lt_LT.mo
deleted file mode 100644
index 28210746ee28f0419ca423ca12a0e797a7c95d10..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/lang/lt_LT.mo and /dev/null differ
diff --git a/wp-content/themes/constructor/lang/lt_LT.po b/wp-content/themes/constructor/lang/lt_LT.po
deleted file mode 100644
index 82acfb777e38647d276249272fe6d68843a19188..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/lang/lt_LT.po
+++ /dev/null
@@ -1,586 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: Constructor Theme\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-02-25 13:17+0200\n"
-"PO-Revision-Date: \n"
-"Last-Translator: Tomas Kikutis <t.kikutis@gmail.com>\n"
-"Language-Team: Anton Shevchuk <AntonShevchuk@gmail.com>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Poedit-Language: Russian\n"
-"X-Poedit-Country: RUSSIAN FEDERATION\n"
-"X-Poedit-KeywordsList: __;_e;_c\n"
-"X-Poedit-Basepath: .\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11) ? 0 : ((n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20)) ? 1 : 2);\n"
-"X-Poedit-SourceCharset: utf-8\n"
-"X-Poedit-SearchPath-0: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor\n"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/404.php:11
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/index.php:40
-msgid "Error 404 - Not Found"
-msgstr "Klaida 404 - Puslapis nerastas"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/404.php:14
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/index.php:43
-msgid "Sorry, but you are looking for something that isn&#8217;t here."
-msgstr "Atsiprašome, negalime rasti nieko kas atitiktų jūsų paieškos kriterijus"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/404.php:24
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/single.php:36
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/index.php:32
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/page.php:36
-msgid "&laquo; Older Entries"
-msgstr "&laquo; Ankstesni įrašai"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/404.php:25
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/single.php:37
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/index.php:33
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/page.php:37
-msgid "Newer Entries &raquo;"
-msgstr "Naujesni įrašai &raquo;"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/sidebar.php:17
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/functions.php:160
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/single.php:19
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/page-sitemap.php:21
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/page.php:19
-msgid "Pages"
-msgstr "Puslapiai"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/sidebar.php:19
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/page-sitemap.php:26
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/footer.php:16
-msgid "Categories"
-msgstr "Temos"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/sidebar.php:21
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/single.php:24
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/index.php:23
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/page.php:24
-msgid "Tags"
-msgstr "Žymės"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/sidebar.php:26
-msgid "Meta"
-msgstr "Meta"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/functions.php:130
-msgid "Home"
-msgstr "Pagrindinis"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/functions.php:132
-msgid "RSS Feed"
-msgstr "Prenumeruoti"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/page-archives.php:16
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/single.php:15
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/page-sitemap.php:16
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/index.php:15
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/page.php:15
-#, php-format
-msgid "Permanent Link to %s"
-msgstr "Nuorodą į %s"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/page-archives.php:19
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/single.php:18
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/page-sitemap.php:20
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/index.php:18
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/page.php:18
-msgid "Read the rest of this entry &raquo;"
-msgstr "Skaityti pilną įrašą &raquo;"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/page-archives.php:26
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/single.php:25
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/page-sitemap.php:38
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/index.php:24
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/page.php:25
-msgid "Edit"
-msgstr "Redaguoti"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/comments.php:12
-msgid "This post is password protected. Enter the password to view comments."
-msgstr "Šis įrašas yra apsaugotas slaptažodžiu.Įveskite slaptažodį norėdami peržiūrėti komentarus."
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/comments.php:21
-msgid "No Responses"
-msgstr "Nėra atsakymų"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/comments.php:21
-msgid "One Response"
-msgstr "Vienas atsakymas"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/comments.php:21
-msgid "% Responses"
-msgstr "% atsakymai"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/comments.php:21
-#, php-format
-msgid "to &#8220;%s&#8221;"
-msgstr "Į &#8220;%s&#8221;"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/comments.php:39
-msgid "Comments are closed."
-msgstr "Komentavimas šiame įraše neleistinas."
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/comments.php:49
-msgid "Leave a Reply"
-msgstr "Komentuoti"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/comments.php:49
-#, php-format
-msgid "Leave a Reply for %s"
-msgstr "Komentuoti įrašą %s"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/comments.php:56
-#, php-format
-msgid "You must be <a href=\"%s\">logged in</a> to post a comment."
-msgstr "Turite būti <a href=\"%s\">Prisijungę</a> norėdami rašyti komentarą."
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/comments.php:63
-#, php-format
-msgid "Logged in as <a href=\"%1$s\">%2$s</a>."
-msgstr "Prisijungta kaip <a href=\"%1$s\">%2$s</a>."
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/comments.php:63
-msgid "Log out of this account"
-msgstr "Atsijungti"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/comments.php:63
-msgid "Log out &raquo;"
-msgstr "Atsijungti &raquo;"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/comments.php:68
-msgid "Name"
-msgstr "Pavadinimas"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/comments.php:68
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/comments.php:71
-msgid "(required)"
-msgstr "(privaloma)"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/comments.php:71
-msgid "Mail (will not be published)"
-msgstr "el.pašto adresas (nebus viešai rodomas)"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/comments.php:74
-msgid "Website"
-msgstr "Svetainė"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/comments.php:78
-#, php-format
-msgid "<strong>XHTML:</strong> You can use these tags: <code>%s</code>"
-msgstr "<strong>XHTML:</strong>Galite naudoti šį html formatavimą: <code>%s</code>"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/comments.php:82
-msgid "Submit Comment"
-msgstr "Įrašyti komentarą"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/single.php:23
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/index.php:22
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/page.php:23
-msgid "F jS, Y"
-msgstr "j F Y"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/single.php:26
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/index.php:25
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/page.php:26
-msgid "No Comments &#187;"
-msgstr "Nėra komentarų &#187;"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/single.php:26
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/index.php:25
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/page.php:26
-msgid "1 Comment &#187;"
-msgstr "1 komentaras &#187;"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/single.php:26
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/index.php:25
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/page.php:26
-msgid "% Comments &#187;"
-msgstr "% komentarai &#187;"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/single.php:26
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/index.php:25
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/page.php:26
-msgid "Comments Closed"
-msgstr "Komentavimas šiame įraše neleistinas."
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/page-sitemap.php:31
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/footer.php:22
-msgid "Archives"
-msgstr "Archyvas"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/footer.php:28
-msgid "Blogroll"
-msgstr "Draugų blog'ai"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/footer.php:35
-#, php-format
-msgid "%1$s is proudly powered by %2$s"
-msgstr "%1$s išdidžiai palaikoma %2$s sistemos"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/footer.php:36
-msgid "Constructor Theme"
-msgstr "Tema: \"Constructor\""
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/footer.php:38
-#, php-format
-msgid "%1$s and %2$s."
-msgstr "%1$s ir %2$s."
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/footer.php:38
-msgid "Entries (RSS)"
-msgstr "Prenumeruoti įrašus (RSS)"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/footer.php:38
-msgid "Comments (RSS)"
-msgstr "Prenumeruoti komentarus (RSS)"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:48
-#, php-format
-msgid "File \"%s\" is not a image"
-msgstr "\"%s\" nėra paveiksliuko failas"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:88
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:115
-msgid "Customize Theme"
-msgstr "Redaguoti temą"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:88
-msgid "Customize"
-msgstr "Redaguoti"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:116
-msgid "Options saved."
-msgstr "Nustatymai išsaugoti."
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:120
-msgid "Errors"
-msgstr "Klaidos"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:167
-msgid "Themes"
-msgstr "Temos"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:168
-msgid "Layout"
-msgstr "Išdėstymas"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:169
-msgid "Header"
-msgstr "Header'is"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:170
-msgid "Colors"
-msgstr "Spalvos"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:171
-msgid "Fonts"
-msgstr "Šriftai"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:172
-msgid "CSS"
-msgstr "CSS"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:173
-msgid "Images"
-msgstr "Paveiksliukai"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:174
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:499
-msgid "Slideshow"
-msgstr "Paveiksliukų peržiūra"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:189
-msgid "File \"styles.css\" is not exists"
-msgstr "Failas \"styles.css\" neegzistuoja."
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:190
-msgid "Anonymous"
-msgstr "Anonimiškas"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:203
-msgid "version"
-msgstr "Versija"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:213
-msgid "Sidebar"
-msgstr "Sidebar'as"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:215
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:216
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:245
-msgid "Left"
-msgstr "Kairė"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:218
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:219
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:247
-msgid "Right"
-msgstr "Dešinė"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:222
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:223
-msgid "Two"
-msgstr "Du"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:225
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:226
-msgid "None"
-msgstr "Nėra"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:229
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:230
-msgid "Two Right"
-msgstr "Du iš dešinės"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:232
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:233
-msgid "Two Left"
-msgstr "Du iš kairės"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:243
-msgid "Title position"
-msgstr "Pavadinimo(title) pozicija"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:246
-msgid "Center"
-msgstr "Centre"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:252
-msgid "Title colors"
-msgstr "Pavadinimo(title) spalvos"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:255
-msgid "title"
-msgstr "Pavadinimas(title)"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:258
-msgid "description"
-msgstr "Aprašymas"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:263
-msgid "Header menu"
-msgstr "Header'io meniu"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:266
-msgid "Don't show menu"
-msgstr "Nerodyti meniu"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:269
-msgid "Show first-level pages"
-msgstr "Rodyti pirmo lygio puslapius"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:272
-msgid "Show pages in drop-down menu"
-msgstr "Rodyti visus puslapius išsiskleidžiančiame(dropdown) meniu"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:275
-msgid "Show pages in drop-down menu (2-levels)"
-msgstr "Rodyti visus puslapius išsiskleidžiančiame(dropdown) meniu (2-lygių)"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:278
-msgid "Show link to home page"
-msgstr "Rodyti nuorodą į pagrindinį"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:281
-msgid "Show link to RSS feed"
-msgstr "Rodyti prenumeratos nuorodą"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:284
-msgid "Show font resizer"
-msgstr "Rodyti šrifto dydžio keitiklį"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:292
-msgid "Opacity"
-msgstr "Permatomumas"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:294
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:295
-msgid "Dark"
-msgstr "Tamsumas"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:297
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:298
-msgid "Light"
-msgstr "Šviesumas"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:303
-msgid "Elements Colors"
-msgstr "Elementų spalvos"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:306
-msgid "background"
-msgstr "Fonas"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:309
-msgid "background alternative"
-msgstr "Fono alternatyva"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:312
-msgid "text"
-msgstr "Tekstas"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:315
-msgid "text alternative"
-msgstr "Teksto alternatyva"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:318
-msgid "border"
-msgstr "Apvadas(border)"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:321
-msgid "border alternative"
-msgstr "Apvado(border) alternatyva"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:324
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:327
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:330
-msgid "tags"
-msgstr "tag'ai"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:333
-msgid "hightlight color"
-msgstr "Paryškinimo(highlight) spalva"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:342
-msgid "Header Font"
-msgstr "Header'io šriftas"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:346
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:356
-msgid "The quick brown fox jumps over the lazy dog"
-msgstr "Aa Ąą Bb Cc Čč Dd Ee Ęę Ėė Ff Gg Hh Ii Įį Yy Jj Kk Ll Mm Nn Oo Pp Rr Ss Šš Tt Uu Ųų Ūū Vv Zz Žž"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:352
-msgid "Body Font"
-msgstr "Pagrindo(body) šriftas"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:368
-#, php-format
-msgid "<font color=\"red\"><b>Warning!</b></font>: File \"%s\" is not writable."
-msgstr "<font color=\"red\"><b>Dėmesio!</b></font>: Failas \"%s\" Nėra rašytinas(not writable)"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:385
-#, php-format
-msgid "<font color=\"red\"><b>Warning!</b></font>: Directory \"%s\" is not writable."
-msgstr "<font color=\"red\"><b>Dėmesio!</b></font>: Direktorija \"%s\" nėra rašytina(not writable)"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:389
-msgid "Background Gradient"
-msgstr "Fono Gradient'as"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:393
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:403
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:433
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:464
-msgid "preview"
-msgstr "Peržiūra"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:399
-msgid "Background Image"
-msgstr "Fono paveiksliukas"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:409
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:439
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:470
-msgid "Image Position"
-msgstr "Paveiksliuko pozicija"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:411
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:441
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:472
-msgid "Top Left"
-msgstr "Vršuje kairėje"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:412
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:442
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:473
-msgid "Top Center"
-msgstr "Viršuje per vidurį"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:413
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:443
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:474
-msgid "Top Right"
-msgstr "Viršuje dešinėje"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:417
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:447
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:478
-msgid "Center Left"
-msgstr "Centre kairėje"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:418
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:448
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:479
-msgid "Center Center"
-msgstr "Absoliučiame centre"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:419
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:449
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:480
-msgid "Center Right"
-msgstr "Centre, dešinėje"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:423
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:453
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:484
-msgid "Bottom Left"
-msgstr "Apačioje kairėje"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:424
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:454
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:485
-msgid "Bottom Center"
-msgstr "Apačioje per vidurį"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:425
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:455
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:486
-msgid "Bottom Right"
-msgstr "Apačioje dešinėje"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:429
-msgid "Sidebar Image"
-msgstr "Šoninio meniu(sidebar'o) paveiksliukas"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:460
-msgid "Footer Image"
-msgstr "Fotter'io paveiksliukas"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:499
-msgid "use <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\">NextGEN-Gallery</a>"
-msgstr "Naudokite įskiepį <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\">NextGEN-Gallery</a>"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:501
-msgid "Slideshow height"
-msgstr "Paveiksliukų peržiūros(slideshow) aukštis"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:501
-msgid "in px"
-msgstr "Pikseliais"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:508
-msgid "Show on page"
-msgstr "Rodyti puslapyje"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:511
-msgid "Show on single post"
-msgstr "Rodyti įraše(post'e)"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:516
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:517
-msgid "Disable"
-msgstr "Nerodyti"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:531
-msgid "If you want to display slideshow on homepage, please install <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\">NextGEN-Gallery</a> plugin"
-msgstr "Jei norite rodyti paveiksliukū galeriją(slideshow) įdiekite <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\">NextGEN-Gallery</a> įskiepį"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:539
-msgid "Save Changes"
-msgstr "Išsaugoti pakeitimus"
-
diff --git a/wp-content/themes/constructor/lang/nb_NO.mo b/wp-content/themes/constructor/lang/nb_NO.mo
deleted file mode 100644
index a1189cc1b8c494815d12a7cba8ca11df9c724a89..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/lang/nb_NO.mo and /dev/null differ
diff --git a/wp-content/themes/constructor/lang/nb_NO.po b/wp-content/themes/constructor/lang/nb_NO.po
deleted file mode 100644
index 4498f2e72284f02163db850c184b0562ef2f9b3c..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/lang/nb_NO.po
+++ /dev/null
@@ -1,834 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: Constructor Theme\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-04-27 13:10+0200\n"
-"PO-Revision-Date: \n"
-"Last-Translator: Tarjei <tarjei@sol.no>\n"
-"Language-Team: i18n-nn <i18n-nn@lister.ping.uio.no>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Poedit-Language: Norwegian Nynorsk\n"
-"X-Poedit-Country: NORWAY\n"
-"X-Poedit-KeywordsList: __;_e;_c\n"
-"X-Poedit-Basepath: .\n"
-"X-Poedit-SourceCharset: utf-8\n"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/layout-list.php:18
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/template-archive.php:49
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/template-parent.php:17
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/layout-default.php:17
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/single.php:21
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/template-sitemap.php:17
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/author.php:77
-#, php-format
-msgid "Permanent Link to %s"
-msgstr "Permanentlenke til %s"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/layout-list.php:19
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/template-parent.php:31
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/layout-default.php:24
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/single.php:29
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/author.php:78
-msgid "F jS, Y"
-msgstr "j. F Y"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/layout-list.php:25
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/template-archive.php:52
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/template-parent.php:20
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/layout-default.php:20
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/single.php:24
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/template-sitemap.php:21
-msgid "Read the rest of this entry &raquo;"
-msgstr "Les resten av innlegget &raquo;"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/layout-list.php:37
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/layout-default.php:35
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/single.php:42
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/author.php:91
-msgid "&laquo; Older Entries"
-msgstr "&laquo; Eldre innlegg"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/layout-list.php:38
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/layout-default.php:36
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/single.php:43
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/author.php:90
-msgid "Newer Entries &raquo;"
-msgstr "Nyere innlegg &raquo;"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/404.php:13
-msgid "Error 404 - Not Found"
-msgstr "404-feil - fant ikke siden"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/404.php:16
-msgid "Sorry, but you are looking for something that isn&#8217;t here."
-msgstr "Beklager, men det du ser etter, finnes ikke her."
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/sidebar.php:18
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/functions.php:183
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/template-parent.php:24
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/single.php:25
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/template-sitemap.php:22
-msgid "Pages"
-msgstr "Sider"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/sidebar.php:20
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/template-sitemap.php:27
-msgid "Categories"
-msgstr "Kategorier"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/sidebar.php:22
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/template-parent.php:32
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/layout-default.php:26
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/single.php:30
-msgid "Tags"
-msgstr "Stikkord"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/sidebar.php:27
-msgid "Meta"
-msgstr "Om"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/template-archive.php:30
-#, php-format
-msgid "%b"
-msgstr "%b"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/template-archive.php:31
-msgid "%B"
-msgstr "%B"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/template-archive.php:84
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/template-parent.php:29
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/template-sitemap.php:53
-msgid "Back to Parent Page"
-msgstr "Tilbake til hovedsiden"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/template-archive.php:86
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/template-parent.php:33
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/layout-default.php:27
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/single.php:31
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/template-sitemap.php:55
-msgid "Edit"
-msgstr "Rediger"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/functions.php:152
-msgid "Home"
-msgstr "Hjem"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/functions.php:154
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/author.php:22
-msgid "RSS Feed"
-msgstr "RSS-strøm"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/functions.php:217
-#, php-format
-msgid "%1$s is proudly powered by %2$s"
-msgstr "%1$s er glad for å bruke %2$s"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/functions.php:218
-msgid "Constructor Theme"
-msgstr "Constructor-temaet"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/functions.php:219
-#, php-format
-msgid "%1$s and %2$s."
-msgstr "%1$s og %2$s."
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/functions.php:219
-msgid "Entries (RSS)"
-msgstr "Innlegg (RSS)"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/functions.php:219
-msgid "Comments (RSS)"
-msgstr "Kommentarer (RSS)"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/functions.php:237
-msgid "No Image"
-msgstr "Ikke noe bilde"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/template-parent.php:34
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/layout-default.php:28
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/single.php:32
-msgid "No Comments &#187;"
-msgstr "Ingen kommentarer &#187;"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/template-parent.php:34
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/layout-default.php:28
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/single.php:32
-msgid "1 Comment &#187;"
-msgstr "1 kommentar &#187;"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/template-parent.php:34
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/layout-default.php:28
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/single.php:32
-msgid "% Comments &#187;"
-msgstr "% kommentarer &#187;"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/template-parent.php:34
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/layout-default.php:28
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/single.php:32
-msgid "Comments Closed"
-msgstr "Stengt for kommentarer"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/comments.php:12
-msgid "This post is password protected. Enter the password to view comments."
-msgstr "Dette innlegget er beskyttet med passord. Skriv inn passordet for å se kommentarene."
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/comments.php:21
-msgid "No Responses"
-msgstr "Ingen svar"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/comments.php:21
-msgid "One Response"
-msgstr "Ett svar"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/comments.php:21
-msgid "% Responses"
-msgstr "% svar"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/comments.php:21
-#, php-format
-msgid "to &#8220;%s&#8221;"
-msgstr "til &#8220;%s&#8221;"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/comments.php:39
-msgid "Comments are closed."
-msgstr "Stengt for kommentarer."
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/comments.php:49
-msgid "Leave a Reply"
-msgstr "Legg inn et svar"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/comments.php:49
-#, php-format
-msgid "Leave a Reply for %s"
-msgstr "Legg inn et svar til %s"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/comments.php:56
-#, php-format
-msgid "You must be <a href=\"%s\">logged in</a> to post a comment."
-msgstr "Du må være <a href=\"%s\">innlogget</a> for å kommentere."
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/comments.php:63
-#, php-format
-msgid "Logged in as <a href=\"%1$s\">%2$s</a>."
-msgstr "Innlogga som <a href=\"%1$s\">%2$s</a>."
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/comments.php:63
-msgid "Log out of this account"
-msgstr "Logg ut fra brukerkontoen"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/comments.php:63
-msgid "Log out &raquo;"
-msgstr "Logg ut &raquo;"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/comments.php:68
-msgid "Name"
-msgstr "Navn"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/comments.php:68
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/comments.php:71
-msgid "(required)"
-msgstr "(kreves)"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/comments.php:71
-msgid "Mail (will not be published)"
-msgstr "Epost (vil ikke publiseres)"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/comments.php:74
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/author.php:40
-msgid "Website"
-msgstr "Hjemmeside"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/comments.php:78
-#, php-format
-msgid "<strong>XHTML:</strong> You can use these tags: <code>%s</code>"
-msgstr "<strong>XHTML:</strong> Du kan bruka disse stikkordene: <code>%s</code>"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/comments.php:82
-msgid "Submit Comment"
-msgstr "Legg inn kommentar"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/template-sitemap.php:32
-msgid "Archives"
-msgstr "Tidlegere innlegg"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/author.php:22
-msgid "Author RSS Feed"
-msgstr "RSS-strøm for forfatteren"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/author.php:28
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/author.php:32
-#, php-format
-msgid "%1$s %2$s"
-msgstr "%1$s %2$s"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/author.php:31
-msgid "Full Name"
-msgstr "Fullt navn"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/author.php:35
-msgid "Nickname"
-msgstr "Kallenavn"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/author.php:41
-msgid "Visit author website"
-msgstr "Gå til forfatterens hjemmeside"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/author.php:45
-msgid "ICQ"
-msgstr "ICQ"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/author.php:50
-msgid "AIM"
-msgstr "AIM"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/author.php:55
-msgid "Yahoo IM"
-msgstr "Yahoo-lynmeldinger"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/author.php:60
-msgid "MSN"
-msgstr "MSN"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/author.php:65
-msgid "About Me"
-msgstr "Om meg"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/author.php:70
-#, php-format
-msgid "Last posts by %s"
-msgstr "Siste innlegg av %s"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/author.php:81
-msgid "No posts by this author."
-msgstr "Ingen innlegg av denne forfatteren."
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/footer.php:25
-msgid "Blogroll"
-msgstr "Blogg-lenker"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:65
-#, php-format
-msgid "File \"%s\" is not a image (jpeg, png, gif)"
-msgstr "Fila \"%s\" er ikkje eit bilete (jpeg, png, gif)"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:122
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:159
-msgid "Customize Theme"
-msgstr "Tilpass temaet"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:122
-msgid "Customize"
-msgstr "Tilpass"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:160
-msgid "Options saved."
-msgstr "Lagre innstillingene."
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:164
-msgid "Errors"
-msgstr "Feil"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:191
-msgid "Save Changes"
-msgstr "Lagre endringer"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/layout.php:1
-msgid "Layout"
-msgstr "Utforming"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/layout.php:50
-msgid "Options"
-msgstr "Innstillinger"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/layout.php:53
-msgid "Container Width"
-msgstr "Bredde på innholdet"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/layout.php:62
-msgid "Sidebar Width"
-msgstr "Bredde på sidestolpen"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/layout.php:71
-msgid "Extra Bar Width"
-msgstr "Bredde på ekstra-stolpen"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/layout.php:78
-msgid "Homepage"
-msgstr "Hjemmeside"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/layout.php:80
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/layout.php:81
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/layout.php:94
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/layout.php:95
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/layout.php:108
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/layout.php:109
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/layout.php:122
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/layout.php:123
-msgid "Default"
-msgstr "Standard"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/layout.php:83
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/layout.php:84
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/layout.php:97
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/layout.php:98
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/layout.php:111
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/layout.php:112
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/layout.php:125
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/layout.php:126
-msgid "Tile"
-msgstr "Flislagt"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/layout.php:86
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/layout.php:87
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/layout.php:100
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/layout.php:101
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/layout.php:114
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/layout.php:115
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/layout.php:128
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/layout.php:129
-msgid "List"
-msgstr "Liste"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/layout.php:92
-msgid "Archive"
-msgstr "Arkiv"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/layout.php:106
-msgid "Search"
-msgstr "Søk"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/layout.php:120
-msgid "Index"
-msgstr "Indeks"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/css.php:1
-msgid "CSS"
-msgstr "CSS"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/css.php:5
-#, php-format
-msgid "<font color=\"red\"><b>Warning!</b></font>: File \"%s\" is not writable."
-msgstr "<font color=\"red\"><b>Pass på!</b></font>: Fila \"%s\" kan ikke skrives til."
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/fonts.php:1
-msgid "Fonts"
-msgstr "Skrifter"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/fonts.php:6
-msgid "Header Font"
-msgstr "Topplinje-skrift"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/fonts.php:13
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/fonts.php:25
-msgid "The quick brown fox jumps over the lazy dog"
-msgstr "En god skrift må være klar, fin, flott og mild for øynene."
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/fonts.php:18
-msgid "Body Font"
-msgstr "Brødtekst"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/sidebar.php:1
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/sidebar.php:5
-msgid "Sidebar"
-msgstr "Sidestolpe"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/sidebar.php:7
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/sidebar.php:8
-msgid "Left"
-msgstr "Venstre"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/sidebar.php:10
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/sidebar.php:11
-msgid "Right"
-msgstr "Høyre"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/sidebar.php:14
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/sidebar.php:15
-msgid "Two"
-msgstr "To"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/sidebar.php:17
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/sidebar.php:18
-msgid "None"
-msgstr "Ingen"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/sidebar.php:21
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/sidebar.php:22
-msgid "Two Right"
-msgstr "To til høyre"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/sidebar.php:24
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/sidebar.php:25
-msgid "Two Left"
-msgstr "To til venstre"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/themes.php:1
-msgid "Themes"
-msgstr "Temaer"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/themes.php:43
-msgid "File \"styles.css\" is not exists"
-msgstr "Fila \"styles.css\" finnes ikke"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/themes.php:44
-msgid "Anonymous"
-msgstr "Anonym"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/themes.php:56
-msgid "version"
-msgstr "versjon"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/colors.php:1
-msgid "Colors"
-msgstr "Farger"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/colors.php:63
-msgid "Opacity"
-msgstr "Gjennomsikt"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/colors.php:68
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/colors.php:69
-msgid "Color"
-msgstr "Farge"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/colors.php:71
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/colors.php:72
-msgid "Dark"
-msgstr "Mørk"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/colors.php:74
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/colors.php:75
-msgid "Light"
-msgstr "Lys"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/colors.php:80
-msgid "Shadow"
-msgstr "Skygge"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/colors.php:83
-msgid "Only for Safari and Chrome"
-msgstr "Bare for Safari og Chrome"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/colors.php:87
-msgid "Elements Colors"
-msgstr "Elementfarger"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/colors.php:90
-msgid "background"
-msgstr "bakgrunn"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/colors.php:93
-msgid "background alternative"
-msgstr "alternativ bakgrunn"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/colors.php:96
-msgid "opacity style color"
-msgstr "stilfarge for gjennomsikt"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/colors.php:99
-msgid "text"
-msgstr "tekst"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/colors.php:102
-msgid "text alternative"
-msgstr "alternativ tekst"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/colors.php:105
-msgid "border"
-msgstr "ramme"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/colors.php:108
-msgid "border alternative"
-msgstr "alternativ ramme"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/colors.php:111
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/colors.php:114
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/colors.php:117
-msgid "tags"
-msgstr "stikkord"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/slideshow.php:2
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/slideshow.php:61
-msgid "Slideshow"
-msgstr "Lysbilde"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/slideshow.php:29
-msgid "Show on page"
-msgstr "Vis på sida"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/slideshow.php:32
-msgid "Show on single post"
-msgstr "Vis på enkeltinnlegg"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/slideshow.php:37
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/slideshow.php:38
-msgid "In Content"
-msgstr "I innholdet"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/slideshow.php:41
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/slideshow.php:42
-msgid "Over Content"
-msgstr "Over innholdet"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/slideshow.php:49
-msgid "Height"
-msgstr "Høyde"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/slideshow.php:61
-msgid "use <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\">NextGEN-Gallery</a>"
-msgstr "bruk <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\">NextGEN-galleriet</a>"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/slideshow.php:63
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/slideshow.php:64
-msgid "Disable"
-msgstr "Skru av"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/slideshow.php:78
-msgid "If you want to display slideshow on homepage, please install <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\">NextGEN-Gallery</a> plugin"
-msgstr "Viss du vil ha lysbildeframvisinger på hjemmesida di, må du installera <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\">NextGEN-galleri</a>-tillegget."
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/export.php:1
-msgid "Export"
-msgstr "Eksporter"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/export.php:2
-msgid "Export Current Theme"
-msgstr "Eksporter dette temaet"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/export.php:3
-msgid "Use this is options for export your changes"
-msgstr "Bruk dette for å eksportere endringene dine."
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/export.php:3
-msgid "save changes before export"
-msgstr "lagre endringar før du eksporterer"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/export.php:6
-msgid "click here and save file"
-msgstr "klikk her for å lagre fila"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/export.php:12
-#, php-format
-msgid "For import theme - use your FTP access and create new folder in folder <code>%s/themes</code> and upload <code>config.php</code>"
-msgstr "For å importere et tema, bruker du FTP-tilgang og lager ei ny mappe i <code>%s/themes</code>-mappa, og laster opp <code>config.php</code>."
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:1
-msgid "Images"
-msgstr "Bilete"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:14
-#, php-format
-msgid "<font color=\"red\"><b>Warning!</b></font>: Directory \"%s\" is not writable."
-msgstr "<font color=\"red\"><b>Pass på!</b></font>: Mappa \"%s\" kan ikke lagres i."
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:18
-msgid "Body Image"
-msgstr "Bilde i tekstområdet"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:23
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:75
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:107
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:117
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:148
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:179
-msgid "preview"
-msgstr "forhåndsvisning"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:29
-msgid "Image Repeat"
-msgstr "Repeter bilde"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:30
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:31
-msgid "No Repeat"
-msgstr "Ikke repeter"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:34
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:35
-msgid "Repeat Horizontal"
-msgstr "Repeter vannrett"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:38
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:39
-msgid "Repeat Vertical"
-msgstr "Repeter loddrett"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:50
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:81
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:123
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:154
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:185
-msgid "Image Position"
-msgstr "Bildeplassering"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:51
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:82
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:124
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:155
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:186
-msgid "Top Left"
-msgstr "Øverst til venstre"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:52
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:83
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:125
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:156
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:187
-msgid "Top Center"
-msgstr "Øverst i midten"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:53
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:84
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:126
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:157
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:188
-msgid "Top Right"
-msgstr "Øverst til høyre"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:57
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:88
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:130
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:161
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:192
-msgid "Center Left"
-msgstr "Midt på, til venstre"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:58
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:89
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:131
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:162
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:193
-msgid "Center Center"
-msgstr "Midt på, i midten"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:59
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:90
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:132
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:163
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:194
-msgid "Center Right"
-msgstr "Midt på, til høyre"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:63
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:94
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:136
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:167
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:198
-msgid "Bottom Left"
-msgstr "Nederst til venstre"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:64
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:95
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:137
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:168
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:199
-msgid "Bottom Center"
-msgstr "Nederst i midten"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:65
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:96
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:138
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:169
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:200
-msgid "Bottom Right"
-msgstr "Nederst til høgre"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:70
-msgid "Background Image"
-msgstr "Bakgrunnsbilde"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:102
-msgid "Content Image"
-msgstr "Innholdsbilde"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:102
-msgid "repeat by Y and w/out opacity"
-msgstr "repeter langs Y-aksen og uten gjennomsiktighet"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:112
-msgid "Sidebar Image"
-msgstr "Bilde i sidestolpen"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:143
-msgid "Extrabar Image"
-msgstr "Bilde i ekstra-stolpen"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:174
-msgid "Footer Image"
-msgstr "Bilde i bunnlinja"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/footer.php:1
-msgid "Footer"
-msgstr "Bunnlinja"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/footer.php:4
-msgid "Footer Text"
-msgstr "Tekst i bunnlinja"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/header.php:1
-msgid "Header"
-msgstr "Topplinje"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/header.php:5
-msgid "Title position"
-msgstr "Tittelplassering"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/header.php:8
-msgid "Center"
-msgstr "I midten"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/header.php:14
-msgid "Title colors"
-msgstr "Tittelfarger"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/header.php:17
-msgid "title"
-msgstr "tittel"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/header.php:20
-msgid "description"
-msgstr "beskrivelse"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/header.php:25
-msgid "Header menu"
-msgstr "Topplinje-meny"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/header.php:28
-msgid "Don't show menu"
-msgstr "Ikke vis meny"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/header.php:31
-msgid "Show first-level pages"
-msgstr "Vis hovednivå-sider"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/header.php:34
-msgid "Show pages in drop-down menu"
-msgstr "Vis sidene i rullgardinmeny"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/header.php:37
-msgid "Show pages in drop-down menu (2-levels)"
-msgstr "Vis sidene i rullgardinmeny (to nivå)"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/header.php:40
-msgid "Show link to home page"
-msgstr "Vis lenke til hjemmesida"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/header.php:43
-msgid "Show link to RSS feed"
-msgstr "Vis lenke til RSS-strømmer"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/content.php:1
-msgid "Content"
-msgstr "Innhold"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/content.php:4
-msgid "Posts"
-msgstr "Innlegg"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/content.php:7
-msgid "Show author link"
-msgstr "Vis forfatterlenke"
-
diff --git a/wp-content/themes/constructor/lang/nl_NL.mo b/wp-content/themes/constructor/lang/nl_NL.mo
deleted file mode 100644
index 50c849b7f7662984da2ec8f6655a4db6c22397cd..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/lang/nl_NL.mo and /dev/null differ
diff --git a/wp-content/themes/constructor/lang/nl_NL.po b/wp-content/themes/constructor/lang/nl_NL.po
deleted file mode 100644
index 576338191b7388013365e7934b6a332944402225..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/lang/nl_NL.po
+++ /dev/null
@@ -1,1159 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: Constructor Theme\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-12-16 15:34+0200\n"
-"PO-Revision-Date: \n"
-"Last-Translator: Anton Shevchuk <Anton.Shevchuk@gmail.com>\n"
-"Language-Team:  <m.reinders-nl@gmail.com>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Poedit-KeywordsList: __;_e;_c\n"
-"X-Poedit-Basepath: .\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11) ? 0 : ((n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20)) ? 1 : 2);\n"
-"X-Poedit-SourceCharset: utf-8\n"
-"X-Poedit-Language: Dutch\n"
-"X-Poedit-Country: NETHERLANDS\n"
-"X-Poedit-SearchPath-0: W:/www/wordpress3/wp-content/themes/constructor\n"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/sidebar.php:28
-#: W:/www/wordpress3/wp-content/themes/constructor/template-monocolumn.php:24
-msgid "Pages"
-msgstr "Pagina's"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/sidebar.php:30
-msgid "Categories"
-msgstr "Categorieën"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/sidebar.php:32
-#: W:/www/wordpress3/wp-content/themes/constructor/template-monocolumn.php:32
-msgid "Tags"
-msgstr "Tags"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/sidebar.php:37
-msgid "Meta"
-msgstr "Meta"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/navigation.php:16
-msgid "<span>&laquo;</span> Older Entries"
-msgstr "<span>&laquo;</span> Oudere berichten"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/navigation.php:17
-msgid "Newer Entries <span>&raquo;</span>"
-msgstr "Nieuwere berichten <span>&raquo;</span>"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/template-authors.php:17
-#: W:/www/wordpress3/wp-content/themes/constructor/template-monocolumn.php:19
-#, php-format
-msgid "Permanent Link to %s"
-msgstr "Permanente link naar %s"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/template-authors.php:20
-#: W:/www/wordpress3/wp-content/themes/constructor/template-monocolumn.php:23
-msgid "Read the rest of this entry &raquo;"
-msgstr "Lees het hele bericht &raquo;"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/template-authors.php:28
-#: W:/www/wordpress3/wp-content/themes/constructor/template-monocolumn.php:29
-msgid "Back to Parent Page"
-msgstr "Terug naar vorige pagina"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/template-authors.php:30
-#: W:/www/wordpress3/wp-content/themes/constructor/template-monocolumn.php:33
-msgid "Edit"
-msgstr "Wijzig"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/slideshow.php:50
-msgid "Read more &raquo;"
-msgstr "Lees meer &raquo;"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/template-monocolumn.php:34
-msgid "No Comments &#187;"
-msgstr "Geen reacties &#187;"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/template-monocolumn.php:34
-msgid "1 Comment &#187;"
-msgstr "1 reactie &#187;"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/template-monocolumn.php:34
-msgid "% Comments &#187;"
-msgstr "% reacties &#187;"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/template-monocolumn.php:34
-msgid "Comments Closed"
-msgstr "Reageren niet mogelijk"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/comments.php:10
-msgid "This post is password protected. Enter the password to view comments."
-msgstr "Dit bericht is beveiligd met een wachtwoord. Vul het wachtwoord in om de reacties te lezen."
-
-#: W:/www/wordpress3/wp-content/themes/constructor/comments.php:18
-msgid "No Responses"
-msgstr "Geen antwoorden"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/comments.php:18
-msgid "One Response"
-msgstr "1 antwoord"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/comments.php:18
-msgid "% Responses"
-msgstr "% antwoorden"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/comments.php:18
-#, php-format
-msgid "to &#8220;%s&#8221;"
-msgstr "naar &#8220;%s&#8221;"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/comments.php:31
-msgid "Comments are closed."
-msgstr "Reageren is niet mogelijk."
-
-#: W:/www/wordpress3/wp-content/themes/constructor/template-archive.php:30
-#, php-format
-msgid "%b"
-msgstr "%b"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/template-archive.php:31
-msgid "%B"
-msgstr "%B"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/404.php:13
-msgid "Error 404 - Not Found"
-msgstr "Error 404 - Niet gevonden"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/404.php:16
-msgid "Sorry, but you are looking for something that isn&#8217;t here."
-msgstr "Sorry, maar je bent op zoek naar iets wat hier niet is."
-
-#: W:/www/wordpress3/wp-content/themes/constructor/functions.php:96
-msgid "Header Menu"
-msgstr "Header menu"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/functions.php:264
-msgid "No Image"
-msgstr "Geen afbeelding"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:24
-msgid "Author RSS Feed"
-msgstr "RSS feed auteur"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:24
-msgid "RSS Feed"
-msgstr "RSS Feed"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:30
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:36
-#, php-format
-msgid "%1$s %2$s"
-msgstr "%1$s %2$s"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:35
-msgid "Full Name"
-msgstr "Volledige naam"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:40
-msgid "Nickname"
-msgstr "Schermnaam"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:45
-msgid "Website"
-msgstr "Website"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:46
-msgid "Visit author website"
-msgstr "Bezoek website auteur"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:50
-msgid "ICQ"
-msgstr "ICQ"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:55
-msgid "AIM"
-msgstr "AIM"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:60
-msgid "Yahoo IM"
-msgstr "Yahoo IM"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:65
-msgid "MSN"
-msgstr "MSN"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:70
-msgid "About Me"
-msgstr "Over mij"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:79
-#, php-format
-msgid "Latest posts by %s"
-msgstr "Laatste berichten door %s"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:95
-msgid "No posts by this author."
-msgstr "Geen berichten door deze auteur."
-
-#: W:/www/wordpress3/wp-content/themes/constructor/template-sitemap.php:32
-msgid "Archives"
-msgstr "Archieven"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/themes/example/config.php:24
-#, php-format
-msgid "%1$s is proudly powered by %2$s"
-msgstr "%1$s gebruikt %2$s"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/themes/example/config.php:25
-msgid "Constructor Theme"
-msgstr "Constructor thema"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/layouts/simple.php:6
-msgid "Simple"
-msgstr "Simpel"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/layouts/single.php:6
-#: W:/www/wordpress3/wp-content/themes/constructor/layouts/page.php:6
-#: W:/www/wordpress3/wp-content/themes/constructor/layouts/thumb.php:6
-msgid "Single"
-msgstr "Enkel"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/layouts/list.php:6
-msgid "List"
-msgstr "Lijst"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/layouts/tiles.php:6
-#: W:/www/wordpress3/wp-content/themes/constructor/layouts/tile.php:6
-msgid "Tile"
-msgstr "Tegel"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/layouts/default.php:6
-msgid "Default"
-msgstr "Standaard"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:21
-msgid "Themes"
-msgstr "Thema's"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:22
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/layout.php:1
-msgid "Layout"
-msgstr "Layout"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:23
-msgid "Templates"
-msgstr "Templates"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:24
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:1
-msgid "Header"
-msgstr "Header"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:25
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:120
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/css.php:50
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:1
-msgid "Content"
-msgstr "Inhoud"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:26
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/comments.php:1
-msgid "Comments"
-msgstr "Reacties"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:27
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/footer.php:1
-msgid "Footer"
-msgstr "Voettekst"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:28
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:1
-msgid "Fonts"
-msgstr "Lettertypen"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:29
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:1
-msgid "Colors"
-msgstr "Kleuren"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:30
-msgid "Design"
-msgstr "Ontwerp"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:31
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/css.php:1
-msgid "CSS"
-msgstr "CSS"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:32
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:1
-msgid "Images"
-msgstr "Afbeeldingen"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:33
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:2
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:101
-msgid "Slideshow"
-msgstr "slideshow"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:34
-msgid "Save"
-msgstr "Bewaar"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:35
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/css.php:16
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:11
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/footer.php:6
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:2
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:110
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:111
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/help.php:1
-msgid "Help"
-msgstr "Help"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:72
-msgid "The quick brown fox jumps over the lazy dog"
-msgstr "Pa’s wijze lynx bezag vroom het fikse aquaduct."
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:75
-msgid "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. 0123456789"
-msgstr "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. 0123456789"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:79
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:98
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:109
-msgid "Font Weight"
-msgstr "Letterdikte"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:80
-msgid "Defines from thin to thick characters. 400 is the same as \"normal\", and 700 is the same as \"bold\""
-msgstr "Mogelijk van dunne naar dikke karakters. 400 is hetzelfde als \"normal\", en 700 is gelijk aan \"bold\""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:83
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:99
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:110
-msgid "Text Decoration"
-msgstr "Tekst decoratie"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:85
-msgid "No capitalization. The text renders as it is. This is default"
-msgstr "Geen hoofdletters. De tekst past dit direct aan. Dit is standaard"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:86
-msgid "Transforms the first character of each word to uppercase"
-msgstr "Verandert het eerste karakter van ieder woord naar een hoofdletter"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:87
-msgid "Transforms all characters to uppercase"
-msgstr "Verandert alle karakters naar een hoofdletter"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:88
-msgid "Transforms all characters to lowercase"
-msgstr "Verandert alle karakters naar een kleine letter"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:93
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/css.php:34
-msgid "Title"
-msgstr "Titel"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:104
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/save.php:32
-msgid "Description"
-msgstr "Beschrijving"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:114
-msgid "Headers"
-msgstr "Headers"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:52
-msgid "Opacity"
-msgstr "Opaciteit"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:54
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:55
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/layout.php:195
-msgid "None"
-msgstr "Geen"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:57
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:58
-msgid "Color"
-msgstr "Kleur"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:61
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:62
-msgid "Dark Low"
-msgstr "Donker laag"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:64
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:65
-msgid "Dark"
-msgstr "Donker"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:67
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:68
-msgid "Dark High"
-msgstr "Donker hoog"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:71
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:72
-msgid "Light Low"
-msgstr "Licht laag"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:74
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:75
-msgid "Light"
-msgstr "Licht"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:77
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:78
-msgid "Light High"
-msgstr "Licht hoog"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:83
-msgid "Elements Colors"
-msgstr "Kleurelementen"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:86
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:89
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:92
-msgid "tags"
-msgstr "tags"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:95
-msgid "text"
-msgstr "tekst"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:98
-msgid "text alternative"
-msgstr "tekst alternatief"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:101
-msgid "background"
-msgstr "achtergrond"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:104
-msgid "background alternative"
-msgstr "achtergrond alternatief"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:107
-msgid "background for forms"
-msgstr "achtergrond voor formulieren"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:110
-msgid "border"
-msgstr "rand"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:113
-msgid "border alternative"
-msgstr "rand alternatief"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:116
-msgid "opacity style color"
-msgstr "opaciteit stijlkleur"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/css.php:7
-#, php-format
-msgid "<font color=\"red\"><b>Warning!</b></font>: File \"%s\" is not writable."
-msgstr "<font color=\"red\"><b>Waarschuwing!</b></font>: Bestand \"%s\" is niet beschrijfbaar."
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/css.php:17
-#, php-format
-msgid "CSS is Cascading Style Sheets - read manual for beginners <a href=\"%1$s\">%1$s</a>"
-msgstr "CSS is Cascading Style Sheets - lees handleiding voor beginners <a href=\"%1$s\">%1$s</a>"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/css.php:18
-msgid "CSS rules"
-msgstr "CSS regels"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/css.php:33
-msgid "CSS example"
-msgstr "CSS voorbeeld"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/css.php:42
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:37
-msgid "Header menu"
-msgstr "Header menu"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/css.php:46
-msgid "Sidebar"
-msgstr "Zijbalk"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:28
-msgid "Enable"
-msgstr "Activeren"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:34
-msgid "By default use images from posts with thumbnails"
-msgstr "Standaard gebruik afbeeldingen uit bericht met thumbnails"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:38
-msgid "Options"
-msgstr "Opties"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:40
-msgid "By default slideshow is showing on homepage only"
-msgstr "Standaard slideshow is alleen te zien op de homepage"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:43
-msgid "Show on page"
-msgstr "Laat zien op pagina"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:46
-msgid "Show on single post"
-msgstr "Laat zien in enkel bericht"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:49
-msgid "Show on archive"
-msgstr "Laat zien in archief"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:55
-msgid "Height"
-msgstr "hoogte"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:64
-msgid "Advanced options"
-msgstr "Geavanceerde opties"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:65
-msgid "only for default slideshow"
-msgstr "alleen voor standaard slideshow"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:69
-msgid "Number of slides"
-msgstr "Aantal slides"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:73
-msgid "Autoplay"
-msgstr "Automatische afspelen"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:76
-msgid "Effect time (ms)"
-msgstr "Effect tijd (ms)"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:79
-msgid "Timeout between slides (ms)"
-msgstr "Time-out tussen slides (ms)"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:84
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:38
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:47
-msgid "Position"
-msgstr "Positie"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:86
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:87
-msgid "In Content"
-msgstr "In inhoud"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:90
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:91
-msgid "Over Content"
-msgstr "Over inhoud"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:102
-msgid "use <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\" title=\"wordpress.org\">NextGEN-Gallery</a>"
-msgstr "gebruik <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\" title=\"wordpress.org\">NextGEN-Gallery</a>"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:103
-msgid "required <a href=\"http://www.longtailvideo.com/players/jw-image-rotator/\" title=\"www.longtailvideo.com\">imagerotator.swf</a>"
-msgstr "benodigd <a href=\"http://www.longtailvideo.com/players/jw-image-rotator/\" title=\"www.longtailvideo.com\">imagerotator.swf</a>"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:121
-msgid "You can use <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\">NextGEN-Gallery</a> plugin for build custom slideshow"
-msgstr "Je kunt <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\">NextGEN-Gallery</a> plugin gebruiken voor een aangepaste slideshow"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/layout.php:196
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/comments.php:37
-msgid "Left"
-msgstr "Links"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/layout.php:197
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/comments.php:38
-msgid "Right"
-msgstr "Rechts"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/layout.php:198
-msgid "Two"
-msgstr "Twee"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/layout.php:199
-msgid "Two Left"
-msgstr "Twee links"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/layout.php:200
-msgid "Two Right"
-msgstr "Twee rechts"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/layout.php:350
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:67
-msgid "Width"
-msgstr "Breedte"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/layout.php:352
-msgid "Sidebar Width"
-msgstr "Zijbalk breedte"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/layout.php:354
-msgid "Extrabar Width"
-msgstr "Extrabalk breedte"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/layout.php:356
-msgid "Header Height"
-msgstr "Header hoogte"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:5
-msgid "Posts"
-msgstr "Berichten"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:8
-msgid "Show author link"
-msgstr "Laat link auteur zien"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:12
-msgid "You can use short code [widgets] in your post, and can configured with <a href=\"widgets.php\">widgets</a> (use \"In Posts\" sidebar)"
-msgstr "Je kunt verkorte code [widgets] in je bericht gebruiken, en kan geconfigureerd worden met  <a href=\"widgets.php\">widgets</a> (gebruik sidebar \"In berichten\")"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:15
-msgid "Available <a href=\"http://code.google.com/p/wp-constructor/wiki/ConstructorShortcodes\" title=\"Constructor Short Codes\">short codes</a>:"
-msgstr "Beschikbare <a href=\"http://code.google.com/p/wp-constructor/wiki/ConstructorShortcodes\" title=\"Constructor Short Codes\">verkorte codes</a>:"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:28
-msgid "Content widgets place"
-msgstr "Inhoud plaats widgets"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:29
-msgid "can configured with <a href=\"widgets.php\">widgets</a>, use \"After N Post\" sidebar"
-msgstr "kan geconfigureerd worden met <a href=\"widgets.php\">widgets</a>, gebruik sidebar \"Na een bericht\""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:35
-msgid "Show widgets place"
-msgstr "Laat plaats zien widgets"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:40
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:41
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:42
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:43
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:44
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:45
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:46
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:47
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:48
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:49
-#, php-format
-msgid "after %d post"
-msgstr "na %d bericht"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/comments.php:25
-msgid "Avatar size"
-msgstr "Avatar grootte"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/comments.php:36
-msgid "Thumbnail position"
-msgstr "Thumbnail positie"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/footer.php:4
-msgid "Footer Text"
-msgstr "Voettekst"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/footer.php:7
-msgid "Enter the text you want to appear in the Footer (or just enter a space if you don't want any Footer text)"
-msgstr "Tik de tekst in die in de voettekst wordt getoond (of tik een spate als je geen voettekst wilt)"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/footer.php:9
-msgid "And you can put your Google Analytics code here"
-msgstr "En je kunt hier je code invullen voor Google Analytics"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:5
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:34
-msgid "Body Image"
-msgstr "Body afbeelding"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:6
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:42
-msgid "Background Image"
-msgstr "Achtergrondafbeelding"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:7
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:50
-msgid "Header Wrapper Image"
-msgstr "Header achtergrondafbeelding"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:8
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:64
-msgid "Content Wrapper Image"
-msgstr "Inhoud achtergrondafbeelding"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:9
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:92
-msgid "Footer Wrapper Image"
-msgstr "Voettekst achtergrondafbeelding"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:10
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:57
-msgid "Header Image"
-msgstr "Header afbeelding"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:11
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:71
-msgid "Content Image"
-msgstr "Inhoud afbeelding"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:12
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:99
-msgid "Footer Image"
-msgstr "Voettekst afbeelding"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:13
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:78
-msgid "Sidebar Image"
-msgstr "Zijbalk afbeelding"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:25
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/save.php:20
-#, php-format
-msgid "<font color=\"red\"><b>Warning!</b></font>: Directory \"%s\" is not writable."
-msgstr "<font color=\"red\"><b>Waarschuwing!</b></font>: Map \"%s\" is niet beschrijfbaar."
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:85
-msgid "Extrabar Image"
-msgstr "Extrabar afbeelding"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:111
-msgid "See helpful illustration!"
-msgstr "Zie helpvolle afbeelding"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:132
-msgid "Preview image"
-msgstr "Vorige afbeelding"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:132
-msgid "preview"
-msgstr "voorbeeld"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:133
-msgid "Remove image (only from theme)"
-msgstr "Verwijder afbeelding (alleen van thema)"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:133
-msgid "clear"
-msgstr "wis"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:153
-msgid "Fixed position"
-msgstr "Vaste positie"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:175
-msgid "Image Position"
-msgstr "Positie afbeelding"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:176
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:10
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:49
-msgid "Top Left"
-msgstr "Top links"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:177
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:11
-msgid "Top Center"
-msgstr "Top gecentreerd"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:178
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:12
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:51
-msgid "Top Right"
-msgstr "Top rechts"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:182
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:55
-msgid "Center Left"
-msgstr "Links gecentreerd"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:183
-msgid "Center Center"
-msgstr "Midden gecentreerd"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:184
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:57
-msgid "Center Right"
-msgstr "Rechts gecentreerd"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:188
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:22
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:61
-msgid "Bottom Left"
-msgstr "Beneden links"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:189
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:23
-msgid "Bottom Center"
-msgstr "Beneden gecentreerd"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:190
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:24
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:63
-msgid "Bottom Right"
-msgstr "Beneden rechts"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:193
-msgid "Image Repeat"
-msgstr "Afbeelding herhalen"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:194
-msgid "No Repeat"
-msgstr "Niet herhalen"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:195
-msgid "Repeat Horizontal"
-msgstr "Herhaal horizontaal"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:197
-msgid "Repeat Vertical"
-msgstr "Herhaal verticaal"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:7
-msgid "Title position"
-msgstr "Titel positie"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:29
-msgid "Hidden title"
-msgstr "Verborgen titel"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:32
-msgid "hide title by CSS"
-msgstr "verberg titel met CSS"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:38
-msgid "menu can configured with <a href=\"widgets.php\">widgets</a>, use \"header\" sidebar"
-msgstr "menu kan gecongifureerd worden met <a href=\"widgets.php\">widgets</a>, gebruik \"header\" sidebar"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:44
-msgid "Show top menu"
-msgstr "Laat top menu zien"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:70
-msgid "stretch across the width"
-msgstr "strek uit over breedte"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:74
-msgid "You can use <a href=\"nav-menus.php\">navigation menu</a> with name \"Header Menu\""
-msgstr "Je kunt <a href=\"nav-menus.php\">navigatie menu</a> gebruiken met naam \"Header Menu\""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:78
-msgid "Disable pages"
-msgstr "Pagina's uitschakelen"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:79
-msgid "Show first-level pages"
-msgstr "Laat pagina's zien in eerste niveau"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:80
-msgid "Show pages in drop-down menu"
-msgstr "Laat pagina's zien in dropdown menu"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:81
-msgid "Show pages in drop-down menu (2-levels)"
-msgstr "Laat pagina's zien in dropdown menu (2 niveaus)"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:82
-msgid "Show pages in drop-down menu (3-levels)"
-msgstr "Laat pagina's zien in dropdown menu (3 niveaus)"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:85
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:102
-msgid "Exclude:"
-msgstr "Uitsluiten:"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:87
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:104
-msgid "(IDs, coma separated)"
-msgstr "(ID's, komma gescheiden)"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:92
-msgid "Group categories in one menu item"
-msgstr "Groepeer categorieën in een menu item"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:95
-msgid "Disable categories"
-msgstr "Categorieën uitschakelen"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:96
-msgid "Show first-level categories"
-msgstr "Laat categorieën zien in eerste niveau"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:97
-msgid "Show categories in drop-down menu"
-msgstr "Laat categorieën zien in dropdown menu"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:98
-msgid "Show categories in drop-down menu (2-levels)"
-msgstr "Laat categorieën zien in dropdown menu (2 niveaus)"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:99
-msgid "Show categories in drop-down menu (3-levels)"
-msgstr "Laat categorieën zien in dropdown menu (3 niveaus)"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:106
-msgid "Custom title:"
-msgstr "Aangepaste titel:"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:110
-msgid "Links"
-msgstr "Links"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:113
-msgid "Show link to home page"
-msgstr "Laat link zien naar homepage"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:116
-msgid "Show link to RSS feed"
-msgstr "Laat link zien naar RSS feed"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:118
-msgid "Tools"
-msgstr "Extra"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:121
-msgid "Show search form"
-msgstr "Laat zoekformulier zien"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/help.php:6
-msgid "Constructor Wordpress Theme"
-msgstr "Constructor Wordpress Theme"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/help.php:8
-msgid "Project Homepage"
-msgstr "Homepage project"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/help.php:9
-msgid "Author Homepage"
-msgstr "Homepage auteur"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/help.php:12
-msgid "Update Theme"
-msgstr "Thema updaten"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/help.php:13
-msgid ""
-"Before update &laquo;Constructor theme&raquo; you should be save all your changes and download your theme to computer,\n"
-"         because wordpress cleans theme folder before install new version"
-msgstr ""
-"Voordat je &laquo;Constructor theme&raquo; update moet je zeker zijn dat je aanpassingen van het thema op je eigen computer\n"
-"        hebt bewaard, omdat Wordpress de map leegmaakt als een nieuwe versie wordt geinstalleerd."
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/help.php:16
-msgid "Related Links"
-msgstr "Aanverwante links"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/help.php:27
-msgid "Donate"
-msgstr "Doneer"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/help.php:29
-msgid "You can send your Name and Url for promote on <a href=\"http://donate.hohli.com/\">Donate page</a>"
-msgstr "Je kunt je naam en URL toesturen voor promotie op de <a href=\"http://donate.hohli.com/\">donatie pagina</a>"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/help.php:46
-msgid "Author works"
-msgstr "Werken auteur"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/save.php:1
-msgid "Save As"
-msgstr "Opslaan als"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/save.php:13
-msgid "Save Current Theme As ..."
-msgstr "Huidig thema opslaan als"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/save.php:24
-msgid "Theme Name"
-msgstr "Thema naam"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/save.php:28
-msgid "Theme URI"
-msgstr "Thema URI"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/save.php:36
-msgid "Version"
-msgstr "Versie"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/save.php:40
-msgid "Author"
-msgstr "Auteur"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/save.php:44
-msgid "Author URI"
-msgstr "Auteur URI"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/save.php:49
-msgid "Save Theme"
-msgstr "Thema opslaan"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/themes.php:51
-msgid "File \"style.css\" is not exists"
-msgstr "Bestand \"style.css\" bestaat niet"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/themes.php:52
-msgid "Anonymous"
-msgstr "Anoniem"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/themes.php:66
-msgid "version"
-msgstr "versie"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:17
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:39
-msgid "Homepage"
-msgstr "Homepage"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:19
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:41
-msgid "Post"
-msgstr "Bericht"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:21
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:43
-msgid "Page"
-msgstr "Pagina"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:23
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:45
-msgid "Search"
-msgstr "Zoeken"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:25
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:47
-msgid "Date"
-msgstr "Datum"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:27
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:49
-msgid "Category"
-msgstr "Categorie"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:29
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:51
-msgid "Tag"
-msgstr "Tag"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/design.php:53
-msgid "Borders"
-msgstr "Randen"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/design.php:61
-msgid "Border radius"
-msgstr "Straal rand"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/design.php:69
-msgid "Features for modern browsers (not IE of course)"
-msgstr "Mogelijkheden voor modern browsers (niet IE uiteraard)"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/design.php:73
-msgid "Shadow"
-msgstr "Schaduw"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/design.php:82
-msgid "Horizontal offset"
-msgstr "Horizontale compensatie"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/design.php:85
-msgid "Vertical offset"
-msgstr "Verticale compensatie"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/design.php:88
-msgid "Blur"
-msgstr "Vervaag"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/ajax/save.php:33
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/ajax/save.php:36
-#, php-format
-msgid "Directory \"%s\" is not writable."
-msgstr "Map \"%s\" is niet beschrijfbaar."
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/ajax/save.php:54
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/ajax/save.php:68
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/ajax/save.php:72
-#, php-format
-msgid "Can't copy file \"%s\"."
-msgstr "Kan bestand \"%s\" niet kopieren."
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/ajax/save.php:107
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/ajax/save.php:111
-#, php-format
-msgid "Can't save file \"%s\"."
-msgstr "Kan bestand \"%s\" niet opslaan."
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/ajax/save.php:114
-msgid "Theme was saved, please reload page for view changes"
-msgstr "Thema was opgeslagen, ververs de pagina om aanpassingen te zien"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Main.php:214
-msgid "Home"
-msgstr "Home"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Main.php:380
-#, php-format
-msgid "%1$s and %2$s."
-msgstr "%1$s en %2$s."
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Main.php:380
-msgid "Entries (RSS)"
-msgstr "Berichten (RSS)"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Main.php:380
-msgid "Comments (RSS)"
-msgstr "Reacties (RSS)"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Main.php:384
-#, php-format
-msgid "%d queries. %s seconds."
-msgstr "%d queries. %s seconden."
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:76
-#, php-format
-msgid "System can't create \"%s\" directory"
-msgstr "Systeem kan map \"%s\" niet aanmaken"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:91
-#, php-format
-msgid "File \"%s\" is not a image (jpeg, png, gif, tiff)"
-msgstr "Bestand \"%s\" is geen afbeelding (jpeg, png, gif, tiff)"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:101
-#, php-format
-msgid "File \"%s\" can't be move to \"images\" folder"
-msgstr "Bestand \"%s\" kan niet verplaatst worden naar map \"images\" "
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:278
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:287
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:461
-msgid "Customize Theme"
-msgstr "Thema aanpassen"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:279
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:288
-msgid "Customize"
-msgstr "Aanpassen"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:307
-msgid "Standart Fonts"
-msgstr "Standaard lettertypen"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:315
-msgid "Google Fonts"
-msgstr "Google lettertypen"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:464
-msgid "If you like this theme and find it useful, help keep this theme free and actively developed by clicking the donate button (via PayPal or CC)"
-msgstr "Als dit thema je bevalt en handig vindt, help het thema gratis te behouden en overweeg een donatie door op de knop te drukken (via PayPal of creditcard)"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:468
-msgid "Options saved."
-msgstr "Opties opgeslagen"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:472
-msgid "Some images can't be upload. Please check permissions"
-msgstr "Sommige afbeeldingen konden niet worden geupload. Controleer de rechten"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:493
-msgid "Save Changes"
-msgstr "Wijzingen opslaan"
-
diff --git a/wp-content/themes/constructor/lang/nn_NO.mo b/wp-content/themes/constructor/lang/nn_NO.mo
deleted file mode 100644
index 81908857314451f88c096a90520b05422d2098f1..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/lang/nn_NO.mo and /dev/null differ
diff --git a/wp-content/themes/constructor/lang/nn_NO.po b/wp-content/themes/constructor/lang/nn_NO.po
deleted file mode 100644
index dd200c4813cb5a9836fd5187f416751d8916e0a1..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/lang/nn_NO.po
+++ /dev/null
@@ -1,834 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: Constructor Theme\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-04-27 13:10+0200\n"
-"PO-Revision-Date: \n"
-"Last-Translator: Eivind Ødegård <meinmycell-forums@yahoo.no>\n"
-"Language-Team: i18n-nn <i18n-nn@lister.ping.uio.no>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Poedit-Language: Norwegian Nynorsk\n"
-"X-Poedit-Country: NORWAY\n"
-"X-Poedit-KeywordsList: __;_e;_c\n"
-"X-Poedit-Basepath: .\n"
-"X-Poedit-SourceCharset: utf-8\n"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/layout-list.php:18
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/template-archive.php:49
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/template-parent.php:17
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/layout-default.php:17
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/single.php:21
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/template-sitemap.php:17
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/author.php:77
-#, php-format
-msgid "Permanent Link to %s"
-msgstr "Fastlenkje til %s"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/layout-list.php:19
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/template-parent.php:31
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/layout-default.php:24
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/single.php:29
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/author.php:78
-msgid "F jS, Y"
-msgstr "j. F Y"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/layout-list.php:25
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/template-archive.php:52
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/template-parent.php:20
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/layout-default.php:20
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/single.php:24
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/template-sitemap.php:21
-msgid "Read the rest of this entry &raquo;"
-msgstr "Les resten av innlegget &raquo;"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/layout-list.php:37
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/layout-default.php:35
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/single.php:42
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/author.php:91
-msgid "&laquo; Older Entries"
-msgstr "&laquo; Eldre innlegg"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/layout-list.php:38
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/layout-default.php:36
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/single.php:43
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/author.php:90
-msgid "Newer Entries &raquo;"
-msgstr "Nyare innlegg &raquo;"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/404.php:13
-msgid "Error 404 - Not Found"
-msgstr "404-feil - fann ikkje sida"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/404.php:16
-msgid "Sorry, but you are looking for something that isn&#8217;t here."
-msgstr "Orsak, men det du ser etter, er ikkje her."
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/sidebar.php:18
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/functions.php:183
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/template-parent.php:24
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/single.php:25
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/template-sitemap.php:22
-msgid "Pages"
-msgstr "Sider"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/sidebar.php:20
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/template-sitemap.php:27
-msgid "Categories"
-msgstr "Kategoriar"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/sidebar.php:22
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/template-parent.php:32
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/layout-default.php:26
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/single.php:30
-msgid "Tags"
-msgstr "Knaggar"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/sidebar.php:27
-msgid "Meta"
-msgstr "Om"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/template-archive.php:30
-#, php-format
-msgid "%b"
-msgstr "%b"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/template-archive.php:31
-msgid "%B"
-msgstr "%B"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/template-archive.php:84
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/template-parent.php:29
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/template-sitemap.php:53
-msgid "Back to Parent Page"
-msgstr "Attende til forelder-sida"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/template-archive.php:86
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/template-parent.php:33
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/layout-default.php:27
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/single.php:31
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/template-sitemap.php:55
-msgid "Edit"
-msgstr "Rediger"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/functions.php:152
-msgid "Home"
-msgstr "Heim"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/functions.php:154
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/author.php:22
-msgid "RSS Feed"
-msgstr "RSS-straum"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/functions.php:217
-#, php-format
-msgid "%1$s is proudly powered by %2$s"
-msgstr "%1$s er glad for å bruka %2$s"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/functions.php:218
-msgid "Constructor Theme"
-msgstr "Constructor-drakta"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/functions.php:219
-#, php-format
-msgid "%1$s and %2$s."
-msgstr "%1$s og %2$s."
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/functions.php:219
-msgid "Entries (RSS)"
-msgstr "Innlegg (RSS)"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/functions.php:219
-msgid "Comments (RSS)"
-msgstr "Kommentarar (RSS)"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/functions.php:237
-msgid "No Image"
-msgstr "Ikkje noko bilete"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/template-parent.php:34
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/layout-default.php:28
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/single.php:32
-msgid "No Comments &#187;"
-msgstr "Ingen kommentarar &#187;"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/template-parent.php:34
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/layout-default.php:28
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/single.php:32
-msgid "1 Comment &#187;"
-msgstr "1 kommentar &#187;"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/template-parent.php:34
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/layout-default.php:28
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/single.php:32
-msgid "% Comments &#187;"
-msgstr "% kommentarar &#187;"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/template-parent.php:34
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/layout-default.php:28
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/single.php:32
-msgid "Comments Closed"
-msgstr "Stengt for kommentarar"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/comments.php:12
-msgid "This post is password protected. Enter the password to view comments."
-msgstr "Dette innlegget er verna med passord. Skriv inn passordet for å sjå kommentarane."
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/comments.php:21
-msgid "No Responses"
-msgstr "Ingen svar"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/comments.php:21
-msgid "One Response"
-msgstr "Eitt svar"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/comments.php:21
-msgid "% Responses"
-msgstr "% svar"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/comments.php:21
-#, php-format
-msgid "to &#8220;%s&#8221;"
-msgstr "til &#8220;%s&#8221;"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/comments.php:39
-msgid "Comments are closed."
-msgstr "Stengt for kommentarar."
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/comments.php:49
-msgid "Leave a Reply"
-msgstr "Legg att eit svar"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/comments.php:49
-#, php-format
-msgid "Leave a Reply for %s"
-msgstr "Legg att eit svar til %s"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/comments.php:56
-#, php-format
-msgid "You must be <a href=\"%s\">logged in</a> to post a comment."
-msgstr "Du må vera <a href=\"%s\">innlogga</a> for å kommentera."
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/comments.php:63
-#, php-format
-msgid "Logged in as <a href=\"%1$s\">%2$s</a>."
-msgstr "Innlogga som <a href=\"%1$s\">%2$s</a>."
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/comments.php:63
-msgid "Log out of this account"
-msgstr "Logg ut frå brukarkontoen"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/comments.php:63
-msgid "Log out &raquo;"
-msgstr "Logg ut &raquo;"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/comments.php:68
-msgid "Name"
-msgstr "Namn"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/comments.php:68
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/comments.php:71
-msgid "(required)"
-msgstr "(krevst)"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/comments.php:71
-msgid "Mail (will not be published)"
-msgstr "Epost (vil ikkje bli spreidd vidare)"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/comments.php:74
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/author.php:40
-msgid "Website"
-msgstr "Heimeside"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/comments.php:78
-#, php-format
-msgid "<strong>XHTML:</strong> You can use these tags: <code>%s</code>"
-msgstr "<strong>XHTML:</strong> Du kan bruka desse knaggane: <code>%s</code>"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/comments.php:82
-msgid "Submit Comment"
-msgstr "Legg inn kommentar"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/template-sitemap.php:32
-msgid "Archives"
-msgstr "Tidlegare innlegg"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/author.php:22
-msgid "Author RSS Feed"
-msgstr "RSS-straum for skribenten"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/author.php:28
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/author.php:32
-#, php-format
-msgid "%1$s %2$s"
-msgstr "%1$s %2$s"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/author.php:31
-msgid "Full Name"
-msgstr "Fullt namn"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/author.php:35
-msgid "Nickname"
-msgstr "Kallenamn"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/author.php:41
-msgid "Visit author website"
-msgstr "Gå til heimesida åt skribenten"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/author.php:45
-msgid "ICQ"
-msgstr "ICQ"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/author.php:50
-msgid "AIM"
-msgstr "AIM"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/author.php:55
-msgid "Yahoo IM"
-msgstr "Yahoo-snøggmeldingar"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/author.php:60
-msgid "MSN"
-msgstr "MSN"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/author.php:65
-msgid "About Me"
-msgstr "Om meg"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/author.php:70
-#, php-format
-msgid "Last posts by %s"
-msgstr "Siste innlegga av %s"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/author.php:81
-msgid "No posts by this author."
-msgstr "Ingen innlegg av denne skribenten."
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/footer.php:25
-msgid "Blogroll"
-msgstr "Blogg-lenkjer"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:65
-#, php-format
-msgid "File \"%s\" is not a image (jpeg, png, gif)"
-msgstr "Fila \"%s\" er ikkje eit bilete (jpeg, png, gif)"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:122
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:159
-msgid "Customize Theme"
-msgstr "Tilpass drakta"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:122
-msgid "Customize"
-msgstr "Tilpass"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:160
-msgid "Options saved."
-msgstr "Lagra innstillingane."
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:164
-msgid "Errors"
-msgstr "Feil"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:191
-msgid "Save Changes"
-msgstr "Lagre endringar"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/layout.php:1
-msgid "Layout"
-msgstr "Utforming"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/layout.php:50
-msgid "Options"
-msgstr "Innstillingar"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/layout.php:53
-msgid "Container Width"
-msgstr "Breidd på innhaldet"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/layout.php:62
-msgid "Sidebar Width"
-msgstr "Breidd på sidestolpen"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/layout.php:71
-msgid "Extra Bar Width"
-msgstr "Breidd på ekstra-stolpen"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/layout.php:78
-msgid "Homepage"
-msgstr "Heimeside"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/layout.php:80
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/layout.php:81
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/layout.php:94
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/layout.php:95
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/layout.php:108
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/layout.php:109
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/layout.php:122
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/layout.php:123
-msgid "Default"
-msgstr "Standard"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/layout.php:83
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/layout.php:84
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/layout.php:97
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/layout.php:98
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/layout.php:111
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/layout.php:112
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/layout.php:125
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/layout.php:126
-msgid "Tile"
-msgstr "Flislagt"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/layout.php:86
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/layout.php:87
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/layout.php:100
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/layout.php:101
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/layout.php:114
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/layout.php:115
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/layout.php:128
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/layout.php:129
-msgid "List"
-msgstr "Liste"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/layout.php:92
-msgid "Archive"
-msgstr "Arkiv"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/layout.php:106
-msgid "Search"
-msgstr "Søk"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/layout.php:120
-msgid "Index"
-msgstr "Indeks"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/css.php:1
-msgid "CSS"
-msgstr "CSS"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/css.php:5
-#, php-format
-msgid "<font color=\"red\"><b>Warning!</b></font>: File \"%s\" is not writable."
-msgstr "<font color=\"red\"><b>Pass på!</b></font>: Fila \"%s\" går ikkje å skriva til."
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/fonts.php:1
-msgid "Fonts"
-msgstr "Skrifter"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/fonts.php:6
-msgid "Header Font"
-msgstr "Topplinje-skrift"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/fonts.php:13
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/fonts.php:25
-msgid "The quick brown fox jumps over the lazy dog"
-msgstr "Ei god skrift må vera klar, fin, flott og mild for auga."
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/fonts.php:18
-msgid "Body Font"
-msgstr "Brødtekst"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/sidebar.php:1
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/sidebar.php:5
-msgid "Sidebar"
-msgstr "Sidestolpe"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/sidebar.php:7
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/sidebar.php:8
-msgid "Left"
-msgstr "Venstre"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/sidebar.php:10
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/sidebar.php:11
-msgid "Right"
-msgstr "Høgre"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/sidebar.php:14
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/sidebar.php:15
-msgid "Two"
-msgstr "To"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/sidebar.php:17
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/sidebar.php:18
-msgid "None"
-msgstr "Ingen"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/sidebar.php:21
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/sidebar.php:22
-msgid "Two Right"
-msgstr "To til høgre"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/sidebar.php:24
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/sidebar.php:25
-msgid "Two Left"
-msgstr "To til venstre"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/themes.php:1
-msgid "Themes"
-msgstr "Drakter"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/themes.php:43
-msgid "File \"styles.css\" is not exists"
-msgstr "Fila \"styles.css\" finst ikkje"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/themes.php:44
-msgid "Anonymous"
-msgstr "Anonym"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/themes.php:56
-msgid "version"
-msgstr "versjon"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/colors.php:1
-msgid "Colors"
-msgstr "Farger"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/colors.php:63
-msgid "Opacity"
-msgstr "Gjennomsikt"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/colors.php:68
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/colors.php:69
-msgid "Color"
-msgstr "Farge"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/colors.php:71
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/colors.php:72
-msgid "Dark"
-msgstr "Murk"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/colors.php:74
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/colors.php:75
-msgid "Light"
-msgstr "Lys"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/colors.php:80
-msgid "Shadow"
-msgstr "Skugge"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/colors.php:83
-msgid "Only for Safari and Chrome"
-msgstr "Berre for Safari og Chrome"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/colors.php:87
-msgid "Elements Colors"
-msgstr "Elementfarger"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/colors.php:90
-msgid "background"
-msgstr "bakgrunn"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/colors.php:93
-msgid "background alternative"
-msgstr "alternativ bakgrunn"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/colors.php:96
-msgid "opacity style color"
-msgstr "stilfarge for gjennomsikt"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/colors.php:99
-msgid "text"
-msgstr "tekst"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/colors.php:102
-msgid "text alternative"
-msgstr "alternativ tekst"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/colors.php:105
-msgid "border"
-msgstr "ramme"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/colors.php:108
-msgid "border alternative"
-msgstr "alternativ ramme"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/colors.php:111
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/colors.php:114
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/colors.php:117
-msgid "tags"
-msgstr "knaggar"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/slideshow.php:2
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/slideshow.php:61
-msgid "Slideshow"
-msgstr "Lysbilete"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/slideshow.php:29
-msgid "Show on page"
-msgstr "Vis på sida"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/slideshow.php:32
-msgid "Show on single post"
-msgstr "Vis på enkeltinnlegg"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/slideshow.php:37
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/slideshow.php:38
-msgid "In Content"
-msgstr "I innhaldet"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/slideshow.php:41
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/slideshow.php:42
-msgid "Over Content"
-msgstr "Over innhaldet"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/slideshow.php:49
-msgid "Height"
-msgstr "Høgd"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/slideshow.php:61
-msgid "use <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\">NextGEN-Gallery</a>"
-msgstr "bruk <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\">NextGEN-galleriet</a>"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/slideshow.php:63
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/slideshow.php:64
-msgid "Disable"
-msgstr "Skru av"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/slideshow.php:78
-msgid "If you want to display slideshow on homepage, please install <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\">NextGEN-Gallery</a> plugin"
-msgstr "Viss du vil ha lysbileteframvisingar på heimesida di, må du installera <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\">NextGEN-galleri</a>-tillegget."
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/export.php:1
-msgid "Export"
-msgstr "Eksporter"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/export.php:2
-msgid "Export Current Theme"
-msgstr "Eksporter denne drakta"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/export.php:3
-msgid "Use this is options for export your changes"
-msgstr "Bruk dette for å eksportera endringane dine."
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/export.php:3
-msgid "save changes before export"
-msgstr "lagre endringar før du eksporterer"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/export.php:6
-msgid "click here and save file"
-msgstr "klikk her for å lagra fila"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/export.php:12
-#, php-format
-msgid "For import theme - use your FTP access and create new folder in folder <code>%s/themes</code> and upload <code>config.php</code>"
-msgstr "For å importera ei drakt, bruker du FTP-tilgang og lagar ei ny mappe i <code>%s/themes</code>-mappa, og lastar opp <code>config.php</code>."
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:1
-msgid "Images"
-msgstr "Bilete"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:14
-#, php-format
-msgid "<font color=\"red\"><b>Warning!</b></font>: Directory \"%s\" is not writable."
-msgstr "<font color=\"red\"><b>Pass på!</b></font>: Mappa \"%s\" går ikkje å lagra i."
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:18
-msgid "Body Image"
-msgstr "Bilete i tekstområdet"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:23
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:75
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:107
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:117
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:148
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:179
-msgid "preview"
-msgstr "førehandsvising"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:29
-msgid "Image Repeat"
-msgstr "Repeter bilete"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:30
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:31
-msgid "No Repeat"
-msgstr "Ikkje repeter"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:34
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:35
-msgid "Repeat Horizontal"
-msgstr "Repeter vassrett"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:38
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:39
-msgid "Repeat Vertical"
-msgstr "Repeter loddrett"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:50
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:81
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:123
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:154
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:185
-msgid "Image Position"
-msgstr "Biletplassering"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:51
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:82
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:124
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:155
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:186
-msgid "Top Left"
-msgstr "Øvst til venstre"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:52
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:83
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:125
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:156
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:187
-msgid "Top Center"
-msgstr "Øvst i midten"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:53
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:84
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:126
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:157
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:188
-msgid "Top Right"
-msgstr "Øvst til høgre"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:57
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:88
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:130
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:161
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:192
-msgid "Center Left"
-msgstr "Midt på, til venstre"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:58
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:89
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:131
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:162
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:193
-msgid "Center Center"
-msgstr "Midt på, i midten"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:59
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:90
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:132
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:163
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:194
-msgid "Center Right"
-msgstr "Midt på, til høgre"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:63
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:94
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:136
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:167
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:198
-msgid "Bottom Left"
-msgstr "Nedst til venstre"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:64
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:95
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:137
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:168
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:199
-msgid "Bottom Center"
-msgstr "Nedst i midten"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:65
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:96
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:138
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:169
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:200
-msgid "Bottom Right"
-msgstr "Nedst til høgre"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:70
-msgid "Background Image"
-msgstr "Bakgrunnsbilete"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:102
-msgid "Content Image"
-msgstr "Innhaldsbilete"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:102
-msgid "repeat by Y and w/out opacity"
-msgstr "repeter langs Y-aksen og utan gjennomsikt"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:112
-msgid "Sidebar Image"
-msgstr "Bilete i sidestolpen"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:143
-msgid "Extrabar Image"
-msgstr "Bilete i ekstra-stolpen"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/images.php:174
-msgid "Footer Image"
-msgstr "Bilete i botnlinja"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/footer.php:1
-msgid "Footer"
-msgstr "Botnlinja"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/footer.php:4
-msgid "Footer Text"
-msgstr "Tekst i botnlinja"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/header.php:1
-msgid "Header"
-msgstr "Topplinje"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/header.php:5
-msgid "Title position"
-msgstr "Tittelplassering"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/header.php:8
-msgid "Center"
-msgstr "I midten"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/header.php:14
-msgid "Title colors"
-msgstr "Tittelfarger"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/header.php:17
-msgid "title"
-msgstr "tittel"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/header.php:20
-msgid "description"
-msgstr "skildring"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/header.php:25
-msgid "Header menu"
-msgstr "Topplinje-meny"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/header.php:28
-msgid "Don't show menu"
-msgstr "Ikkje vis meny"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/header.php:31
-msgid "Show first-level pages"
-msgstr "Vis hovudnivå-sider"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/header.php:34
-msgid "Show pages in drop-down menu"
-msgstr "Vis sidene i rullgardinmeny"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/header.php:37
-msgid "Show pages in drop-down menu (2-levels)"
-msgstr "Vis sidene i rullgardinmeny (to nivå)"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/header.php:40
-msgid "Show link to home page"
-msgstr "Vis lenkje til heimesida"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/header.php:43
-msgid "Show link to RSS feed"
-msgstr "Vis lenkje til RSS-straumar"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/content.php:1
-msgid "Content"
-msgstr "Innhald"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/content.php:4
-msgid "Posts"
-msgstr "Innlegg"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings/content.php:7
-msgid "Show author link"
-msgstr "Vis skribent-lenkje"
-
diff --git a/wp-content/themes/constructor/lang/pl_PL.mo b/wp-content/themes/constructor/lang/pl_PL.mo
deleted file mode 100644
index e3e937fa05117b7fb7531debd879820ef5428e1f..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/lang/pl_PL.mo and /dev/null differ
diff --git a/wp-content/themes/constructor/lang/pl_PL.po b/wp-content/themes/constructor/lang/pl_PL.po
deleted file mode 100644
index ae6e47e9a0f4dab1465c053d7af36940b06ca351..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/lang/pl_PL.po
+++ /dev/null
@@ -1,586 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: Constructor Theme\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-02-25 13:17+0200\n"
-"PO-Revision-Date: \n"
-"Last-Translator: Maciek Czajka <mummle@wp.pl>\n"
-"Language-Team: Anton Shevchuk <AntonShevchuk@gmail.com>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Poedit-Language: Russian\n"
-"X-Poedit-Country: RUSSIAN FEDERATION\n"
-"X-Poedit-KeywordsList: __;_e;_c\n"
-"X-Poedit-Basepath: .\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11) ? 0 : ((n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20)) ? 1 : 2);\n"
-"X-Poedit-SourceCharset: utf-8\n"
-"X-Poedit-SearchPath-0: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor\n"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/404.php:11
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/index.php:40
-msgid "Error 404 - Not Found"
-msgstr "Strona nie została znaleziona. Błąd 404."
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/404.php:14
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/index.php:43
-msgid "Sorry, but you are looking for something that isn&#8217;t here."
-msgstr "Przepraszam, ale nie ma tutaj tego czego szukasz."
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/404.php:24
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/single.php:36
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/index.php:32
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/page.php:36
-msgid "&laquo; Older Entries"
-msgstr "Starsze wpisy"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/404.php:25
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/single.php:37
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/index.php:33
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/page.php:37
-msgid "Newer Entries &raquo;"
-msgstr "Nowsze wpisy &raquo;"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/sidebar.php:17
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/functions.php:160
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/single.php:19
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/page-sitemap.php:21
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/page.php:19
-msgid "Pages"
-msgstr "Strony"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/sidebar.php:19
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/page-sitemap.php:26
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/footer.php:16
-msgid "Categories"
-msgstr "Kategorie"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/sidebar.php:21
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/single.php:24
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/index.php:23
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/page.php:24
-msgid "Tags"
-msgstr "Tagi"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/sidebar.php:26
-msgid "Meta"
-msgstr "Meta"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/functions.php:130
-msgid "Home"
-msgstr "Start"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/functions.php:132
-msgid "RSS Feed"
-msgstr "RSS"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/page-archives.php:16
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/single.php:15
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/page-sitemap.php:16
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/index.php:15
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/page.php:15
-#, php-format
-msgid "Permanent Link to %s"
-msgstr "Bezpośredni link do %s"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/page-archives.php:19
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/single.php:18
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/page-sitemap.php:20
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/index.php:18
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/page.php:18
-msgid "Read the rest of this entry &raquo;"
-msgstr "Przeczytaj całość &raquo;"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/page-archives.php:26
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/single.php:25
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/page-sitemap.php:38
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/index.php:24
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/page.php:25
-msgid "Edit"
-msgstr "Edytuj"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/comments.php:12
-msgid "This post is password protected. Enter the password to view comments."
-msgstr "Ten wpis jest chroniony hasłem. Podaj je by zobaczyć komentarze."
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/comments.php:21
-msgid "No Responses"
-msgstr "Brak odpowiedzi"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/comments.php:21
-msgid "One Response"
-msgstr "Jedna odpowiedź"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/comments.php:21
-msgid "% Responses"
-msgstr "% odpowiedzi"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/comments.php:21
-#, php-format
-msgid "to &#8220;%s&#8221;"
-msgstr "do &#8220;%s&#8221;"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/comments.php:39
-msgid "Comments are closed."
-msgstr "Komentarze są wyłączone."
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/comments.php:49
-msgid "Leave a Reply"
-msgstr "Zostaw wpis"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/comments.php:49
-#, php-format
-msgid "Leave a Reply for %s"
-msgstr "Zostaw wpis do %s"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/comments.php:56
-#, php-format
-msgid "You must be <a href=\"%s\">logged in</a> to post a comment."
-msgstr "Musisz być <a href=\"%s\">zalogowany</a> by móc skomentować."
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/comments.php:63
-#, php-format
-msgid "Logged in as <a href=\"%1$s\">%2$s</a>."
-msgstr "Zalogowany jako <a href=\"%1$s\">%2$s</a>."
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/comments.php:63
-msgid "Log out of this account"
-msgstr "Wyloguj się z konta"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/comments.php:63
-msgid "Log out &raquo;"
-msgstr "Wyloguj się &raquo;"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/comments.php:68
-msgid "Name"
-msgstr "Nazwa"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/comments.php:68
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/comments.php:71
-msgid "(required)"
-msgstr "(wymagane)"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/comments.php:71
-msgid "Mail (will not be published)"
-msgstr "email (nie będzie widoczny)"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/comments.php:74
-msgid "Website"
-msgstr "Strona domowa"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/comments.php:78
-#, php-format
-msgid "<strong>XHTML:</strong> You can use these tags: <code>%s</code>"
-msgstr "<strong>XHTML:</strong> Możesz użyć tych tagów: <code>%s</code>"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/comments.php:82
-msgid "Submit Comment"
-msgstr "Zapisz swój komentarz"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/single.php:23
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/index.php:22
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/page.php:23
-msgid "F jS, Y"
-msgstr "j F Y"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/single.php:26
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/index.php:25
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/page.php:26
-msgid "No Comments &#187;"
-msgstr "Brak komentarzy &#187;"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/single.php:26
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/index.php:25
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/page.php:26
-msgid "1 Comment &#187;"
-msgstr "1 komentarz &#187;"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/single.php:26
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/index.php:25
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/page.php:26
-msgid "% Comments &#187;"
-msgstr "% komentarzy &#187;"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/single.php:26
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/index.php:25
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/page.php:26
-msgid "Comments Closed"
-msgstr "Komentarze są wyłączone"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/page-sitemap.php:31
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/footer.php:22
-msgid "Archives"
-msgstr "Archiwum"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/footer.php:28
-msgid "Blogroll"
-msgstr "Inne blogi"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/footer.php:35
-#, php-format
-msgid "%1$s is proudly powered by %2$s"
-msgstr "%1$s został wykonany przez %2$s"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/footer.php:36
-msgid "Constructor Theme"
-msgstr "Autor tematu"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/footer.php:38
-#, php-format
-msgid "%1$s and %2$s."
-msgstr "%1$s i %2$s."
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/footer.php:38
-msgid "Entries (RSS)"
-msgstr "Wpisy (RSS)"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/footer.php:38
-msgid "Comments (RSS)"
-msgstr "Komentarze (RSS)"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:48
-#, php-format
-msgid "File \"%s\" is not a image"
-msgstr "Plik \"%s\" nie jest obrazkiem"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:88
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:115
-msgid "Customize Theme"
-msgstr "Dostosuj Temat"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:88
-msgid "Customize"
-msgstr "Dostosuj"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:116
-msgid "Options saved."
-msgstr "Ustawienia zostały zapisane."
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:120
-msgid "Errors"
-msgstr "Błędy"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:167
-msgid "Themes"
-msgstr "Tematy"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:168
-msgid "Layout"
-msgstr "Wygląd"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:169
-msgid "Header"
-msgstr "Nagłówek"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:170
-msgid "Colors"
-msgstr "Kolory"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:171
-msgid "Fonts"
-msgstr "Czcionki"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:172
-msgid "CSS"
-msgstr "Style"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:173
-msgid "Images"
-msgstr "Obrazki"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:174
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:499
-msgid "Slideshow"
-msgstr "Pokaz slajdów"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:189
-msgid "File \"styles.css\" is not exists"
-msgstr "Plik \"styles.css\" nie istnieje"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:190
-msgid "Anonymous"
-msgstr "Gość"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:203
-msgid "version"
-msgstr "wersja"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:213
-msgid "Sidebar"
-msgstr "Pasek boczny"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:215
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:216
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:245
-msgid "Left"
-msgstr "Lewo"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:218
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:219
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:247
-msgid "Right"
-msgstr "Prawo"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:222
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:223
-msgid "Two"
-msgstr "Dwa"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:225
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:226
-msgid "None"
-msgstr "Żaden"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:229
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:230
-msgid "Two Right"
-msgstr "Dwa z prawej"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:232
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:233
-msgid "Two Left"
-msgstr "Dwa z lewej"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:243
-msgid "Title position"
-msgstr "Pozycja tytułu"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:246
-msgid "Center"
-msgstr "Środek"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:252
-msgid "Title colors"
-msgstr "Kolor tytułu"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:255
-msgid "title"
-msgstr "tytuł"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:258
-msgid "description"
-msgstr "opis"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:263
-msgid "Header menu"
-msgstr "Menu nagłówka"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:266
-msgid "Don't show menu"
-msgstr "Nie pokazuj menu"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:269
-msgid "Show first-level pages"
-msgstr "Pokaż strony 1-poziomu"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:272
-msgid "Show pages in drop-down menu"
-msgstr "Pokaż strony w menu opuszczanym"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:275
-msgid "Show pages in drop-down menu (2-levels)"
-msgstr "Pokaż strony w menu opuszczanym (2-poziom)"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:278
-msgid "Show link to home page"
-msgstr "Pokaż link do strony głównej"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:281
-msgid "Show link to RSS feed"
-msgstr "Pokaż link do RSS"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:284
-msgid "Show font resizer"
-msgstr "Pokaż skalowanie czcionki"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:292
-msgid "Opacity"
-msgstr "Przeźroczystość"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:294
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:295
-msgid "Dark"
-msgstr "Ciemny"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:297
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:298
-msgid "Light"
-msgstr "Jasny"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:303
-msgid "Elements Colors"
-msgstr "Korory elementów"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:306
-msgid "background"
-msgstr "tło"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:309
-msgid "background alternative"
-msgstr "alternatywne tło"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:312
-msgid "text"
-msgstr "tekst"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:315
-msgid "text alternative"
-msgstr "tekst alternatywny"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:318
-msgid "border"
-msgstr "obramowanie"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:321
-msgid "border alternative"
-msgstr "obramowanie alternatywne"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:324
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:327
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:330
-msgid "tags"
-msgstr "tagi"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:333
-msgid "hightlight color"
-msgstr "kolor podświetlenia"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:342
-msgid "Header Font"
-msgstr "Czcionka nagłówka"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:346
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:356
-msgid "The quick brown fox jumps over the lazy dog"
-msgstr "Ala ma kota"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:352
-msgid "Body Font"
-msgstr "Czcionka treści"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:368
-#, php-format
-msgid "<font color=\"red\"><b>Warning!</b></font>: File \"%s\" is not writable."
-msgstr "<font color=\"red\"><b>Uwaga!</b></font>: Plik \"%s\" nie może zostać zmieniony."
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:385
-#, php-format
-msgid "<font color=\"red\"><b>Warning!</b></font>: Directory \"%s\" is not writable."
-msgstr "<font color=\"red\"><b>Uwaga!</b></font>: Folder \"%s\" nie może zostać zmieniony."
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:389
-msgid "Background Gradient"
-msgstr "Gradient tła"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:393
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:403
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:433
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:464
-msgid "preview"
-msgstr "podgląd"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:399
-msgid "Background Image"
-msgstr "Obrazek tła"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:409
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:439
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:470
-msgid "Image Position"
-msgstr "Położenie obrazka"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:411
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:441
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:472
-msgid "Top Left"
-msgstr "Górny lewy"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:412
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:442
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:473
-msgid "Top Center"
-msgstr "Górny środkowy"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:413
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:443
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:474
-msgid "Top Right"
-msgstr "Górny prawy"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:417
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:447
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:478
-msgid "Center Left"
-msgstr "Środkowy lewy"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:418
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:448
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:479
-msgid "Center Center"
-msgstr "Środkowy centalny"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:419
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:449
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:480
-msgid "Center Right"
-msgstr "Środkowy prawy"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:423
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:453
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:484
-msgid "Bottom Left"
-msgstr "Dolny lewy"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:424
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:454
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:485
-msgid "Bottom Center"
-msgstr "Dolny środkowy"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:425
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:455
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:486
-msgid "Bottom Right"
-msgstr "Dolny prawy"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:429
-msgid "Sidebar Image"
-msgstr "Obrazek paska bocznego"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:460
-msgid "Footer Image"
-msgstr "Obrazek stopki"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:499
-msgid "use <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\">NextGEN-Gallery</a>"
-msgstr "skorzystaj z <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\">NextGEN-Gallery</a>"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:501
-msgid "Slideshow height"
-msgstr "Wysokość pokazu slajdów"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:501
-msgid "in px"
-msgstr "w pikselach"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:508
-msgid "Show on page"
-msgstr "Pokaż na stronie"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:511
-msgid "Show on single post"
-msgstr "Pokaż w pojedynczym poście"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:516
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:517
-msgid "Disable"
-msgstr "Wyłączony"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:531
-msgid "If you want to display slideshow on homepage, please install <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\">NextGEN-Gallery</a> plugin"
-msgstr "Jeśli chcesz wyświetlić pokaz slajdów na stronie głównej zainstaluj wtyczkę <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\">NextGEN-Gallery</a>"
-
-#: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor/admin/settings.php:539
-msgid "Save Changes"
-msgstr "Zapisz zmiany"
-
diff --git a/wp-content/themes/constructor/lang/pt_BR.mo b/wp-content/themes/constructor/lang/pt_BR.mo
deleted file mode 100644
index a6c812960ac152678262096aa8ddac5e8ee811ff..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/lang/pt_BR.mo and /dev/null differ
diff --git a/wp-content/themes/constructor/lang/pt_BR.po b/wp-content/themes/constructor/lang/pt_BR.po
deleted file mode 100644
index 85286d724a514c7e7ef0d66b2b414582efb66b11..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/lang/pt_BR.po
+++ /dev/null
@@ -1,1286 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: Constructor Theme\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-07-14 12:36+0200\n"
-"PO-Revision-Date: \n"
-"Last-Translator: \n"
-"Language-Team: Anton Shevchuk <AntonShevchuk@gmail.com>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Poedit-Language: Russian\n"
-"X-Poedit-Country: RUSSIAN FEDERATION\n"
-"X-Poedit-KeywordsList: __;_e;_c\n"
-"X-Poedit-Basepath: .\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11) ? 0 : ((n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20)) ? 1 : 2);\n"
-"X-Poedit-SourceCharset: utf-8\n"
-"X-Poedit-SearchPath-0: W:/www/wordpress3/wp-content/themes/constructor\n"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/sidebar.php:28
-#: W:/www/wordpress3/wp-content/themes/constructor/template-monocolumn.php:22
-msgid "Pages"
-msgstr "Páginas"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/sidebar.php:30
-msgid "Categories"
-msgstr "Categorias"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/sidebar.php:32
-#: W:/www/wordpress3/wp-content/themes/constructor/template-monocolumn.php:29
-msgid "Tags"
-msgstr "Tags"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/sidebar.php:37
-msgid "Meta"
-msgstr "Meta"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/navigation.php:16
-msgid "<span>&laquo;</span> Older Entries"
-msgstr "<span>&laquo;</span> Entradas mais Antigas"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/navigation.php:17
-msgid "Newer Entries <span>&raquo;</span>"
-msgstr "Entradas mais novas <span>&raquo;</span>"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/template-authors.php:16
-#: W:/www/wordpress3/wp-content/themes/constructor/template-monocolumn.php:18
-#, php-format
-msgid "Permanent Link to %s"
-msgstr "Link permanente para %s"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/template-authors.php:19
-#: W:/www/wordpress3/wp-content/themes/constructor/template-monocolumn.php:21
-msgid "Read the rest of this entry &raquo;"
-msgstr "Ler o resto desta Entrada &raquo;"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/template-authors.php:26
-#: W:/www/wordpress3/wp-content/themes/constructor/template-monocolumn.php:26
-msgid "Back to Parent Page"
-msgstr "Voltar para a página pai"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/template-authors.php:28
-#: W:/www/wordpress3/wp-content/themes/constructor/template-monocolumn.php:30
-msgid "Edit"
-msgstr "Editar"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/slideshow.php:50
-msgid "Read more &raquo;"
-msgstr "Ler mais &raquo;"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/template-monocolumn.php:31
-msgid "No Comments &#187;"
-msgstr "Sem comentários &#187;"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/template-monocolumn.php:31
-msgid "1 Comment &#187;"
-msgstr "1 Comentário &#187;"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/template-monocolumn.php:31
-msgid "% Comments &#187;"
-msgstr "% Comentários &#187;"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/template-monocolumn.php:31
-msgid "Comments Closed"
-msgstr "Comentários fechados"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/comments.php:10
-msgid "This post is password protected. Enter the password to view comments."
-msgstr "Esta postagem é protegida por senha. Digite a senha para ver os comentários."
-
-#: W:/www/wordpress3/wp-content/themes/constructor/comments.php:18
-msgid "No Responses"
-msgstr "Sem respostas"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/comments.php:18
-msgid "One Response"
-msgstr "Uma resposta"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/comments.php:18
-msgid "% Responses"
-msgstr "% Respostas"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/comments.php:18
-#, php-format
-msgid "to &#8220;%s&#8221;"
-msgstr "para &#8220;%s&#8221;"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/comments.php:31
-msgid "Comments are closed."
-msgstr "Comentários estão fechados."
-
-#: W:/www/wordpress3/wp-content/themes/constructor/social.php:14
-msgid "Twitter"
-msgstr "Twitter"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/social.php:17
-msgid "Facebook"
-msgstr "Facebook"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/social.php:20
-msgid "Del.icio.us"
-msgstr "Del.icio.us"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/social.php:23
-msgid "Reddit"
-msgstr "Reddit"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/social.php:26
-msgid "VKontakte"
-msgstr "VKontakte"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/social.php:29
-msgid "Digg"
-msgstr "Digg"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/social.php:32
-msgid "Mixx"
-msgstr "Mixx"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/social.php:35
-msgid "StumbleUpon"
-msgstr "StumbleUpon"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/social.php:38
-msgid "Google"
-msgstr "Google"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/social.php:41
-msgid "Memori"
-msgstr "Memori"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/template-archive.php:30
-#, php-format
-msgid "%b"
-msgstr "%b"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/template-archive.php:31
-msgid "%B"
-msgstr "%B"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/404.php:11
-msgid "Error 404 - Not Found"
-msgstr "Erro 404 - Não encontrado"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/404.php:12
-msgid "Sorry, but you are looking for something that isn&#8217;t here."
-msgstr "desculpe, mas você está procurando algo que não se encontra aqui."
-
-#: W:/www/wordpress3/wp-content/themes/constructor/functions.php:111
-msgid "Header Menu"
-msgstr "Menu cabeçalho"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/functions.php:298
-msgid "No Image"
-msgstr "Sem imagens"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:22
-msgid "Author RSS Feed"
-msgstr "Autor do Feed RSS"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:22
-msgid "RSS Feed"
-msgstr "RSS Feed"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:27
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:33
-#, php-format
-msgid "%1$s %2$s"
-msgstr "%1$s %2$s"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:32
-msgid "Full Name"
-msgstr "Nome Completo"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:37
-msgid "Nickname"
-msgstr "Apelido"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:42
-msgid "Website"
-msgstr "Website"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:43
-msgid "Visit author website"
-msgstr "Visitar site do autor"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:47
-msgid "ICQ"
-msgstr "ICQ"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:52
-msgid "AIM"
-msgstr "AIM"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:57
-msgid "Yahoo IM"
-msgstr "Yahoo IM"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:62
-msgid "MSN"
-msgstr "MSN"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:67
-msgid "About Me"
-msgstr "Sobre mim"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:75
-#, php-format
-msgid "Latest posts by %s"
-msgstr "Últimas postagens de  %s"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:88
-msgid "No posts by this author."
-msgstr "Nenhuma postagem deste autor."
-
-#: W:/www/wordpress3/wp-content/themes/constructor/template-sitemap.php:31
-msgid "Archives"
-msgstr "Arquivos"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/themes/example/config.php:49
-#, php-format
-msgid "%1$s is proudly powered by %2$s"
-msgstr "%1$s é orgulhosamente construído por %2$s"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/themes/example/config.php:50
-msgid "Constructor Theme"
-msgstr "Tema Constructor"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/layouts/simple.php:6
-msgid "Simple"
-msgstr "Simples"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/layouts/single.php:6
-msgid "Single"
-msgstr "Único"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/layouts/single.php:28
-#: W:/www/wordpress3/wp-content/themes/constructor/layouts/column.php:51
-#: W:/www/wordpress3/wp-content/themes/constructor/layouts/default.php:25
-msgid "Posted in"
-msgstr "Postado em"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/layouts/list.php:6
-msgid "List"
-msgstr "Lista"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/layouts/column.php:6
-msgid "Column"
-msgstr "Coluna"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/layouts/tiles.php:6
-#: W:/www/wordpress3/wp-content/themes/constructor/layouts/tile.php:6
-msgid "Tile"
-msgstr "Ladrilho"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/layouts/default.php:6
-msgid "Default"
-msgstr "Padrão"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:16
-msgid "Themes"
-msgstr "Temas"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:17
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/layout.php:1
-msgid "Layout"
-msgstr "Layout"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:18
-msgid "Templates"
-msgstr "Templates"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:19
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:1
-msgid "Header"
-msgstr "Cabeçalho"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:20
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:122
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/css.php:52
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:1
-msgid "Content"
-msgstr "Conteúdo"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:21
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/comments.php:1
-msgid "Comments"
-msgstr "Comentários"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:22
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/footer.php:1
-msgid "Footer"
-msgstr "Rodapé"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:23
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:1
-msgid "Fonts"
-msgstr "Fontes"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:24
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:1
-msgid "Colors"
-msgstr "Cores"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:25
-msgid "Design"
-msgstr "Design"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:26
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/css.php:1
-msgid "CSS"
-msgstr "CSS"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:27
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:1
-msgid "Images"
-msgstr "Imagens"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:28
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:2
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:101
-msgid "Slideshow"
-msgstr "Slideshow"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:29
-msgid "Save"
-msgstr "Salvar"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:30
-msgid "Clean"
-msgstr "Limpar"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:31
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/css.php:18
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:11
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/footer.php:6
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:2
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:110
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:111
-msgid "Help"
-msgstr "Ajuda"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:72
-msgid "The quick brown fox jumps over the lazy dog"
-msgstr "A veloz raposa marrom ataca o cão preguiçoso"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:75
-msgid "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. 0123456789"
-msgstr "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. 0123456789"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:79
-msgid "Google Web Fonts"
-msgstr "Fontes da web Google"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:80
-msgid "Google Web Fonts lets you browse all the fonts available via the Google Web Fonts API. All fonts in the directory are available for use on your website under an open source license and are served by Google servers."
-msgstr "Google Web Fonts permite que você navegue por todas as fontes disponíveis via a API Google Web Fonts. Todas as fontes para uso no seu site da web festào sob licença opensource e são providas pelos servidores Google."
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:81
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:100
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:111
-msgid "Font Weight"
-msgstr "Altura da Fonte"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:82
-msgid "Defines from thin to thick characters. 400 is the same as \"normal\", and 700 is the same as \"bold\""
-msgstr "Define a espessura dos caracteres. 400 é o mesmo que \"normal\", e 700 é o mesmo que \"bold\""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:85
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:101
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:112
-msgid "Text Decoration"
-msgstr "Decoração do Texto"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:87
-msgid "No capitalization. The text renders as it is. This is default"
-msgstr "Sem capitalização do texto. Ele é renderizado conforme seu tipo normal. Este é o padrão"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:88
-msgid "Transforms the first character of each word to uppercase"
-msgstr "Transforma o primeiro caracter da cada palavra para maiúsculo."
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:89
-msgid "Transforms all characters to uppercase"
-msgstr "Todo o texto ficará maiúsculo"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:90
-msgid "Transforms all characters to lowercase"
-msgstr "Todos os carcteres ficarão minúsculos"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:95
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/css.php:36
-msgid "Title"
-msgstr "Título"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:106
-msgid "Description"
-msgstr "Descrição"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:116
-msgid "Headers"
-msgstr "Cabeçalhos"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:52
-msgid "Opacity"
-msgstr "Opacidade"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:54
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:55
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/layout.php:195
-msgid "None"
-msgstr "Nenhum"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:57
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:58
-msgid "Color"
-msgstr "Cor"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:61
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:62
-msgid "Dark Low"
-msgstr "Escuro baixo"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:64
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:65
-msgid "Dark"
-msgstr "Escuro"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:67
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:68
-msgid "Dark High"
-msgstr "Escuro Alto"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:71
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:72
-msgid "Light Low"
-msgstr "Luz baixa"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:74
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:75
-msgid "Light"
-msgstr "Luz"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:77
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:78
-msgid "Light High"
-msgstr "Luz Alta"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:83
-msgid "Elements Colors"
-msgstr "Cores dos elementos"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:86
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:89
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:92
-msgid "tags"
-msgstr "tags"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:95
-msgid "text"
-msgstr "texto"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:98
-msgid "text alternative"
-msgstr "Texto alternativo"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:101
-msgid "background"
-msgstr "Plano de fundo"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:104
-msgid "background alternative"
-msgstr "Plano de fundo Alternativo"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:107
-msgid "background for forms"
-msgstr "Plano de fundo para formulários"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:110
-msgid "border"
-msgstr "Borda"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:113
-msgid "border alternative"
-msgstr "Borda alternativa"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:116
-msgid "opacity style color"
-msgstr "Color do estilo de opacidade"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/css.php:9
-#, php-format
-msgid "<font color=\"red\"><b>Warning!</b></font>: File \"%s\" is not writable."
-msgstr "<font color=\"red\"><b>Aviso!</b></font>: arquivo \"%s\" não é gravável."
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/css.php:19
-#, php-format
-msgid "CSS is Cascading Style Sheets - read manual for beginners <a href=\"%1$s\">%1$s</a>"
-msgstr "CSS is Cascading Style Sheets - Ler o manual do iniciante <a href=\"%1$s\">%1$s</a>"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/css.php:20
-msgid "CSS rules"
-msgstr "Regras CSS"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/css.php:35
-msgid "CSS example"
-msgstr "Exemplo CSS"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/css.php:44
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:37
-msgid "Header menu"
-msgstr "Menu cabeçalho"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/css.php:48
-msgid "Sidebar"
-msgstr "Sidebar"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/css.php:63
-msgid "Template"
-msgstr "Template"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:28
-msgid "Enable"
-msgstr "Habilitar"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:34
-msgid "By default use images from posts with thumbnails"
-msgstr "Por padrão use imagens de post com amostras (thumbnails)"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:38
-msgid "Options"
-msgstr "Opções"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:40
-msgid "By default slideshow is showing on homepage only"
-msgstr "Por padrão o slideshow só é mostrado na homepage"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:43
-msgid "Show on page"
-msgstr "Mostrar na página"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:46
-msgid "Show on single post"
-msgstr "Mostrar em um post único"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:49
-msgid "Show on archive"
-msgstr "Mostrar no arquivo"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:55
-msgid "Height"
-msgstr "Altura"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:64
-msgid "Advanced options"
-msgstr "Opções avançadas"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:65
-msgid "only for default slideshow"
-msgstr "Somente para Slideshow apdrão"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:69
-msgid "Number of slides"
-msgstr "Número de Slides"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:73
-msgid "Autoplay"
-msgstr "Autoplay"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:76
-msgid "Effect time (ms)"
-msgstr "Tempo de efeito (ms)"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:79
-msgid "Timeout between slides (ms)"
-msgstr "Timeout entre os Slides (ms)"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:84
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:85
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:47
-msgid "Position"
-msgstr "Posição"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:86
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:87
-msgid "In Content"
-msgstr "No conteúdo"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:90
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:91
-msgid "Over Content"
-msgstr "Sobre o conteúdo"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:102
-msgid "use <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\" title=\"wordpress.org\">NextGEN-Gallery</a>"
-msgstr "use <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\" title=\"wordpress.org\">NextGEN-Gallery</a>"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:103
-msgid "required <a href=\"http://www.longtailvideo.com/players/jw-image-rotator/\" title=\"www.longtailvideo.com\">imagerotator.swf</a>"
-msgstr "requerido <a href=\"http://www.longtailvideo.com/players/jw-image-rotator/\" title=\"www.longtailvideo.com\">imagerotator.swf</a>"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:121
-msgid "You can use <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\">NextGEN-Gallery</a> plugin for build custom slideshow"
-msgstr "Você pode utilizar o <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\">NextGEN-Gallery</a> plugin para construir um slideshow personalizado"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/layout.php:196
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/comments.php:37
-msgid "Left"
-msgstr "Esquerda"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/layout.php:197
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/comments.php:38
-msgid "Right"
-msgstr "Direita"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/layout.php:198
-msgid "Two"
-msgstr "dois"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/layout.php:199
-msgid "Two Left"
-msgstr "Duas à esquerda"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/layout.php:200
-msgid "Two Right"
-msgstr "Duas à direita"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/layout.php:350
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:67
-msgid "Width"
-msgstr "Largura"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/layout.php:352
-msgid "Sidebar Width"
-msgstr "Largura da Sidebar"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/layout.php:354
-msgid "Extrabar Width"
-msgstr "largura da Extrabar"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/layout.php:356
-msgid "Header Height"
-msgstr "Altura do cabeçalho"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:5
-msgid "Meta information"
-msgstr "Meta informação"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:8
-msgid "Show post date"
-msgstr "Mostrar data da postagem"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:12
-msgid "Use this options to control what meta information is shown"
-msgstr "Use esta opção para controlar a meta informação mostrada"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:19
-msgid "Link to author page"
-msgstr "Linkar à pagina do autor"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:25
-msgid "List of categories"
-msgstr "Lista de categorias"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:31
-msgid "List of tags"
-msgstr "Lista de Tags"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:37
-msgid "Link to comments"
-msgstr "Link para comentários"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:43
-msgid "Sharing Icons"
-msgstr "Ícones de compartilhamento"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:69
-msgid "Select which service you would like to use for sharing"
-msgstr "Selecione o serviço que você gostaria de usar para compartilhar"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:75
-msgid "Content widgets place"
-msgstr "Local do contéudo widgets "
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:76
-msgid "can configured with <a href=\"widgets.php\">widgets</a>, use \"After N Post\" sidebar"
-msgstr "Pode ser configurado com <a href=\"widgets.php\">widgets</a>, use \"After N Post\" sidebar"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:82
-msgid "Show widgets place"
-msgstr "Mostrar o local dos Widgets"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:87
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:88
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:89
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:90
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:91
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:92
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:93
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:94
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:95
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:96
-#, php-format
-msgid "after %d post"
-msgstr "Depois de %d postagem"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:103
-msgid "You can use short code [widgets] in your post, and can configured with <a href=\"widgets.php\">widgets</a> (use \"In Posts\" sidebar)"
-msgstr "Você pode utilizar o shortcode [widgets] em sua postagem, e pode ser configurado com <a href=\"widgets.php\">widgets</a> (use \"In Posts\" sidebar)"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:106
-msgid "Available <a href=\"http://code.google.com/p/wp-constructor/wiki/ConstructorShortcodes\" title=\"Constructor Short Codes\">short codes</a>:"
-msgstr "Available <a href=\"http://code.google.com/p/wp-constructor/wiki/ConstructorShortcodes\" title=\"Constructor Short Codes\">short codes</a>:"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/comments.php:25
-msgid "Avatar size"
-msgstr "Tamanho do Avatar"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/comments.php:36
-msgid "Thumbnail position"
-msgstr "Posição do Thumbnail"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/footer.php:4
-msgid "Footer Text"
-msgstr "Texto do rodapé"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/footer.php:7
-msgid "Enter the text you want to appear in the Footer (or just enter a space if you don't want any Footer text)"
-msgstr "Entre com o texto que você quer que apareça no Rodapé (ou apenas utilize um espaço para caso você não queira texto)"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/footer.php:9
-msgid "And you can put your Google Analytics code here"
-msgstr "Você pode colocar seu código do Google Analytics aqui"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:5
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:34
-msgid "Body Image"
-msgstr "Imagem do corpo da página"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:6
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:42
-msgid "Background Image"
-msgstr "Imagem de fundo"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:7
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:50
-msgid "Header Wrapper Image"
-msgstr "Imagem do wrapper do cabeçalho"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:8
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:64
-msgid "Content Wrapper Image"
-msgstr "Imagem do wrapper do contéudo"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:9
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:92
-msgid "Footer Wrapper Image"
-msgstr "Imagem do Wrapper do rodapé"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:10
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:57
-msgid "Header Image"
-msgstr "Imagem do cabeçalho"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:11
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:71
-msgid "Content Image"
-msgstr "Imagem do conteúdo"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:12
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:99
-msgid "Footer Image"
-msgstr "Imagem do rodapé"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:13
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:78
-msgid "Sidebar Image"
-msgstr "Imagem da Sidebar"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:25
-#, php-format
-msgid "<font color=\"red\"><b>Warning!</b></font>: Directory \"%s\" is not writable."
-msgstr "<font color=\"red\"><b>Aviso!</b></font>: Diretório \"%s\" não gravável."
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:85
-msgid "Extrabar Image"
-msgstr "Imagem da Extrabar"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:111
-msgid "See helpful illustration!"
-msgstr "Veja uma ilustração muito útil!"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:132
-msgid "Preview image"
-msgstr "Imagem de previsão"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:132
-msgid "preview"
-msgstr "previsão"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:133
-msgid "Remove image (only from theme)"
-msgstr "Remover imagem (somente do tema)"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:133
-msgid "clear"
-msgstr "limpar"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:153
-msgid "Fixed position"
-msgstr "Posição fixada"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:175
-msgid "Image Position"
-msgstr "Posição da imagem"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:176
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:10
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:49
-msgid "Top Left"
-msgstr "Superior esquerdo"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:177
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:11
-msgid "Top Center"
-msgstr "Superior central"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:178
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:12
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:51
-msgid "Top Right"
-msgstr "Superior direito"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:182
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:55
-msgid "Center Left"
-msgstr "Central esquerdo"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:183
-msgid "Center Center"
-msgstr "Central"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:184
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:57
-msgid "Center Right"
-msgstr "Central direito"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:188
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:22
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:61
-msgid "Bottom Left"
-msgstr "Inferior esquerdo"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:189
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:23
-msgid "Bottom Center"
-msgstr "Inferior central"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:190
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:24
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:63
-msgid "Bottom Right"
-msgstr "Inferior direito"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:193
-msgid "Image Repeat"
-msgstr "Repetir imagem"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:194
-msgid "No Repeat"
-msgstr "Sem repetição"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:195
-msgid "Repeat Horizontal"
-msgstr "Repetição horizontal"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:197
-msgid "Repeat Vertical"
-msgstr "Repetição vertical"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:7
-msgid "Title position"
-msgstr "Posição do título"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:29
-msgid "Hidden title"
-msgstr "Ocultar título"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:32
-msgid "hide title by CSS"
-msgstr "Título oculto por CSS"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:38
-msgid "menu can configured with <a href=\"widgets.php\">widgets</a>, use \"header\" sidebar"
-msgstr "O menu pode ser configurado com <a href=\"widgets.php\">widgets</a>, use \"cabeçalho\" sidebar"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:44
-msgid "Show top menu"
-msgstr "Mostrar menu superior"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:70
-msgid "stretch across the width"
-msgstr "Ajustar através da largura"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:74
-msgid "You can use <a href=\"nav-menus.php\">navigation menu</a> with name \"Header Menu\""
-msgstr "Você pode utilizar <a href=\"nav-menus.php\">navigation menu</a> com nome \"Menu de cabeçalho\""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:78
-msgid "Disable pages"
-msgstr "Desabilitar páginas"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:79
-msgid "Show first-level pages"
-msgstr "Mostrar primeiro-nivel de páginas"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:80
-msgid "Show pages in drop-down menu"
-msgstr "Mostrar páginas em um menu drop-down"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:81
-msgid "Show pages in drop-down menu (2-levels)"
-msgstr "Mostrar páginas em um menu drop-down (2-Níveis)"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:82
-msgid "Show pages in drop-down menu (3-levels)"
-msgstr "Mostrar páginas em um menu drop-down (3-Níveis)"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:85
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:102
-msgid "Exclude:"
-msgstr "Excluir"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:87
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:104
-msgid "(IDs, coma separated)"
-msgstr "(IDs, separados por vírgula)"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:92
-msgid "Group categories in one menu item"
-msgstr "Agrupar categorias em um item de menu"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:95
-msgid "Disable categories"
-msgstr "Desabilitar categorias"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:96
-msgid "Show first-level categories"
-msgstr "Mostrar categorias de primeiro nível"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:97
-msgid "Show categories in drop-down menu"
-msgstr "Mostrar categorias em um menu Drop-down"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:98
-msgid "Show categories in drop-down menu (2-levels)"
-msgstr "Mostrar categorias em um menu Drop-down (2-níveis)"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:99
-msgid "Show categories in drop-down menu (3-levels)"
-msgstr "Mostrar categorias em um menu Drop-down (3-níveis)"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:106
-msgid "Custom title:"
-msgstr "Título personalizado"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:110
-msgid "Links"
-msgstr "Links"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:113
-msgid "Show link to home page"
-msgstr "Mostrar link para home page"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:116
-msgid "Show link to RSS feed"
-msgstr "Mostrar link para o Feed RSS"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:118
-msgid "Tools"
-msgstr "Ferramentas"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:121
-msgid "Show search form"
-msgstr "Mostrar formulário de busca"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/help.php:6
-msgid "Constructor Wordpress Theme"
-msgstr "Tema Constructor Wordpress"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/help.php:8
-msgid "Project Homepage"
-msgstr "Project Homepage"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/help.php:9
-msgid "Author Homepage"
-msgstr "Author Homepage"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/help.php:12
-msgid "Update Theme"
-msgstr "Atualizar tema"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/help.php:13
-msgid ""
-"Before update &laquo;Constructor theme&raquo; you should be save all your changes and download your theme to computer,\n"
-"         because wordpress cleans theme folder before install new version"
-msgstr ""
-"Antes de atualizar o &laquo;Constructor theme&raquo; você deve salvar todas as alterações e baixar o tema para o computador,\n"
-"         porque o WordPress limpa seu diretório de temas assim que uma nova atualização é instalada."
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/help.php:16
-msgid "Related Links"
-msgstr "Links relacionados"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/help.php:27
-msgid "Donate"
-msgstr "Doar"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/help.php:29
-msgid "You can send your Name and Url for promote on <a href=\"http://donate.hohli.com/\">Donate page</a>"
-msgstr "Você pode enviar seu nome e URL para promover seu projeto em <a href=\"http://donate.hohli.com/\">Página de doações</a>"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/help.php:46
-msgid "Author works"
-msgstr "Trabalhos do autor"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/clean.php:3
-msgid "Clean all changes"
-msgstr "Limpar todas as alterações"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/clean.php:5
-msgid "Clean Theme"
-msgstr "Limpar tema"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/save.php:1
-msgid "Save As"
-msgstr "Salvar como"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/save.php:13
-msgid "Save Current Theme As ..."
-msgstr "Salvar tema atual como..."
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/save.php:24
-msgid "Theme Name"
-msgstr "Nome do tema"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/save.php:28
-msgid "Theme URI"
-msgstr "URI do tema"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/save.php:36
-msgid "Version"
-msgstr "Versão"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/save.php:40
-msgid "Author"
-msgstr "Autor"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/save.php:44
-msgid "Author URI"
-msgstr "Autor da URI"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/save.php:49
-msgid "Save Theme"
-msgstr "Salvar Tema"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/themes.php:86
-msgid "File \"style.css\" is not exists"
-msgstr "Arquivo\"style.css\" não existe"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/themes.php:87
-msgid "Anonymous"
-msgstr "Anônimo"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/themes.php:103
-msgid "version"
-msgstr "Versão"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:17
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:42
-msgid "Homepage"
-msgstr "Homepage"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:19
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:44
-msgid "Post"
-msgstr "Postar"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:21
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:46
-msgid "Page"
-msgstr "Página"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:23
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:48
-msgid "Search"
-msgstr "Procurar..."
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:25
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:50
-msgid "Date"
-msgstr "Data"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:27
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:52
-msgid "Category"
-msgstr "Categoria"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:29
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:54
-msgid "Tag"
-msgstr "Tag"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:38
-msgid "Tile Template"
-msgstr "Modelo de telha"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:39
-msgid "Optimized for container with width equals to 1024px"
-msgstr "Otimizado para containers com largura igual a 1024px"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/design.php:53
-msgid "Borders"
-msgstr "Bordas"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/design.php:61
-msgid "Border radius"
-msgstr "Raio da borda"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/design.php:69
-msgid "Features for modern browsers (not IE of course)"
-msgstr "Recursos para navegadores modernos (não IE, é claro)"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/design.php:73
-msgid "Shadow"
-msgstr "Sombra"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/design.php:82
-msgid "Horizontal offset"
-msgstr "Horizontal offset"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/design.php:85
-msgid "Vertical offset"
-msgstr "Vertical offset"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/design.php:88
-msgid "Blur"
-msgstr "Borrar"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Main.php:256
-msgid "Home"
-msgstr "Início"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Main.php:295
-msgid "Search..."
-msgstr "Procurar..."
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Main.php:461
-#, php-format
-msgid "%1$s and %2$s."
-msgstr "%1$s e %2$s."
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Main.php:461
-msgid "Entries (RSS)"
-msgstr "Entradas (RSS)"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Main.php:461
-msgid "Comments (RSS)"
-msgstr "Comentários (RSS)"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Main.php:465
-#, php-format
-msgid "%d queries. %s seconds."
-msgstr "%d consultas. %s segundos."
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:53
-msgid "Please check permissions for next directories:"
-msgstr "Por favor verifique as permissões para os seguintes diretórios:"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:171
-#, php-format
-msgid "File \"%s\" is not a image (jpeg, png, gif, tiff)"
-msgstr "O arquivo \"%s\" não é uma imagem (jpeg, png, gif, tiff)"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:178
-#, php-format
-msgid "File \"%s\" can't be move to \"/constructor/current/\" folder"
-msgstr "O arquivo \"%s\" não pode ser movido para o diretório \"/constructor/current/\" "
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:326
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:330
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Ajax.php:48
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Ajax.php:51
-#, php-format
-msgid "Directory \"%s\" is not writable."
-msgstr "O diretório \"%s\" não é gravável"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:344
-#, php-format
-msgid "Can't copy file \"%s\" to \"%s\"."
-msgstr "Não é possível copiar o arquivo \"%s\" para \"%s\"."
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:365
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Ajax.php:63
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Ajax.php:85
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Ajax.php:89
-#, php-format
-msgid "Can't copy file \"%s\"."
-msgstr "Não é possível copiar o arquivo \"%s\"."
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:398
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:403
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Ajax.php:128
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Ajax.php:133
-#, php-format
-msgid "Can't save file \"%s\"."
-msgstr "Não é possível salvar o arquivo \"%s\"."
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:521
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:530
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:713
-msgid "Customize Theme"
-msgstr "Personalizar tema"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:522
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:531
-msgid "Customize"
-msgstr "Personalizar"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:553
-msgid "Standart Fonts"
-msgstr "Fontes Padrão"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:561
-msgid "Google Fonts"
-msgstr "Fontes Google"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:716
-msgid "If you like this theme and find it useful, help keep this theme free and actively developed by clicking the donate button (via PayPal or CC)"
-msgstr "Se você gosta desse tema e deseja que o projeto sempre permaneça ativo e desenvolvido, ajuda a mantê-lo fazendo uma doação clicando no botão doar (via PayPal ou CC)"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:720
-msgid "Options saved."
-msgstr "Opções salvas."
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:729
-msgid "Some images can't be upload. Please check permissions"
-msgstr "Alguma imagens não podem ser carregado para o servidor. Por favor cheque suas permissões"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:752
-msgid "Save Changes"
-msgstr "Salvar alterações"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Ajax.php:136
-msgid "Theme was saved, please reload page for view changes"
-msgstr "O tema foi salvo, por favor recarregue as páginas para ver as alterações realizadas"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Ajax.php:163
-msgid "Theme was cleaned"
-msgstr "O Tema foi limpo."
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Ajax.php:165
-#, php-format
-msgid "System can&#39;t remove folder &quot;%s&quot;"
-msgstr "O sistema não foi capaz remover os diretório &quot;%s&quot"
-
diff --git a/wp-content/themes/constructor/lang/ru_RU.mo b/wp-content/themes/constructor/lang/ru_RU.mo
deleted file mode 100644
index b878636afb722bde7798e7aecf09acc918a3ad71..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/lang/ru_RU.mo and /dev/null differ
diff --git a/wp-content/themes/constructor/lang/ru_RU.po b/wp-content/themes/constructor/lang/ru_RU.po
deleted file mode 100644
index d829b146fb6cef69034f832b861c773e8e44306d..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/lang/ru_RU.po
+++ /dev/null
@@ -1,1338 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: Constructor Theme\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-07-14 12:36+0200\n"
-"PO-Revision-Date: 2011-07-14 12:49+0200\n"
-"Last-Translator: Anton Shevchuk <Anton.Shevchuk@gmail.com>\n"
-"Language-Team: Anton Shevchuk <AntonShevchuk@gmail.com>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Poedit-Language: Russian\n"
-"X-Poedit-Country: RUSSIAN FEDERATION\n"
-"X-Poedit-KeywordsList: __;_e;_c\n"
-"X-Poedit-Basepath: .\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11) ? 0 : ((n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20)) ? 1 : 2);\n"
-"X-Poedit-SourceCharset: utf-8\n"
-"X-Poedit-SearchPath-0: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor\n"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/sidebar.php:28
-#: W:/www/wordpress3/wp-content/themes/constructor/template-monocolumn.php:22
-msgid "Pages"
-msgstr "Страницы"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/sidebar.php:30
-msgid "Categories"
-msgstr "Рубрики"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/sidebar.php:32
-#: W:/www/wordpress3/wp-content/themes/constructor/template-monocolumn.php:29
-msgid "Tags"
-msgstr "Метки"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/sidebar.php:37
-msgid "Meta"
-msgstr "Управление"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/navigation.php:16
-msgid "<span>&laquo;</span> Older Entries"
-msgstr "<span>&laquo;</span> Предыдущие записи"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/navigation.php:17
-msgid "Newer Entries <span>&raquo;</span>"
-msgstr "Следующие записи <span>&raquo;</span>"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/template-authors.php:16
-#: W:/www/wordpress3/wp-content/themes/constructor/template-monocolumn.php:18
-#, php-format
-msgid "Permanent Link to %s"
-msgstr "Постоянная ссылка на %s"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/template-authors.php:19
-#: W:/www/wordpress3/wp-content/themes/constructor/template-monocolumn.php:21
-msgid "Read the rest of this entry &raquo;"
-msgstr "Читать запись полностью &raquo;"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/template-authors.php:26
-#: W:/www/wordpress3/wp-content/themes/constructor/template-monocolumn.php:26
-msgid "Back to Parent Page"
-msgstr "Вверх"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/template-authors.php:28
-#: W:/www/wordpress3/wp-content/themes/constructor/template-monocolumn.php:30
-msgid "Edit"
-msgstr "Редактировать"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/slideshow.php:50
-msgid "Read more &raquo;"
-msgstr "Еще &raquo;"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/template-monocolumn.php:31
-msgid "No Comments &#187;"
-msgstr "Нет комментариев &#187;"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/template-monocolumn.php:31
-msgid "1 Comment &#187;"
-msgstr "1 комментарий &#187;"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/template-monocolumn.php:31
-msgid "% Comments &#187;"
-msgstr "% комментариев &#187;"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/template-monocolumn.php:31
-msgid "Comments Closed"
-msgstr "Комментарии закрыты"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/comments.php:10
-msgid "This post is password protected. Enter the password to view comments."
-msgstr "Эта запись защищена паролем. Введите пароль для просмотра комментариев."
-
-#: W:/www/wordpress3/wp-content/themes/constructor/comments.php:18
-msgid "No Responses"
-msgstr "Нет комментариев"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/comments.php:18
-msgid "One Response"
-msgstr "1 комментарий"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/comments.php:18
-msgid "% Responses"
-msgstr "% комментариев"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/comments.php:18
-#, php-format
-msgid "to &#8220;%s&#8221;"
-msgstr "на &laquo;%s&raquo;"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/comments.php:31
-msgid "Comments are closed."
-msgstr "Комментарии закрыты"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/social.php:14
-msgid "Twitter"
-msgstr "Twitter"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/social.php:17
-msgid "Facebook"
-msgstr "Facebook"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/social.php:20
-msgid "Del.icio.us"
-msgstr "Del.icio.us"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/social.php:23
-msgid "Reddit"
-msgstr "Reddit"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/social.php:26
-msgid "VKontakte"
-msgstr "ВКонтакте"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/social.php:29
-msgid "Digg"
-msgstr "Digg"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/social.php:32
-msgid "Mixx"
-msgstr "Mixx"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/social.php:35
-msgid "StumbleUpon"
-msgstr "StumbleUpon"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/social.php:38
-msgid "Google"
-msgstr "Google"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/social.php:41
-msgid "Memori"
-msgstr "Memori"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/template-archive.php:30
-#, php-format
-msgid "%b"
-msgstr "%b"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/template-archive.php:31
-msgid "%B"
-msgstr "%B"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/404.php:11
-msgid "Error 404 - Not Found"
-msgstr "Ошибка 404 &mdash; Не найдено"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/404.php:12
-msgid "Sorry, but you are looking for something that isn&#8217;t here."
-msgstr "Извините, но того, что вы ищете, здесь нет"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/functions.php:111
-msgid "Header Menu"
-msgstr "Меню в шапке сайта"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/functions.php:298
-msgid "No Image"
-msgstr "Без Изображения"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:22
-msgid "Author RSS Feed"
-msgstr "Лента RSS"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:22
-msgid "RSS Feed"
-msgstr "Лента RSS"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:27
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:33
-#, php-format
-msgid "%1$s %2$s"
-msgstr "%1$s %2$s"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:32
-msgid "Full Name"
-msgstr "Ф.И.О"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:37
-msgid "Nickname"
-msgstr "Никнейм"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:42
-msgid "Website"
-msgstr "Сайт"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:43
-msgid "Visit author website"
-msgstr "Посетить "
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:47
-msgid "ICQ"
-msgstr "ICQ"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:52
-msgid "AIM"
-msgstr "AIM"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:57
-msgid "Yahoo IM"
-msgstr "Yahoo IM"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:62
-msgid "MSN"
-msgstr "MSN"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:67
-msgid "About Me"
-msgstr "Обо мне"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:75
-#, php-format
-msgid "Latest posts by %s"
-msgstr "Последнии записи пользователя %s"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/author.php:88
-msgid "No posts by this author."
-msgstr "Записи данного автора отсутствуют"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/template-sitemap.php:31
-msgid "Archives"
-msgstr "Архив"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/themes/example/config.php:49
-#, php-format
-msgid "%1$s is proudly powered by %2$s"
-msgstr "%1$s работает на %2$s"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/themes/example/config.php:50
-msgid "Constructor Theme"
-msgstr "Конструктор"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/layouts/simple.php:6
-msgid "Simple"
-msgstr "Простенький"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/layouts/single.php:6
-msgid "Single"
-msgstr "Запись"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/layouts/single.php:28
-#: W:/www/wordpress3/wp-content/themes/constructor/layouts/column.php:51
-#: W:/www/wordpress3/wp-content/themes/constructor/layouts/default.php:25
-msgid "Posted in"
-msgstr "Опубликовано в "
-
-#: W:/www/wordpress3/wp-content/themes/constructor/layouts/list.php:6
-msgid "List"
-msgstr "Списком"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/layouts/column.php:6
-msgid "Column"
-msgstr "Колонка"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/layouts/tiles.php:6
-#: W:/www/wordpress3/wp-content/themes/constructor/layouts/tile.php:6
-msgid "Tile"
-msgstr "Плиткой"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/layouts/default.php:6
-msgid "Default"
-msgstr "По умолчанию"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:16
-msgid "Themes"
-msgstr "Тема"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:17
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/layout.php:1
-msgid "Layout"
-msgstr "Макет"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:18
-msgid "Templates"
-msgstr "Шаблоны"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:19
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:1
-msgid "Header"
-msgstr "&laquo;Шапка&raquo;"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:20
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:122
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/css.php:52
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:1
-msgid "Content"
-msgstr "Контент"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:21
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/comments.php:1
-msgid "Comments"
-msgstr "Комментарии"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:22
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/footer.php:1
-msgid "Footer"
-msgstr "&laquo;Подвал&raquo;"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:23
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:1
-msgid "Fonts"
-msgstr "Шрифты"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:24
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:1
-msgid "Colors"
-msgstr "Цвета"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:25
-msgid "Design"
-msgstr "Дизайн"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:26
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/css.php:1
-msgid "CSS"
-msgstr "CSS"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:27
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:1
-msgid "Images"
-msgstr "Изображения"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:28
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:2
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:101
-msgid "Slideshow"
-msgstr "Слайдшоу"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:29
-msgid "Save"
-msgstr "Сохранить изменения"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:30
-msgid "Clean"
-msgstr "Очистка"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/admin.php:31
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/css.php:18
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:11
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/footer.php:6
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:2
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:110
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:111
-msgid "Help"
-msgstr "Помощь"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:72
-msgid "The quick brown fox jumps over the lazy dog"
-msgstr "Съешь ещё этих мягких французских булок, да выпей [же] чаю. 1234567890."
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:75
-msgid "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. 0123456789"
-msgstr "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. 0123456789"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:79
-msgid "Google Web Fonts"
-msgstr "Шрифты от Google"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:80
-msgid "Google Web Fonts lets you browse all the fonts available via the Google Web Fonts API. All fonts in the directory are available for use on your website under an open source license and are served by Google servers."
-msgstr "Шрифты от Google подгружаются браузером посредством Google Web Fonts API. Все шрифты распространяются как open source и расположены на серверах &laquo;империи зла&raquo;"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:81
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:100
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:111
-msgid "Font Weight"
-msgstr "Толщина шрифта"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:82
-msgid "Defines from thin to thick characters. 400 is the same as \"normal\", and 700 is the same as \"bold\""
-msgstr "Значение 400 соответствует &laquo;normal&raquo;, 700 &mdash; &laquo;bold&raquo;"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:85
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:101
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:112
-msgid "Text Decoration"
-msgstr "Эффект для текста"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:87
-msgid "No capitalization. The text renders as it is. This is default"
-msgstr "Не изменять"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:88
-msgid "Transforms the first character of each word to uppercase"
-msgstr "Каждое новое слово с большой буквы"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:89
-msgid "Transforms all characters to uppercase"
-msgstr "Приведение текста к верхнему регистру"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:90
-msgid "Transforms all characters to lowercase"
-msgstr "Приведение текста к нижнему регистру"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:95
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/css.php:36
-msgid "Title"
-msgstr "Заголовок"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:106
-msgid "Description"
-msgstr "Описание"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/fonts.php:116
-msgid "Headers"
-msgstr "Заголовки"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:52
-msgid "Opacity"
-msgstr "Прозрачность"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:54
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:55
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/layout.php:195
-msgid "None"
-msgstr "Нет"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:57
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:58
-msgid "Color"
-msgstr "Цвет"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:61
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:62
-msgid "Dark Low"
-msgstr "Слегка Тёмный"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:64
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:65
-msgid "Dark"
-msgstr "Тёмный"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:67
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:68
-msgid "Dark High"
-msgstr "Очень Тёмный"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:71
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:72
-msgid "Light Low"
-msgstr "Слегка Светлый"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:74
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:75
-msgid "Light"
-msgstr "Светлый"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:77
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:78
-msgid "Light High"
-msgstr "Очень Светлый"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:83
-msgid "Elements Colors"
-msgstr "Цвет элементов"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:86
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:89
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:92
-msgid "tags"
-msgstr "теги"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:95
-msgid "text"
-msgstr "текст"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:98
-msgid "text alternative"
-msgstr "текст (альтернативный)"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:101
-msgid "background"
-msgstr "фон"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:104
-msgid "background alternative"
-msgstr "фон (альтернативный)"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:107
-msgid "background for forms"
-msgstr "фон (элементы формы)"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:110
-msgid "border"
-msgstr "границы"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:113
-msgid "border alternative"
-msgstr "границы (альтернативный)"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/colors.php:116
-msgid "opacity style color"
-msgstr "Цвет &laquo;прозрачности&raquo;"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/css.php:9
-#, php-format
-msgid "<font color=\"red\"><b>Warning!</b></font>: File \"%s\" is not writable."
-msgstr "<font color=\"red\"><b>Внимание!</b></font>: Файл  &laquo;%s&raquo; имеет атрибут только для чтения."
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/css.php:19
-#, php-format
-msgid "CSS is Cascading Style Sheets - read manual for beginners <a href=\"%1$s\">%1$s</a>"
-msgstr "CSS это каскадная таблица стилей &mdash; читайте руководство <a href=\"%1$s\">%1$s</a>"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/css.php:20
-msgid "CSS rules"
-msgstr "CSS правила"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/css.php:35
-msgid "CSS example"
-msgstr "Примеры CSS"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/css.php:44
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:37
-msgid "Header menu"
-msgstr "Меню в шапке сайта"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/css.php:48
-msgid "Sidebar"
-msgstr "Боковая панель"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/css.php:63
-msgid "Template"
-msgstr "Шаблоны"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:28
-msgid "Enable"
-msgstr "Включить"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:34
-msgid "By default use images from posts with thumbnails"
-msgstr "По умлочанию, используются картинки из записей с <code>thumbnails</code>"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:38
-msgid "Options"
-msgstr "Настройки"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:40
-msgid "By default slideshow is showing on homepage only"
-msgstr "По умолчание слайдшоу отображается лишь на главной"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:43
-msgid "Show on page"
-msgstr "Отображать на страницах"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:46
-msgid "Show on single post"
-msgstr "Отображать на страницах с записями"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:49
-msgid "Show on archive"
-msgstr "Отображать на страницах архива"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:55
-msgid "Height"
-msgstr "Высота"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:64
-msgid "Advanced options"
-msgstr "Тонкая настройка"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:65
-msgid "only for default slideshow"
-msgstr "только для стандартного слайдшоу"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:69
-msgid "Number of slides"
-msgstr "Количество слайдов"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:73
-msgid "Autoplay"
-msgstr "Автозапуск"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:76
-msgid "Effect time (ms)"
-msgstr "Время эффекта (ms)"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:79
-msgid "Timeout between slides (ms)"
-msgstr "Задержка между слайдами (ms)"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:84
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:85
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:47
-msgid "Position"
-msgstr "Расположение"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:86
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:87
-msgid "In Content"
-msgstr "Внутри контента"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:90
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:91
-msgid "Over Content"
-msgstr "Над контентом"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:102
-msgid "use <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\" title=\"wordpress.org\">NextGEN-Gallery</a>"
-msgstr "использует <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\" title=\"wordpress.org\">NextGEN-Gallery</a>"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:103
-msgid "required <a href=\"http://www.longtailvideo.com/players/jw-image-rotator/\" title=\"www.longtailvideo.com\">imagerotator.swf</a>"
-msgstr "требует <a href=\"http://www.longtailvideo.com/players/jw-image-rotator/\" title=\"www.longtailvideo.com\">imagerotator.swf</a>"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/slideshow.php:121
-msgid "You can use <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\">NextGEN-Gallery</a> plugin for build custom slideshow"
-msgstr "Можете использовать <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\">NextGEN-Gallery</a> плагин для создания слайдшоу из фотографий"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/layout.php:196
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/comments.php:37
-msgid "Left"
-msgstr "Слева"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/layout.php:197
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/comments.php:38
-msgid "Right"
-msgstr "Справа"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/layout.php:198
-msgid "Two"
-msgstr "Две"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/layout.php:199
-msgid "Two Left"
-msgstr "Две Слева"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/layout.php:200
-msgid "Two Right"
-msgstr "Две Справа"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/layout.php:350
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:67
-msgid "Width"
-msgstr "Ширина"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/layout.php:352
-msgid "Sidebar Width"
-msgstr "Ширина боковой панели"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/layout.php:354
-msgid "Extrabar Width"
-msgstr "Ширина второй боковой панели"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/layout.php:356
-msgid "Header Height"
-msgstr "Высота &laquo;шапки&raquo; сайта"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:5
-msgid "Meta information"
-msgstr "Мета-информация"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:8
-msgid "Show post date"
-msgstr "Отображать дату публикации"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:12
-msgid "Use this options to control what meta information is shown"
-msgstr "Используйте эти настройки для контроля над метаданными записей"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:19
-msgid "Link to author page"
-msgstr "Отображать ссылку на страницу автора"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:25
-msgid "List of categories"
-msgstr "Список категорий"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:31
-msgid "List of tags"
-msgstr "Список меток"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:37
-msgid "Link to comments"
-msgstr "Ссылка на комментарии"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:43
-msgid "Sharing Icons"
-msgstr "Иконки социальных сервисов"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:69
-msgid "Select which service you would like to use for sharing"
-msgstr "Выберите какие сервисы желаете использовать"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:75
-msgid "Content widgets place"
-msgstr "Виджеты в контенте"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:76
-msgid "can configured with <a href=\"widgets.php\">widgets</a>, use \"After N Post\" sidebar"
-msgstr "меню можно настроить с помощью <a href=\"widgets.php\">виджетов</a> (см. &laquo;After N Post&raquo; сайдбар)"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:82
-msgid "Show widgets place"
-msgstr "Отображать виджеты"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:87
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:88
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:89
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:90
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:91
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:92
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:93
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:94
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:95
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:96
-#, php-format
-msgid "after %d post"
-msgstr "после %d записи"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:103
-msgid "You can use short code [widgets] in your post, and can configured with <a href=\"widgets.php\">widgets</a> (use \"In Posts\" sidebar)"
-msgstr "Вы можете использовать код [widgets] при написании записей, и настроить содержимое с помощью <a href=\"widgets.php\">виджетов</a> (см. &laquo;In Posts&raquo; сайдбар)"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/content.php:106
-msgid "Available <a href=\"http://code.google.com/p/wp-constructor/wiki/ConstructorShortcodes\" title=\"Constructor Short Codes\">short codes</a>:"
-msgstr "Доступные <a href=\"http://code.google.com/p/wp-constructor/wiki/ConstructorShortcodes\" title=\"Constructor Short Codes\">коды</a>:"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/comments.php:25
-msgid "Avatar size"
-msgstr "Размер аватарки"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/comments.php:36
-msgid "Thumbnail position"
-msgstr "Расположение миниатюры"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/footer.php:4
-msgid "Footer Text"
-msgstr "Текст в &laquo;подвале&raquo;"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/footer.php:7
-msgid "Enter the text you want to appear in the Footer (or just enter a space if you don't want any Footer text)"
-msgstr "Введите текст для &laquo;подвала&raquo; (или введите пробел, если не хотите отображать никакой текст)"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/footer.php:9
-msgid "And you can put your Google Analytics code here"
-msgstr "Код Google Analytics можно установит тут, без использования плагинов"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:5
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:34
-msgid "Body Image"
-msgstr "Изображения для &laquo;body&raquo;"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:6
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:42
-msgid "Background Image"
-msgstr "Фоновое изображение"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:7
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:50
-msgid "Header Wrapper Image"
-msgstr "Изображения в обертке &laquo;шапки&raquo;"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:8
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:64
-msgid "Content Wrapper Image"
-msgstr "Изображение в обертке контента"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:9
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:92
-msgid "Footer Wrapper Image"
-msgstr "Изображение в обертке &laquo;подвала&raquo;"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:10
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:57
-msgid "Header Image"
-msgstr "Изображение в &laquo;шапке&raquo;"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:11
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:71
-msgid "Content Image"
-msgstr "Изображение под контентом "
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:12
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:99
-msgid "Footer Image"
-msgstr "Изображение в &laquo;подвале&raquo;"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:13
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:78
-msgid "Sidebar Image"
-msgstr "Изображения в боковой панели"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:25
-#, php-format
-msgid "<font color=\"red\"><b>Warning!</b></font>: Directory \"%s\" is not writable."
-msgstr "<font color=\"red\"><b>Внимание!</b></font>: Директория  &laquo;%s&raquo; имеет атрибут только для чтения."
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:85
-msgid "Extrabar Image"
-msgstr "Изображения во второй боковой панели"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:111
-msgid "See helpful illustration!"
-msgstr "Просмотреть наглядную иллюстрацию"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:132
-msgid "Preview image"
-msgstr "Предпросмотр картинки"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:132
-msgid "preview"
-msgstr "предпросмотр"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:133
-msgid "Remove image (only from theme)"
-msgstr "Удалить картинку (только из темы)"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:133
-msgid "clear"
-msgstr "очистить"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:153
-msgid "Fixed position"
-msgstr "Зафиксировать"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:175
-msgid "Image Position"
-msgstr "Позиция изображения"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:176
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:10
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:49
-msgid "Top Left"
-msgstr "Вверху Слева"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:177
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:11
-msgid "Top Center"
-msgstr "Вверху По центру"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:178
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:12
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:51
-msgid "Top Right"
-msgstr "Вверху Справа"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:182
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:55
-msgid "Center Left"
-msgstr "По центру Слева"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:183
-msgid "Center Center"
-msgstr "По центру"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:184
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:57
-msgid "Center Right"
-msgstr "По центру Справа"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:188
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:22
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:61
-msgid "Bottom Left"
-msgstr "Внизу Слева"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:189
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:23
-msgid "Bottom Center"
-msgstr "Внизу По центру"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:190
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:24
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:63
-msgid "Bottom Right"
-msgstr "Внизу Справа"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:193
-msgid "Image Repeat"
-msgstr "Повторять изображение"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:194
-msgid "No Repeat"
-msgstr "Без повторения"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:195
-msgid "Repeat Horizontal"
-msgstr "Повторять по горизонтали"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/images.php:197
-msgid "Repeat Vertical"
-msgstr "Повторять по вертикали"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:7
-msgid "Title position"
-msgstr "Расположение заголовка"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:29
-msgid "Hidden title"
-msgstr "Спрятать заголовок"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:32
-msgid "hide title by CSS"
-msgstr "используя CSS"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:38
-msgid "menu can configured with <a href=\"widgets.php\">widgets</a>, use \"header\" sidebar"
-msgstr "меню можно настроить с помощью <a href=\"widgets.php\">виджетов</a> (см. &laquo;header&raquo; сайдбар)"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:44
-msgid "Show top menu"
-msgstr "Отображать верхнее меню"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:70
-msgid "stretch across the width"
-msgstr "растянуть на всю ширину"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:74
-msgid "You can use <a href=\"nav-menus.php\">navigation menu</a> with name \"Header Menu\""
-msgstr "Вы можете использовать <a href=\"nav-menus.php\">навигационное меню</a> с именем \"Header Menu\""
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:78
-msgid "Disable pages"
-msgstr "Отключить отображение страниц"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:79
-msgid "Show first-level pages"
-msgstr "Отображать только страницы первого уровня"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:80
-msgid "Show pages in drop-down menu"
-msgstr "Отображать в виде выпадающего меню"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:81
-msgid "Show pages in drop-down menu (2-levels)"
-msgstr "Отображать в виде выпадающего меню (два уровня)"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:82
-msgid "Show pages in drop-down menu (3-levels)"
-msgstr "Отображать в виде выпадающего меню (три уровня)"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:85
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:102
-msgid "Exclude:"
-msgstr "Исключая:"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:87
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:104
-msgid "(IDs, coma separated)"
-msgstr "(ID элементов, через запятую)"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:92
-msgid "Group categories in one menu item"
-msgstr "Группировать категории в одном элементе меню"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:95
-msgid "Disable categories"
-msgstr "Отключить отображение категорий"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:96
-msgid "Show first-level categories"
-msgstr "Отображать только категории первого уровня"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:97
-msgid "Show categories in drop-down menu"
-msgstr "Отображать категории в виде выпадающего меню"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:98
-msgid "Show categories in drop-down menu (2-levels)"
-msgstr "Отображать категории в виде выпадающего меню (два уровня)"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:99
-msgid "Show categories in drop-down menu (3-levels)"
-msgstr "Отображать категории в виде выпадающего меню (три уровня)"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:106
-msgid "Custom title:"
-msgstr "Заголовок"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:110
-msgid "Links"
-msgstr "Ссылки"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:113
-msgid "Show link to home page"
-msgstr "Отображать ссылку на главную"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:116
-msgid "Show link to RSS feed"
-msgstr "Отображать ссылку на RSS-ленту"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:118
-msgid "Tools"
-msgstr "Инструментарий"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/header.php:121
-msgid "Show search form"
-msgstr "Отображать форму поиска"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/help.php:6
-msgid "Constructor Wordpress Theme"
-msgstr "Конструктор"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/help.php:8
-msgid "Project Homepage"
-msgstr "Домашняя страница проекта"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/help.php:9
-msgid "Author Homepage"
-msgstr "Домашняя страница автора"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/help.php:12
-msgid "Update Theme"
-msgstr "Обновление Темы"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/help.php:13
-msgid ""
-"Before update &laquo;Constructor theme&raquo; you should be save all your changes and download your theme to computer,\n"
-"         because wordpress cleans theme folder before install new version"
-msgstr "Перед обновлением темы, необходимо сохранить все ваши изменения как свою тему, и сохранить её на своём компьютере. Так как Wordpress перед установкой новой версии очищает директорию темы, то все ваши изменения будут удалены."
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/help.php:16
-msgid "Related Links"
-msgstr "Ссылки по теме"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/help.php:27
-msgid "Donate"
-msgstr "Пожертвование"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/help.php:29
-msgid "You can send your Name and Url for promote on <a href=\"http://donate.hohli.com/\">Donate page</a>"
-msgstr "Вы можете отправить ваше имя и URL сайта, для размещении на <a href=\"http://donate.hohli.com/\">donate</a> страничке"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/help.php:46
-msgid "Author works"
-msgstr "Работы автора"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/clean.php:3
-msgid "Clean all changes"
-msgstr "Очистить все настройки"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/clean.php:5
-msgid "Clean Theme"
-msgstr "Очистить Тему"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/save.php:1
-msgid "Save As"
-msgstr "Сохранить изменения"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/save.php:13
-msgid "Save Current Theme As ..."
-msgstr "Сохранить тему как..."
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/save.php:24
-msgid "Theme Name"
-msgstr "Имя Темы"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/save.php:28
-msgid "Theme URI"
-msgstr "URL Темы"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/save.php:36
-msgid "Version"
-msgstr "Версия"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/save.php:40
-msgid "Author"
-msgstr "Автор"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/save.php:44
-msgid "Author URI"
-msgstr "URL Автора"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/save.php:49
-msgid "Save Theme"
-msgstr "Сохранить Тему"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/themes.php:86
-msgid "File \"style.css\" is not exists"
-msgstr "Файла  &laquo;style.css&raquo; не существует"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/themes.php:87
-msgid "Anonymous"
-msgstr "Аноним"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/themes.php:103
-msgid "version"
-msgstr "версия"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:17
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:42
-msgid "Homepage"
-msgstr "Домашняя страница"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:19
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:44
-msgid "Post"
-msgstr "Запись"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:21
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:46
-msgid "Page"
-msgstr "Страница"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:23
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:48
-msgid "Search"
-msgstr "Поиск"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:25
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:50
-msgid "Date"
-msgstr "Даты"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:27
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:52
-msgid "Category"
-msgstr "Рубрики"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:29
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:54
-msgid "Tag"
-msgstr "Метки"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:38
-msgid "Tile Template"
-msgstr "Шаблон Плитка"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/templates.php:39
-msgid "Optimized for container with width equals to 1024px"
-msgstr "Оптимизировано для сайта шириной в 1024px"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/design.php:53
-msgid "Borders"
-msgstr "Границы"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/design.php:61
-msgid "Border radius"
-msgstr "Радиус закругления"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/design.php:69
-msgid "Features for modern browsers (not IE of course)"
-msgstr "Данный опции будут видны только в современных браузерах"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/design.php:73
-msgid "Shadow"
-msgstr "Тень"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/design.php:82
-msgid "Horizontal offset"
-msgstr "Отступ по горизонтали"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/design.php:85
-msgid "Vertical offset"
-msgstr "Отступ по вертикали"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/admin/settings/design.php:88
-msgid "Blur"
-msgstr "Размытие"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Main.php:256
-msgid "Home"
-msgstr "Главная"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Main.php:295
-msgid "Search..."
-msgstr "Поиск..."
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Main.php:461
-#, php-format
-msgid "%1$s and %2$s."
-msgstr "%1$s и %2$s."
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Main.php:461
-msgid "Entries (RSS)"
-msgstr "Записи (RSS)"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Main.php:461
-msgid "Comments (RSS)"
-msgstr "Комментарии (RSS)"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Main.php:465
-#, php-format
-msgid "%d queries. %s seconds."
-msgstr "%d запросов. %s секунд."
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:53
-msgid "Please check permissions for next directories:"
-msgstr "Проверьте права доступа для следующих директорий"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:171
-#, php-format
-msgid "File \"%s\" is not a image (jpeg, png, gif, tiff)"
-msgstr "Файл &laquo;%s&raquo; не является изображением"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:178
-#, php-format
-msgid "File \"%s\" can't be move to \"/constructor/current/\" folder"
-msgstr "Не удалось переместить файл &laquo;%s&raquo; в папку &laquo;/constructor/current/&raquo;"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:326
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:330
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Ajax.php:48
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Ajax.php:51
-#, php-format
-msgid "Directory \"%s\" is not writable."
-msgstr "Директория  &laquo;%s&raquo; имеет атрибут только для чтения."
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:344
-#, php-format
-msgid "Can't copy file \"%s\" to \"%s\"."
-msgstr "Нельзя скопировать файл  &laquo;%s&raquo; в &laquo;%s&raquo; "
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:365
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Ajax.php:63
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Ajax.php:85
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Ajax.php:89
-#, php-format
-msgid "Can't copy file \"%s\"."
-msgstr "Нельзя скопировать файл  &laquo;%s&raquo;."
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:398
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:403
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Ajax.php:128
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Ajax.php:133
-#, php-format
-msgid "Can't save file \"%s\"."
-msgstr "Нельзя сохранить файл &laquo;%s&raquo;."
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:521
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:530
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:713
-msgid "Customize Theme"
-msgstr "Настройки темы"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:522
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:531
-msgid "Customize"
-msgstr "Настройки"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:553
-msgid "Standart Fonts"
-msgstr "Стандартные шрифты"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:561
-msgid "Google Fonts"
-msgstr "Шрифты от Google"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:716
-msgid "If you like this theme and find it useful, help keep this theme free and actively developed by clicking the donate button (via PayPal or CC)"
-msgstr "Если Вам понравилась данная темы, то Вы можете помочь материально."
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:720
-msgid "Options saved."
-msgstr "Настройки сохранены."
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:729
-msgid "Some images can't be upload. Please check permissions"
-msgstr "Некоторые картинки не были залиты. Проверьте права доступа."
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Admin.php:752
-msgid "Save Changes"
-msgstr "Сохранить изменения"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Ajax.php:136
-msgid "Theme was saved, please reload page for view changes"
-msgstr "Тема сохранена, обновите страницу пожайлуста"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Ajax.php:163
-msgid "Theme was cleaned"
-msgstr "Настройки темы были удалены"
-
-#: W:/www/wordpress3/wp-content/themes/constructor/libs/Constructor/Ajax.php:165
-#, php-format
-msgid "System can&#39;t remove folder &quot;%s&quot;"
-msgstr "Система не смогла удалить директорию &laquo;%s&raquo;"
-
-#~ msgid "Posts"
-#~ msgstr "Записи"
-
-#~ msgid "Show author link"
-#~ msgstr "Отображать ссылку на страницу автора"
-
-#~ msgid "System can't create \"%s\" directory"
-#~ msgstr "Система не смогла создать директорию \"%s\""
-
-#~ msgid "Font Family Example"
-#~ msgstr "Пример шрифта"
-
-#~ msgid "Container Width"
-#~ msgstr "Ширина контента"
-
-#~ msgid "Leave a Reply"
-#~ msgstr "Оставить комментарий"
-
-#~ msgid "Leave a Reply for %s"
-#~ msgstr "Оставить комментарий на %s"
-
-#~ msgid "You must be <a href=\"%s\">logged in</a> to post a comment."
-#~ msgstr "Вы должны <a href=\"%s\">войти</a> чтобы оставить комментарий."
-
-#~ msgid "Logged in as <a href=\"%1$s\">%2$s</a>."
-#~ msgstr "Вы вошли как <a href=\"%1$s\">%2$s</a>."
-
-#~ msgid "Log out of this account"
-#~ msgstr "Выйти из текущего аккаунта"
-
-#~ msgid "Log out &raquo;"
-#~ msgstr "Выйти &raquo;"
-
-#~ msgid "Name"
-#~ msgstr "Имя"
-
-#~ msgid "(required)"
-#~ msgstr "(обязательно)"
-
-#~ msgid "Mail (will not be published)"
-#~ msgstr "E-mail (не публикуется)"
-
-#~ msgid "<strong>XHTML:</strong> You can use these tags: <code>%s</code>"
-#~ msgstr ""
-#~ "<strong>XHTML:</strong> Вы можете использовать эти тэги: <code>%s</code>"
-
-#~ msgid "Autogenerate thumbnail with right size"
-#~ msgstr "Автогенерация миниатюр под заданный размер"
-
-#~ msgid "Index"
-#~ msgstr "Индекс"
-
-#~ msgid "Archive"
-#~ msgstr "Архив"
diff --git a/wp-content/themes/constructor/lang/sp_SP.mo b/wp-content/themes/constructor/lang/sp_SP.mo
deleted file mode 100644
index 7995b2c41d304f94fcb7a52539169f902500cb83..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/lang/sp_SP.mo and /dev/null differ
diff --git a/wp-content/themes/constructor/lang/sp_SP.po b/wp-content/themes/constructor/lang/sp_SP.po
deleted file mode 100644
index 9b10be6edf1100a0209154a90b913e2834404f7b..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/lang/sp_SP.po
+++ /dev/null
@@ -1,1155 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: Constructor Theme\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-06-18 11:25+0200\n"
-"PO-Revision-Date: \n"
-"Last-Translator: sergio ambort <sergio.ambort@gmail.com>\n"
-"Language-Team: Mi PC <sergio.ambort@gmail.com>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Poedit-KeywordsList: __;_e;_c\n"
-"X-Poedit-Basepath: .\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11) ? 0 : ((n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20)) ? 1 : 2);\n"
-"X-Poedit-SourceCharset: utf-8\n"
-"X-Poedit-Language: Spanish\n"
-"X-Poedit-Country: ARGENTINA\n"
-"X-Poedit-SearchPath-0: W:/www/wordpress/wp-content/themes/constructor\n"
-
-#: W:/www/wordpress/wp-content/themes/constructor/sidebar.php:28
-#: W:/www/wordpress/wp-content/themes/constructor/template-monocolumn.php:24
-msgid "Pages"
-msgstr "Páginas"
-
-#: W:/www/wordpress/wp-content/themes/constructor/sidebar.php:30
-msgid "Categories"
-msgstr "Categorías"
-
-#: W:/www/wordpress/wp-content/themes/constructor/sidebar.php:32
-#: W:/www/wordpress/wp-content/themes/constructor/template-monocolumn.php:32
-msgid "Tags"
-msgstr "Etiquetas"
-
-#: W:/www/wordpress/wp-content/themes/constructor/sidebar.php:37
-msgid "Meta"
-msgstr "Meta"
-
-#: W:/www/wordpress/wp-content/themes/constructor/navigation.php:13
-msgid "<span>&raquo;</span> Older Entries"
-msgstr "<span>&raquo;Entradas Anteriores</span>"
-
-#: W:/www/wordpress/wp-content/themes/constructor/navigation.php:14
-msgid "Newer Entries <span>&raquo;</span>"
-msgstr "Entradas Posteriores <span>&raquo;</span>"
-
-#: W:/www/wordpress/wp-content/themes/constructor/template-authors.php:17
-#: W:/www/wordpress/wp-content/themes/constructor/template-monocolumn.php:19
-#: W:/www/wordpress/wp-content/themes/constructor/template-archive.php:49
-#, php-format
-msgid "Permanent Link to %s"
-msgstr "Enlace Permanente a %s"
-
-#: W:/www/wordpress/wp-content/themes/constructor/template-authors.php:20
-#: W:/www/wordpress/wp-content/themes/constructor/template-monocolumn.php:23
-#: W:/www/wordpress/wp-content/themes/constructor/template-archive.php:52
-msgid "Read the rest of this entry &raquo;"
-msgstr "Leer el resto de esta entrada &raquo;"
-
-#: W:/www/wordpress/wp-content/themes/constructor/template-authors.php:28
-#: W:/www/wordpress/wp-content/themes/constructor/template-monocolumn.php:29
-#: W:/www/wordpress/wp-content/themes/constructor/template-archive.php:87
-msgid "Back to Parent Page"
-msgstr "Volver a la página principal"
-
-#: W:/www/wordpress/wp-content/themes/constructor/template-authors.php:30
-#: W:/www/wordpress/wp-content/themes/constructor/template-monocolumn.php:33
-#: W:/www/wordpress/wp-content/themes/constructor/template-archive.php:89
-msgid "Edit"
-msgstr "Editar"
-
-#: W:/www/wordpress/wp-content/themes/constructor/slideshow.php:44
-msgid "Read more &raquo;"
-msgstr "Leer más &raquo;"
-
-#: W:/www/wordpress/wp-content/themes/constructor/template-monocolumn.php:34
-msgid "No Comments &#187;"
-msgstr "No hay comentarios &#187;"
-
-#: W:/www/wordpress/wp-content/themes/constructor/template-monocolumn.php:34
-msgid "1 Comment &#187;"
-msgstr "1 Comentario &#187;"
-
-#: W:/www/wordpress/wp-content/themes/constructor/template-monocolumn.php:34
-msgid "% Comments &#187;"
-msgstr "Comentarios% &#187;"
-
-#: W:/www/wordpress/wp-content/themes/constructor/template-monocolumn.php:34
-msgid "Comments Closed"
-msgstr "Los comentarios están cerrados"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:13
-msgid "This post is password protected. Enter the password to view comments."
-msgstr "Este puesto está protegido con contraseña. Introduzca la contraseña para ver los comentarios."
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:22
-msgid "No Responses"
-msgstr "No hay respuestas"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:22
-msgid "One Response"
-msgstr "Una respuesta"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:22
-msgid "% Responses"
-msgstr "Respuestas%"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:22
-#, php-format
-msgid "to &#8220;%s&#8221;"
-msgstr "a &#8220;%s&#8221;"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:36
-msgid "Comments are closed."
-msgstr "Los comentarios están cerrados."
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:47
-msgid "Leave a Reply"
-msgstr "Deja una respuesta"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:47
-#, php-format
-msgid "Leave a Reply for %s"
-msgstr "Deja una respuesta para %s"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:53
-#, php-format
-msgid "You must be <a href=\"%s\">logged in</a> to post a comment."
-msgstr "Usted debe estar <a href=\"%s\">conectado</a> para publicar un comentario."
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:59
-#, php-format
-msgid "Logged in as <a href=\"%1$s\">%2$s</a>."
-msgstr "Identificados como <a href=\"%1$s\">%2$s</a>."
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:59
-msgid "Log out of this account"
-msgstr "Sal de esta cuenta"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:59
-msgid "Log out &raquo;"
-msgstr "Salir &raquo;"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:62
-msgid "Name"
-msgstr "Nombre"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:62
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:64
-msgid "(required)"
-msgstr "(Requerido)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:64
-msgid "Mail (will not be published)"
-msgstr "Mail (no será publicado)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:66
-msgid "Website"
-msgstr "Sitio web"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:69
-#, php-format
-msgid "<strong>XHTML:</strong> You can use these tags: <code>%s</code>"
-msgstr "<strong>XHTML: Puedes</strong> usar estos tags: <code>%s</code>"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:71
-msgid "Submit Comment"
-msgstr "Enviar comentario"
-
-#: W:/www/wordpress/wp-content/themes/constructor/template-archive.php:30
-#, php-format
-msgid "%b"
-msgstr "%b"
-
-#: W:/www/wordpress/wp-content/themes/constructor/template-archive.php:31
-msgid "%B"
-msgstr "% B"
-
-#: W:/www/wordpress/wp-content/themes/constructor/404.php:13
-msgid "Error 404 - Not Found"
-msgstr "Error 404 - No se ha encontrado"
-
-#: W:/www/wordpress/wp-content/themes/constructor/404.php:16
-msgid "Sorry, but you are looking for something that isn&#8217;t here."
-msgstr "Lo sentimos, pero usted está buscando algo que no está aquí."
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:236
-msgid "No Image"
-msgstr "No Image"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:328
-msgid "Themes"
-msgstr "Temas"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:329
-msgid "Layout"
-msgstr "Disposición"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:330
-msgid "Sidebar"
-msgstr "Barra lateral"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:331
-msgid "Header"
-msgstr "Encabezamiento"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:332
-msgid "Content"
-msgstr "Contenido"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:333
-msgid "Comments"
-msgstr "Comentarios"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:334
-msgid "Footer"
-msgstr "Pie de página"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:335
-msgid "Fonts"
-msgstr "Fuentes"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:336
-msgid "Colors"
-msgstr "Colores"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:337
-msgid "Design"
-msgstr "Diseño"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:338
-msgid "CSS"
-msgstr "CSS"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:339
-msgid "Images"
-msgstr "Imágenes"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:340
-msgid "Slideshow"
-msgstr "Presentación de diapositivas"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:341
-msgid "Save"
-msgstr "Guardar"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:342
-msgid "Help"
-msgstr "Ayuda"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:24
-msgid "Author RSS Feed"
-msgstr "Feed RSS de Autor"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:24
-msgid "RSS Feed"
-msgstr "RSS Feed"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:30
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:34
-#, php-format
-msgid "%1$s %2$s"
-msgstr "%1$s %2$s"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:33
-msgid "Full Name"
-msgstr "Nombre completo"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:37
-msgid "Nickname"
-msgstr "Apodo"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:43
-msgid "Visit author website"
-msgstr "Visita la web del autor"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:47
-msgid "ICQ"
-msgstr "ICQ"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:52
-msgid "AIM"
-msgstr "AIM"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:57
-msgid "Yahoo IM"
-msgstr "Yahoo IM"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:62
-msgid "MSN"
-msgstr "MSN"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:67
-msgid "About Me"
-msgstr "Acerca de mí"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:75
-#, php-format
-msgid "Latest posts by %s"
-msgstr "Últimos mensajes de %s"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:86
-msgid "No posts by this author."
-msgstr "No hay mensajes de este autor."
-
-#: W:/www/wordpress/wp-content/themes/constructor/template-sitemap.php:32
-msgid "Archives"
-msgstr "Archivo"
-
-#: W:/www/wordpress/wp-content/themes/constructor/themes/example/config.php:24
-#, php-format
-msgid "%1$s is proudly powered by %2$s"
-msgstr "%1$s es orgullososamente promovido por %2$s"
-
-#: W:/www/wordpress/wp-content/themes/constructor/themes/example/config.php:25
-msgid "Constructor Theme"
-msgstr "Constructor Tema"
-
-#: W:/www/wordpress/wp-content/themes/constructor/layouts/single.php:6
-#: W:/www/wordpress/wp-content/themes/constructor/layouts/page.php:6
-msgid "Single"
-msgstr "Solo"
-
-#: W:/www/wordpress/wp-content/themes/constructor/layouts/list.php:6
-msgid "List"
-msgstr "Lista"
-
-#: W:/www/wordpress/wp-content/themes/constructor/layouts/tile.php:6
-msgid "Tile"
-msgstr "Azulejo"
-
-#: W:/www/wordpress/wp-content/themes/constructor/layouts/default.php:6
-msgid "Default"
-msgstr "Defecto"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:18
-msgid "Title"
-msgstr "Título"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:23
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:33
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:52
-msgid "Font Weight"
-msgstr "Fuente Peso"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:24
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:37
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:53
-msgid "Text Decoration"
-msgstr "Texto Decoración"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:29
-msgid "Font Family Example"
-msgstr "Ejemplo de fuente Familia"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:31
-msgid "The quick brown fox jumps over the lazy dog"
-msgstr "El veloz murciélago zorro sobre el perro perezoso"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:34
-msgid "Defines from thin to thick characters. 400 is the same as \"normal\", and 700 is the same as \"normal\""
-msgstr "Define de delgado a personajes de espesor. 400 es el mismo que \"normal\", y 700 es lo mismo que \"normal\""
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:39
-msgid "No capitalization. The text renders as it is. This is default"
-msgstr "Sin capitalización. El texto hace tal como es. Esta es la opción predeterminada"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:40
-msgid "Transforms the first character of each word to uppercase"
-msgstr "Transforma el primer carácter de cada palabra en mayúsculas"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:41
-msgid "Transforms all characters to uppercase"
-msgstr "Transforma todos los caracteres a mayúsculas"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:42
-msgid "Transforms all characters to lowercase"
-msgstr "Transforma todos los caracteres en minúsculas"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:47
-msgid "Description"
-msgstr "Descripción"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:57
-msgid "Headers"
-msgstr "Encabezados"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:48
-msgid "Opacity"
-msgstr "Opacidad"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:50
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:51
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:86
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:87
-msgid "None"
-msgstr "Ninguno"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:53
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:54
-msgid "Color"
-msgstr "Color"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:57
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:58
-msgid "Dark Low"
-msgstr "Dark baja"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:60
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:61
-msgid "Dark"
-msgstr "Oscuro"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:63
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:64
-msgid "Dark High"
-msgstr "Dark Alto"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:67
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:68
-msgid "Light Low"
-msgstr "Con poca luz"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:70
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:71
-msgid "Light"
-msgstr "Luz"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:73
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:74
-msgid "Light High"
-msgstr "La luz de alta"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:79
-msgid "Elements Colors"
-msgstr "Elementos de Colores"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:82
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:85
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:88
-msgid "tags"
-msgstr "etiquetas"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:91
-msgid "text"
-msgstr "texto"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:94
-msgid "text alternative"
-msgstr "texto alternativo"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:97
-msgid "background"
-msgstr "fondo"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:100
-msgid "background alternative"
-msgstr "fondo diferente"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:103
-msgid "border"
-msgstr "frontera"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:106
-msgid "border alternative"
-msgstr "alternativa frontera"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:109
-msgid "opacity style color"
-msgstr "opacidad del color estilo"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:47
-msgid "Width"
-msgstr "Ancho"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:50
-msgid "Container Width"
-msgstr "Ancho de contenedores"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:59
-msgid "Sidebar Width"
-msgstr "Ancho de la barra lateral"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:68
-msgid "Extra Bar Width"
-msgstr "Extra ancho de la barra"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:76
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:77
-msgid "Left"
-msgstr "Izquierda"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:79
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:80
-msgid "Right"
-msgstr "Derecho"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:83
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:84
-msgid "Two"
-msgstr "Dos"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:90
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:91
-msgid "Two Right"
-msgstr "Dos Derecho"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:93
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:94
-msgid "Two Left"
-msgstr "Dos a la izquierda"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/css.php:7
-#, php-format
-msgid "<font color=\"red\"><b>Warning!</b></font>: File \"%s\" is not writable."
-msgstr "<b><font color=\"red\">Advertencia:</font></b> El archivo \"%s\" no es escribible."
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/css.php:17
-#, php-format
-msgid "CSS is Cascading Style Sheets - read manual for beginners <a href=\"%1$s\">%1$s</a>"
-msgstr "CSS es Cascading Style Sheets - lea el manual para principiantes <a href=\"%1$s\">%1$s</a>"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/css.php:18
-msgid "CSS rules"
-msgstr "Reglas CSS"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/css.php:33
-msgid "CSS example"
-msgstr "CSS ejemplo"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/css.php:42
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:65
-msgid "Header menu"
-msgstr "Encabezado del menú"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:28
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/design.php:58
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/design.php:79
-msgid "Enable"
-msgstr "Permitir"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:34
-msgid "By default use images from posts with thumbnails"
-msgstr "Mediante imágenes por defecto el uso de los mensajes con imágenes en miniatura"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:38
-msgid "Options"
-msgstr "Opciones"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:41
-msgid "Show on page"
-msgstr "Mostrar en la página"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:44
-msgid "Show on single post"
-msgstr "Mostrar en el único puesto"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:47
-msgid "Show on archive"
-msgstr "Mostrar en el archivo"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:53
-msgid "Height"
-msgstr "Altura"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:62
-msgid "Advanced options"
-msgstr "Opciones avanzadas"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:63
-msgid "only for default slideshow"
-msgstr "sólo para presentación de diapositivas por defecto"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:67
-msgid "Number of slides"
-msgstr "Número de diapositivas"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:71
-msgid "Autoplay"
-msgstr "Reproducción automática"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:74
-msgid "Effect time (ms)"
-msgstr "El tiempo del efecto (ms)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:77
-msgid "Timeout between slides (ms)"
-msgstr "Tiempo de espera entre diapositivas (ms)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:82
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:39
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:75
-msgid "Position"
-msgstr "Posición"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:84
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:85
-msgid "In Content"
-msgstr "En Contenido"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:88
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:89
-msgid "Over Content"
-msgstr "Más de Contenido"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:100
-msgid "use <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\" title=\"wordpress.org\">NextGEN-Gallery</a>"
-msgstr "uso <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\" title=\"wordpress.org\">NextGEN-Gallery</a>"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:101
-msgid "required <a href=\"http://www.longtailvideo.com/players/jw-image-rotator/\" title=\"www.longtailvideo.com\">imagerotator.swf</a>"
-msgstr "requiere <a href=\"http://www.longtailvideo.com/players/jw-image-rotator/\" title=\"www.longtailvideo.com\">imagerotator.swf</a>"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:119
-msgid "You can use <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\">NextGEN-Gallery</a> plugin for build custom slideshow"
-msgstr "Puede utilizar el plugin <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\">NextGEN-Gallery</a> para crear presentaciones personalizadas"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:17
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:39
-msgid "Homepage"
-msgstr "Página principal"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:19
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:41
-msgid "Post"
-msgstr "Puesto"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:21
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:43
-msgid "Page"
-msgstr "Página"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:23
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:45
-msgid "Search"
-msgstr "Búsqueda"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:25
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:47
-msgid "Date"
-msgstr "Fecha"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:27
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:49
-msgid "Category"
-msgstr "Categoría"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:29
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:51
-msgid "Tag"
-msgstr "Día"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:6
-msgid "Posts"
-msgstr "Puestos"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:9
-msgid "Show author link"
-msgstr "Mostrar vínculo autor"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:13
-msgid "You can use short code [widgets] in your post, and can configured with <a href=\"widgets.php\">widgets</a> (use \"In Posts\" sidebar)"
-msgstr "Usted puede utilizar el código corto [reproductores] en su puesto, y se puede configurar con <a href=\"widgets.php\">widgets</a> (use \"In Posts\" sidebar)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:16
-msgid "Available <a href=\"http://code.google.com/p/wp-constructor/wiki/ConstructorShortcodes\" title=\"Constructor Short Codes\">short codes</a>:"
-msgstr "Disponible <a href=\"http://code.google.com/p/wp-constructor/wiki/ConstructorShortcodes\" title=\"Constructor Short Codes\">short codes</a>:"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:29
-msgid "Content widgets place"
-msgstr "Contenido reproductores lugar"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:30
-msgid "can configured with <a href=\"widgets.php\">widgets</a>, use \"After N Post\" sidebar"
-msgstr "puede configurar con <a href=\"widgets.php\">widgets</a> , use \"After N Post\" sidebar"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:36
-msgid "Show widgets place"
-msgstr "Mostrar widgets lugar"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:41
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:42
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:43
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:44
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:45
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:46
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:47
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:48
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:49
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:50
-#, php-format
-msgid "after %d post"
-msgstr "después de% d post"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/comments.php:25
-msgid "Avatar size"
-msgstr "Avatar tamaño"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/comments.php:36
-msgid "Thumbnail position"
-msgstr "Miniatura posición"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/footer.php:4
-msgid "Footer Text"
-msgstr "Pie de página del texto"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/footer.php:7
-msgid "Enter the text you want to appear in the Footer (or just enter a space if you don’t want any Footer text)"
-msgstr "Introduzca el texto que desea que aparezca en el pie de página (o simplemente entrar en un espacio si no quieres que el texto pie de página)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/footer.php:9
-msgid "And you can put your Google Analytics code here"
-msgstr "Y usted puede poner su código de Google Analytics aquí"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:5
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:34
-msgid "Body Image"
-msgstr "Imagen Corporal"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:6
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:42
-msgid "Background Image"
-msgstr "Imagen de fondo"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:7
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:50
-msgid "Header Wrapper Image"
-msgstr "Header Image Wrapper"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:8
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:64
-msgid "Content Wrapper Image"
-msgstr "Contenido de la imagen Wrapper"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:9
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:92
-msgid "Footer Wrapper Image"
-msgstr "Pie de imagen Wrapper"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:10
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:57
-msgid "Header Image"
-msgstr "Header Image"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:11
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:71
-msgid "Content Image"
-msgstr "Contenido de la imagen"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:12
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:99
-msgid "Footer Image"
-msgstr "Pie de imagen"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:13
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:78
-msgid "Sidebar Image"
-msgstr "Barra lateral de la imagen"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:25
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/save.php:20
-#, php-format
-msgid "<font color=\"red\"><b>Warning!</b></font>: Directory \"%s\" is not writable."
-msgstr "<b><font color=\"red\">Advertencia:</font></b> El directorio \"%s\" no es escribible"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:85
-msgid "Extrabar Image"
-msgstr "Extrabar imagen"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:111
-msgid "See helpful illustration!"
-msgstr "Ver ilustración útil!"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:132
-msgid "Preview image"
-msgstr "Vista previa de la imagen"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:132
-msgid "preview"
-msgstr "vista previa"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:133
-msgid "Remove image (only from theme)"
-msgstr "Eliminar imagen (sólo de tema)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:133
-msgid "clear"
-msgstr "claro"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:153
-msgid "Fixed position"
-msgstr "Posición fija"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:175
-msgid "Image Position"
-msgstr "Posición de la imagen"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:176
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:27
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:77
-msgid "Top Left"
-msgstr "Arriba a la izquierda"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:177
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:28
-msgid "Top Center"
-msgstr "Top Center"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:178
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:29
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:79
-msgid "Top Right"
-msgstr "Arriba a la derecha"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:182
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:83
-msgid "Center Left"
-msgstr "Centro Izquierda"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:183
-msgid "Center Center"
-msgstr "Centro de"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:184
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:85
-msgid "Center Right"
-msgstr "Centro de Derecho"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:188
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:39
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:89
-msgid "Bottom Left"
-msgstr "Inferior izquierda"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:189
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:40
-msgid "Bottom Center"
-msgstr "Centro de fondo"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:190
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:41
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:91
-msgid "Bottom Right"
-msgstr "Parte inferior derecha"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:193
-msgid "Image Repeat"
-msgstr "Repetir imagen"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:194
-msgid "No Repeat"
-msgstr "No repetir"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:195
-msgid "Repeat Horizontal"
-msgstr "Repita horizontal"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:197
-msgid "Repeat Vertical"
-msgstr "Repita vertical"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:24
-msgid "Title position"
-msgstr "Título posición"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:47
-msgid "Hidden title"
-msgstr "Ocultos título"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:50
-msgid "hide title by CSS"
-msgstr "ocultar título por CSS"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:55
-msgid "Header height"
-msgstr "Encabezado altura"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:66
-msgid "menu can configured with <a href=\"widgets.php\">widgets</a>, use \"header\" sidebar"
-msgstr "menú se puede configurar con <a href=\"widgets.php\">widgets</a> , utilice \"header\" sidebar"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:72
-msgid "Show top menu"
-msgstr "Mostrar los menús"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:98
-msgid "stretch across the width"
-msgstr "se extienden a lo ancho"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:101
-msgid "Header Menu"
-msgstr "Encabezado del menú"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:102
-msgid "You can use <a href=\"nav-menus.php\">navigation menu</a> with name \"Header Menu\""
-msgstr "Usted puede utilizar <a href=\"nav-menus.php\">el menú de navegación</a> con el nombre \"Header Menu\""
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:106
-msgid "Disable pages"
-msgstr "Deshabilitar páginas"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:107
-msgid "Show first-level pages"
-msgstr "Mostrar páginas de primer nivel"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:108
-msgid "Show pages in drop-down menu"
-msgstr "Mostrar las páginas en el menú desplegable"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:109
-msgid "Show pages in drop-down menu (2-levels)"
-msgstr ""
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:110
-msgid "Show pages in drop-down menu (3-levels)"
-msgstr ""
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:113
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:130
-msgid "Exclude:"
-msgstr "Excluir:"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:115
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:132
-msgid "(IDs, coma separated)"
-msgstr "(Id., coma separada)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:120
-msgid "Group categories in one menu item"
-msgstr ""
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:123
-msgid "Disable categories"
-msgstr "Deshabilitar las categorías"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:124
-msgid "Show first-level categories"
-msgstr "Mostrar categorías de primer nivel"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:125
-msgid "Show categories in drop-down menu"
-msgstr ""
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:126
-msgid "Show categories in drop-down menu (2-levels)"
-msgstr ""
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:127
-msgid "Show categories in drop-down menu (3-levels)"
-msgstr ""
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:134
-msgid "Custom title:"
-msgstr "Personalizar el título:"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:138
-msgid "Links"
-msgstr "Enlaces"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:141
-msgid "Show link to home page"
-msgstr "Mostrar enlace a tu página de inicio"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:144
-msgid "Show link to RSS feed"
-msgstr "Mostrar enlace al feed RSS"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:146
-msgid "Tools"
-msgstr "Instrumentos"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:149
-msgid "Show search form"
-msgstr "Mostrar el formulario de búsqueda"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/help.php:6
-msgid "Constructor Wordpress Theme"
-msgstr "Constructor Tema de Wordpress"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/help.php:8
-msgid "Project Homepage"
-msgstr "Página web del proyecto"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/help.php:9
-msgid "Author Homepage"
-msgstr "Autor Página de inicio"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/help.php:12
-msgid "Related Links"
-msgstr "Enlaces relacionados"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/help.php:23
-msgid "Donate"
-msgstr "Donar"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/help.php:41
-msgid "Author works"
-msgstr "Autor de obras"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/save.php:1
-msgid "Save As"
-msgstr "Guardar como"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/save.php:13
-msgid "Save Current Theme As ..."
-msgstr "Guardar como ... Tema actual"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/save.php:24
-msgid "Theme Name"
-msgstr "Tema Nombre"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/save.php:28
-msgid "Theme URI"
-msgstr "Tema URI"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/save.php:36
-msgid "Version"
-msgstr "Versión"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/save.php:40
-msgid "Author"
-msgstr "Autor"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/save.php:44
-msgid "Author URI"
-msgstr "Autor URI"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/save.php:49
-msgid "Save Theme"
-msgstr "Guardar tema"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/themes.php:51
-msgid "File \"style.css\" is not exists"
-msgstr "Archivo \"style.css\" no es existe"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/themes.php:52
-msgid "Anonymous"
-msgstr "Anónimo"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/themes.php:66
-msgid "version"
-msgstr "versión"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/design.php:53
-msgid "Borders"
-msgstr "Fronteras"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/design.php:61
-msgid "Border radius"
-msgstr "Frontera radio"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/design.php:69
-msgid "Features for modern browsers (not IE of course)"
-msgstr "Características de los navegadores modernos (es decir, por supuesto)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/design.php:73
-msgid "Shadow"
-msgstr "Sombra"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/design.php:82
-msgid "Horizontal offset"
-msgstr "Desplazamiento horizontal"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/design.php:85
-msgid "Vertical offset"
-msgstr "Desplazamiento vertical"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/design.php:88
-msgid "Blur"
-msgstr "Mancha"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/ajax/save.php:33
-#: W:/www/wordpress/wp-content/themes/constructor/admin/ajax/save.php:36
-#, php-format
-msgid "Directory \"%s\" is not writable."
-msgstr "El directorio \"%s\" no es escribible."
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/ajax/save.php:54
-#: W:/www/wordpress/wp-content/themes/constructor/admin/ajax/save.php:68
-#: W:/www/wordpress/wp-content/themes/constructor/admin/ajax/save.php:72
-#, php-format
-msgid "Can't copy file \"%s\"."
-msgstr "No se puede copiar el archivo \"%s\"."
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/ajax/save.php:107
-#: W:/www/wordpress/wp-content/themes/constructor/admin/ajax/save.php:111
-#, php-format
-msgid "Can't save file \"%s\"."
-msgstr "No se puede guardar el archivo \"%s\"."
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/ajax/save.php:114
-msgid "Theme was saved, please reload page for view changes"
-msgstr "Tema se salvó, por favor, vuelva a cargar la página para ver los cambios"
-
-#: W:/www/wordpress/wp-content/themes/constructor/libs/Constructor/Main.php:207
-msgid "Home"
-msgstr "Casa"
-
-#: W:/www/wordpress/wp-content/themes/constructor/libs/Constructor/Main.php:373
-#, php-format
-msgid "%1$s and %2$s."
-msgstr "%1$s and %2$s."
-
-#: W:/www/wordpress/wp-content/themes/constructor/libs/Constructor/Main.php:373
-msgid "Entries (RSS)"
-msgstr "Entradas (RSS)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/libs/Constructor/Main.php:373
-msgid "Comments (RSS)"
-msgstr "Comentarios (RSS)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/libs/Constructor/Main.php:377
-#, php-format
-msgid "%d queries. %s seconds."
-msgstr "%d consultas.  %s segundos."
-
-#: W:/www/wordpress/wp-content/themes/constructor/libs/Constructor/Admin.php:137
-#, php-format
-msgid "System can't create \"%s\" directory"
-msgstr "El sistema no puede crear el directorio \"%s\""
-
-#: W:/www/wordpress/wp-content/themes/constructor/libs/Constructor/Admin.php:152
-#, php-format
-msgid "File \"%s\" is not a image (jpeg, png, gif, tiff)"
-msgstr ""
-
-#: W:/www/wordpress/wp-content/themes/constructor/libs/Constructor/Admin.php:159
-#, php-format
-msgid "File \"%s\" can't be move to \"images\" folder"
-msgstr "El archivo \"%s\" no se puede pasar al directorio  \"images\""
-
-#: W:/www/wordpress/wp-content/themes/constructor/libs/Constructor/Admin.php:244
-#: W:/www/wordpress/wp-content/themes/constructor/libs/Constructor/Admin.php:395
-msgid "Customize Theme"
-msgstr "Personalizar el tema"
-
-#: W:/www/wordpress/wp-content/themes/constructor/libs/Constructor/Admin.php:245
-msgid "Customize"
-msgstr "Personalizar"
-
-#: W:/www/wordpress/wp-content/themes/constructor/libs/Constructor/Admin.php:398
-msgid "If you like this theme and find it useful, help keep this theme free and actively developed by clicking the donate button (via PayPal or CC)"
-msgstr "Si te gusta este tema y ser útil, ayudar a mantener este tema libre y desarrollado activamente haciendo clic en el botón de donar (a través de PayPal o CC)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/libs/Constructor/Admin.php:402
-msgid "Options saved."
-msgstr "Opciones de guardado."
-
-#: W:/www/wordpress/wp-content/themes/constructor/libs/Constructor/Admin.php:406
-msgid "Some images can't be upload. Please check permissions"
-msgstr "Algunas imágenes no se puede cargar. Por favor, compruebe los permisos"
-
-#: W:/www/wordpress/wp-content/themes/constructor/libs/Constructor/Admin.php:427
-msgid "Save Changes"
-msgstr "Guardar cambios"
-
diff --git a/wp-content/themes/constructor/lang/uk_UA.mo b/wp-content/themes/constructor/lang/uk_UA.mo
deleted file mode 100644
index 5ca49f0fad988900969f7be6adb88ddd6a85b426..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/lang/uk_UA.mo and /dev/null differ
diff --git a/wp-content/themes/constructor/lang/uk_UA.po b/wp-content/themes/constructor/lang/uk_UA.po
deleted file mode 100644
index 72aa0f145ddbfa9951a4eba0e665e018d95429e1..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/lang/uk_UA.po
+++ /dev/null
@@ -1,1221 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: Constructor Theme\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-05-17 10:18+0200\n"
-"PO-Revision-Date: 2010-05-17 10:40+0200\n"
-"Last-Translator: Anton Shevchuk <Anton.Shevchuk@gmail.com>\n"
-"Language-Team: Anton Shevchuk <AntonShevchuk@gmail.com>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Poedit-Language: Russian\n"
-"X-Poedit-Country: RUSSIAN FEDERATION\n"
-"X-Poedit-KeywordsList: __;_e;_c\n"
-"X-Poedit-Basepath: .\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11) ? 0 : ((n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20)) ? 1 : 2);\n"
-"X-Poedit-SourceCharset: utf-8\n"
-"X-Poedit-SearchPath-0: W:/wordpress.dark.php5.nixsolutions.com/wp-content/themes/constructor\n"
-
-#: W:/www/wordpress/wp-content/themes/constructor/sidebar.php:28
-#: W:/www/wordpress/wp-content/themes/constructor/template-monocolumn.php:24
-msgid "Pages"
-msgstr "Сторінки"
-
-#: W:/www/wordpress/wp-content/themes/constructor/sidebar.php:30
-msgid "Categories"
-msgstr "Рубрики"
-
-#: W:/www/wordpress/wp-content/themes/constructor/sidebar.php:32
-#: W:/www/wordpress/wp-content/themes/constructor/template-monocolumn.php:32
-msgid "Tags"
-msgstr "Мітки"
-
-#: W:/www/wordpress/wp-content/themes/constructor/sidebar.php:37
-msgid "Meta"
-msgstr "Керування"
-
-#: W:/www/wordpress/wp-content/themes/constructor/navigation.php:10
-msgid "<span>&laquo;</span> Older Entries"
-msgstr "<span>&laquo;</span> Старіші записи"
-
-#: W:/www/wordpress/wp-content/themes/constructor/navigation.php:11
-msgid "Newer Entries <span>&raquo;</span>"
-msgstr "Новіші записи <span>&raquo;</span>"
-
-#: W:/www/wordpress/wp-content/themes/constructor/template-authors.php:17
-#: W:/www/wordpress/wp-content/themes/constructor/template-monocolumn.php:19
-#: W:/www/wordpress/wp-content/themes/constructor/template-archive.php:49
-#, php-format
-msgid "Permanent Link to %s"
-msgstr "Постійне посилання на %s"
-
-#: W:/www/wordpress/wp-content/themes/constructor/template-authors.php:21
-#: W:/www/wordpress/wp-content/themes/constructor/template-monocolumn.php:23
-#: W:/www/wordpress/wp-content/themes/constructor/template-archive.php:52
-msgid "Read the rest of this entry &raquo;"
-msgstr "Читати далі &raquo;"
-
-#: W:/www/wordpress/wp-content/themes/constructor/template-authors.php:29
-#: W:/www/wordpress/wp-content/themes/constructor/template-monocolumn.php:29
-#: W:/www/wordpress/wp-content/themes/constructor/template-archive.php:87
-msgid "Back to Parent Page"
-msgstr "Повернутися"
-
-#: W:/www/wordpress/wp-content/themes/constructor/template-authors.php:31
-#: W:/www/wordpress/wp-content/themes/constructor/template-monocolumn.php:33
-#: W:/www/wordpress/wp-content/themes/constructor/template-archive.php:89
-msgid "Edit"
-msgstr "Редагувати"
-
-#: W:/www/wordpress/wp-content/themes/constructor/slideshow.php:37
-msgid "Read more &raquo;"
-msgstr "Читати далі &raquo;"
-
-#: W:/www/wordpress/wp-content/themes/constructor/template-monocolumn.php:34
-msgid "No Comments &#187;"
-msgstr "Коментарів немає &#187;"
-
-#: W:/www/wordpress/wp-content/themes/constructor/template-monocolumn.php:34
-msgid "1 Comment &#187;"
-msgstr "1 коментар &#187;"
-
-#: W:/www/wordpress/wp-content/themes/constructor/template-monocolumn.php:34
-msgid "% Comments &#187;"
-msgstr "% коментарів &#187;"
-
-#: W:/www/wordpress/wp-content/themes/constructor/template-monocolumn.php:34
-msgid "Comments Closed"
-msgstr "Коментарі закриті"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:13
-msgid "This post is password protected. Enter the password to view comments."
-msgstr "Цей запис захищений паролем. Будь-ласка, введіть пароль, щоб переглянути коментарі."
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:22
-msgid "No Responses"
-msgstr "Коментарів немає"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:22
-msgid "One Response"
-msgstr "Один коментар"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:22
-msgid "% Responses"
-msgstr "% коментарів"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:22
-#, php-format
-msgid "to &#8220;%s&#8221;"
-msgstr "на &laquo;%s&raquo;"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:38
-msgid "Comments are closed."
-msgstr "Коментарі закриті."
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:49
-msgid "Leave a Reply"
-msgstr "Прокоментувати"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:49
-#, php-format
-msgid "Leave a Reply for %s"
-msgstr "Відповісти %s"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:55
-#, php-format
-msgid "You must be <a href=\"%s\">logged in</a> to post a comment."
-msgstr "Ви маєте <a href=\"%s\">ввійти</a>, щоби залишити коментар."
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:61
-#, php-format
-msgid "Logged in as <a href=\"%1$s\">%2$s</a>."
-msgstr "Ви ввійшли як <a href=\"%1$s\">%2$s</a>."
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:61
-msgid "Log out of this account"
-msgstr "Вийти з цього акаунта"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:61
-msgid "Log out &raquo;"
-msgstr "Вийти &raquo;"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:64
-msgid "Name"
-msgstr "І&rsquo;мя"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:64
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:66
-msgid "(required)"
-msgstr "(обов&rsquo;язково)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:66
-msgid "Mail (will not be published)"
-msgstr "Електронна пошта (не буде опублікований)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:68
-msgid "Website"
-msgstr "Сайт"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:71
-#, php-format
-msgid "<strong>XHTML:</strong> You can use these tags: <code>%s</code>"
-msgstr "<strong>XHTML:</strong> Ви можете користуватися цими теґами: <code>%s</code>"
-
-#: W:/www/wordpress/wp-content/themes/constructor/comments.php:73
-msgid "Submit Comment"
-msgstr "Відправити коментар"
-
-#: W:/www/wordpress/wp-content/themes/constructor/template-archive.php:30
-#, php-format
-msgid "%b"
-msgstr "%b"
-
-#: W:/www/wordpress/wp-content/themes/constructor/template-archive.php:31
-msgid "%B"
-msgstr "%B"
-
-#: W:/www/wordpress/wp-content/themes/constructor/404.php:13
-msgid "Error 404 - Not Found"
-msgstr "Помилка 404 &mdash; Сторінку не знайдено"
-
-#: W:/www/wordpress/wp-content/themes/constructor/404.php:16
-msgid "Sorry, but you are looking for something that isn&#8217;t here."
-msgstr "Пробачте, але тут немає того, що ви шукаєте."
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:224
-msgid "No Image"
-msgstr "Нема зображення"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:315
-msgid "Themes"
-msgstr "Теми"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:316
-msgid "Layout"
-msgstr "Макет"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:317
-msgid "Sidebar"
-msgstr "Бічна панель"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:318
-msgid "Header"
-msgstr "&laquo;Верх сторінки&raquo;"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:319
-msgid "Content"
-msgstr "Зміст"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:320
-msgid "Comments"
-msgstr "Коментарі"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:321
-msgid "Footer"
-msgstr "&laquo;Низ сторінки&raquo;"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:322
-msgid "Fonts"
-msgstr "Шрифти"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:323
-msgid "Colors"
-msgstr "Кольори"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:324
-msgid "Design"
-msgstr "Дезайн"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:325
-msgid "CSS"
-msgstr "CSS"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:326
-msgid "Images"
-msgstr "Зображення"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:327
-msgid "Slideshow"
-msgstr "Слайдшоу"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:328
-msgid "Save"
-msgstr "Зберегти"
-
-#: W:/www/wordpress/wp-content/themes/constructor/functions.php:329
-msgid "Help"
-msgstr "Допомога"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:22
-msgid "Author RSS Feed"
-msgstr "RSS-стрічка автора"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:22
-msgid "RSS Feed"
-msgstr "RSS-стрічка"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:28
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:32
-#, php-format
-msgid "%1$s %2$s"
-msgstr "%1$s і %2$s."
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:31
-msgid "Full Name"
-msgstr "І&rsquo;мя"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:35
-msgid "Nickname"
-msgstr "Призвізько"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:41
-msgid "Visit author website"
-msgstr "Персональна сторінка автора"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:45
-msgid "ICQ"
-msgstr "ICQ"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:50
-msgid "AIM"
-msgstr "AIM"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:55
-msgid "Yahoo IM"
-msgstr "Yahoo IM"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:60
-msgid "MSN"
-msgstr "MSN"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:65
-msgid "About Me"
-msgstr "Про мене"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:74
-#, php-format
-msgid "Latest posts by %s"
-msgstr "Останні записи %s"
-
-#: W:/www/wordpress/wp-content/themes/constructor/author.php:85
-msgid "No posts by this author."
-msgstr "Намеє записів від цього автора"
-
-#: W:/www/wordpress/wp-content/themes/constructor/template-sitemap.php:32
-msgid "Archives"
-msgstr "Архів"
-
-#: W:/www/wordpress/wp-content/themes/constructor/themes/example/config.php:24
-#, php-format
-msgid "%1$s is proudly powered by %2$s"
-msgstr "%1$s працює на %2$s"
-
-#: W:/www/wordpress/wp-content/themes/constructor/themes/example/config.php:25
-msgid "Constructor Theme"
-msgstr "Конструктор"
-
-#: W:/www/wordpress/wp-content/themes/constructor/layouts/single.php:6
-#: W:/www/wordpress/wp-content/themes/constructor/layouts/page.php:6
-msgid "Single"
-msgstr "Стаття"
-
-#: W:/www/wordpress/wp-content/themes/constructor/layouts/list.php:6
-msgid "List"
-msgstr "Перелік"
-
-#: W:/www/wordpress/wp-content/themes/constructor/layouts/tile.php:6
-msgid "Tile"
-msgstr "Заголовок"
-
-#: W:/www/wordpress/wp-content/themes/constructor/layouts/default.php:6
-msgid "Default"
-msgstr "За замовчуванням"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:18
-msgid "Title"
-msgstr "Заголовок"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:23
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:33
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:52
-msgid "Font Weight"
-msgstr "Ширина шрифту"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:24
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:37
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:53
-msgid "Text Decoration"
-msgstr "Декорації тексту"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:29
-msgid "Font Family Example"
-msgstr "Приклад шрифту"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:31
-msgid "The quick brown fox jumps over the lazy dog"
-msgstr "На подушечці форми любої є й ґудзик щоб пір'я геть жовте сховати. 1234567890."
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:34
-msgid "Defines from thin to thick characters. 400 is the same as \"normal\", and 700 is the same as \"bold\""
-msgstr "Значення 400  &laquo;normal&raquo;, 700 &mdash; &laquo;bold&raquo;"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:39
-msgid "No capitalization. The text renders as it is. This is default"
-msgstr "Як є"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:40
-msgid "Transforms the first character of each word to uppercase"
-msgstr "Усі слова з великої літери"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:41
-msgid "Transforms all characters to uppercase"
-msgstr "Текст великими літерами"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:42
-msgid "Transforms all characters to lowercase"
-msgstr "Текст маленькими літерами"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:47
-msgid "Description"
-msgstr "Опис"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/fonts.php:57
-msgid "Headers"
-msgstr "Заголовки"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:48
-msgid "Opacity"
-msgstr "Прозорість"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:50
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:51
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:86
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:87
-msgid "None"
-msgstr "Немає"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:53
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:54
-msgid "Color"
-msgstr "Кольори"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:57
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:58
-msgid "Dark Low"
-msgstr "Трохи Темний"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:60
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:61
-msgid "Dark"
-msgstr "Темний"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:63
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:64
-msgid "Dark High"
-msgstr "Дуже Темний"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:67
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:68
-msgid "Light Low"
-msgstr "Трохи Світлий"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:70
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:71
-msgid "Light"
-msgstr "Світлий"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:73
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:74
-msgid "Light High"
-msgstr "Дуже Світлий"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:79
-msgid "Elements Colors"
-msgstr "Колір елементів"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:82
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:85
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:88
-msgid "tags"
-msgstr "теґи"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:91
-msgid "text"
-msgstr "текст"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:94
-msgid "text alternative"
-msgstr "текст (альтернативний)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:97
-msgid "background"
-msgstr "фон"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:100
-msgid "background alternative"
-msgstr "фон (альтернативний)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:103
-msgid "border"
-msgstr "границі"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:106
-msgid "border alternative"
-msgstr "границі (альтернативний)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/colors.php:109
-msgid "opacity style color"
-msgstr "Колір &laquo;прозорості&raquo;"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:47
-msgid "Width"
-msgstr "Ширина"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:50
-msgid "Container Width"
-msgstr "Ширина основної частини"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:59
-msgid "Sidebar Width"
-msgstr "Ширина бічної панелі"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:68
-msgid "Extra Bar Width"
-msgstr "Ширина другої бічної панелі"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:76
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:77
-msgid "Left"
-msgstr "Ліворуч"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:79
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:80
-msgid "Right"
-msgstr "Праворуч"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:83
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:84
-msgid "Two"
-msgstr "Дві"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:90
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:91
-msgid "Two Right"
-msgstr "Дві праворуч"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:93
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/sidebar.php:94
-msgid "Two Left"
-msgstr "Дві ліворуч"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/css.php:7
-#, php-format
-msgid "<font color=\"red\"><b>Warning!</b></font>: File \"%s\" is not writable."
-msgstr "<font color=\"red\"><b>Увага!</b></font>: Файл  &laquo;%s&raquo; має атрибут тільки для читання."
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:28
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/design.php:58
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/design.php:75
-msgid "Enable"
-msgstr "Вімкнути"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:34
-msgid "By default use images from posts with thumbnails"
-msgstr "За замовчуванням викорустовуються зображення з <code>thumbnails</code>"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:38
-msgid "Options"
-msgstr "Налаштування"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:41
-msgid "Show on page"
-msgstr "Відображати на сторінках"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:44
-msgid "Show on single post"
-msgstr "Відображати на сторінках із записами"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:47
-msgid "Show on archive"
-msgstr "Відображати на сторінках архіву"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:53
-msgid "Height"
-msgstr "Висота"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:62
-msgid "Advanced options"
-msgstr "Тонке налаштування"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:63
-msgid "only for default slideshow"
-msgstr "Лише для слайдшоу за замовчуванням"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:67
-msgid "Number of slides"
-msgstr "Кількість слайдів"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:71
-msgid "Autoplay"
-msgstr "Автопрогравання"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:74
-msgid "Effect time (ms)"
-msgstr "Час ефекта (ms)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:77
-msgid "Timeout between slides (ms)"
-msgstr "Час затримки (ms)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:81
-msgid "Autogenerate thumbnail with right size"
-msgstr "Автоматично сгенеровані мініатюри"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:86
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:26
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:75
-msgid "Position"
-msgstr "Положення"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:88
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:89
-msgid "In Content"
-msgstr "Фонове зображення для вмісту сайта"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:92
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:93
-msgid "Over Content"
-msgstr "Над змістом"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:104
-msgid "use <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\" title=\"wordpress.org\">NextGEN-Gallery</a>"
-msgstr "викоритовує <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\" title=\"wordpress.org\">NextGEN-Gallery</a>"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:105
-msgid "required <a href=\"http://www.longtailvideo.com/players/jw-image-rotator/\" title=\"www.longtailvideo.com\">imagerotator.swf</a>"
-msgstr "потребує <a href=\"http://www.longtailvideo.com/players/jw-image-rotator/\" title=\"www.longtailvideo.com\">imagerotator.swf</a>"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/slideshow.php:123
-msgid "You can use <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\">NextGEN-Gallery</a> plugin for build custom slideshow"
-msgstr "Ви маєте можливість використати <a href=\"http://wordpress.org/extend/plugins/nextgen-gallery/\">NextGEN-Gallery</a>"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:17
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:39
-msgid "Homepage"
-msgstr "Додому"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:19
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:41
-msgid "Post"
-msgstr "Стаття"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:21
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:43
-msgid "Page"
-msgstr "Сторінка"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:23
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:45
-msgid "Search"
-msgstr "Пошук"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:25
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:47
-msgid "Date"
-msgstr "Дата"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:27
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:49
-msgid "Category"
-msgstr "Рубрики"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:29
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/layout.php:51
-msgid "Tag"
-msgstr "Мітки"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:6
-msgid "Posts"
-msgstr "Статті"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:9
-msgid "Show author link"
-msgstr "Відображати посилання на сторінку автора"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:16
-msgid "Content widgets place"
-msgstr "Розміщення віджету у контенті"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:17
-msgid "can configured with <a href=\"widgets.php\">widgets</a>, use \"content\" sidebar"
-msgstr "можете також скористуватися  <a href=\"widgets.php\">віджетами</a>, використовуйте &laquo;content&raquo;"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:23
-msgid "Show widgets place"
-msgstr "Відображати розміщення віджета"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:28
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:29
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:30
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:31
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:32
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:33
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:34
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:35
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:36
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/content.php:37
-#, php-format
-msgid "after %d post"
-msgstr "після %d запису"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/comments.php:25
-msgid "Avatar size"
-msgstr "Розмір аватару"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/comments.php:36
-msgid "Thumbnail position"
-msgstr "Положення мініатюр"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/footer.php:4
-msgid "Footer Text"
-msgstr "Текст внизу сторінки"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/footer.php:7
-msgid "Enter the text you want to appear in the Footer (or just enter a space if you don’t want any Footer text)"
-msgstr "Введіть текст для &laquo;підвалу&raquo;, або лише пробіл, якщо нічого не треба"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:5
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:34
-msgid "Body Image"
-msgstr "Фонове зображення"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:6
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:42
-msgid "Background Image"
-msgstr "Фонове зображення"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:7
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:50
-msgid "Header Wrapper Image"
-msgstr "Зображення обертки вгорі"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:8
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:64
-msgid "Content Wrapper Image"
-msgstr "Зображення обертки для вмісту"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:9
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:92
-msgid "Footer Wrapper Image"
-msgstr "Зображення обертки низу сторінки"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:10
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:57
-msgid "Header Image"
-msgstr "Зображення вгорі"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:11
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:71
-msgid "Content Image"
-msgstr "Фонове зображення для вмісту сайта"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:12
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:99
-msgid "Footer Image"
-msgstr "Зображення внизу сторінки"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:13
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:78
-msgid "Sidebar Image"
-msgstr "Зображення на боковій панелі"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:25
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/save.php:20
-#, php-format
-msgid "<font color=\"red\"><b>Warning!</b></font>: Directory \"%s\" is not writable."
-msgstr "<font color=\"red\"><b>Увага!</b></font>: Тека &laquo;%s&raquo; має атрибут тілько для читання."
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:85
-msgid "Extrabar Image"
-msgstr "Зображення на боковій панелі"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:111
-msgid "See helpful illustration!"
-msgstr "Ця ілюстрація має допомогти"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:132
-msgid "Preview image"
-msgstr "Попередній перегляд"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:132
-msgid "preview"
-msgstr "Попередній перегляд"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:133
-msgid "Remove image (only from theme)"
-msgstr "Видалити зображення (лише з теми)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:133
-msgid "clear"
-msgstr "очистити"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:153
-msgid "Fixed position"
-msgstr "Зафіксувати"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:175
-msgid "Image Position"
-msgstr "Положення зображення"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:176
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:27
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:77
-msgid "Top Left"
-msgstr "Зверху Ліворуч"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:177
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:28
-msgid "Top Center"
-msgstr "Зверху Посередині"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:178
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:29
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:79
-msgid "Top Right"
-msgstr "Зверху Праворуч"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:182
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:83
-msgid "Center Left"
-msgstr "Посередені Ліворуч"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:183
-msgid "Center Center"
-msgstr "Посередені"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:184
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:85
-msgid "Center Right"
-msgstr "Посередені Праворуч"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:188
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:39
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:89
-msgid "Bottom Left"
-msgstr "Внизу Ліворуч"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:189
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:40
-msgid "Bottom Center"
-msgstr "Внизу Посередині"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:190
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:41
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:91
-msgid "Bottom Right"
-msgstr "Внизу Праворуч"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:193
-msgid "Image Repeat"
-msgstr "Повторення"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:194
-msgid "No Repeat"
-msgstr "Без повторювання"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:195
-msgid "Repeat Horizontal"
-msgstr "Повторювати по горізонталі"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/images.php:197
-msgid "Repeat Vertical"
-msgstr "Повторювати по вертикалі"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:24
-msgid "Title position"
-msgstr "Положення заголовка"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:47
-msgid "Hidden title"
-msgstr "Схований заголовок"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:50
-msgid "hide title by CSS"
-msgstr "сховати за допомогою CSS"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:55
-msgid "Header height"
-msgstr "Висота &laquo;шапки&raquo;"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:65
-msgid "Header menu"
-msgstr "Меню вгорі"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:66
-msgid "menu can configured with <a href=\"widgets.php\">widgets</a>, use \"header\" sidebar"
-msgstr "можете також скористуватися  <a href=\"widgets.php\">віджетами</a>"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:72
-msgid "Show top menu"
-msgstr "Відображати меню"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:98
-msgid "stretch across the width"
-msgstr "завширшки 100%"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:102
-msgid "Disable pages"
-msgstr "Без сторінок"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:103
-msgid "Show first-level pages"
-msgstr "Відображати лише сторінки першого рівня"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:104
-msgid "Show pages in drop-down menu"
-msgstr "Відображати у випадаючому меню"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:105
-msgid "Show pages in drop-down menu (2-levels)"
-msgstr "Відображати у випадаючому меню (два рівня)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:106
-msgid "Show pages in drop-down menu (3-levels)"
-msgstr "Відображати у випадаючому меню (три рівня)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:109
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:126
-msgid "Exclude:"
-msgstr "За винятком:"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:111
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:128
-msgid "(IDs, coma separated)"
-msgstr "(ID елементів, через кому)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:116
-msgid "Group categories in one menu item"
-msgstr "Відображати рубрики в одному елементі меню"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:119
-msgid "Disable categories"
-msgstr "Без рубрик"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:120
-msgid "Show first-level categories"
-msgstr "Відображати лише рубрики першого рівня"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:121
-msgid "Show categories in drop-down menu"
-msgstr "Відображати рубрики у випадаючому меню"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:122
-msgid "Show categories in drop-down menu (2-levels)"
-msgstr "Відображати рубрики у випадаючому меню (два рівня)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:123
-msgid "Show categories in drop-down menu (3-levels)"
-msgstr "Відображати рубрики у випадаючому меню (три рівня)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:130
-msgid "Custom title:"
-msgstr "Назва:"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:134
-msgid "Links"
-msgstr "Посилання"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:137
-msgid "Show link to home page"
-msgstr "Відображати посилання на головну сторінку"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:140
-msgid "Show link to RSS feed"
-msgstr "Відображати посилання на RSS-стрічку"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:142
-msgid "Tools"
-msgstr "Знаряддя"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/header.php:145
-msgid "Show search form"
-msgstr "Відображати форму пошуку"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/help.php:6
-msgid "Constructor Wordpress Theme"
-msgstr "Конструктор"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/help.php:8
-msgid "Project Homepage"
-msgstr "Домашня сторінка проекта"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/help.php:9
-msgid "Author Homepage"
-msgstr "Домашня сторінка автора"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/help.php:12
-msgid "Related Links"
-msgstr "Посилання"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/help.php:23
-msgid "Donate"
-msgstr "Допомогти"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/help.php:41
-msgid "Author works"
-msgstr "Перелік робіт автора"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/save.php:1
-msgid "Save As"
-msgstr "Зберегти як..."
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/save.php:13
-msgid "Save Current Theme As ..."
-msgstr "Зберeгти тему як..."
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/save.php:24
-msgid "Theme Name"
-msgstr "Назва теми"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/save.php:28
-msgid "Theme URI"
-msgstr "Домашня сторінка теми"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/save.php:36
-msgid "Version"
-msgstr "Версія"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/save.php:40
-msgid "Author"
-msgstr "Автор"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/save.php:44
-msgid "Author URI"
-msgstr "Домашня сторінка автора"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/save.php:49
-msgid "Save Theme"
-msgstr "Зберегти"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/themes.php:51
-msgid "File \"style.css\" is not exists"
-msgstr "Файла &laquo;styles.css&raquo; не існує"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/themes.php:52
-msgid "Anonymous"
-msgstr "Анонім"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/themes.php:66
-msgid "version"
-msgstr "версія"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/design.php:53
-msgid "Borders"
-msgstr "Границі"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/design.php:61
-msgid "Border radius"
-msgstr "Радіус скруглення"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/design.php:69
-msgid "Shadow"
-msgstr "Тінь"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/design.php:78
-msgid "Horizontal offset"
-msgstr "Відступ по горізонталі"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/design.php:81
-msgid "Vertical offset"
-msgstr "Відступ по вертикалі"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/settings/design.php:84
-msgid "Blur"
-msgstr "Розмивання"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/ajax/save.php:33
-#: W:/www/wordpress/wp-content/themes/constructor/admin/ajax/save.php:36
-#, php-format
-msgid "Directory \"%s\" is not writable."
-msgstr "Тека &laquo;%s&raquo; не має відповідних прав"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/ajax/save.php:54
-#: W:/www/wordpress/wp-content/themes/constructor/admin/ajax/save.php:68
-#: W:/www/wordpress/wp-content/themes/constructor/admin/ajax/save.php:72
-#, php-format
-msgid "Can't copy file \"%s\"."
-msgstr "Не можемо скопіювати файл &laquo;%s&raquo;"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/ajax/save.php:107
-#: W:/www/wordpress/wp-content/themes/constructor/admin/ajax/save.php:111
-#, php-format
-msgid "Can't save file \"%s\"."
-msgstr "Не можемо зберегти файл &laquo;%s&raquo;"
-
-#: W:/www/wordpress/wp-content/themes/constructor/admin/ajax/save.php:114
-msgid "Theme was saved, please reload page for view changes"
-msgstr "Тема збережена, оновіть сторінку"
-
-#: W:/www/wordpress/wp-content/themes/constructor/libs/Constructor/Main.php:205
-msgid "Home"
-msgstr "Додому"
-
-#: W:/www/wordpress/wp-content/themes/constructor/libs/Constructor/Main.php:371
-#, php-format
-msgid "%1$s and %2$s."
-msgstr "%1$s і %2$s."
-
-#: W:/www/wordpress/wp-content/themes/constructor/libs/Constructor/Main.php:371
-msgid "Entries (RSS)"
-msgstr "Записи (RSS)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/libs/Constructor/Main.php:371
-msgid "Comments (RSS)"
-msgstr "Коментарі (RSS)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/libs/Constructor/Main.php:375
-#, php-format
-msgid "%d queries. %s seconds."
-msgstr "%d запитів. %s секунд."
-
-#: W:/www/wordpress/wp-content/themes/constructor/libs/Constructor/Admin.php:115
-#, php-format
-msgid "System can't create \"%s\" directory"
-msgstr "Система не в змозі створити папку &laquo;%s&raquo;"
-
-#: W:/www/wordpress/wp-content/themes/constructor/libs/Constructor/Admin.php:130
-#, php-format
-msgid "File \"%s\" is not a image (jpeg, png, gif, tiff)"
-msgstr "Файл &laquo;%s&raquo; не є зображенням"
-
-#: W:/www/wordpress/wp-content/themes/constructor/libs/Constructor/Admin.php:137
-#, php-format
-msgid "File \"%s\" can't be move to \"images\" folder"
-msgstr "Файл &laquo;%s&raquo; не може бути перенесен до &laquo;images&raquo;"
-
-#: W:/www/wordpress/wp-content/themes/constructor/libs/Constructor/Admin.php:222
-#: W:/www/wordpress/wp-content/themes/constructor/libs/Constructor/Admin.php:373
-msgid "Customize Theme"
-msgstr "Налаштування теми"
-
-#: W:/www/wordpress/wp-content/themes/constructor/libs/Constructor/Admin.php:223
-msgid "Customize"
-msgstr "Налаштування"
-
-#: W:/www/wordpress/wp-content/themes/constructor/libs/Constructor/Admin.php:376
-msgid "If you like this theme and find it useful, help keep this theme free and actively developed by clicking the donate button (via PayPal or CC)"
-msgstr "Якшо бажаєте допомогти, Ви маєте цю можливість ;)"
-
-#: W:/www/wordpress/wp-content/themes/constructor/libs/Constructor/Admin.php:380
-msgid "Options saved."
-msgstr "Налаштування збережені."
-
-#: W:/www/wordpress/wp-content/themes/constructor/libs/Constructor/Admin.php:384
-msgid "Some images can't be upload. Please check permissions"
-msgstr "Деякі зображення не були завантаженні, будь ласка перевірте права доступу"
-
-#: W:/www/wordpress/wp-content/themes/constructor/libs/Constructor/Admin.php:405
-msgid "Save Changes"
-msgstr "Зберегти зміни"
-
-#~ msgid "Index"
-#~ msgstr "Index"
-#~ msgid "Archive"
-#~ msgstr "Архів"
-#~ msgid "required <strong>imagerotator.swf</strong>"
-#~ msgstr "потребує <strong>imagerotator.swf</strong>"
-#~ msgid "Global categories"
-#~ msgstr "Рубрики"
-#~ msgid "Many In One"
-#~ msgstr "Багато до одного"
-#~ msgid "Header Font"
-#~ msgstr "Шрифт заголовків"
-#~ msgid "Body Font"
-#~ msgstr "Шрифт тексту"
-#~ msgid "Key of custom field"
-#~ msgstr "Назва додаткового поля"
-#~ msgid "Thumbnails"
-#~ msgstr "Мініатюри"
-#~ msgid "Autogenerate thumbnails"
-#~ msgstr "Сгенеровані мініатюри"
-#~ msgid "\"List\" layout options"
-#~ msgstr "Налаштування для макету &laquo;перелік&raquo;"
-#~ msgid ""
-#~ "Strip HTML tags from announce (leave only <code>&lt;p&gt;&lt;br&gt;&lt;"
-#~ "a&gt;&lt;hr&gt;&lt;i&gt;&lt;em&gt;&lt;b&gt;&lt;strong&gt;&lt;ul&gt;&lt;"
-#~ "ol&gt;&lt;li&gt;</code>)"
-#~ msgstr ""
-#~ "Вилучати HTML теґи (окрім <code>&lt;p&gt;&lt;br&gt;&lt;a&gt;&lt;hr&gt;&lt;"
-#~ "i&gt;&lt;em&gt;&lt;b&gt;&lt;strong&gt;&lt;ul&gt;&lt;ol&gt;&lt;li&gt;</"
-#~ "code>)"
-#~ msgid "Show \"No Image\" picture"
-#~ msgstr "Відображати зображення &laquo;No Image&raquo;"
-#~ msgid "Title font"
-#~ msgstr "Шрифт заголовка"
-#~ msgid "title"
-#~ msgstr "заголовок"
-#~ msgid "description"
-#~ msgstr "опис"
-#~ msgid "Tile layout"
-#~ msgstr "Макет &laquo;плитка&raquo;"
-#~ msgid ""
-#~ "For \"tile\" layout using images from custom fields with key <code>thumb</"
-#~ "code> (or use autogenerate option on content tab)"
-#~ msgstr ""
-#~ "Для макету &laquo;плитка&raquo; викорустовуються зображення з власного "
-#~ "поля записів з ім'ям <code>thumb</code> (або використовуйте автоматично "
-#~ "сгенеровані мініатюри)"
-#~ msgid "List layout"
-#~ msgstr "Макет &laquo;перелік&raquo;"
-#~ msgid ""
-#~ "For \"list\" layout using images from custom fields with key <code>thumb-"
-#~ "list</code> (or use autogenerate option on content tab)"
-#~ msgstr ""
-#~ "Для макету &laquo;перелік&raquo; викорустовуються зображення з власного "
-#~ "поля записів з ім'ям <code>thumb-list</code> (або використовуйте "
-#~ "автоматично сгенеровані мініатюри)"
-#~ msgid ""
-#~ "For slideshow using images from custom fields with key <code>thumb-"
-#~ "slideshow</code> (by default, your can change it on slideshow tab)"
-#~ msgstr ""
-#~ "Для слайдів викорустовуються зображення з власного поля записів з ім'ям "
-#~ "<code>thumb-slideshow</code> (змінити його можливо на вкладці &laquo;"
-#~ "Слайдшоу&raquo;)"
-#~ msgid "Center"
-#~ msgstr "Посередині"
-#~ msgid "Only for Safari and Chrome"
-#~ msgstr "Лише для Safari та Chrome"
-#~ msgid "Enable slideshow"
-#~ msgstr "Увімкнути слайдшоу"
-#~ msgid "Errors"
-#~ msgstr "Помилки"
-#~ msgid "Export"
-#~ msgstr "Експорт"
-#~ msgid "Use this is options for export your changes"
-#~ msgstr "Використовуйте цю опцію для збереження поточних змін"
-#~ msgid "save changes before export"
-#~ msgstr "збережіть зміни перед експортуванням"
-#~ msgid "click here and save file"
-#~ msgstr "натисніть і збережіть файл"
-#~ msgid ""
-#~ "For import theme - use your FTP access and create new folder in folder "
-#~ "<code>%s/themes</code> and upload <code>config.php</code>"
-#~ msgstr ""
-#~ "Для імпортування змін скористайтеся FTP-доступом: створіть нову підтеку в "
-#~ "теці <code>%s/themes</code> та завантажте в неї збережений <code>config."
-#~ "php</code>"
-#~ msgid ""
-#~ "Create <code>style.css</code> with follow text (change text in UPPERCASE)"
-#~ msgstr ""
-#~ "Створіть файл <code>style.css</code> з наступним текстом (те що у "
-#~ "верхньому регістрі треба змінити)"
-#~ msgid ""
-#~ "Create <code>screenshot.png</code> with screen of your theme and "
-#~ "resolution 300x225 and upload too (isn't requried)"
-#~ msgstr ""
-#~ "Створіть<code>screenshot.png</code> з зображенням вашої теми 300x225 (це "
-#~ "не обов'язкове)"
-#~ msgid "Title colors"
-#~ msgstr "Колір заголовка"
-
diff --git a/wp-content/themes/constructor/layouts/column.php b/wp-content/themes/constructor/layouts/column.php
deleted file mode 100644
index 2b050af6b2936b1e8e24def5b31621b131f6d482..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/layouts/column.php
+++ /dev/null
@@ -1,71 +0,0 @@
-<?php
-/**
- * @package WordPress
- * @subpackage constructor
- */
-__('Column', 'constructor'); // required for correct translation
-?>
-<div id="content" class="box shadow opacity <?php the_constructor_layout_class('none') ?>">
-    <div id="container" class="column">
-    <?php get_constructor_slideshow(true) ?>
-    <?php
-        /* Need three columns, with next layout
-
-            1 | 2 | 3
-            4 | 5 | 6
-            7 | 8 | ..
-
-         */
-        if (have_posts()) :
-            global $wp_query;
-            $wp_query->post_count;
-            for ($col=0; $col < 3; $col++) :
-    ?>
-        <section>
-        <?php
-            // start from -1
-            for ($i=$col-1; $i < $wp_query->post_count; $i = $i+3) :
-                if ($i >= $wp_query->post_count-1) continue;
-                $wp_query->current_post = $i;
-                the_post();
-            ?>
-            <article <?php post_class('opacity shadow box'); ?> id="post-<?php the_ID() ?>">
-                <header class="opacity">
-                    <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php printf(__('Permanent Link to %s', 'constructor'), the_title_attribute('echo=0')); ?>"><?php the_title(); ?></a></h2>
-                </header>
-                <div class="thumbnail">
-                    <a href="<?php the_permalink() ?>" rel="bookmark" title="<?php printf(__('Permanent Link to %s', 'constructor'), the_title_attribute('echo=0')); ?>">
-                    <?php 
-                        the_post_thumbnail('tile-post-thumbnail');
-                    ?>
-                    </a>
-                </div>
-                <div class="entry">
-                	<?php the_content(''); ?>
-                </div>
-                <footer>
-                    <?php edit_post_link(__('Edit', 'constructor'), '', ' | '); ?>
-                    <?php if (get_constructor_option('content', 'date')) { the_date(); echo ' | '; } ?>
-                    <?php if (get_constructor_option('content', 'links', 'author')) { the_author_posts_link(); echo ' | '; } ?>
-                    <?php if (get_constructor_option('content', 'links', 'category') && count( get_the_category() ) ) : ?>
-                        <?php _e('Posted in', 'constructor'); echo ": "; the_category(', '); echo ' | ';?>
-                    <?php endif; ?>
-                    <?php if (get_constructor_option('content', 'links', 'comments')) {
-                        comments_popup_link(
-                            __('No Comments &#187;', 'constructor'),
-                            __('1 Comment &#187;', 'constructor'),
-                            __('% Comments &#187;', 'constructor'),
-                            'comments-link',
-                            __('Comments Closed', 'constructor')
-                        );
-                    } ?>
-                </footer>
-            </article>
-        <?php endfor; ?>
-        </section>
-        <?php endfor; ?>
-        <?php get_constructor_navigation(); ?>
-    <?php else: get_constructor_nothing(); endif; ?>
-    </div>
-    <?php get_constructor_sidebar(); ?>
-</div><!-- id='content' -->
\ No newline at end of file
diff --git a/wp-content/themes/constructor/layouts/default.php b/wp-content/themes/constructor/layouts/default.php
deleted file mode 100644
index 9a95a34a1a394bc0915b4e23a43336c344150306..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/layouts/default.php
+++ /dev/null
@@ -1,46 +0,0 @@
-<?php
-/**
- * @package WordPress
- * @subpackage constructor
- */
-__('Default', 'constructor'); // required for correct translation
-?>
-<div id="content" class="box shadow opacity <?php the_constructor_layout_class() ?>">
-    <div id="container" >
-    <?php get_constructor_slideshow(true) ?>
-    <?php if (have_posts()) : $i = 0; ?>
-        <?php while (have_posts()) : the_post(); $i++; ?>
-            <article <?php post_class(); ?> id="post-<?php the_ID() ?>">
-                <header class="opacity box">
-                    <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php printf(__('Permanent Link to %s', 'constructor'), the_title_attribute('echo=0')); ?>"><?php the_title(); ?></a></h2>
-                </header>
-                <div class="entry">
-                	<?php the_content(__('Read the rest of this entry &raquo;', 'constructor')); ?>
-                </div>
-                <footer>
-                    <?php edit_post_link(__('Edit', 'constructor'), '', ' | '); ?>
-                    <?php if (get_constructor_option('content', 'date')) { the_date(); echo ' | '; } ?>
-                    <?php if (get_constructor_option('content', 'links', 'author')) { the_author_posts_link(); echo ' | '; } ?>
-                    <?php if (get_constructor_option('content', 'links', 'category') && count( get_the_category() ) ) : ?>
-                        <?php _e('Posted in', 'constructor'); echo ": "; the_category(', '); echo ' | ';?>
-                    <?php endif; ?>
-                    <?php if (get_constructor_option('content', 'links', 'tags')) { the_tags(__('Tags', 'constructor') . ': ', ', ', ' |'); } ?>
-                    <?php if (get_constructor_option('content', 'links', 'comments')) {
-                        comments_popup_link(
-                            __('No Comments &#187;', 'constructor'),
-                            __('1 Comment &#187;', 'constructor'),
-                            __('% Comments &#187;', 'constructor'),
-                            'comments-link',
-                            __('Comments Closed', 'constructor')
-                        );
-                    } ?>
-                </footer>
-            </article>
-            <?php get_constructor_content_widget($i) ?>
-        <?php endwhile; ?>
-        <?php comments_template(); ?>
-        <?php get_constructor_navigation(); ?>
-    <?php else: get_constructor_nothing(); endif; ?>
-    </div>
-    <?php get_constructor_sidebar(); ?>
-</div><!-- id='content' -->
diff --git a/wp-content/themes/constructor/layouts/list.php b/wp-content/themes/constructor/layouts/list.php
deleted file mode 100644
index 75d1f21ca5999441cc3c54c98c0a3f443a0aa13f..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/layouts/list.php
+++ /dev/null
@@ -1,34 +0,0 @@
-<?php
-/**
- * @package WordPress
- * @subpackage constructor
- */
-__('List', 'constructor'); // required for correct translation
-?>
-<div id="content" class="box shadow opacity <?php the_constructor_layout_class() ?>">
-    <div id="container" >
-    <?php get_constructor_slideshow(true) ?>
-    <?php if (have_posts()) : $i = 0; ?>
-        <?php while (have_posts()) : the_post();  $i++; ?>
-            <article <?php post_class('box list opacity shadow'); ?> id="post-<?php the_ID() ?>">
-                <header>
-                    <h2>
-                        <a href="<?php the_permalink() ?>" rel="bookmark" title="<?php printf(__('Permanent Link to %s', 'constructor'), the_title_attribute('echo=0')); ?>"><?php the_title(); ?></a>
-                    </h2>
-    				<div class="date color2"><?php the_date() ?></div>
-                </header>
-                <div class="entry clear">
-                    <?php the_post_thumbnail( 'list-post-thumbnail', array('class' => 'thumb alignleft') ); ?>
-    				<?php the_content(__('Read the rest of this entry &raquo;', 'constructor')); ?>
-                </div>
-                <?php if (is_singular()) get_constructor_social() ?>
-                <footer></footer>
-            </article>
-        <?php get_constructor_content_widget($i) ?>
-        <?php endwhile; ?>
-        <?php comments_template(); ?>
-        <?php get_constructor_navigation(); ?>
-    <?php else: get_constructor_nothing(); endif; ?>
-    </div>
-    <?php get_constructor_sidebar(); ?>
-</div><!-- id='content' -->
\ No newline at end of file
diff --git a/wp-content/themes/constructor/layouts/page.php b/wp-content/themes/constructor/layouts/page.php
deleted file mode 100644
index 97eb862bdaee1a1e77c1cdde1e6609f32e069159..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/layouts/page.php
+++ /dev/null
@@ -1,43 +0,0 @@
-<?php
-/**
- * @package WordPress
- * @subpackage constructor
- */
-__('Single', 'constructor'); // required for correct translation
-?>
-<div id="content" class="box shadow opacity <?php the_constructor_layout_class() ?>">
-    <div id="container">
-    <?php get_constructor_slideshow(true) ?>
-    <?php if (have_posts()) : ?>
-        <?php while (have_posts()) : the_post(); global $post; ?>
-            <article <?php post_class(); ?> id="post-<?php the_ID() ?>">
-                <header class="opacity box">
-                    <h1><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php printf(__('Permanent Link to %s', 'constructor'), the_title_attribute('echo=0')); ?>"><?php the_title(); ?></a></h1>
-                </header>
-                <div class="entry">
-                    <?php the_content(__('Read the rest of this entry &raquo;', 'constructor')) ?>
-				    <?php wp_link_pages(array('before' => '<p class="pages"><strong>'.__('Pages', 'constructor').':</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
-                </div>
-                <footer>
-                    <?php edit_post_link(__('Edit', 'constructor'), '', ' | '); ?>
-                    <?php if ($post->post_parent) : $parent_link = get_permalink($post->post_parent); ?>
-                    <a href="<?php echo $parent_link; ?>"><?php _e('Back to Parent Page', 'constructor');?></a> |
-                    <?php endif; ?>
-                    <?php if (get_constructor_option('content', 'date')) { the_date(); echo ' | '; } ?>
-                    <?php if (get_constructor_option('content', 'links', 'comments')) {
-                        comments_popup_link(
-                            __('No Comments &#187;', 'constructor'),
-                            __('1 Comment &#187;', 'constructor'),
-                            __('% Comments &#187;', 'constructor'),
-                            'comments-link',
-                            __('Comments Closed', 'constructor')
-                        );
-                    } ?>
-                </footer>
-            </article>
-        <?php endwhile; ?>
-        <?php comments_template(); ?>
-    <?php else: get_constructor_nothing(); endif; ?>
-    </div><!-- id='container' -->
-    <?php get_constructor_sidebar(); ?>
-</div><!-- id='content' -->
\ No newline at end of file
diff --git a/wp-content/themes/constructor/layouts/simple.php b/wp-content/themes/constructor/layouts/simple.php
deleted file mode 100644
index b72ae87afc3611aaf993ef666acd18508f738e14..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/layouts/simple.php
+++ /dev/null
@@ -1,32 +0,0 @@
-<?php
-/**
- * @package WordPress
- * @subpackage constructor
- */
-__('Simple', 'constructor'); // required for correct translation
-?>
-<div id="content" class="box shadow opacity <?php the_constructor_layout_class() ?>">
-    <div id="container" >
-    <?php get_constructor_slideshow(true) ?>
-    <?php if (have_posts()) : ?>
-        <?php while (have_posts()) : the_post();?>
-            <article <?php post_class('simple'); ?> id="post-<?php the_ID() ?>">
-                <header>
-                    <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php printf(__('Permanent Link to %s', 'constructor'), the_title_attribute('echo=0')); ?>"><?php the_title(); ?></a></h2>
-                </header>
-                <div class="entry">
-                	<?php
-                        // without "more" link
-                        the_content('');
-                    ?>
-                </div>
-                <?php if (is_singular()) get_constructor_social() ?>
-                <footer></footer>
-            </article>
-        <?php endwhile; ?>
-        <?php comments_template(); ?>
-        <?php get_constructor_navigation(); ?>
-    <?php else: get_constructor_nothing(); endif; ?>
-    </div>
-    <?php get_constructor_sidebar(); ?>
-</div><!-- id='content' -->
diff --git a/wp-content/themes/constructor/layouts/single.php b/wp-content/themes/constructor/layouts/single.php
deleted file mode 100644
index cf0a2b0615947e2fd50cd05ee1ee011f4097c62a..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/layouts/single.php
+++ /dev/null
@@ -1,48 +0,0 @@
-<?php
-/**
- * @package WordPress
- * @subpackage constructor
- */
-__('Single', 'constructor'); // required for correct translation
-?>
-<div id="content" class="box shadow opacity <?php the_constructor_layout_class() ?>">
-    <div id="container" >
-    <?php get_constructor_slideshow(true) ?>
-
-    <?php if (have_posts()) : ?>
-        <?php while (have_posts()) : the_post(); ?>
-            <article <?php post_class(); ?> id="post-<?php the_ID() ?>">
-                <header class="opacity box">
-                    <h1><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php printf(__('Permanent Link to %s', 'constructor'), the_title_attribute('echo=0')); ?>"><?php the_title(); ?></a></h1>
-                </header>
-                <div class="entry">
-                    <?php the_content(__('Read the rest of this entry &raquo;', 'constructor')) ?>
-				    <?php wp_link_pages(array('before' => '<p class="pages"><strong>'.__('Pages', 'constructor').':</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
-                </div>
-                <?php get_constructor_social() ?>
-                <footer>
-                        <?php edit_post_link(__('Edit', 'constructor'), '', ' | '); ?>
-                        <?php if (get_constructor_option('content', 'date')) { the_date(); echo ' | '; } ?>
-                        <?php if (get_constructor_option('content', 'links', 'author')) { the_author_posts_link(); echo ' | '; } ?>
-                        <?php if (get_constructor_option('content', 'links', 'category') && count( get_the_category() ) ) : ?>
-                            <?php _e('Posted in', 'constructor'); echo ": "; the_category(', '); echo ' | ';?>
-                        <?php endif; ?>
-                        <?php if (get_constructor_option('content', 'links', 'tags')) { the_tags(__('Tags', 'constructor') . ': ', ', ', ' |'); } ?>
-                        <?php if (get_constructor_option('content', 'links', 'comments')) {
-                            comments_popup_link(
-                                __('No Comments &#187;', 'constructor'),
-                                __('1 Comment &#187;', 'constructor'),
-                                __('% Comments &#187;', 'constructor'),
-                                'comments-link',
-                                __('Comments Closed', 'constructor')
-                            );
-                        } ?>
-                </footer>
-            </article>
-        <?php endwhile; ?>
-        <?php comments_template(); ?>
-        <?php get_constructor_navigation(); ?>
-    <?php else: get_constructor_nothing(); endif; ?>
-    </div><!-- id='container' -->
-    <?php get_constructor_sidebar(); ?>
-</div><!-- id='content' -->
\ No newline at end of file
diff --git a/wp-content/themes/constructor/layouts/thumb.php b/wp-content/themes/constructor/layouts/thumb.php
deleted file mode 100644
index 35247eda8db6ff443ab03c05e1d7c3c309357852..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/layouts/thumb.php
+++ /dev/null
@@ -1,47 +0,0 @@
-<?php
-/**
- * @package WordPress
- * @subpackage constructor
- */
-__('Single', 'constructor'); // required for correct translation
-?>
-<div id="content" class="box shadow opacity <?php the_constructor_layout_class() ?>">
-    <div id="container" >
-    <?php get_constructor_slideshow(true) ?>
-    <?php if (have_posts()) : ?>
-        <?php while (have_posts()) : the_post(); ?>
-            <article <?php post_class(); ?> id="post-<?php the_ID() ?>">
-                <header class="opacity box">
-                    <h1><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php printf(__('Permanent Link to %s', 'constructor'), the_title_attribute('echo=0')); ?>"><?php the_title(); ?></a></h1>
-                </header>
-                <div class="entry">
-                    <?php echo get_the_post_thumbnail(NULL, 'tile-post-thumbnail', array('class'=>'aligncenter')) ?>
-                    <?php the_content(__('Read the rest of this entry &raquo;', 'constructor')) ?>
-				    <?php wp_link_pages(array('before' => '<p class="pages"><strong>'.__('Pages', 'constructor').':</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
-                </div>
-                <footer>
-                    <?php edit_post_link(__('Edit', 'constructor'), '', ' | '); ?>
-                    <?php if (get_constructor_option('content', 'date')) { the_date(); echo ' | '; } ?>
-                    <?php if (get_constructor_option('content', 'links', 'author')) { the_author_posts_link(); echo ' | '; } ?>
-                    <?php if (get_constructor_option('content', 'links', 'category') && count( get_the_category() ) ) : ?>
-                        <?php _e('Posted in', 'constructor'); echo ": "; the_category(', '); ?>
-                    <?php endif; ?>
-                    <?php if (get_constructor_option('content', 'links', 'tags')) { the_tags(__('Tags', 'constructor') . ': ', ', ', ' |'); } ?>
-                    <?php if (get_constructor_option('content', 'links', 'comments')) {
-                        comments_popup_link(
-                            __('No Comments &#187;', 'constructor'),
-                            __('1 Comment &#187;', 'constructor'),
-                            __('% Comments &#187;', 'constructor'),
-                            'comments-link',
-                            __('Comments Closed', 'constructor')
-                        );
-                    } ?>
-                </footer>
-            </article>
-        <?php endwhile; ?>
-        <?php comments_template(); ?>
-        <?php get_constructor_navigation(); ?>
-    <?php else: get_constructor_nothing(); endif; ?>
-    </div><!-- id='container' -->
-    <?php get_constructor_sidebar(); ?>
-</div><!-- id='content' -->
\ No newline at end of file
diff --git a/wp-content/themes/constructor/layouts/tile.php b/wp-content/themes/constructor/layouts/tile.php
deleted file mode 100644
index cef4232e3f7b507a8d9297857cdd241ce220cfbd..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/layouts/tile.php
+++ /dev/null
@@ -1,40 +0,0 @@
-<?php
-/**
- * @package WordPress
- * @subpackage constructor
- */
-__('Tile', 'constructor'); // required for correct translation
-?>
-<div id="content" class="box shadow opacity <?php the_constructor_layout_class('none') ?>">
-    <div id="container" class="tile">
-    <?php get_constructor_slideshow(true) ?>
-    <?php if (have_posts()) : ?>
-        <?php while (have_posts()) : the_post(); ?>
-            <div>
-            <article <?php post_class('opacity shadow box'); ?> id="post-<?php the_ID() ?>">
-                <header class="opacity">
-                    <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php printf(__('Permanent Link to %s', 'constructor'), the_title_attribute('echo=0')); ?>"><?php the_title(); ?></a></h2>
-                </header>
-                <div class="thumbnail">
-                    <a href="<?php the_permalink() ?>" rel="bookmark" title="<?php printf(__('Permanent Link to %s', 'constructor'), the_title_attribute('echo=0')); ?>">
-                    <?php 
-                        // try to found post thubmnail
-                        if (!($thumb = get_the_post_thumbnail(NULL, 'tile-post-thumbnail'))) {
-                            $thumb = get_constructor_noimage();
-                        } 
-                        echo $thumb;    
-                    ?>
-                    </a>
-                </div>
-                <footer class="opacity">
-                    <div class="date"><?php the_date() ?></div>
-                    <div class="comments"><?php comments_popup_link('0', '1', '%', 'button', '' ); ?></div>
-                </footer>
-            </article>
-            </div>
-        <?php endwhile; ?>
-        <?php get_constructor_navigation(); ?>
-    <?php else: get_constructor_nothing(); endif; ?>
-    </div>
-    <?php get_constructor_sidebar(); ?>
-</div><!-- id='content' -->
\ No newline at end of file
diff --git a/wp-content/themes/constructor/layouts/tiles.php b/wp-content/themes/constructor/layouts/tiles.php
deleted file mode 100644
index 4057a3057b5a859b437543bc85ee4269e62d2d9a..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/layouts/tiles.php
+++ /dev/null
@@ -1,38 +0,0 @@
-<?php
-/**
- * @package WordPress
- * @subpackage constructor
- */
-__('Tile', 'constructor'); // required for correct translation
-?>
-<div id="content" class="box shadow opacity <?php the_constructor_layout_class() ?>">
-    <div id="container" >
-    <?php get_constructor_slideshow(true) ?>
-    <?php if (have_posts()) : ?>
-        <?php while (have_posts()) : the_post(); ?>
-            <article <?php post_class('tiles'); ?> id="post-<?php the_ID() ?>">
-                <h2 class="announce opacity">
-                    <a href="<?php the_permalink() ?>" rel="bookmark" title="<?php printf(__('Permanent Link to %s', 'constructor'), the_title_attribute('echo=0')); ?>">
-                        <span class="color4"><?php the_date() ?></span>
-
-                        <?php the_title(); ?>
-                    </a>
-                </h2>
-                <div class="thumbnail">
-                   <?php
-                        // try to found post thubmnail
-                        if (!($thumb = get_the_post_thumbnail(NULL, 'list-post-thumbnail'))) {
-                            $thumb = get_constructor_noimage(128,128);
-                        }
-                        echo $thumb;
-                   ?>
-                </div>
-            </article>
-        <?php endwhile; ?>
-        <div class="tiles next">
-            <?php next_posts_link('&rarr;') ?>
-        </div>
-    <?php else: get_constructor_nothing(); endif; ?>
-    </div>
-    <?php get_constructor_sidebar(); ?>
-</div><!-- id='content' -->
\ No newline at end of file
diff --git a/wp-content/themes/constructor/libs/Constructor/Abstract.php b/wp-content/themes/constructor/libs/Constructor/Abstract.php
deleted file mode 100644
index ea40fa669d96c469b16caea567fccc1d088bd703..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/libs/Constructor/Abstract.php
+++ /dev/null
@@ -1,397 +0,0 @@
-<?php
-/**
- * @package WordPress
- * @subpackage Constructor
- */
-class Constructor_Abstract
-{
-    /**
-     * Default options by key "constructor"
-     *
-     * @var array
-     */
-    var $_default = array(
-        'sidebar' => 'right', // sidebar position
-        'layout' => array(
-            // layouts styles
-            'header' => 140, // header height
-            'width' => 1024, // container width
-            'sidebar' => 240, // sidebar width
-            'extra' => 240, // extrabar  width
-            // @TODO: it's really hard for current theme structure
-            'fluid' => array(
-                'flag' => false,
-                'width' => 80, // in %
-                'min-width' => 960, // in px
-                'max-width' => 1280, // in px
-            ),
-            'home' => 'default', // deprecated
-            'index' => 'default',
-            'page' => 'page',
-            'single' => 'single',
-            'archive' => 'default', // deprecated
-            'date' => 'default',
-            'category' => 'default',
-            'tag' => 'default',
-            'search' => 'default',
-        ),
-        'title' => array(
-            // title
-            'pos' => 'left top', // - position
-            'hidden' => false // - hidden title text
-        ),
-        'content' => array(
-            'date' => 1, // show date
-            // content
-            'links' => array(
-                'author' => 0, // - link to author page
-                'category' => 1, // - links to categories
-                'tags' => 0, // - links to tags
-                'comments' => 1 // - link to comments
-             ),
-            'widget' => array(
-                'flag' => false, // - enable content widget place
-                'after' => 1 // - show after N post
-            ),
-            'social' => array(
-                'twitter' => 1,
-                'facebook' => 1,
-                'delicious' => 1,
-                'reddit' => 1,
-                'vkontakte' => 0,
-                'digg' => 0,
-                'mixx' => 0,
-                'stumbleupon' => 0,
-                'google' => 0,
-                'memori' => 0,
-            )
-        ),
-        'comments' => array(
-            'avatar' => array(
-                'size' => 64, // - avatar size (see comments)
-                'pos' => 'right' // - avatarposition
-            ),
-        ),
-        'footer' => array(
-            // footer text
-            'text' => null,
-        ),
-        'fonts' => array(
-            // fonts
-            'title' => array(
-                'family' => 'Arial,Helvetica,sans-serif',
-                'size' => 48,
-                'weight' => 800,
-                'color' => '#333',
-                'transform' => 'uppercase',
-
-            ),
-            'description' => array(
-                'family' => 'Arial,Helvetica,sans-serif',
-                'size' => 14,
-                'weight' => 600,
-                'color' => '#777',
-                'transform' => 'uppercase'
-
-            ),
-            'header' => array(
-                'family' => 'Arial,Helvetica,sans-serif'
-            ),
-            'content' => array(
-                'family' => 'Arial,Helvetica,sans-serif'
-            ),
-        ),
-        'menu' => array(
-            // menu with links
-            'pos' => 'left top', // - position (left|right)+(top|center|bottom)
-            'width' => false, // - can be '100%'
-            'flag' => false, // - enable/disable
-            'home' => false, // - link to home page
-            'rss' => false, // - link to RSS
-            'search' => false, // - search form
-            'pages' => array(
-                'depth' => 1, 'exclude' => ''
-            ),
-            'categories' => array(
-                'depth' => 1, 'exclude' => '', 'group' => 1, 'title' => ''
-            )
-        ),
-        'slideshow' => array(
-            // Slideshow options
-            'flag' => false, // - enable/disable
-            'layout' => 'in', // - slideshow 'in' main container or 'over'
-            'onpage' => false, // - show slideshow on page
-            'onsingle' => false, // - show slideshow on single post
-            'onarchive' => false, // - show slideshow on archives
-            'showposts' => 10, // - show last N slides
-            'id' => null, // - slideshow ID - for NextGenGallery
-//                        'thumbnail' => true, // - use thumbnail or full size
-            'height' => 200, // - height in px
-            'advanced' => array(
-                'play' => false,
-                'effect' => 'slide',
-                'effectTime' => 300,
-                'timeout' => 3000
-            )
-        ),
-        'design' => array(
-            'box' => array(
-                'flag' => true, // create box border radius
-                'radius' => 6, // value of it
-            ),
-            'shadow' => array(
-                'flag' => true, // create shadow
-                'x' => 0,
-                'y' => 0,
-                'blur' => 3
-            ),
-        ),
-        'images' => array(
-            // background images
-            'body' => array(
-                'src' => '', 'pos' => 'left top', 'repeat' => 'no-repeat', 'fixed' => false
-            ),
-            'wrap' => array(
-                'src' => '', 'pos' => 'left top', 'repeat' => 'no-repeat', 'fixed' => false
-            ),
-
-            'header' => array(
-                'src' => '', 'pos' => 'left top', 'repeat' => 'no-repeat'
-            ),
-            'wrapper' => array(
-                'src' => '', 'pos' => 'left top', 'repeat' => 'no-repeat'
-            ),
-            'sidebar' => array(
-                'src' => '', 'pos' => 'left top', 'repeat' => 'no-repeat'
-            ),
-            'extrabar' => array(
-                'src' => '', 'pos' => 'left top', 'repeat' => 'no-repeat'
-            ),
-            'footer' => array(
-                'src' => '', 'pos' => 'left top', 'repeat' => 'no-repeat'
-            ),
-
-            'wrapheader' => array(
-                'src' => '', 'pos' => 'left top', 'repeat' => 'no-repeat'
-            ),
-            'wrapcontent' => array(
-                'src' => '', 'pos' => 'left top', 'repeat' => 'no-repeat'
-            ),
-            'wrapfooter' => array(
-                'src' => '', 'pos' => 'left top', 'repeat' => 'no-repeat'
-            ),
-        ),
-        'opacity' => 'light', // type of opacity
-        'color' => array(
-            // theme colors
-            'bg' => '#fff',
-            'bg2' => '#eee',
-            'opacity' => '#fff',
-            'title' => '#333',
-            'title2' => '#555',
-            'text' => '#333',
-            'text2' => '#aaa',
-            'border' => '#aaa',
-            'border2' => '#999',
-            'form' => '#fff',
-
-            'header1' => '#ff6600',
-            'header2' => '#ff8833',
-            'header3' => '#ffaa66',
-        ),
-    );
-
-    /**
-     * Options by key "constructor"
-     *
-     * @var array
-     */
-    var $_options = array();
-
-    /**
-     * Options by key "constructor_admin"
-     *
-     * @var array
-     */
-    var $_admin = array(
-        'theme' => 'default',
-        'donate' => true
-    );
-
-    var $_theme = 'default';
-    var $_themes = null;
-
-    /**
-     * Nix_Abstract
-     *
-     * @access  public
-     */
-    function Constructor_Abstract()
-    {
-        $this->__construct();
-    }
-
-    /**
-     * Constructor of Nix_Abstract
-     *
-     * @access  public
-     */
-    function __construct()
-    {
-        $options = get_option('constructor');
-        $admin = get_option('constructor_admin');
-
-        if (!$options) {
-            $options = require CONSTRUCTOR_DEFAULT_THEMES . '/default/config.php';
-        }
-
-        if (!$admin) {
-            $admin = array();
-        }
-
-        $this->_options = $this->_arrayMerge($this->_default, $options);
-        $this->_admin = $this->_arrayMerge($this->_admin, $admin);
-
-        $this->_theme = $this->_admin['theme'];
-
-        if (function_exists('add_image_size')) {
-            $size = $this->getSlideshowSize();
-	        add_image_size('slideshow-thumbnail', $size['width'], $size['height'], true);
-        }
-    }
-
-
-    /**
-     * array merge
-     *
-     * @param array $a
-     * @param array $b
-     * @return array
-     */
-    function _arrayMerge($a, $b)
-    {
-        foreach ($b as $k => $v) {
-            if (is_array($v)) {
-                if (!isset($a[$k])) {
-                    $a[$k] = $v;
-                } else {
-                    $a[$k] = $this->_arrayMerge($a[$k], $v);
-                }
-            } else {
-                $a[$k] = $v;
-            }
-        }
-        return $a;
-    }
-
-    /**
-     * getTheme
-     *
-     * return theme name
-     *
-     * @return  string
-     */
-    function getTheme()
-    {
-        return $this->_admin['theme'];
-    }
-
-    /**
-     * @param  $theme
-     * @return bool
-     */
-    function isDefaultTheme($theme)
-    {
-        return in_array($theme, $this->getDefaultThemes());
-    }
-
-    /**
-     * @return string
-     */
-    function getThemePath()
-    {
-        return ($this->isDefaultTheme($this->_theme)
-                 ? CONSTRUCTOR_DEFAULT_THEMES.'/'.$this->_theme
-                 : CONSTRUCTOR_CUSTOM_THEMES.'/'.$this->_theme);
-    }
-
-    /**
-     * @return string
-     */
-    function getThemeUri()
-    {
-        return ($this->isDefaultTheme($this->_theme)
-                 ? CONSTRUCTOR_DEFAULT_THEMES_URI.'/'.$this->_theme
-                 : CONSTRUCTOR_CUSTOM_THEMES_URI.'/'.$this->_theme);
-    }
-
-    /**
-     * @return array
-     */
-    function getCustomThemes()
-    {
-        if ($this->_custom === null) {
-            $themes = scandir(CONSTRUCTOR_CUSTOM_THEMES);
-            $this->_custom = array_diff($themes, array('.', '..', '.svn', '.htaccess', 'readme.txt'));
-        }
-        return $this->_custom;
-    }
-
-    /**
-     * @return array
-     */
-    function getDefaultThemes()
-    {
-        if ($this->_themes === null) {
-            $themes = scandir(CONSTRUCTOR_DEFAULT_THEMES);
-            $this->_themes = array_diff($themes, array('.', '..', '.svn', '.htaccess', 'readme.txt'));
-        }
-        return $this->_themes;
-    }
-
-    /**
-     * getContentWidth
-     *
-     * @return integer
-     */
-    function getContentWidth()
-    {
-        // switch statement for $this->_options['sidebar']
-        switch ($this->_options['sidebar']) {
-            case 'none':
-                return (int)($this->_options['layout']['width'] - 4);
-                break;
-            case 'two':
-            case 'two-right':
-            case 'two-left':
-                return (int)($this->_options['layout']['width'] - $this->_options['layout']['sidebar'] - $this->_options['layout']['extra'] - 6);
-                break;
-            default:
-                return (int)($this->_options['layout']['width'] - $this->_options['layout']['sidebar'] - 4);
-                break;
-        }
-    }
-
-    /**
-     * getSlideshowSize
-     *
-     * @return array
-     */
-    function getSlideshowSize()
-    {
-        $return = array(
-        );
-        // height from configuration
-        $return['height'] = (int)$this->_options['slideshow']['height'];
-
-        // calculate slideshow width
-        if ($this->_options['slideshow']['layout'] == 'over') {
-            $return['width'] = (int)($this->_options['layout']['width'] - 2);
-        } else {
-            $return['width'] = $this->getContentWidth();
-        }
-        return $return;
-    }
-}
-
-?>
\ No newline at end of file
diff --git a/wp-content/themes/constructor/libs/Constructor/Admin.php b/wp-content/themes/constructor/libs/Constructor/Admin.php
deleted file mode 100644
index 47d0b41a6b392acd1ae45f71da90db516478604f..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/libs/Constructor/Admin.php
+++ /dev/null
@@ -1,760 +0,0 @@
-<?php
-/**
- * @package WordPress
- * @subpackage Constructor
- */
-require_once 'Abstract.php';
-
-class Constructor_Admin extends Constructor_Abstract
-{
-    var $_custom = null;
-    var $_modules = array();
-    var $_donate  = '
-        <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
-            <input type="hidden" name="cmd" value="_donations" />
-            <input type="hidden" name="business" value="oksanaromaniuk@gmail.com" />
-            <input type="hidden" name="lc" value="US" />
-            <input type="hidden" name="item_name" value="Wordpress Constructor Theme" />
-            <input type="hidden" name="currency_code" value="USD" />
-            <input type="hidden" name="bn" value="PP-DonationsBF:btn_donateCC_LG.gif:NonHostedGuest" />
-            <input type="submit" name="Submit" class="button-primary" value="Donate" />
-            <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1" />
-        </form>';
-
-    var $_errors = array();
-    /**
-     * @var WP_Filesystem_Direct
-     */
-    var $_wp_filesystem_direct = null;
-
-    /**
-     * init all hooks
-     * @param array $modules
-     */
-    function init($modules = array()) 
-    {
-        $this->_modules = $modules;
-
-        if (!isset($_SESSION)) {
-            session_start();
-        }
-
-	    require_once ABSPATH . 'wp-admin/includes/class-wp-filesystem-base.php';
-	    require_once ABSPATH . 'wp-admin/includes/class-wp-filesystem-direct.php';
-
-        $this->_wp_filesystem_direct = new WP_Filesystem_Direct(null);
-
-        require_once CONSTRUCTOR_DIRECTORY .'/admin/ajax.php';
-
-        // permission check
-        if (!$this->permissions()) {
-            echo '<div id="errors" class="error fade">'.
-                 '<p><strong>'.
-                 __('Please check permissions for next directories:', 'constructor').'</strong></p>'.
-                 '<ul>'.
-                    '<li>'.WP_CONTENT_DIR.'</li>'.
-                    '<li>'.WP_CONTENT_DIR.'/constructor</li>'.
-                    '<li>'.CONSTRUCTOR_CUSTOM_CONTENT.'</li>'.
-                 '</ul>'.
-                 '</div>';
-        }
-
-        // process request
-        $this->request();
-
-        add_action('admin_menu', array($this, 'addMenuItem'));
-        
-        add_action('switch_theme', array($this, 'disable'));
-    }
-
-    /**
-     * Check directories and permissions
-     * @return void
-     */
-    function permissions()
-    {
-        if (!wp_mkdir_p(CONSTRUCTOR_CUSTOM_CONTENT)) {
-            return false;
-        } else {
-            if (!wp_mkdir_p(CONSTRUCTOR_CUSTOM_CACHE))  return false;
-            if (!wp_mkdir_p(CONSTRUCTOR_CUSTOM_THEMES)) return false;
-            if (!wp_mkdir_p(CONSTRUCTOR_CUSTOM_IMAGES)) return false;
-            if (!wp_mkdir_p(CONSTRUCTOR_CUSTOM_THEMES .'/current')) return false;
-            return true;
-        }
-    }
-
-    /**
-     * _updateCache
-     *
-     * Update cache of style file
-     *
-     * @return  rettype  return
-     */
-    function _updateCache()
-    {
-        $css = "/*generated " . date('Y-m-d H:i') . "*/\n\n";
-
-        ob_start();
-        include_once CONSTRUCTOR_DIRECTORY . '/css.php';
-        $css .= ob_get_contents();
-        ob_end_clean();
-
-        $this->writeFile(CONSTRUCTOR_CUSTOM_CACHE . '/style.css', $css);
-    }
-
-    /**
-     * _updateOptions
-     *
-     * update constructor options
-     *
-     * @param   array    $data
-     * @return  array
-     */
-    function _updateOptions($data = array())
-    {
-        $this->_options = $this->_arrayMerge($this->_default, $data);
-
-        update_option('constructor', $this->_options);
-
-        // need update style cache
-        $this->_updateCache();
-
-    }
-
-    /**
-     * _updateAdmin
-     *
-     * update constructor admin options
-     *
-     * @param   array    $data
-     * @return  array
-     */
-    function _updateAdmin($data = array())
-    {
-        $this->_admin = $this->_arrayMerge($this->_admin, $data);
-
-        update_option('constructor_admin', $this->_admin);
-    }
-    
-    /**
-     * Process the request
-     *
-     * @return bool
-     */
-    function request()
-    {
-        if (isset($_GET['page']) && ($_GET['page'] == "functions.php" or $_GET['page'] == "admin/admin.php")){
-            if (isset($_REQUEST['action']) && 'save' == $_REQUEST['action']) {
-                check_admin_referer('constructor');
-                if (isset($_REQUEST['constructor'])) {
-
-                    $files = isset($_FILES['constructor'])?$_FILES['constructor']:array();
-                    $data  = $_REQUEST['constructor'];
-
-                    if (isset ($data['theme-reload']) && $data['theme-reload'] != 0) {
-                        // loading theme and forgot all changes
-                        $theme = $data['theme'];
-                        $this->load($theme);
-                    } else {
-
-                        $theme = $this->_admin['theme'];
-
-                        $this->_admin['theme'] = 'current';
-
-                        if ($files && is_writable(CONSTRUCTOR_CUSTOM_THEMES .'/current/')) {
-
-                            foreach ($files['name']['images'] as $name => $image) {
-                                if (isset($image['src']) && is_uploaded_file($files['tmp_name']['images'][$name]['src'])) {
-
-                                    if (!preg_match('/\.(jpe?g|png|gif|tiff)$/i', $image['src'])) {
-                                        $this->_errors[] = sprintf(__('File "%s" is not a image (jpeg, png, gif, tiff)','constructor'), $image['src']);
-                                        continue;
-                                    }
-
-                                    if (move_uploaded_file($files['tmp_name']['images'][$name]['src'], CONSTRUCTOR_CUSTOM_THEMES .'/current/' . $image['src'])) {
-                                        $data['images'][$name]['src'] = $image['src'];
-                                    } else {
-                                        $this->_errors[] = sprintf(__('File "%s" can\'t be move to "/constructor/current/" folder','constructor'), $image['src']);
-                                        continue;
-                                    }
-                                }
-                            }
-                        }
-                        /**
-                         * Shadow
-                         */
-                        if (isset($data['shadow'])) $data['shadow'] = true;
-
-                        /**
-                         * CSS changes
-                         */
-                        if (isset($data['css']) && is_writable(CONSTRUCTOR_CUSTOM_THEMES.'/current/style.css')) {
-                            $this->writeFile(CONSTRUCTOR_CUSTOM_THEMES.'/current/style.css', stripslashes($data['css']));
-                            unset($data['css']);
-                        }
-
-                        /**
-                         * Slideshow
-                         */
-                        $data['slideshow']['id']        = isset($data['slideshow']['id'])?(int)$data['slideshow']['id']:null;
-                        $data['slideshow']['showposts'] = isset($data['slideshow']['showposts'])?(int)$data['slideshow']['showposts']:10;
-
-                        /**
-                         * Flags changes
-                         * @todo Need check follows code
-                         */
-        				/*
-        			    $arr_false = array_keys(array_diff_key($this->_options, $data));
-        			    $arr_false = array_fill_keys($arr_false, false);
-        			    $data      = array_merge($this->_options, $arr_false);
-        				*/
-
-        				$fonts = require CONSTRUCTOR_DIRECTORY . '/admin/fonts.php';
-                        $font_face = require CONSTRUCTOR_DIRECTORY . '/admin/font-face.php';
-                        $fonts = array_merge($fonts, $font_face);
-
-        				$data['fonts']['title']['family'] = $fonts[$data['fonts']['title']['family']];
-        				$data['fonts']['description']['family'] = $fonts[$data['fonts']['description']['family']];
-        				$data['fonts']['header']['family'] = $fonts[$data['fonts']['header']['family']];
-        				$data['fonts']['content']['family'] = $fonts[$data['fonts']['content']['family']];
-
-                        $data['menu']['flag']   = isset($data['menu']['flag'])?true:false;
-
-                        if ($data['menu']['flag']) {
-                            $data['menu']['home']   = isset($data['menu']['home'])?true:false;
-                            $data['menu']['rss']    = isset($data['menu']['rss'])?true:false;
-                            $data['menu']['search'] = isset($data['menu']['search'])?true:false;
-
-                            $data['menu']['categories']['group'] = isset($data['menu']['categories']['group'])?true:false;
-    
-                            $data['menu']['pages']['exclude'] = join(',',array_map('intval', split(',', $data['menu']['pages']['exclude'])));
-                            $data['menu']['categories']['exclude'] = join(',',array_map('intval', spliti(',', $data['menu']['categories']['exclude'])));
-                        }
-
-                        $data['title']['hidden'] = isset($data['title']['hidden'])?true:false;
-
-        				$data['content']['date'] = isset($data['content']['date'])?true:false;
-        				$data['content']['links']['author'] = isset($data['content']['links']['author'])?true:false;
-        				$data['content']['links']['category'] = isset($data['content']['links']['category'])?true:false;
-        				$data['content']['links']['tags'] = isset($data['content']['links']['tags'])?true:false;
-        				$data['content']['links']['comments'] = isset($data['content']['links']['comments'])?true:false;
-
-                        $data['design']['box']['flag']    = isset($data['design']['box']['flag'])?true:false;
-                        $data['design']['shadow']['flag'] = isset($data['design']['shadow']['flag'])?true:false;
-
-        				$data['images']['body']['fixed'] = isset($data['images']['body']['fixed'])?true:false;
-                        $data['images']['wrap']['fixed'] = isset($data['images']['wrap']['fixed'])?true:false;
-
-                        $data['slideshow']['flag']      = isset($data['slideshow']['flag'])?true:false;
-                        $data['slideshow']['onpage']    = isset($data['slideshow']['onpage'])?true:false;
-        				$data['slideshow']['onsingle']  = isset($data['slideshow']['onsingle'])?true:false;
-        				$data['slideshow']['onarchive'] = isset($data['slideshow']['onarchive'])?true:false;
-
-        				$data['slideshow']['advanced']['thumb'] = isset($data['slideshow']['advanced']['thumb'])?true:false;
-        				$data['slideshow']['advanced']['play']  = isset($data['slideshow']['advanced']['play'])?true:false;
-
-                        $this->_updateAdmin();
-                        $this->_updateOptions($data);
-
-                        $this->save($theme);
-                    }
-
-                }
-
-                if (sizeof($this->_errors) > 0) {
-                    $_SESSION['errors'] = serialize($this->_errors);
-                    wp_redirect("themes.php?page={$_GET['page']}&saved=true&errors=true");
-                } else {
-                    $_SESSION['errors'] = '';
-                    wp_redirect("themes.php?page={$_GET['page']}&saved=true");
-                }
-                die;
-            }
-        }
-    }
-
-    /**
-     * @param  $theme
-     * @return void
-     */
-    function load($theme)
-    {
-        if ($this->isDefaultTheme($theme)) {
-            $data = require CONSTRUCTOR_DEFAULT_THEMES .'/'.$theme.'/config.php';
-        } else {
-            $data = require CONSTRUCTOR_CUSTOM_THEMES .'/'. $theme .'/config.php';
-        }
-
-        $this->_admin['theme'] = $theme;
-
-        $this->_updateAdmin();
-        $this->_updateOptions($data);
-    }
-
-    /**
-     * Save theme as current
-     * @param  string $theme old theme
-     * @return void
-     */
-    function save($theme)
-    {
-        global $current_user, $template_uri;
-        
-        // get theme options
-        $constructor = $this->_options;
-        $admin       = $this->_admin;
-
-        // get theme name
-        $path = CONSTRUCTOR_CUSTOM_THEMES .'/current';
-
-        if ($this->isDefaultTheme($theme)) {
-            $path_old = CONSTRUCTOR_DEFAULT_THEMES .'/'. $theme;
-        } else {
-            $path_old = CONSTRUCTOR_CUSTOM_THEMES .'/'. $theme;
-        }
-
-        $theme_uri   = home_url();
-        $description = get_bloginfo('description');
-        $version     = '0.0.1';
-        $author      = $current_user->user_nicename;
-        $author_uri  = '';
-
-        // create new folder for new theme
-        if (is_dir($path) &&
-            !is_writable($path)) {
-            $this->_errors[] = sprintf(__('Directory "%s" is not writable.', 'constructor'), $path);
-            return false;
-        } else {
-            if (!wp_mkdir_p($path)) {
-                $this->_errors[] = sprintf(__('Directory "%s" is not writable.', 'constructor'), CONSTRUCTOR_CUSTOM_THEMES .'/');
-                return false;
-            }
-        }
-
-        // copy all theme images to new? directory
-        foreach ($constructor['images'] as $img => $data) {
-            if (!empty($data['src'])) {
-                $old_image = $path_old .'/'. $data['src'];
-                $new_image = $path .'/'. $data['src'];
-
-                if ($old_image != $new_image && file_exists($old_image)) {
-                    // we are already check directory permissions
-                    if (!@copy($old_image, $new_image)) {
-                         $this->_errors[] = sprintf(__('Can\'t copy file "%s" to "%s".', 'constructor'), $old_image, $new_image);
-                    }
-                }
-            }
-        }
-        // copy all images (*.png, *.jpeg, *.jpg, *.gif)
-        // and check it
-        $files = scandir($path_old);
-        $files = array_diff($files, array('.','..','.svn','screenshot.png','config.php','style.css'));
-        foreach ($files as $file) {
-            if (in_array(strtolower(pathinfo($file, PATHINFO_EXTENSION)), array('png', 'jpg', 'jpeg', 'gif'))
-                && @getimagesize($path_old . '/'. $file)
-                ) {
-                @copy($path_old.'/'.$file, $path.'/'.$file);
-            }
-        }
-
-        // copy default screenshot (if not exist)
-        if (!file_exists($path.'/screenshot.png')) {
-            if (!@copy(CONSTRUCTOR_DIRECTORY.'/admin/images/screenshot.png', $path.'/screenshot.png')) {
-
-                $this->_errors[] = sprintf(__('Can\'t copy file "%s".', 'constructor'), '/admin/images/screenshot.png');
-                return false;
-            }
-        }
-
-        // update style file
-        if (file_exists($path.'/style.css')) {
-            $style = $this->readFile($path.'/style.css');
-            // match first comment /* ... */
-            $style = preg_replace('|\/\*(.*)\*\/|Umis', '', $style, 1);
-        } else {
-            $style = '';
-        }
-
-        $style = "/*
-Theme Name: Current
-Theme URI: $theme_uri
-Description: $description
-Version: $version
-Author: $author
-Author URI: $author_uri
-*/".$style;
-
-        unset($constructor['theme']);
-
-        $config = "<?php \n".
-                  "/* Save on ".date('Y-m-d H:i')." */ \n".
-                  "return ".
-                  var_export($constructor, true).
-                  "\n ?>";
-
-        // update files content
-        if (!$this->writeFile($path.'/style.css', $style)) {
-            $this->_errors[] = sprintf(__('Can\'t save file "%s".', 'constructor'), $path.'/style.css');
-            return false;
-        }
-
-        if (!$this->writeFile($path.'/config.php', $config)) {
-            $this->_errors[] =  sprintf(__('Can\'t save file "%s".', 'constructor'), $path.'/config.php');
-            return false;
-        }
-        return true;
-    }
-
-    /**
-     * readFile
-     *
-     * @param  string $file
-     * @return string
-     */
-    function readFile($file)
-    {
-        return $this->_wp_filesystem_direct->get_contents($file);
-    }
-    /**
-     * writeFile
-     *
-     * @param  string $file
-     * @param  string $content
-     * @return string
-     */
-    function writeFile($file, $content)
-    {
-        return $this->_wp_filesystem_direct->put_contents($file, $content, 0644);
-    }
-
-
-    /**
-     * @return void
-     */
-    function donate()
-    {
-        // set donate flag to false
-        $constructor_admin = get_option('constructor_admin');
-        $constructor_admin['donate'] = false;
-        update_option('constructor_admin', $constructor_admin);
-
-        die();
-    }
-
-    /**
-     * unload callback
-     *
-     * @param string $theme
-     */
-    function disable($theme)
-    {
-        // disable autoload
-    }
-    
-    /**
-     * remove callback
-     */
-    function remove()
-    {
-        // remove theme options
-        delete_option('constructor');
-        delete_option('constructor_admin');
-    }
-
-
-    /**
-     * add scripts by wp_head hook
-     *
-     * @return  void
-     */
-    function addThemeScripts() 
-    {
-        global $wp_version;
-        wp_enqueue_script('thickbox');
-
-        wp_enqueue_script('constructor-layout',      CONSTRUCTOR_DIRECTORY_URI .'/admin/js/jquery.layout.js',  array('jquery'));
-        wp_enqueue_script('constructor-custom',      CONSTRUCTOR_DIRECTORY_URI .'/admin/js/jquery-ui-custom.js', array('jquery'));
-//        wp_enqueue_script('constructor-accordion',   CONSTRUCTOR_DIRECTORY_URI .'/admin/js/jquery.ui.accordion.js', array('jquery','jquery-ui-core'));
-//        wp_enqueue_script('constructor-widget',      CONSTRUCTOR_DIRECTORY_URI .'/admin/js/jquery.ui.widget.js', array('jquery','jquery-ui-core'));
-//        wp_enqueue_script('constructor-mouse',       CONSTRUCTOR_DIRECTORY_URI .'/admin/js/jquery.ui.mouse.js', array('jquery','jquery-ui-core'));
-//        wp_enqueue_script('constructor-slider',      CONSTRUCTOR_DIRECTORY_URI .'/admin/js/jquery.ui.slider.js', array('jquery','jquery-ui-core'));
-        wp_enqueue_script('constructor-colorpicker', CONSTRUCTOR_DIRECTORY_URI .'/admin/js/colorpicker.js',  array('jquery'));
-        wp_enqueue_script('constructor-settings',    CONSTRUCTOR_DIRECTORY_URI .'/admin/js/settings.js', array('jquery'));
-        wp_enqueue_script('constructor-messages',    CONSTRUCTOR_DIRECTORY_URI .'/admin/js/messages.js',  array('jquery'));
-        wp_print_scripts();
-    }
-    
-    /**
-     * add styles by wp_head hook
-     *
-     * @return  void
-     */
-    function addThemeStyles() 
-    {
-        // basic style
-        //add_editor_style('style.css');
-
-        // save current changes to session
-        $_SESSION['constructor_width'] = $this->_options['layout']['width'];
-        $_SESSION['constructor_color'] = $this->_options['color'];
-        $_SESSION['constructor_fonts'] = $this->_options['fonts'];
-
-        // load generated style
-        add_editor_style('css-editor.php?theme='.$this->_admin['theme']);
-
-
-        wp_enqueue_style('thickbox');
-        wp_enqueue_style('constructor-admin',       CONSTRUCTOR_DIRECTORY_URI .'/admin/css/admin.css');
-        wp_enqueue_style('constructor-colorpicker', CONSTRUCTOR_DIRECTORY_URI .'/admin/css/colorpicker.css');
-        wp_enqueue_style('jquery-ui',               CONSTRUCTOR_DIRECTORY_URI .'/admin/css/jquery-ui.css');
-        wp_print_styles();
-    }
-
-    /**
-     * Add configuration page
-     */
-    function addMenuItem()
-    {
-        // super admin
-        $page = add_theme_page(
-            __('Customize Theme', 'constructor'),
-            __('Customize', 'constructor'),
-            'edit_themes',
-            'functions.php',
-            array($this, 'getPage')
-        )
-        or
-        // admin for MU blog
-        add_theme_page(
-            __('Customize Theme', 'constructor'),
-            __('Customize', 'constructor'),
-            'edit_theme_options',
-            'admin/admin.php',
-            array($this, 'getPage')
-        );
-        
-        add_action('admin_head-'. $page, array($this, 'addThemeScripts'), 2);
-        add_action('admin_head-'. $page, array($this, 'addThemeStyles'),  3);
-    }
-    
-    /**
-     * getFonts
-     *
-     * @return  rettype  return
-     */
-    function getFontFamily($key) 
-    {
-        /*@var $constructor array*/
-        $constructor = $this->_options;
-
-        $fonts = require CONSTRUCTOR_DIRECTORY . '/admin/fonts.php';
-        echo "<select class='constructor-font-family' name='constructor[fonts][".$key."][family]'>";
-        echo "<optgroup label='".__('Standart Fonts', 'constructor')."'>";
-        foreach ($fonts as $k => $font) :
-        ?>
-            <option value="<?php echo $k ?>" <?php if ($font == $constructor['fonts'][$key]['family']) echo 'selected="selected"'; ?>><?php echo $font ?></option>
-        <?php
-        endforeach;
-        $k++; // start from this is font
-        $font_face = require CONSTRUCTOR_DIRECTORY . '/admin/font-face.php';
-        echo "<optgroup label='".__('Google Fonts', 'constructor')."'>";
-        foreach ($font_face as $i => $font) :
-            if ($font == $constructor['fonts'][$key]['family']) :
-                $loadFont = $font;
-            ?>
-                <option class="webfonts" value="<?php echo $k+$i ?>" selected="selected"><?php echo $font ?></option>
-            <?php
-            else:
-            ?>
-                <option class="webfonts" value="<?php echo $k+$i ?>"><?php echo $font ?></option>
-            <?php
-            endif;
-        endforeach;
-        echo "</optgroup>";
-        echo "</select>";
-        if (isset($loadFont)) {
-            ?>
-                <script type="text/javascript">loadFont('<?php echo $loadFont ?>');</script>
-            <?php
-        }
-    }
-    
-    /**
-     * getFonts
-     *
-     * @return  rettype  return
-     */
-    function getFontSize($key) 
-    {
-        /*@var $constructor array*/
-        $constructor = $this->_options;
-        $size = (int)$constructor['fonts'][$key]['size'];
-        
-        
-        $font_sizes = array(8,9,10,11,12,14,16,18,20,
-                            22,24,26,28,32,36,40,44,48,
-                            52,56,60,72,76,80,84,88,92);
-         
-        if ($size && !in_array($size, $font_sizes)) {
-            array_unshift($font_sizes, $size);
-        }
-        
-        echo "<select class='constructor-font-size' name='constructor[fonts][".$key."][size]'>";
-        foreach ($font_sizes as $font_size) :
-        ?>
-            <option value='<?php echo $font_size ?>' <?php if ($size == $font_size) echo 'selected="selected"'; ?>><?php echo $font_size ?>px</option>
-        <?php
-        endforeach;        
-        echo "</select>";
-    }
-    
-    /**
-     * getFonts
-     *
-     * @return  rettype  return
-     */
-    function getFontTransform($key) 
-    {
-        /*@var $constructor array*/
-        $constructor = $this->_options;
-        /*
-        none	No capitalization. The text renders as it is. This is default
-        capitalize	Transforms the first character of each word to uppercase
-        uppercase	Transforms all characters to uppercase
-        lowercase	Transforms all characters to lowercase
-        */
-        $options = array('none',
-                         'capitalize',
-                         'uppercase',
-                         'lowercase',
-                          );
-       
-        echo "<select class='constructor-font-transform' name='constructor[fonts][".$key."][transform]'>";
-        foreach ($options as $option) :
-        ?>
-            <option value='<?php echo $option ?>' <?php if ($constructor['fonts'][$key]['transform'] == $option) echo 'selected="selected"'; ?>><?php echo $option ?></option>
-        <?php
-        endforeach;        
-        echo "</select>";
-    }
-    
-    /**
-     * getFonts
-     *
-     * @return  rettype  return
-     */
-    function getFontWeight($key) 
-    {
-        /*@var $constructor array*/
-        $constructor = $this->_options;
-        /*
-        Defines from thin to thick characters. 400 is the same as normal, and 700 is the same as bold
-        */
-        $options = array(100,200,300,400,500,600,700,800,900);
-       
-        echo "<select class='constructor-font-weight' name='constructor[fonts][".$key."][weight]'>";
-        foreach ($options as $option) :
-        ?>
-            <option value='<?php echo $option ?>' <?php if ($constructor['fonts'][$key]['weight'] == $option) echo 'selected="selected"'; ?>><?php echo $option ?></option>
-        <?php
-        endforeach;        
-        echo "</select>";
-    }
-    
-    /**
-     * getFonts
-     *
-     * @return  rettype  return
-     */
-    function getFontColor($key) 
-    {
-        /*@var $constructor array*/
-        $constructor = $this->_options;
-        $color = $constructor['fonts'][$key]['color'];
-        ?>
-        <script type="text/javascript">
-        /* <![CDATA[ */
-        (function($){
-            $(document).ready(function(){            
-                initColorPicker('fonts-<?php echo $key?>-color');        
-            });
-        })(jQuery);
-        /* ]]> */
-        </script>
-        <input type="hidden" id="constructor-fonts-<?php echo $key?>-color" name="constructor[fonts][<?php echo $key?>][color]" value="<?php echo $color?>"/>
-        <div id="fonts-<?php echo $key?>-color" class="color"><div style="background-color: <?php echo $color ?>"></div></div>
-        <?php
-    }
-    
-    /**
-     * getPage
-     *
-     * render admin page
-     *
-     * @return  string
-     */
-    function getPage() 
-    {
-        global $constructor, $admin, $theme_path, $theme_uri;
-        /*@var $constructor array*/
-        $constructor = $this->_options;
-        
-        /*@var $admin array*/
-        $admin = $this->_admin;
-
-        /*@var $theme_path string */
-        $theme_path = $this->getThemePath();
-
-        /*@var $theme_uri string */
-        $theme_uri = $this->getThemeUri();
-        ?>
-        <div class='wrap'>
-           <h2><?php _e('Customize Theme', 'constructor'); ?></h2>
-           <?php
-               if ( $this->_admin['donate'] ) {
-                   echo '<div id="message" class="updated fade donate"><div class="donate-button">'.$this->_donate.'</div><p>'.__('If you like this theme and find it useful, help keep this theme free and actively developed by clicking the donate button (via PayPal or CC)').'</p><a href="'.get_bloginfo('wpurl').'/wp-admin/admin-ajax.php" class="message-close ui-icon ui-icon-close" title=":("><span/></a><br class="clear"/></div>';
-               }
-               
-               if ( isset( $_REQUEST['saved'] ) ) {
-                   echo '<div id="message" class="updated fade"><p><strong>'.__('Options saved.').'</strong></p></div>';
-               }
-               
-               if ( isset( $_REQUEST['errors'] ) ) {
-                   if (isset($_SESSION['errors']) && $_SESSION['errors'] != '') {
-                       $errors = unserialize($_SESSION['errors']);
-                       $_SESSION['errors'] = '';
-                   }
-                   echo '<div id="errors" class="error fade"><p><strong>'.
-                            __('Some images can\'t be upload. Please check permissions').'<br/>'.
-                            join('<br/>',$errors).
-                        '</strong></p></div>';
-               }
-               ?>
-           <div class="constructor">
-                <form method="post" id="constructor-form" action="<?php echo esc_attr($_SERVER['REQUEST_URI']); ?>" enctype="multipart/form-data">
-                    <?php wp_nonce_field('constructor'); ?>
-                    <input type="hidden" name="action" value="save" />
-                    <div id="tabs">
-                        <ul>
-                            <?php foreach ($this->_modules as $module => $file) : ?>
-                            <li><a href="#constr-<?php echo $file ?>" name="<?php echo $file ?>"><?php echo $module ?></a></li>
-                            <?php endforeach; ?>
-                        </ul>
-                        <?php foreach ($this->_modules as $module => $file) : ?>
-                        <div id="constr-<?php echo $file ?>">
-                            <?php require_once CONSTRUCTOR_DIRECTORY ."/admin/settings/$file.php" ?>
-                        </div>
-                        <?php endforeach; ?>
-    
-                    </div>
-                    <p class="submit">
-                        <input type="submit" name="Submit" class="button-primary" value="<?php _e('Save Changes', 'constructor')?>" />
-                    </p>
-                </form>
-           </div>
-        </div>
-        <?php
-    }
-}
-?>
\ No newline at end of file
diff --git a/wp-content/themes/constructor/libs/Constructor/Ajax.php b/wp-content/themes/constructor/libs/Constructor/Ajax.php
deleted file mode 100644
index 10637db3b0b41d55055817facbce1300cb976a5c..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/libs/Constructor/Ajax.php
+++ /dev/null
@@ -1,216 +0,0 @@
-<?php
-/**
- * @package WordPress
- * @subpackage Constructor
- */
-require_once 'Abstract.php';
-
-class Constructor_Ajax extends Constructor_Abstract
-{
-    var $_themes = null;
-    var $_custom = null;
-    var $_errors = array();
-
-    /**
-     * Save "Current" theme as "..."
-     * @return void
-     */
-    function save()
-    {
-        global $current_user, $template_uri;
-
-        // get theme options
-        $constructor = $this->_options;
-        $admin       = $this->_admin;
-
-        // get theme name
-        $theme = isset($_REQUEST['theme'])?$_REQUEST['theme']:$admin['theme'];
-        $theme_new = strtolower($theme);
-        $theme_new = preg_replace('/\W/', '-', $theme_new);
-        $theme_new = preg_replace('/[-]+/', '-', $theme_new);
-
-        if ($this->isDefaultTheme($theme_new)) {
-            $theme_new = $theme_new .'_'. date('His');
-        }
-
-        $path_new = CONSTRUCTOR_CUSTOM_THEMES .'/'. $theme_new;
-        $path_old = CONSTRUCTOR_CUSTOM_THEMES .'/current';
-
-        $theme_uri   = isset($_REQUEST['theme-uri'])?$_REQUEST['theme-uri']:'';
-        $description = stripslashes(isset($_REQUEST['description'])?$_REQUEST['description']:'');
-        $version     = isset($_REQUEST['version'])?$_REQUEST['version']:'0.0.1';
-        $author      = isset($_REQUEST['author'])?$_REQUEST['author']:'';
-        $author_uri  = isset($_REQUEST['author-uri'])?$_REQUEST['author-uri']:$current_user->user_nicename;
-
-        // create new folder for new theme
-        if (is_dir($path_new) &&
-            !is_writable($path_new)) {
-            $this->returnResponse(RESPONSE_KO,  sprintf(__('Directory "%s" is not writable.', 'constructor'), $path_new));
-        } else {
-            if (!wp_mkdir_p($path_new)) {
-                $this->returnResponse(RESPONSE_KO, sprintf(__('Directory "%s" is not writable.', 'constructor'), CONSTRUCTOR_CUSTOM_THEMES .'/'));
-            }
-        }
-        // copy all theme images to new? directory
-        foreach ($constructor['images'] as $img => $data) {
-            if (!empty($data['src'])) {
-                $old_image = $path_old .'/'. $data['src'];
-                $new_image = $path_new .'/'. $data['src'];
-
-                if ($old_image != $new_image) {
-                    // we are already check directory permissions
-                    if (!@copy($old_image, $new_image)) {
-                         $this->returnResponse(RESPONSE_KO, sprintf(__('Can\'t copy file "%s".', 'constructor'), $old_image));
-                    }
-                }
-            }
-        }
-
-        // copy all images (*.png, *.jpeg, *.jpg, *.gif)
-        // and check it
-        $files = scandir($path_old);
-        $files = array_diff($files, array('.','..','.svn','screenshot.png','config.php','style.css'));
-        foreach ($files as $file) {
-            if (in_array(pathinfo($file, PATHINFO_EXTENSION), array('png', 'jpg', 'jpeg', 'gif'))
-                && @getimagesize($path_old . '/'. $file)
-                ) {
-                @copy($path_old.'/'.$file, $path_new.'/'.$file);
-            }
-        }
-
-        // copy default screenshot (if not exist)
-        if (!file_exists($path_new.'/screenshot.png') &&
-             file_exists($path_old.'/screenshot.png')) {
-            if (!@copy($path_old.'/screenshot.png', $path_new.'/screenshot.png')) {
-                $this->returnResponse(RESPONSE_KO, sprintf(__('Can\'t copy file "%s".', 'constructor'), $path_old.'/screenshot.png'));
-            }
-        } elseif (!file_exists($path_new.'/screenshot.png')) {
-            if (!@copy(CONSTRUCTOR_DIRECTORY.'/admin/images/screenshot.png', $path_new.'/screenshot.png')) {
-                $this->returnResponse(RESPONSE_KO, sprintf(__('Can\'t copy file "%s".', 'constructor'), '/admin/images/screenshot.png'));
-            }
-        }
-
-
-        require_once ABSPATH . 'wp-admin/includes/class-wp-filesystem-base.php';
-	    require_once ABSPATH . 'wp-admin/includes/class-wp-filesystem-direct.php';
-
-        $wp_filesystem_direct = new WP_Filesystem_Direct(null);
-
-        // update style file
-        if (file_exists($path_old.'/style.css')) {
-            $style = $wp_filesystem_direct->get_contents($path_old.'/style.css');
-            // match first comment /* ... */
-            $style = preg_replace('|\/\*(.*)\*\/|Umis', '', $style, 1);
-        } else {
-            $style = '';
-        }
-
-        $style = "/*
-Theme Name: $theme
-Theme URI: $theme_uri
-Description: $description
-Version: $version
-Author: $author
-Author URI: $author_uri
-*/".$style;
-
-        unset($constructor['theme']);
-
-        $config = "<?php \n".
-                  "/* Save on ".date('Y-m-d H:i')." */ \n".
-                  "return ".
-                  var_export($constructor, true).
-                  "\n ?>";
-
-        // update files content
-        // style CSS
-        if (!$wp_filesystem_direct->put_contents(CONSTRUCTOR_CUSTOM_THEMES .'/'.$theme_new.'/style.css', $style, 0644)) {
-            $this->returnResponse(RESPONSE_KO, sprintf(__('Can\'t save file "%s".', 'constructor'), CONSTRUCTOR_CUSTOM_THEMES .'/'.$theme_new.'/style.css'));
-        }
-
-        // theme config
-        if (!$wp_filesystem_direct->put_contents(CONSTRUCTOR_CUSTOM_THEMES .'/'.$theme_new.'/config.php', $config, 0644)) {
-            $this->returnResponse(RESPONSE_KO, sprintf(__('Can\'t save file "%s".', 'constructor'), CONSTRUCTOR_CUSTOM_THEMES .'/'.$theme_new.'/config.php'));
-        }
-
-        $this->returnResponse(RESPONSE_OK, __('Theme was saved, please reload page for view changes', 'constructor'));
-    }
-
-    /**
-     * @return void
-     */
-    function donate()
-    {
-        // set donate flag to false
-        $constructor_admin = get_option('constructor_admin');
-        $constructor_admin['donate'] = false;
-        update_option('constructor_admin', $constructor_admin);
-
-        die();
-    }
-
-    /**
-     * clean
-     *
-     * @return void
-     */
-    function clean()
-    {
-        delete_option('constructor');
-        delete_option('constructor_admin');
-
-        if ($this->_clean(CONSTRUCTOR_CUSTOM_CONTENT)) {
-            $this->returnResponse(RESPONSE_OK, __('Theme was cleaned', 'constructor'));
-        } else {
-            $this->returnResponse(RESPONSE_KO, sprintf(__('System can&#39;t remove folder &quot;%s&quot;', 'constructor'), CONSTRUCTOR_CUSTOM_CONTENT));
-        }
-    }
-
-    /**
-     * _clean
-     *
-     * Used for remove folders in $wp_uploads['basepath'] .'/constructor'
-     *
-     * @param string $folder
-     * @return void
-     */
-    function _clean($folder)
-    {
-        if (!is_dir($folder)) {
-            // not exists or not dir
-            return true;
-        }
-        $files = scandir($folder);
-        $files = array_diff($files, array('.','..'));
-        if (!empty($files)) {
-            foreach ($files as $file) {
-                if (is_dir($folder .'/'. $file)) {
-                    if (!$this->_clean($folder .'/'. $file)) {
-                        return false;
-                    }
-                } elseif (!@unlink($folder .'/'. $file)) {
-                    return false;
-                }
-            }
-        }
-        return @rmdir($folder);
-    }
-
-    /**
-     * Return simple JSON response
-     *
-     * @param string $status RESPONSE_OK|RESPONSE_KO
-     * @param string $message
-     */
-    function returnResponse($status = RESPONSE_OK, $message = '')
-    {
-        header('Cache-Control: no-cache, must-revalidate');
-        header('Expires: Mon, 26 Jul 1997 05:00:00 GMT');
-        header('Content-type: application/json');
-
-        $message = addslashes($message);
-        echo '{"status":"'.$status.'","message":"'.$message.'"}';
-        die();
-    }
-}
-?>
\ No newline at end of file
diff --git a/wp-content/themes/constructor/libs/Constructor/Main.php b/wp-content/themes/constructor/libs/Constructor/Main.php
deleted file mode 100644
index cc5efb2e435a02a6b0b8b2237f88db00b163afe9..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/libs/Constructor/Main.php
+++ /dev/null
@@ -1,518 +0,0 @@
-<?php
-/**
- * @package WordPress
- * @subpackage Constructor
- */
-require_once 'Abstract.php';
-
-class Constructor_Main extends Constructor_Abstract
-{
-    /**
-     * Current layout
-     *
-     *  - none
-     *  - right
-     *  - left
-     *  - two
-     *  - two-right
-     *  - two-left
-     *
-     * @var string
-     */
-    var $_layout;
-
-    /**
-     * init all hooks
-     */
-    function init() 
-    {
-        add_action('wp_head', array($this, 'addThemeScripts'), 2);
-        add_action('wp_head', array($this, 'addThemeStyles'),  3);
-    }
-    
-    /**
-     * add script by wp_head hook
-     *
-     * @return  void
-     */
-    function addThemeScripts() 
-    {
-        wp_enqueue_script('constructor-theme',     CONSTRUCTOR_DIRECTORY_URI.'/js/ready.js', array('jquery'), null);
-    }
-    
-    /**
-     * add styles by wp_head hook
-     *
-     * @global $blog_id
-     * @return void
-     */
-    function addThemeStyles() 
-    {
-        // load style
-        if (file_exists(CONSTRUCTOR_CUSTOM_CACHE .'/style.css')) {
-            wp_enqueue_style('constructor-style',   CONSTRUCTOR_CUSTOM_CACHE_URI .'/style.css', array(), null);
-        } else {
-            wp_enqueue_style('constructor-style', home_url().'/?theme-constructor=css', array(), null);
-        }
-
-        // load constructor subtheme style
-        if ($this->isDefaultTheme($this->getTheme())) {
-            if (file_exists(CONSTRUCTOR_DEFAULT_THEMES.'/'.$this->getTheme().'/style.css')) {
-                wp_enqueue_style( 'constructor-theme', CONSTRUCTOR_DEFAULT_THEMES_URI .'/'.$this->getTheme().'/style.css', array(), null);
-            }
-        } else {
-            if (file_exists(CONSTRUCTOR_CUSTOM_THEMES.'/'.$this->getTheme().'/style.css')) {
-                wp_enqueue_style( 'constructor-theme', CONSTRUCTOR_CUSTOM_THEMES_URI .'/'.$this->getTheme().'/style.css', array(), null);
-            }
-        }
-
-    }
-    /**
-     * getOption
-     *
-     * @param  string $section
-     * @param  string $key1
-     * @param  string $key2
-     * @return mixed
-     */
-    function getOption($section, $key1, $key2 = null)
-    {
-        if ($key2) {
-            if (isset($this->_options[$section][$key1][$key2])) {
-                return $this->_options[$section][$key1][$key2];
-            } else {
-                return false;
-            }
-        }
-
-        if (isset($this->_options[$section][$key1])) {
-            return $this->_options[$section][$key1];
-        } else {
-            return false;
-        }
-    }
-
-    /**
-     * get constructor slideshow
-     *
-     * @access  public
-     * @param   boolean  $in In or Out of content container
-     * @return  false|string
-     */
-    function getSlideshow($in = false)
-    {
-        if (!$this->_options['slideshow']['flag']) {
-            return false;
-        }
-        if (is_page()   && !$this->_options['slideshow']['onpage'])    return false;
-        if (is_single() && !$this->_options['slideshow']['onsingle'])  return false;
-        if (is_archive()&& !$this->_options['slideshow']['onarchive']) return false;
-
-        if ( $in && $this->_options['slideshow']['layout'] == 'over') return false;
-        if (!$in && $this->_options['slideshow']['layout'] == 'in')   return false;
-
-        $size = $this->getSlideshowSize();
-
-        
-        echo '<div id="slideshow" style="height:'.$size['height'].'px;width:'.$size['width'].'px">';
-
-        // switch statement for true
-        switch (true) {
-            case (isset($this->_options['slideshow']['id']) && $this->_options['slideshow']['id']!='' && function_exists('nggShowSlideshow')):
-                echo nggShowSlideshow((int)$this->_options['slideshow']['id'], $size['width'], $size['height']);
-                break;
-        
-            default:
-                $this->getDefaultSlideshow($size['width'], $size['height']);
-                break;
-        }        
-        
-        echo '</div>';
-    }
-    
-    /**
-     * get constructor default slideshow
-     *
-     * generate code for embedded slideshow
-     *
-     * @param   integer $width
-     * @param   integer $height
-     * @return  string
-     */
-    function getDefaultSlideshow($width, $height) 
-    {
-        $options = $this->_options['slideshow']['advanced'];
-        $options['slideshow'] = home_url().'/?theme-constructor=slideshow&w='.$width.'&h='.$height;
-//        $options['thumbPath'] = CONSTRUCTOR_DIRECTORY_URI."/libs/timthumb.php?src=";
-        $optionsJSON = json_encode($options);
-        
-        echo '<div class="wp-sl"></div>';
-        wp_enqueue_script('constructor-slideshow', CONSTRUCTOR_DIRECTORY_URI.'/js/jquery.wp-slideshow.js');
-        wp_print_scripts('constructor-slideshow');
-        echo "
-        <script type='text/javascript'>
-        /* <![CDATA[ */
-            var wpSl = $optionsJSON;
-        /* ]]> */
-        </script>";
-    }
-    
-    /**
-     * get_constructor_layout
-     *
-     * @param  string $where
-     * @return string
-     */
-    function getLayout($where = 'index')
-    {
-        if (!isset($this->_options['layout'][$where])) {
-            return include_once CONSTRUCTOR_DIRECTORY .'/layouts/default.php';
-        }
-        
-        $layout = $this->_options['layout'][$where];
-        
-        if (is_file(CONSTRUCTOR_DIRECTORY .'/layouts/'.$layout.'.php')) {
-            include_once CONSTRUCTOR_DIRECTORY .'/layouts/'.$layout.'.php';
-        } else {
-            include_once CONSTRUCTOR_DIRECTORY .'/layouts/default.php';
-        }
-        return true;
-    }
-
-    /**
-     * get_constructor_class
-     *
-     * @param  string $rewrite
-     * @return string
-     */
-    function getLayoutClass($rewrite = null)
-    {
-        if ($rewrite) {
-            switch ($rewrite) {
-                case 'left':
-                case 'right':
-                case 'two':
-                case 'two-left':
-                case 'two-right':
-                case 'none':
-                    $sidebar = $rewrite;
-                    break;
-                default:
-                    $sidebar = 'right';
-                    break;
-            }
-        } else {
-            $sidebar = $this->_options['sidebar'];
-        }
-
-        $this->_layout = $sidebar;
-        return 'layout-'.$sidebar;
-    }
-    
-    /**
-     * get_constructor_menu
-     *
-     * @param  string $before
-     * @param  string $after
-     * @return string
-     */
-    function getMenu($before = '', $after = '')
-    {
-        if (!isset($this->_options['menu']['flag']) or !$this->_options['menu']['flag']) return false;
-
-        echo '<nav id="menu" class="opacity shadow">';
-        echo '<ul>';
-        
-        // before items
-        if (!empty($before)) {
-            echo '<li class="before-item">';
-            if (is_array($before)) {
-                echo join('</li><li class="before-item">', $before);
-            } else {
-                echo $before;
-            }
-            echo '</li>';
-        }
-        
-        // navigation menu - WP3
-        if (function_exists('wp_nav_menu')
-            && has_nav_menu('header')
-        ) {
-            $nav_menu = wp_nav_menu( array( 
-                                            'sort_column' => 'menu_order',
-                                            'container'   => '',
-                                            'echo' => 0, 'depth' => 0,
-                                            'theme_location' => 'header',
-                                            'menu_class'  => '' ) );
-            $nav_menu = preg_replace('/<ul(?:.*?)>(.*)<\/ul>/s', '\1', $nav_menu);
-            
-            echo $nav_menu;
-        }
-        // maybe "else" or not? 
-        {
-            
-            // show link to homepage
-            if ($this->_options['menu']['home']) {
-                echo '<li id="home"><a href="'.home_url().'/" title="'.get_bloginfo('name').'">'.__('Home', 'constructor').'</a></li>';
-            }
-            
-            // show pages drop-down menu (or as is)
-            if ($this->_options['menu']['pages']['depth']) {
-                $arg = array('title_li'=>'',
-                             'exclude' => $this->_options['menu']['pages']['exclude'],
-                             'depth'   => $this->_options['menu']['pages']['depth']
-                             );
-                wp_list_pages($arg);
-            }
-            
-            // dynamic sidebar "header"
-            if ( function_exists('dynamic_sidebar')) {
-                dynamic_sidebar('header');
-            }
-            
-            // show categories drop-down menu (or as is)
-            if ($this->_options['menu']['categories']['depth']) {  
-                $arg = array('title_li'=>'',
-                     'exclude' => $this->_options['menu']['categories']['exclude'],
-                     'depth'   => $this->_options['menu']['categories']['depth']
-                     );
-    
-                if (isset($this->_options['menu']['categories']['group']) && $this->_options['menu']['categories']['group']) {
-                    $cat_title = !empty($this->_options['menu']['categories']['title'])?$this->_options['menu']['categories']['title']:__('Categories','constructor');
-                    echo '<li><a href="#" title="'.$cat_title.'">'.$cat_title.'</a><ul>';
-                    wp_list_categories($arg);
-                    echo '</ul></li>';
-                } else {
-                    wp_list_categories($arg);
-                }
-            }
-            
-            // show search bar
-            if ($this->_options['menu']['search'])  {
-                $value = esc_attr(apply_filters('the_search_query', get_search_query()));
-                $class = "s";
-                if (empty($value)) {
-                    $value = __('Search...', 'constructor');
-                    $class = "s default";
-                }
-                echo '<li id="menusearchform">
-                          <form method="get" action="' . home_url() . '/" >
-                          <input class="'.$class.'" type="text" value="' . $value . '" name="s" '
-                               .'onfocus="javascript:if(this.value==\''.$value.'\') {this.value=\'\';this.className=\'s\'}"'
-                               .'onblur="javascript:if(this.value==\'\') {this.value=\''.$value.'\';this.className=\'s default\'}"/>
-                          
-                          </form>
-                      </li>';
-            }
-            
-            // show link to RSS
-            if ($this->_options['menu']['rss'])  {
-                echo '<li id="rss"><a href="'.get_bloginfo('rss2_url').'"  title="'.__('RSS Feed', 'constructor').'">'. __('RSS Feed', 'constructor').'</a></li>';
-            }
-            
-        }
-        // after items
-        if (!empty($after)) {            
-            echo '<li class="after-item">';
-            if (is_array($after)) {
-                echo join('</li><li class="after-item">', $after);
-            } else {
-                echo $after;
-            }
-            echo '</li>';
-        }
-        echo '</ul>';
-        echo '</nav>';
-    }
-    
-    /**
-     * get constructor content widget
-     * 
-     * @param integer $i post counter
-     * @return string
-     */
-    function getContentWidget($i)
-    {
-        // widget is not enabled
-        if (!$this->_options['content']['widget']['flag']) return false;
-        
-        // wrong position
-        if ($this->_options['content']['widget']['after'] != $i) return false;
-        echo "<div id=\"content-widget\" class=\"box\">\n";
-        dynamic_sidebar('content');
-        echo "</div>";
-    }
-
-    /**
-     * get_constructor_author
-     *
-     * @param  string $before
-     * @param  string $after
-     * @return string
-     */
-    function getAuthor($before = '', $after = '')
-    {
-        if ($this->_options['content']['author'])
-            echo $before; the_author_posts_link(); echo $after;
-    }
-    
-    /**
-     * get_constructor_author
-     *
-     * @param  integer $size
-     * @return string
-     */
-    function getAvatarSize($size = 32)
-    {
-        if (isset($this->_options['comments']['avatar']['size'])) {
-            return (int)$this->_options['comments']['avatar']['size'];
-        } else {
-            return $size;
-        }
-    }
-    
-    /**
-     * get_constructor_sidebar
-     *
-     * @access  public
-     * @return  string
-     */
-    function getSidebar()
-    {
-        // use config or template value
-        if ($this->_layout) {
-            $layout = $this->_layout;
-        } else {
-            $layout = $this->_options['sidebar'];
-        }
-
-        // switch statement for $layout
-        switch ($layout) {
-            case 'left':
-            case 'right':
-                get_sidebar();
-                break;
-            case 'left':
-            case 'right':
-                get_sidebar();
-                break;
-            case 'two':
-            case 'two-right':
-            case 'two-left':
-                get_sidebar();
-                get_sidebar('extra');
-                break;
-            case 'none':
-            default:
-                // nothing
-                break;
-        }
-    }
-    
-    /**
-     * get_constructor_social
-     *
-     * @access  public
-     * @return  string
-     */
-    function getSocial()
-    {
-        if (
-            $this->_options['content']['social']['twitter'] or
-            $this->_options['content']['social']['facebook'] or
-            $this->_options['content']['social']['delicious'] or
-            $this->_options['content']['social']['reddit'] or
-            $this->_options['content']['social']['vkontakte'] or
-            $this->_options['content']['social']['digg'] or
-            $this->_options['content']['social']['mixx'] or
-            $this->_options['content']['social']['stumbleupon'] or
-            $this->_options['content']['social']['google'] or
-            $this->_options['content']['social']['memori']
-        ) {
-            include_once CONSTRUCTOR_DIRECTORY . '/social.php';
-        }
-
-    }
-
-    /**
-     * get_constructor_navigation
-     *
-     * @access  public
-     * @return  string
-     */
-    function getNavigation()
-    {
-        include_once CONSTRUCTOR_DIRECTORY . '/navigation.php';
-    }
-    
-    /**
-     * get_constructor_footer
-     *
-     * @access public
-     * @return string
-     */
-    function getFooter()
-    {
-        if ($this->_options['footer']['text']) {
-            echo stripslashes($this->_options['footer']['text']);
-        } else {
-            echo '&copy; '.date('Y') .' '. sprintf(__('%1$s is proudly powered by %2$s', 'constructor'), get_bloginfo('name'), '<a href="http://wordpress.org/">WordPress</a>') .
-                 ' | <a href="http://anton.shevchuk.name/">'. __('Constructor Theme', 'constructor') .'</a><br />'.
-                 sprintf(__('%1$s and %2$s.', 'constructor'), '<a href="' . get_bloginfo('rss2_url') . '">' . __('Entries (RSS)', 'constructor') . '</a>', '<a href="' . get_bloginfo('comments_rss2_url') . '">' . __('Comments (RSS)', 'constructor') . '</a>');
-        }
-
-        if (defined('WP_DEBUG') && WP_DEBUG) {
-            printf(__('%d queries. %s seconds.', 'constructor'), get_num_queries(), timer_stop(0, 3));
-        }
-    }
-    
-    /**
-     * get constructor category
-     * 
-     * @return string
-     */
-    function getCategory()
-    {
-        global $wp_query;
-
-        $category = array();
-        
-        if (is_single()) {
-            $cat = get_the_category($wp_query->post->ID);
-            if ($cat) {
-                $category = preg_split('/\//', rtrim(get_category_parents($cat[0], false, '/', true), '/'));
-            }
-        } elseif (is_page()) {
-            $category = get_post_custom_values('category_name', $wp_query->post->ID);
-        } elseif (is_category()) {
-            $cat = get_category(get_query_var('cat'));
-            if ($cat) {
-                $category = preg_split('/\//', rtrim(get_category_parents($cat, false, '/', true), '/'));
-            }
-        }
-        return $category;
-    }
-    
-    /**
-     * get constructor category classname
-     * 
-     * @return string
-     */
-    function getCategoryClass()
-    {
-        global $category_class;
-        
-        if ($category_class) {
-            // nothing
-        } elseif ($category = get_constructor_category()) {
-            if (sizeof($category) > 0)
-                $category_class =  'category-' .join(' category-', $category);
-        } else {
-            $category_class = '';
-        }
-        
-        return $category_class;
-    }
-}
-
-?>
\ No newline at end of file
diff --git a/wp-content/themes/constructor/libs/Constructor/Shortcodes.php b/wp-content/themes/constructor/libs/Constructor/Shortcodes.php
deleted file mode 100644
index 973793485eef9155902326a73d187e5029b1d851..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/libs/Constructor/Shortcodes.php
+++ /dev/null
@@ -1,93 +0,0 @@
-<?php
-/**
- * @package WordPress
- * @subpackage Constructor
- */
-class Constructor_Shortcodes 
-{
-    
-    /**
-     * Return list of subpages
-     * 
-     * <code>
-     * [subpages]
-     * </code>
-     */
-    function subpages($attributes)
-    {
-    	global $post;
-        return '<ul class="subpages-list">'.wp_list_pages('title_li=&echo=0&child_of='.$post->ID).'</ul>';
-    }
-    
-    /**
-     * Return widget
-     * 
-     * <code>
-     * [widgets]
-     * </code>
-     */
-    function widgets($attributes)
-    {
-        ob_start();
-        dynamic_sidebar('incontent');
-        $content = ob_get_contents();
-        ob_end_clean();
-        return $content;
-    }
-    
-    /**
-     * Return list of attachments
-     * 
-     * <code>
-     * [attachments]
-     * [attachments type=image]
-     * [attachments type=video preview=1]
-     * </code>
-     */
-    function attachments($attributes)
-    {
-    	global $post;
-    	
-    	$mimetypes = array(
-    	   'image', 'video', 'audio', 'application'
-    	);
-    	
-    	if (isset($attributes['type']) && in_array($attributes['type'], $mimetypes)) {
-    	    $mimetype = $attributes['type'];
-    	} else {
-    	    $mimetype = null;
-    	}
-    	
-    	$args = array(
-    		'post_type' => 'attachment',
-    		'numberposts' => null,
-    		'post_status' => null,
-    		'post_parent' => $post->ID,
-    		'post_mime_type' => $mimetype
-    	);
-    	$attachments = get_children($args);
-    	
-    	if (!is_array($attachments) or !sizeof($attachments)) {
-    	    return '';
-    	}
-    	
-    	if (isset($attributes['preview'])) {
-    	    $output = '<ul class="attachment-list preview '.$mimetype.'">';
-		    foreach ($attachments as $attachment) {
-    			$output .= '<li>'.get_the_attachment_link($attachment->ID, false).'</li>';
-    		}
-    		$output .= '</ul>';
-    	} else {
-    	    $output = '<ul class="attachment-list '.$mimetype.'">';
-    	    foreach ($attachments as $attachment) {
-    			$output .= '<li><a title="'.$attachment->post_title.'" href="'.wp_get_attachment_url($attachment->ID).'">'. apply_filters('the_title', $attachment->post_title).'</a></li>';
-    		}
-    		$output .= '</ul>';
-    	}
-		
-        return $output;
-    }
-}
-add_shortcode('subpages',    array('Constructor_Shortcodes', 'subpages'));
-add_shortcode('widgets',     array('Constructor_Shortcodes', 'widgets'));
-add_shortcode('attachments', array('Constructor_Shortcodes', 'attachments'));
\ No newline at end of file
diff --git a/wp-content/themes/constructor/libs/debug.php b/wp-content/themes/constructor/libs/debug.php
deleted file mode 100644
index 6bc2f1d0739c0c0e6a16f9cb37ffeb145c3f866e..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/libs/debug.php
+++ /dev/null
@@ -1,35 +0,0 @@
-<?php
-    if (!defined('CONSTRUCTOR')) return '';
-
-    require_once 'includes/theme.php';
-    require_once 'includes/plugin.php';
-
-    $themes  = get_themes();
-    $theme   = $themes[get_current_theme()];
-    $plugins = get_plugins();
-    error_reporting(E_ALL);
-?>
-    
-<div id="debug">
-    <div class="updated">
-    <h4>Debug Information</h4>
-    <hr/>
-    OS: <strong><?php echo PHP_OS?></strong><br />
-    PHP: <strong><?php echo phpversion()?></strong><br />
-    Safe Mode: <strong><?php echo ini_get('safe_mode')?'yes':'no'; ?></strong><br />
-    
-    Wordpress: <strong><?php echo $wp_version?></strong><br />
-    <?php if (defined('WPLANG'))
-        echo 'localization: <strong>'. WPLANG .'</strong><br/>';
-    ?>
-    Theme: <?php echo $theme['Name'] ?> - <strong><?php echo $theme['Version'] ?></strong><br />
-    Plugins (active):
-    <ol>
-    <?php foreach ($plugins as $file => $plugin) : ?>
-    <?php if (is_plugin_active($file)) : ?>
-        <li><?php echo $plugin['Name'] .' - '.$plugin['Version'];?></li>
-    <?php endif; ?>
-    <?php endforeach; ?>
-    </ol>
-    </div>
-</div>
\ No newline at end of file
diff --git a/wp-content/themes/constructor/navigation.php b/wp-content/themes/constructor/navigation.php
deleted file mode 100644
index b5a6630723ac0bc82c08e2e534cf217a704c5062..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/navigation.php
+++ /dev/null
@@ -1,19 +0,0 @@
-<?php
-/**
- * You can change navigation in this is file
- * 
- * @package WordPress
- * @subpackage constructor
- */
-?>
-<nav class="navigation">
-    <?php if (is_singular()) : // Whether is single post, is a page, or is an attachment ?>
-        <div class="alignleft"><?php next_post_link('%link', '<span>&laquo;</span> %title') ?></div>
-        <div class="alignright"><?php previous_post_link('%link', '%title <span>&raquo;</span>') ?></div>
-    <?php elseif (function_exists('wp_pagenavi')) : // Plugin pagenavi ?>
-        <?php wp_pagenavi(); ?>
-    <?php else: // Default page navigation ?>
-        <div class="alignleft"><?php next_posts_link(__('<span>&laquo;</span> Older Entries', 'constructor')) ?></div>
-        <div class="alignright"><?php previous_posts_link(__('Newer Entries <span>&raquo;</span>', 'constructor')) ?></div>
-    <?php endif; ?>
-</nav>
\ No newline at end of file
diff --git a/wp-content/themes/constructor/nothing.php b/wp-content/themes/constructor/nothing.php
deleted file mode 100644
index f44212e73f094d20b0e36bb1732c68a349ada759..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/nothing.php
+++ /dev/null
@@ -1,15 +0,0 @@
-<?php
-/**
- * @package WordPress
- * @subpackage Constructor
- */
-?>
-<article <?php post_class(); ?>>
-    <h1 class="opacity box center"><a href="#" title="<?php _e( 'Nothing Found', 'constructor' ); ?>"><?php _e( 'Nothing Found', 'constructor' ); ?></a></h1>
-    <p><?php _e('Sorry, but nothing matched your search criteria. Please try again with some different keywords.', 'constructor'); ?></p>
-    <?php get_search_form() ?>
-</article>
-<script type="text/javascript">
-    // focus on search field after it has loaded
-    document.getElementById('s') && document.getElementById('s').focus();
-</script>
\ No newline at end of file
diff --git a/wp-content/themes/constructor/page.php b/wp-content/themes/constructor/page.php
deleted file mode 100644
index 02f02f1d73ebe71ef1fef3fe45fdb895b72f470a..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/page.php
+++ /dev/null
@@ -1,15 +0,0 @@
-<?php
-/**
- * @package WordPress
- * @subpackage Constructor
- */
-wp_enqueue_script( 'comment-reply' );
-
-// load header.php
-get_header();
-
-// load one of layout pages (layouts/*.php) based on settings
-get_constructor_layout('page');
-
-// load footer.php
-get_footer();
\ No newline at end of file
diff --git a/wp-content/themes/constructor/print.css b/wp-content/themes/constructor/print.css
deleted file mode 100644
index a4b4a1e8bde7bc4735f474cc9834b191e4bfbdc2..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/print.css
+++ /dev/null
@@ -1,45 +0,0 @@
-/*  
-Theme Name: Constructor
-Stylesheet: Printable
-*/
-#wrapheader, #header, #wrapfooter, #footer, .sidebar {
-    display:none;
-}
-#content {
-    border:0 !important;
-}
-#container {
-    width:100% !important;
-    margin:0 !important;
-    padding:0 !important;
-    border:0 !important;
-    box-shadow:none !important;
-    -moz-box-shadow:none !important;
-    -webkit-box-shadow:none !important;
-}
-    #posts {
-        margin:0 10px !important;
-        padding:0 !important;
-    }
-    
-        .hentry .title {
-            border:0 !important;
-            margin-bottom:0;
-            padding:4px;
-        }
-            .hentry .title a {
-                padding:0px;
-            }
-        .hentry .footer {
-            display:none;
-        }
-        
-#slideshow, #respond {
-    display:none;
-}
-.more-link, .navigation {
-    display:none;
-}
-.box {
-    border:0 !important;
-}
\ No newline at end of file
diff --git a/wp-content/themes/constructor/readme.txt b/wp-content/themes/constructor/readme.txt
deleted file mode 100644
index afc02442c2ce45f8c785eaafe877bb0a2e1e81fd..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/readme.txt
+++ /dev/null
@@ -1,47 +0,0 @@
-=== Constructor  ====
-Author: Anton Shevchuk
-Author URI: http://anton.shevchuk.name/
-
-Theme URI: http://code.google.com/p/wp-constructor/
-
-== Description ==
-
-Wordpress Constructor Theme for those who want to create a unique blog design quickly and effortlessly
-(many layouts, configured colors, custom fonts and slideshow, etc).
-
-Features:
-* subthemes - easy to create
-* six sidebar positions
-* 8 templates for homepage and other
-* 5 pages templates (authors, author page, monocolumn, parent page, sitemap)
-* you can change header size and menu position and items
-* social network integration (shared icons)
-* images for all elemets on page
-* configured colors and CSS
-* configured fonts (include font-face fonts from Google)
-* configured footer text
-* slideshow support
-* widget ready
-
-Plugins support:
-* NexGen Gallery slideshow
-* wp-pagenavi plugin
-
-
-Start build your own theme from [settings page](/wp-admin/themes.php?page=functions.php).
-
-For Wordpress version 3.0+
-
-== Installation ==
-
-1. Upload `constructor` to the `/wp-content/themes/` directory
-2. Activate the theme through the 'Themes' menu in WordPress
-
-=== Notices ===
-
-1. Constructor saves your custom themes in folder `/wp-content/constructor/themes/`
-2. Constructor creates cache for file `css.php` and saves it to `/wp-content/constructor/cache/`, please don't change it
-
-== Documentation ==
-
-See all documentation on project homepage: http://code.google.com/p/wp-constructor/
\ No newline at end of file
diff --git a/wp-content/themes/constructor/rtl.css b/wp-content/themes/constructor/rtl.css
deleted file mode 100644
index 91806971814201fbf327a0c7b9b6657ed2d4b700..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/rtl.css
+++ /dev/null
@@ -1,69 +0,0 @@
-/*  
-Theme Name: Constructor
-Stylesheet: Right-to-Left
-*/
-body {
-	direction:rtl;
-	unicode-bidi:embed;
-}
-/*Menu*/
-#menu li li a {
-    text-align:right;
-    padding:0 16px 0 24px;
-}
-/*/Menu*/
-/*Sidebars*/
-.sidebar ul ul{
-    padding:0 4px 0 0;
-}
-.sidebar li li li {
-    padding:2px 6px 2px 2px;
-}
-/*/Sidebars*/
-/*Posts*/
-.hentry .entry h1,
-.hentry .entry h2,
-.hentry .entry h3,
-.hentry .entry h4,
-.hentry .entry h5,
-.hentry .entry h6,
-.hentry .entry ul,
-.hentry .entry ol {
-    margin-right:12px;
-}
-
-.hentry .entry li ol,
-.hentry .entry li ul {
-    padding-right:6px
-}
-/*-tile*/
-.tile .title{
-    text-align:right;
-}
-/*-list*/
-.list .date{
-    right:auto;
-    left:12px;
-}
-
-/*/Posts*/
-/*Author Page*/
-.feed-icon {
-    right:auto;
-    left:8px;
-}
-
-.author dt {
-    float: right;
-    clear: right;
-    text-align:left;
-}
-.author dd {
-    margin:0 170px 0 0;
-}
-/*/Author Page*/
-/*Comments*/
-#commentform {
-    margin: 5px 0 0 10px
-}
-/*/Comments*/
\ No newline at end of file
diff --git a/wp-content/themes/constructor/screenshot.png b/wp-content/themes/constructor/screenshot.png
deleted file mode 100644
index eff5a7f09cb64fcf3a597ebfea2e7c7de22eb4e4..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/screenshot.png and /dev/null differ
diff --git a/wp-content/themes/constructor/search.php b/wp-content/themes/constructor/search.php
deleted file mode 100644
index 381f960b74a8b2cc1818bd4c04655c22b4504ce8..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/search.php
+++ /dev/null
@@ -1,15 +0,0 @@
-<?php
-/**
- * @package WordPress
- * @subpackage constructor
- */
-
-// load header.php
-get_header();
-
-// load one of layout pages (layouts/*.php) based on settings
-get_constructor_layout('search');
-
-// load footer.php
-get_footer();
-?>
\ No newline at end of file
diff --git a/wp-content/themes/constructor/sidebar-extra.php b/wp-content/themes/constructor/sidebar-extra.php
deleted file mode 100644
index d4fb5df184753c9d5b089968afed9309de2ded82..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/sidebar-extra.php
+++ /dev/null
@@ -1,26 +0,0 @@
-<?php
-/**
- * @package WordPress
- * @subpackage Constructor
- */
-?>
-<aside id="extra">
-    <ul><?php 	    
-	    // switch statement for widget place
-	    switch (true) {
-	        case (is_archive() && dynamic_sidebar('extra-categories')):
-	            break;
-	        case (is_page() && dynamic_sidebar('extra-pages')):
-	            break;
-	        case (is_single() && dynamic_sidebar('extra-posts')):
-	            break;
-            case (dynamic_sidebar('extra')):
-	            break;
-	        default:
-	            wp_list_pages('title_li=<h2>'.__('Pages', 'constructor').'</h2>' );
-	            wp_list_categories('show_count=1&title_li=<h3>'.__('Categories', 'constructor').'</h3>');
-	            break;
-	    }
-	    ?>
-    </ul>
-</aside>
\ No newline at end of file
diff --git a/wp-content/themes/constructor/sidebar.php b/wp-content/themes/constructor/sidebar.php
deleted file mode 100644
index 5099814168c416434a1dd2c8acc84a3c9a7add55..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/sidebar.php
+++ /dev/null
@@ -1,50 +0,0 @@
-<?php
-/**
- * @package WordPress
- * @subpackage Constructor
- */
-?>
-<aside id="sidebar">
-	<ul>
-	    <?php 	    
-	    // switch statement for widget place
-	    switch (true) {
-	        case (is_archive() && dynamic_sidebar('sidebar-categories')):
-	            break;
-	        case (is_page() && dynamic_sidebar('sidebar-pages')):
-	            break;
-	        case (is_single() && dynamic_sidebar('sidebar-posts')):
-	            break;
-            case (dynamic_sidebar('sidebar')):
-	            break;
-	        default:
-	            ?>
-	            <?php if (!is_404()) : ?>
-        	    <li>
-        			<?php get_search_form(); ?>
-        		</li>
-        		<?php endif; ?>
-        		
-        		<?php wp_list_pages('title_li=<h3>'.__('Pages', 'constructor').'</h3>' ); ?>
-        
-        		<?php wp_list_categories('show_count=1&title_li=<h3>'.__('Categories', 'constructor').'</h3>'); ?>
-        		
-                <li><h3><?php _e('Tags', 'constructor')?></h3>
-            	    <?php if (function_exists('wp_tag_cloud')) { wp_tag_cloud('smallest=8&largest=18&number=40'); } ?>
-        	    </li>
-        
-        		<?php /* If this is the frontpage */ if ( is_home() || is_page() ) : ?>
-    			<li><h3><?php _e('Meta', 'constructor') ?></h3>
-        			<ul>
-        				<?php wp_register(); ?>
-        				<li><?php wp_loginout(); ?></li>
-        				<?php wp_meta(); ?>
-        			</ul>
-    			</li>
-        		<?php endif; ?>
-	            <?php
-	            break;
-	    }
-	    ?>
-	</ul>
-</aside>
\ No newline at end of file
diff --git a/wp-content/themes/constructor/single.php b/wp-content/themes/constructor/single.php
deleted file mode 100644
index 2375de1442fe428895535e3dc42d40949a667484..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/single.php
+++ /dev/null
@@ -1,17 +0,0 @@
-<?php
-/**
- * @package WordPress
- * @subpackage Constructor
- */
-// requeried comments
-wp_enqueue_script( 'comment-reply' );
-
-// load header.php
-get_header();
-
-// load one of layout pages (layouts/*.php) based on settings
-get_constructor_layout('single');
-
-// load footer.php
-get_footer();
-?>
\ No newline at end of file
diff --git a/wp-content/themes/constructor/slideshow.php b/wp-content/themes/constructor/slideshow.php
deleted file mode 100644
index 1311d6b64f15c3e19a24daf6656566c988df098e..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/slideshow.php
+++ /dev/null
@@ -1,66 +0,0 @@
-<?php
-/**
- * @package WordPress
- * @subpackage Constructor
- */
-header('HTTP/1.0 200 OK');
-header('Content-Type: text/xml', true);
-flush();
-
-// load config
-if (!$constructor = get_option('constructor')) {
-    $constructor = include dirname(__FILE__) . '/themes/default/config.php';
-}
-
-$showposts = isset($constructor['slideshow']['showposts'])?$constructor['slideshow']['showposts']:10;
-$width = isset($_GET['w'])?(int)$_GET['w']:320;
-$height = isset($_GET['h'])?(int)$_GET['h']:240;
-
-$WP_Query = new WP_Query();
-$WP_Query->query('showposts='.$showposts.'&meta_key=_thumbnail_id');
-
-echo '<'.'?xml version="1.0" encoding="UTF-8" ?>';
-echo '<posts>';
-if ($WP_Query->have_posts()) {
-while($WP_Query->have_posts()) :
-	$WP_Query->the_post();
-
-//	$post_thumbnail_id = get_post_thumbnail_id();
-//	$image = wp_get_attachment_image_src($post_thumbnail_id, array($width, $height));
-	
-	// hm... not sure it's possible?
-//	if (empty($image) or !isset($image[0])) continue;
-	
-//	$image = $image[0];
-	$image = get_the_post_thumbnail(null, 'slideshow-thumbnail');
-    if (preg_match('/src="(.*?)"/i', $image, $matches)) {
-        $image = $matches[1];
-    } else {
-        continue;
-    }
-
-	
-//    $content = apply_filters('the_content', get_the_excerpt(''), true);
-//    $content = preg_replace('/(\<script.*\>.*\<\/script\>)/si', '', $content);
-//    $content = strip_tags($content, '<br><a><hr>');
-
-    $content = str_replace('[...]', '', get_the_excerpt());
-    $content .= '<span class="more">'.
-                '<a href="'.get_permalink().'" title="'.get_the_title().'">'.
-                __('Read more &raquo;', 'constructor').
-                '</a>'.
-                '</span>';
-?> 
-<post>
-	<title><![CDATA[<?php the_title() ?>]]></title>
-	<permalink><?php the_permalink() ?></permalink>
-	<image><?php echo $image ?></image>
-	<content><![CDATA[<?php echo $content ?>]]></content>
-</post>
-<?php 
-endwhile;
-} else {
-    echo  "<!-- Nothing found -->";
-}
-echo '</posts>';
-?>
\ No newline at end of file
diff --git a/wp-content/themes/constructor/social.php b/wp-content/themes/constructor/social.php
deleted file mode 100644
index 27c8f95dd8713991f286da046c90d56ff42ad6ac..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/social.php
+++ /dev/null
@@ -1,43 +0,0 @@
-<?php
-/**
- * @package WordPress
- * @subpackage constructor
- */
-$title = urlencode(get_the_title());
-$link  = urlencode(get_permalink());
-$short = urlencode(wp_get_shortlink());
-
-// need more social links - read http://netler.ru/ikt/share-this-page.htm
-?>
-<div class="social">
-    <?php if (get_constructor_option('content','social','twitter')) : ?>
-        <a href="http://twitter.com/home?status=<?php echo $title .'+'. $short ?>" rel="nofollow" class="twitter"><?php _e('Twitter','constructor');?></a>
-    <?php endif; ?>
-    <?php if (get_constructor_option('content','social','facebook')) : ?>
-        <a href="http://www.facebook.com/sharer.php?u=<?php echo $link ?>&t=<?php echo $title ?>" rel="nofollow" class="facebook"><?php _e('Facebook','constructor');?></a>
-    <?php endif; ?>
-    <?php if (get_constructor_option('content','social','delicious')) : ?>
-        <a href="http://delicious.com/save?url=<?php echo $link ?>&title=<?php echo $title ?>" rel="nofollow" class="delicious"><?php _e('Del.icio.us','constructor');?></a>
-    <?php endif; ?>
-    <?php if (get_constructor_option('content','social','reddit')) : ?>
-        <a href="http://www.reddit.com/submit?url=<?php echo $link ?>&title=<?php echo $title ?>" rel="nofollow" class="reddit"><?php _e('Reddit','constructor');?></a>
-    <?php endif; ?>
-    <?php if (get_constructor_option('content','social','vkontakte')) : ?>
-        <a href="http://vkontakte.ru/share.php?url=<?php echo $link ?>&title=<?php echo $title ?>" rel="nofollow" class="vkontakte"><?php _e('VKontakte','constructor');?></a>
-    <?php endif; ?>
-    <?php if (get_constructor_option('content','social','digg')) : ?>
-        <a href="http://www.digg.com/submit?phase=2&url=<?php echo $link ?>&title=<?php echo $title ?>" rel="nofollow" class="digg"><?php _e('Digg','constructor');?></a>
-    <?php endif; ?>
-    <?php if (get_constructor_option('content','social','mixx')) : ?>
-        <a href="http://www.mixx.com/submit?page_url=<?php echo $link ?>" rel="nofollow" class="mixx"><?php _e('Mixx','constructor');?></a>
-    <?php endif; ?>
-    <?php if (get_constructor_option('content','social','stumbleupon')) : ?>
-        <a href="http://www.stumbleupon.com/submit?url=<?php echo $link ?>&title=<?php echo $title ?>" rel="nofollow" class="stumbleupon"><?php _e('StumbleUpon','constructor');?></a>
-    <?php endif; ?>
-    <?php if (get_constructor_option('content','social','google')) : ?>
-        <a href="http://www.google.com/bookmarks/mark?op=add&bkmk=<?php echo $link ?>&title=<?php echo $title ?>" rel="nofollow" class="google"><?php _e('Google','constructor');?></a>
-    <?php endif; ?>
-    <?php if (get_constructor_option('content','social','memori')) : ?>
-        <a href="http://memori.ru/link/?sm=1&u_data[url]=<?php echo $link ?>&&u_data[name]=<?php echo $title ?>" rel="nofollow" class="memori"><?php _e('Memori','constructor');?></a>
-    <?php endif; ?>
-</div>
\ No newline at end of file
diff --git a/wp-content/themes/constructor/style-480.css b/wp-content/themes/constructor/style-480.css
deleted file mode 100644
index fec856827aa4ebf93743b7e22f099bcb9730f694..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/style-480.css
+++ /dev/null
@@ -1,69 +0,0 @@
-/*  
-Theme Name: Constructor
-Stylesheet: Mobile
-*/
-body {
-	zoom:200%;
-    width:100% !important;
-
-}
-#header, #content, #footer {
-    width:100% !important;
-    max-width:480px !important;
-}
-
-#wrapheader,#wrapcontent,#wrapfooter {
-    /*background-image:none !important;*/
-}
-
-#menu {
-    display:none;
-    width:100% !important;
-    bottom:auto !important;
-    top:0 !important;
-    position:fixed !important;
-}
-#content {
-    border:0 !important;
-}
-    #container {
-        width:100% !important;
-        margin:0 !important;
-        padding:0 !important;
-        border:0 !important;
-        box-shadow:none !important;
-        -moz-box-shadow:none !important;
-        -webkit-box-shadow:none !important;
-    }
-    #posts {
-        margin:0 10px;
-        padding:0 !important;
-    }
-        .hentry .title{
-            border:0 !important;
-            margin-bottom:0;
-            font-size:200%;
-        }
-            .hentry .title a {
-                padding:0px;
-            }
-        .hentry .entry{
-            font-size:200%;
-            line-height:100%;
-        }
-        .hentry .footer{
-            height:auto;
-            background-image:none !important;
-        }
-    
-    #sidebar, #extra {
-        margin-left:0 !important;
-    }
-    
-    #slideshow {
-        display:none;
-    }
-    
-.box {
-    border:0 !important;
-}
\ No newline at end of file
diff --git a/wp-content/themes/constructor/style.css b/wp-content/themes/constructor/style.css
deleted file mode 100644
index b20dd1d861c40e060ea649af05b92e3125c43562..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/style.css
+++ /dev/null
@@ -1,1190 +0,0 @@
-/*  
-Theme Name: Constructor
-Theme URI: http://code.google.com/p/wp-constructor/
-Description: Wordpress Constructor Theme for those who want to create a unique blog design quickly and effortlessly (many layouts, configured colors, custom fonts and slideshow, etc). Start build your own theme from <a href="themes.php?page=functions.php">settings page</a>.
-Version: 1.6.5
-Author: Anton Shevchuk
-Author URI: http://anton.shevchuk.name/
-Tags: fixed-width, one-column, two-columns, three-columns, threaded-comments, custom-colors, custom-header, theme-options, left-sidebar, right-sidebar
-License: GNU General Public License, v2 (or newer)
-License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
-
-	This theme was designed and built by Anton Shevchuk,
-	whose blog you will find at http://anton.shevchuk.name/
-
-*/
-
-html,body,
-div,pre,code,
-dl,dt,dd,ul,ol,li,
-h1,h2,h3,h4,h5,h6,
-form,fieldset,legend,input,button,textarea,
-p,blockquote,th,td{margin:0;padding:0;}
-table{border-collapse:collapse;border-spacing:0;}
-fieldset,img{border:0;}
-caption,th{text-align:left;}
-input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
-input,button,textarea,select{*font-size:100%;}
-
-body {
-    /*min-width:1000px;*/
-    font: 62.5%/1.5em Arial,Helvetica,sans-serif;
-}
-
-hr {
-    border: 0;
-    height: 1px;
-	clear:both;
-	margin-bottom: 1em;
-}
-h1,h2,h3,h4,h5,h6 {clear:both}
-h1 {font-size:2.0em; margin:12px 0}
-h2 {font-size:1.8em; margin:12px 0}
-h3 {font-size:1.6em; margin:8px  0}
-h4 {font-size:1.4em; margin:8px  0}
-h5 {font-size:1.2em; margin:6px  0}
-h6 {font-size:1.2em; margin:4px  0}
-
-section, header, article, footer, aside {
-    display:block;
-}
-pre {
-    font-size:1.0em;
-    line-height:1.4em;
-    white-space: pre-wrap; /* css-3 */
-    word-wrap: break-word; /* Internet Explorer 5.5+ */
-}
-
-blockquote{ padding-left:6px }
-dl { font-size:1.2em;}
-dt { font-weight:700 !important; }
-dd { }
-del { text-decoration: line-through; }
-table {
-	border-collapse: collapse;
-	border-spacing: 0;
-}
-a {
-    outline:none;
-    text-decoration:none;
-}
-a img {
-	border: none;
-}
-.aligncenter,
-div.aligncenter {
-    display: block;
-    margin-left: auto;
-    margin-right: auto;
-}
-.alignleft, .left { float: left }
-.alignright, .right { float: right }
-.clear { clear:both }
-.empty { height:0 }
-.hide  { display:none }
-
-/*Images*/
-img.size-auto, img.size-full, img.size-large, img.size-medium, .attachment img {
-    height: auto;
-    max-width: 100%;
-}
-
-/*Autogenerate styles*/
-.categories {}
-.cat-item {}
-.current-cat{}
-.current-cat-parent {}
-.pagenav {}
-.page_item {}
-.current_page_item {}
-.current_page_parent {}
-.blogroll {}
-.linkcat{}
-
-.wp-caption {}
-.wp-caption-text {}
-.gallery-caption {}
-/*/Autogenerate styles*/
-/*Layout*/
-/*#wrapheader,#wrapper,#wrapfooter*/
-.wrapper { 
-    width:100%
-}
-#header,#slideshow,#content,#footer{
-    clear:both;
-    margin:0 auto
-}
-#container {
-    margin:0;
-	float:left;
-    min-height:360px
-}
-#content {
-    overflow:hidden;
-}
-/* Right Sidebar */
-#sidebar {
-    float:left;
-}
-/* Left Sidebar */
-#extra {
-    float:left;
-}
-/*/Layout*/
-
-/*Theme*/
-/*Header*/
-#header {
-    position: relative
-}
-	#title {
-	    position:absolute;
-	    display:block;
-	    width:100%;
-	    text-transform: uppercase;
-	    margin:0 auto
-	}
-	#name {
-        height:100%;
-	    margin:0;
-	    padding:0;
-	}
-	#description {
-	    display:block;
-	    margin:0;
-	    padding:0 8px;
-	}
-	#header a {
-	    display:block;
-	}
-
-*+html #header {
-    position:relative;
-    z-index:300;
-}
-
-#slideshow {
-    padding:2px;
-}
-
-#menu {
-    font-size:1.1em;
-    text-align:left;
-    position:absolute;
-    z-index:301;
-    overflow:visible;
-}
-#menu ul.menu {
-    margin: 0 10px;
-}
-#menu li {
-    float: left;
-    position:relative;
-    list-style:none;
-}
-
-#menu li.indicator {
-    cursor:pointer;
-    background-image: url('images/arrows.png');
-    background-repeat: no-repeat;
-    background-position: 98% -106px; /* 8-bit indexed alpha png. IE6 gets solid image only */
-}
-	#menu li:hover.indicator    { background-position: 98% -161px }
-	#menu li li.indicator       { background-position: 98%    6px }
-	#menu li li:hover.indicator { background-position: 98%  -49px }
-
-#menu ul div {
-    display:none;
-}
-
-#menu ul ul {
-    z-index:302;
-    top:40px;
-    left:0;
-    position:absolute;
-    zoom:1;
-	display:none;
-	height:auto;
-    min-width:122px;
-    width:auto !important; /*IE fix*/
-    width:122px;
-    margin-left:-1px !important;
-}
-* html #menu ul ul {
-    width:1px;
-}
-#menu ul ul ul {
-    z-index:303;
-    top:10px;
-    left: 98%;
-}
-#menu li li {
-    float:none;
-    width:auto;
-}
-* html #menu li li {
-    width:120px
-}
-
-#menu li a,
-#menu li span{
-    text-align:center;
-    white-space: nowrap;
-    display:block;
-    padding:0 8px;
-    font-weight:700 !important;
-    min-width:104px;
-    width:auto !important; /*IE fix*/
-    width:104px;
-    height:40px;
-    line-height:40px
-}
-/* 2-th level reset */
-#menu li li a {
-    text-align:left;
-    padding:0 24px 0 16px;
-	min-width:80px;
-    width:auto !important; /*IE fix*/
-    width:80px;
-    border:0
-}
-
-#rss a {
-    text-indent:16px;
-    background-image:url('images/feed-icon-16x16.png');
-    background-repeat:no-repeat;
-    background-position:8px 50%;
-}
-/*/Header*/
-/*Sidebar*/
-aside {
-    /*padding:0 0 6px 6px;*/
-	padding:1px;
-    font-size:1.4em;
-    line-height:1.4em
-}
-aside h3{
-    font-size:1.4em;
-    padding:4px
-}    
-aside a {
-    padding:0;
-}
-aside a:hover {
-    text-decoration:underline
-}
-aside .tagcloud {
-    padding:0px 16px
-}
-aside ul ul{
-    margin:2px;
-    padding:0 0 0 4px;
-}
-aside li {
-    margin:2px;
-    list-style:none;
-}
-aside li li li {
-    padding:2px 2px 2px 6px;
-    list-style:circle inside;
-}
-/*/Sidebar*/
-
-/*Article*/
-article {
-    clear:both;
-    overflow: hidden;
-    position:relative;
-    padding:10px;
-}
-
-article > h1,
-article > h2,
-article > h3,
-article header h1,
-article header h2,
-article header h3 {
-    margin:0;
-    font-weight:700 !important;
-    font-size:2em;
-    line-height:1.4em;
-}
-article > h1 a,
-article > h2 a,
-article header h1 a,
-article header h2 a{
-    display:block;
-    padding:10px 12px;
-}
-article > h1,
-article > h2,
-article > h3,
-article header, .pagetitle {
-    margin-bottom: 8px
-}
-
-article > p, 
-article .entry {
-    font-size:1.4em;
-    line-height:1.6em;
-    padding:4px;
-    overflow:hidden;
-}
-article .entry h1,
-article .entry h2,
-article .entry h3,
-article .entry h4,
-article .entry h5,
-article .entry h6,
-article .entry ul,
-article .entry ol {
-    margin-left:12px;
-} 
-article .entry p{
-    margin-bottom:4px
-}
-
-article > p a,
-article .entry a,
-article footer a{
-    text-decoration:underline;
-}
-
-article .entry img.alignleft {
-    margin: 0 4px 4px 0
-}
-
-article .entry img.alignright {
-    margin: 0 4px 0 4px
-}
-
-article .entry ol,
-article .entry ul {
-    padding-left:20px
-}
-
-article .entry li ol,
-article .entry li ul {
-    padding-left:6px
-}
-
-article .entry ul {
-    list-style:circle
-}
-
-article .entry li {
-    padding:2px;
-}
-
-article .gallery {
-	margin: 0 auto 18px;
-}
-article .gallery .gallery-item {
-	float: left;
-	margin-top: 0;
-	text-align: center;
-	width: 33%;
-}
-article .gallery .gallery-caption {
-    font-size:0.8em;
-	margin: 0 0 12px;
-}
-article .gallery dl {
-	margin: 0;
-}
-article .gallery img {
-    border-width:2px;
-    border-style:solid;
-	padding:4px;
-}
-article .gallery br+br {
-	display: none;
-}
-
-article .pages {
-    padding:8px 0;
-    margin:8px 0;
-    clear:both;
-}
-article .more-link {
-
-}
-article .social {
-    overflow:hidden;
-    clear:both;
-    margin:4px 0;
-}
-    article .social a {
-        background:url('images/social.png') no-repeat 0 0 ;
-        display:block;
-        float:right;
-        width:48px;
-        height:48px;
-        text-indent:-9999%;
-    }
-    .social a.twitter { background-position: 0 0; }
-    .social a.twitter:hover { background-position: 0 100%; }
-    .social a.facebook { background-position: -48px 0; }
-    .social a.facebook:hover { background-position: -48px 100%; }
-    .social a.delicious { background-position: -96px 0; }
-    .social a.delicious:hover { background-position: -96px 100%; }
-    .social a.reddit { background-position: -144px 0; }
-    .social a.reddit:hover { background-position: -144px 100%; }
-    .social a.vkontakte { background-position: -192px 0; }
-    .social a.vkontakte:hover { background-position: -192px 100%; }
-    .social a.digg { background-position: -240px 0; }
-    .social a.digg:hover { background-position: -240px 100%; }
-    .social a.mixx { background-position: -288px 0; }
-    .social a.mixx:hover { background-position: -288px 100%; }
-    .social a.stumbleupon { background-position: -336px 0; }
-    .social a.stumbleupon:hover { background-position: -336px 100%; }
-    .social a.google { background-position: -384px 0; }
-    .social a.google:hover { background-position: -384px 100%; }
-    .social a.memori { background-position: -432px 0; }
-    .social a.memori:hover { background-position: -432px 100%; }
-
-article footer {
-    overflow:hidden;
-    clear:both;
-    text-align: right;
-}
-/* for big external images */
-article .crop {
-	position:relative;
-    overflow:hidden;
-}
-article .crop img {
-    position:absolute;
-	border:0;
-	padding:0;
-}
-
-.sticky {
-
-}
-
-/*Attachments*/
-.attachment-list {
-    
-}
-.attachment-list.preview {
-    overflow:hidden;
-}
-.attachment-list.preview li{
-    list-style:none;
-    float:left;
-
-}
-.attachment-list.image {
-
-}
-.attachment-list.video {
-
-}
-.attachment-list.application {
-
-}
-/*/Attachments*/
-/*/Post*/
-/*Author*/ 
-.author dl {
-    overflow: hidden;
-    margin:8px 0;
-}
-.author dt {
-    float: left;
-    clear: left;
-    width: 160px;
-    font-weight: bold;
-    text-align: right;
-    padding:4px;
-}
-.author dd {
-    padding:4px;
-    width: 290px;
-    margin:0 0 0 170px;
-}
-.author .persona {
-    margin-left: 6px !important;
-}
-
-.author dt, .author dd {
-    padding: 2px 5px;
-    border-width:0 0 1px 0;
-    border-style:solid;
-}
-
-/*/Author*/
-/*Simple*/
-.simple .title {
-    border-width:0 0 1px 0;
-    border-style:solid;
-}
-/*/Simple*/
-/*Tile*/
-.tile {
-    
-}
-.tile > div {
-    width:33.3%;
-    float:left;
-    clear:none;
-}
-.tile article {
-    position:relative;
-    min-width:328px;
-    height:328px;
-    margin:4px;
-    padding:0;
-}
-
-.tile header {
-    width:100%;
-    z-index:10;
-    position:absolute;
-    top:8px;
-    left:0;
-    text-align:left;
-    text-indent:6px;
-    margin:0;
-}
-
-.tile header h2 a {
-    padding:2px 4px;
-}
-.tile a {
-    display:block;
-}
-
-.tile .thumbnail {
-    z-index:0;
-    width:320px;
-    height:320px;
-    margin:4px auto;
-}
-
-.tile footer {
-    z-index:10;
-    bottom:8px;
-    position:absolute;
-    left:0;
-    height:32px;
-    width:100%;
-}
-.tile footer .date{
-    font-size:1.4em;
-    text-indent:0.8em;
-    padding:0;
-    float:left;
-    line-height:32px;
-}
-.tile footer .comments {
-    float:right;
-}
-.tile footer .comments a{
-    margin:4px 6px 0 0;
-    padding: 5px 8px;
-    text-align:center;
-    width:14px;
-    height:14px;
-}
-/*/Tile*/
-/*Tiles*/
-.tiles {
-    overflow:hidden;
-    clear:none;
-    position:relative;
-    width:128px;
-    height:128px;
-    float:left;
-    margin:0 6px 10px 6px;
-}
-.tiles .thumbnail {
-    width:128px;
-    height:128px;
-}
-.tiles .announce {
-    display:none;
-    width:128px;
-    height:128px;
-}
-    .tiles .announce a{
-        display:block;
-        margin:4px;
-        width:128px;
-        height:128px;
-        font-size:1em;
-    }
-    .tiles .announce span{
-        display:block;
-        margin:0 0 4px 0;
-        font-size:0.8em;
-    }
-.tiles.next a{
-    font-size:1.8em;
-    display:block;
-    height:128px;
-    line-height:128px;
-    text-align:center;
-}
-/*/Tiles*/
-/*Column*/
-.column #container {
-    overflow: hidden
-}
-.column section {
-    width:33.3%;
-    float:left;
-    clear:none;
-}
-.column article {
-    margin:4px;
-    padding:4px;
-}
-/*/Column*/
-/*List*/
-.list {
-
-}
-.list .title {
-    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
-	box-shadow: 0 1px 2px rgba(0,0,0,0.5);
-	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
-	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
-}
-.list .title h2 {
-	background-image:url(images/alert-overlay.png);
-	background-repeat:repeat-x;
-    min-height:40px;
-}
-.list .title h2 a {
-    padding:6px 12px;
-}
-.list .date {
-    position:absolute;
-    top:12px;
-    right:12px;
-	font-size:1.2em;
-	font-weight:600;
-}
-
-.list .thumb.alignleft {
-    margin:4px 8px 4px 0 !important;
-}
-.list .thumb.alignright {
-    margin:4px 0 4px 8 !important;
-}
-/*/List*/
-/*Navigation*/
-.navigation {
-    overflow: hidden;
-    font-size:1.4em;
-    clear:both;
-}
-.navigation .alignleft a,
-.navigation .alignright a{
-    display:block;
-    width:auto;
-    height:32px;
-    line-height:32px;
-    margin:0 20px
-}
-.wp-pagenavi {
-    text-align:center;
-    margin:8px 0;
-    padding:8px;
-	clear: both;
-}
-
-.wp-pagenavi a, .wp-pagenavi span {
-	text-decoration: none;
-	padding: 3px 5px;
-	margin: 2px;
-}
-
-.wp-pagenavi span.current {
-	font-weight: bold;
-}
-
-/*/Navigation*/
-/*Widgets*/
-.widget {}
-.widget h3 {
-    padding:0 4px 0 8px;
-    line-height:2em
-}
-.widget a:hover{
-    text-decoration:underline
-}
-.widget ul {
-    /*padding:0 0 0 4px;*/
-}
-.widget li {
-    padding:2px;
-    list-style:none;
-}
-.widget li li {
-    padding:2px 2px 2px 6px;
-    list-style:circle inside;
-}
-
-.widget_text {}
-.widget_text .textwidget{
-    padding:0 2px
-}
-
-.widget_tag_cloud div {
-    padding:0 2px
-}
-.widget_tag_cloud a {
-    line-height:100%;
-}
-.widget_rss {}
-.widget_rss li {
-    overflow:hidden;
-}
-.widget_rss li .rsswidget {
-    font-weight:700;
-    display:block;
-    text-decoration:underline;
-}
-
-.widget_rss .rss-date {
-    font-style:italic;
-    margin:2px 0;
-    /*font-size:0.8em;*/
-}
-.widget_rss .rssSummary {
-    padding:2px 0;
-}
-.widget_rss cite {
-    float:right;
-}
-
-#content-widget {
-    clear:both;
-    overflow:hidden;
-    margin:0 0 10px 0
-}
-    #content-widget .widget {
-        float:left;
-        width:30%;
-        padding:4px 8px;
-    }
-/*/Widgets*/
-/*Search*/
-#searchform {
-    width:200px;
-    margin:12px auto
-}
-#searchform label {
-	display:block;
-}
-#s {
-    width:140px;
-}
-#searchsubmit {
-    cursor:pointer;
-    width:30px;
-    height:30px;
-    background: url(images/lens.png) 3px 3px no-repeat;
-    text-indent:-1000px;
-    display:inline;
-    line-height:0px;
-}
-
-#menusearchform {
-    width:134px;
-    height:40px;
-}
-#menusearchform .s {
-	z-index:301;
-	position:absolute;
-	top:0;
-	left:2px;
-	height:30px;
-	font-size:18px;
-	line-height:40px;
-	padding-left:28px;
-	width:96px;
-    background-image: url(images/lens.png);
-	background-position:4px 8px;
-	background-repeat: no-repeat;
-}
-#menusearchform .default {
-    /*font-size:16px !important;
-    line-height:36px;*/
-}
-/*/Search*/
-/*Form*/
-input, select, textarea {
-    font-size:1.2em;
-    padding: 4px;
-    border-width:1px;
-    border-style:solid;
-}
-fieldset{
-    border-width:1px;
-    border-style:solid;
-    padding: 8px;
-    margin: 8px 0;
-}
-textarea {width: 98%}
-
-
-/*/Form*/
-/*Table*/
-table {
-    border-collapse:collapse;
-	border-spacing:0;
-    border-width:1px;
-    border-style:solid;
-	margin: 0 -1px 24px 0;
-	text-align: left;
-	width: 100%;
-}
-table caption {
-    font-weight:700;
-    padding-left: 24px;
-}
-th {
-	color: #888;
-	font-size: 12px;
-	font-weight: bold;
-	line-height: 18px;
-}
-tr td {
-    border-top-width:1px;
-    border-top-style:solid;
-}
-.entry th {
-	padding: 9px 24px;
-}
-.entry tr td {
-	padding: 6px 24px;
-}
-aside th {
-    text-align:center;
-}
-/*/Table*/
-/*Comments*/
-#respond {
-    clear:both
-}
-#comments {
-    padding:0 8px;
-    margin:8px 0
-}
-#comments h3 {
-    padding:8px
-}
-.commentlist {
-    text-align: justify
-}
-.commentlist li {
-    margin: 0 0 10px 0;
-    padding: 5px 5px 10px 10px;
-    list-style: none;
-    clear:both;
-}
-.commentlist ul {
-    clear:both
-}
-.commentlist ul.children{
-    margin-top:10px;
-}
-.commentlist li li {
-    margin: 0 -4px 1px 0
-}
-.commentlist li .avatar { 
-    float: right;
-    padding: 2px;
-    background: #fff;
-    border-width:1px;
-    border-style:solid;
-    border-radius: 2px;
-    -moz-border-radius: 2px;
-    -khtml-border-radius: 2px;
-    -webkit-border-radius: 2px
-}
-.commentlist p {
-    font-size:1.2em;
-    margin: 10px 5px 10px 0
-}
-.children {
-    padding: 0
-}
-.nocomments {
-    text-align: center;
-}
-.comment-author{
-    font-size:1.2em
-}
-.comment-meta a,
-.comment-meta a:hover{
-    text-decoration:none
-}
-.reply {
-    clear:both;
-}
-#commentform {
-    margin: 5px 10px 0 0
-}
-
-#commentform input {
-    min-width: 170px;
-    padding: 2px;
-    margin: 5px 5px 1px 0
-}
-
-#commentform textarea {
-    width: 100%;
-}
-#commentform .comment-form-comment label {
-    display:none;
-}
-#commentform #submit {
-    cursor:pointer
-}
-#commentform p {
-    margin: 5px 0
-}
-#commentform p.submit {
-    margin: 5px 0 0 0;
-	text-align:right;
-}
-.bypostauthor {
-    /*CSS Rules are generated in css.php*/
-}
-/*/Comments*/
-
-/*Footer*/
-#footer {
-    clear:both;
-    padding: 20px 0;
-    margin: 0 auto;
-    font-size:1.2em;
-}
-#footer .widget {
-    list-style:none;
-    width:200px;
-    float:left;
-    margin: 0 0 0 12px
-}
-
-#footer .copy{
-    padding:14px 0 0 0;
-    text-align:center
-}
-/*/Footer*/
-/*Feed*/
-.feed-icon {
-    position:absolute;
-    top:16px;
-    right:24px;
-    padding-right:20px !important;
-    display:block;
-    font-size:0.6em;
-	line-height:18px;
-    background:url('images/feed-icon-16x16.png') no-repeat 100% 50%;
-    border:0 !important;
-}
-/*/Feed*/
-/*Smiles*/
-.wp-smiley {
-    border:0 !important;
-    padding:0 !important;
-}
-/*/Smiles*/
-/*Caption*/
-.wp-caption {
-    text-align: center;
-    padding-top: 4px;
-    margin: 10px;
-    border-width: 2px;
-    border-style: solid;
-}
-.wp-caption img {
-    margin: 0 !important;
-    padding: 0 !important;
-    border: 0 none !important;
-}
-.wp-caption p.wp-caption-text {
-    font-size: 1em;
-    line-height: 17px;
-    padding: 4px 0;
-    text-indent:0;
-    margin: 0
-}
-.wp-smiley {
-	margin:0;
-}
-/*/Caption*/
-/*Calendar*/
-#wp-calendar {
-    
-}
-#wp-calendar caption{
-    padding:4px 0;
-    font-weight:700;
-}
-#wp-calendar th {
-    border:0;
-    padding:4px;
-    text-align:center;
-    width:2em;
-}
-#wp-calendar td {
-    text-align:center;
-    padding:0;
-    height:2em;
-    /*width:2em;*/
-    border:0
-}
-#wp-calendar tbody a{
-    display:block;
-    font-weight:700;
-    border:0;
-    padding:4px 2px;
-}
-#wp-calendar tbody a:hover{
-    text-decoration:none
-}
-#wp-calendar #today {  
-    font-weight:700;
-}
-/*/Calendar*/
-/*Slideshow*/
-.wp-sl {
-    position:relative;
-    overflow:hidden;
-    width:100%;
-    height:100%;
-    border:0;
-}
-
-.wp-sl span.prev, .wp-sl span.next {
-    z-index:200;
-    position:absolute;
-    top:10px;
-    display:block;
-    width:9px;
-    cursor:pointer;
-    height:25px;
-    line-height:23px;
-    text-align:center;
-}
-
-.wp-sl span.prev {
-    left:4px;
-}
-.wp-sl span.next {    
-    right:4px;
-}
-.wp-sl span.more {    
-    display:block;
-}
-
-.wp-sl div {
-    top:0;
-    left:0;
-    position:absolute;
-    width:100%;
-    height:100%;
-}
-
-.wp-sl a.title {
-    top:8px;
-    position:absolute;
-    z-index:10;
-    display:block;
-    width:100%;
-    height:34px;
-    padding:0 12px;
-    font-size:1.6em;
-    font-weight:900 !important;
-    line-height:34px;
-    
-    text-indent:28px;
-    text-transform:uppercase;
-    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
-}
-
-.wp-sl img {
-    top:0;
-    left:0;
-    position:absolute;
-    z-index:5;
-    border-width:0 1px 0 0;
-    border-style:solid;    
-}
-.wp-sl p {
-    bottom:6px;    
-    right:4px;
-	padding:6px;
-    width:64%;
-    position:absolute;
-    z-index:10;
-    text-indent:8px;
-    text-align:justify
-}
-/*/Slideshow*/
-/*Templates*/
-/*Archive*/
-.archive table {
-    margin:10px auto;
-    width:90%;
-}
-.archive table th{
-    padding:0;
-}
-.archive table td{
-    padding:0;
-    text-align:center;
-}
-.archive table a{
-    padding:4px;
-    text-align:center;
-    display:block;
-}
-/*/Archive*/
-/*/Templates*/
-/*Buttons*/
-.button, .button:visited {
-	background-image:url(images/alert-overlay.png) !important; /* important requried by IE for opacity elements*/
-	background-repeat: repeat-x; 
-	display: inline-block; 
-	padding: 2px 10px; 
-	text-decoration: none;
-	
-	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
-	box-shadow: 0 1px 2px rgba(0,0,0,0.5);
-	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
-	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
-	
-	border-bottom: 1px solid rgba(0,0,0,0.25);
-	position: relative;
-	cursor: pointer;
-	
-	font-size: 14px;
-	font-weight: bold;
-	line-height: 13px;
-}
-	.button:hover { background-color: #111; color: #fff; }
-	.button:active { top: 1px; }
-	
-/*/Buttons*/
-/*/Theme*/
-
-/* optional rounded corners for browsers that support it */
-article .entry .crop,
-article .entry img,
-.commentlist li,
-.wp-caption,
- input, select, textarea,
-.button, .button:visited {
-	border-radius: 2px; 
-	-moz-border-radius: 2px; 
-    -khtml-border-radius: 2px;
-	-webkit-border-radius: 2px;
-}
\ No newline at end of file
diff --git a/wp-content/themes/constructor/tag.php b/wp-content/themes/constructor/tag.php
deleted file mode 100644
index 869ca5a25580b9c664035967655eb8ed179ac44c..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/tag.php
+++ /dev/null
@@ -1,15 +0,0 @@
-<?php
-/**
- * @package WordPress
- * @subpackage constructor
- */
-
-// load header.php
-get_header();
-
-// load one of layout pages (layouts/*.php) based on settings
-get_constructor_layout('tag');
-
-// load footer.php
-get_footer();
-?>
\ No newline at end of file
diff --git a/wp-content/themes/constructor/template-archive.php b/wp-content/themes/constructor/template-archive.php
deleted file mode 100644
index 7f4637aa919dadade0db8bef260137042da6c663..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/template-archive.php
+++ /dev/null
@@ -1,96 +0,0 @@
-<?php
-/*
-Template Name: Archive
-*/
-/**
- * @package WordPress
- * @subpackage Constructor
- * @todo save archive to cache
- */
-global $wpdb;
-
-    $SQL = "
-    SELECT
-        ID
-        ,post_title
-        ,YEAR(post_date) AS `year`
-        ,MONTH(post_date) AS `month`
-    FROM {$wpdb->posts}
-    WHERE post_type = 'post'
-    AND post_status = 'publish'
-    ORDER BY post_date DESC";
-
-$AllPosts = $wpdb->get_results($SQL);
-
-// all months
-$MonthAbr   = array();
-$MonthNames = array();
-
-for ($i = 1; $i <= 12; $i++) {
-    $MonthAbr[$i]   = ucfirst(strftime(__("%b",'constructor'), strtotime($i."/01/2001")));
-    $MonthNames[$i] = ucfirst(strftime(__("%B",'constructor'), strtotime($i."/01/2001")));
-}
-
-// posts to our format
-$Archive = array();
-foreach ($AllPosts as $Post) {
-    if (!isset($Archive[$Post->year][$Post->month])) $Archive[$Post->year][$Post->month] = array();
-
-    $Archive[$Post->year][$Post->month][] = array('ID'=>$Post->ID, 'title'=>$Post->post_title);
-}
-
-get_header(); ?>
-<div id="content" class="box shadow opacity <?php the_constructor_layout_class() ?>">
-    <div id="container" >
-        <?php while (have_posts()) : the_post(); ?>
-            <article <?php post_class(); ?> id="post-<?php the_ID() ?>">
-                <header class="opacity box">
-                    <h1><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php printf(__('Permanent Link to %s', 'constructor'), the_title_attribute('echo=0')); ?>"><?php the_title(); ?></a></h1>
-                </header>
-                <div class="entry archive">
-                    <?php the_content(__('Read the rest of this entry &raquo;', 'constructor')) ?>
-                    <table>
-                    <?php foreach ($Archive as $Year => $Month) : ?>
-                        <tr>
-                            <th><a href="#<?php echo $Year ?>"><?php echo $Year ?></a></th>
-                            <?php for ($i = 1; $i <= 12; $i++) : ?>
-                            <td>
-                                <?php if (isset($Archive[$Year][$i])): ?>
-                                    <a href="#<?php echo $Year .'-'. $i?>"><?php echo $MonthAbr[$i] ?></a>
-                                <?php else: ?>
-                                    <span><?php echo $MonthAbr[$i] ?></span>
-                                <?php endif;?>
-                            </td>
-                            <?php endfor; ?>
-                        </tr>
-                    <?php endforeach; ?>
-                    </table>
-                    
-                    <?php foreach ($Archive as $Year => $Month) : ?>
-                        <h2><a name="<?php echo $Year ?>" href="<?php echo get_year_link($Year)?>"><?php echo $Year ?></a></h2>
-                        <?php for ($i = 12; $i >= 1; $i--) : ?>
-                            <?php if (isset($Archive[$Year][$i])) : ?>
-                                <h3><a name="<?php echo $Year.'-'.$i ?>" href="<?php echo get_month_link($Year, $i)?>"><?php echo $MonthNames[$i] ?></a></h3>
-                                <ul>
-                                <?php foreach ($Month[$i] as $Post) : ?>
-                                    <li><a href="<?php echo get_permalink($Post['ID']) ?>"><?php echo strip_tags(apply_filters('the_title', $Post['title'])) ?></a></li>
-                                <?php endforeach; ?>
-                                </ul>
-                            <?php endif; ?>
-                        <?php endfor; ?>
-                    <?php endforeach; ?>
-                </div>
-                <footer>
-                    <?php if($post->post_parent) : $parent_link = get_permalink($post->post_parent); ?>
-                    <a href="<?php echo $parent_link; ?>"><?php _e('Back to Parent Page', 'constructor');?></a> |
-                    <?php endif; ?>
-                    <?php edit_post_link(__('Edit', 'constructor'), '', ' | '); ?>
-                </footer>
-            </article>
-        <?php endwhile; ?>
-    </div><!-- id='container' -->
-    <?php get_constructor_sidebar(); ?>
-</div><!-- id='content' -->
-<?php get_footer(); ?>
-
-                    
\ No newline at end of file
diff --git a/wp-content/themes/constructor/template-authors.php b/wp-content/themes/constructor/template-authors.php
deleted file mode 100644
index 2ef699b23611563806e3a1f0a1c0b22c44077357..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/template-authors.php
+++ /dev/null
@@ -1,35 +0,0 @@
-<?php
-/*
-Template Name: Authors
-*/
-/**
- * @package WordPress
- * @subpackage Constructor
- */
-
-get_header(); ?>
-<div id="content" class="box shadow opacity <?php the_constructor_layout_class() ?>">
-    <div id="container" class="container-authors">
-        <?php while (have_posts()) : the_post(); ?>
-            <article <?php post_class(); ?> id="post-<?php the_ID() ?>">
-                <header class="opacity box">
-                    <h1><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php printf(__('Permanent Link to %s', 'constructor'), the_title_attribute('echo=0')); ?>"><?php the_title(); ?></a></h1>
-                </header>
-                <div class="entry">
-                    <?php the_content(__('Read the rest of this entry &raquo;', 'constructor')) ?>
-                    <ul>
-                        <?php wp_list_authors('optioncount=1&exclude_admin=0&show_fullname=1') ?>
-                    </ul>
-                </div>
-                <footer>
-                    <?php if($post->post_parent) : $parent_link = get_permalink($post->post_parent); ?>
-                    <a href="<?php echo $parent_link; ?>"><?php _e('Back to Parent Page', 'constructor');?></a> |
-                    <?php endif; ?>
-                    <?php edit_post_link(__('Edit', 'constructor'), '', ' | '); ?>
-                </footer>
-            </article>
-        <?php endwhile; ?>
-    </div><!-- id='container' -->
-    <?php get_constructor_sidebar(); ?>
-</div><!-- id='content' -->
-<?php get_footer(); ?>
\ No newline at end of file
diff --git a/wp-content/themes/constructor/template-monocolumn.php b/wp-content/themes/constructor/template-monocolumn.php
deleted file mode 100644
index 95c4ae64f8aa29e4f7916cbf78bc20345e8dbe2d..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/template-monocolumn.php
+++ /dev/null
@@ -1,39 +0,0 @@
-<?php
-/*
-Template Name: Monocolumn
-*/
-/**
- * @package WordPress
- * @subpackage Constructor
- */
-
-wp_enqueue_script( 'comment-reply' );
-
-get_header(); ?>
-<div id="content" class="box shadow opacity <?php the_constructor_layout_class('none') ?>">
-    <div id="container">
-        <?php while (have_posts()) : the_post(); ?>
-            <article <?php post_class(); ?> id="post-<?php the_ID() ?>">
-                <header class="title opacity box">
-                    <h1><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php printf(__('Permanent Link to %s', 'constructor'), the_title_attribute('echo=0')); ?>"><?php the_title(); ?></a></h1>
-                </header>
-                <div class="entry">
-                    <?php the_content(__('Read the rest of this entry &raquo;', 'constructor')) ?>
-                    <?php wp_link_pages(array('before' => '<p class="pages"><strong>'.__('Pages', 'constructor').':</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
-                </div>
-                <footer>
-                    <?php if($post->post_parent) : $parent_link = get_permalink($post->post_parent); ?>
-                    <a href="<?php echo $parent_link; ?>"><?php _e('Back to Parent Page', 'constructor');?></a> |
-                    <?php endif; ?>
-                    <?php the_date() ?> |
-                    <?php the_tags(__('Tags', 'constructor') . ': ', ', ', ' |'); ?>
-                    <?php edit_post_link(__('Edit', 'constructor'), '', ' | '); ?>
-                    <?php comments_popup_link(__('No Comments &#187;', 'constructor'), __('1 Comment &#187;', 'constructor'), __('% Comments &#187;', 'constructor'), 'comments-link', __('Comments Closed', 'constructor') ); ?>
-                </footer>
-            </article>
-        <?php endwhile; ?>
-    </div><!-- id='container' -->
-</div><!-- id='content' -->
-<?php get_footer(); ?>
-
-                    
\ No newline at end of file
diff --git a/wp-content/themes/constructor/template-parent.php b/wp-content/themes/constructor/template-parent.php
deleted file mode 100644
index 0a0fe38c5f68fa8599508f5ea9c470faadfec8ab..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/template-parent.php
+++ /dev/null
@@ -1,41 +0,0 @@
-<?php
-/*
-Template Name: Parent Page
-*/
-/**
- * @package WordPress
- * @subpackage Constructor
- */
-
-get_header(); ?>
-<div id="content" class="box shadow opacity <?php the_constructor_layout_class() ?>">
-    <div id="container">
-        <?php while (have_posts()) : the_post(); ?>
-            <article <?php post_class(); ?> id="post-<?php the_ID() ?>">
-                <header class="opacity box">
-                    <h1><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php printf(__('Permanent Link to %s', 'constructor'), the_title_attribute('echo=0')); ?>"><?php the_title(); ?></a></h1>
-                </header>
-                <div class="entry">
-                    <?php the_content(__('Read the rest of this entry &raquo;', 'constructor')) ?>
-                    <ul>
-                        <?php wp_list_pages('title_li=&child_of='.$post->ID); ?>
-                    </ul>
-                    <?php wp_link_pages(array('before' => '<p class="pages"><strong>'.__('Pages', 'constructor').':</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
-                </div>
-                <footer>
-                    <?php if ($post->post_parent) : $parent_link = get_permalink($post->post_parent); ?>
-                    <a href="<?php echo $parent_link; ?>"><?php _e('Back to Parent Page', 'constructor');?></a> |
-                    <?php endif; ?>
-                    <?php the_date() ?> |
-                    <?php the_tags(__('Tags', 'constructor') . ': ', ', ', ' |'); ?>
-                    <?php edit_post_link(__('Edit', 'constructor'), '', ' | '); ?>
-                    <?php comments_popup_link(__('No Comments &#187;', 'constructor'), __('1 Comment &#187;', 'constructor'), __('% Comments &#187;', 'constructor'), 'comments-link', __('Comments Closed', 'constructor') ); ?>
-                </footer>
-            </article>
-        <?php endwhile; ?>
-    </div><!-- id='container' -->
-    <?php get_constructor_sidebar(); ?>
-</div><!-- id='content' -->
-<?php get_footer(); ?>
-
-                    
\ No newline at end of file
diff --git a/wp-content/themes/constructor/template-sitemap.php b/wp-content/themes/constructor/template-sitemap.php
deleted file mode 100644
index b6cc5e0828089e88ec54479254385574eaf0e333..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/template-sitemap.php
+++ /dev/null
@@ -1,62 +0,0 @@
-<?php
-/*
-Template Name: Sitemap
-*/
-/**
- * @package WordPress
- * @subpackage Constructor
- */
-
-get_header(); ?>
-<div id="content" class="box shadow opacity <?php the_constructor_layout_class() ?>">
-    <div id="container">
-        <?php while (have_posts()) : the_post(); ?>
-            <article <?php post_class(); ?> id="post-<?php the_ID() ?>">
-                <header class="opacity box">
-                    <h1><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php printf(__('Permanent Link to %s', 'constructor'), the_title_attribute('echo=0')); ?>"><?php the_title(); ?></a></h1>
-                </header>
-                <div class="entry">
-                
-                    <?php the_content(__('Read the rest of this entry &raquo;', 'constructor')) ?>
-                    <h2><?php _e('Pages', 'constructor') ?></h2>
-                    <ul>
-                        <?php wp_list_pages('title_li=' ); ?>
-                    </ul>
-                    
-                    <h2><?php _e('Categories', 'constructor') ?></h2>
-                    <ul>
-        			    <?php wp_list_categories('title_li=&depth=1&show_count=1'); ?>
-                    </ul>
-                    
-                    <h2><?php _e('Archives', 'constructor') ?></h2>
-                    <ul>
-                        <?php wp_get_archives('type=monthly&show_post_count=1'); ?>
-                    </ul>
-
-                    <?php /*
-                    // TODO: last 15 post for each categories
-                    foreach (get_categories() as $cat) :
-                          query_posts('cat='.$cat->cat_ID);
-                    ?>
-                    <h3><?php echo $cat->cat_name; ?></h3>
-                    <ul>
-                            <?php while (have_posts()) : the_post(); ?>
-                            <li><a href="<?php the_permalink() ?>"><?php the_title(); ?></a></li>
-                            <?php endwhile;  ?>
-                    </ul>
-					<?php endforeach;*/ ?>
-                </div>
-                <footer>
-                    <?php if($post->post_parent) : $parent_link = get_permalink($post->post_parent); ?>
-                    <a href="<?php echo $parent_link; ?>"><?php _e('Back to Parent Page', 'constructor');?></a> |
-                    <?php endif; ?>
-                    <?php edit_post_link(__('Edit', 'constructor'), '', ''); ?>
-                </footer>
-            </article>
-        <?php endwhile; ?>
-    </div><!-- id='container' -->
-    <?php get_constructor_sidebar(); ?>
-</div><!-- id='content' -->
-<?php get_footer(); ?>
-
-                    
\ No newline at end of file
diff --git a/wp-content/themes/constructor/themes/black-urban/barbed-wire.jpg b/wp-content/themes/constructor/themes/black-urban/barbed-wire.jpg
deleted file mode 100644
index cee9dc318167c3be9abd018b9e794902682fa411..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/themes/black-urban/barbed-wire.jpg and /dev/null differ
diff --git a/wp-content/themes/constructor/themes/black-urban/config.php b/wp-content/themes/constructor/themes/black-urban/config.php
deleted file mode 100644
index 9089867157bb241441a2cda84d47abd06adfb1a7..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/themes/black-urban/config.php
+++ /dev/null
@@ -1,110 +0,0 @@
-<?php
-/**
- * Don't change this is file
- */
-return array(
-    "sidebar" => 'right',
-    'layout' => array(
-        // layouts styles
-        'header' => 140, // header height
-        'width' => 1024, // container width
-        'sidebar' => 240, // sidebar width
-        'extra' => 240, // extrabar  width
-        'home' => 'default',
-        'archive' => 'default',
-        'search' => 'default',
-        'index' => 'default',
-    ),
-    "title" => array(
-        "pos" => 'center bottom'
-    ),
-    "footer" => array(
-        // footer text
-        "text" => null
-    ),
-    "fonts" => array(
-        'title' => array(
-            'family' => '"Comic Sans MS",Helvetica,sans-serif',
-            'size' => 64,
-            'weight' => 800,
-            'color' => '#fff',
-            'transform' => 'uppercase',
-
-        ),
-        'description' => array(
-            'family' => '"Comic Sans MS",Helvetica,sans-serif',
-            'size' => 14,
-            'weight' => 600,
-            'color' => '#777',
-            'transform' => 'uppercase'
-        ),
-        'header' => array(
-            'family' => '"Comic Sans MS",Helvetica,sans-serif'
-        ),
-        'content' => array(
-            'family' => 'Verdana,Helvetica,sans-serif'
-        ),
-    ),
-    "menu" => array(
-        // menu with links
-        "width" => '100%',
-        "flag" => 1, // - enable/disable
-        "home" => false, // - link to home page
-        "rss" => false, // - link to RSS
-        "search" => true, // - search form
-        "pages" => array(
-            'depth' => 1
-        ),
-        "categories" => array(
-            'depth' => 1, 'group' => 1
-        )
-    ),
-    "slideshow" => array(
-        "flag" => 1, // - enable/disable
-        "layout" => 'in',
-        "showposts" => 10, // - show last N slides
-        "metakey" => 'thumb-slideshow', // - custom field name
-        "id" => null,
-        "height" => 200,
-        "onpage" => false, // show slideshow on page
-        "onsingle" => false // show slideshow on single post
-    ),
-    "images" => array(
-        "body" => array(
-            'src' => '', 'pos' => 'left top', 'repeat' => 'repeat', 'fixed' => false
-        ),
-        "wrap" => array(
-            'src' => 'header.jpg', 'pos' => 'center top', 'repeat' => 'no-repeat', 'fixed' => false
-        ),
-        "wrapper" => array(
-            'src' => '', 'pos' => 'left top', 'repeat' => 'no-repeat'
-        ),
-        "sidebar" => array(
-            'src' => 'sidebar.jpg', 'pos' => 'right bottom', 'repeat' => 'no-repeat'
-        ),
-        "extrabar" => array(
-            'src' => '', 'pos' => 'right bottom', 'repeat' => 'no-repeat'
-        ),
-        "footer" => array(
-            'src' => 'footer.jpg', 'pos' => 'left bottom', 'repeat' => 'no-repeat'
-        ),
-    ),
-    "opacity" => 'dark',
-    "shadow" => false, // create shadow
-    "color" => array(
-        "bg" => '#000',
-        "bg2" => '#333',
-        "opacity" => '#000',
-        "title" => '#fff',
-        "title2" => '#ccc',
-        "text" => '#fff',
-        "text2" => '#ccc',
-        "border" => '#555',
-        "border2" => '#999',
-        "form" => '#333',
-
-        "header1" => '#ff6600',
-        "header2" => '#ff7711',
-        "header3" => '#ff9933',
-    ),
-);
\ No newline at end of file
diff --git a/wp-content/themes/constructor/themes/black-urban/footer.jpg b/wp-content/themes/constructor/themes/black-urban/footer.jpg
deleted file mode 100644
index 1caf93440d5f411f7a53a12e8b1aaddf5599c4e6..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/themes/black-urban/footer.jpg and /dev/null differ
diff --git a/wp-content/themes/constructor/themes/black-urban/header.jpg b/wp-content/themes/constructor/themes/black-urban/header.jpg
deleted file mode 100644
index 0b081b486437ff851662713d440a5a989335e438..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/themes/black-urban/header.jpg and /dev/null differ
diff --git a/wp-content/themes/constructor/themes/black-urban/next.jpg b/wp-content/themes/constructor/themes/black-urban/next.jpg
deleted file mode 100644
index 2b967156f313bb54880580b83464f73397609cfa..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/themes/black-urban/next.jpg and /dev/null differ
diff --git a/wp-content/themes/constructor/themes/black-urban/prev.jpg b/wp-content/themes/constructor/themes/black-urban/prev.jpg
deleted file mode 100644
index 9ed13a3ab6bccf1dacee3a2a0ab15c28f1a7bbe4..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/themes/black-urban/prev.jpg and /dev/null differ
diff --git a/wp-content/themes/constructor/themes/black-urban/screenshot.png b/wp-content/themes/constructor/themes/black-urban/screenshot.png
deleted file mode 100644
index 5e793d0e97100fd5a2d5478180ab255f95ac64d2..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/themes/black-urban/screenshot.png and /dev/null differ
diff --git a/wp-content/themes/constructor/themes/black-urban/sidebar.jpg b/wp-content/themes/constructor/themes/black-urban/sidebar.jpg
deleted file mode 100644
index 615708abeb8b02e279c487605573334be749f4e8..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/themes/black-urban/sidebar.jpg and /dev/null differ
diff --git a/wp-content/themes/constructor/themes/black-urban/style.css b/wp-content/themes/constructor/themes/black-urban/style.css
deleted file mode 100644
index 93abb555de1652c259b394f38a67d0c7e2d95a71..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/themes/black-urban/style.css
+++ /dev/null
@@ -1,35 +0,0 @@
-/*
-Theme Name: Black Urban
-Theme URI: 
-Description: Black Urban Constructor Theme based on <a href="http://wordpress.org/extend/themes/black-urban">Black Urban WP Theme</a>
-Version: 1.6.0
-Author: Anton Shevchuk
-Author URI: http://anton.shevchuk.name/
-*/
-.hentry footer {
-    height: 80px !important;
-    border: 0;
-    background: url(barbed-wire.jpg) 50% 100% no-repeat;
-}
-
-.navigation .alignleft a,
-.navigation .alignright a {
-    text-indent: -9999%;
-    font-size: 0;
-    display: block;
-    width: 80px;
-    height: 72px;
-    margin: 0 20px;
-}
-
-.navigation .alignleft a {
-    background: url(prev.jpg) 0 0 no-repeat;
-}
-
-.navigation .alignright a {
-    background: url(next.jpg) 0 0 no-repeat;
-}
-
-#sidebar {
-    padding-bottom: 180px;
-}
diff --git a/wp-content/themes/constructor/themes/default/config.php b/wp-content/themes/constructor/themes/default/config.php
deleted file mode 100644
index aea010541abbfd2232a52f73943dfa31fbb75e62..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/themes/default/config.php
+++ /dev/null
@@ -1,192 +0,0 @@
-<?php
-/**
- * Don't change this is file
- */
-return array(
-    "sidebar" => 'right', // sidebar position
-    'layout' => array(
-        // layouts styles
-        'header' => 142, // header height
-        'width' => 1024, // container width
-        'sidebar' => 240, // sidebar width
-        'extra' => 240, // extrabar  width
-        'fluid' => array(
-            'flag' => false,
-            'width' => 80, // in %
-            'min-width' => 960, // in px
-            'max-width' => 1280, // in px
-        ),
-        'home' => 'default',
-        'index' => 'default',
-        'page' => 'page',
-        'single' => 'single',
-        'archive' => 'default',
-        'date' => 'default',
-        'category' => 'default',
-        'tag' => 'default',
-        'search' => 'default',
-    ),
-    'title' => array(
-        // title
-        'pos' => 'left top', // - position
-        'hidden' => false // - hidden title text
-    ),
-    "content" => array(
-        // content
-        'date' => 1, // show date
-        // content
-        'links' => array(
-            'author' => 0, // - link to author page
-            'category' => 1, // - links to categories
-            'tags' => 1, // - links to tags
-            'comments' => 1 // - link to comments
-        ),
-        'widget' => array(
-            'flag' => false, // - enable content widget place
-            'after' => 1 // - show after N post
-        ),
-        'social' => array(
-            'twitter' => 1,
-            'facebook' => 1,
-            'delicious' => 1,
-            'reddit' => 1,
-            'vkontakte' => 0,
-            'digg' => 0,
-            'mixx' => 0,
-            'stumbleupon' => 0,
-            'google' => 0,
-            'memori' => 0,
-        )
-    ),
-    'comments' => array(
-        'avatar' => array(
-            'size' => 64, // - avatar size (see comments)
-            'pos' => 'right' // - avatarposition
-        ),
-    ),
-    "footer" => array(
-        // footer text
-        "text" => null,
-    ),
-    "fonts" => array(
-        // fonts
-        'title' => array(
-            'family' => 'Arial,Helvetica,sans-serif',
-            'size' => 64,
-            'weight' => 800,
-            'color' => '#333',
-            'transform' => 'uppercase',
-
-        ),
-        'description' => array(
-            'family' => 'Arial,Helvetica,sans-serif',
-            'size' => 14,
-            'weight' => 600,
-            'color' => '#777',
-            'transform' => 'uppercase'
-        ),
-        'header' => array(
-            'family' => 'Arial,Helvetica,sans-serif'
-        ),
-        'content' => array(
-            'family' => 'Arial,Helvetica,sans-serif'
-        ),
-    ),
-    "menu" => array(
-        // menu with links
-        'pos' => 'right bottom', // - position (left|right)+(top|center|bottom)
-        'width' => false, // - can be '100%'
-        "flag" => 1, // - enable/disable
-        "home" => true, // - link to home page
-        "rss" => true, // - link to RSS
-        "search" => true, // - search form
-        'pages' => array(
-            'depth' => 0, 'exclude' => ''
-        ),
-        'categories' => array(
-            'depth' => 0, 'exclude' => '', 'group' => 1, 'title' => ''
-        )
-    ),
-    "slideshow" => array(
-        // Slideshow options
-        "flag" => 0, // - enable/disable
-        "layout" => 'in', // - slideshow "in" main container or "over"
-        "onpage" => false, // - show slideshow on page
-        "onsingle" => false, // - show slideshow on single post
-        'onarchive' => false, // - show slideshow on archives
-        "showposts" => 10, // - show last N slides
-        "metakey" => 'thumb-slideshow', // - custom field name
-        "id" => null, // - slideshow ID - for NextGenGallery
-        "height" => 200, // - height in px
-        "advanced" => array(
-            "thumb" => false,
-            "play" => true,
-            "effect" => 'slide',
-            "effectTime" => 300,
-            "timeout" => 3000
-        )
-    ),
-    'design' => array(
-        'box' => array(
-            'flag' => true, // create box border radius
-            'radius' => 4, // value of it
-        ),
-        'shadow' => array(
-            'flag' => true, // create shadow
-            'x' => 0,
-            'y' => 0,
-            'blur' => 3
-        ),
-    ),
-    "images" => array(
-        // background images
-        "body" => array(
-            'src' => '', 'pos' => 'left top', 'repeat' => 'no-repeat', 'fixed' => false
-        ),
-        "wrap" => array(
-            'src' => '', 'pos' => 'left top', 'repeat' => 'no-repeat', 'fixed' => false
-        ),
-        "header" => array(
-            'src' => 'header.jpg', 'pos' => 'right top', 'repeat' => 'no-repeat'
-        ),
-        "wrapper" => array(
-            'src' => '', 'pos' => 'left top', 'repeat' => 'no-repeat'
-        ),
-        "sidebar" => array(
-            'src' => '', 'pos' => 'left top', 'repeat' => 'no-repeat'
-        ),
-        "extrabar" => array(
-            'src' => '', 'pos' => 'left top', 'repeat' => 'no-repeat'
-        ),
-        "footer" => array(
-            'src' => '', 'pos' => 'left top', 'repeat' => 'no-repeat'
-        ),
-        "wrapheader" => array(
-            'src' => '', 'pos' => 'left top', 'repeat' => 'no-repeat'
-        ),
-        "wrapcontent" => array(
-            'src' => '', 'pos' => 'left top', 'repeat' => 'no-repeat'
-        ),
-        "wrapfooter" => array(
-            'src' => '', 'pos' => 'left top', 'repeat' => 'no-repeat'
-        ),
-    ),
-    "opacity" => 'light', // type of opacity
-    "color" => array(
-        // theme colors
-        "bg" => '#fff',
-        "bg2" => '#fff5c5',
-        "opacity" => '#fff',
-        "title" => '#333',
-        "title2" => '#555',
-        "text" => '#333',
-        "text2" => '#aaa',
-        "border" => '#aaa',
-        "border2" => '#999',
-        "form" => '#fff',
-
-        "header1" => '#ff6600',
-        "header2" => '#ff7711',
-        "header3" => '#ff9933',
-    )
-);
\ No newline at end of file
diff --git a/wp-content/themes/constructor/themes/default/header.jpg b/wp-content/themes/constructor/themes/default/header.jpg
deleted file mode 100644
index 1a1eaad0fab86c01417db8e3cb415ca1b6689b99..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/themes/default/header.jpg and /dev/null differ
diff --git a/wp-content/themes/constructor/themes/default/screenshot.png b/wp-content/themes/constructor/themes/default/screenshot.png
deleted file mode 100644
index 679a21da0fa56b633397cd355f504e2b99c49407..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/themes/default/screenshot.png and /dev/null differ
diff --git a/wp-content/themes/constructor/themes/default/style.css b/wp-content/themes/constructor/themes/default/style.css
deleted file mode 100644
index 528f93a6276043d2de41ff684a7e23a0e8b30181..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/themes/default/style.css
+++ /dev/null
@@ -1,8 +0,0 @@
-/*
-Theme Name: Default
-Theme URI: 
-Description: Default Constructor Theme
-Version: 1.6.0
-Author: Anton Shevchuk
-Author URI: http://anton.shevchuk.name/
-*/
\ No newline at end of file
diff --git a/wp-content/themes/constructor/themes/lime/config.php b/wp-content/themes/constructor/themes/lime/config.php
deleted file mode 100644
index 514cde12a641c2f6f02b53604bc2b3ff0aa3db67..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/themes/lime/config.php
+++ /dev/null
@@ -1,110 +0,0 @@
-<?php
-/**
- * Don't change this is file
- */
-return array(
-    "sidebar" => 'right',
-    'layout' => array(
-        // layouts styles
-        'header' => 140, // header height
-        'width' => 1024, // container width
-        'sidebar' => 240, // sidebar width
-        'extra' => 240, // extrabar  width
-        'home' => 'default',
-        'archive' => 'default',
-        'search' => 'default',
-        'index' => 'default',
-    ),
-    "title" => array(
-        "pos" => 'center bottom'
-    ),
-    "footer" => array(
-        // footer text
-        "text" => null
-    ),
-    "fonts" => array(
-        'title' => array(
-            'family' => 'Arial,Helvetica,sans-serif',
-            'size' => 64,
-            'weight' => 800,
-            'color' => '#333',
-            'transform' => 'uppercase',
-
-        ),
-        'description' => array(
-            'family' => 'Arial,Helvetica,sans-serif',
-            'size' => 14,
-            'weight' => 600,
-            'color' => '#777',
-            'transform' => 'uppercase'
-        ),
-        'header' => array(
-            'family' => 'Arial,Helvetica,sans-serif'
-        ),
-        'content' => array(
-            'family' => 'Arial,Helvetica,sans-serif'
-        ),
-    ),
-    "menu" => array(
-        // menu with links
-        "flag" => 1, // - enable/disable
-        "home" => false, // - link to home page
-        "rss" => false, // - link to RSS
-        "search" => true, // - search form
-        "pages" => array(
-            'depth' => 1
-        ),
-        "categories" => array(
-            'depth' => 1, 'group' => 1
-        )
-    ),
-    "slideshow" => array(
-        // Slideshow options
-        "flag" => 1, // - enable/disable
-        "layout" => 'in',
-        "showposts" => 10, // - show last N slides
-        "metakey" => 'thumb-slideshow', // - custom field name
-        "id" => null,
-        "height" => 200,
-        "onpage" => false, // show slideshow on page
-        "onsingle" => false // show slideshow on single post
-    ),
-    "images" => array(
-        "body" => array(
-            'src' => '', 'pos' => 'left top', 'repeat' => 'repeat', 'fixed' => false
-        ),
-        "wrap" => array(
-            'src' => 'header.jpg', 'pos' => 'center top', 'repeat' => 'no-repeat', 'fixed' => false
-        ),
-        "wrapper" => array(
-            'src' => '', 'pos' => 'left top', 'repeat' => 'no-repeat'
-        ),
-        "sidebar" => array(
-            'src' => '', 'pos' => 'left top', 'repeat' => 'no-repeat'
-        ),
-        "extrabar" => array(
-            'src' => '', 'pos' => 'left top', 'repeat' => 'no-repeat'
-        ),
-        "footer" => array(
-            'src' => '', 'pos' => 'left top', 'repeat' => 'no-repeat'
-        ),
-    ),
-    "opacity" => 'light',
-    "shadow" => true, // create shadow
-    "color" => array(
-        "bg" => '#fff',
-        "bg2" => '#DFA',
-        "opacity" => '#fff',
-        "title" => '#333',
-        "title2" => '#555',
-        "text" => '#333',
-        "text2" => '#aaa',
-        "border" => '#aaa',
-        "border2" => '#999',
-
-        "header1" => '#60a000',
-        "header2" => '#66aa11',
-        "header3" => '#70b020',
-    ),
-
-);
\ No newline at end of file
diff --git a/wp-content/themes/constructor/themes/lime/header.jpg b/wp-content/themes/constructor/themes/lime/header.jpg
deleted file mode 100644
index d44da95cab0a3e63ed035690976d13fe25527a04..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/themes/lime/header.jpg and /dev/null differ
diff --git a/wp-content/themes/constructor/themes/lime/line.png b/wp-content/themes/constructor/themes/lime/line.png
deleted file mode 100644
index 7fb6dad36d53adea850759c909882c950565dcd5..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/themes/lime/line.png and /dev/null differ
diff --git a/wp-content/themes/constructor/themes/lime/next.png b/wp-content/themes/constructor/themes/lime/next.png
deleted file mode 100644
index 66635c3a4c39ccede5dc02594225a7d8fe5ea885..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/themes/lime/next.png and /dev/null differ
diff --git a/wp-content/themes/constructor/themes/lime/prev.png b/wp-content/themes/constructor/themes/lime/prev.png
deleted file mode 100644
index e81d694ceb7373375a28d31d881b21195499d84e..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/themes/lime/prev.png and /dev/null differ
diff --git a/wp-content/themes/constructor/themes/lime/screenshot.png b/wp-content/themes/constructor/themes/lime/screenshot.png
deleted file mode 100644
index 77317913d0b53abe5cb473200a96cd6538832808..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/themes/lime/screenshot.png and /dev/null differ
diff --git a/wp-content/themes/constructor/themes/lime/style.css b/wp-content/themes/constructor/themes/lime/style.css
deleted file mode 100644
index 8343f01e3bc94845e691e75f9208af4316e05b02..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/themes/lime/style.css
+++ /dev/null
@@ -1,34 +0,0 @@
-/*
-Theme Name: Lime
-Theme URI: 
-Description: Lime Constructor Theme
-Version: 1.6.0
-Author: Anton Shevchuk
-Author URI: http://anton.shevchuk.name/
-*/
-article footer {
-    height: 80px;
-    background: url(line.png) 50% 100% no-repeat
-}
-
-.navigation .alignleft a,
-.navigation .alignright a {
-    text-indent: -9999%;
-    display: block;
-    width: 64px;
-    height: 40px;
-    margin: 0 20px
-}
-
-.navigation .alignleft a {
-    background: url(prev.png) 0 0 no-repeat
-}
-
-.navigation .alignright a {
-    background: url(next.png) 0 0 no-repeat
-}
-
-.navigation .alignleft a:hover,
-.navigation .alignright a:hover {
-    background-position: 100% 100%
-}
\ No newline at end of file
diff --git a/wp-content/themes/constructor/themes/old-newspaper/config.php b/wp-content/themes/constructor/themes/old-newspaper/config.php
deleted file mode 100644
index 8b6e88cba4738c41908439b4bac511209b963871..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/themes/old-newspaper/config.php
+++ /dev/null
@@ -1,240 +0,0 @@
-<?php 
-/* Save on 2011-07-05 07:46 */ 
-return array (
-  'sidebar' => 'right',
-  'layout' => 
-  array (
-    'header' => '142',
-    'width' => '1024',
-    'sidebar' => '240',
-    'extra' => '120',
-    'fluid' => 
-    array (
-      'flag' => false,
-      'width' => 80,
-      'min-width' => 960,
-      'max-width' => 1280,
-    ),
-    'home' => 'column',
-    'index' => 'default',
-    'page' => 'page',
-    'single' => 'single',
-    'archive' => 'default',
-    'date' => 'default',
-    'category' => 'default',
-    'tag' => 'default',
-    'search' => 'default',
-  ),
-  'title' => 
-  array (
-    'pos' => 'center top',
-    'hidden' => false,
-  ),
-  'content' => 
-  array (
-    'date' => true,
-    'links' => 
-    array (
-      'author' => true,
-      'category' => false,
-      'tags' => false,
-      'comments' => true,
-    ),
-    'widget' => 
-    array (
-      'flag' => false,
-      'after' => 1,
-    ),
-    'social' => 
-    array (
-      'twitter' => '1',
-      'facebook' => '1',
-      'delicious' => '1',
-      'reddit' => '1',
-      'vkontakte' => '0',
-      'digg' => '0',
-      'mixx' => '0',
-      'stumbleupon' => '0',
-      'google' => '0',
-      'memori' => '0',
-    ),
-  ),
-  'comments' => 
-  array (
-    'avatar' => 
-    array (
-      'size' => '64',
-      'pos' => 'right',
-    ),
-  ),
-  'footer' => 
-  array (
-    'text' => '',
-  ),
-  'fonts' => 
-  array (
-    'title' => 
-    array (
-      'family' => 'UnifrakturMaguntia',
-      'size' => '64',
-      'weight' => '800',
-      'color' => '#333',
-      'transform' => 'capitalize',
-    ),
-    'description' => 
-    array (
-      'family' => 'Georgia,Times,serif',
-      'size' => '14',
-      'weight' => '600',
-      'color' => '#777',
-      'transform' => 'none',
-    ),
-    'header' => 
-    array (
-      'family' => 'Georgia,Times,serif',
-    ),
-    'content' => 
-    array (
-      'family' => 'Georgia,Times,serif',
-    ),
-  ),
-  'menu' => 
-  array (
-    'pos' => 'left bottom',
-    'width' => '100%',
-    'flag' => true,
-    'home' => false,
-    'rss' => true,
-    'search' => false,
-    'pages' => 
-    array (
-      'depth' => '0',
-      'exclude' => '0',
-    ),
-    'categories' => 
-    array (
-      'depth' => '1',
-      'exclude' => '0',
-      'group' => true,
-      'title' => '',
-    ),
-  ),
-  'slideshow' => 
-  array (
-    'flag' => false,
-    'layout' => 'in',
-    'onpage' => false,
-    'onsingle' => false,
-    'onarchive' => false,
-    'showposts' => 10,
-    'id' => 0,
-    'height' => 200,
-    'advanced' => 
-    array (
-      'play' => false,
-      'effect' => 'slide',
-      'effectTime' => 300,
-      'timeout' => 3000,
-      'thumb' => false,
-    ),
-  ),
-  'design' => 
-  array (
-    'box' => 
-    array (
-      'flag' => false,
-      'radius' => 6,
-    ),
-    'shadow' => 
-    array (
-      'flag' => false,
-      'x' => 0,
-      'y' => 0,
-      'blur' => 3,
-    ),
-  ),
-  'images' => 
-  array (
-    'body' => 
-    array (
-      'src' => '',
-      'pos' => 'left top',
-      'repeat' => 'no-repeat',
-      'fixed' => false,
-    ),
-    'wrap' => 
-    array (
-      'src' => '',
-      'pos' => 'left top',
-      'repeat' => 'no-repeat',
-      'fixed' => false,
-    ),
-    'header' => 
-    array (
-      'src' => '',
-      'pos' => 'right top',
-      'repeat' => 'no-repeat',
-    ),
-    'wrapper' => 
-    array (
-      'src' => '',
-      'pos' => 'left top',
-      'repeat' => 'no-repeat',
-    ),
-    'sidebar' => 
-    array (
-      'src' => '',
-      'pos' => 'left top',
-      'repeat' => 'no-repeat',
-    ),
-    'extrabar' => 
-    array (
-      'src' => '',
-      'pos' => 'left top',
-      'repeat' => 'no-repeat',
-    ),
-    'footer' => 
-    array (
-      'src' => '',
-      'pos' => 'left top',
-      'repeat' => 'no-repeat',
-    ),
-    'wrapheader' => 
-    array (
-      'src' => '',
-      'pos' => 'left top',
-      'repeat' => 'no-repeat',
-    ),
-    'wrapcontent' => 
-    array (
-      'src' => '',
-      'pos' => 'left top',
-      'repeat' => 'no-repeat',
-    ),
-    'wrapfooter' => 
-    array (
-      'src' => '',
-      'pos' => 'left top',
-      'repeat' => 'no-repeat',
-    ),
-  ),
-  'opacity' => 'none',
-  'color' => 
-  array (
-    'bg' => '#fff7e5',
-    'bg2' => '#faead5',
-    'opacity' => '#fff',
-    'title' => '#333',
-    'title2' => '#555',
-    'text' => '#333',
-    'text2' => '#aaa',
-    'border' => '#422303',
-    'border2' => '#3d2000',
-    'form' => '#fff',
-    'header1' => '#4f2e18',
-    'header2' => '#3d230f',
-    'header3' => '#40270e',
-  ),
-  'theme-reload' => '0',
-)
- ?>
\ No newline at end of file
diff --git a/wp-content/themes/constructor/themes/old-newspaper/screenshot.png b/wp-content/themes/constructor/themes/old-newspaper/screenshot.png
deleted file mode 100644
index 0f6d1575004ca5fc72f6475ae371c97078071ca0..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/themes/old-newspaper/screenshot.png and /dev/null differ
diff --git a/wp-content/themes/constructor/themes/old-newspaper/style.css b/wp-content/themes/constructor/themes/old-newspaper/style.css
deleted file mode 100644
index 09ecf33b6bb879e6d17d1c4d85c4a2ebde3b5a7a..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/themes/old-newspaper/style.css
+++ /dev/null
@@ -1,64 +0,0 @@
-/*
-Theme Name: Old Newspaper
-Theme URI: 
-Description: Very simple theme, without any background images
-Version: 1.6.0
-Author: Anton Shevchuk
-Author URI: http://anton.shevchuk.name
-*/
-
-#menu {
-    margin-left:-1px;
-    border-top: 3px solid #333333;
-    border-bottom: 2px dotted #333333;
-    border-left: 1px solid #333333;
-    border-right: 1px solid #333333;
-    background:#FFF7E5;
-    margin-bottom:0
-}
-.current-menu-item > a {
-    text-decoration:underline;
-}
-
-#wrapheader {
-    background:#e9e1d1
-}
-
-#title {
-    margin-top:10px;
-}
-article header {
-    margin:0;
-}
-article footer {
-    border-bottom: 2px dotted #333333;
-    padding-bottom: 4px;
-    margin-bottom: 4px;
-}
-#content{
-    border-left: 1px solid #333333;
-    border-right: 1px solid #333333;
-    border-bottom: 3px solid #333333;
-}
-.thread-even, .even {
-    border: 1px solid #AAAAAA;
-}
-.thread-odd, .odd {
-    border: 1px solid #AAAAAA;
-}
-.layout-right #container {
-    border-right: 1px solid #333;
-}
-.layout-left #container {
-    border-left: 1px solid #333;
-}
-.layout-two #container {
-    border-right: 1px solid #333;
-    border-left: 1px solid #333;
-}
-li.widget {
-    border-bottom:1px solid #777
-}
-#footer .copy{
-    text-align:right;
-}
\ No newline at end of file
diff --git a/wp-content/themes/constructor/themes/orange/config.php b/wp-content/themes/constructor/themes/orange/config.php
deleted file mode 100644
index c5bbd25b736d3f49524fc4b6266137d2d625d318..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/themes/orange/config.php
+++ /dev/null
@@ -1,109 +0,0 @@
-<?php
-/**
- * Don't change this is file
- */
-return array(
-    "sidebar" => 'right',
-    'layout' => array(
-        // layouts styles
-        'header' => 140, // header height
-        'width' => 1024, // container width
-        'sidebar' => 240, // sidebar width
-        'extra' => 240, // extrabar  width
-        'home' => 'default',
-        'archive' => 'default',
-        'search' => 'default',
-        'index' => 'default',
-    ),
-    "title" => array(
-        "pos" => 'center bottom'
-    ),
-    "footer" => array(
-        // footer text
-        "text" => null
-    ),
-    "fonts" => array(
-        'title' => array(
-            'family' => 'Arial,Helvetica,sans-serif',
-            'size' => 64,
-            'weight' => 800,
-            'color' => '#333',
-            'transform' => 'uppercase',
-
-        ),
-        'description' => array(
-            'family' => 'Arial,Helvetica,sans-serif',
-            'size' => 14,
-            'weight' => 600,
-            'color' => '#777',
-            'transform' => 'uppercase'
-        ),
-        'header' => array(
-            'family' => 'Arial,Helvetica,sans-serif'
-        ),
-        'content' => array(
-            'family' => 'Arial,Helvetica,sans-serif'
-        ),
-    ),
-    "menu" => array(
-        // menu with links
-        "flag" => 1, // - enable/disable
-        "home" => false, // - link to home page
-        "rss" => false, // - link to RSS
-        "search" => true, // - search form
-        "pages" => array(
-            'depth' => 1
-        ),
-        "categories" => array(
-            'depth' => 1, 'group' => 1
-        )
-    ),
-    "slideshow" => array(
-        // Slideshow options
-        "flag" => 1, // - enable/disable
-        "layout" => 'in',
-        "showposts" => 10, // - show last N slides
-        "metakey" => 'thumb-slideshow', // - custom field name
-        "id" => null,
-        "height" => 200,
-        "onpage" => false, // show slideshow on page
-        "onsingle" => false // show slideshow on single post
-    ),
-    "images" => array(
-        "body" => array(
-            'src' => '', 'pos' => 'left top', 'repeat' => 'repeat', 'fixed' => false
-        ),
-        "wrap" => array(
-            'src' => 'header.jpg', 'pos' => 'center top', 'repeat' => 'no-repeat', 'fixed' => false
-        ),
-        "wrapper" => array(
-            'src' => '', 'pos' => 'left top', 'repeat' => 'no-repeat'
-        ),
-        "sidebar" => array(
-            'src' => '', 'pos' => 'left top', 'repeat' => 'no-repeat'
-        ),
-        "extrabar" => array(
-            'src' => '', 'pos' => 'left top', 'repeat' => 'no-repeat'
-        ),
-        "footer" => array(
-            'src' => '', 'pos' => 'left top', 'repeat' => 'no-repeat'
-        ),
-    ),
-    "opacity" => 'light',
-    "shadow" => true, // create shadow
-    "color" => array(
-        "bg" => '#fff',
-        "bg2" => '#fff5c5',
-        "opacity" => '#fff',
-        "title" => '#333',
-        "title2" => '#555',
-        "text" => '#333',
-        "text2" => '#aaa',
-        "border" => '#aaa',
-        "border2" => '#999',
-
-        "header1" => '#ff6600',
-        "header2" => '#ff7711',
-        "header3" => '#ff9933',
-    ),
-);
\ No newline at end of file
diff --git a/wp-content/themes/constructor/themes/orange/header.jpg b/wp-content/themes/constructor/themes/orange/header.jpg
deleted file mode 100644
index a688d51c25ab9b40b3d07f8928d4ae1f47866624..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/themes/orange/header.jpg and /dev/null differ
diff --git a/wp-content/themes/constructor/themes/orange/line.png b/wp-content/themes/constructor/themes/orange/line.png
deleted file mode 100644
index 7fb6dad36d53adea850759c909882c950565dcd5..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/themes/orange/line.png and /dev/null differ
diff --git a/wp-content/themes/constructor/themes/orange/next.png b/wp-content/themes/constructor/themes/orange/next.png
deleted file mode 100644
index 618d697e07469725af041470b7aff6592ed499be..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/themes/orange/next.png and /dev/null differ
diff --git a/wp-content/themes/constructor/themes/orange/prev.png b/wp-content/themes/constructor/themes/orange/prev.png
deleted file mode 100644
index a87a12361d628fbdd06b631ff617884076018aad..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/themes/orange/prev.png and /dev/null differ
diff --git a/wp-content/themes/constructor/themes/orange/screenshot.png b/wp-content/themes/constructor/themes/orange/screenshot.png
deleted file mode 100644
index 52a98ba43fc28c3504d81b019e6f3a0015a8c65f..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/themes/orange/screenshot.png and /dev/null differ
diff --git a/wp-content/themes/constructor/themes/orange/style.css b/wp-content/themes/constructor/themes/orange/style.css
deleted file mode 100644
index c2bd7fa35282bce1f75773af3f41803e6e54dc37..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/themes/orange/style.css
+++ /dev/null
@@ -1,34 +0,0 @@
-/*
-Theme Name: Orange
-Theme URI: 
-Description: Orange Constructor Theme
-Version: 1.6.0
-Author: Anton Shevchuk
-Author URI: http://anton.shevchuk.name/
-*/
-article footer {
-    height: 80px;
-    background: url(line.png) 50% 100% no-repeat
-}
-
-.navigation .alignleft a,
-.navigation .alignright a {
-    text-indent: -9999%;
-    display: block;
-    width: 64px;
-    height: 40px;
-    margin: 0 20px
-}
-
-.navigation .alignleft a {
-    background: url(prev.png) 0 0 no-repeat
-}
-
-.navigation .alignright a {
-    background: url(next.png) 0 0 no-repeat
-}
-
-.navigation .alignleft a:hover,
-.navigation .alignright a:hover {
-    background-position: 100% 100%
-}
\ No newline at end of file
diff --git a/wp-content/themes/constructor/themes/ukraine/body.png b/wp-content/themes/constructor/themes/ukraine/body.png
deleted file mode 100644
index 82dcff9183b035f22e3fc9938185ea181182078f..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/themes/ukraine/body.png and /dev/null differ
diff --git a/wp-content/themes/constructor/themes/ukraine/config.php b/wp-content/themes/constructor/themes/ukraine/config.php
deleted file mode 100644
index c17de9ceabc5bbbb1b6d41137e4f78558c925a03..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/themes/ukraine/config.php
+++ /dev/null
@@ -1,109 +0,0 @@
-<?php
-/**
- * Don't change this is file
- */
-return array(
-    "sidebar" => 'right',
-    'layout' => array(
-        // layouts styles
-        'header' => 140, // header height
-        'width' => 1024, // container width
-        'sidebar' => 240, // sidebar width
-        'extra' => 240, // extrabar  width
-        'home' => 'default',
-        'archive' => 'default',
-        'search' => 'default',
-        'index' => 'default',
-    ),
-    "title" => array(
-        "pos" => 'center bottom'
-    ),
-    "footer" => array(
-        // footer text
-        "text" => null
-    ),
-    "fonts" => array(
-        'title' => array(
-            'family' => 'Arial,Helvetica,sans-serif',
-            'size' => 64,
-            'weight' => 800,
-            'color' => '#333',
-            'transform' => 'uppercase',
-
-        ),
-        'description' => array(
-            'family' => 'Arial,Helvetica,sans-serif',
-            'size' => 14,
-            'weight' => 600,
-            'color' => '#777',
-            'transform' => 'uppercase'
-        ),
-        'header' => array(
-            'family' => 'Arial,Helvetica,sans-serif'
-        ),
-        'content' => array(
-            'family' => 'Arial,Helvetica,sans-serif'
-        ),
-    ),
-    "menu" => array(
-        // menu with links
-        "flag" => 1, // - enable/disable
-        "home" => true, // - link to home page
-        "rss" => true, // - link to RSS
-        "search" => false, // - search form
-        "pages" => array(
-            'depth' => 2
-        ),
-        "categories" => array(
-            'depth' => 0, 'group' => 1
-        )
-    ),
-    "slideshow" => array(
-        // Slideshow options
-        "flag" => 1, // - enable/disable
-        "layout" => 'in',
-        "showposts" => 10, // - show last N slides
-        "metakey" => 'thumb-slideshow', // - custom field name
-        "id" => null,
-        "height" => 200,
-        "onpage" => false, // show slideshow on page
-        "onsingle" => false // show slideshow on single post
-    ),
-    "images" => array(
-        "body" => array(
-            'src' => 'body.png', 'pos' => 'left top', 'repeat' => 'repeat-y', 'fixed' => true
-        ),
-        "wrap" => array(
-            'src' => '', 'pos' => 'center top', 'repeat' => 'no-repeat', 'fixed' => false
-        ),
-        "wrapper" => array(
-            'src' => '', 'pos' => 'left top', 'repeat' => 'no-repeat'
-        ),
-        "sidebar" => array(
-            'src' => '', 'pos' => 'left top', 'repeat' => 'no-repeat'
-        ),
-        "extrabar" => array(
-            'src' => '', 'pos' => 'left top', 'repeat' => 'no-repeat'
-        ),
-        "footer" => array(
-            'src' => '', 'pos' => 'left top', 'repeat' => 'no-repeat'
-        ),
-    ),
-    "opacity" => 'lighthigh',
-    "shadow" => true, // create shadow
-    "color" => array(
-        "bg" => '#fff',
-        "bg2" => '#fff5c5',
-        "opacity" => '#fff',
-        "title" => '#333',
-        "title2" => '#e60000',
-        "text" => '#333',
-        "text2" => '#aaa',
-        "border" => '#aaa',
-        "border2" => '#999',
-
-        'header1' => '#ff0000',
-        'header2' => '#ff1212',
-        'header3' => '#ff3333',
-    ),
-);
\ No newline at end of file
diff --git a/wp-content/themes/constructor/themes/ukraine/screenshot.png b/wp-content/themes/constructor/themes/ukraine/screenshot.png
deleted file mode 100644
index 322ea3329e808b9ac8c96184a07ed88cb6aa0b2a..0000000000000000000000000000000000000000
Binary files a/wp-content/themes/constructor/themes/ukraine/screenshot.png and /dev/null differ
diff --git a/wp-content/themes/constructor/themes/ukraine/style.css b/wp-content/themes/constructor/themes/ukraine/style.css
deleted file mode 100644
index 275a6be1c25df9ef51c2c369a9e796ec73878ad7..0000000000000000000000000000000000000000
--- a/wp-content/themes/constructor/themes/ukraine/style.css
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
-Theme Name: Ukraine
-Theme URI: 
-Description: Ukraine Theme. Special for my compatriots
-Version: 1.6.0
-Author: Anton Shevchuk
-Author URI: http://anton.shevchuk.name/
-*/
-.navigation div {
-    margin: 0 0 8px;
-}
-
-.navigation div a {
-    height: 24px;
-    line-height: 24px;
-}
-
-.navigation .alignright a {
-    border-left: 4px solid #FF1212;
-    margin: 0 16px 0 0;
-    padding-left: 8px;
-}
-
-.navigation .alignleft a {
-    border-right: 4px solid #FF1212;
-    margin: 0 0 0 16px;
-    padding-right: 8px;
-}
\ No newline at end of file